Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.2_1 20 May 2021 00:11:23 |
Jose Alonso Cardenas Marquez (acm) |
devel/sope4: Remove obsolete port |
4.3.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.2_1 14 Feb 2021 23:21:03 |
nc |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports. |
4.3.2 15 Nov 2020 12:18:49 |
mikael |
Mark these ports broken on aarch64
Reported by: linimon
Approved by: portmgr (tier-2 blanket) |
4.3.2 09 May 2020 04:43:07 |
acm |
- Update to 4.3.2
Changelog at: https://github.com/inverse-inc/sogo/commits/SOGo-4.3.2 |
4.3.0 25 Jan 2020 03:35:41 |
acm |
- Update to 4.3.0 |
4.2.0 20 Dec 2019 20:55:35 |
acm |
- Update to 4.2.0
ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-4.2.0 |
4.1.1 28 Nov 2019 08:00:59 |
acm |
- Update to 4.1.1
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-4.1.1 |
4.0.8 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
4.0.8 15 Nov 2019 10:09:03 |
bapt |
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.
This is inspired by the same work on going on the xtoolchained gcc by jhb@
PR: 241756
Exp-run: antoine (portmgr)
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D22258 |
4.0.8 10 Nov 2019 05:40:54 |
linimon |
These ports fail to build on powerpc64 the same way that sope2 does.
Approved by: portmgr (tier-2 blanket) |
4.0.8 17 Aug 2019 08:27:35 |
antoine |
Remove duplicate line from plist |
4.0.8 13 Aug 2019 02:09:55 |
acm |
- Update to 4.0.8 |
4.0.7_1 26 Jul 2019 20:46:57 |
gerald |
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 |
4.0.7 02 Mar 2019 04:27:36 |
acm |
- Update to 4.0.7
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-4.0.7 |
4.0.6 26 Feb 2019 04:49:46 |
acm |
- Update to 4.0.6 |
4.0.4_2 03 Feb 2019 15:37:58 |
theraven |
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) |
4.0.4_1 12 Dec 2018 01:35:36 |
gerald |
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 |
4.0.4 05 Nov 2018 04:47:49 |
acm |
- Update to 4.0.4 |
4.0.2_1 26 Sep 2018 15:23:37 |
brooks |
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 |
4.0.2 26 Sep 2018 13:40:54 |
emaste |
devel/sope4: set LLD_UNSAFE
This port experiences odd failures with lld, so just fall back to
GNU ld.
amd64, lld 7.0:
ld: error: corrupt input file: version definition index 2 for symbol
undleManager.bundleSearchPaths is out of bounds
>>> defined in ./../sope-core/NGExtensions/obj/libNGExtensions.so
i386, lld 6.0:
/usr/bin/ld: error: TLS attribute mismatch: _ThreadRuneLocale
PR: 214864, 230608
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
4.0.2 30 Aug 2018 05:57:58 |
acm |
- Update to 4.0.2
Changelog at: https://sogo.nu/news/2018/sogo-v402-released.html |
4.0.1 28 Aug 2018 05:27:06 |
antoine |
Remove duplicate line from plist |
4.0.1 16 Jul 2018 16:36:22 |
acm |
- Update to 4.0.1 |
4.0.0 21 Apr 2018 02:54:06 |
acm |
- New port: devel/sope4
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.
WWW: http://sogo.nu/ |