head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.28 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.26 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.24 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.22 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.20 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.18 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.16 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.14 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.12 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.10 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.8 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.6 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.4 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.2 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2007.04.01.21.17.19; author wiz; state dead; branches; next 1.4; 1.4 date 2003.04.11.22.06.24; author cjep; state Exp; branches; next 1.3; 1.3 date 2001.09.14.21.56.49; author wiz; state dead; branches; next 1.2; 1.2 date 2000.10.23.14.57.16; author rh; state Exp; branches; next 1.1; 1.1 date 2000.06.05.14.37.58; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.06.05.14.37.58; author rh; state Exp; branches; next ; desc @@ 1.5 log @Remove security/amavis -- discontinued; security/amavisd-new is one replacement. No disagreement on pkgsrc-users. @ text @$NetBSD: patch-aa,v 1.4 2003/04/11 22:06:24 cjep Exp $ --- configure.orig 2000-10-31 16:21:04.000000000 +0000 +++ configure @@@@ -1744,7 +1744,7 @@@@ fi test -n "$unzip" && break done -for ac_prog in gtar tar +for ac_prog in tar gtar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@@@ -3876,7 +3876,7 @@@@ echo $ac_n "checking if tar removes lead echo "configure:3877: checking if tar removes leading / from archive" >&5 testfile="tarcheck$$" touch /tmp/$testfile - $tar cPf /tmp/$testfile.tar /tmp/$testfile > /dev/null 2>&1 + $tar cf /tmp/$testfile.tar /tmp/$testfile > /dev/null 2>&1 rm -f /tmp/${testfile} $tar xf /tmp/$testfile.tar > /dev/null 2>&1 if test -d "./tmp"; then @ 1.4 log @Allow this to build on NetBSD when gtar is installed by only looking for tar. Do not pass P to tar when testing for removal of leading /'s. This is a fix for PR#20928. XXX On Solaris this package will be broken. It probably needs to XXX depend on gtar in this case. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 0.2.1, as requested in pkg/13772. Changes since last version, from the NEWS file: AMaViS 0.2.1 relesed. We improved qmail support and added support for exim and postfix and a hack for sendmail to scan outgoing/relayed mail, too. Added support for several anti-virus programs. Lots of other improvements and bug fixes. Read ChangeLog for full details. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/10/23 14:57:16 rh Exp $ d3 1 a3 1 --- configure.orig Mon Oct 23 16:11:15 2000 d5 18 a22 13 @@@@ -2640,10 +2640,10 @@@@ then tnef_arg="-x" else - $tnef -h 2>&1 | grep "put unpacked files in DIR" >/dev/null 2>&1 + $tnef -h 2>&1 | grep "unpack files into DIR" >/dev/null 2>&1 if test $? -eq 0 then - tnef_arg="-d" + tnef_arg="-C" else { echo "configure: error: Sorry, your tnef binary seems to be insecure. Please use the tnef file from http://world.std.com/~damned/software.html" 1>&2; exit 1; } fi @ 1.2 log @Update amavis to 0.2.1p3. Changes are bugfixes, enhanced MIME decoding, and the capability to decode and virus-check MS-TNEF attachments. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 15 a17 11 --- configure.orig Tue Jul 20 19:29:02 1999 +++ configure Mon Jun 5 16:06:52 2000 @@@@ -2983,7 +2983,7 @@@@ -deliver=/usr/bin/procmail +deliver=/usr/libexec/mail.local trap '' 1 2 15 @ 1.1.1.1 log @Initial import of amavis-0.2.0p6, a mail virus scanner @ text @@