Commit graph

44 commits

Author SHA1 Message Date
Dirk Meyer
94688b1bb3 - use PACKAGE_BUILDING 2007-06-26 16:58:33 +00:00
Dirk Meyer
79f2ca5cac - set default compiler as GNUSTEP_WITH_GCC42=yes 2007-06-04 11:20:29 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Dirk Meyer
ea94111b3c - fix path for */Servcies
Reported by:	cbv on FreeNode
2007-01-02 17:26:31 +00:00
Dirk Meyer
74967bdb28 - add USE_GNUSTEP_LOCAL_SERVICES
- add USE_GNUSTEP_SYSTEM_SERVICES
- add USE_GNUSTEP_SYSTEM_TOOLS
- new macro names that match use in GNUmakefile
2006-12-31 13:42:50 +00:00
Dirk Meyer
30a95b2e2a - pass ADDITIONAL_FLAGS ADDITIONAL_CFLAGS
- add apps to BUILD_DEPENDS too
2006-12-18 16:07:46 +00:00
Dirk Meyer
4f1a8505e9 - pass ADDITIONAL_CPPFLAGS, ADDITIONAL_INCLUDE_DIRS ADDITIONAL_LIB_DIRS 2006-12-09 21:37:26 +00:00
Dirk Meyer
19c830cd02 - new option USE_GNUSTEP_LDCONFIG
- new option USE_MAKEFILE
- default USE_GMAKE and GNUmakefile
2006-11-30 06:55:29 +00:00
Dirk Meyer
937ad06864 -add options USE_GNUSTEP_SYSTEM_THEMES, USE_GNUSTEP_LOCAL_THEMES 2006-11-20 03:47:08 +00:00
Dirk Meyer
6bc90c25ec - new option USE_GNUSTEP_SYSTEM_BUNDLES 2006-11-19 20:52:08 +00:00
Dirk Meyer
cd25ab5604 - new option USE_GNUSTEP_LOCAL_BUNDLES 2006-11-17 13:01:35 +00:00
Dirk Meyer
a5043a677c - new option USE_GNUSTEP_LOCAL_TOOLS 2006-11-16 14:57:47 +00:00
Dirk Meyer
2d19e41e8a - new options
USE_GNUSTEP_SYSTEM_APPS=     ProjectCenter:devel/projectcenter.app
      depends on Application installed in System directrory at runtime

 USE_GNUSTEP_LOCAL_APPS=      Ink:misc/gnustep-examples
      depends on Application installed in Local directrory at runtime

 USE_GNUSTEP_MAKE_DIRS=        App Tools
      call build and install target in each of the given dirs.
2006-10-31 05:27:21 +00:00
Dirk Meyer
e267f8b62b - whitespaces
PR:		104014
Submitted by:	edwin
2006-10-05 17:27:31 +00:00
Dirk Meyer
e2a471616b - new option USE_GNUSTEP_MAKE=yes
for custom build and install targets
2006-09-28 19:15:53 +00:00
Dirk Meyer
81834d93c2 - order dependencies
- new options for ports:
USE_GNUSTEP_SYSTEM_LIBS
USE_GNUSTEP_LOCAL_LIBS

each can hold mutiple definitions, like:

USE_GNUSTEP_SYSTEM_LIBS+=       Renaissance:${RENAISSANCE_PORT}
USE_GNUSTEP_SYSTEM_LIBS+=       Renaissance:x11-toolkits/renaissance

USE_GNUSTEP_LOCAL_LIBS+=        Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        Addresses:${ADDRESSES_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        SlideShow:${SLIDESHOWKIT_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        netclasses:${NETCLASSES_PORT}
2006-09-10 16:41:27 +00:00
Dirk Meyer
948177502f - update to 0.11.0 2006-08-31 05:37:04 +00:00
Dirk Meyer
5ef7184f9d - update to gcc4.1 as default 2006-04-04 19:22:26 +00:00
Dirk Meyer
16f8bd8736 - use gcc ports directly when possible 2006-03-28 19:50:51 +00:00
Dirk Meyer
76dfae6958 - set default GNUSTEP_PREFIX
Andriy Gapon

- new option USE_GNUSTEP_PREFIX
2006-03-18 08:04:45 +00:00
Dirk Meyer
67cb7fff1f - support multiple backends as dependecies
some internal macros renamed
2006-01-29 07:31:51 +00:00
Dirk Meyer
2196247c3d - new option GNUSTEP_PREFIX
allow user defined location of all files
  this makes this file save for other ports to include
2006-01-19 18:57:05 +00:00
Dirk Meyer
dea3c8eced - new option GNUSTEP_WITH_XLIB
- document compiler options
GNUSTEP_WITH_BASE_GCC
GNUSTEP_WITH_GCC32
GNUSTEP_WITH_GCC33
GNUSTEP_WITH_GCC34
GNUSTEP_WITH_GCC40
GNUSTEP_WITH_GCC41
GNUSTEP_WITH_GCC42
2006-01-18 19:50:18 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Dirk Meyer
1f8d779f25 - new backend option WITH_GNUSTEP_CAIRO 2005-10-25 07:45:22 +00:00
Dirk Meyer
291f0b046d - cleanup Makefile location 2005-08-28 09:15:29 +00:00
Dirk Meyer
5bdecaabbd Update for gnustep-back 0.10 2005-07-27 17:13:46 +00:00
Kirill Ponomarev
f296ccd76e Remove trailing spaces. 2005-01-09 10:12:07 +00:00
Dirk Meyer
3c2ad672d7 - cleanup obsolete defs 2004-11-14 08:06:16 +00:00
Dirk Meyer
d44f2c676d - update DEFAULT_LIBVERSION 2004-11-07 21:43:20 +00:00
Dirk Meyer
45bb3982e3 - new option GNUSTEP_WITH_GCC34 2004-10-12 04:32:33 +00:00
Dirk Meyer
c98e9b8795 - new option DEFAULT_LIBVERSION 2004-06-16 08:17:22 +00:00
Dirk Meyer
113bd2c5f4 - update to gcc33 2004-04-15 20:51:06 +00:00
Dirk Meyer
c4401fe510 - Fix dependency problem in CURRENT
- drop LIB_DEPENDS in favor of BUILD_DEPENDS and RUN_DEPENDS
- new internel option GNUSTEP_WITHOUT_LIBOBJC
2004-04-13 11:29:00 +00:00
Dirk Meyer
b4e012219b - make PKGNAMESUFFIX extandable 2004-03-26 08:00:35 +00:00
Joe Marcus Clarke
e587cce18d Here come the patches!
* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13]
* Add new physcial categories accessibility and x11-themes [14]
* Speed up GNU configure scripts [15]
* Remove "//" from MLINKS items in PLISTs and fix make -s install and
  make -s deinstall [16]
* Be more specific about looking for files in distinfo [17]
* Add new run-autotools target, and resort configure targets [18]
* Make CONFLICTS compare prefix for installed packages and PREFIX [19]
* Change directory to ${.CURDIR} before running certain make commands [20]
* When INSTALL_AS_USER is set, run ldconfig with failures ignored [21]
* Speed up the security check phase [22]
* Fix some corner cases in the PORTDOCS code [23]
* Add a new DEPRECATED macro [24]
* Make INDEX breakage more informative [25]

Look for a full write-up to follow on ports@ and ports-developers@.

PR:		36112 [1]
		59909 [4]
		61351 [6]
		59058 [7]
		59058 [8]
		59493 [9]
		55494 [10]
		59058 [11]
		59315 [12]
		59058 [13]
		59811 [15]
		59058 [16]
		59058 [17]
		60882 [18]
		58149 [19]
		59058 [20]
		61133 [21]
		55331 [22]
		59070 [23]
		59362 [24]
		59626 [25]
Submitted by:	linimon [1]
		eivind [2]
		marcus [3]
		trevor [4]
		gerald [5]
		linimon [6]
		eik [7]
		eik [8]
		jeh [9]
		edwin [10]
		eik [11]
		Sergey Matveychuk <sem@ciam.ru> [12]
		eik [13]
		trevor gnome [14]
		adamw [15]
		eik [16]
		eik [17]
		edwin [18]
		clement [19]
		eik [20]
		edwin lev [21]
		Eugene M. Kim <ab@astralblue.com> [22]
		eik [23]
		linimon [24]
		eik [25]
2004-01-20 09:14:10 +00:00
Dirk Meyer
74cdf3042f - New option GNUSTEP_WITH_BASE_GCC
PR:		55013
2003-10-19 12:04:44 +00:00
Dirk Meyer
a58da456de - Layout for GnuSTEP 1.8.0 2003-10-19 11:14:19 +00:00
Dirk Meyer
4c8b10b44c - spelling 2003-08-27 14:46:06 +00:00
Dirk Meyer
7c61939a92 - update to 1.7.2
- flat layout
2003-07-26 14:38:59 +00:00
Dirk Meyer
81cc6cf002 - don't package ~/GNUSstep 2003-06-18 04:07:19 +00:00
Dirk Meyer
ccc703d8a6 - Add WITH_GNUSTEP_DEVEL
HEADS UP: New filesystem layout with gnustep-1.7.0
2003-06-01 03:12:41 +00:00
Dirk Meyer
3cb0397952 - Change WANT_GNUSTEP_* to WITH_GNUSTEP_*
Suggested by: kris
2003-04-13 11:38:53 +00:00
Dirk Meyer
dce0167b13 - use bsd.gnustep.mk
PR:		50479
2003-04-13 06:53:03 +00:00