notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/gecode/Makefile

Number of commits found: 41

Tuesday, 4 May 2021
19:07 Yuri Victorovich (yuri) search for other commits by this committer
devel/gecode: Move to math category
commit hash: fa3a01a51f7aab7c38084a94e766bed17ea6a657 commit hash: fa3a01a51f7aab7c38084a94e766bed17ea6a657 commit hash: fa3a01a51f7aab7c38084a94e766bed17ea6a657 commit hash: fa3a01a51f7aab7c38084a94e766bed17ea6a657 fa3a01a
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Mar 2021
23:29 yuri search for other commits by this committer
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.
Original commitRevision:567270 
Sunday, 11 Oct 2020
23:10 yuri search for other commits by this committer
devel/gecode: Take maintainership; Backport patches fixing C++ issues
Original commitRevision:552082 
19:12 yuri search for other commits by this committer
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)
Original commitRevision:552076 
Tuesday, 10 Mar 2020
11:22 bapt search for other commits by this committer
Remove useless dependency on bison

base byacc is perfectly able to deal with this port
Original commitRevision:528153 
Sunday, 27 Oct 2019
05:19 yuri search for other commits by this committer
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)
Original commitRevision:515748 
Sunday, 4 Aug 2019
07:54 arrowd search for other commits by this committer
devel/gecode: Use HTTPS for MASTER_SITES and WWW.
Original commitRevision:508069 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 16 Mar 2019
23:50 tcberner search for other commits by this committer
devel/gecode: remove GIST option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:496001 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Monday, 18 Jun 2018
19:03 linimon search for other commits by this committer
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)
Original commitRevision:472706 
Thursday, 19 Apr 2018
07:08 ale search for other commits by this committer
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Original commitRevision:467751 
Thursday, 30 Nov 2017
05:55 linimon search for other commits by this committer
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)
Original commitRevision:455165 
Wednesday, 2 Aug 2017
17:26 joneum search for other commits by this committer
- 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
Original commitRevision:447125 
Tuesday, 28 Feb 2017
20:12 linimon search for other commits by this committer
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)
Original commitRevision:435084 
Friday, 10 Feb 2017
15:20 vanilla search for other commits by this committer
1: Update to 5.0.0.
2: pass MAINTAINER to submitter.

PR:		216803
Submitted by:	dem.procopiou at gmail.com
Original commitRevision:433803 
Tuesday, 8 Nov 2016
19:29 linimon search for other commits by this committer
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Original commitRevision:425758 
08:43 linimon search for other commits by this committer
Mark as broken on arm64 and mips64.
Original commitRevision:425709 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 12 Apr 2015
08:48 danfe search for other commits by this committer
- 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
Original commitRevision:383845 
Wednesday, 28 Jan 2015
14:17 shaun search for other commits by this committer
Update from 4.3.2 to 4.3.3.

PR:		197042
Submitted by:	Anton Tornqvist <antont@inbox.lv>
Original commitRevision:378062 
Friday, 7 Nov 2014
16:03 robak search for other commits by this committer
devel/gecode: update 4.3.0 -> 4.3.2

Approved by:	mentors (implicit)
Original commitRevision:372279 
Thursday, 25 Sep 2014
12:21 vanilla search for other commits by this committer
Update to version 4.3.0.

PR:		ports/193895
Submitted by:	Ports Fury.
Original commitRevision:369244 
Thursday, 3 Apr 2014
15:01 mat search for other commits by this committer
Some headers needed the internal boost to be usable.

Sponsored by:	Absolight
Original commitRevision:350019 
Thursday, 27 Feb 2014
09:13 miwi search for other commits by this committer
- Update to 4.2.1

PR:		186739
Submitted by:	Ports Fury
Original commitRevision:346288 
Wednesday, 19 Feb 2014
09:00 miwi search for other commits by this committer
- Stage support
Original commitRevision:345033 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Saturday, 3 Aug 2013
13:44 mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324191 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Tuesday, 12 Jun 2012
09:17 bapt search for other commits by this committer
Convert to new options framework
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Saturday, 31 Mar 2012
07:18 wen search for other commits by this committer
- Update devel/gecode to 3.7.3

Feature safe:   yes
Original commit
Saturday, 24 Mar 2012
16:25 miwi search for other commits by this committer
- Update to 3.7.2

PR:             166023
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Monday, 27 Feb 2012
20:32 glarkin search for other commits by this committer
- Reassign to the heap

Requested by:   roam (on ports-developers@)
Original commit
Friday, 11 Feb 2011
15:02 roam search for other commits by this committer
Update to gecode-3.5.0 and add optional QT and GIST support.
Original commit
Tuesday, 25 Jan 2011
15:12 roam search for other commits by this committer
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
Original commit
Monday, 24 Jan 2011
14:14 roam search for other commits by this committer
Add gecode-3.4.2, the Generic Constraint Development Environment.

WWW:            http://www.gecode.org/
Feature safe:   yes
Original commit

Number of commits found: 41