From owner-svn-ports-all@FreeBSD.ORG Wed Oct 8 16:36:15 2014 Return-Path: Delivered-To: svn-ports-all@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 2F67DCB2; Wed, 8 Oct 2014 16:36:15 +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 1B6CE907; Wed, 8 Oct 2014 16:36:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98GaEWM082258; Wed, 8 Oct 2014 16:36:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98GaEot082257; Wed, 8 Oct 2014 16:36:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081636.s98GaEot082257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 16:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370454 - branches/2014Q4/graphics/ida/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 16:36:15 -0000 Author: antoine Date: Wed Oct 8 16:36:14 2014 New Revision: 370454 URL: https://svnweb.freebsd.org/changeset/ports/370454 QAT: https://qat.redports.org/buildarchive/r370454/ Log: MFH: r370229 Fix packaging Modified: branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk ============================================================================== --- branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Wed Oct 8 16:34:55 2014 (r370453) +++ branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Wed Oct 8 16:36:14 2014 (r370454) @@ -1,6 +1,6 @@ ---- mk/Autoconf.mk.orig 2008-06-09 17:56:36.000000000 +0300 -+++ mk/Autoconf.mk 2009-05-28 08:51:09.000000000 +0300 -@@ -109,7 +109,7 @@ +--- mk/Autoconf.mk.orig 2012-02-22 17:13:36 UTC ++++ mk/Autoconf.mk +@@ -110,20 +110,14 @@ # $(call ac_fini)) ac_lib64 = $(shell \ $(call ac_init,for libdir name);\ @@ -9,16 +9,17 @@ echo "lib64" || echo "lib");\ $(call ac_fini)) -@@ -118,9 +118,9 @@ + # check for x11 ressource dir prefix + ac_resdir = $(shell \ $(call ac_init,for X11 app-defaults prefix);\ - $(call ac_s_cmd, for dir in \ - /etc/X11/app-defaults \ +- $(call ac_s_cmd, for dir in \ +- /etc/X11/app-defaults \ - /usr/X11R6/lib/X11/app-defaults \ - /usr/share/X11/app-defaults \ - /usr/lib/X11/app-defaults \ -+ ${PREFIX}/lib/X11/app-defaults \ -+ ${PREFIX}/share/X11/app-defaults \ -+ ${PREFIX}/lib/X11/app-defaults \ - ; do test -d "$$dir" || continue;\ - dirname "$$dir"; break; done);\ +- ; do test -d "$$dir" || continue;\ +- dirname "$$dir"; break; done);\ ++ $(call ac_s_cmd, dirname "${PREFIX}/lib/X11/app-defaults");\ $(call ac_fini)) + + # check if package is installed, via pkg-config