Import of pkgsrc-2015Q3

This commit is contained in:
2016-01-21 23:42:40 +01:00
committed by sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228313 additions and 80017 deletions
+5 -3
View File
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.51 2015/06/12 10:50:16 wiz Exp $
# $NetBSD: Makefile,v 1.57 2015/08/18 07:31:10 wiz Exp $
DISTNAME= mercury-srcdist-14.01.1
PKGNAME= mercury-14.01.1
PKGREVISION= 3
PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= http://dl.mercurylang.org/release/ \
ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \
@@ -13,9 +13,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mercurylang.org/
COMMENT= Modern logic/functional programming language
BUILD_DEPENDS+= tex-dvips>=0:../../print/tex-dvips # dvips
BUILD_DEPENDS+= dvipsk>=0:../../print/dvipsk # dvips
BUILD_DEPENDS+= web2c>=0:../../print/web2c # pdftex
BUILD_DEPENDS+= gtexinfo>=0:../../devel/gtexinfo # texi2dvi
BUILD_DEPENDS+= tex-texinfo>=0:../../print/tex-texinfo # texinfo.tex
BUILD_DEPENDS+= tex-latex-fonts>=0:../../fonts/tex-latex-fonts
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pax bison flex makeinfo
+2 -2
View File
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.13 2015/01/04 19:37:02 asau Exp $
$NetBSD: distinfo,v 1.14 2015/07/30 19:34:40 asau Exp $
SHA1 (mercury-srcdist-14.01.1.tar.gz) = 8d8295aed6cadb6cd2e932490042de6075d18acf
RMD160 (mercury-srcdist-14.01.1.tar.gz) = 8ee4a5ee694985b6d6453bee86a3a7e12cc9d0ac
@@ -10,4 +10,4 @@ SHA1 (patch-an) = 65bfb05147fe2f3663b35e494b8e8bf7fc6906e2
SHA1 (patch-ao) = c994597a95edc8376c4916333e7ad371752bbd2e
SHA1 (patch-ap) = 1779d182c543322c0083a6cca354a73fda4f7cb5
SHA1 (patch-aq) = fcf7b99650d9f288cbc4200c2bc48934f7198845
SHA1 (patch-at) = 9ec4846319d823a55cd944cc7436b9770d512be5
SHA1 (patch-at) = 41173e0ea5bffe06f8bcffb85cd8447831c3c044
+14 -4
View File
@@ -1,10 +1,20 @@
$NetBSD: patch-at,v 1.3 2013/06/11 19:34:14 asau Exp $
$NetBSD: patch-at,v 1.4 2015/07/30 19:34:40 asau Exp $
Support shared libraries.
Don't capture value of HOME.
--- configure.orig 2013-05-28 05:23:38.000000000 +0000
+++ configure
@@ -11250,7 +11250,7 @@ $as_echo "yes" >&6; }
--- configure.orig 2014-09-08 08:56:03.000000000 +0400
+++ configure 2015-07-30 22:18:33.000000000 +0300
@@ -1514,7 +1514,7 @@
By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
+for instance \`--prefix=\\\$HOME'.
For better control, use the options below.
@@ -11481,7 +11481,7 @@
EXT_FOR_SHARED_LIB=so
EXT_FOR_LINK_WITH_PIC_OBJECTS=o
;;