From owner-svn-ports-head@FreeBSD.ORG Thu Sep 25 12:21:04 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDF8928; Thu, 25 Sep 2014 12:21:04 +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 CB77837D; Thu, 25 Sep 2014 12:21:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PCL42n042882; Thu, 25 Sep 2014 12:21:04 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PCL46r042879; Thu, 25 Sep 2014 12:21:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409251221.s8PCL46r042879@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 25 Sep 2014 12:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369244 - head/devel/gecode 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: Thu, 25 Sep 2014 12:21:05 -0000 Author: vanilla Date: Thu Sep 25 12:21:03 2014 New Revision: 369244 URL: http://svnweb.freebsd.org/changeset/ports/369244 QAT: https://qat.redports.org/buildarchive/r369244/ Log: Update to version 4.3.0. PR: ports/193895 Submitted by: Ports Fury. Modified: head/devel/gecode/Makefile head/devel/gecode/distinfo head/devel/gecode/pkg-plist Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Thu Sep 25 11:59:46 2014 (r369243) +++ head/devel/gecode/Makefile Thu Sep 25 12:21:03 2014 (r369244) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= gecode -PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= devel MASTER_SITES= http://www.gecode.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic Constraint Development Environment -LICENSE= MIT +LICENSE= BSL MIT +LICENSE_COMB= multi -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr USES= bison gmake perl5 USE_PERL5= build @@ -36,16 +35,16 @@ CONFIGURE_ARGS= --disable-static \ --with-mpfr-lib=${LOCALBASE}/lib USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes +SHLIB= 37 -CFLAGS+= -I${LOCALBASE}/include/boost +OPTIONS_DEFINE= GIST +OPTIONS_SUB= yes -OPTIONS_DEFINE= GIST -OPTIONS_SUB= yes - -GIST_DESC= Interactive Search Tool (requires Qt) -GIST_USE= QT4=corelib,gui,moc_build,qmake_build +GIST_DESC= Interactive Search Tool (requires Qt) +GIST_USE= QT4=corelib,gui,moc_build,qmake_build GIST_CONFIGURE_ON= --enable-gist --enable-qt GIST_CONFIGURE_OFF= --disable-gist --disable-qt +PLIST_SUB= SHLIB="${SHLIB}" .include @@ -55,8 +54,7 @@ CFLAGS+= -D__USE_ISOC99 post-patch: @${REINPLACE_CMD} -e \ - '/^ARR/s|^|#| ; \ - /^PACKAGE_VERSION_NUMBER/s|^|#| ; \ + '/^PACKAGE_VERSION_NUMBER/s|^|#| ; \ /_vendor/s| == | = | ; \ /host_os/s| == | = | ; \ /gcc_optimize_flag/s|-O3|| ; \ @@ -64,5 +62,6 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fzn-gecode + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgecode*.so.[0-9]*.[0-9]* .include Modified: head/devel/gecode/distinfo ============================================================================== --- head/devel/gecode/distinfo Thu Sep 25 11:59:46 2014 (r369243) +++ head/devel/gecode/distinfo Thu Sep 25 12:21:03 2014 (r369244) @@ -1,2 +1,2 @@ -SHA256 (gecode-4.2.1.tar.gz) = 65744cb6b90f8b95c0f69eaa133df8f201e5890834cad4eb79788c2c8f93e6e3 -SIZE (gecode-4.2.1.tar.gz) = 1898037 +SHA256 (gecode-4.3.0.tar.gz) = a789b75fd993bae0d5e5f72f0b2234396388137e8cffd4600110e3ae4db341a1 +SIZE (gecode-4.3.0.tar.gz) = 2353891 Modified: head/devel/gecode/pkg-plist ============================================================================== --- head/devel/gecode/pkg-plist Thu Sep 25 11:59:46 2014 (r369243) +++ head/devel/gecode/pkg-plist Thu Sep 25 12:21:03 2014 (r369244) @@ -99,6 +99,7 @@ include/gecode/int/arithmetic/pow.hpp include/gecode/int/array-traits.hpp include/gecode/int/array.hpp include/gecode/int/bin-packing.hh +include/gecode/int/bin-packing/conflict-graph.hpp include/gecode/int/bin-packing/propagate.hpp include/gecode/int/bool.hh include/gecode/int/bool/base.hpp @@ -598,35 +599,35 @@ include/gecode/third-party/boost/numeric include/gecode/third-party/boost/numeric/interval/utility.hpp include/gecode/third-party/boost/type.hpp lib/libgecodedriver.so -lib/libgecodedriver.so.36 -lib/libgecodedriver.so.36.0 +lib/libgecodedriver.so.%%SHLIB%% +lib/libgecodedriver.so.%%SHLIB%%.0 lib/libgecodeflatzinc.so -lib/libgecodeflatzinc.so.36 -lib/libgecodeflatzinc.so.36.0 +lib/libgecodeflatzinc.so.%%SHLIB%% +lib/libgecodeflatzinc.so.%%SHLIB%%.0 lib/libgecodefloat.so -lib/libgecodefloat.so.36 -lib/libgecodefloat.so.36.0 +lib/libgecodefloat.so.%%SHLIB%% +lib/libgecodefloat.so.%%SHLIB%%.0 %%GIST%%lib/libgecodegist.so -%%GIST%%lib/libgecodegist.so.36 -%%GIST%%lib/libgecodegist.so.36.0 +%%GIST%%lib/libgecodegist.so.%%SHLIB%% +%%GIST%%lib/libgecodegist.so.%%SHLIB%%.0 lib/libgecodeint.so -lib/libgecodeint.so.36 -lib/libgecodeint.so.36.0 +lib/libgecodeint.so.%%SHLIB%% +lib/libgecodeint.so.%%SHLIB%%.0 lib/libgecodekernel.so -lib/libgecodekernel.so.36 -lib/libgecodekernel.so.36.0 +lib/libgecodekernel.so.%%SHLIB%% +lib/libgecodekernel.so.%%SHLIB%%.0 lib/libgecodeminimodel.so -lib/libgecodeminimodel.so.36 -lib/libgecodeminimodel.so.36.0 +lib/libgecodeminimodel.so.%%SHLIB%% +lib/libgecodeminimodel.so.%%SHLIB%%.0 lib/libgecodesearch.so -lib/libgecodesearch.so.36 -lib/libgecodesearch.so.36.0 +lib/libgecodesearch.so.%%SHLIB%% +lib/libgecodesearch.so.%%SHLIB%%.0 lib/libgecodeset.so -lib/libgecodeset.so.36 -lib/libgecodeset.so.36.0 +lib/libgecodeset.so.%%SHLIB%% +lib/libgecodeset.so.%%SHLIB%%.0 lib/libgecodesupport.so -lib/libgecodesupport.so.36 -lib/libgecodesupport.so.36.0 +lib/libgecodesupport.so.%%SHLIB%% +lib/libgecodesupport.so.%%SHLIB%%.0 %%DATADIR%%/mznlib/all_different_int.mzn %%DATADIR%%/mznlib/all_equal_int.mzn %%DATADIR%%/mznlib/among.mzn