Version: 2.8.0, Package name: gnustep-make-2.8.0 |
Maintained by: Sebastian Reitenbach |
Master sites: |
Description GNUstep makefile package. 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. |
Filesize: 592.126 KB |
Version History (View Complete History) |
|
2020-06-09 15:07:06 by Sebastian Reitenbach | Files touched by this commit (3) |
Log message: update 2.7.0 -> 2.8.0 |
2019-10-20 02:03:05 by Antoine Jacoutot | Files touched by this commit (67) |
Log message: Revert previous and add ICU support back now that the port has been fixed. tested in a bulk |
2019-10-16 07:45:07 by Antoine Jacoutot | Files touched by this commit (67) |
Log message: Disable ICU in gnustep. Temporary solution until we can use the native linker instead of -fuse-ld=bfd. from sebastia@ |
2018-11-26 07:17:13 by Sebastian Reitenbach | Files touched by this commit (60) |
Log message: 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 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-01 07:40:46 by Marc Espie | Files touched by this commit (1) |
Log message: 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 07:37:08 by Marc Espie | Files touched by this commit (2) |
Log message: base clang requires -lc++abi for objc2 code to be linking, so fix that |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-04-19 15:13:25 by Sebastian Reitenbach | Files touched by this commit (9) |
Log message: Update to 2.7.0, removing support of some since quite some time deprecated variables, as well as some bug fixes |
2016-06-06 15:52:15 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: 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-03 05:42:23 by Sebastian Reitenbach | Files touched by this commit (4) |
Log message: Update to 2.6.8, most notably, enabling new ng-gnu-gnu library combo on platforms where GNUstep is built with clang. |
2016-03-05 09:04:10 by Pascal Stumpf | Files touched by this commit (80) |
Log message: Bump REVISION for lang/clang MODULE changes. |
2015-11-02 04:56:55 by Marc Espie | Files touched by this commit (27) |
Log message: a few minor pkg_subst fixes, for the coming patch (disallow -c without -m outside of WRKDIR) |
2015-10-26 05:36:39 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Add -fobjc-runtime flag for clang builds and bump |
2015-10-15 02:26:18 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Use http mirror. ok sebastia@ (maintainer) |
2015-05-28 12:33:46 by Sebastian Reitenbach | Files touched by this commit (6) |
Log message: Minor update to 2.6.7 |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2011-07-19 00:23:28 by Sebastian Reitenbach | Files touched by this commit (5) |
Log message: 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-06-02 07:41:42 by Antoine Jacoutot | Files touched by this commit (238) |
Log message: Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@ |
2011-04-18 05:30:47 by Sebastian Reitenbach | Files touched by this commit (6) |
Log message: 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@ |
2010-12-22 02:20:00 by Sebastian Reitenbach | Files touched by this commit (17) |
Log message: 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-11-24 00:10:44 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: 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-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-11-09 02:05:31 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Consistency. |
2010-11-09 01:58:06 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - switch to pkg-readmes ok sebastia@ (MAINTAINER) |
2010-10-19 02:14:01 by Marc Espie | Files touched by this commit (260) |
Log message: USE_GROFF=Yes |
2010-10-01 03:18:42 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: Do not use -Wl,-soname,<libname> goo when linking libraries. OK ajacoutot@, jasper@, landry@ |
2010-07-30 00:59:02 by Antoine Jacoutot | Files touched by this commit (256) |
Log message: First pass at new REVISION/DEPENDS... not finished yet. |
2010-07-05 01:52:02 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Give GNUstep maintainership to sebastia@ as I don't really use this anymore while he does. |
2010-06-07 00:28:13 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: 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. |
2009-10-06 13:21:28 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to gnustep-make-2.2.0 |
2008-12-23 08:25:04 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - 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-10-03 01:21:56 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - introduce MASTER_SITE_GNUSTEP |
2008-06-23 04:59:17 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - update to gnustep-make-2.0.6 |
2008-05-05 03:31:30 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to version 2.0.5 |
2008-01-09 07:18:31 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - update to gnustep-make-2.0.4 based on a diff from Sebastian Reitenbach |
2007-12-16 05:39:52 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - 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-10 09:22:37 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - 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-11-25 09:16:29 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - 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-07-25 00:10:40 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - unbreak, now that threaded libobjc is enabled - set CONFIGURE_STYLE=gnu - remove quotes around COMMENT while here |
2007-07-21 11:30:10 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - 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-06-22 08:47:08 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - fix variable substitution |
2007-06-21 07:28:52 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - add more running tips and link to some documentations |
2007-06-21 04:46:21 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - 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-19 09:13:39 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - remove wrong variable ; objc threading will be fixed one way or the other |