non port: devel/gecode/Makefile |
SVNWeb
|
Number of commits found: 41 |
Tue, 4 May 2021
|
[ 19:07 Yuri Victorovich (yuri) ] fa3a01a (Only the first 10 of 11 ports in this commit are shown above. )
devel/gecode: Move to math category
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 3 Mar 2021
|
[ 23:29 yuri ]
devel/gecode: Unbreak the GIST option
Old cmake version required by the project set cmake policy that prevented
handling of .hh files by Qt's moc.
|
Sun, 11 Oct 2020
|
[ 23:10 yuri ]
devel/gecode: Take maintainership; Backport patches fixing C++ issues
|
[ 19:12 yuri ]
devel/gecode: Fix build with clang-10 (const fields can't be assigned); Option
GIST is broken
Reported by: failure in poudriere (clang-10 problem)
|
Tue, 10 Mar 2020
|
[ 11:22 bapt ]
Remove useless dependency on bison
base byacc is perfectly able to deal with this port
|
Sun, 27 Oct 2019
|
[ 05:19 yuri ]
devel/gecode: Update 5.1.0 -> 6.2.0
Reset maintainer due to extended timeouts on bug #240101, #240100, #240089, as
per policy.
Approved by: dem.procopiou@gmail.com (maintainer's timeout; 62 days)
|
Sun, 4 Aug 2019
|
[ 07:54 arrowd ]
devel/gecode: Use HTTPS for MASTER_SITES and WWW.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sat, 16 Mar 2019
|
[ 23:50 tcberner ]
devel/gecode: remove GIST option (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Mon, 18 Jun 2018
|
[ 19:03 linimon ] (Only the first 10 of 28 ports in this commit are shown above. )
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
|
Thu, 19 Apr 2018
|
[ 07:08 ale ] (Only the first 10 of 60 ports in this commit are shown above. )
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
|
Thu, 30 Nov 2017
|
[ 05:55 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
|
Wed, 2 Aug 2017
|
[ 17:26 joneum ]
- devel/gecode: Update from 5.0.0 to 5.1.0
- Changelog:
http://www.gecode.org/doc-latest/reference/PageChange.html#SectionChanges_5_1_0
PR: 221083
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D11781
|
Tue, 28 Feb 2017
|
[ 20:12 linimon ]
Change BROKEN_* to NOT_FOR_ARCHS.
Upon further review, there is code that needs to be written to support
these archs. It is not avaiable even in the latest upstream.
Approved by: portmgr (tier-2 blanket)
|
Fri, 10 Feb 2017
|
[ 15:20 vanilla ]
1: Update to 5.0.0.
2: pass MAINTAINER to submitter.
PR: 216803
Submitted by: dem.procopiou at gmail.com
|
Tue, 8 Nov 2016
|
[ 19:29 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
|
[ 08:43 linimon ]
Mark as broken on arm64 and mips64.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 12 Apr 2015
|
[ 08:48 danfe ]
- Update to version 4.4.0
- Rename SHLIB plist substitution variable to SHLIB_VERSION and actually
use it to reduce pkg-plist diffs when updating to the next version
- Standardize Makefile header while I'm here
PR: 199225
|
Wed, 28 Jan 2015
|
[ 14:17 shaun ]
Update from 4.3.2 to 4.3.3.
PR: 197042
Submitted by: Anton Tornqvist <antont@inbox.lv>
|
Fri, 7 Nov 2014
|
[ 16:03 robak ]
devel/gecode: update 4.3.0 -> 4.3.2
Approved by: mentors (implicit)
|
Thu, 25 Sep 2014
|
[ 12:21 vanilla ]
Update to version 4.3.0.
PR: ports/193895
Submitted by: Ports Fury.
|
Thu, 3 Apr 2014
|
[ 15:01 mat ]
Some headers needed the internal boost to be usable.
Sponsored by: Absolight
|
Thu, 27 Feb 2014
|
[ 09:13 miwi ]
- Update to 4.2.1
PR: 186739
Submitted by: Ports Fury
|
Wed, 19 Feb 2014
|
[ 09:00 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Sat, 3 Aug 2013
|
[ 13:44 mat ] (Only the first 10 of 124 ports in this commit are shown above. )
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Tue, 12 Jun 2012
|
[ 09:17 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to new options framework
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Sat, 31 Mar 2012
|
[ 07:18 wen ]
- Update devel/gecode to 3.7.3
Feature safe: yes
|
Sat, 24 Mar 2012
|
[ 16:25 miwi ]
- Update to 3.7.2
PR: 166023
Submitted by: Ports Fury
Feature safe: yes
|
Mon, 27 Feb 2012
|
[ 20:32 glarkin ] (Only the first 10 of 49 ports in this commit are shown above. )
- Reassign to the heap
Requested by: roam (on ports-developers@)
|
Fri, 11 Feb 2011
|
[ 15:02 roam ]
Update to gecode-3.5.0 and add optional QT and GIST support.
|
Tue, 25 Jan 2011
|
[ 15:12 roam ]
Oops, fix the build by depending on Perl.
While I'm here, mark the configure patch as forwarded upstream, although
it would only be fair to say that upstream noticed it by themselves and
committed it to their tree before I had a chance to contact them about it :)
Feature safe: yes
|
Mon, 24 Jan 2011
|
[ 14:14 roam ]
Add gecode-3.4.2, the Generic Constraint Development Environment.
WWW: http://www.gecode.org/
Feature safe: yes
|
Number of commits found: 41 |