summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-02-02 13:41:30 +0000
committermaho <maho@FreeBSD.org>2004-02-02 13:41:30 +0000
commit3bc4de8ab4b2e0254fb9529ca46a1270481047ec (patch)
treed4205a420a5ed61a1041fc4d555fdcb3c18d4813 /lang
parent240849536f5f9da79ca86f117b311e879a69161f (diff)
downloadFreeBSD-ports-3bc4de8ab4b2e0254fb9529ca46a1270481047ec.zip
FreeBSD-ports-3bc4de8ab4b2e0254fb9529ca46a1270481047ec.tar.gz
Use ${MASTER_SITE_LOCAL}
Submitted by: sf
Diffstat (limited to 'lang')
-rw-r--r--lang/g95/Makefile4
-rw-r--r--lang/gfortran/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index eedd6bd..1bc93fd 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -9,7 +9,8 @@
PORTNAME= g95
PORTVERSION= 3.5.${SNAPDATE}
CATEGORIES= lang
-MASTER_SITES= http://people.freebsd.org/~maho/tree-ssa/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= maho/tree-ssa
# http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/
DISTNAME= tree-ssa-${SNAPDATE}
@@ -45,6 +46,7 @@ CONFIGURE_ARGS= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=tree-ssa \
+ --disable-libmudflap \
--enable-languages=c,f95
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
.if defined(WANT_SHAREDLIBS)
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile
index eedd6bd..1bc93fd 100644
--- a/lang/gfortran/Makefile
+++ b/lang/gfortran/Makefile
@@ -9,7 +9,8 @@
PORTNAME= g95
PORTVERSION= 3.5.${SNAPDATE}
CATEGORIES= lang
-MASTER_SITES= http://people.freebsd.org/~maho/tree-ssa/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= maho/tree-ssa
# http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/
DISTNAME= tree-ssa-${SNAPDATE}
@@ -45,6 +46,7 @@ CONFIGURE_ARGS= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=tree-ssa \
+ --disable-libmudflap \
--enable-languages=c,f95
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
.if defined(WANT_SHAREDLIBS)
OpenPOWER on IntegriCloud