From owner-svn-ports-head@FreeBSD.ORG Wed Dec 17 18:04:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CD8435; Wed, 17 Dec 2014 18:04:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DF97CF; Wed, 17 Dec 2014 18:04:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBHI4M21020517; Wed, 17 Dec 2014 18:04:22 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBHI4MkC020516; Wed, 17 Dec 2014 18:04:22 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201412171804.sBHI4MkC020516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 17 Dec 2014 18:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374866 - head/mail/cyrus-imapd23/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 18:04:22 -0000 Author: ume Date: Wed Dec 17 18:04:21 2014 New Revision: 374866 URL: https://svnweb.freebsd.org/changeset/ports/374866 QAT: https://qat.redports.org/buildarchive/r374866/ Log: Fix build with clang when SNMP option is enabled. PR: 196015 Modified: head/mail/cyrus-imapd23/files/patch-configure Modified: head/mail/cyrus-imapd23/files/patch-configure ============================================================================== --- head/mail/cyrus-imapd23/files/patch-configure Wed Dec 17 17:22:11 2014 (r374865) +++ head/mail/cyrus-imapd23/files/patch-configure Wed Dec 17 18:04:21 2014 (r374866) @@ -19,17 +19,6 @@ diff -u configure.orig configure LIBS="$LIBS -lpcre -lpcreposix"; $as_echo "#define ENABLE_REGEX /**/" >>confdefs.h -@@ -10688,7 +10689,9 @@ - - if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then - CPPFLAGS="$CPPFLAGS -I${SNMP_PREFIX}/include" -- LIB_UCDSNMP=$SNMP_LIBS -+ LIB_UCDSNMP="$SNMP_LIBS -lwrap" -+ PERLLIBDIR=`$PERL -e 'use Config; print "$Config{archlibexp}/CORE";'` -+ LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}" - - $as_echo "#define HAVE_NETSNMP 1" >>confdefs.h - @@ -10781,7 +10784,7 @@ $as_echo "#define HAVE_UCDSNMP 1" >>confdefs.h