From t.vanderhoek@utoronto.ca  Sun Sep  4 21:45:00 2011
Return-Path: <t.vanderhoek@utoronto.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 89A94106566B;
	Sun,  4 Sep 2011 21:45:00 +0000 (UTC)
	(envelope-from t.vanderhoek@utoronto.ca)
Received: from ironport2-out.pppoe.ca (ironport2-out.teksavvy.com [206.248.154.183])
	by mx1.freebsd.org (Postfix) with ESMTP id 2992E8FC12;
	Sun,  4 Sep 2011 21:44:59 +0000 (UTC)
Received: from 206-248-128-173.dsl.teksavvy.com (HELO localhost.nowhere) ([206.248.128.173])
  by ironport2-out.pppoe.ca with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Sep 2011 17:33:34 -0400
Received: (from tim@localhost)
	by localhost.nowhere (8.14.4/8.14.3/Submit) id p84LXWlF085911;
	Sun, 4 Sep 2011 17:33:32 -0400 (EDT)
	(envelope-from tim)
Message-Id: <201109042133.p84LXWlF085911@localhost.nowhere>
Date: Sun, 4 Sep 2011 17:33:32 -0400 (EDT)
From: Tim Vanderhoek <t.vanderhoek@utoronto.ca>
Reply-To: Tim Vanderhoek <t.vanderhoek@utoronto.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: acm@freebsd.org, bsam@freebsd.org
Subject: Install of ppd files to /usr/local/share/cups/model/ fails mostly-silently
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160465
>Category:       ports
>Synopsis:       print/foo2zjs: Install of ppd files to /usr/local/share/cups/model/ fails mostly-silently
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 21:50:00 UTC 2011
>Closed-Date:    Wed Mar 21 20:40:26 UTC 2012
>Last-Modified:  Wed Mar 21 20:40:26 UTC 2012
>Originator:     Tim Vanderhoek
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
individual
>Environment:
System: FreeBSD cyan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Aug 6 11:12:37 UTC 2011 root@cyan82:/usr/src/sys/amd64/compile/CYAN_x64 amd64


>Description:

Clean install of all ports and system.  After installing ports/print/foo2zjs, the ppd files in /usr/local/share/cups/model/
were all empty files.  The quick workaround was to do:

  cd /usr/ports/print/foo2zjs/work/foo2zjs-20110609/
  PATH=${PATH}:`pwd` gmake install

After this, the ppd files were fixed.  The problem appears to be that modify-ppd is not in the PATH
anywhere.

>How-To-Repeat:

>Fix:



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Sep 5 03:59:39 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160465 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160465: commit references a PR
Date: Wed, 21 Mar 2012 20:39:52 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Wed Mar 21 20:40:23 UTC 2012 
State-Changed-Why:  
Fixed in ports/165813 


Responsible-Changed-From-To: acm->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Wed Mar 21 20:40:23 UTC 2012 
Responsible-Changed-Why:  
Fixed in ports/165813 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160465 
>Unformatted:
