- Update to 0.94.1

- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x
This commit is contained in:
Renato Botelho 2008-11-03 22:48:53 +00:00
parent ca67c0ace5
commit a9c54712a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222366
3 changed files with 14 additions and 14 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= clamav
PORTVERSION= 0.94
PORTREVISION= 1
DISTVERSION= 0.94.1
CATEGORIES= security
MASTER_SITES= SF
@ -40,7 +39,8 @@ PLIST_SUB+= DBDIR=${DBDIR} LOGDIR=${LOGDIR} RUNDIR=${RUNDIR}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-dbdir=${DBDIR} \
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-dbdir=${DBDIR} \
--with-zlib=/usr \
--disable-zlib-vcheck \
--disable-clamuko \

View file

@ -1,3 +1,3 @@
MD5 (clamav-0.94.tar.gz) = d3f6d5fff2db81950491749166ab0ffa
SHA256 (clamav-0.94.tar.gz) = ae188c18936ea9154eb6a85ea553c29f4349ee3e95457055fae5fe1b981af602
SIZE (clamav-0.94.tar.gz) = 20509228
MD5 (clamav-0.94.1.tar.gz) = dbe6820ff98f5a6f67a03e3ad63fa90b
SHA256 (clamav-0.94.1.tar.gz) = 15cd3f5ed349f736b9926dd118d0b8edda7d58fe1f73118d4ffd21b3016f5dea
SIZE (clamav-0.94.1.tar.gz) = 21817818

View file

@ -1,6 +1,6 @@
--- configure.orig 2008-09-01 15:41:18.000000000 -0300
+++ configure 2008-09-05 08:57:53.000000000 -0300
@@ -16571,7 +16571,7 @@
--- configure.orig 2008-10-15 07:41:31.000000000 -0300
+++ configure 2008-10-15 08:55:58.000000000 -0300
@@ -17909,7 +17909,7 @@
;;
freebsd*)
if test "$have_pthreads" = "yes"; then
@ -9,16 +9,16 @@
TH_SAFE="-thread-safe"
cat >>confdefs.h <<\_ACEOF
@@ -16931,7 +16931,7 @@
@@ -18269,7 +18269,7 @@
if test "$have_milter" = "yes"; then
save_LDFLAGS="$LDFLAGS"
- CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
+ CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS $THREAD_LIBS"
save_LIBS="$LIBS"
- CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
+ CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS $THREAD_LIBS"
if test -d /usr/lib/libmilter ; then
CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
fi
@@ -17468,19 +17468,25 @@
@@ -18806,19 +18806,25 @@
sendmailver_c=`echo $sendmailver | awk -F. '{printf $3}'`