From owner-svn-ports-head@FreeBSD.ORG Tue Nov 12 09:25:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C5079C4; Tue, 12 Nov 2013 09:25:43 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE8B2C60; Tue, 12 Nov 2013 09:25:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAC9PhgO066781; Tue, 12 Nov 2013 09:25:43 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAC9Phxp066779; Tue, 12 Nov 2013 09:25:43 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201311120925.rAC9Phxp066779@svn.freebsd.org> From: John Marino Date: Tue, 12 Nov 2013 09:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333553 - in head/graphics: OpenEXR ilmbase 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.16 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: Tue, 12 Nov 2013 09:25:43 -0000 Author: marino Date: Tue Nov 12 09:25:42 2013 New Revision: 333553 URL: http://svnweb.freebsd.org/changeset/ports/333553 Log: graphics => ilmbase & OpenEXR: Fix == bashism in configure script The latest versions of ilmbase and OpenEXR come with "== xyes" and "== xno" in the configure script, potentially causing misconfiguration as seen in DragonFly 3.6. Fix both in the post-patch target with sed. Approved by: portmgr (bapt), maintainer AFK Modified: head/graphics/OpenEXR/Makefile head/graphics/ilmbase/Makefile Modified: head/graphics/OpenEXR/Makefile ============================================================================== --- head/graphics/OpenEXR/Makefile Tue Nov 12 09:19:19 2013 (r333552) +++ head/graphics/OpenEXR/Makefile Tue Nov 12 09:25:42 2013 (r333553) @@ -47,6 +47,7 @@ LARGE_STACK_CONFIGURE_ENABLE= large-stac PLIST_SUB= MAJORVER=2_0 post-patch: + @${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples|$$(prefix)/share/examples/${PORTNAME}|' \ ${WRKSRC}/IlmImfExamples/Makefile.in @${REINPLACE_CMD} -e 's|$$(datadir)/doc/OpenEXR-@OPENEXR_VERSION@||' \ Modified: head/graphics/ilmbase/Makefile ============================================================================== --- head/graphics/ilmbase/Makefile Tue Nov 12 09:19:19 2013 (r333552) +++ head/graphics/ilmbase/Makefile Tue Nov 12 09:25:42 2013 (r333553) @@ -44,6 +44,7 @@ regression-test regression test check: b post-patch: @${REINPLACE_CMD} -e 's|Iex/libIex.la|Iex/libIex.la $(PTHREAD_LIBS)|' \ ${WRKSRC}/IlmThread/Makefile.am + @${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure post-install: .for e in ${BIN}