From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 21 15:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D399DFA for ; Wed, 21 May 2014 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 5B23A2314 for ; Wed, 21 May 2014 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LFo1o3099664 for ; Wed, 21 May 2014 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LFo17L099663; Wed, 21 May 2014 15:50:01 GMT (envelope-from gnats) Date: Wed, 21 May 2014 15:50:01 GMT Message-Id: <201405211550.s4LFo17L099663@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/190057: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 15:50:01 -0000 The following reply was made to PR ports/190057; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/190057: commit references a PR Date: Wed, 21 May 2014 15:49:29 +0000 (UTC) Author: tijl Date: Wed May 21 15:49:26 2014 New Revision: 354753 URL: http://svnweb.freebsd.org/changeset/ports/354753 QAT: https://qat.redports.org/buildarchive/r354753/ Log: Fix build with SASL option. PR: ports/190057 Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Wed May 21 15:44:08 2014 (r354752) +++ head/net-im/libpurple/Makefile Wed May 21 15:49:26 2014 (r354753) @@ -20,6 +20,7 @@ CONFIGURE_ARGS?=--disable-gtkui \ --with-dynamic-prpls=${PRPL_MODULES:S/,$//} \ --enable-static \ --disable-nm +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"