Bug 113966 - [MAINTAINER] mail/spamd: [Build fail on 5.xx]
Summary: [MAINTAINER] mail/spamd: [Build fail on 5.xx]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 13:40 UTC by Oleksii Samorukov
Modified: 2007-10-05 17:00 UTC (History)
1 user (show)

See Also:


Attachments
spamd-4.1.2.patch (1.16 KB, patch)
2007-06-23 13:40 UTC, Oleksii Samorukov
no flags Details | Diff
patch_patch-spamlogd (284 bytes, text/x-patch)
2007-10-05 16:31 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2007-06-23 13:40:04 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-06-23 16:19:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-24 10:15:10 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-24 10:15:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 Olli Hauer 2007-10-05 16:31:29 UTC
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