Opened 11 years ago
Closed 11 years ago
#41735 closed update (fixed)
Update pbc to version 0.5.14
Reported by: | jgilab@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | haspatch maintainer | Cc: | |
Port: | pbc |
Description
I updated the version and checksums to the current release pbc-0-5-14.tar.gz.
Attachments (1)
Change History (3)
Changed 11 years ago by jgilab@…
Attachment: | Portfile.txt added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch maintainer added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Thanks. For future reference, we prefer to receive a unified diff instead of a complete new portfile; this lets us more easily evaluate your proposed changes. Use the keyword "haspatch" if you're providing a patch, and the keyword "maintainer" if you're the maintainer of the port.
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r114461. I also added a patch to fix three problems:
- The configure script was clearing
CFLAGS
, which led to universal builds failing (#28924). - The configure script was detecting and using dependencies from Fink if installed, which we never want to happen.
- The configure script was using
echo -ne "\n"
to print a newline in the summary, howeverecho -n
is not portable and on POSIX-compliant systems including Mac OS X 10.5 and later, this does not have the desired effect, resulting instead in the literal characters "-ne" being printed. The general fix is to useprintf
in place ofecho -n
but in this case for simply printing a newline one can just runecho
with no arguments.
Note: See
TracTickets for help on using
tickets.
new Portfile for pbc-0.5.14