Bug 165465 - print/foo2zjs fails to install ppds correctly
Summary: print/foo2zjs fails to install ppds correctly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-25 11:10 UTC by Alexander V. Chernikov
Modified: 2012-03-21 20:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander V. Chernikov 2012-02-25 11:10:09 UTC
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_*
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-25 11:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-21 20:39:53 UTC
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"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2012-03-21 20:40:30 UTC
State Changed
From-To: open->closed

Fixed in ports/165813 


Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-03-21 20:40:30 UTC
Responsible Changed
From-To: acm->crees

Fixed in ports/165813