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

CVS log for ports/x11-toolkits/gnustep-back/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / gnustep-back

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:24 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +0 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Apr 16 10:17:39 2011 UTC (9 months, 3 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -4 lines
- update GNUSTEP_DEVEL to 1.22.0

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Jun 5 07:54:45 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.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
add LICENSE_COMB

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jun 4 13:14:56 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -0 lines
- LICENSE GPLv3

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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun May 23 21:00:17 2010 UTC (20 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +6 -1 lines
- add GL support
- add option WITH_GNUSTEP_DEVEL to build version 0.19.0

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:46:35 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:17 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -1 lines
- update to jpeg-8

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Nov 28 21:49:45 2009 UTC (2 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -2 lines
- update to 0.17.1

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:11:26 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
- update to jpeg7
Tested by:	pav on pointyhat

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jul 17 09:56:39 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
- drop USE_FREETYPE

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Jul 5 10:37:51 2009 UTC (2 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +0 -2 lines
- cleanup ADDITIONAL_LIB_DIRS

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Jan 16 17:21:41 2009 UTC (3 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
- set NO_PACKAGE

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Dec 24 07:48:40 2008 UTC (3 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
- update to 0.16.0

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:44 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.70: preferred, colored
Changes since revision 1.70: +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.70: download - view: text, markup, annotated - select for diffs
Tue Aug 12 09:25:00 2008 UTC (3 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +0 -4 lines
- update stable to 0.14.0

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Jun 20 15:12:51 2008 UTC (3 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- update to 0.14.0

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Jun 15 11:22:48 2008 UTC (3 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
- update to 0.12.2

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:16:11 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 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.66: download - view: text, markup, annotated - select for diffs
Sun May 4 21:13:22 2008 UTC (3 years, 9 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -0 lines
- add WITH_GNUSTEP_DEVEL

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Apr 4 16:57:04 2008 UTC (3 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -4 lines
- rename PLIST_SUB macro

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Mar 30 09:36:45 2008 UTC (3 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
- clean X11BASE

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Mar 17 16:40:52 2008 UTC (3 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -1 lines
- set USE_XORG
- add direct dependencies

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 7 21:47:36 2008 UTC (3 years, 11 months ago) by flz
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -6 lines
Remove support for XFree8-4.

From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Feb 28 09:07:37 2008 UTC (3 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -4 lines
- udpate to 0.12.1

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Oct 4 06:27:12 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -4 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri May 25 05:55:32 2007 UTC (4 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -0 lines
- update for gnustep-make-2.0.0

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat May 19 20:30:53 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +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.57: download - view: text, markup, annotated - select for diffs
Wed Jan 31 18:18:11 2007 UTC (5 years ago) by dinoex
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- add category gnustep
PR:		103931
Approved by:	pav

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Dec 12 10:28:15 2006 UTC (5 years, 2 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +9 -7 lines
- switch depedency from imake-6 to dgs

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 31 05:37:04 2006 UTC (5 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
- update to 0.11.0

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jul 26 15:46:10 2006 UTC (5 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
- unbreak WITH_GNUSTEP_CAIRO

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jul 26 15:35:50 2006 UTC (5 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
- fix WITH_GNUSTEP_XDPS with imake

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun May 28 13:37:06 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
- Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Apr 16 11:47:05 2006 UTC (5 years, 9 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -11 lines
- fix build of gnustep-xdps

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

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Mar 18 09:54:47 2006 UTC (5 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
- update to 0.10.3

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jan 26 07:01:18 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: +11 -0 lines
- mark BROKEN
  xdps is no longer supported by xorg version 6.9.0 and above

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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jan 16 11:35:22 2006 UTC (6 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
- Fix build for cairo backend

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Dec 24 21:41:18 2005 UTC (6 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
- update to 0.10.2

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Nov 5 09:06:17 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -3 lines
- update for cairo release

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Oct 24 17:42:13 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +17 -11 lines
- new backend option WITH_GNUSTEP_CAIRO
(broken, as libcairo.1 is too old)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 24 17:15:26 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -0 lines
- disable glitz by default
Reported by:	Andriy Gapon

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Sep 22 13:33:54 2005 UTC (6 years, 4 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- update to 0.10.1

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Aug 28 19:19:23 2005 UTC (6 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- cleanup Makefile location

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 27 17:14:28 2005 UTC (6 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +6 -4 lines
- update to 0.10.0

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri May 13 20:11:02 2005 UTC (6 years, 9 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- update to 0.9.6

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Apr 3 05:24:24 2005 UTC (6 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1 lines
- update to 0.9.5
- unbreak option WITH_GNUSTEP_LIBART

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Nov 7 21:47:05 2004 UTC (7 years, 3 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -6 lines
- update to 0.9.4

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jun 16 16:38:33 2004 UTC (7 years, 7 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- udpate to 0.9.3

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Apr 29 02:58:04 2004 UTC (7 years, 9 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- reorder target

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

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 16 22:54:04 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Chase the new location of libXft.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 5 15:02:40 2004 UTC (7 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -0 lines
- add WITH_GNUSTEP_DEVEL for 0.9.2

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Feb 25 10:50:21 2004 UTC (7 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -0 lines
- add CONFLICTS

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

(Part 1)

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
- update MASTER_SITES

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 14 17:12:39 2003 UTC (8 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -2 lines
- Force linker path so libobjc.so will still be found.

Pointed out by: kris

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 10 06:02:14 2003 UTC (8 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
- Update to 0.9.1

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 19 11:14:50 2003 UTC (8 years, 3 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -8 lines
- Update to 0.9.0, Retire 0.8.5

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Sep 4 05:56:50 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
- Update to 0.8.9

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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 29 03:23:36 2003 UTC (8 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -1 lines
- libchiper is been depreciated in CURRENT,
despite it was still present on my test system.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jul 27 07:06:55 2003 UTC (8 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
- link with libcipher

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jul 26 14:46:13 2003 UTC (8 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- update to 0.8.8
- flat layout

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 21 07:49:51 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -1 lines
Update to gnustep-1.7.1 / gui-8.7

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 18 05:17:21 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -0 lines
- Update to 0.8.6
- Option WITH_GNUSTEP_DEVEL

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 13 11:37:10 2003 UTC (8 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
- Change WANT_GNUSTEP_* to WITH_GNUSTEP_*
Suggested by: kris

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 13 07:30:53 2003 UTC (8 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +35 -51 lines
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
- Support configureable backends xlib, xgps, art
PR:		50479

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 25 04:53:47 2003 UTC (8 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Update to 0.8.5

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

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 18 04:51:30 2003 UTC (8 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:	portmgr (kris), marcus

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 21 03:57:28 2003 UTC (9 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- Fix BUILD_DEPENDS to find correct port.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 20 16:28:27 2003 UTC (9 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
extend BUILD_DEPENDS for ffcall

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 23 22:11:49 2002 UTC (9 years, 1 month ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
add SUBDIR syntax

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 23 22:10:11 2002 UTC (9 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
add new MASTER_SITES

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 23 09:59:01 2002 UTC (9 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update to 0.8.3

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 1 05:07:42 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
we need XLIB to compile and run

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 30 04:18:58 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX
- corrects dependeny for gnustep-back

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 28 21:31:41 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
remove ESCAPE in makefile, thanks to FreshPorts.org

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 28 20:58:35 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
New GNUstep backend

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