Bug 71168

Summary: Unbreak security/clamav-devel
Product: Ports & Packages Reporter: rob
Component: Individual Port(s)Assignee: Volker Stolz <vs>
Status: Closed FIXED    
Severity: Affects Only Me CC: vs
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
clamav-devel.patch none

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.