Skip site navigation (1)Skip section navigation (2)

CVS log for ports/lang/gnustep-guile/Makefile

[BACK] Up to [FreeBSD] / ports / lang / gnustep-guile

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Jul 31 15:07:05 2011 UTC (6 months, 1 week ago) by jlaffaye
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
- Chase guile shared lib bump
- Add an entry to UPDATING

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jun 4 13:49:10 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -0 lines
LICENSE GPLv2

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Jun 3 03:28:37 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
- use INFO

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun May 30 12:28:24 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -1 lines
- drop USE_GNUSTEP_PREFIX

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:04:09 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- Chase lang/guile shlib bump

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:30 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jul 21 04:49:07 2008 UTC (3 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:41:09 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Mar 23 16:09:00 2008 UTC (3 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +8 -0 lines
- fix API change of guile
- drop incomplete patchset

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Mar 1 06:22:40 2008 UTC (3 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Chase libguile shared lib version.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:39 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Feb 25 11:57:40 2007 UTC (4 years, 11 months ago) by dinoex
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -0 lines
- fix build for CURRENT (objformat)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Jan 31 18:18:03 2007 UTC (5 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- add category gnustep
PR:		103931
Approved by:	pav

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jan 13 03:57:19 2007 UTC (5 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +7 -5 lines
- update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 19 04:35:45 2006 UTC (5 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -3 lines
- add USE_GNUSTEP_PREFIX

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jan 19 12:06:12 2006 UTC (6 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
- new option GNUSTEP_PREFIX
  allow user defined location of all files

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Apr 3 05:25:57 2005 UTC (6 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -6 lines
- remove WITH_GNUSTEP_DEVEL

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Mar 26 20:33:19 2004 UTC (7 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3 lines
- make PKGNAMESUFFIX more flexible

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Feb 25 10:52:08 2004 UTC (7 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -1 lines
- option WITHOUT_X11 with seperate package name
- add CONFLICTS

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Feb 24 07:18:39 2004 UTC (7 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -2 lines
- update to 1.1.4

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:37 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Jan 31 12:16:18 2004 UTC (8 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2 lines
- update MASTER_SITES

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Dec 10 22:05:55 2003 UTC (8 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -0 lines
- fix building with gnustep 1.9.0 (devel)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Dec 4 19:36:53 2003 UTC (8 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Udpate to 1.1.2

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:29:00 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
USE_REINPLACE need be defined only when REINPLACE_CMD is used.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 19 11:14:18 2003 UTC (8 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -4 lines
- Layout for GnuSTEP 1.8.0

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 28 01:42:29 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -5 lines
- use new hook USE_GNUSTEP in bsd.port.mk

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 18 04:18:50 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
- Update to 1.1.1

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 1 05:09:24 2003 UTC (8 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -2 lines
- Update to 1.1.0
- Fix some autconf problems
- install/deinstall info files generic
- Add WITH_GNUSTEP_DEVEL

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 5 17:29:30 2003 UTC (8 years, 9 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- Fix problems with guile-1.6.4 and short lib path.
- bump PORTREVISION
Submitted by:	marcus

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri May 2 03:28:59 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Chase guile's shared lib version.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Apr 13 07:34:29 2003 UTC (8 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +16 -39 lines
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
- build with X11 by default
- add Option WITHOUT_X11
- Fix PLIST
PR:		50479

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 26 20:05:16 2003 UTC (8 years, 11 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
- Update for gnustep 1.5.2 and gui 0.8.4

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:26:36 2003 UTC (8 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
- add COMMENT

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jan 14 16:15:55 2003 UTC (9 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
extend BUILD_DEPENDS for ffcall

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 23 22:17:04 2002 UTC (9 years, 1 month ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
- prepare MASTER_SITE_GNUSTEP

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Nov 25 05:17:45 2002 UTC (9 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
fix Bento build problmem, itroduced by gnustep-base-1.5.1

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 29 20:14:58 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -3 lines
update MASTER_SITES

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Aug 31 02:44:00 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -1 lines
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 30 05:33:35 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update MASTER_SITES

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 19 16:37:56 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Chase guile shared lib number.

Prompted by:	Mike Harding <mvh@ix.netcom.com>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jun 9 11:16:54 2002 UTC (9 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Add more MASTER_SITES

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 7 17:34:37 2002 UTC (9 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
- Take Maintainership
- use defined dirs consistently in each makefile

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 4 06:46:03 2002 UTC (9 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jul 7 04:38:19 2001 UTC (10 years, 7 months ago) by okazaki
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Fix invalid dependency.

PR:		28734
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 26 12:06:24 2001 UTC (10 years, 7 months ago) by tg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +37 -32 lines
Upgrade to 1.0.1.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 7 18:03:56 2001 UTC (10 years, 10 months ago) by ben
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Fix fennerism.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:30:19 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 28 11:14:45 2000 UTC (11 years, 4 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Use bison.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 21 12:01:41 2000 UTC (11 years, 4 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_4_1_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +13 -1 lines
Install startup file to run the gdomap daemon.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 23 10:49:46 2000 UTC (11 years, 5 months ago) by tg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -7 lines
Upgrade to 0.6.6.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:09 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
PORTNAME/PORTVERSION update

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 22 12:29:05 2000 UTC (11 years, 11 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -5 lines
Upgrade to 0.6.5.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Sep 9 10:25:56 1999 UTC (12 years, 5 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_3_4_0, old_RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -17 lines
Upgrade to 0.6.0.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Sep 7 10:45:23 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
The tiff port now lives in ports/graphics/tiff.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:41:49 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 28 16:58:26 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -12 lines
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 <ade@lovett.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:09 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Change Id->FreeBSD.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:46:26 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -5 lines
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 17 19:36:55 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
egcc/eg++ have been renamed to gcc295/g++295.  Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 18 06:28:44 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"

I'll fix this in a little while.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 18 06:27:18 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
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.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 10 11:31:58 1999 UTC (12 years, 9 months ago) by tg
Branches: old_TG
CVS tags: old_gnustep_0_5_5, old_RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port gnustep. GNUstep is a set of general-purpose Objective-C libraries
base on the OpenStep standard developed by NeXT (now Apple) Inc.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 10 11:31:58 1999 UTC (12 years, 9 months ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options