Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2003 08:38:20 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60532: fix port: print/apsfilter
Message-ID:  <20031224003820.497453EA1C6@utopia.leeym.com>
Resent-Message-ID: <200312240040.hBO0eEid019925@freefall.freebsd.org>

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

>Number:         60532
>Category:       ports
>Synopsis:       fix port: print/apsfilter
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 23 16:40:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2-RC FreeBSD 5.2-RC #7: Thu Dec 18 09:21:26 CST 2003 root@utopia.leeym.com:/mnt3/obj/usr/src/sys/UTOPIA i386


	
>Description:

Variable GSPORT is recursive.

>How-To-Repeat:

cd /usr/ports/print/apsfilter && make

>Fix:

	

--- apsfilter.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/apsfilter/Makefile,v
retrieving revision 1.111
diff -u -r1.111 Makefile
--- Makefile	16 Nov 2003 10:04:47 -0000	1.111
+++ Makefile	23 Dec 2003 19:49:07 -0000
@@ -55,7 +55,7 @@
 #
 # ps emulator
 .if defined(WITHOUT_X11)
-GSPORT=		${GSPORT}-nox11
+GSPORT:=		${GSPORT}-nox11
 .endif
 RUN_DEPENDS=	gs:${PORTSDIR}/${GSPORT}
 # all needed decompression utilities
@@ -106,7 +106,7 @@
 #
 # ps emulator
 .if defined(WITHOUT_X11)
-GSPORT=		${GSPORT}-nox11
+GSPORT:=		${GSPORT}-nox11
 .endif
 RUN_DEPENDS=	gs:${PORTSDIR}/${GSPORT}
 # most important "xxx to ps" filter utilities
--- apsfilter.diff ends here ---


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



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