summaryrefslogtreecommitdiff
path: root/lang/ghc7/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-05-21 16:07:59 +0000
committerjperkin <jperkin>2014-05-21 16:07:59 +0000
commitefdd28ccf4ba0d3368718b4532d88f89a3a4ef52 (patch)
tree2a286ae3c5cfa3634707c9bd4d57fbdd965ef79d /lang/ghc7/Makefile
parent8afc7ddbbe728c15414a040d9ccf2ce4d92479ba (diff)
downloadpkgsrc-efdd28ccf4ba0d3368718b4532d88f89a3a4ef52.tar.gz
Apply a number of fixes:
* Install the libffi libtool archive. Whilst it is unused, it allows us to automatically determine the shared library suffix. * Switch the i386 SunOS bootstrap to .xz. * Use PKG_CC to build lndir to help environments where the compiler is not in $PATH. * Apply patch from Alain O'Dea to fix issues with files residing on read-only file systems. * Support shared libraries on 64-bit SunOS. * Fix typo in patches/patch-rts_Linker.c. Fixes build on SunOS. Bump PKGREVISION.
Diffstat (limited to 'lang/ghc7/Makefile')
-rw-r--r--lang/ghc7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile
index 1be9b231be7..9c66a808e61 100644
--- a/lang/ghc7/Makefile
+++ b/lang/ghc7/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2014/02/08 12:42:25 obache Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/21 16:07:59 jperkin Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
DISTNAME= ghc-7.6.3-src
PKGNAME= ${DISTNAME:S/-src$//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.haskell.org/ghc/dist/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -39,7 +39,7 @@ DISTFILES= ${DEFAULT_DISTFILES}
#DISTFILES+= ${PKGNAME_NOREV}-boot-powerpc-apple-darwin.tar.xz
#DISTFILES+= ${PKGNAME_NOREV}-boot-x86_64-unknown-linux.tar.xz
#DISTFILES+= ${PKGNAME_NOREV}-boot-x86_64-unknown-netbsd.tar.xz
-#DISTFILES+= ${PKGNAME_NOREV}-boot-i386-unknown-solaris2.tar.gz
+#DISTFILES+= ${PKGNAME_NOREV}-boot-i386-unknown-solaris2.tar.xz
#DISTFILES+= ${PKGNAME_NOREV}-boot-x86_64-unknown-solaris2.tar.xz
#.else
#DISTFILES+= ${BOOT_ARCHIVE}