536 Commits

Author SHA1 Message Date
sebastia
92110cedc8 Updat to 1.2.24 2019-02-12 19:19:13 +00:00
sebastia
0e64827f5e update to 0.27.0 2019-02-12 19:17:56 +00:00
sebastia
db9c9b940a missed in previous update to 0.27.0 2019-02-12 19:17:22 +00:00
sebastia
5baebac7f9 update to 0.27.0 2019-02-12 19:16:17 +00:00
sebastia
1db89fa687 Update to 1.26.0 2019-02-12 19:15:13 +00:00
naddy
33bea57aa6 again, bump users of audio/libmad after macro change in header file 2018-12-05 20:19:00 +00:00
naddy
62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
sebastia
f9196b9337 Put the -fuse-ld=bfd into MAKE_ENV instead of the MAKE_FLAGS
This unbreaks games/oolite

no bump since this is no change for the ports that picked it
up properly.

Only add MAKE_FLAGS to pdfkit, since that is a bit special,
since it builds also parts of xpdf, and doesn't pick up the
MAKE_ENV
2018-11-27 21:46:25 +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
naddy
8274611770 explicitly link against libiconv to satisfy lld 2018-10-22 20:16:22 +00:00
sebastia
9f04d566cd maintenance update to 0.7 2018-08-13 20:25:52 +00:00
sebastia
57bf460bbd forgot to remove patch on last update
no bump, since didn't build

pointed out by naddy@
2018-07-28 21:40:36 +00:00
sebastia
e8d840582e Update to 1.0, dependency of gnustep-webservices now pulled in via
databasinkit
2018-07-26 21:09:22 +00:00
sebastia
a6bdc1fab6 Update to 1.0, dependency to gnustep-webservices became a lib depend 2018-07-26 21:08:23 +00:00
sebastia
6631e5d06f update to 1.3.0, stability improvements 2018-07-26 13:01:48 +00:00
sebastia
be1fef08c0 Update to 1.3.0, stability improvements 2018-07-26 13:01:25 +00:00
sthen
114b1e4413 Bump the remaining ports to trigger updates following cpu stats
changes (CPUSTATES/etc). Last part.

- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.

- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
2018-06-01 15:44:28 +00:00
espie
df1da998a1 remove traces of utf8 encoding in pkg/DESCR
bump accordingly
2018-02-27 21:47:38 +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
9fb10aba0d Update to 0.26.2 2018-01-05 08:01:40 +00:00
sebastia
ee3978666e Update to 0.26.2 2018-01-05 08:00:09 +00:00
sebastia
ad7b416154 Update to 1.25.1 2018-01-05 07:57:37 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
ajacoutot
bdca485ff0 Bump after libical pkgpath change. 2017-11-08 05:36:11 +00:00
sthen
967adcf0b3 sync WANTLIB 2017-09-25 21:16:12 +00:00
sebastia
c58d291f77 Minor bugfix update to 1.2.3, update HOMEPAGE and MASTER_SITES 2017-09-10 20:27:45 +00:00
sebastia
756fc4bfad Minor bugfix update to 1.2.3, update HOMEPAGE and MASTER_SITES 2017-09-10 20:27:12 +00:00
sebastia
0f9c8aae49 Minor update to 0.9.9, now supports tabs 2017-09-10 20:26:07 +00:00
sebastia
cd0dc36c55 Minor update to 0.5 2017-09-07 21:17:18 +00:00
sebastia
0db510d545 Minor Bugfix update to 0.6 2017-09-07 21:13:15 +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
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cff04857be bump REVISION.
Remove PKG_ARCH=* this didn't even make sense before as there
are configuration discrepancies between architectures, and now the
clang files are different
2017-06-01 13:40:45 +00:00
espie
10cb69fb3d base clang requires -lc++abi for objc2 code to be linking, so fix that 2017-06-01 13:37:08 +00:00
espie
c194cf86bd bad sebastia. COPYING in libobjc2 is a short BSD clone licence. 2017-06-01 11:47:06 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
edd
06e31ed6b0 Fix ports using texinfo during the build stage.
texinfo was removed from texlive in favour of the existing port.

Spotted by naddy@ in a bulk, thanks.
2017-05-22 18:28:02 +00:00
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