aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-18 06:36:14 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-18 06:36:14 +0000
commit14b9546170253f8758e655bd1b1744994e044d1b (patch)
tree7895c6fa8e30f2497da10fd014b2a25350cd544e /print
parentd79012707fbffbd072f3d98eb25152b041c58d0f (diff)
downloadports-14b9546170253f8758e655bd1b1744994e044d1b.tar.gz
ports-14b9546170253f8758e655bd1b1744994e044d1b.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/gv/Makefile6
-rw-r--r--print/gv/distinfo2
-rw-r--r--print/gv/files/patch-aa73
-rw-r--r--print/gv/files/patch-ab10
4 files changed, 29 insertions, 62 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index b09243d4572a..ce20af373fc7 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gv
-# Version required: gv-3.0.4
+# Version required: gv-3.2.4
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
-# $Id: Makefile,v 1.7 1997/03/28 10:49:55 asami Exp $
+# $Id: Makefile,v 1.8 1997/04/02 07:46:33 tg Exp $
#
-DISTNAME= gv-3.0.4
+DISTNAME= gv-3.2.4
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
diff --git a/print/gv/distinfo b/print/gv/distinfo
index d7c839ff37a7..d8ce0bd38be7 100644
--- a/print/gv/distinfo
+++ b/print/gv/distinfo
@@ -1 +1 @@
-MD5 (gv-3.0.4.tar.gz) = 5f7ec1a25a64845ed4d35e5d0b76e1b8
+MD5 (gv-3.2.4.tar.gz) = 3b48d7e3baadd58f526b3de10f2d4c4c
diff --git a/print/gv/files/patch-aa b/print/gv/files/patch-aa
index 77137e5a80b4..5888aad37dcd 100644
--- a/print/gv/files/patch-aa
+++ b/print/gv/files/patch-aa
@@ -1,58 +1,15 @@
-*** gv/config.Unix.orig Mon Aug 26 18:02:18 1996
---- gv/config.Unix Mon Aug 26 18:25:27 1996
-***************
-*** 28,34 ****
- XCOMM ====================================================================
- XCOMM === The print command.
- XCOMM ====================================================================
-! PRINT_COMMAND = lpr
-
- XCOMM ====================================================================
- XCOMM === The name of the Xaw3d library.
---- 28,34 ----
- XCOMM ====================================================================
- XCOMM === The print command.
- XCOMM ====================================================================
-! PRINT_COMMAND = lpr -s
-
- XCOMM ====================================================================
- XCOMM === The name of the Xaw3d library.
-***************
-*** 77,94 ****
- XCOMM ====================================================================
- XCOMM === Destination directory for the gv manpage.
- XCOMM ====================================================================
-! MANDIR = /usr/local/man/man1
-
- XCOMM ====================================================================
- XCOMM === Destination directory for the gv executable.
- XCOMM ====================================================================
-! BINDIR = /usr/local/bin
-
- XCOMM ====================================================================
- XCOMM === Destination directory for gv data files.
- XCOMM === Must be terminated with a trailing '/'.
- XCOMM ====================================================================
-! GV_LIB = /usr/local/lib/gv/
-
-
-
---- 77,94 ----
- XCOMM ====================================================================
- XCOMM === Destination directory for the gv manpage.
- XCOMM ====================================================================
-! XCOMM MANDIR = /usr/local/man/man1
-
- XCOMM ====================================================================
- XCOMM === Destination directory for the gv executable.
- XCOMM ====================================================================
-! XCOMM BINDIR = /usr/local/bin
-
- XCOMM ====================================================================
- XCOMM === Destination directory for gv data files.
- XCOMM === Must be terminated with a trailing '/'.
- XCOMM ====================================================================
-! GV_LIB = $(LIBDIR)/gv/
-
-
-
+--- config.Unix.orig Tue Apr 15 00:00:00 1997
++++ config.Unix Thu Apr 17 16:13:48 1997
+@@ -32,9 +32,9 @@
+ XCOMM --------------------------------------------------------------------
+ XCOMM Destination directories.
+ XCOMM --------------------------------------------------------------------
+- GV_MANDIR = /usr/local/man/man1/
+- GV_BINDIR = /usr/local/bin/
+- GV_LIBDIR = /usr/local/lib/gv/
++ GV_MANDIR = $(MANDIR)
++ GV_BINDIR = $(BINDIR)
++ GV_LIBDIR = $(LIBDIR)/gv/
+
+ XCOMM --------------------------------------------------------------------
+ XCOMM --- The name of the Xaw3d library.
diff --git a/print/gv/files/patch-ab b/print/gv/files/patch-ab
new file mode 100644
index 000000000000..88120578c454
--- /dev/null
+++ b/print/gv/files/patch-ab
@@ -0,0 +1,10 @@
+--- doc/Imakefile.orig Sun Apr 6 00:00:00 1997
++++ doc/Imakefile Thu Apr 17 16:24:07 1997
+@@ -27,6 +27,6 @@
+ GV_CONFIG_FILE = ../config.Unix
+ #include "../config.Unix"
+
+-MANDIR=$(GV_MANDIR)
++XCOMM MANDIR=$(GV_MANDIR)
+
+ ComplexProgramTarget(gv)