diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 21:01:51 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 21:01:51 +0800 |
commit | c48d1702559e3c5fdc3c590663174ceccd3ee41f (patch) | |
tree | 316a67ca40c78a89b35a980cec6bd4b8c32753b7 /cad/sceptre | |
parent | 326e1e036715fd1d68fe73c242772874b2480a24 (diff) | |
download | freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.tar.gz freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.tar.zst freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.zip |
* Migrate to g77-34 to fix for 7-CURRENT.
* Bump port revision.
Diffstat (limited to 'cad/sceptre')
-rw-r--r-- | cad/sceptre/Makefile | 8 | ||||
-rw-r--r-- | cad/sceptre/files/patch-ab | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 924b27a010d1..837e528df5f8 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -7,13 +7,19 @@ PORTNAME= sceptre PORTVERSION= 00.317 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= grog@FreeBSD.org COMMENT= SCEPTRE is a general purpose circuit analysis program -WITH_FORTRAN= yes +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= g77-34:${PORTSDIR}/lang/gcc34 +FC= g77-34 +F77= g77-34 +FFLAGS+= -fno-automatic -O +MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" NO_WRKSUBDIR= YES diff --git a/cad/sceptre/files/patch-ab b/cad/sceptre/files/patch-ab index 17deaf8fb791..a64e5cfeea72 100644 --- a/cad/sceptre/files/patch-ab +++ b/cad/sceptre/files/patch-ab @@ -1,12 +1,12 @@ ---- Makefile~ Sun Nov 12 17:55:44 2000 -+++ Makefile Sun Feb 11 16:30:32 2001 -@@ -1,4 +1,4 @@ +--- Makefile.orig Sun Nov 12 16:25:44 2000 ++++ Makefile Fri Jan 12 21:27:09 2007 +@@ -1,5 +1,3 @@ -FC = g77 -+FC = f77 - FFLAGS = -fno-automatic -O +-FFLAGS = -fno-automatic -O BASEDIR = `pwd` INSTDIR = /usr/local -@@ -13,19 +13,19 @@ + LIBDIR = ${INSTDIR}/lib +@@ -13,19 +11,19 @@ cd x1; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" cd x2; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" install: |