CVS log for ports/emulators/dgen-sdl/Makefile
Up to [FreeBSD] / ports / emulators / dgen-sdl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Nov 19 10:14:51 2011 UTC (2 months, 3 weeks ago) by rene
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 1.28 Submitted by: maintainer Notified by: Hardy Schumacher [hardy.schumacher/gmx] Feature safe: yes
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 14 19:10:40 2011 UTC (2 months, 3 weeks ago) by rene
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -23 lines
Update to 1.27 which works properly on amd64 and does not need the restricted patches any longer. PR: ports/162543 Submitted by: Hardy Schumacher [hardy.schumacher gmx/de] Approved by: maintainer Feature safe: yes
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 30 20:11:45 2011 UTC (4 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +33 -4 lines
- Incorporate Quilt MZ80 patches for non-i386 and add legal notifications - Update MASTER_SITES - Replace pkg-plist by PLIST_FILES - Only depend on devel/nasm when on i386 - Add WWW to pkg-descr - Bump PORTREVISION PR: ports/153437 Submitted by: Anonymous (swell.k) Approved by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jun 18 07:24:39 2008 UTC (3 years, 7 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
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -5 lines
- Fix fetch, kill WWW, undeprecate and sign up a new maintainer Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (the new maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 17 19:17:29 2008 UTC (3 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -0 lines
- Up for grabs. Give this a three month grace period, then kill it
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:27:18 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Chase devel/sdl12 shlib version bump
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 3 18:33:02 2008 UTC (4 years, 1 month ago) by erwin
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -2 lines
Remove BROKEN: fetches again.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:00:28 2007 UTC (4 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
Mark as broken: fails to fetch. Approved by: portmgr (self)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:26 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +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.15: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:20:42 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +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.14: download - view: text, markup, annotated - select for diffs
Tue Mar 16 04:23:35 2004 UTC (7 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +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.12: download - view: text, markup, annotated - select for diffs
Wed Dec 10 13:31:29 2003 UTC (8 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
USE_MESA -> USE_GL
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 7 08:01:04 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -6 lines
Update to 1.23 PR: 55240 Submitted by: Ports Fury
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 29 09:12:24 2003 UTC (8 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Let be hohest: I really don't have a time now to properly maintain all these great pieces of software, so that let others with more free time to take over them.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:01:13 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 2 15:06:02 2003 UTC (9 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update version number of SDL shared library.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 17 12:37:52 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Chase increase of libSDL version number.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 9 11:54:53 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 11 09:15:17 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Distfile has been rerolled without version bump. The new release include some fixes for the case when SDL doesn't contain GL support built in, so bump PORTREVISION to let users know that update is necessary.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 24 19:58:10 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Correct version number of SDL shared library. PR: 25343 Submitted by: Carl Fongheiser <cmf@iabears.org>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 23 17:54:28 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -4 lines
Update to 1.22. Submitted by: Joe Groff <joe@pknet.com> (author of dgen-sdl)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 8 10:24:05 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update MASTER_SITES and WWW (home page has been moved). Submitted by: Bill "distfiles" Fenner
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 20 17:05:54 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
