Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 15:53:51 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33798: Update port: print/ghostscript-afpl (fix ports/33566)
Message-ID:  <200201112353.g0BNrpY81516@freefall.freebsd.org>

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

>Number:         33798
>Category:       ports
>Synopsis:       Update port: print/ghostscript-afpl (fix ports/33566)
>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:02 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/33566.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/ghostscript-gnu/Makefile print/ghostscript-gnu/Makefile
--- /usr/ports/print/ghostscript-gnu/Makefile	Sat Jan 12 08:49:24 2002
+++ print/ghostscript-gnu/Makefile	Sat Jan 12 07:49:50 2002
@@ -165,8 +165,9 @@
 	${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
 		${WRKSRC}/src/unix-gcc.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-gnu/files/patch-hpijs-1.0:configure.in print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in
--- /usr/ports/print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in	Sat Jan 12 06:47:33 2002
+++ print/ghostscript-gnu/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-gnu/pkg-descr print/ghostscript-gnu/pkg-descr
--- /usr/ports/print/ghostscript-gnu/pkg-descr	Fri Sep 28 19:38:47 2001
+++ print/ghostscript-gnu/pkg-descr	Sat Jan  5 04:16:28 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.gnu.org/software/ghostscript/ghostscript.html
+
+WWW: http://www.cs.wisc.edu/~ghost/doc/gnu/index.htm

>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.g0BNrpY81516>