diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-17 09:27:34 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-17 09:27:34 +0000 |
commit | 6d0350a10b3890a270cae9069551a1b4df928de1 (patch) | |
tree | 3d1a86670c2bfd98bca29541341b843f109e15ca /x11/xwrits | |
parent | b45b68f825edb50f795c14bf9374f5a7f6f83897 (diff) | |
download | pkgsrc-6d0350a10b3890a270cae9069551a1b4df928de1.tar.gz |
Update xwrits to 2.7.3, provided in pr 6825 by Dan McMahill.
Diffstat (limited to 'x11/xwrits')
-rw-r--r-- | x11/xwrits/Makefile | 7 | ||||
-rw-r--r-- | x11/xwrits/files/md5 | 4 | ||||
-rw-r--r-- | x11/xwrits/patches/patch-aa | 13 |
3 files changed, 7 insertions, 17 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index bfe40ec9518..d27381b111d 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/17 09:27:34 frueauf Exp $ -DISTNAME= xwrits-2.6.1 +DISTNAME= xwrits-2.7.3 CATEGORIES= x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/ +CONFLICTS= xwrits-* + +USE_X11= YES GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/x11/xwrits/files/md5 b/x11/xwrits/files/md5 index 6eaa6fd03f3..9763fad70e8 100644 --- a/x11/xwrits/files/md5 +++ b/x11/xwrits/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:29:13 agc Exp $ +$NetBSD: md5,v 1.3 1999/01/17 09:27:34 frueauf Exp $ -MD5 (xwrits-2.6.1.tar.gz) = d29e9ba37b47780f4cd66041a60dd4ed +MD5 (xwrits-2.7.3.tar.gz) = 37203bee28ddd54e8a70505ccfa120fc diff --git a/x11/xwrits/patches/patch-aa b/x11/xwrits/patches/patch-aa deleted file mode 100644 index 21cc2b12f0e..00000000000 --- a/x11/xwrits/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:38 agc Exp $ - ---- Makefile.in.orig Thu Jul 30 08:06:57 1998 -+++ Makefile.in Thu Jul 30 08:07:12 1998 -@@ -21,7 +21,7 @@ - CFLAGS = @CFLAGS@ - CPPFLAGS = @X_CFLAGS@ @DEFS@ - PROFILING = --LDFLAGS = @LDFLAGS@ -+LDFLAGS = -Wl,-R${X11BASE}/lib @LDFLAGS@ - LIBS = @X_LIBS@ @X_PRE_LIBS@ -lX11 -lm @X_EXTRA_LIBS@ - RM = /bin/rm -f - MV = /bin/mv |