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

CVS log for ports/x11-toolkits/gevas/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / gevas

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16
Sun May 8 23:33:26 2005 UTC (6 years, 9 months ago) by vanilla
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +1 -1 lines
remove x11-toolkits/gevas, it's unmaintain ports, and out of date.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:43:04 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:43 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 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:10:02 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 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
Sun Apr 20 19:53:59 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.11: preferred, colored
Changes since revision 1.11: +0 -1 lines
Remove USE_GNOMENG.

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:48:43 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:47:29 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 2 03:58:13 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Deploy USE_GNOMENG infrastructure

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 26 19:12:27 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
strip -> ${STRIP_CMD}

PR:		39795
Submitted by:	Scott Flatman <sf@dsinw.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 4 01:38:43 2002 UTC (9 years, 8 months ago) by petef
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Reset maintainership to ports@.  Thanks for your work on these, Jeremy!

PR:		38874
Submitted by:	Jeremy Norris <ishmael@mchsi.com> (previous maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 28 02:08:11 2002 UTC (10 years ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Change maintainer's email address
- Update MASTER_SITES
- Bump shlib version for x11-toolkits/gevas

PR:		34354
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 30 15:52:06 2001 UTC (10 years, 9 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Upgrade graphics/evas to 0.5.0
- Bump library version to x11-toolkits/gevas

PR: 26965
Submitted by: MAINTAINER

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 3 05:29:01 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -11 lines
Upgrade port x11-toolkits/gevas to version 0.0.3

PR:		26212
Submitted by:	    maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 22 15:54:46 2001 UTC (10 years, 10 months ago) by okazaki
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add INSTALLS_SHLIB line.

PR:		25994
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:22:34 2001 UTC (10 years, 10 months ago) by vanilla
Branches: MAIN
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
library.

PR:		ports/25918
Submitted by:	ishmael27@home.com

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