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

CVS log for ports/devel/sdl-devel/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / devel / sdl-devel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.40
Mon Apr 9 11:54:51 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.39: +1 -1 lines
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Apr 2 08:55:52 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -2 lines
Update to 1.2.0.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Mar 30 14:12:27 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -2 lines
o Use PTHREAD_CFLAGS/PTHREAD_LIBS;
o don't apply bitwise shift to components when setting palette - vgl don't
  need it unlike fbcon (after which libvgl driver was modelled). Bump
  PORTREVISION as a result of bugfix.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:33:17 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Mar 13 15:29:31 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1 lines
Explicitly disable NAS and ARTS support.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Mar 5 14:09:34 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.

Submitted by:	Stijn Hoop <stijn@win.tue.nl>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 22 08:58:10 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
Add a message explaining how to use SDL on console using vgl driver.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 16 19:45:57 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Update to 1.1.8.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 27 19:22:02 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +8 -3 lines
Make vgl driver working OOB without the need to use custom patched version
of libvgl. I abadoned my previous plans to get my extentions into the base
system because it seems that libvgl is at the end of its lifecycle and will
be replaced by more generic and better solution (probably kgi/ggi), at least
nsouch is actively working in this drection now. In the meantime, those
lucky with VESA 2.0 compatible videocards would be able to play quakeforge
or any other SDL-based games straight on their FreeBSD consoles ;).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 24 09:43:34 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -1 lines
Touch all Makefile.in before do-configure. This will prevent recreation of
all Makefile.in and as a result loosing some changes in the case when automake
is installed and detected by configure script.

PR:		24589
Reported by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 23 17:28:58 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -3 lines
Add FreeBSD native VGL driver. Right now it is work in progress and to activate
and test it you need the following (5-CURRENT only, BTW):
- fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch,
  apply it, recompile/reinstall libvgl;
- recompile/reinstall sdl-devel (configure script automatically detects
  if right version of libvgl is present);
- set environment variable SDL_VIDEODRIVER=vgl;
- ensure that you have VESA support compiled into kernel or loaded as a kld;
- fire up your favourite SDL app ;).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jan 9 15:40:45 2001 UTC (11 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
Update checksum. Unfortunately it seems that previously committed version was
pre-release, therefore bump PORTREVISION to indicate that update is necessary.

PR:		24179
Submitted by:	Jimmy Olgeni <olgeni@uli.it>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jan 3 14:22:00 2001 UTC (11 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Update to 1.1.7.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 26 15:44:10 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update to 1.1.6.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 5 05:19:38 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -10 lines
Implement WANT_ESOUND, USE_ESOUND.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Sep 28 07:21:20 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -7 lines
Update to 1.1.5.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 25 07:23:57 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Properly convert scancode into acsii representation in svga driver.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 31 10:06:08 2000 UTC (11 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +34 -30 lines
Several improvements and cleanups:

- add svgalib support (tested with C&T65554);
- make it USE_LIBTOOL;
- remove spaces between `@' and `$' in targets.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 7 13:05:45 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update to 1.1.4.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:22:57 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -5 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:15 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:53 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:59:21 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Third round of INSTALL_SHLIBS=yes fixes.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jun 6 09:36:35 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update to 1.1.3.

FreeBSD is now in the list of supported platforms, so number of patches
required to make SDL work here has been slightly reduced.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 6 08:05:50 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITES
and WWW.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed May 17 11:18:27 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
's|sobomax@altavista.net|sobomax@FreeBSD.org|'

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 29 03:14:34 2000 UTC (11 years, 9 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Depend on GL.14 instead of MesaGL.14 because Mesa-3.2 doesn't seem to
create the latter

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 25 12:43:29 2000 UTC (11 years, 9 months ago) by will
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +29 -11 lines
Update to SDL 1.1 (repo-copy from devel/sdl to devel/sdl-devel).

PR:		18188
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 22 21:25:57 2000 UTC (11 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3 lines
Ignore release version of libSDL. (libSDL-1.0 => libSDL)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 20 09:24:26 2000 UTC (11 years, 9 months ago) by tg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -7 lines
Use our libc_r instead of linuxthreads.

Reviewed by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 14 05:44:25 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Convert to PORTNAME/PORTVERSION.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 29 19:55:34 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Add various new maintainers for these ports

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:16:43 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 6 22:16:54 2000 UTC (11 years, 11 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -5 lines
Some makefile/install changes.

PR:		16572
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>

Update to 1.0.8

PR:		17217
Submitted by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 10 01:41:50 2000 UTC (12 years ago) by cpiazza
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 1.0.4

PR:		16607
Submitted by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 3 08:19:17 2000 UTC (12 years ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -7 lines
Merge changes from Maxim Sobolev's update to this port.

PR:		16498
Submitted by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 3 04:53:56 2000 UTC (12 years ago) by cpiazza
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -7 lines
Update to version 1.0.3.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 24 04:57:06 2000 UTC (12 years ago) by steve
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +18 -13 lines
Update to version 1.0.1.

PR:		15944
Submitted by:	Maxim Sobolev <sobomax@altavista.net>

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

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Aug 13 05:18:16 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: ANDREY
CVS tags: v_0_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of SDL.

SDL is a free cross-platform multi-media development API.
It is used for games, emulators, demos, any multimedia application.
It handles video, audio, threads, endian independence and more.

PR:		13026
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 13 05:18:16 1999 UTC (12 years, 6 months ago) by cpiazza
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