Index: head/lang/gambit-c/Makefile =================================================================== --- head/lang/gambit-c/Makefile (revision 385486) +++ head/lang/gambit-c/Makefile (revision 385487) @@ -1,51 +1,58 @@ # Created by: Rob Zinkov # $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 LICENSE_COMB= dual USES= compiler gmake tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-single-host \ --enable-gcc-opts \ --docdir=${DOCSDIR} \ --includedir=${PREFIX}/include/gambit-c \ --libdir=${PREFIX}/lib/gambit-c \ --enable-compiler-name=gsc-gambit \ --enable-interpreter-name=gsi-gambit MAKEFILE= makefile 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 +.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. CFLAGS+= -fno-move-loop-invariants .endif post-patch: .for i in makefile.in gsc/makefile.in gsi/makefile.in lib/makefile.in @${REINPLACE_CMD} -e \ 's|^\(FLAGS_OBJ = \).*|\1 ${CFLAGS}| ; \ s|^\(FLAGS_DYN = \).*|\1 ${CFLAGS}|' ${WRKSRC}/${i} .endfor post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gs[ci]-gambit .include Index: head/lang/gambit-c/distinfo =================================================================== --- head/lang/gambit-c/distinfo (revision 385486) +++ head/lang/gambit-c/distinfo (revision 385487) @@ -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 Property changes on: head/lang/gambit-c/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property