1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

(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.
This commit is contained in:
Bill Fumerola 1999-12-26 20:24:22 +00:00
parent 36d891fc92
commit f12023a79e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24104
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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}