Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2012 11:14:05 GMT
From:      "4721@hushmail.com" <4721@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165813: [patch] fix print/foo2zjs installing empty ppd files
Message-ID:  <201203071114.q27BE51v093932@red.freebsd.org>
Resent-Message-ID: <201203071120.q27BKAWG063515@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203071114.q27BE51v093932>