summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-05-23 04:58:36 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-05-23 04:58:36 +0000
commit41adeb4031d13997753d66f88a90dc402cee8e1d (patch)
tree669cd55c76545a6525acb03c03dbcbccae6d1180 /math
parent21fab9e297235eae79ebf546ac711699535196da (diff)
downloadpkgsrc-41adeb4031d13997753d66f88a90dc402cee8e1d.tar.gz
Pullup ticket #4993 - requested by joerg
math/pari: build fix Revisions pulled up: - math/pari/Makefile 1.68 - math/pari/distinfo 1.25 - math/pari/patches/patch-config_Makefile.SH 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:03:25 UTC 2016 Modified Files: pkgsrc/math/pari: Makefile distinfo pkgsrc/math/pari/patches: patch-config_Makefile.SH Log Message: Fix gp linking to not include the temporary DESTDIR. Bump revision.
Diffstat (limited to 'math')
-rw-r--r--math/pari/Makefile3
-rw-r--r--math/pari/distinfo4
-rw-r--r--math/pari/patches/patch-config_Makefile.SH4
3 files changed, 6 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index b67e4e33cf2..0a2b4865eb8 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.67.2.1 2016/05/23 04:58:36 bsiegert 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..0c04c9870e7 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.24.2.1 2016/05/23 04:58:36 bsiegert 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..1af523b5173 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.1.2.1 2016/05/23 04:58:36 bsiegert 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