From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 3 14:20:01 2014 Return-Path: Delivered-To: gnome@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 2C2E5C85 for ; Mon, 3 Mar 2014 14:20: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18321D8A for ; Mon, 3 Mar 2014 14:20: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 s23EK0Bx070225 for ; Mon, 3 Mar 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23EK0Ax070224; Mon, 3 Mar 2014 14:20:00 GMT (envelope-from gnats) Date: Mon, 3 Mar 2014 14:20:00 GMT Message-Id: <201403031420.s23EK0Ax070224@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187208: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 14:20:01 -0000 The following reply was made to PR ports/187208; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187208: commit references a PR Date: Mon, 3 Mar 2014 14:10:38 +0000 (UTC) Author: tijl Date: Mon Mar 3 14:10:31 2014 New Revision: 346901 URL: http://svnweb.freebsd.org/changeset/ports/346901 QAT: https://qat.redports.org/buildarchive/r346901/ Log: Further restrict the dragonfly RE so it only matches freebsd* as the first word on a line. PR: ports/187208 Modified: head/Mk/Uses/libtool.mk Modified: head/Mk/Uses/libtool.mk ============================================================================== --- head/Mk/Uses/libtool.mk Mon Mar 3 14:09:35 2014 (r346900) +++ head/Mk/Uses/libtool.mk Mon Mar 3 14:10:31 2014 (r346901) @@ -19,7 +19,7 @@ _INCLUDE_USES_LIBTOOL_POST_MK= yes patch-libtool: @${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \ -type f | ${XARGS} ${REINPLACE_CMD} \ - -e '/dragonfly\*/!s/freebsd\*[ )]/dragonfly* | &/' \ + -e '/dragonfly\*/!s/^ *freebsd\*[ )]/dragonfly* | &/' \ -e '/gcc_dir=\\`/s/gcc /$$CC /' \ -e '/gcc_ver=\\`/s/gcc /$$CC /' \ -e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \ _______________________________________________ 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"