diff options
author | joerg <joerg@pkgsrc.org> | 2016-05-07 10:03:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-05-07 10:03:25 +0000 |
commit | b766ea9a1c9b5026b1efedc74047cf509cffc6a2 (patch) | |
tree | a771c26dfead9d86f25c6d9ab92b6f680f2b7258 /math | |
parent | cdbeb8b5ac434aceee55f7210eddae3434f01763 (diff) | |
download | pkgsrc-b766ea9a1c9b5026b1efedc74047cf509cffc6a2.tar.gz |
Fix gp linking to not include the temporary DESTDIR. Bump revision.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 3 | ||||
-rw-r--r-- | math/pari/distinfo | 4 | ||||
-rw-r--r-- | math/pari/patches/patch-config_Makefile.SH | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index b67e4e33cf2..4a42e9ae622 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2016/03/03 13:28:22 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2016/05/07 10:03:25 joerg Exp $ DISTNAME= pari-2.7.5 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari/distinfo b/math/pari/distinfo index 94205abccc3..293a0508309 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2016/03/03 13:28:22 wiz Exp $ +$NetBSD: distinfo,v 1.25 2016/05/07 10:03:25 joerg Exp $ SHA1 (pari-2.7.5.tar.gz) = ca6f6bc57d2028df5a5bddd3810a82cb05d139f2 RMD160 (pari-2.7.5.tar.gz) = b5cc28e5382cc31d7da7dcb9258a7099d31872ce @@ -6,7 +6,7 @@ SHA512 (pari-2.7.5.tar.gz) = 1dcc60d3b9ab6b46fd8e5d0e28e5e37369da0eb872869788b6a Size (pari-2.7.5.tar.gz) = 3159103 bytes SHA1 (patch-Configure) = b8f86c8111709e09616383dedeb9dda8fd098157 SHA1 (patch-config_DOC__Make.SH) = 088e1b0ff98a42ed50ef90fae87e3a7989239dea -SHA1 (patch-config_Makefile.SH) = d1754104438aa0a4d6f86c809d81300ecb3aa3f2 +SHA1 (patch-config_Makefile.SH) = 1b653ec4b506637e5e63b63ec58035912749bef4 SHA1 (patch-config_TOP__Make.SH) = 82e39e82660fbe94b304e4691f0598b8f28a856a SHA1 (patch-config_get__PATH) = 3b7bae3610a3c7a51afd27f2610aa71169a2bc44 SHA1 (patch-config_get__X11) = 0bb8f77d5c5adfb29f89ad95ead1b5726c1a3918 diff --git a/math/pari/patches/patch-config_Makefile.SH b/math/pari/patches/patch-config_Makefile.SH index 04062fcbf53..7a16c641115 100644 --- a/math/pari/patches/patch-config_Makefile.SH +++ b/math/pari/patches/patch-config_Makefile.SH @@ -1,4 +1,4 @@ -$NetBSD: patch-config_Makefile.SH,v 1.1 2016/03/03 13:28:22 wiz Exp $ +$NetBSD: patch-config_Makefile.SH,v 1.2 2016/05/07 10:03:25 joerg Exp $ --- config/Makefile.SH.orig 2014-12-13 20:52:52.000000000 +0000 +++ config/Makefile.SH @@ -109,7 +109,7 @@ $NetBSD: patch-config_Makefile.SH,v 1.1 2016/03/03 13:28:22 wiz Exp $ - \$(AR) r \$@ \$(OBJS) - -\$(RANLIB) \$@ +\$(LIBPARI): \$(OBJS) -+ \$(LD) -o \$@ \$(OBJS) -rpath \$(LIBDIR) \$(GMPLIBS) --version-info 0:0 ++ \$(LD) -o \$@ \$(OBJS) -rpath \$(PREFIX)/lib \$(GMPLIBS) --version-info 0:0 kerntest\$(_O): $src/test/kerntest.c \$(CC) -c -I$src/language \$(CPPFLAGS) \$(CFLAGS) -o \$@ $src/test/kerntest.c |