summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-03-25 15:32:40 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-03-25 15:32:40 +0000
commita24c808917fe7713fc1f8b8e4b40fa446a1660cd (patch)
tree92819e9cde7eb3c5053d6c1feaef5e3e3674b364
parent2b0bfb8f16ae3ece1e0da943ac6701b9a9cf4d58 (diff)
downloadfreebsd-ports-a24c808917fe7713fc1f8b8e4b40fa446a1660cd.zip
Sorry, it's broken.
Before the new patch gs build fine, but didn't include the printer devices included with configuration script. After fixing this it refuses to build. Any help appreciated. Now you have the last version as I to help me to fix the mess. Sorry folks ...
-rw-r--r--print/ghostscript-afpl/Makefile2
-rw-r--r--print/ghostscript-afpl/files/patch-aa13
-rw-r--r--print/ghostscript-gpl/Makefile2
-rw-r--r--print/ghostscript-gpl/files/patch-aa13
-rw-r--r--print/ghostscript6/Makefile2
-rw-r--r--print/ghostscript6/files/patch-aa13
-rw-r--r--print/ghostscript8/Makefile2
-rw-r--r--print/ghostscript8/files/patch-aa13
8 files changed, 52 insertions, 8 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index ed81a9fb9a37..16fdc9524499 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
MAINTAINER= andreas@FreeBSD.org
+BROKEN= "needs more work, does not built cleanly"
+
Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract
diff --git a/print/ghostscript-afpl/files/patch-aa b/print/ghostscript-afpl/files/patch-aa
index 97843d547d91..94fb537e6a01 100644
--- a/print/ghostscript-afpl/files/patch-aa
+++ b/print/ghostscript-afpl/files/patch-aa
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Fri Mar 17 20:13:40 2000
-+++ src/unix-gcc.mak Tue Mar 21 01:03:57 2000
+--- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000
++++ src/unix-gcc.mak Sat Mar 25 15:43:57 2000
@@ -52,11 +52,10 @@
# the directories also define the default search path for the
# initialization files (gs_*.ps) and the fonts.
@@ -94,6 +94,15 @@
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
+@@ -327,7 +326,7 @@
+ # Choose the device(s) to include. See devs.mak for details,
+ # devs.mak and contrib.mak for the list of available devices.
+
+-DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
++#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
+
+ #DEVICE_DEVS1=
+ #DEVICE_DEVS2=
@@ -345,27 +344,27 @@
#DEVICE_DEVS14=
#DEVICE_DEVS15=
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index ed81a9fb9a37..16fdc9524499 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
MAINTAINER= andreas@FreeBSD.org
+BROKEN= "needs more work, does not built cleanly"
+
Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract
diff --git a/print/ghostscript-gpl/files/patch-aa b/print/ghostscript-gpl/files/patch-aa
index 97843d547d91..94fb537e6a01 100644
--- a/print/ghostscript-gpl/files/patch-aa
+++ b/print/ghostscript-gpl/files/patch-aa
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Fri Mar 17 20:13:40 2000
-+++ src/unix-gcc.mak Tue Mar 21 01:03:57 2000
+--- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000
++++ src/unix-gcc.mak Sat Mar 25 15:43:57 2000
@@ -52,11 +52,10 @@
# the directories also define the default search path for the
# initialization files (gs_*.ps) and the fonts.
@@ -94,6 +94,15 @@
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
+@@ -327,7 +326,7 @@
+ # Choose the device(s) to include. See devs.mak for details,
+ # devs.mak and contrib.mak for the list of available devices.
+
+-DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
++#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
+
+ #DEVICE_DEVS1=
+ #DEVICE_DEVS2=
@@ -345,27 +344,27 @@
#DEVICE_DEVS14=
#DEVICE_DEVS15=
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index ed81a9fb9a37..16fdc9524499 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
MAINTAINER= andreas@FreeBSD.org
+BROKEN= "needs more work, does not built cleanly"
+
Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract
diff --git a/print/ghostscript6/files/patch-aa b/print/ghostscript6/files/patch-aa
index 97843d547d91..94fb537e6a01 100644
--- a/print/ghostscript6/files/patch-aa
+++ b/print/ghostscript6/files/patch-aa
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Fri Mar 17 20:13:40 2000
-+++ src/unix-gcc.mak Tue Mar 21 01:03:57 2000
+--- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000
++++ src/unix-gcc.mak Sat Mar 25 15:43:57 2000
@@ -52,11 +52,10 @@
# the directories also define the default search path for the
# initialization files (gs_*.ps) and the fonts.
@@ -94,6 +94,15 @@
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
+@@ -327,7 +326,7 @@
+ # Choose the device(s) to include. See devs.mak for details,
+ # devs.mak and contrib.mak for the list of available devices.
+
+-DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
++#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
+
+ #DEVICE_DEVS1=
+ #DEVICE_DEVS2=
@@ -345,27 +344,27 @@
#DEVICE_DEVS14=
#DEVICE_DEVS15=
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index ed81a9fb9a37..16fdc9524499 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
MAINTAINER= andreas@FreeBSD.org
+BROKEN= "needs more work, does not built cleanly"
+
Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract
diff --git a/print/ghostscript8/files/patch-aa b/print/ghostscript8/files/patch-aa
index 97843d547d91..94fb537e6a01 100644
--- a/print/ghostscript8/files/patch-aa
+++ b/print/ghostscript8/files/patch-aa
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Fri Mar 17 20:13:40 2000
-+++ src/unix-gcc.mak Tue Mar 21 01:03:57 2000
+--- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000
++++ src/unix-gcc.mak Sat Mar 25 15:43:57 2000
@@ -52,11 +52,10 @@
# the directories also define the default search path for the
# initialization files (gs_*.ps) and the fonts.
@@ -94,6 +94,15 @@
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
+@@ -327,7 +326,7 @@
+ # Choose the device(s) to include. See devs.mak for details,
+ # devs.mak and contrib.mak for the list of available devices.
+
+-DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
++#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
+
+ #DEVICE_DEVS1=
+ #DEVICE_DEVS2=
@@ -345,27 +344,27 @@
#DEVICE_DEVS14=
#DEVICE_DEVS15=