summaryrefslogtreecommitdiff
path: root/math/calc
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-26 20:24:22 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-26 20:24:22 +0000
commitf12023a79e94c6fd8694652ff873315515a1516f (patch)
treee6da6b3721990615c13138a4e8019dd5575d2997 /math/calc
parentMy tar archive was corrupt. (diff)
(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.
Notes
Notes: svn path=/head/; revision=24104
Diffstat (limited to 'math/calc')
-rw-r--r--math/calc/Makefile4
-rw-r--r--math/calc/files/patch-ab6
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}