Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 02:40:20 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43707: Update port: print/ghostscript-afpl
Message-ID:  <200210050940.g959eKfT059197@www.freebsd.org>

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

>Number:         43707
>Category:       ports
>Synopsis:       Update port: print/ghostscript-afpl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 05 02:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Wipe x11* items out from driver config dialog when WITHOUT_X11 is defined
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile
--- /usr/ports/print/ghostscript-afpl/Makefile	Tue Sep 10 20:25:01 2002
+++ print/ghostscript-afpl/Makefile	Sat Oct  5 02:21:14 2002
@@ -18,7 +18,7 @@
 		http://www.ucatv.ne.jp/~taeko/software/gs/:lips \
 		http://www.humblesoft.com/pub/:epag \
 		http://www.epkowa.on.arena.ne.jp/pips/data/gs65_304/:eplaser \
-		http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \
+		http://www.hi.is.uec.ac.jp/~osamuw/gdevnpdl/:npdl \
 		http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \
 		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \
 		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs704/
@@ -398,7 +398,12 @@
 .if defined(BATCH) || defined(PACKAGE_BUILDING)
 	${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch
 .else
+.if defined(WITHOUT_X11)
+	${GREP} -v '^  "x11' ${SCRIPTDIR}/configure > ${WRKDIR}/configure
+	${SETENV} ${SCRIPTS_ENV} ${SH} ${WRKDIR}/configure
+.else
 	${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
+.endif
 .endif
 
 post-configure:

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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