Opened 10 years ago

Closed 10 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)

Portfile.txt (1.6 KB) - added by jgilab@… 10 years ago.
new Portfile for pbc-0.5.14

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by jgilab@…

Attachment: Portfile.txt added

new Portfile for pbc-0.5.14

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch maintainer added
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

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 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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, however echo -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 use printf in place of echo -n but in this case for simply printing a newline one can just run echo with no arguments.
Note: See TracTickets for help on using tickets.