notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/sope3/Makefile
SVNWeb

Number of commits found: 28

Wed, 1 Jan 2020
[ 20:23 acm search for other commits by this committer ] Original commit   Revision:521768
- Mark DEPRECATED. It was replaced by devel/sope4
- Bump PORTREVISION
Fri, 15 Nov 2019
[ 10:12 tobik search for other commits by this committer ] Original commit   Revision:517643 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Sun, 10 Nov 2019
[ 05:40 linimon search for other commits by this committer ] Original commit   Revision:517176
These ports fail to build on powerpc64 the same way that sope2 does.

Approved by:	portmgr (tier-2 blanket)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Thu, 7 Mar 2019
[ 19:28 acm search for other commits by this committer ] Original commit   Revision:494992
- Fix problem with latest version of gnustep-base

PR:		236310
Submitted by:	romain
Obtained from:	https://sogo.nu/bugs/view.php?id=4659
Sun, 3 Feb 2019
[ 15:37 theraven search for other commits by this committer ] Original commit   Revision:492056 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 17 Dec 2018
[ 18:50 linimon search for other commits by this committer ] Original commit   Revision:487703
Now reported to build on powerpc64.

Reported by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sat, 3 Nov 2018
[ 20:29 emaste search for other commits by this committer ] Original commit   Revision:483909
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)
Wed, 26 Sep 2018
[ 15:23 brooks search for other commits by this committer ] Original commit   Revision:480741 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
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
Mon, 10 Sep 2018
[ 02:06 linimon search for other commits by this committer ] Original commit   Revision:479351 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sun, 3 Jun 2018
[ 06:09 acm search for other commits by this committer ] Original commit   Revision:471451
- Pass maintainership to me

Approved by:	maintainer (timeout 21 days)
Sun, 3 Dec 2017
[ 12:23 theraven search for other commits by this committer ] Original commit   Revision:455401 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 21 Aug 2017
[ 13:26 theraven search for other commits by this committer ] Original commit   Revision:448472 (Only the first 10 of 156 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 4 Aug 2017
[ 04:10 acm search for other commits by this committer ] Original commit   Revision:447316
- Update to 3.2.10

Approved by:	maintainer (implicit)
Wed, 5 Jul 2017
[ 06:45 acm search for other commits by this committer ] Original commit   Revision:445051
- Update to 3.2.9
Fri, 21 Apr 2017
[ 17:19 acm search for other commits by this committer ] Original commit   Revision:439100
- Update to 3.2.8

Approved by:	maintainer (implicit)
Tue, 28 Feb 2017
[ 14:13 acm search for other commits by this committer ] Original commit   Revision:435054
- Update to 3.2.7
Tue, 24 Jan 2017
[ 20:24 acm search for other commits by this committer ] Original commit   Revision:432386
- Update to 3.2.6

Approved by:	maintainer (implicit)
Wed, 14 Dec 2016
[ 00:44 acm search for other commits by this committer ] Original commit   Revision:428535
- Update 3.2.4

Approved by:	maintainer (implicit)
Wed, 16 Nov 2016
[ 08:49 acm search for other commits by this committer ] Original commit   Revision:426223
- Update to 3.2.1

Approved by:	maintainer (implicit)
Thu, 8 Sep 2016
[ 20:44 acm search for other commits by this committer ] Original commit   Revision:421578
- Update to 3.1.5

Approved by:	maintainer (implicit)
Tue, 19 Jul 2016
[ 13:57 acm search for other commits by this committer ] Original commit   Revision:418788
- Update to 3.1.4

PR:		211120
Submitted by:	Euan Thoms (maintainer)
Wed, 13 Jul 2016
[ 13:54 amdmi3 search for other commits by this committer ] Original commit   Revision:418483
- Update to 3.1.3

PR:		211067
Submitted by:	euan@potensol.com (maintainer)
Fri, 10 Jun 2016
[ 19:37 acm search for other commits by this committer ] Original commit   Revision:416688
- Update to 3.1.2

PR:		210009
Submitted by:	me
Approved by:	maintainer timeout
Thu, 5 May 2016
[ 13:10 acm search for other commits by this committer ] Original commit   Revision:414643
- Pass maintainer to euan at potensol.com
- Fix CONFLICTS
- Bump PORTREVISION
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 30 Mar 2016
[ 18:24 acm search for other commits by this committer ] Original commit   Revision:412181
- 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.

Number of commits found: 28