Date: Fri, 11 Jan 2002 15:53:22 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/33797: Update port: print/ghostscript-afpl (fix ports/33565) Message-ID: <200201112353.g0BNrMs81450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 33797 >Category: ports >Synopsis: Update port: print/ghostscript-afpl (fix ports/33565) >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: Fri Jan 11 16:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Fix issue about hpijs server properly (Adding patch to configure.in is definitely wrong in this case) - Change WWW: line to more appropriate one Remove file: files/hpijs-1.0:configure.in This PR supersedes ports/33565. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile --- /usr/ports/print/ghostscript-afpl/Makefile Sat Jan 12 08:49:24 2002 +++ print/ghostscript-afpl/Makefile Sat Jan 12 08:50:36 2002 @@ -170,8 +170,9 @@ ${PERL} -pi -e 's|\. de|\.|g' \ ${WRKSRC}/src/unixinst.mak # for HPinkjet driver - ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"||g ; \ - s|CXXFLAGS="-O2 -Wall"||g' ${WRKSRC}/${HPIJS_NAME}/configure + ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS -O0"|g ; \ + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS -O0"|g' \ + ${WRKSRC}/${HPIJS_NAME}/configure find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ 's|#include <malloc.h>||g' diff -urN /usr/ports/print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in --- /usr/ports/print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in Sat Jan 12 06:45:41 2002 +++ print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- hpijs-1.0/configure.in.orig Fri Jan 11 22:01:55 2002 -+++ hpijs-1.0/configure.in Fri Jan 11 22:02:22 2002 -@@ -39,8 +39,8 @@ - CXXFLAGS="-g -Wall" - AC_MSG_RESULT(debug) - else -- CFLAGS="-O2 -Wall" -- CXXFLAGS="-O2 -Wall" -+ CFLAGS="-pipe -Wall" -+ CXXFLAGS="-pipe -Wall" - AC_MSG_RESULT(release) - fi - diff -urN /usr/ports/print/ghostscript-afpl/pkg-descr print/ghostscript-afpl/pkg-descr --- /usr/ports/print/ghostscript-afpl/pkg-descr Fri Sep 28 19:38:46 2001 +++ print/ghostscript-afpl/pkg-descr Sat Jan 5 04:15:34 2002 @@ -21,4 +21,5 @@ - http://hpinkjet.sourceforge.net/ o Additional contributed uniprint driver profiles for - Epson Stylus Color 740 and Epson LQ-1170 -WWW: http://www.cs.wisc.edu/~ghost/index.html + +WWW: http://www.cs.wisc.edu/~ghost/doc/AFPL/index.html >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?200201112353.g0BNrMs81450>