summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-03-17 01:19:12 +0000
committerdmcmahill <dmcmahill>2003-03-17 01:19:12 +0000
commite270c29c2ba07f353d622f8305324f2a3d36861a (patch)
treefd0d5715e7637dd9cbea84d3c7c5603ec8ba5761 /graphics/xpaint
parentcd13fdaf25968e15a25ec44af5e4c921c8301b52 (diff)
downloadpkgsrc-e270c29c2ba07f353d622f8305324f2a3d36861a.tar.gz
don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error. This builds and runs on alpha now.
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/distinfo4
-rw-r--r--graphics/xpaint/patches/patch-ag4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo
index eeda9109c76..437d0eccf72 100644
--- a/graphics/xpaint/distinfo
+++ b/graphics/xpaint/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/12/16 09:32:01 tron Exp $
+$NetBSD: distinfo,v 1.7 2003/03/17 01:19:12 dmcmahill Exp $
SHA1 (xpaint-2.6.7.tar.bz2) = d45948c8ee368ad936a3ea0e6081f6d1d3756852
Size (xpaint-2.6.7.tar.bz2) = 502319 bytes
@@ -8,4 +8,4 @@ SHA1 (patch-ac) = dbdf4d975268f3cc9f9d3e8c4526a61505e4d7e5
SHA1 (patch-ad) = c4a4df43dbde8ec2c42c39c49df99d8110eb8007
SHA1 (patch-ae) = 36895e2e3da56a15087e6b8b155b71df20fdc1d3
SHA1 (patch-af) = 7758d2ec39a599cdb51bfeced3b068c94b0daec2
-SHA1 (patch-ag) = 188bf337797ef0643236c66927d4956436ac1925
+SHA1 (patch-ag) = 3cfdfe9885ed4fb2bb08885c29c6365c7a191814
diff --git a/graphics/xpaint/patches/patch-ag b/graphics/xpaint/patches/patch-ag
index af9fe3ad23f..f21a48fdf46 100644
--- a/graphics/xpaint/patches/patch-ag
+++ b/graphics/xpaint/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1 2002/12/16 09:29:14 tron Exp $
+$NetBSD: patch-ag,v 1.2 2003/03/17 01:19:12 dmcmahill Exp $
--- Imakefile.orig Sun Nov 17 22:16:53 2002
+++ Imakefile Mon Dec 16 10:20:41 2002
@@ -11,7 +11,7 @@ $NetBSD: patch-ag,v 1.1 2002/12/16 09:29:14 tron Exp $
libXaw95.so:
- cd xaw95-1.1.4 ; xmkmf -a ; make
-+ cd xaw95-1.1.4 ; ${XMKMF} -a ; make
++ cd xaw95-1.1.4 ; ${XMKMF} ; make
-$(RM) libXaw95.so libXaw95.a
-$(LN) xaw95-1.1.4/libXaw95.so libXaw95.so
-$(LN) xaw95-1.1.4/libXaw95.a libXaw95.a