Commit Graph

29 Commits

Author SHA1 Message Date
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
ajacoutot
c48bb64f29 - unbreak, now that threaded libobjc is enabled
- set CONFIGURE_STYLE=gnu
- remove quotes around COMMENT while here
2007-07-25 06:10:40 +00:00
ajacoutot
319f6ad156 - do some cleaning before we can hopefully enable this (still waiting
for threaded libobjc to go in) ; re-order Makefile.inc and
gnustep.port.mk, set only for i386 until we get more test results, set
USE_X11 where it's due...
2007-07-21 17:30:10 +00:00
ajacoutot
5c55c65b2c - fix variable substitution 2007-06-22 14:47:08 +00:00
ajacoutot
8cf73e2bbd - add more running tips and link to some documentations 2007-06-21 13:28:52 +00:00
ajacoutot
5784787920 - centralize running information in a README.OpenBSD instead of
spreading it over several pkg/MESSAGES ; this will ease the addition of
other usefull tips
2007-06-21 10:46:21 +00:00
ajacoutot
a6d889e933 - remove wrong variable ; objc threading will be fixed one way or the other 2007-06-19 15:13:39 +00:00
ajacoutot
68126520ae Import gnustep-make-2.0.1
The makefile package is a simple, powerful and extensible way to write
makefiles for a GNUstep-based project.  It allows the user to write a
project without having to deal with the complex issues associated with
configuration, building, installation, and packaging.  It also allows
the user to easily create cross-compiled binaries.
2007-05-29 03:00:34 +00:00