summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-19 22:57:18 +0000
committerjoerg <joerg>2006-09-19 22:57:18 +0000
commited7d25ab68cfc97f75a4d59c262d427a3260d181 (patch)
tree7e0b310b4d614fa0d77f72f6e0890af8b6e40db4 /math/pari
parent8f6f58fe76a19ee3fc9367ea018b5ce811eee4e2 (diff)
downloadpkgsrc-ed7d25ab68cfc97f75a4d59c262d427a3260d181.tar.gz
Fix X11 linkage. Bump revision. From PR 34563.
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile4
-rw-r--r--math/pari/distinfo4
-rw-r--r--math/pari/patches/patch-ab4
3 files changed, 6 insertions, 6 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index dcf70104685..4a7dd72b6f3 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2006/09/06 09:44:57 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2006/09/19 22:57:18 joerg Exp $
DISTNAME= pari-2.1.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
EXTRACT_SUFX= .tgz
diff --git a/math/pari/distinfo b/math/pari/distinfo
index 49be1a920fd..4139f6ad557 100644
--- a/math/pari/distinfo
+++ b/math/pari/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.14 2005/12/03 00:54:11 joerg Exp $
+$NetBSD: distinfo,v 1.15 2006/09/19 22:57:18 joerg Exp $
SHA1 (pari-2.1.6.tgz) = 54bd40fa70a02e76d78d0ea19c0f56f7da62de8e
RMD160 (pari-2.1.6.tgz) = 6b79e84b639d1862df148b253136deacd73bf4f0
Size (pari-2.1.6.tgz) = 1541464 bytes
SHA1 (patch-aa) = 5e12a0e5f91ee0646cd86515134eb586745e1df1
-SHA1 (patch-ab) = 772ee298763d3fd8b63f77f6a277e347299205d5
+SHA1 (patch-ab) = 7e0a7fdc64fe02c65dcff595d57c00c491a3d552
SHA1 (patch-ac) = 84af235f319ae108aadeedea5a25e005540160ac
SHA1 (patch-ad) = 82c0532ba6bc23b1c91865591c2bdfbee144bcf9
SHA1 (patch-ae) = 0b8cd90077b3722c53175685e23915770d53b2b8
diff --git a/math/pari/patches/patch-ab b/math/pari/patches/patch-ab
index 1721ed63eca..e8198692268 100644
--- a/math/pari/patches/patch-ab
+++ b/math/pari/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2005/09/08 08:39:59 adam Exp $
+$NetBSD: patch-ab,v 1.6 2006/09/19 22:57:18 joerg Exp $
--- config/Makefile.SH.orig
+++ config/Makefile.SH
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.5 2005/09/08 08:39:59 adam Exp $
PLOTFILE=plotX.c
PLOTCFLAGS=-I$Xincroot
- PLOTLIBS="-L$X11 -lX11 $extralib"
-+ PLOTLIBS="-Wl,-R$X11 -L$X11 -lX11 $extralib"
++ PLOTLIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11 $extralib"
if test "$osname" = concentrix; then PLOTLIBS="-lX11"; fi
plotrunpath=$X11
;;