576 Commits

Author SHA1 Message Date
sebastia
893b56ad04 Lookup resources in a directory matching the software version,
not the interface version.
2022-08-22 06:59:46 +00:00
sthen
8fff2934ad sync WANTLIB 2022-04-01 19:09:43 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
sebastia
c687954dc0 revert bd5f2909e6edc8012a0a6e44ea1402dfbe1353a4
as this breaks interoperability between SOGo and Thunderbird Calendar
as Landry reported, and found this to be the culprit

Tested for some time on my desktop without issues.
2022-01-21 11:27:38 +00:00
sebastia
7327cfdd44 a number of improvements to building, mainly regarding compiler used.
patch from and tested by Brad
2022-01-17 08:05:25 +00:00
sebastia
80d7daad00 update 0.9.4 -> 1.0.0 2022-01-05 09:01:04 +00:00
jca
689bf438e5 Enable gnustep on all ld.lld archs
Diff from Brad, tested by phessler on arm64 and me on riscv64
2021-10-23 17:48:21 +00:00
sebastia
71e80a3c3a some cleanup in gnustep.port.mk and remove some BROKEN marker for libobjc2
and dbuskit.

triggered by patches and questions from Brad
2021-10-22 08:50:47 +00:00
sebastia
df53b050e3 use clang lld instead of bfd linker in gnustep.port.mk
The only port that needed a build patch was gworkspace.
no runtime startup issues observed anymore, as it was before
with older lld versions.

Triggered to look at it again by an initial patch from Brad Smith
minor tweask and testing by myself, bump all ports using
gnustep.port.mk
2021-10-19 19:43:35 +00:00
ajacoutot
a9199a502d net/avahi -> net/avahi,-libs 2021-09-03 11:47:41 +00:00
sebastia
c44b0cc6cb Add curl as dependency, missed with the update.
pointed out by naddy@
2021-06-19 20:47:25 +00:00
sebastia
b67a28df6c update 1.2.26 -> 1.2.28 2021-06-14 21:10:49 +00:00
sebastia
c13ba32d66 update 1.0.1 -> 1.2.0 2021-06-14 21:10:08 +00:00
sebastia
8fe7264ada update 0.28.0 -> 0.29.0 2021-06-14 21:09:12 +00:00
sebastia
7cd9782d66 update 0.28.0 -> 0.29.0 2021-06-14 21:08:36 +00:00
sebastia
6e5e3ab9d0 update 1.27.0 -> 1.28.0 2021-06-14 21:07:43 +00:00
sebastia
2b10efeba1 update 2.8.0 -> 2.9.0 2021-06-14 21:06:55 +00:00
naddy
5de4f82ef5 x11/gnustep/corebase: fix build with -fno-common 2021-02-25 21:55:55 +00:00
naddy
3245705860 x11/gnustep/terminal: fix build with -fno-common 2021-02-25 21:38:20 +00:00
naddy
eb1b4e8523 x11/gnustep/gworkspace: fix build with -fno-common; from Debian
Upstream has fixed this differently as part of a larger change.
2021-02-25 21:23:56 +00:00
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
2251adb020 update 1.5.5 -> 1.5.6 2020-06-19 20:56:34 +00:00
sebastia
66ef082233 update 1.2.24 -> 1.2.26 2020-06-09 21:13:18 +00:00
sebastia
25a06118f2 update 0.27.0 -> 0.28.0 2020-06-09 21:12:46 +00:00
sebastia
809b7502cd update 0.27.0 -> 0.28.0 2020-06-09 21:12:17 +00:00
sebastia
5b27f1c743 update 1.26.0 -> 1.27.0 2020-06-09 21:11:02 +00:00
sebastia
407e5211eb update 2.7.0 -> 2.8.0 2020-06-09 21:07:05 +00:00
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
jca
9656bba220 Restrict libobjc2 to base-clang, doesn't build with libestdc++-backed ports-clang
Keep the sparc64 workaround even though this arch hasn't switched to
base-clang yet.
2020-04-13 21:43:55 +00:00
jca
1f6f5cd621 Build fix: tell clang to use its integrated assembler on sparc64 2020-04-09 08:16:29 +00:00
jca
0294c2ce71 Tidy up and regen WANTLIB
Follow Makefile.template order, drop obsolete MODCLANG_ARCHS and unused
CPPFLAGS settings.
2020-04-09 07:36:49 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
rsadowski
1bdbb686ef Unbreak with upcoming cmake 3.16.
Do not use CMAKE_THREAD_LIBS_INIT as linker flag.
2019-12-10 06:46:17 +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
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +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
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
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