From owner-svn-ports-head@FreeBSD.ORG Wed Oct 17 17:27:47 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27D5020A; Wed, 17 Oct 2012 17:27:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0901D8FC08; Wed, 17 Oct 2012 17:27:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9HHRkoG022775; Wed, 17 Oct 2012 17:27:46 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9HHRk45022772; Wed, 17 Oct 2012 17:27:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201210171727.q9HHRk45022772@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 17 Oct 2012 17:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306027 - in head/graphics/liblqr-1: . 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.14 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 Oct 2012 17:27:47 -0000 Author: amdmi3 Date: Wed Oct 17 17:27:46 2012 New Revision: 306027 URL: http://svn.freebsd.org/changeset/ports/306027 Log: - Fix build in the case of path= environement variable is set PR: 172747 Submitted by: João Rocha Braga Filho Feature safe: yes Added: head/graphics/liblqr-1/files/patch-configure (contents, props changed) Modified: head/graphics/liblqr-1/Makefile Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Wed Oct 17 17:26:20 2012 (r306026) +++ head/graphics/liblqr-1/Makefile Wed Oct 17 17:27:46 2012 (r306027) @@ -7,7 +7,7 @@ PORTNAME= liblqr-1 DISTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/distfiles/ Added: head/graphics/liblqr-1/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/liblqr-1/files/patch-configure Wed Oct 17 17:27:46 2012 (r306027) @@ -0,0 +1,12 @@ +Fix user-set path envvar confusing libtool +--- configure.orig 2009-05-12 03:41:59.000000000 +0400 ++++ configure 2012-10-17 21:18:41.318049637 +0400 +@@ -19894,7 +19894,7 @@ + + cat <<_LT_EOF >> "$cfgfile" + #! $SHELL +- ++path= + # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. + # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION + # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: