diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-05-21 16:07:59 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-05-21 16:07:59 +0000 |
commit | 0b644701a3562b22603c438296616d9f225ff5a6 (patch) | |
tree | 2a286ae3c5cfa3634707c9bd4d57fbdd965ef79d /lang/ghc7/Makefile | |
parent | 76906679c5fdf630f8dc6ea4df7cd58f47c31016 (diff) | |
download | pkgsrc-0b644701a3562b22603c438296616d9f225ff5a6.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/Makefile | 6 |
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} |