diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-21 15:27:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-21 15:27:36 +0000 |
commit | 9f14fc9c5e4e72d31f975a6007211c56cceb4153 (patch) | |
tree | 5d35edd96f72997119c8a432e750618263e7ed0a /security/drweb-sendmail | |
parent | 78d97c91b0da4a4cee3ec69711556332e34e048e (diff) | |
download | ports-9f14fc9c5e4e72d31f975a6007211c56cceb4153.tar.gz ports-9f14fc9c5e4e72d31f975a6007211c56cceb4153.zip |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 3 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-aa | 24 |
3 files changed, 18 insertions, 11 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 4fb57f9ed4fd..f817b20570bf 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.28.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources @@ -56,7 +56,6 @@ post-patch: s#!!!___EDIT_THIS___!!!#${RANDOM_NUMBER}#" \ < drweb_smf.conf > ndrwsmf.conf && \ mv ndrwsmf.conf drweb_smf.conf - ${RM} -f ${WRKSRC}/lib/* ${WRKSRC}/src/*.o post-configure: cd ${WRKSRC} && { \ diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index a30bb4142135..10f37580cb49 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drweb-clients-4.28.2-sources.tar.gz) = 8156b79527a9c060b2c2e004bc2bbc96 +MD5 (drweb-clients-4.28.2-sources.tar.gz) = a9e58031ab917d839e07faf22d808e13 diff --git a/security/drweb-sendmail/files/patch-aa b/security/drweb-sendmail/files/patch-aa index 29746db21562..df5e28efac63 100644 --- a/security/drweb-sendmail/files/patch-aa +++ b/security/drweb-sendmail/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 18 20:43:16 2002 -+++ configure Fri May 10 11:49:42 2002 +--- configure.orig Tue May 21 14:59:19 2002 ++++ configure Tue May 21 19:19:28 2002 @@ -104,7 +104,7 @@ if [ "$INPUT" != "y" -a "x$INPUT" != "x" ] ; then MILTER_VER="FFR" @@ -9,15 +9,18 @@ SM_LIB="libsm" SM_LIB_CMD="-lsm" elif [ $OS = "Linux" ] ; then -@@ -114,52 +114,6 @@ +@@ -114,60 +114,6 @@ SM_LIB="" SM_LIB_CMD="" fi - if [ ! -f include/libmilter/mfapi.h ] ; then - echo "no include/libmilter/mfapi.h" - fi -- if [ ! -f include/libmilter/mfdef.h ] ; then +- if [ $MILTER_VER = "STD" -a ! -f include/libmilter/mfdef.h ] ; then - echo "no include/libmilter/mfdef.h" +- FAIL_MFDEF="yes" +- else +- FAIL_MFDEF="no" - fi - if [ "x$SM_LIB" != "x" -a ! -f "lib/$SM_LIB.a" ] ; then - NO_ADD="yes" @@ -30,13 +33,16 @@ - fi - if [ ! -f include/libmilter/mfapi.h\ - -o\ -- ! -f include/libmilter/mfdef.h\ +- $FAIL_MFDEF = "yes"\ - -o\ - ! -f lib/libmilter.a\ - -o $NO_ADD = "yes" ] ; then - echo - echo "Please copy (or make symlinks) for next files:" -- echo "in ./include/libmilter directory mfapi.h and mfdef.h" +- echo $n "in ./include/libmilter directory mfapi.h" +- if [ $MILTER_VER = "STD" ] ; then +- echo " and mfdef.h" +- fi - echo $n "in ./lib directory libmilter.a" - if [ $SM_LIB = "libsm" -a $OS = "Linux" ] ; then - echo " and libsm.a" @@ -48,7 +54,9 @@ - echo - echo "So you should have next tree:" - echo "include/libmilter/mfapi.h" -- echo " mfdef.h" +- if [ $MILTER_VER = "STD" ] ; then +- echo " mfdef.h" +- fi - echo "lib/libmilter.a" - if [ $SM_LIB = "libsm" -a $OS = "Linux" ] ; then - echo " libsm.a" @@ -62,7 +70,7 @@ else DRWEB_SM="" fi -@@ -256,7 +210,7 @@ +@@ -269,7 +215,7 @@ if [ "x$BSD_MAKE" = "xyes" ] ; then COMPILE_RULE_1=".c.o:" COMPILE_RULE_2=" \$(CC) -c \$(ADD_CFLAGS) -D__SIGNAL_BASED_DW \${.ALLSRC}" |