From owner-svn-ports-head@FreeBSD.ORG Wed Oct 8 06:45:24 2014 Return-Path: Delivered-To: svn-ports-head@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 6934A404; Wed, 8 Oct 2014 06:45:24 +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 5542AEDB; Wed, 8 Oct 2014 06:45:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s986jOWx092998; Wed, 8 Oct 2014 06:45:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s986jO7p092997; Wed, 8 Oct 2014 06:45:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410080645.s986jO7p092997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 8 Oct 2014 06:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370418 - head/graphics/lensfun 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.18-1 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, 08 Oct 2014 06:45:24 -0000 Author: bapt Date: Wed Oct 8 06:45:23 2014 New Revision: 370418 URL: https://svnweb.freebsd.org/changeset/ports/370418 QAT: https://qat.redports.org/buildarchive/r370418/ Log: Stop checking make version to allow building with gmake 4.1 Modified: head/graphics/lensfun/Makefile Modified: head/graphics/lensfun/Makefile ============================================================================== --- head/graphics/lensfun/Makefile Wed Oct 8 06:27:29 2014 (r370417) +++ head/graphics/lensfun/Makefile Wed Oct 8 06:45:23 2014 (r370418) @@ -13,10 +13,9 @@ LICENSE= LGPL3 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig python:build tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes -USE_PYTHON_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LD="${CXX}" AR="${AR}" @@ -29,7 +28,8 @@ PLIST_SUB+= LIBVERSION=${LIBVERSION} post-patch: .SILENT ${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \ - -e 's|make --version|g&|' -e '/DOXYGEN/d' ${WRKSRC}/configure + -e 's|make --version|g&|' -e '/DOXYGEN/d' \ + -e '/GNU Make/d' ${WRKSRC}/configure ${REINPLACE_CMD} -e \ 's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \ ${WRKSRC}/build/tibs/compiler/pkgconfig.mak