495 Commits

Author SHA1 Message Date
sebastia
ea5d124b3d Update to 0.6 2017-04-24 07:31:43 +00:00
nigel
eed84e2286 Bump revision after gnustep update
ok sebastia@
2017-04-22 22:28:48 +00:00
sebastia
4725ee82a2 Missed bump here as well after gnustep-make update
pointed out by naddy@
2017-04-22 17:27:41 +00:00
sebastia
6013dd7408 Bump REVISION after update of gnustep-make
The symlink of the shared library in lib doesn't point to
GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION}
anymore but now to
GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION}

It's not easily visible in pkg/PLIST, but on package creation plistdb catched it

problem pointed out by nigel@
2017-04-21 17:26:32 +00:00
sebastia
1581c6308b backport a bunch of build warnings fixes I reported upstream 2017-04-19 21:23:20 +00:00
sebastia
270be1b0ed backport a bunch of fixes to build warnings I reported 2017-04-19 21:21:30 +00:00
sebastia
d990f01a6c Deal with gnustep-base update, problem reported to upstream maintainer 2017-04-19 21:18:48 +00:00
sebastia
60c5ae9323 Deal with the gnustep-make update, problem reported to upstream maintainer 2017-04-19 21:17:53 +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
sebastia
9b96003cbf Update to 2.7.0, removing support of some since quite some time
deprecated variables, as well as some bug fixes
2017-04-19 21:13:25 +00:00
sebastia
ce112e2743 Bugfix update to 1.8.1 2017-04-19 21:10:10 +00:00
sebastia
f1ab0b8a33 minor update to 0.25.1 following the gui update 2017-04-11 20:35:15 +00:00
sebastia
48f4d02dba Update to 0.25.1, minor shlib bump due to addition of class 2017-04-11 20:34:27 +00:00
sebastia
8751ea3e15 readd dependency to pdfkit, and bump revision 2017-04-11 20:32:54 +00:00
sebastia
d75f7173cf Update to 1.0.1, and remove BROKEN marker again 2017-04-11 20:31:41 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
jca
96b70dddf4 Unbreak on arm, the use of ".fpu neon" doesn't seem warranted. 2017-01-01 09:32:12 +00:00
jca
10a8e78d9f Regen patch 2017-01-01 09:30:21 +00:00
jsg
fb62670ae1 Mark gnustep-libobjc2 as broken on arm. It assumes the toolchain
supports neon with no way to disable it.

libobjc2-1.8/objc_msgSend.arm.S:7: Error: unknown floating point format `neon'
2016-12-30 04:07:51 +00:00
sthen
04ce4c6b75 WANTLIB += lzma and bump 2016-11-08 14:23:59 +00:00
jasper
f28f75154d remove some more empty patches 2016-11-04 17:17:38 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
sebastia
a5edf95bdd Update to 1.2.23, most notably change:
Fix for issue where NSPanel was being saved as an NSWindow in some
     cases.
2016-09-01 21:00:41 +00:00
sebastia
6c1f7484b5 Update to 0.9.4
A couple of enhancements and bug fixes.
2016-09-01 20:51:23 +00:00
jasper
a5ed3c6092 remove xmms app wrapper for xmms will be pining for the fjords soon 2016-08-30 09:53:27 +00:00
jca
54257ab8a2 Drop the libiconv module. 2016-08-29 09:11:22 +00:00
sthen
1d81a7f192 sync WANTLIB 2016-07-09 09:09:08 +00:00
sebastia
601ad846af Update to 0.25.0, noteworthy changes:
Implement per gstate methods for antialias, patternPhase and
compositingOperation in Cairo backend.

Work on antialiasing in Cairo backend.

Variety of bugfixes, especially in Win32 and Cairo backends.
2016-06-23 20:59:45 +00:00
sebastia
611f7d0704 grml, remove empty patch files as well 2016-06-23 20:58:05 +00:00
sebastia
dae96299c1 Update to 0.25.0
noteworthy changes:

- Fixes for new GIF library versions
- Theming of named images for specific applications by the use of the
  CFBundleIdentifier in the theme
- New icons and corresponding constants for special folders, recycler
  and others
- Improvements in NSWorkspace icon lookup
- Improvements in removable media commands, imported and cleaned from
  GWorkspace
- Numerous bug fixes and improvements in Cocoa compatibility
- Numerous theme tweaks
- Spanish locale
2016-06-23 20:56:23 +00:00
sebastia
74568c02aa CVS tricked me to forget to add this file on the update.
Do not pass an unused argument to compilation, unbreaks GNUstep ports with
-Werror, namely -gui and -dbuskit.

pointed out by sthen@, ajacoutot@, naddy@
2016-06-06 21:52:14 +00:00
sebastia
7b8300f11f Bump after gnustep make/base update 2016-06-03 11:57:56 +00:00
sebastia
155399a0fb Update to 1.5.5, needed because of the gnustep-base update 2016-06-03 11:46:23 +00:00
sebastia
105f7314ee gssspeechserver now bilds again with Werror after gnustep-make update 2016-06-03 11:45:43 +00:00
sebastia
39762fd312 Update to 1.24.9 2016-06-03 11:44:36 +00:00
sebastia
5a92bd34e5 cleanup after gnustep-make update to 2.6.8 2016-06-03 11:43:41 +00:00
sebastia
fc718a3d51 Update to 2.6.8, most notably, enabling new ng-gnu-gnu library
combo on platforms where GNUstep is built with clang.
2016-06-03 11:42:23 +00:00
sebastia
0e9fab7299 News?
* threadable DataBasinKit framework
* concurrent, interruptible operations (e.g. select vs. update)
* handle multiple errors as a result of update
* filter new lines when writing CSVs
* countless bugfixes, especially in select-identify corner cases
2016-05-20 18:12:49 +00:00
sebastia
165f2e519a Update to 0.9, minor shlib bump 2016-05-20 18:12:20 +00:00
sebastia
148d555ade prepare for gnustep make/base update, and new default library combo
ng-gnu-gnu on platforms where llvm is used to build
2016-05-20 09:00:25 +00:00
ajacoutot
7e33d0c24c Fix build with llvm >=3.8.0. 2016-05-15 09:24:16 +00:00
sthen
fd870f2264 Clean up some bits missed in yesterday's systrace removal. 2016-04-26 10:56:59 +00:00
naddy
c37c704eb2 remove SHARED_ONLY from GNUstep ports, unused 2016-03-19 23:50:53 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
jasper
dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
espie
511c5d230a a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)
2015-11-02 11:56:54 +00:00
sebastia
d175952261 Add x11/gnustep/gui to BUILD_DEPENDS, bump for safety.
missing dependency pointed out by ajacoutot@
2015-10-28 09:34:15 +00:00
ajacoutot
75c844f69c Properly bump. 2015-10-27 15:25:12 +00:00
sebastia
15e862c728 Update to 0.8, now with split out databasinkit framework in extra port. 2015-10-26 12:42:21 +00:00
sebastia
ea6e0ea2aa Hook up databasinkit,
was OK jung@
2015-10-26 12:41:14 +00:00