Hello, cyrus-imapd build fails, if SNMP support is enabled. Variable: LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}" causes build error: cc: error: unknown argument: '-R/usr/local/lib/perl5/5.18/mach/CORE' patch-configure should be updated with: + LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -Wl,-R${PERLLIBDIR}" instead of: + LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}" Regards
Fix Summary and assign. ume@ maintains both -imap23 and -imap24 so even if the summary is wrong the assignment will be correct.
A commit references this bug: Author: ume Date: Wed Dec 17 18:04:22 UTC 2014 New revision: 374866 URL: https://svnweb.freebsd.org/changeset/ports/374866 Log: Fix build with clang when SNMP option is enabled. PR: 196015 Changes: head/mail/cyrus-imapd23/files/patch-configure
Thank you for the report. It should be fixed now. Note that cyrus-imapd24 doesn't have this problem.
*** Bug 195994 has been marked as a duplicate of this bug. ***