summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-28 10:00:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-28 10:00:07 +0000
commit0162274689faffe642e724eb9963c240214277bd (patch)
tree7134bc9c8a781bba34597c6cd96cb6aa67faaa41 /devel
parent- Fix some typos. (diff)
Upgrade to xwpe-1.5.16a
Notes
Notes: svn path=/head/; revision=16931
Diffstat (limited to 'devel')
-rw-r--r--devel/xwpe/Makefile5
-rw-r--r--devel/xwpe/distinfo2
-rw-r--r--devel/xwpe/files/patch-0214
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile
index 27a65cdccd64..ec51f67f8f28 100644
--- a/devel/xwpe/Makefile
+++ b/devel/xwpe/Makefile
@@ -4,16 +4,15 @@
# Date created: Fri Jan 24, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.6 1998/08/13 03:35:24 asami Exp $
+# $Id: Makefile,v 1.7 1998/11/10 03:11:22 obrien Exp $
#
-DISTNAME= xwpe-1.5.12a
+DISTNAME= xwpe-1.5.16a
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.rpi.edu/~payned/xwpe/ \
ftp://identical.stu.rpi.edu/pub/linux/xwpe/
MASTER_SITE_SUBDIR= apps/editors/X
-EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
diff --git a/devel/xwpe/distinfo b/devel/xwpe/distinfo
index 8832ac04d70f..3fe33acb099b 100644
--- a/devel/xwpe/distinfo
+++ b/devel/xwpe/distinfo
@@ -1 +1 @@
-MD5 (xwpe-1.5.12a.tgz) = 3d59c2e921cf9bd82b591655dadd2b1e
+MD5 (xwpe-1.5.16a.tar.gz) = 5cc917b3d3ca46d0cd5bb9a3478f15e8
diff --git a/devel/xwpe/files/patch-02 b/devel/xwpe/files/patch-02
index 691b15882565..24ed0f867f0c 100644
--- a/devel/xwpe/files/patch-02
+++ b/devel/xwpe/files/patch-02
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sat Sep 5 06:57:17 1998
-+++ Makefile.in Mon Nov 9 15:03:57 1998
-@@ -9,12 +9,13 @@
+--- Makefile.in.orig Thu Feb 18 05:50:52 1999
++++ Makefile.in Sat Feb 27 23:12:18 1999
+@@ -9,13 +9,15 @@
#Destination Directory
prefix=@prefix@
DESTDIR= $(prefix)/bin
@@ -10,9 +10,11 @@
MANDIR= $(prefix)/man
+#INFODIR= $(prefix)/info
- LIBS=@X_LIBS@ @X_PRE_LIBS@ @LIBS@ @X_EXTRA_LIBS@
+ LIBS=@LIBS@
+ XLIBS=@X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@
-DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\"
-+DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DINFO_DIR=\"$(INFODIR)\" -DX_INC=\"@X_INC@\"
++DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DX_INC=\"@X_INC@\"
++#DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DINFO_DIR=\"$(INFODIR)\" -DX_INC=\"@X_INC@\"
INSTALL= cp
+ LN_S= @LN_S@
- # In case configure fails a description of many of the compilation options