summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/ghostscript-afpl/Makefile2
-rw-r--r--print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in13
-rw-r--r--print/ghostscript-gnu/Makefile2
-rw-r--r--print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in13
-rw-r--r--print/ghostscript-gpl/Makefile2
-rw-r--r--print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in13
-rw-r--r--print/ghostscript7/Makefile2
-rw-r--r--print/ghostscript7/files/patch-hpijs-1.0:configure.in13
-rw-r--r--print/ghostscript8/Makefile2
-rw-r--r--print/ghostscript8/files/patch-hpijs-1.0:configure.in13
10 files changed, 70 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index 13151b76468b..ead4761f1346 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.ozemail.com.au/~geoffk/pdfencrypt/ \
diff --git a/print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in b/print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in
new file mode 100644
index 000000000000..ff76f69888c3
--- /dev/null
+++ b/print/ghostscript-afpl/files/patch-hpijs-1.0:configure.in
@@ -0,0 +1,13 @@
+--- 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 --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index d8cc0ad686d6..bcb340444b38 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.52
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE} \
diff --git a/print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in b/print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in
new file mode 100644
index 000000000000..ff76f69888c3
--- /dev/null
+++ b/print/ghostscript-gnu/files/patch-hpijs-1.0:configure.in
@@ -0,0 +1,13 @@
+--- 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 --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index 13151b76468b..ead4761f1346 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.ozemail.com.au/~geoffk/pdfencrypt/ \
diff --git a/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in b/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in
new file mode 100644
index 000000000000..ff76f69888c3
--- /dev/null
+++ b/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in
@@ -0,0 +1,13 @@
+--- 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 --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index d8cc0ad686d6..bcb340444b38 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.52
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE} \
diff --git a/print/ghostscript7/files/patch-hpijs-1.0:configure.in b/print/ghostscript7/files/patch-hpijs-1.0:configure.in
new file mode 100644
index 000000000000..ff76f69888c3
--- /dev/null
+++ b/print/ghostscript7/files/patch-hpijs-1.0:configure.in
@@ -0,0 +1,13 @@
+--- 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 --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 13151b76468b..ead4761f1346 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.ozemail.com.au/~geoffk/pdfencrypt/ \
diff --git a/print/ghostscript8/files/patch-hpijs-1.0:configure.in b/print/ghostscript8/files/patch-hpijs-1.0:configure.in
new file mode 100644
index 000000000000..ff76f69888c3
--- /dev/null
+++ b/print/ghostscript8/files/patch-hpijs-1.0:configure.in
@@ -0,0 +1,13 @@
+--- 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
+