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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/sope3/Makefile

Number of commits found: 28

Wednesday, 1 Jan 2020
20:23 acm search for other commits by this committer
- Mark DEPRECATED. It was replaced by devel/sope4
- Bump PORTREVISION
Original commitRevision:521768 
Friday, 15 Nov 2019
10:12 tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Original commitRevision:517643 
Sunday, 10 Nov 2019
05:40 linimon search for other commits by this committer
These ports fail to build on powerpc64 the same way that sope2 does.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:517176 
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 
Thursday, 7 Mar 2019
19:28 acm search for other commits by this committer
- Fix problem with latest version of gnustep-base

PR:		236310
Submitted by:	romain
Obtained from:	https://sogo.nu/bugs/view.php?id=4659
Original commitRevision:494992 
Sunday, 3 Feb 2019
15:37 theraven search for other commits by this committer
Move Objective-C ports to the v2 GNUstep ABI.

 * Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.

Reviewed by:	bapt (previous version)
Original commitRevision:492056 
Monday, 17 Dec 2018
18:50 linimon search for other commits by this committer
Now reported to build on powerpc64.

Reported by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:487703 
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 
Saturday, 3 Nov 2018
20:29 emaste search for other commits by this committer
devel/sope{2,3}: set LLD_UNSAFE

This port experiences odd failures with lld, so just fall back to
GNU ld.

PR:		214864, 230608
Submitted by:	jbeich
Reported by:	jbeich
Approved by:	portmgr (LLD_UNSAFE blanket)
Original commitRevision:483909 
Wednesday, 26 Sep 2018
15:23 brooks search for other commits by this committer
Update Objective-C LLVM version to 6.0.

Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
Original commitRevision:480741 
Monday, 10 Sep 2018
02:06 linimon search for other commits by this committer
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479351 
Sunday, 3 Jun 2018
06:09 acm search for other commits by this committer
- Pass maintainership to me

Approved by:	maintainer (timeout 21 days)
Original commitRevision:471451 
Sunday, 3 Dec 2017
12:23 theraven search for other commits by this committer
Fix configure options for gnustep-make

We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
Original commitRevision:455401 
Monday, 21 Aug 2017
13:26 theraven search for other commits by this committer
Update GNUstep core libraries.

Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Original commitRevision:448472 
Friday, 4 Aug 2017
04:10 acm search for other commits by this committer
- Update to 3.2.10

Approved by:	maintainer (implicit)
Original commitRevision:447316 
Wednesday, 5 Jul 2017
06:45 acm search for other commits by this committer
- Update to 3.2.9
Original commitRevision:445051 
Friday, 21 Apr 2017
17:19 acm search for other commits by this committer
- Update to 3.2.8

Approved by:	maintainer (implicit)
Original commitRevision:439100 
Tuesday, 28 Feb 2017
14:13 acm search for other commits by this committer
- Update to 3.2.7
Original commitRevision:435054 
Tuesday, 24 Jan 2017
20:24 acm search for other commits by this committer
- Update to 3.2.6

Approved by:	maintainer (implicit)
Original commitRevision:432386 
Wednesday, 14 Dec 2016
00:44 acm search for other commits by this committer
- Update 3.2.4

Approved by:	maintainer (implicit)
Original commitRevision:428535 
Wednesday, 16 Nov 2016
08:49 acm search for other commits by this committer
- Update to 3.2.1

Approved by:	maintainer (implicit)
Original commitRevision:426223 
Thursday, 8 Sep 2016
20:44 acm search for other commits by this committer
- Update to 3.1.5

Approved by:	maintainer (implicit)
Original commitRevision:421578 
Tuesday, 19 Jul 2016
13:57 acm search for other commits by this committer
- Update to 3.1.4

PR:		211120
Submitted by:	Euan Thoms (maintainer)
Original commitRevision:418788 
Wednesday, 13 Jul 2016
13:54 amdmi3 search for other commits by this committer
- Update to 3.1.3

PR:		211067
Submitted by:	euan@potensol.com (maintainer)
Original commitRevision:418483 
Friday, 10 Jun 2016
19:37 acm search for other commits by this committer
- Update to 3.1.2

PR:		210009
Submitted by:	me
Approved by:	maintainer timeout
Original commitRevision:416688 
Thursday, 5 May 2016
13:10 acm search for other commits by this committer
- Pass maintainer to euan at potensol.com
- Fix CONFLICTS
- Bump PORTREVISION
Original commitRevision:414643 
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 
Wednesday, 30 Mar 2016
18:24 acm search for other commits by this committer
- New port: devel/sope3

SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
Original commitRevision:412181 

Number of commits found: 28