From f12023a79e94c6fd8694652ff873315515a1516f Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sun, 26 Dec 1999 20:24:22 +0000 Subject: (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. --- math/calc/Makefile | 4 ++-- math/calc/files/patch-ab | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math/calc') 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} -- cgit v1.2.3