ports/67661: mail/milter-greylist update to 1.3.8

Cyril Guibourg aragorn+ports at teaser.fr
Tue Jun 8 12:03:31 UTC 2004


Volker Stolz <stolz at i2.informatik.rwth-aachen.de> writes:

> Umm, in the PR you said that that files/patch-dump.h should be removed.

Yes and it was a mistake I discovered this morning. This is why I posted
this new diff for patch-dump.h   Apologies for the mess...

Let me know whether it's better to create another PR. </newbie>

> I get errors for Makefile (easy to fix by hand) and patch-Makefile.in:
> |--- files/patch-Makefile.in.orig        Thu May 27 23:12:08 2004
> |+++ files/patch-Makefile.in     Mon Jun  7 10:23:08 2004
> --------------------------

I reloaded all 1.2.2 port files with cvsup, did the diff and applied it to
files/patch/Makefile.in with success. Do you still experience issues with
this one ? :

--- files/patch-Makefile.in.orig	Tue Jun  8 13:54:15 2004
+++ files/patch-Makefile.in	Thu Jun  3 14:23:22 2004
@@ -1,36 +1,23 @@
---- Makefile.in.orig	Sat Apr  3 11:26:11 2004
-+++ Makefile.in	Tue May 25 23:04:47 2004
+--- Makefile.in.orig	Fri May 28 10:59:04 2004
++++ Makefile.in	Thu Jun  3 14:21:13 2004
 @@ -29,9 +29,9 @@
  # OF THE POSSIBILITY OF SUCH DAMAGE.
  #
  
--CFLAGS= 	@CFLAGS@ -D_BSD_SOURCE -Wall -ansi
+-CFLAGS= 	@CFLAGS@ -D_BSD_SOURCE
 -LDFLAGS=	@LDFLAGS@
 -LIBS= 		@LIBS@
-+CFLAGS= 	@CFLAGS@ -D_BSD_SOURCE -Wall -ansi -pthread
-+LDFLAGS=	@LDFLAGS@ -pthread
++CFLAGS= 	@CFLAGS@ -D_BSD_SOURCE -pthread
++LDFLAGS=	-pthread @LDFLAGS@
 +LIBS= 		-lmilter
  prefix=		@prefix@
  exec_prefix=	@exec_prefix@
  SYSCONFDIR=	@sysconfdir@
-@@ -66,34 +66,20 @@
- dump_yacc.o:	dump_yacc.c dump_lex.c
- 
- rc-bsd.sh:      rc-bsd.sh.in
--	${SED} "s|@BINDIR@|${BINDIR}|g" rc-bsd.sh.in > rc-bsd.sh
-+	${SED} -e "s|@BINDIR@|${BINDIR}|g" \
-+	-e "s|@SYSCONFDIR@|${SYSCONFDIR}|g" rc-bsd.sh.in > rc-bsd.sh
- rc-linux.sh:    rc-linux.sh.in
- 	${SED} "s|@BINDIR@|${BINDIR}|g" rc-linux.sh.in > rc-linux.sh
- 
- install:	milter-greylist
--	${INSTALL} -d 755 ${BINDIR}
--	${INSTALL} -d 755 ${MANDIR}/man8
--	${INSTALL} -d 755 ${MANDIR}/man5
-+	${INSTALL} -d -m 755 ${BINDIR}
+@@ -75,26 +75,11 @@
+ 	${INSTALL} -d -m 755 ${BINDIR}
+ 	${INSTALL} -d -m 755 ${MANDIR}/man8
+ 	${INSTALL} -d -m 755 ${MANDIR}/man5
 +	${INSTALL} -d -m 755 ${SYSCONFDIR}/mail
-+	${INSTALL} -d -m 755 ${MANDIR}/man8
-+	${INSTALL} -d -m 755 ${MANDIR}/man5
  	${INSTALL} -m 755 milter-greylist ${BINDIR}
  	${INSTALL} -m 644 milter-greylist.8 ${MANDIR}/man8
  	${INSTALL} -m 644 greylist.conf.5 ${MANDIR}/man5



More information about the freebsd-ports-bugs mailing list