pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/pari Fix X11 linkage. Bump revision. From PR 34563.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfda1d70b480
branches:  trunk
changeset: 518843:cfda1d70b480
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Sep 19 22:57:18 2006 +0000

description:
Fix X11 linkage. Bump revision. From PR 34563.

diffstat:

 math/pari/Makefile         |  4 ++--
 math/pari/distinfo         |  4 ++--
 math/pari/patches/patch-ab |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 110fbd4fcacf -r cfda1d70b480 math/pari/Makefile
--- a/math/pari/Makefile        Tue Sep 19 22:25:48 2006 +0000
+++ b/math/pari/Makefile        Tue Sep 19 22:57:18 2006 +0000
@@ -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 -r 110fbd4fcacf -r cfda1d70b480 math/pari/distinfo
--- a/math/pari/distinfo        Tue Sep 19 22:25:48 2006 +0000
+++ b/math/pari/distinfo        Tue Sep 19 22:57:18 2006 +0000
@@ -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 -r 110fbd4fcacf -r cfda1d70b480 math/pari/patches/patch-ab
--- a/math/pari/patches/patch-ab        Tue Sep 19 22:25:48 2006 +0000
+++ b/math/pari/patches/patch-ab        Tue Sep 19 22:57:18 2006 +0000
@@ -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 @@
    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
    ;;



Home | Main Index | Thread Index | Old Index