Port fails to install `modify-ppd` script to $PATH which makes ALL port PPDs to be empty due to the following Makefile code: for ppd in *.ppd; do \ modify-ppd <$ppd | gzip > /usr/local/ppd/foo2zjs/$ppd.gz; \ chmod 664 /usr/local/ppd/foo2zjs/$ppd.gz; \ How-To-Repeat: Simply install port and issue ls -l /usr/local/share/cups/model/HP-LaserJet_*
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
crees 2012-03-21 20:39:39 UTC FreeBSD ports repository Modified files: print/foo2zjs Makefile print/foo2zjs/files patch-Makefile Log: Stop installing empty ppd files due to a forgotten " ; \" in the upstream Makefile PR: ports/165813 Submitted by: 4721 (Fixes also:) PR: ports/160465 PR: ports/165465 Approved by: maintainer timeout (acm, 14 days since PR with fix) Feature safe: yes Revision Changes Path 1.28 +1 -0 ports/print/foo2zjs/Makefile 1.5 +14 -14 ports/print/foo2zjs/files/patch-Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed in ports/165813
Responsible Changed From-To: acm->crees Fixed in ports/165813