Commit Graph

16 Commits

Author SHA1 Message Date
sebastia
d7cafe63de Allow all dependent ports to build with(out) debugging symbols, depending on
a defined DEBUG in /etc/mk.conf

OK landry@
2011-07-19 06:19:49 +00:00
sebastia
f4c9042f4a Enable gnustep on macppc. Thanks to Joel Carnat for testing www/sogo and some of the applications.
OK landry@
2011-05-05 22:56:16 +00:00
sebastia
fb0997e91f make new gnustep-make to build and run depends
OK landry@, ajacoutot@
2011-04-18 11:57:51 +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
3a6c872355 Require the updated gnustep-make as BUILD_DEPENDS for the gnustep ports.
OK landry@
2010-11-24 07:14:44 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
4ca14c8052 add the missing pieces to handle MULTI_PACKAGES port: LIB/RUN/WANT should
always go thru an indirection, so that a multi-packages port can turn them
on/off piecewise (required for libiconv cleanup of sope).

style nits: makefiles with lots of ?= +=   do *REQUIRE* spaces.
also indent tests, and do the :L dance to have cleaner stuff.
2010-11-06 10:03:31 +00:00
sebastia
76167b459b * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.
2010-10-26 12:39:10 +00:00
sebastia
19d61fdb6e Bye Bye NO_SYSTRACE for the x11/gnustep MODULE based ports.
patching gnustep-base to add usage of an environment variable
to allow set a pointer where the lockfiles of plmerge should go while building the port.

OK, ajacoutot@, jasper@, landry@
2010-10-15 10:37:51 +00:00
ajacoutot
13289961ab - add some debugging flags when DEBUG is defined; idea from a patch by
Sebastian Reitenbach
2008-11-14 10:34:15 +00:00
ajacoutot
417bf585e8 - introduce MASTER_SITE_GNUSTEP 2008-10-03 07:21:56 +00:00
ajacoutot
98b562b6a0 - set NO_SYSTRACE for now as plmerge needs to create a lock directory
under the user's homedir

This is a temporary workaround until I can come up with a better
solution (it's not as easy as it may look).
2007-12-10 16:18:22 +00:00
ajacoutot
cdbcf2a56a - add amd64 to supported archs after several success reports 2007-08-26 21:49:07 +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
7b55a8c59c - don't use RUN_DEPENDS+=${BUILD_DEPENDS} so people stop bugging me and
start testing instead
2007-06-01 00:27:19 +00:00
ajacoutot
ff65c23f74 Start importing some pieces of the GNUstep framework.
GNUstep is a cross-platform, object-oriented framework for desktop
application development. Based on the OpenStep specification originally
created by NeXT (now Apple), GNUstep enables developers to rapidly build
sophisticated software by employing a large library of reusable software
components.

Not connected to the build yet as this is a work in progress and there
might be some glitches.
Now that it's in CVS, hopefully more people will test this.

ok robert@
2007-05-29 02:59:11 +00:00