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

CVS log for ports/emulators/frodo/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:24 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +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.38: download - view: text, markup, annotated - select for diffs
Wed Apr 9 13:42:03 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:27:19 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- Chase devel/sdl12 shlib version bump

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Dec 11 20:24:59 2007 UTC (4 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- set USE_XORG

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:27 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.34: preferred, colored
Changes since revision 1.34: +1 -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.34: download - view: text, markup, annotated - select for diffs
Tue Oct 31 05:26:49 2006 UTC (5 years, 3 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- drop USE_X_PREFIX

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:20:43 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Mar 25 10:11:26 2006 UTC (5 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- update MASTER_SITES and homepage

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 28 18:30:03 2004 UTC (7 years, 2 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Fix Sound support
Submitted by:	Rob Andrews

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Aug 15 04:56:52 2004 UTC (7 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- update MASTER_SITES

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Mar 16 04:23:36 2004 UTC (7 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 8 01:01:25 2004 UTC (7 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Properly use SDL everywhere:
	USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 12 11:06:27 2003 UTC (8 years, 4 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -1 lines
- make portlint happy

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Sep 6 06:07:10 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -3 lines
- USE_SDL to support screens with more than 256 colors.
- new option WITHOUT_SDL=yes to disable it.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 5 19:43:12 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +16 -18 lines
- update to 4.1b
- add new URL
Thanks to watchman@ludd.luth.se for the pointer
- make portlint happy
- honor given CFLAGS

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 23 14:07:52 2003 UTC (8 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- update CATEGORIES

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jul 6 09:19:38 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
CATEGORIES stripped, no "tcl84" and "tk84" entrys,
was denied by portmgr when the base ports where created.

date: 2001/11/24 04:18:38;
ports/lang/tcl84, ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 6 09:01:33 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
- update to use tk84

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 5 04:32:11 2002 UTC (9 years, 2 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -7 lines
- remove BROKEN
as the port does build, Thanks to naddy!
http://bento.freebsd.org/errorlogs/packages-5-latest/emulators/frodo-4.1a.tbz

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 1 23:59:49 2002 UTC (9 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1 lines
BROKEN on 5.0: does not build

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 16 15:03:07 2002 UTC (9 years, 7 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
- Get rid of PERL and use SED

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 28 07:31:04 2002 UTC (10 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Change some defines from "YES" to "yes"
See samples in the porters-handbook.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 5 23:43:11 2002 UTC (10 years, 1 month ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -5 lines
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 24 04:28:15 2001 UTC (10 years, 7 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
change MAINTAINER to FreeBSD.org address

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Mar 18 07:51:01 2001 UTC (10 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Updated to use Tcl/Tk 8.3

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 22 23:08:51 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Extra slash break fetch.

PR		22223
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org> MAINTAINER

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 12 21:05:36 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
Change location in first MASTER_SITE, add a second.

PR:		21939
Submitted by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 30 05:26:11 2000 UTC (11 years, 5 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Add a missing ')' so this port actually installs again.

PR:		20934
Submitted by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 23 13:43:57 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -4 lines
- Support LOCALBASE properly (in setting path to custom wish script)

PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 12 04:55:23 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
PORTNAME/VERSION stuff

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 3 03:33:19 2000 UTC (12 years, 1 month ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Complete conversion to Tk 8.2.

PR:		15843
Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 28 18:30:59 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Update to use Tcl/Tk version 8.2.

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

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 7 23:56:18 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Fix up dependencies for ports that moved into the x11-toolkits category.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:30:49 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX.  Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 22 08:34:59 1998 UTC (13 years, 11 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
More tcl/tk virtual category fixups.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Feb 21 21:24:35 1998 UTC (13 years, 11 months ago) by steve
Branches: MEYER
CVS tags: V_4_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Frodo version 4.1.

Emulates a Commodore 64.

PR:           5329
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 21 21:24:35 1998 UTC (13 years, 11 months ago) by steve
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