Build was broken on 5.xx because of some troubles with spamlogd. This patch fix this. Added file(s): - files/patch-makefile - files/patch-spamlogd Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-06-24 09:15:03 UTC FreeBSD ports repository Added files: mail/spamd/files patch-makefile patch-spamlogd Log: - Fix build with FreeBSD 5.X PR: 113966 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Revision Changes Path 1.1 +13 -0 ports/mail/spamd/files/patch-makefile (new) 1.1 +15 -0 ports/mail/spamd/files/patch-spamlogd (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
There is a typo at file/patch-spamlogd, so that the following code passage is excluded everytime (not only 5.x systems). ================================================================= --- patch-spamlogd 2007/10/05 15:24:01 1.1 +++ patch-spamlogd 2007/10/05 15:24:28 @@ -4,7 +4,7 @@ pcap_freecode(&bpfp); -+#ifdef BIOLOCK ++#ifdef BIOCLOCK if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) { logmsg(LOG_ERR, "BIOCLOCK: %s", strerror(errno)); return (-1); ================================================================= Regards, olli hauer