fix port - markus@

This commit is contained in:
dugsong 2000-11-18 06:27:25 +00:00
parent 16ab3cf7d5
commit 2886304e62
3 changed files with 16 additions and 10 deletions

View File

@ -3,9 +3,9 @@
# Date created: 21 Feb 2000
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:24 espie Exp $
# $OpenBSD: Makefile,v 1.10 2000/11/18 06:27:25 dugsong Exp $
DISTNAME= its4-1.0.1
DISTNAME= its4-1.1.1
CATEGORIES= security
NEED_VERSION= 1.305
@ -22,10 +22,12 @@ MIRROR_DISTFILE=no
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE= gnu dest
CONFIGURE_STYLE= gnu dest old
CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/share/its4'
WRKDIST= ${WRKDIR}/its4
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
echo "" ; \
@ -33,7 +35,7 @@ do-fetch:
echo " due to licensing restrictions. You MUST fetch the source" ; \
echo " manually after reading and agreeing to the license at:" ; \
echo "" ; \
echo " http://www.rstcorp.com/its4/download.html" ; \
echo " http://www.cigital.com/its4/" ; \
echo "" ; \
echo " Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" ; \
echo " and then restart this build." ; \

View File

@ -1,3 +1,3 @@
MD5 (its4-1.1.1.tgz) = 2bf05c83a241be1b65f4f641b6d2df2e
RMD160 (its4-1.1.1.tgz) = 19a6e47e0dc732917a7047b239c114db80e4d6f5
SHA1 (its4-1.1.1.tgz) = 3ada508dc13b2df72a1436c9c2563dcdb42783ce
MD5 (its4-1.1.1.tgz) = 2c0373fa2b5c82ea8f238aa051d3c09e
RMD160 (its4-1.1.1.tgz) = 4f1c16d678126f6ea6e10f0a31e5fa14e7cd852c
SHA1 (its4-1.1.1.tgz) = e4f53d50b3e58bda892088b15454493c3f07624b

View File

@ -1,10 +1,14 @@
--- Makefile.in.orig Mon Feb 21 11:53:17 2000
+++ Makefile.in Mon Feb 21 21:04:29 2000
@@ -9,7 +9,7 @@
--- Makefile.in.orig Thu Oct 5 16:56:58 2000
+++ Makefile.in Thu Nov 2 12:20:12 2000
@@ -10,10 +10,10 @@
purify $(CC) -o $(PROGNAME) $(OBJECTS)
.C.o:
- $(CC) -c -DDATA_DIR=$(INSTALL_DATADIR) $(EXTRA_FLAGS) ${OPTIMIZATION} $<
+ $(CC) $(CFLAGS) -c -DDATA_DIR=$(INSTALL_DATADIR) $<
.c.o:
- $(CC) -c $(EXTRA_FLAGS) $(OPTIMIZATION) $<
+ $(CC) $(CFLAGS) -c -DDATA_DIR=$(INSTALL_DATADIR) $<
remake: clean all