From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 16:44:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A8B05B9; Sat, 4 Oct 2014 16:44:25 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6B8D996; Sat, 4 Oct 2014 16:44:24 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id i57so1055790yha.17 for ; Sat, 04 Oct 2014 09:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zpp6kYxSQNeiWiutMy141zbshRnz+uatwzEJ1SxSn90=; b=uIE9vMeyiizhT76NYQAJJPvEy0DKOQ3zNdWHQD/OSjgQ1mgNgqRk2WP8/RH2PV4lpo JuCKtlOhobQjZZ8u9nhZ7Lj1KnWpKD456hpSKod2m86s02heAxxB6jR0t1x/br4NmZIA MnPd+21kWuZ8/6feCxWtIHkh3Yr3irxmsYVCZvciZj53xHWjBYGScP8JtdxgiHlBuVsg R16Ymt2EUXKfP1Q4zAmye6t+U6Pp6xx6D4ZkEV/xQS5vXjmzV7vND6js3go60mYUZe3P pBuG/ILDdpNUCaM5N5SEjMBrJntpdgM+ZWP7ADFy7fD72fO84IoVapSsfnHCkFcVNWh6 hY/g== MIME-Version: 1.0 X-Received: by 10.236.39.177 with SMTP id d37mr19209292yhb.121.1412441063825; Sat, 04 Oct 2014 09:44:23 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.207.73 with HTTP; Sat, 4 Oct 2014 09:44:23 -0700 (PDT) In-Reply-To: <201410041513.s94FD7pg004313@svn.freebsd.org> References: <201410041513.s94FD7pg004313@svn.freebsd.org> Date: Sat, 4 Oct 2014 18:44:23 +0200 X-Google-Sender-Auth: w14YuPVpjsgXbdY1lTBZFW3IWtY Message-ID: Subject: Re: svn commit: r369972 - head/graphics/geos From: Antoine Brodin To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" 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: Sat, 04 Oct 2014 16:44:25 -0000 On Sat, Oct 4, 2014 at 5:13 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Oct 4 15:13:06 2014 > New Revision: 369972 > URL: https://svnweb.freebsd.org/changeset/ports/369972 > QAT: https://qat.redports.org/buildarchive/r369972/ > > Log: > - Use INSTALL_TARGET=install-strip > > Modified: > head/graphics/geos/Makefile > head/graphics/geos/pkg-plist Hi, - Default options changed so portrevision should have been bumped - This fails to build (in the ruby part), at least with clang on 10.1 Antoine > > Modified: head/graphics/geos/Makefile > ============================================================================== > --- head/graphics/geos/Makefile Sat Oct 4 15:13:01 2014 (r369971) > +++ head/graphics/geos/Makefile Sat Oct 4 15:13:06 2014 (r369972) > @@ -14,9 +14,11 @@ COMMENT= GEOS implements all the OpenGIS > LICENSE= LGPL21 > > OPTIONS_DEFINE= PHP PYTHON RUBY > +OPTIONS_DEFAULT=PHP PYTHON RUBY > OPTIONS_SUB= yes > > GNU_CONFIGURE= yes > +INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > USES= gmake libtool tar:bzip2 > > @@ -33,8 +35,4 @@ RUBY_CONFIGURE_ENABLE= ruby > RUBY_CONFIGURE_ENV= RUBY="${RUBY}" > RUBY_USE= RUBY=yes > > -post-install: > - ${LN} -s ${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos.so.0 > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos_c.so.1.8.2 > - > .include > > Modified: head/graphics/geos/pkg-plist > ============================================================================== > --- head/graphics/geos/pkg-plist Sat Oct 4 15:13:01 2014 (r369971) > +++ head/graphics/geos/pkg-plist Sat Oct 4 15:13:06 2014 (r369972) > @@ -380,55 +380,12 @@ lib/libgeos_c.a > lib/libgeos_c.so > lib/libgeos_c.so.1 > lib/libgeos_c.so.1.8.2 > -@dirrm include/geos/util > -@dirrm include/geos/triangulate/quadedge > -@dirrm include/geos/triangulate > -@dirrm include/geos/simplify > -@dirrm include/geos/precision > -@dirrm include/geos/planargraph/algorithm > -@dirrm include/geos/planargraph > -@dirrm include/geos/operation/valid > -@dirrm include/geos/operation/union > -@dirrm include/geos/operation/sharedpaths > -@dirrm include/geos/operation/relate > -@dirrm include/geos/operation/predicate > -@dirrm include/geos/operation/polygonize > -@dirrm include/geos/operation/overlay/snap > -@dirrm include/geos/operation/overlay > -@dirrm include/geos/operation/linemerge > -@dirrm include/geos/operation/distance > -@dirrm include/geos/operation/buffer > -@dirrm include/geos/operation > -@dirrm include/geos/noding/snapround > -@dirrm include/geos/noding > -@dirrm include/geos/linearref > -@dirrm include/geos/io > -@dirrm include/geos/index/sweepline > -@dirrm include/geos/index/strtree > -@dirrm include/geos/index/quadtree > -@dirrm include/geos/index/intervalrtree > -@dirrm include/geos/index/chain > -@dirrm include/geos/index/bintree > -@dirrm include/geos/index > -@dirrm include/geos/geomgraph/index > -@dirrm include/geos/geomgraph > -@dirrm include/geos/geom/util > -@dirrm include/geos/geom/prep > -@dirrm include/geos/geom > -@dirrm include/geos/algorithm/locate > -@dirrm include/geos/algorithm/distance > -@dirrm include/geos/algorithm > -@dirrm include/geos > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.py > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyc > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo > -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/geos > -%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so > -%%RUBY%%@dirrmtry %%RUBY_SITEARCHLIBDIR%%/ > -%%PHP%%lib/php/20100525/geos.so > -%%PHP%%@dirrmtry lib/php/20100525 > +%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so >