The FreeBSD Ports Archive
FreeBSD lang : gnustep-base4>
GNUstep Foundation library
GNUstep is a set of general-purpose Objective-C libraries based on the
OpenStep standard developed by NeXT (now Apple) Inc. The libraries
consist of everything from foundation classes, such as dictionaries and
arrays, to GUI interface classes such as windows, sliders, buttons, etc.
Please contact the GNUstep maintainers at in
case of questions and help offers.
http://www.gnustep.org/
|
gnustep-base history
v. 1.84
date: 2007/09/30 04:46:59; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.83
date: 2007/01/31 17:52:17; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.1
v. 1.82
date: 2007/01/30 04:23:56; author: kris; state: Exp; lines: +0 -1
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
v. 1.81
date: 2007/01/13 03:57:19; author: dinoex; state: Exp; lines: +9 -9
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
v. 1.80
date: 2006/08/31 05:35:32; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.0
v. 1.79
date: 2006/06/24 16:24:39; author: dinoex; state: Exp; lines: +0 -7
- remove LDCONFIG_GCC workaround
v. 1.78
date: 2006/06/24 08:26:27; author: dinoex; state: Exp; lines: +2 -0
- activate regression-test
v. 1.77
date: 2006/06/09 19:55:24; author: dinoex; state: Exp; lines: +9 -1
- make sure ldconfig has been run
v. 1.76
date: 2006/05/13 08:16:30; author: dinoex; state: Exp; lines: +1 -1
- make portlint happier
v. 1.75
date: 2006/05/10 14:46:42; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.74
date: 2006/04/08 15:14:43; author: dinoex; state: Exp; lines: +1 -6
- cleanup after gcc updates
no hacks for ldconfig needed
v. 1.73
date: 2006/03/19 04:35:45; author: dinoex; state: Exp; lines: +1 -3
- add USE_GNUSTEP_PREFIX
v. 1.72
date: 2006/03/18 09:52:06; author: dinoex; state: Exp; lines: +1 -2
- update to 1.12.0
v. 1.71
date: 2006/01/19 12:06:11; author: dinoex; state: Exp; lines: +2 -1
- new option GNUSTEP_PREFIX
allow user defined location of all files
v. 1.70
date: 2006/01/16 13:11:15; author: dinoex; state: Exp; lines: +2 -1
- enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
v. 1.69
date: 2005/12/24 21:40:02; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.2
v. 1.68
date: 2005/11/15 06:49:54; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.67
date: 2005/09/22 13:34:52; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.1
v. 1.66
date: 2005/07/27 17:11:51; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.0
v. 1.65
date: 2005/06/03 07:52:42; author: dinoex; state: Exp; lines: +9 -0
- new option WITH_GNUSTEP_FAKEMAIN to work without procfs
- call ldconfig in configure stage again
this workarounds a problem that ldconfig is called to early when
addding a package like: gcc-objc-current-3.3.6_20050511.tgz
v. 1.64
date: 2005/04/18 04:37:31; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.3
v. 1.63
date: 2005/04/03 05:22:07; author: dinoex; state: Exp; lines: +2 -16
- remove WITH_GNUSTEP_DEVEL
- update to 1.10.2
v. 1.62
date: 2004/12/15 04:15:43; author: dinoex; state: Exp; lines: +0 -1
- cleanup Makefile
v. 1.61
date: 2004/11/14 08:04:32; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.1 (stable)
v. 1.60
date: 2004/11/07 21:43:54; author: dinoex; state: Exp; lines: +13 -8
- update to 1.10.0 (stable)
v. 1.59
date: 2004/08/12 05:11:59; author: dinoex; state: Exp; lines: +1 -3
- Fix PATH problem with bsd.autotools.mk
PR: 64393
v. 1.58
date: 2004/06/16 16:36:39; author: dinoex; state: Exp; lines: +12 -8
- update to 1.9.2
v. 1.57
date: 2004/04/29 02:56:04; author: dinoex; state: Exp; lines: +2 -1
- patch to fix coredumps in make_services
v. 1.56
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.55
date: 2004/03/05 15:00:40; author: dinoex; state: Exp; lines: +26 -1
- update to 1.9.1
v. 1.54
date: 2004/02/04 05:21:37; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.53
date: 2004/01/31 12:16:18; author: dinoex; state: Exp; lines: +1 -2
- update MASTER_SITES
v. 1.52
date: 2003/12/10 22:03:33; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.9.0
v. 1.51
date: 2003/11/12 15:09:17; author: dinoex; state: Exp; lines: +1 -3
- update MASTER_SITES
v. 1.50
date: 2003/10/19 11:13:22; author: dinoex; state: Exp; lines: +6 -0
- new option WITHOUT_OPENSSL
- add USE_OPENSSL
v. 1.49
date: 2003/10/19 11:09:19; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.8.0
v. 1.48
date: 2003/09/24 17:34:09; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.4
v. 1.47
date: 2003/08/28 01:42:29; author: dinoex; state: Exp; lines: +4 -5
- use new hook USE_GNUSTEP in bsd.port.mk
v. 1.46
date: 2003/08/27 07:17:00; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.3
v. 1.45
date: 2003/07/27 07:06:21; author: dinoex; state: Exp; lines: +1 -2
- cleanup post-install
v. 1.44
date: 2003/07/26 14:38:58; author: dinoex; state: Exp; lines: +1 -1
- update to 1.7.2
- flat layout
v. 1.43
date: 2003/06/21 07:49:51; author: dinoex; state: Exp; lines: +1 -1
Update to gnustep-1.7.1 / gui-8.7
v. 1.42
date: 2003/06/01 13:46:05; author: dinoex; state: Exp; lines: +4 -0
- Add WITH_GNUSTEP_DEVEL
v. 1.41
date: 2003/04/21 09:29:38; author: dinoex; state: Exp; lines: +4 -1
- modify sample startscript, call ldconfig so libobjc.so can be found after reboot.
v. 1.40
date: 2003/04/13 07:26:16; author: dinoex; state: Exp; lines: +12 -48
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
v. 1.39
date: 2003/03/23 20:33:47; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.6.0
v. 1.38
date: 2003/02/26 19:57:44; author: dinoex; state: Exp; lines: +2 -6
- Update gnustep-base and gnutsep-make to 1.5.2
v. 1.37
date: 2003/02/20 18:26:35; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.36
date: 2003/01/15 17:41:17; author: dinoex; state: Exp; lines: +1 -1
Add linebreak in LIB_DEPENDS
v. 1.35
date: 2003/01/14 17:07:18; author: dinoex; state: Exp; lines: +2 -0
- force that gnustep-make exists, was implicit by gnusteb-objc
v. 1.34
date: 2003/01/11 14:22:44; author: dinoex; state: Exp; lines: +6 -2
- Improve depends
1) needs ffcall to build.
2) gnustep-objc is only for 4.x systems
Suggested by: jagapen@students.wisc.edu
v. 1.33
date: 2002/12/09 16:07:45; author: dinoex; state: Exp; lines: +6 -3
- Fix subdir in MASTER_SITES
- add target test
v. 1.32
date: 2002/12/07 07:48:20; author: dinoex; state: Exp; lines: +5 -3
- prepare MASTER_SITE_GNUSTEP
- Fix build on beast
http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log
v. 1.31
date: 2002/11/21 06:49:58; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.5.1
patch is now merged in distribution
v. 1.30
date: 2002/10/20 15:53:51; author: dinoex; state: Exp; lines: +1 -1
Update to 1.5.0
v. 1.29
date: 2002/08/31 02:44:00; author: kris; state: Exp; lines: +0 -1
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.28
date: 2002/08/30 05:33:35; author: dinoex; state: Exp; lines: +2 -2
Update MASTER_SITES
v. 1.27
date: 2002/08/29 14:24:15; author: dinoex; state: Exp; lines: +1 -1
Update to 1.4.0
v. 1.26
date: 2002/08/09 03:25:47; author: dinoex; state: Exp; lines: +8 -2
Fix PREFIX dependency in GNUstep.sh,
cleanup pkg-plist
v. 1.25
date: 2002/06/09 11:16:54; author: dinoex; state: Exp; lines: +3 -1
Add more MASTER_SITES
v. 1.24
date: 2002/06/07 17:34:37; author: dinoex; state: Exp; lines: +5 -5
- Take Maintainership
- use defined dirs consistently in each makefile
v. 1.23
date: 2002/06/04 06:46:02; author: dinoex; state: Exp; lines: +5 -4
GNUstep Update
- Update: gnustep-make-1.3.2
- remove obsolete MASTER_SITES
- Update: gnustep-objc-1.2.2
- Update: gnustep-base-1.3.2
- remove obsolete MASTER_SITES
- fix configure for libxml2
- more languages: Russian, Slovak, UkraineRussian
- Update: gnustep-guile-1.0.3.tar.gz
Not updated to: gnustep-gui-0.7.7,
it conflicts with gnustep-xgps-0.7.6
v. 1.22
date: 2002/03/21 13:14:16; author: tg; state: Exp; lines: +6 -5
Upgrade to 1.3.0.
v. 1.21
date: 2002/01/23 12:56:24; author: tg; state: Exp; lines: +2 -2
Upgrade to 1.1.0.
v. 1.20
date: 2001/07/17 11:52:42; author: tg; state: Exp; lines: +3 -3
Add missing file.
v. 1.19
date: 2001/07/11 11:22:17; author: tg; state: Exp; lines: +2 -1
Add missing dependency on libxml2.
v. 1.18
date: 2001/06/26 11:59:01; author: tg; state: Exp; lines: +37 -25
Upgrade to 1.0.2.
v. 1.17
date: 2001/04/07 18:03:56; author: ben; state: Exp; lines: +3 -3
Fix fennerism.
v. 1.16
date: 2001/01/16 17:30:19; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.15
date: 2000/09/28 11:14:45; author: tg; state: Exp; lines: +2 -1
Use bison.
v. 1.14
date: 2000/09/21 12:01:41; author: tg; state: Exp; lines: +13 -1
Install startup file to run the gdomap daemon.
v. 1.13
date: 2000/08/23 10:49:46; author: tg; state: Exp; lines: +6 -7
Upgrade to 0.6.6.
v. 1.12
date: 2000/04/11 21:28:09; author: mharo; state: Exp; lines: +4 -4
PORTNAME/PORTVERSION update
v. 1.11
date: 2000/02/22 12:29:05; author: tg; state: Exp; lines: +7 -5
Upgrade to 0.6.5.
v. 1.10
date: 1999/09/09 10:25:56; author: tg; state: Exp; lines: +14 -17
Upgrade to 0.6.0.
v. 1.9
date: 1999/09/07 10:45:23; author: steve; state: Exp; lines: +2 -2
The tiff port now lives in ports/graphics/tiff.
v. 1.8
date: 1999/08/31 06:41:49; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/28 16:58:26; author: cpiazza; state: Exp; lines: +10 -12
Make this port a little more sane. It was broken
for any system that wasn't x86 on freebsd 3.1. The
port is still marked BROKEN because it sets PREFIX in
the Makefile.
PR: 13423
Submitted by: Ade Lovett
v. 1.6
date: 1999/08/25 05:48:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/08/22 19:46:26; author: cpiazza; state: Exp; lines: +2 -5
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.4
date: 1999/08/17 19:36:55; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.3
date: 1999/07/18 06:28:44; author: cpiazza; state: Exp; lines: +3 -1
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"
I'll fix this in a little while.
v. 1.2
date: 1999/07/18 06:27:18; author: cpiazza; state: Exp; lines: +4 -2
Give this port a USE_XLIB so it'll link. Also move the CC=egcc
into the ${OSVERSION} check so it'll actually compile on
-current with egcs.
v. 1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp; lines: +0 -0
New port gnustep. GNUstep is a set of general-purpose Objective-C libraries
base on the OpenStep standard developed by NeXT (now Apple) Inc.
=============================================================================
v. 1.84
date: 2007/09/30 04:46:59; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.83
date: 2007/01/31 17:52:17; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.1
v. 1.82
date: 2007/01/30 04:23:56; author: kris; state: Exp; lines: +0 -1
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
v. 1.81
date: 2007/01/13 03:57:19; author: dinoex; state: Exp; lines: +9 -9
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
v. 1.80
date: 2006/08/31 05:35:32; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.0
v. 1.79
date: 2006/06/24 16:24:39; author: dinoex; state: Exp; lines: +0 -7
- remove LDCONFIG_GCC workaround
v. 1.78
date: 2006/06/24 08:26:27; author: dinoex; state: Exp; lines: +2 -0
- activate regression-test
v. 1.77
date: 2006/06/09 19:55:24; author: dinoex; state: Exp; lines: +9 -1
- make sure ldconfig has been run
v. 1.76
date: 2006/05/13 08:16:30; author: dinoex; state: Exp; lines: +1 -1
- make portlint happier
v. 1.75
date: 2006/05/10 14:46:42; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.74
date: 2006/04/08 15:14:43; author: dinoex; state: Exp; lines: +1 -6
- cleanup after gcc updates
no hacks for ldconfig needed
v. 1.73
date: 2006/03/19 04:35:45; author: dinoex; state: Exp; lines: +1 -3
- add USE_GNUSTEP_PREFIX
v. 1.72
date: 2006/03/18 09:52:06; author: dinoex; state: Exp; lines: +1 -2
- update to 1.12.0
v. 1.71
date: 2006/01/19 12:06:11; author: dinoex; state: Exp; lines: +2 -1
- new option GNUSTEP_PREFIX
allow user defined location of all files
v. 1.70
date: 2006/01/16 13:11:15; author: dinoex; state: Exp; lines: +2 -1
- enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
v. 1.69
date: 2005/12/24 21:40:02; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.2
v. 1.68
date: 2005/11/15 06:49:54; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.67
date: 2005/09/22 13:34:52; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.1
v. 1.66
date: 2005/07/27 17:11:51; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.0
v. 1.65
date: 2005/06/03 07:52:42; author: dinoex; state: Exp; lines: +9 -0
- new option WITH_GNUSTEP_FAKEMAIN to work without procfs
- call ldconfig in configure stage again
this workarounds a problem that ldconfig is called to early when
addding a package like: gcc-objc-current-3.3.6_20050511.tgz
v. 1.64
date: 2005/04/18 04:37:31; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.3
v. 1.63
date: 2005/04/03 05:22:07; author: dinoex; state: Exp; lines: +2 -16
- remove WITH_GNUSTEP_DEVEL
- update to 1.10.2
v. 1.62
date: 2004/12/15 04:15:43; author: dinoex; state: Exp; lines: +0 -1
- cleanup Makefile
v. 1.61
date: 2004/11/14 08:04:32; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.1 (stable)
v. 1.60
date: 2004/11/07 21:43:54; author: dinoex; state: Exp; lines: +13 -8
- update to 1.10.0 (stable)
v. 1.59
date: 2004/08/12 05:11:59; author: dinoex; state: Exp; lines: +1 -3
- Fix PATH problem with bsd.autotools.mk
PR: 64393
v. 1.58
date: 2004/06/16 16:36:39; author: dinoex; state: Exp; lines: +12 -8
- update to 1.9.2
v. 1.57
date: 2004/04/29 02:56:04; author: dinoex; state: Exp; lines: +2 -1
- patch to fix coredumps in make_services
v. 1.56
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.55
date: 2004/03/05 15:00:40; author: dinoex; state: Exp; lines: +26 -1
- update to 1.9.1
v. 1.54
date: 2004/02/04 05:21:37; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.53
date: 2004/01/31 12:16:18; author: dinoex; state: Exp; lines: +1 -2
- update MASTER_SITES
v. 1.52
date: 2003/12/10 22:03:33; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.9.0
v. 1.51
date: 2003/11/12 15:09:17; author: dinoex; state: Exp; lines: +1 -3
- update MASTER_SITES
v. 1.50
date: 2003/10/19 11:13:22; author: dinoex; state: Exp; lines: +6 -0
- new option WITHOUT_OPENSSL
- add USE_OPENSSL
v. 1.49
date: 2003/10/19 11:09:19; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.8.0
v. 1.48
date: 2003/09/24 17:34:09; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.4
v. 1.47
date: 2003/08/28 01:42:29; author: dinoex; state: Exp; lines: +4 -5
- use new hook USE_GNUSTEP in bsd.port.mk
v. 1.46
date: 2003/08/27 07:17:00; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.3
v. 1.45
date: 2003/07/27 07:06:21; author: dinoex; state: Exp; lines: +1 -2
- cleanup post-install
v. 1.44
date: 2003/07/26 14:38:58; author: dinoex; state: Exp; lines: +1 -1
- update to 1.7.2
- flat layout
v. 1.43
date: 2003/06/21 07:49:51; author: dinoex; state: Exp; lines: +1 -1
Update to gnustep-1.7.1 / gui-8.7
v. 1.42
date: 2003/06/01 13:46:05; author: dinoex; state: Exp; lines: +4 -0
- Add WITH_GNUSTEP_DEVEL
v. 1.41
date: 2003/04/21 09:29:38; author: dinoex; state: Exp; lines: +4 -1
- modify sample startscript, call ldconfig so libobjc.so can be found after reboot.
v. 1.40
date: 2003/04/13 07:26:16; author: dinoex; state: Exp; lines: +12 -48
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
v. 1.39
date: 2003/03/23 20:33:47; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.6.0
v. 1.38
date: 2003/02/26 19:57:44; author: dinoex; state: Exp; lines: +2 -6
- Update gnustep-base and gnutsep-make to 1.5.2
v. 1.37
date: 2003/02/20 18:26:35; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.36
date: 2003/01/15 17:41:17; author: dinoex; state: Exp; lines: +1 -1
Add linebreak in LIB_DEPENDS
v. 1.35
date: 2003/01/14 17:07:18; author: dinoex; state: Exp; lines: +2 -0
- force that gnustep-make exists, was implicit by gnusteb-objc
v. 1.34
date: 2003/01/11 14:22:44; author: dinoex; state: Exp; lines: +6 -2
- Improve depends
1) needs ffcall to build.
2) gnustep-objc is only for 4.x systems
Suggested by: jagapen@students.wisc.edu
v. 1.33
date: 2002/12/09 16:07:45; author: dinoex; state: Exp; lines: +6 -3
- Fix subdir in MASTER_SITES
- add target test
v. 1.32
date: 2002/12/07 07:48:20; author: dinoex; state: Exp; lines: +5 -3
- prepare MASTER_SITE_GNUSTEP
- Fix build on beast
http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log
v. 1.31
date: 2002/11/21 06:49:58; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.5.1
patch is now merged in distribution
v. 1.30
date: 2002/10/20 15:53:51; author: dinoex; state: Exp; lines: +1 -1
Update to 1.5.0
v. 1.29
date: 2002/08/31 02:44:00; author: kris; state: Exp; lines: +0 -1
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.28
date: 2002/08/30 05:33:35; author: dinoex; state: Exp; lines: +2 -2
Update MASTER_SITES
v. 1.27
date: 2002/08/29 14:24:15; author: dinoex; state: Exp; lines: +1 -1
Update to 1.4.0
v. 1.26
date: 2002/08/09 03:25:47; author: dinoex; state: Exp; lines: +8 -2
Fix PREFIX dependency in GNUstep.sh,
cleanup pkg-plist
v. 1.25
date: 2002/06/09 11:16:54; author: dinoex; state: Exp; lines: +3 -1
Add more MASTER_SITES
v. 1.24
date: 2002/06/07 17:34:37; author: dinoex; state: Exp; lines: +5 -5
- Take Maintainership
- use defined dirs consistently in each makefile
v. 1.23
date: 2002/06/04 06:46:02; author: dinoex; state: Exp; lines: +5 -4
GNUstep Update
- Update: gnustep-make-1.3.2
- remove obsolete MASTER_SITES
- Update: gnustep-objc-1.2.2
- Update: gnustep-base-1.3.2
- remove obsolete MASTER_SITES
- fix configure for libxml2
- more languages: Russian, Slovak, UkraineRussian
- Update: gnustep-guile-1.0.3.tar.gz
Not updated to: gnustep-gui-0.7.7,
it conflicts with gnustep-xgps-0.7.6
v. 1.22
date: 2002/03/21 13:14:16; author: tg; state: Exp; lines: +6 -5
Upgrade to 1.3.0.
v. 1.21
date: 2002/01/23 12:56:24; author: tg; state: Exp; lines: +2 -2
Upgrade to 1.1.0.
v. 1.20
date: 2001/07/17 11:52:42; author: tg; state: Exp; lines: +3 -3
Add missing file.
v. 1.19
date: 2001/07/11 11:22:17; author: tg; state: Exp; lines: +2 -1
Add missing dependency on libxml2.
v. 1.18
date: 2001/06/26 11:59:01; author: tg; state: Exp; lines: +37 -25
Upgrade to 1.0.2.
v. 1.17
date: 2001/04/07 18:03:56; author: ben; state: Exp; lines: +3 -3
Fix fennerism.
v. 1.16
date: 2001/01/16 17:30:19; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.15
date: 2000/09/28 11:14:45; author: tg; state: Exp; lines: +2 -1
Use bison.
v. 1.14
date: 2000/09/21 12:01:41; author: tg; state: Exp; lines: +13 -1
Install startup file to run the gdomap daemon.
v. 1.13
date: 2000/08/23 10:49:46; author: tg; state: Exp; lines: +6 -7
Upgrade to 0.6.6.
v. 1.12
date: 2000/04/11 21:28:09; author: mharo; state: Exp; lines: +4 -4
PORTNAME/PORTVERSION update
v. 1.11
date: 2000/02/22 12:29:05; author: tg; state: Exp; lines: +7 -5
Upgrade to 0.6.5.
v. 1.10
date: 1999/09/09 10:25:56; author: tg; state: Exp; lines: +14 -17
Upgrade to 0.6.0.
v. 1.9
date: 1999/09/07 10:45:23; author: steve; state: Exp; lines: +2 -2
The tiff port now lives in ports/graphics/tiff.
v. 1.8
date: 1999/08/31 06:41:49; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/28 16:58:26; author: cpiazza; state: Exp; lines: +10 -12
Make this port a little more sane. It was broken
for any system that wasn't x86 on freebsd 3.1. The
port is still marked BROKEN because it sets PREFIX in
the Makefile.
PR: 13423
Submitted by: Ade Lovett
v. 1.6
date: 1999/08/25 05:48:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/08/22 19:46:26; author: cpiazza; state: Exp; lines: +2 -5
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.4
date: 1999/08/17 19:36:55; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.3
date: 1999/07/18 06:28:44; author: cpiazza; state: Exp; lines: +3 -1
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"
I'll fix this in a little while.
v. 1.2
date: 1999/07/18 06:27:18; author: cpiazza; state: Exp; lines: +4 -2
Give this port a USE_XLIB so it'll link. Also move the CC=egcc
into the ${OSVERSION} check so it'll actually compile on
-current with egcs.
v. 1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp; lines: +0 -0
New port gnustep. GNUstep is a set of general-purpose Objective-C libraries
base on the OpenStep standard developed by NeXT (now Apple) Inc.
=============================================================================
v. 1.84
date: 2007/09/30 04:46:59; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.83
date: 2007/01/31 17:52:17; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.1
v. 1.82
date: 2007/01/30 04:23:56; author: kris; state: Exp; lines: +0 -1
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
v. 1.81
date: 2007/01/13 03:57:19; author: dinoex; state: Exp; lines: +9 -9
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
v. 1.80
date: 2006/08/31 05:35:32; author: dinoex; state: Exp; lines: +2 -2
- update to 1.13.0
v. 1.79
date: 2006/06/24 16:24:39; author: dinoex; state: Exp; lines: +0 -7
- remove LDCONFIG_GCC workaround
v. 1.78
date: 2006/06/24 08:26:27; author: dinoex; state: Exp; lines: +2 -0
- activate regression-test
v. 1.77
date: 2006/06/09 19:55:24; author: dinoex; state: Exp; lines: +9 -1
- make sure ldconfig has been run
v. 1.76
date: 2006/05/13 08:16:30; author: dinoex; state: Exp; lines: +1 -1
- make portlint happier
v. 1.75
date: 2006/05/10 14:46:42; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.74
date: 2006/04/08 15:14:43; author: dinoex; state: Exp; lines: +1 -6
- cleanup after gcc updates
no hacks for ldconfig needed
v. 1.73
date: 2006/03/19 04:35:45; author: dinoex; state: Exp; lines: +1 -3
- add USE_GNUSTEP_PREFIX
v. 1.72
date: 2006/03/18 09:52:06; author: dinoex; state: Exp; lines: +1 -2
- update to 1.12.0
v. 1.71
date: 2006/01/19 12:06:11; author: dinoex; state: Exp; lines: +2 -1
- new option GNUSTEP_PREFIX
allow user defined location of all files
v. 1.70
date: 2006/01/16 13:11:15; author: dinoex; state: Exp; lines: +2 -1
- enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
v. 1.69
date: 2005/12/24 21:40:02; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.2
v. 1.68
date: 2005/11/15 06:49:54; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.67
date: 2005/09/22 13:34:52; author: dinoex; state: Exp; lines: +1 -1
- update to 1.11.1
v. 1.66
date: 2005/07/27 17:11:51; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.0
v. 1.65
date: 2005/06/03 07:52:42; author: dinoex; state: Exp; lines: +9 -0
- new option WITH_GNUSTEP_FAKEMAIN to work without procfs
- call ldconfig in configure stage again
this workarounds a problem that ldconfig is called to early when
addding a package like: gcc-objc-current-3.3.6_20050511.tgz
v. 1.64
date: 2005/04/18 04:37:31; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.3
v. 1.63
date: 2005/04/03 05:22:07; author: dinoex; state: Exp; lines: +2 -16
- remove WITH_GNUSTEP_DEVEL
- update to 1.10.2
v. 1.62
date: 2004/12/15 04:15:43; author: dinoex; state: Exp; lines: +0 -1
- cleanup Makefile
v. 1.61
date: 2004/11/14 08:04:32; author: dinoex; state: Exp; lines: +1 -1
- update to 1.10.1 (stable)
v. 1.60
date: 2004/11/07 21:43:54; author: dinoex; state: Exp; lines: +13 -8
- update to 1.10.0 (stable)
v. 1.59
date: 2004/08/12 05:11:59; author: dinoex; state: Exp; lines: +1 -3
- Fix PATH problem with bsd.autotools.mk
PR: 64393
v. 1.58
date: 2004/06/16 16:36:39; author: dinoex; state: Exp; lines: +12 -8
- update to 1.9.2
v. 1.57
date: 2004/04/29 02:56:04; author: dinoex; state: Exp; lines: +2 -1
- patch to fix coredumps in make_services
v. 1.56
date: 2004/03/14 06:16:50; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.55
date: 2004/03/05 15:00:40; author: dinoex; state: Exp; lines: +26 -1
- update to 1.9.1
v. 1.54
date: 2004/02/04 05:21:37; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.53
date: 2004/01/31 12:16:18; author: dinoex; state: Exp; lines: +1 -2
- update MASTER_SITES
v. 1.52
date: 2003/12/10 22:03:33; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.9.0
v. 1.51
date: 2003/11/12 15:09:17; author: dinoex; state: Exp; lines: +1 -3
- update MASTER_SITES
v. 1.50
date: 2003/10/19 11:13:22; author: dinoex; state: Exp; lines: +6 -0
- new option WITHOUT_OPENSSL
- add USE_OPENSSL
v. 1.49
date: 2003/10/19 11:09:19; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.8.0
v. 1.48
date: 2003/09/24 17:34:09; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.4
v. 1.47
date: 2003/08/28 01:42:29; author: dinoex; state: Exp; lines: +4 -5
- use new hook USE_GNUSTEP in bsd.port.mk
v. 1.46
date: 2003/08/27 07:17:00; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.7.3
v. 1.45
date: 2003/07/27 07:06:21; author: dinoex; state: Exp; lines: +1 -2
- cleanup post-install
v. 1.44
date: 2003/07/26 14:38:58; author: dinoex; state: Exp; lines: +1 -1
- update to 1.7.2
- flat layout
v. 1.43
date: 2003/06/21 07:49:51; author: dinoex; state: Exp; lines: +1 -1
Update to gnustep-1.7.1 / gui-8.7
v. 1.42
date: 2003/06/01 13:46:05; author: dinoex; state: Exp; lines: +4 -0
- Add WITH_GNUSTEP_DEVEL
v. 1.41
date: 2003/04/21 09:29:38; author: dinoex; state: Exp; lines: +4 -1
- modify sample startscript, call ldconfig so libobjc.so can be found after reboot.
v. 1.40
date: 2003/04/13 07:26:16; author: dinoex; state: Exp; lines: +12 -48
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
v. 1.39
date: 2003/03/23 20:33:47; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.6.0
v. 1.38
date: 2003/02/26 19:57:44; author: dinoex; state: Exp; lines: +2 -6
- Update gnustep-base and gnutsep-make to 1.5.2
v. 1.37
date: 2003/02/20 18:26:35; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.36
date: 2003/01/15 17:41:17; author: dinoex; state: Exp; lines: +1 -1
Add linebreak in LIB_DEPENDS
v. 1.35
date: 2003/01/14 17:07:18; author: dinoex; state: Exp; lines: +2 -0
- force that gnustep-make exists, was implicit by gnusteb-objc
v. 1.34
date: 2003/01/11 14:22:44; author: dinoex; state: Exp; lines: +6 -2
- Improve depends
1) needs ffcall to build.
2) gnustep-objc is only for 4.x systems
Suggested by: jagapen@students.wisc.edu
v. 1.33
date: 2002/12/09 16:07:45; author: dinoex; state: Exp; lines: +6 -3
- Fix subdir in MASTER_SITES
- add target test
v. 1.32
date: 2002/12/07 07:48:20; author: dinoex; state: Exp; lines: +5 -3
- prepare MASTER_SITE_GNUSTEP
- Fix build on beast
http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log
v. 1.31
date: 2002/11/21 06:49:58; author: dinoex; state: Exp; lines: +1 -1
- Update to 1.5.1
patch is now merged in distribution
v. 1.30
date: 2002/10/20 15:53:51; author: dinoex; state: Exp; lines: +1 -1
Update to 1.5.0
v. 1.29
date: 2002/08/31 02:44:00; author: kris; state: Exp; lines: +0 -1
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.28
date: 2002/08/30 05:33:35; author: dinoex; state: Exp; lines: +2 -2
Update MASTER_SITES
v. 1.27
date: 2002/08/29 14:24:15; author: dinoex; state: Exp; lines: +1 -1
Update to 1.4.0
v. 1.26
date: 2002/08/09 03:25:47; author: dinoex; state: Exp; lines: +8 -2
Fix PREFIX dependency in GNUstep.sh,
cleanup pkg-plist
v. 1.25
date: 2002/06/09 11:16:54; author: dinoex; state: Exp; lines: +3 -1
Add more MASTER_SITES
v. 1.24
date: 2002/06/07 17:34:37; author: dinoex; state: Exp; lines: +5 -5
- Take Maintainership
- use defined dirs consistently in each makefile
v. 1.23
date: 2002/06/04 06:46:02; author: dinoex; state: Exp; lines: +5 -4
GNUstep Update
- Update: gnustep-make-1.3.2
- remove obsolete MASTER_SITES
- Update: gnustep-objc-1.2.2
- Update: gnustep-base-1.3.2
- remove obsolete MASTER_SITES
- fix configure for libxml2
- more languages: Russian, Slovak, UkraineRussian
- Update: gnustep-guile-1.0.3.tar.gz
Not updated to: gnustep-gui-0.7.7,
it conflicts with gnustep-xgps-0.7.6
v. 1.22
date: 2002/03/21 13:14:16; author: tg; state: Exp; lines: +6 -5
Upgrade to 1.3.0.
v. 1.21
date: 2002/01/23 12:56:24; author: tg; state: Exp; lines: +2 -2
Upgrade to 1.1.0.
v. 1.20
date: 2001/07/17 11:52:42; author: tg; state: Exp; lines: +3 -3
Add missing file.
v. 1.19
date: 2001/07/11 11:22:17; author: tg; state: Exp; lines: +2 -1
Add missing dependency on libxml2.
v. 1.18
date: 2001/06/26 11:59:01; author: tg; state: Exp; lines: +37 -25
Upgrade to 1.0.2.
v. 1.17
date: 2001/04/07 18:03:56; author: ben; state: Exp; lines: +3 -3
Fix fennerism.
v. 1.16
date: 2001/01/16 17:30:19; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.15
date: 2000/09/28 11:14:45; author: tg; state: Exp; lines: +2 -1
Use bison.
v. 1.14
date: 2000/09/21 12:01:41; author: tg; state: Exp; lines: +13 -1
Install startup file to run the gdomap daemon.
v. 1.13
date: 2000/08/23 10:49:46; author: tg; state: Exp; lines: +6 -7
Upgrade to 0.6.6.
v. 1.12
date: 2000/04/11 21:28:09; author: mharo; state: Exp; lines: +4 -4
PORTNAME/PORTVERSION update
v. 1.11
date: 2000/02/22 12:29:05; author: tg; state: Exp; lines: +7 -5
Upgrade to 0.6.5.
v. 1.10
date: 1999/09/09 10:25:56; author: tg; state: Exp; lines: +14 -17
Upgrade to 0.6.0.
v. 1.9
date: 1999/09/07 10:45:23; author: steve; state: Exp; lines: +2 -2
The tiff port now lives in ports/graphics/tiff.
v. 1.8
date: 1999/08/31 06:41:49; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/28 16:58:26; author: cpiazza; state: Exp; lines: +10 -12
Make this port a little more sane. It was broken
for any system that wasn't x86 on freebsd 3.1. The
port is still marked BROKEN because it sets PREFIX in
the Makefile.
PR: 13423
Submitted by: Ade Lovett
v. 1.6
date: 1999/08/25 05:48:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/08/22 19:46:26; author: cpiazza; state: Exp; lines: +2 -5
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.4
date: 1999/08/17 19:36:55; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.3
date: 1999/07/18 06:28:44; author: cpiazza; state: Exp; lines: +3 -1
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"
I'll fix this in a little while.
v. 1.2
date: 1999/07/18 06:27:18; author: cpiazza; state: Exp; lines: +4 -2
Give this port a USE_XLIB so it'll link. Also move the CC=egcc
into the ${OSVERSION} check so it'll actually compile on
-current with egcs.
v. 1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/10 11:31:58; author: tg; state: Exp; lines: +0 -0
New port gnustep. GNUstep is a set of general-purpose Objective-C libraries
base on the OpenStep standard developed by NeXT (now Apple) Inc.
=============================================================================
|
| |

|