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

CVS log for ports/x11/mgapdesk/Makefile

[BACK] Up to [FreeBSD] / ports / x11 / mgapdesk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:13 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -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.23: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:06 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jun 13 08:40:06 2010 UTC (19 months, 4 weeks ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
BROKEN should not be quoted.
No functional change.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:09:05 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +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.20: download - view: text, markup, annotated - select for diffs
Tue Mar 25 22:44:24 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat May 19 20:27:05 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.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:27:50 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:44 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
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.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Nov 18 22:21:33 2004 UTC (7 years, 2 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
BROKEN on ia64: Does not compile

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 12 04:00:48 2004 UTC (7 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -0 lines
BROKEN on sparc64: Does not compile

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:38 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3 lines
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.

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

(Part 1)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 30 22:59:08 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- Fix plist and bump PORTREVISION

Noticed by:	bento via kris

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 27 14:03:58 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2 lines
- Unbreak on alpha

PR:		ports/60425
Submitted by:	Volker Stolz <vs@foldr.org>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 21 00:23:24 2003 UTC (8 years, 1 month ago) by sergei
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:47:48 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:17:01 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
De-pkg-comment.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:48:36 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:47:38 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 21 02:31:08 2002 UTC (9 years, 3 months ago) by nsayer
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Release all my ports.

kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 1 15:37:35 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Deploy USE_GNOMENG infrastructure

PR:		42283
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 5 05:51:11 2002 UTC (9 years, 9 months ago) by nsayer
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to 1.07 to support G550. Sorry for the delay. :-)

Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 6 17:14:51 2002 UTC (9 years, 10 months ago) by nsayer
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Fix the pdesk port up a little bit.

PR:		35168
Submitted by:	peckdani@msu.edu

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 2 20:36:26 2001 UTC (10 years, 8 months ago) by nsayer
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0, RELEASE_4_4_0
Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards.

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