/math/gkmap/

ts-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnumail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure options for gnustep-maketheraven2017-12-031-0/+1
| | | | | | | 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.
* Update GNUmail and Pantomime to the latest versions.theraven2017-08-261-3/+2
|
* Update GNUstep core libraries.theraven2017-08-211-1/+1
| | | | | | | | | | 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.
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-191-3/+2
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977