Date: Sun, 11 Oct 2020 23:10:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552082 - in head/devel/gecode: . files Message-ID: <202010112310.09BNArXE039587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Oct 11 23:10:52 2020 New Revision: 552082 URL: https://svnweb.freebsd.org/changeset/ports/552082 Log: devel/gecode: Take maintainership; Backport patches fixing C++ issues Deleted: head/devel/gecode/files/ Modified: head/devel/gecode/Makefile head/devel/gecode/distinfo Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Sun Oct 11 22:30:53 2020 (r552081) +++ head/devel/gecode/Makefile Sun Oct 11 23:10:52 2020 (r552082) @@ -8,8 +8,10 @@ CATEGORIES= devel math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ PATCHFILES= f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch:-p1 # https://github.com/Gecode/gecode/pull/51 +PATCHFILES+= c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch:-p1 # fix C++ clang-10 problem with static field assignments +PATCHFILES+= bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch:-p1 # suppress clang warnings about wrong array index -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Generic Constraint Development Environment LICENSE= BSL MIT @@ -19,9 +21,10 @@ NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison:alias cmake compiler:c++11-lang +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= Gecode -USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS Modified: head/devel/gecode/distinfo ============================================================================== --- head/devel/gecode/distinfo Sun Oct 11 22:30:53 2020 (r552081) +++ head/devel/gecode/distinfo Sun Oct 11 23:10:52 2020 (r552082) @@ -1,5 +1,9 @@ -TIMESTAMP = 1566709177 +TIMESTAMP = 1602444183 SHA256 (Gecode-gecode-release-6.2.0_GH0.tar.gz) = 27d91721a690db1e96fa9bb97cec0d73a937e9dc8062c3327f8a4ccb08e951fd SIZE (Gecode-gecode-release-6.2.0_GH0.tar.gz) = 3672525 SHA256 (f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch) = 945e522a7204324ba9740a76fc3a3806f670932e6dd57629ff041afedd5eb70d SIZE (f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch) = 2005 +SHA256 (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch) = 150cc0c725dc73b3404eff704055a641c6175b230d3c3d740ea617d2b44e7552 +SIZE (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch) = 940 +SHA256 (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = fe8620826dc0e78d20c46493f17ec17067cf6ea399680ac99e0826a06c50ea86 +SIZE (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = 1366
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010112310.09BNArXE039587>