Date: Tue, 08 Jun 2004 14:02:46 +0200 From: Cyril Guibourg <aragorn+ports@teaser.fr> To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Cc: ports-bugs@freebsd.org Subject: Re: ports/67661: mail/milter-greylist update to 1.3.8 Message-ID: <87oenul0k9.fsf@blackbox.babasse.net> In-Reply-To: <20040608113007.GV59047@i2.informatik.rwth-aachen.de> (Volker Stolz's message of "Tue, 8 Jun 2004 13:30:07 %2B0200") References: <200406081010.i58AAOZF089051@freefall.freebsd.org> <871xkq495e.fsf@blackbox.babasse.net> <20040608113007.GV59047@i2.informatik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Volker Stolz <stolz@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87oenul0k9.fsf>