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

CVS log for ports/emulators/vx68k/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / emulators / vx68k

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22
Fri Jan 26 11:20:05 2007 UTC (5 years ago) by vd
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.21: +1 -1 lines
Remove expired ports:
2007-01-16 emulators/vx68k: distfile disappeared from homepage
2007-01-16 emulators/libvm68k: distfile disappeared from homepage

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 17 15:34:05 2006 UTC (5 years, 1 month ago) by gabor
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -0 lines
- Deprecate
- Set EXPIRATION_DATE

Approved by:	erwin (mentor)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 7 10:55:46 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
Remove USE_REINPLACE from all categories starting with E

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:28 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 26 04:27:38 2006 UTC (6 years ago) by kris
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Add missing USE_GETTEXT

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:12 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
Wed Jun 1 19:55:59 2005 UTC (6 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -3 lines
change the libtool version to use from 1.3 to 1.5

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Dec 23 04:33:28 2004 UTC (7 years, 1 month ago) by danfe
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Utilize INFO.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 23 04:30:47 2004 UTC (7 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -7 lines
Should now build with both older and recent GCCs.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:22 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +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.12: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:30 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +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.11: download - view: text, markup, annotated - select for diffs
Mon Feb 9 01:42:01 2004 UTC (8 years ago) by kris
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -1 lines
BROKEN on 5.x: does not compile

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

(Part 2)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 10 13:32:04 2003 UTC (8 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
USE_MESA -> USE_GL, remove -lglut from LDFLAGS

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 20 02:59:38 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.7: preferred, colored
Changes since revision 1.7: +0 -1 lines
Remove USE_GNOMENG.

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

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

Approved by:	pat

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 1 16:07:47 2002 UTC (9 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
${PERL} -> ${REINPLACE_CMD}

PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Aug 30 13:41:06 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Deploy USE_GNOMENG infrastructure

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 8 18:33:56 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -5 lines
- GNU_CONFIGURE -> USE_LIBTOOL
- Remove unneeded USE_BISON

PR:		38995
Submitted by:	Ports Fury

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 4 14:36:44 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
add vx68k 1.1.10
A virtual machine that emulates a Sharp X68000

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