summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-03-03 02:13:00 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-03-03 02:13:00 +0000
commit9046d8c19e6a0e34a01d27e75c8fe6c9e510f59d (patch)
tree3c9a8a7f28acc8bdd568a425b8db52b87db4d806 /print
parentUpgrade to 3.6 (diff)
libpng-0.96 -> libpng-0.99e
Notes
Notes: svn path=/head/; revision=10004
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-afpl/Makefile4
-rw-r--r--print/ghostscript-gnu/Makefile4
-rw-r--r--print/ghostscript-gpl/Makefile4
-rw-r--r--print/ghostscript5/Makefile4
-rw-r--r--print/ghostscript55/Makefile4
-rw-r--r--print/ghostscript6/Makefile4
-rw-r--r--print/ghostscript7/Makefile4
-rw-r--r--print/ghostscript8/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript55/Makefile
+++ b/print/ghostscript55/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 9f15110a7857..ecc363e6009d 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $
+# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $
#
DISTNAME= ghostscript-5.10
@@ -60,7 +60,7 @@ post-extract:
${TOUCH} ${WRKSRC}/deflate.o
${TOUCH} ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
- ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
+ ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure: