ports/165813: [patch] fix print/foo2zjs installing empty ppd files

4721 at hushmail.com 4721 at hushmail.com
Wed Mar 7 11:20:10 UTC 2012


>Number:         165813
>Category:       ports
>Synopsis:       [patch] fix print/foo2zjs installing empty ppd files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 11:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     4721 at hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
print/foo2zjs installs empty ppd files due to a forgotten "; \" in the upstream Makefile.

modify-ppd: not found
>How-To-Repeat:

>Fix:
attached new file should be placed in ports/print/foo2zjs/files/

patch should solve ports/160465 and ports/165465

Patch attached with submission follows:

--- Makefile.orig
+++ Makefile
@@ -801,7 +801,7 @@
 	fi
 	#
 	export PATH=$$PATH:`pwd`:; \
-	mkdir -p $(MODEL)
+	mkdir -p $(MODEL); \
 	if [ -d $(MODEL) ]; then \
 	    rm -f $(MODEL)/KonicaMinolta*; \
 	    cd PPD; \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list