sebastia
407e5211eb
update 2.7.0 -> 2.8.0
2020-06-09 21:07:05 +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
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
11e3dd67b3
switch COMPILER from the old, confusing shortcuts to the more explicit format
2017-11-16 23:20:37 +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
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
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
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
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
pascal
1bc0330aba
Bump REVISION for lang/clang MODULE changes.
2016-03-05 16:04:06 +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
1a4c54732a
Add -fobjc-runtime flag for clang builds and bump
2015-10-26 11:36:39 +00:00
bentley
c81708c321
Use http mirror.
...
ok sebastia@ (maintainer)
2015-10-15 08:26:18 +00:00
sebastia
03dc778542
Minor update to 2.6.7
2015-05-28 18:33:46 +00:00
naddy
6bb8d0674b
Drop USE_GROFF from ports where the formatting differences are acceptable
...
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
espie
1bf6f489eb
remove the check for writing to /, as it breaks two ports in FAKE_AS_ROOT=No
2014-09-08 12:21:42 +00:00
sebastia
bda89686ab
minor update to 2.6.6
2014-01-03 18:44:44 +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
bb591adfe9
minor update GNUstep make to 2.6.5.
...
while there remove LDFLAGS env var, making gnustep base picking up
the right libs when building the tools
2013-09-08 16:28:00 +00:00
sebastia
71b7804dbf
Mostly maintenance release update of gnustep-make to 2.6.4
...
OK landry@
2013-04-25 16:10:53 +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
8d7e960162
The README file is moved to the GNUstep meta package
...
suggested by and OK landry@
2012-08-19 10:12:45 +00:00
sebastia
3027ee47cd
Minor bugfix update to 1.6.2.
...
OK aja@
2012-03-31 11:43:04 +00:00
sebastia
97f9125b33
Update gnustep-make to 2.6.1. While there, do not disable native-objective-c
...
exceptions. They are not used by any port, but maybe someone wants to do it
in the future, or a port may need it.
Further, zap the stripping of binaries that gets propagated into the gnusteps
config.make to be more inline with upstream. This is now properly handled via
the gnustep.port.mk.
OK landry@
2011-07-19 06:23:28 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sebastia
f82c6a9c5c
Update gnustep-make to 2.6.0, enable strict v2 mode, since v1 is ancient.
...
Further change the way how frameworks are installed, create a couple of more symlinks,
to get rid of a lot of patches for other dependent ports.
OK landry@, ajacoutot@
2011-04-18 11:30:47 +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
sebastia
68afba5cdf
Do the same thing for frameworks, as we do for libraries to set the .so.MAJOR.MINOR correctly, use the INSTANCE_VERSION variable instead of VERSION
...
OK landry@
2010-11-24 07:10:44 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
ajacoutot
7da2ae2579
Consistency.
2010-11-09 09:05:31 +00:00
jasper
2a2627977b
- switch to pkg-readmes
...
ok sebastia@ (MAINTAINER)
2010-11-09 08:58:06 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
sebastia
da4daf4dca
Do not use -Wl,-soname,<libname> goo when linking libraries.
...
OK ajacoutot@, jasper@, landry@
2010-10-01 09:18:42 +00:00
ajacoutot
127208401d
First pass at new REVISION/DEPENDS... not finished yet.
2010-07-30 06:58:57 +00:00
ajacoutot
9512e970a3
Give GNUstep maintainership to sebastia@ as I don't really use this anymore
...
while he does.
2010-07-05 07:52:02 +00:00
ajacoutot
a0941d98dd
Update to gnustep-make-2.4.0 ; from Sebastian Reitenbach.
...
While here, add a title to README.OpenBSD and use the new -o/-g contruct
for SUBST_CMD.
2010-06-07 06:28:13 +00:00
ajacoutot
02742ddb7f
Update to gnustep-make-2.2.0
2009-10-06 19:21:28 +00:00
ajacoutot
77b0e2d1ab
- GNUstep-Make 2.0.7
...
* New configuration file to set default installation
* gnustep-make now uses the -no-print-directory flag when invoking make
* Change in path checking algorithm in GNUstep.sh and GNUstep.csh
- use SUBST_CMD
2008-12-23 15:25:04 +00:00
ajacoutot
417bf585e8
- introduce MASTER_SITE_GNUSTEP
2008-10-03 07:21:56 +00:00
ajacoutot
60db373dbd
- update to gnustep-make-2.0.6
2008-06-23 10:59:17 +00:00
ajacoutot
ccfc99d8af
- update to version 2.0.5
2008-05-05 09:31:30 +00:00
ajacoutot
d700b24358
- update to gnustep-make-2.0.4
...
based on a diff from Sebastian Reitenbach
2008-01-09 14:18:31 +00:00
ajacoutot
426f2515c1
- add a small note about make_services
...
- regarding GNUstep services, point users to specific man pages
from Sebastian Reitenbach <sebastian at l00-bugdead-prods dot de>, thanks!
2007-12-16 12:39:52 +00:00
ajacoutot
beb10cb013
- re-enable applications link in PATH
...
- re-enable the use of plmerge ; this is much needed for proper work
reported by Sebastian Reitenbach <sebastia at l00-bugdead-prods dot de>, thanks!
2007-12-10 16:22:36 +00:00
ajacoutot
99ebf553a7
- update to version 2.0.2
...
- add statement to the README.OpenBSD file regarding debugging
from Sebastian Reitenbach <sebastia at l00-bugdead-prods dot de>, thanks!
2007-11-25 16:16:28 +00:00