78 Commits

Author SHA1 Message Date
sebastia
3d09ec81a3 unbreak most of the -gui related apps, building gnustep-back was broken
since update to clang 10. in gnustep.port.mk don't use -fuse-ld but use
USE_LLD = no

OK naddy@
2020-08-16 20:35:18 +00:00
sebastia
5b27f1c743 update 1.26.0 -> 1.27.0 2020-06-09 21:11:02 +00:00
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
ajacoutot
b9234bd9bf Revert previous and add ICU support back now that the port has been fixed.
tested in a bulk
2019-10-20 08:02:59 +00:00
ajacoutot
17c58be932 Disable ICU in gnustep.
Temporary solution until we can use the native linker instead of
-fuse-ld=bfd.

from sebastia@
2019-10-16 13:45:03 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
jca
e85230e5fd Drop pthread_np.h detection patches/overrides
Not needed any more after pthread_np.h rev 1.3.
2019-05-30 12:43:30 +00:00
sebastia
1db89fa687 Update to 1.26.0 2019-02-12 19:15:13 +00:00
sebastia
744a85fb88 Force using ld.bfd, since there is a still unknown problem loading Bundles
into Objective-C applications, which breaks most of x11/gnustep and www/sogo

Bump everything using the x11/gnustep module
2018-11-26 14:17:12 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sebastia
ad7b416154 Update to 1.25.1 2018-01-05 07:57:37 +00:00
sthen
967adcf0b3 sync WANTLIB 2017-09-25 21:16:12 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00
sthen
bded825a26 bump REVISION on gnustep ports where libestdc++ has been removed due to
switching to clang in base.

add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but
this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc
arches.
2017-07-27 11:01:32 +00:00
sebastia
83cbdaa25b update to 1.25.0
noteworthy changes:
   * Garbage collection support removed (NSGarbageCollector stub
     remains)
   * Support for Debian style multi-architecture installations added
   * OpenSSL bundle removed since it didn't match GNUTLS support
   * Ported to Debian/Hurd
   * ICU string (regexp in particular) fixes
   * OSX compatibity changes in NSRunLoop and NSTask behavior
   * Alternative sort algorithms selectable at runtime
   * Many bugfixes and cleanups.
   * As usual, this release also contains an update to include the most
     recent international timezone data.
2017-04-19 21:16:43 +00:00
sthen
04ce4c6b75 WANTLIB += lzma and bump 2016-11-08 14:23:59 +00:00
jca
54257ab8a2 Drop the libiconv module. 2016-08-29 09:11:22 +00:00
sebastia
39762fd312 Update to 1.24.9 2016-06-03 11:44:36 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
sebastia
d511a502f3 Add OBJCFLAGS=-fgnustep-runtime to gnustep.port.mk CONFIGURE_ENV
and MAKE_FLAGS for clang build platforms, and bump all ports for that.
2015-10-26 11:53:14 +00:00
sebastia
29dc43ab81 Maintenance release to 1.24.7
* TLS and other security improvements (note, SSLv3.0 is disabled by
     default in order to prevent the 'POODLE' attack).
   * Latest timezone data included
   * Various other bugfixes
2015-05-28 18:35:35 +00:00
sebastia
88c74b1c2b ajacoutot@ brought to my attention that a gzipped manual page is installed.
So don't do that, apply same "fix" as for the other manual pages.
2015-03-16 12:20:24 +00:00
sebastia
eab4b33af5 Minor update to 1.24.7, due to changed linking, gnustep.port.mk WANTLIB
got updated/simplified, basically leading to REVISION bump of all dependencies.
2014-11-21 18:19:53 +00:00
sebastia
456e29f384 overhaul gnustep.port.mk with regard to fix WANTLIBS and LIB_DEPENDS of
dependent ports, so that port-lib-depends-check is happy with all of them.
Also make portcheck happy too.

feedback and OK aja@
2014-05-22 09:48:56 +00:00
sebastia
9f7fc42b17 update to 1.24.6
NSUUID implemented
New OSX version macros
TLS support improvements
Various new methods for OSX compatibility
Various other bugfixes
2014-01-03 18:53:01 +00:00
sthen
6bdc0f69c8 don't pick up execinfo.h, to avoid problems with dpb junking. (it isn't really
used anyway, as it expects backtrace() in libc).
2013-10-25 17:02:11 +00:00
sebastia
56c2d962cc build gnustep related packages on amd64 and i386 with clang,
macppc still stays on using gcc due to too many problems there.
On amd64 and i386 now use the non-fragile-abi.

Now that allows on amd64 and i386 to use newer objective-c 2.0
features.
2013-10-19 13:24:55 +00:00
sebastia
afd84fae5e Update gnustep-base to 1.24.5
Added NSInvocationOperation class
OSX version compatibility macro improvements
various other bugfixes

requires a full library bump
2013-10-17 09:30:35 +00:00
sebastia
eb9320a176 NSCalendar fix on amd64, from upstream 2013-05-18 15:35:24 +00:00
sebastia
52cac2ff77 update to gnustep-base 1.24.1
Getting rid of patch to make SYSTRACE happy, switch to use a GNUstep.conf
file in the x11/gnustep directory instead, more closely following what
the framework provides
API changes required a major library bump

OK landry@
2013-04-25 16:14:27 +00:00
sthen
bb2ee20682 fix with libxml 2.9 2013-04-14 23:22:06 +00:00
sebastia
483a696233 Since we now have libobjc2, tweak gnustep-make to build/link against it.
gnustep-base doesn't need to install the compatibility layer anymore,
which requires a major lib bump.
Bump revision of all dependent packages, and remove double REVISION
in webservices

OK landry@
2012-08-22 07:15:51 +00:00
sebastia
f6cae706a9 Add an rc script for the gdomap daemon.
suggested and ok landry@
2012-08-19 10:13:29 +00:00
sebastia
a700373bff Do not link against -lpthread
Pointed out and OK aja@
2012-07-10 09:19:32 +00:00
sebastia
9922255d96 Update gnustep-base to 1.24.0
cleaning up the Makefile
Major SHLIB bump
get rid of a bunch of patches

aja needs that to go ahead with gnutls update
2012-07-08 13:22:54 +00:00
jasper
07f3a1c4cf Allow building against OpenSSL without SSLv2 support.
from brad
2012-06-28 18:49:54 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
sebastia
f36edb6962 update gnustep-base to 1.22.1.
getting rid of two patches that made it into upstream.
Add a patch that disables the generation of backtraces, when trying to
handle exceptions, which caused hangs and 100% CPU hogging.
This makes many GNUstep applications happy, hopefully finding a better
way soon.

OK landry@
2011-07-19 06:29:09 +00:00
sebastia
a97f833c81 Fix lookup of Application bundles when apps are started with full path, bump and regen patches.
OK jasper@, landry@
2011-05-24 13:58:28 +00:00
sebastia
b62786dfb8 update gnustep-base to 1.22.0, major bump needed
OK landry@, ajacoutot@
2011-04-18 11:54:49 +00:00
ajacoutot
96d502a25f Fix DEPENDS after gnutls update.
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
sebastia
4d5cae0777 Update to gnustep-base-1.20.2.
While there, restructure a patch to be able to clean-up the Makefile a bit.
Fix build on mips64, thought, its not enabled there yet.

OK jasper@, landry@
2011-01-10 18:23:33 +00:00
sebastia
aba2971f21 Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@
2010-12-22 09:20:00 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sebastia
76167b459b * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.
2010-10-26 12:39:10 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
sebastia
19d61fdb6e Bye Bye NO_SYSTRACE for the x11/gnustep MODULE based ports.
patching gnustep-base to add usage of an environment variable
to allow set a pointer where the lockfiles of plmerge should go while building the port.

OK, ajacoutot@, jasper@, landry@
2010-10-15 10:37:51 +00:00
sebastia
fed81f7c24 update to latest release, contains minor bugfixes and some timezone updates.
OK ajacoutot@
2010-08-01 12:52:41 +00:00