Bug 71168 - Unbreak security/clamav-devel
Summary: Unbreak security/clamav-devel
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 23:00 UTC by rob
Modified: 2004-09-02 16:24 UTC (History)
1 user (show)

See Also:


Attachments
clamav-devel.patch (5.32 KB, patch)
2004-08-30 23:00 UTC, rob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rob 2004-08-30 23:00:43 UTC
Unbreak security/clamav-devel:
Fix explicit linking with -lc_r
Fix fetching
Update to 20040826 snapshot

Patch by Marcus Grando (marcus at corp.grupos.com.br)

Obsoletes ports/70135 and ports/68924
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-09-02 11:26:52 UTC
State Changed
From-To: open->feedback

Looks like this libc_r-thing isn't fixed on 4.10 yet: 

cc -DSENDMAIL_BIN="/usr/sbin/sendmail" -O -pipe -g -I/usr/local/include -o .libs/clamav-milter cfgparser.o getopt.o memory.o clamav-milter.o  -L/usr/local/lib ../libclamav/.libs/libclamav.so -lcipher -lbz2 -lgmp -lcurl -lidn -lssl -lcrypto -lz -lmilter -lc_r -lwrap -Wl,--rpath -Wl,/usr/local/lib 

What about the --disable-cr-switch?
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-09-02 12:34:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Take since I'm up to the neck in their autoconf-stuff now anyway.
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-09-02 16:24:25 UTC
State Changed
From-To: feedback->closed

Committed, thanks! Yay.