diff options
author | mi <mi@FreeBSD.org> | 2004-06-10 02:04:11 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-06-10 02:04:11 +0800 |
commit | a5d5faee44ad39d0a62452166cc55451e6ed2729 (patch) | |
tree | 176673cce217cb2363575ef406059d8d5fb22eef /security/clamav-devel | |
parent | fbb734a52534127895ff68e66b0a8d69db4e122b (diff) | |
download | freebsd-ports-gnome-a5d5faee44ad39d0a62452166cc55451e6ed2729.tar.gz freebsd-ports-gnome-a5d5faee44ad39d0a62452166cc55451e6ed2729.tar.zst freebsd-ports-gnome-a5d5faee44ad39d0a62452166cc55451e6ed2729.zip |
Update to today's release. Propagate CPPFLAGS to CONFIGURE_ENV to enable
building of the milter part. Use autoconf-2.59 instead of the deprecated
2.57
Approved by: Rob Evers (maintainer)
Diffstat (limited to 'security/clamav-devel')
-rw-r--r-- | security/clamav-devel/Makefile | 6 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index c21b146566d8..85537ab65fc1 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20040603 +PORTVERSION= 20040609 CATEGORIES= security MASTER_SITES= http://clamav.sourceforge.net/snapshot/ PKGNAMESUFFIX= -devel @@ -28,7 +28,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER=257 +USE_AUTOCONF_VER=259 USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_RC_SUBR= yes @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" "CPPFLAGS=${CPPFLAGS}" MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 MAN5= clamav.conf.5 freshclam.conf.5 diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index b54b5da55b4c..6626d9815fa4 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (clamav-devel-20040603.tar.gz) = 52faf7f30ab1eabc53711722e637b7b9 -SIZE (clamav-devel-20040603.tar.gz) = 1571977 +MD5 (clamav-devel-20040609.tar.gz) = 0e33d046230766f8dde2626a0d5e5186 +SIZE (clamav-devel-20040609.tar.gz) = 1576864 |