diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-05 20:22:08 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-05 20:22:08 +0000 |
commit | 7cb20549aeb37e2f53edf1993f0aa407d9494fa9 (patch) | |
tree | 00ed34011f3cd9e52dc1e358b068c50596766aa9 /lang | |
parent | 025a69d21bf0f82a329e30f7192faf2227d36e0d (diff) | |
download | ports-7cb20549aeb37e2f53edf1993f0aa407d9494fa9.tar.gz ports-7cb20549aeb37e2f53edf1993f0aa407d9494fa9.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gambit-c/Makefile | 13 | ||||
-rw-r--r-- | lang/gambit-c/distinfo | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index 86b06366a7b3..c7330d7a7d46 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= gambit-c -DISTVERSION= v4_7_3 +DISTVERSION= v4_7_5 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/ DISTNAME= gambc-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Gambit programming system where the compiler generates portable C code LICENSE= APACHE20 LGPL21 @@ -28,10 +28,17 @@ USE_LDCONFIG= ${PREFIX}/lib/gambit-c INFO= gambit-c -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GCC +OPTIONS_DEFAULT=GCC + +GCC_DESC= Build with GCC .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MGCC} +USE_GCC= any +.endif + .if ${COMPILER_TYPE} == gcc # This is needed because 4.2 < gcc -v < 4.4 has optimisations that make the # build take more than 20Gb of virtual memory. diff --git a/lang/gambit-c/distinfo b/lang/gambit-c/distinfo index cf89a549fe73..a79e640c7ef3 100644 --- a/lang/gambit-c/distinfo +++ b/lang/gambit-c/distinfo @@ -1,2 +1,2 @@ -SHA256 (gambc-v4_7_3.tgz) = 59c4c62f2cfaf698b54a862e7af9c1b3e4cc27e46d386f31c66e00fed4701777 -SIZE (gambc-v4_7_3.tgz) = 11462024 +SHA256 (gambc-v4_7_5.tgz) = 5dee880b5ab8679c9aa72baaee8f84320692143c6a003379a458104f39c671b0 +SIZE (gambc-v4_7_5.tgz) = 13003656 |