diff options
author | billf <billf@FreeBSD.org> | 1999-12-27 04:24:22 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-27 04:24:22 +0800 |
commit | 1a302f395ca7b03157b904416d2676311b3b651a (patch) | |
tree | 6552bda06bde004a3cac19762e218290e446c560 /math/calc | |
parent | d4bd11921e344083e54f1971b4ee219fa987a62a (diff) | |
download | freebsd-ports-gnome-1a302f395ca7b03157b904416d2676311b3b651a.tar.gz freebsd-ports-gnome-1a302f395ca7b03157b904416d2676311b3b651a.tar.zst freebsd-ports-gnome-1a302f395ca7b03157b904416d2676311b3b651a.zip |
(1) Rearrange the MASTER_SITES, if the http service of a machine is down
it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES
to try and avoid trying the same broken site twice.
(2) Follow the bouncing checksum. The old one might need to be re-added.
(3) Respect CFLAGS properly.
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/Makefile | 4 | ||||
-rw-r--r-- | math/calc/files/patch-ab | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index e677c3de97ea..c2611862184a 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -10,8 +10,8 @@ DISTNAME= calc-2.11.1t3.0 PKGNAME= calc-2.11.1 CATEGORIES= math MASTER_SITES= ftp://reality.sgi.com/users/chongo/src/calc/ \ - http://reality.sgi.com/chongo/src/calc/ \ - ftp://ftp.uu.net/pub/calc/ + ftp://ftp.uu.net/pub/calc/ \ + http://reality.sgi.com/chongo/src/calc/ MAINTAINER= jmz@FreeBSD.org diff --git a/math/calc/files/patch-ab b/math/calc/files/patch-ab index 4263c2e5a14d..08dbcc97e352 100644 --- a/math/calc/files/patch-ab +++ b/math/calc/files/patch-ab @@ -4,8 +4,8 @@ # CCWARN= -Wall -Wno-implicit -Wno-comment CCOPT= ${DEBUG} ${NO_SHARED} --CCMISC= -+CCMISC= -O + CCMISC= # - CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC} +-CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC} ++CFLAGS+= ${CCWARN} ${CCOPT} ${CCMISC} ICFLAGS= ${CCWARN} ${CCMISC} |