FreeBSD Bugzilla – Attachment 50756 Details for
Bug 77274
[MAINTAINER] mail/milter-greylist-devel: update to 2.0b1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
milter-greylist-devel-2.0b1.patch
milter-greylist-devel-2.0b1.patch (text/plain), 6.14 KB, created by
Cyril Guibourg
on 2005-02-08 17:30:09 UTC
(
hide
)
Description:
milter-greylist-devel-2.0b1.patch
Filename:
MIME Type:
Creator:
Cyril Guibourg
Created:
2005-02-08 17:30:09 UTC
Size:
6.14 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/mail/milter-greylist-devel/Makefile /home/cyril/ports/milter-greylist-devel/Makefile >--- /usr/ports/mail/milter-greylist-devel/Makefile Thu Feb 3 19:42:24 2005 >+++ /home/cyril/ports/milter-greylist-devel/Makefile Tue Feb 8 17:34:18 2005 >@@ -5,11 +5,11 @@ > # $FreeBSD: ports/mail/milter-greylist-devel/Makefile,v 1.1 2005/02/03 18:42:24 ume Exp $ > # > >-PORTNAME= milter-greylist >-PORTVERSION= 1.7.5 >+PORTNAME= milter-greylist-devel >+PORTVERSION= 2.0b1 > CATEGORIES= mail > MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ >-PKGNAMESUFFIX= -devel >+DISTNAME= milter-greylist-${PORTVERSION} > EXTRACT_SUFX= .tgz > > MAINTAINER= aragorn+ports@teaser.fr >@@ -18,9 +18,13 @@ > MAN5= greylist.conf.5 > MAN8= milter-greylist.8 > >+CFLAGS+= ${PTHREAD_CFLAGS} >+LIBS+= ${PTHREAD_LIBS} >+ > GNU_CONFIGURE= yes > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS+= --with-user=smmsp >+CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LIBS="${LIBS}" > > ALL_TARGET= milter-greylist > >@@ -51,6 +55,21 @@ > @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/greylist.conf ${EXAMPLESDIR} > .endif >+ >+ @${TEST} -f /var/db/milter-greylist/greylist.db && ( \ >+ ${ECHO} "***********************************************************"; \ >+ ${ECHO} "***********************************************************"; \ >+ ${ECHO} "** **"; \ >+ ${ECHO} "** WARNING **"; \ >+ ${ECHO} "** **"; \ >+ ${ECHO} "** The default dump file location has changed. **"; \ >+ ${ECHO} "** Please move greylist.db from /var/db/milter-greylist/ **"; \ >+ ${ECHO} "** to /var/milter-greylist/ **"; \ >+ ${ECHO} "** **"; \ >+ ${ECHO} "***********************************************************"; \ >+ ${ECHO} "***********************************************************"; \ >+ ) || ${TRUE} >+ > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/mail/milter-greylist-devel/distinfo /home/cyril/ports/milter-greylist-devel/distinfo >--- /usr/ports/mail/milter-greylist-devel/distinfo Thu Feb 3 19:42:24 2005 >+++ /home/cyril/ports/milter-greylist-devel/distinfo Tue Feb 8 14:34:03 2005 >@@ -1,2 +1,2 @@ >-MD5 (milter-greylist-1.7.5.tgz) = b0f0bd40a799b6745226a386d52c03b6 >-SIZE (milter-greylist-1.7.5.tgz) = 113031 >+MD5 (milter-greylist-2.0b1.tgz) = 928d7a131c56f579380c22edfc53fa3f >+SIZE (milter-greylist-2.0b1.tgz) = 113598 >diff -ruN --exclude=CVS /usr/ports/mail/milter-greylist-devel/files/patch-Makefile.in /home/cyril/ports/milter-greylist-devel/files/patch-Makefile.in >--- /usr/ports/mail/milter-greylist-devel/files/patch-Makefile.in Thu Feb 3 19:42:24 2005 >+++ /home/cyril/ports/milter-greylist-devel/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,39 +0,0 @@ >---- Makefile.in.orig Sun Dec 19 09:11:21 2004 >-+++ Makefile.in Tue Dec 28 14:36:39 2004 >-@@ -29,9 +29,9 @@ >- # OF THE POSSIBILITY OF SUCH DAMAGE. >- # >- >--CFLAGS= @CFLAGS@ -D_BSD_SOURCE >--LDFLAGS= @LDFLAGS@ >--LIBS= @LIBS@ >-+CFLAGS= -O2 -pthread >-+LDFLAGS= -pthread >-+LIBS= -lmilter >- prefix= @prefix@ >- exec_prefix= @exec_prefix@ >- SYSCONFDIR= @sysconfdir@ >-@@ -40,16 +40,16 @@ >- MANDIR= @mandir@ >- USER= @USER@ >- >--CC= @CC@ >--MKDEP= @MKDEP@ >-+#CC= @CC@ >-+#MKDEP= @MKDEP@ >- RM= @RM@ >- MV= @MV@ >--TEST= @TEST@ >-+#TEST= @TEST@ >- SED= @SED@ >--INSTALL= @INSTALL@ >--LEX= @LEX@ >--YACC= @YACC@ >--TRUE= @TRUE@ >-+#INSTALL= @INSTALL@ >-+#LEX= @LEX@ >-+#YACC= @YACC@ >-+#TRUE= @TRUE@ >- >- OBJ= milter-greylist.o pending.o sync.o \ >- conf_yacc.o dump_yacc.o conf.o autowhite.o dump.o spf.o acl.o >diff -ruN --exclude=CVS /usr/ports/mail/milter-greylist-devel/pkg-message /home/cyril/ports/milter-greylist-devel/pkg-message >--- /usr/ports/mail/milter-greylist-devel/pkg-message Thu Feb 3 19:42:24 2005 >+++ /home/cyril/ports/milter-greylist-devel/pkg-message Tue Feb 8 18:09:16 2005 >@@ -1,10 +1,14 @@ >-===> IMPORTANT NOTE > >- A sample configuration file has been installed in ${PREFIX}/etc/mail >- directory. Copy and edit it to suit your needs before launching >- milter-greylist. >+------------------------------------------------------------------------ >+ IMPORTANT NOTE > >- To run milter-greylist from startup, add miltergreylist_enable="YES" >- in your /etc/rc.conf or your /etc/rc.conf.local >+ A sample configuration file has been installed in ${PREFIX}/etc/mail >+ directory. Copy and edit it to suit your needs before launching >+ milter-greylist. > >- See ${DOCSDIR}/README for operation details. >+ To run milter-greylist from startup, add miltergreylist_enable="YES" >+ in your /etc/rc.conf or your /etc/rc.conf.local >+ >+ See ${DOCSDIR}/README for operation details. >+ >+------------------------------------------------------------------------ >diff -ruN --exclude=CVS /usr/ports/mail/milter-greylist-devel/pkg-plist /home/cyril/ports/milter-greylist-devel/pkg-plist >--- /usr/ports/mail/milter-greylist-devel/pkg-plist Thu Feb 3 19:42:24 2005 >+++ /home/cyril/ports/milter-greylist-devel/pkg-plist Tue Feb 8 18:16:57 2005 >@@ -5,6 +5,7 @@ > %%PORTDOCS%%%%EXAMPLESDIR%%/greylist.conf > @exec /bin/mkdir -p /var/milter-greylist > @exec /usr/sbin/chown smmsp /var/milter-greylist >+@exec [ -f /var/db/milter-greylist/greylist.db ] && printf '\n*\n************************************************************\n************************************************************\n*** **\n*** WARNING **\n*** **\n*** The default dump file location has changed. **\n*** Please move greylist.db from /var/db/milter-greylist/ **\n*** to /var/milter-greylist/ **\n*** **\n************************************************************\n************************************************************\n' ||true > %%PORTDOCS%%@dirrm %%DOCSDIR%% > %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% > @unexec /bin/rmdir %D/etc/mail 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77274
: 50756