Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 16:10:40 +0200
From:      "Anders Hanssen" <anders@rethink.no>
To:        <ports@freebsd.org>
Subject:   [patch] devel/sdl12 inconsistency between actual version and file/directory naming
Message-ID:  <013401c4891a$fb634b00$6a00a8c0@glorfindel>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0131_01C4892B.BBFF8260
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi ports!

When installing devel/sdl12 I get a lot of files installed with names such
as sdl11-config, /usr/local/include/SDL11/ and so on. Here's a patch to
remedy this inconsistency.

I've also included a text file with some lines i deleted from my
ports/Tools/scripts/plist-generated pkg-plist to make that file look more
like the existing one (lots of share/doc/sdl/*). I don't know if all those
lines should have been left alone or deleted.

I've never patched a port before, and don't know all it's inner workings, so
please take a close look at the patch before you apply it.

Regards,
Anders Hanssen

BTW: PORTREVISION is bumped.

------=_NextPart_000_0131_01C4892B.BBFF8260
Content-Type: application/octet-stream;
	name="sdl12.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="sdl12.diff"

Index: Makefile=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/Makefile,v=0A=
retrieving revision 1.80=0A=
diff -u -r1.80 Makefile=0A=
--- Makefile	5 Aug 2004 08:20:14 -0000	1.80=0A=
+++ Makefile	23 Aug 2004 14:00:48 -0000=0A=
@@ -7,7 +7,7 @@=0A=
 =0A=
 PORTNAME=3D	sdl=0A=
 PORTVERSION=3D	1.2.7=0A=
-PORTREVISION=3D	2=0A=
+PORTREVISION=3D	3=0A=
 PORTEPOCH=3D	1=0A=
 CATEGORIES=3D	devel=0A=
 MASTER_SITES=3D	http://www.libsdl.org/release/=0A=
@@ -103,7 +103,7 @@=0A=
 .endif=0A=
 =0A=
 post-patch:=0A=
-	@${REINPLACE_CMD} 's|sdl-config|sdl11-config|g'	\=0A=
+	@${REINPLACE_CMD} 's|sdl-config|sdl12-config|g'	\=0A=
 		${WRKSRC}/test/configure=0A=
 	@${RM} ${WRKSRC}/test/configure.bak=0A=
 =0A=
@@ -112,8 +112,8 @@=0A=
 =0A=
 post-configure:=0A=
 	@cd ${WRKSRC} && \=0A=
-		${CP} sdl-config sdl11-config && \=0A=
-		${CP} sdl.m4 sdl11.m4=0A=
+		${CP} sdl-config sdl12-config && \=0A=
+		${CP} sdl.m4 sdl12.m4=0A=
 	@${REINPLACE_CMD} =
's|^deplibs_check_method=3D.*|deplibs_check_method=3Dpass_all|' \=0A=
 		${WRKSRC}/libtool=0A=
 =0A=
Index: pkg-plist=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/pkg-plist,v=0A=
retrieving revision 1.26=0A=
diff -u -r1.26 pkg-plist=0A=
--- pkg-plist	30 May 2004 19:33:12 -0000	1.26=0A=
+++ pkg-plist	23 Aug 2004 14:00:48 -0000=0A=
@@ -1,40 +1,40 @@=0A=
-bin/sdl11-config=0A=
-include/SDL11/SDL.h=0A=
-include/SDL11/SDL_active.h=0A=
-include/SDL11/SDL_audio.h=0A=
-include/SDL11/SDL_byteorder.h=0A=
-include/SDL11/SDL_cdrom.h=0A=
-include/SDL11/SDL_copying.h=0A=
-include/SDL11/SDL_cpuinfo.h=0A=
-include/SDL11/SDL_endian.h=0A=
-include/SDL11/SDL_error.h=0A=
-include/SDL11/SDL_events.h=0A=
-include/SDL11/SDL_getenv.h=0A=
-include/SDL11/SDL_joystick.h=0A=
-include/SDL11/SDL_keyboard.h=0A=
-include/SDL11/SDL_keysym.h=0A=
-include/SDL11/SDL_loadso.h=0A=
-include/SDL11/SDL_main.h=0A=
-include/SDL11/SDL_mouse.h=0A=
-include/SDL11/SDL_mutex.h=0A=
-include/SDL11/SDL_name.h=0A=
-include/SDL11/SDL_opengl.h=0A=
-include/SDL11/SDL_quit.h=0A=
-include/SDL11/SDL_rwops.h=0A=
-include/SDL11/SDL_syswm.h=0A=
-include/SDL11/SDL_thread.h=0A=
-include/SDL11/SDL_timer.h=0A=
-include/SDL11/SDL_types.h=0A=
-include/SDL11/SDL_version.h=0A=
-include/SDL11/SDL_video.h=0A=
-include/SDL11/begin_code.h=0A=
-include/SDL11/close_code.h=0A=
-lib/libSDL-1.1.a=0A=
-lib/libSDL-1.1.la=0A=
-lib/libSDL-1.1.so=0A=
-lib/libSDL-1.1.so.7=0A=
-lib/libSDLmain-1.1.a=0A=
-share/aclocal/sdl11.m4=0A=
+bin/sdl12-config=0A=
+include/SDL12/SDL.h=0A=
+include/SDL12/SDL_active.h=0A=
+include/SDL12/SDL_audio.h=0A=
+include/SDL12/SDL_byteorder.h=0A=
+include/SDL12/SDL_cdrom.h=0A=
+include/SDL12/SDL_copying.h=0A=
+include/SDL12/SDL_cpuinfo.h=0A=
+include/SDL12/SDL_endian.h=0A=
+include/SDL12/SDL_error.h=0A=
+include/SDL12/SDL_events.h=0A=
+include/SDL12/SDL_getenv.h=0A=
+include/SDL12/SDL_joystick.h=0A=
+include/SDL12/SDL_keyboard.h=0A=
+include/SDL12/SDL_keysym.h=0A=
+include/SDL12/SDL_loadso.h=0A=
+include/SDL12/SDL_main.h=0A=
+include/SDL12/SDL_mouse.h=0A=
+include/SDL12/SDL_mutex.h=0A=
+include/SDL12/SDL_name.h=0A=
+include/SDL12/SDL_opengl.h=0A=
+include/SDL12/SDL_quit.h=0A=
+include/SDL12/SDL_rwops.h=0A=
+include/SDL12/SDL_syswm.h=0A=
+include/SDL12/SDL_thread.h=0A=
+include/SDL12/SDL_timer.h=0A=
+include/SDL12/SDL_types.h=0A=
+include/SDL12/SDL_version.h=0A=
+include/SDL12/SDL_video.h=0A=
+include/SDL12/begin_code.h=0A=
+include/SDL12/close_code.h=0A=
+lib/libSDL-1.2.a=0A=
+lib/libSDL-1.2.la=0A=
+lib/libSDL-1.2.so=0A=
+lib/libSDL-1.2.so.7=0A=
+lib/libSDLmain-1.2.a=0A=
+share/aclocal/sdl12.m4=0A=
 %%EXAMPLESDIR%%/COPYING=0A=
 %%EXAMPLESDIR%%/Makefile.am=0A=
 %%EXAMPLESDIR%%/Makefile.in=0A=
@@ -84,4 +84,4 @@=0A=
 %%EXAMPLESDIR%%/threadwin.c=0A=
 %%EXAMPLESDIR%%/torturethread.c=0A=
 @dirrm %%EXAMPLESDIR%%=0A=
-@unexec rmdir %D/include/SDL11 2>/dev/null || true=0A=
+@unexec rmdir %D/include/SDL12 2>/dev/null || true=0A=
Index: files/patch-ac=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-ac,v=0A=
retrieving revision 1.31=0A=
diff -u -r1.31 patch-ac=0A=
--- files/patch-ac	17 Mar 2004 13:57:07 -0000	1.31=0A=
+++ files/patch-ac	23 Aug 2004 14:00:48 -0000=0A=
@@ -5,7 +5,7 @@=0A=
  =0A=
  SDL_CFLAGS=3D""=0A=
 -SDL_LIBS=3D"-lSDL"=0A=
-+SDL_LIBS=3D"-lSDL-1.1"=0A=
++SDL_LIBS=3D"-lSDL-1.2"=0A=
  =0A=
  =0A=
  case "$target" in=0A=
Index: files/patch-ag=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-ag,v=0A=
retrieving revision 1.2=0A=
diff -u -r1.2 patch-ag=0A=
--- files/patch-ag	16 Mar 2004 04:06:48 -0000	1.2=0A=
+++ files/patch-ag	23 Aug 2004 14:00:48 -0000=0A=
@@ -5,7 +5,7 @@=0A=
  =0A=
  # The SDL library target=0A=
 -lib_LTLIBRARIES =3D libSDL.la=0A=
-+lib_LTLIBRARIES =3D libSDL-1.1.la=0A=
++lib_LTLIBRARIES =3D libSDL-1.2.la=0A=
  libSDL_la_SOURCES =3D $(GENERAL_SRCS)=0A=
  libSDL_la_LDFLAGS =3D \=0A=
  	-no-undefined		\=0A=
@@ -20,7 +20,7 @@=0A=
  	  rm -f "$${dir}/so_locations"; \=0A=
  	done=0A=
 -libSDL.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) =0A=
-+libSDL-1.1.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) =0A=
++libSDL-1.2.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) =0A=
  	$(LINK) -rpath $(libdir) $(libSDL_la_LDFLAGS) $(libSDL_la_OBJECTS) =
$(libSDL_la_LIBADD) $(LIBS)=0A=
  =0A=
  mostlyclean-compile:=0A=
Index: files/patch-ah=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-ah,v=0A=
retrieving revision 1.3=0A=
diff -u -r1.3 patch-ah=0A=
--- files/patch-ah	16 Mar 2004 04:06:48 -0000	1.3=0A=
+++ files/patch-ah	23 Aug 2004 14:00:48 -0000=0A=
@@ -5,7 +5,7 @@=0A=
  =0A=
  # Build a separate library containing the main() entry point.=0A=
 -lib_LIBRARIES =3D libSDLmain.a=0A=
-+lib_LIBRARIES =3D libSDLmain-1.1.a=0A=
++lib_LIBRARIES =3D libSDLmain-1.2.a=0A=
  =
@TARGET_MACOSX_FALSE@@TARGET_QTOPIA_FALSE@@TARGET_WIN32_FALSE@MAINLIB_ARC=
H_SRCS =3D dummy/SDL_dummy_main.c=0A=
  =
@TARGET_MACOSX_FALSE@@TARGET_QTOPIA_TRUE@@TARGET_WIN32_FALSE@MAINLIB_ARCH=
_SRCS =3D qtopia/SDL_qtopia_main.cc=0A=
  @TARGET_MACOSX_TRUE@@TARGET_WIN32_FALSE@MAINLIB_ARCH_SRCS =3D =
macosx/SDLMain.m macosx/SDLMain.h=0A=
@@ -17,10 +17,10 @@=0A=
 -	-rm -f libSDLmain.a=0A=
 -	$(libSDLmain_a_AR) libSDLmain.a $(libSDLmain_a_OBJECTS) =
$(libSDLmain_a_LIBADD)=0A=
 -	$(RANLIB) libSDLmain.a=0A=
-+libSDLmain-1.1.a: $(libSDLmain_a_OBJECTS) $(libSDLmain_a_DEPENDENCIES) =0A=
-+	-rm -f libSDLmain-1.1.a=0A=
-+	$(libSDLmain_a_AR) libSDLmain-1.1.a $(libSDLmain_a_OBJECTS) =
$(libSDLmain_a_LIBADD)=0A=
-+	$(RANLIB) libSDLmain-1.1.a=0A=
++libSDLmain-1.2.a: $(libSDLmain_a_OBJECTS) $(libSDLmain_a_DEPENDENCIES) =0A=
++	-rm -f libSDLmain-1.2.a=0A=
++	$(libSDLmain_a_AR) libSDLmain-1.2.a $(libSDLmain_a_OBJECTS) =
$(libSDLmain_a_LIBADD)=0A=
++	$(RANLIB) libSDLmain-1.2.a=0A=
  =0A=
  clean-noinstLTLIBRARIES:=0A=
  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)=0A=
Index: files/patch-ai=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-ai,v=0A=
retrieving revision 1.2=0A=
diff -u -r1.2 patch-ai=0A=
--- files/patch-ai	16 Mar 2004 04:06:48 -0000	1.2=0A=
+++ files/patch-ai	23 Aug 2004 14:00:48 -0000=0A=
@@ -5,7 +5,7 @@=0A=
  =0A=
  # The directory where the include files will be installed=0A=
 -libSDLincludedir =3D $(includedir)/SDL=0A=
-+libSDLincludedir =3D $(includedir)/SDL11=0A=
++libSDLincludedir =3D $(includedir)/SDL12=0A=
  =0A=
  # Which header files to install=0A=
  libSDLinclude_HEADERS =3D \=0A=
Index: files/patch-aj=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-aj,v=0A=
retrieving revision 1.3=0A=
diff -u -r1.3 patch-aj=0A=
--- files/patch-aj	16 Mar 2004 04:06:48 -0000	1.3=0A=
+++ files/patch-aj	23 Aug 2004 14:00:49 -0000=0A=
@@ -27,7 +27,7 @@=0A=
  =0A=
  # SDL runtime configuration script=0A=
 -bin_SCRIPTS =3D sdl-config=0A=
-+bin_SCRIPTS =3D sdl11-config=0A=
++bin_SCRIPTS =3D sdl12-config=0A=
  =0A=
  # All the rest of the distributed files=0A=
  EXTRA_DIST =3D \=0A=
@@ -36,7 +36,7 @@=0A=
  	WhatsNew	\=0A=
  	docs.html	\=0A=
 -	sdl.m4		\=0A=
-+	sdl11.m4	\=0A=
++	sdl12.m4	\=0A=
  	SDL.spec	\=0A=
  	autogen.sh	\=0A=
  	strip_fPIC.sh=0A=
@@ -45,7 +45,7 @@=0A=
  # M4 macro file for inclusion with autoconf=0A=
  m4datadir =3D $(datadir)/aclocal=0A=
 -m4data_DATA =3D sdl.m4=0A=
-+m4data_DATA =3D sdl11.m4=0A=
++m4data_DATA =3D sdl12.m4=0A=
  =0A=
  # Create a CVS snapshot that people can run update -d on=0A=
  CVSROOT =3D :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs=0A=
@@ -54,7 +54,7 @@=0A=
  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)=0A=
  	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)=0A=
 -sdl-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in=0A=
-+sdl11-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in=0A=
++sdl12-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in=0A=
  	cd $(top_builddir) && $(SHELL) ./config.status $@=0A=
  SDL.spec: $(top_builddir)/config.status $(srcdir)/SDL.spec.in=0A=
  	cd $(top_builddir) && $(SHELL) ./config.status $@=0A=
Index: files/patch-ak=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
RCS file: /home/ncvs/ports/devel/sdl12/files/patch-ak,v=0A=
retrieving revision 1.6=0A=
diff -u -r1.6 patch-ak=0A=
--- files/patch-ak	3 Jan 2003 08:53:56 -0000	1.6=0A=
+++ files/patch-ak	23 Aug 2004 14:00:49 -0000=0A=
@@ -8,7 +8,7 @@=0A=
  =0A=
  usage=3D"\=0A=
 -Usage: sdl-config [--prefix[=3DDIR]] [--exec-prefix[=3DDIR]] =
[--version] [--cflags] [--libs] [--static-libs]"=0A=
-+Usage: sdl11-config [--prefix[=3DDIR]] [--exec-prefix[=3DDIR]] =
[--version] [--cflags] [--libs] [--static-libs]"=0A=
++Usage: sdl12-config [--prefix[=3DDIR]] [--exec-prefix[=3DDIR]] =
[--version] [--cflags] [--libs] [--static-libs]"=0A=
  =0A=
  if test $# -eq 0; then=0A=
        echo "${usage}" 1>&2=0A=
@@ -17,7 +17,7 @@=0A=
        ;;=0A=
      --cflags)=0A=
 -      echo -I@includedir@/SDL @SDL_CFLAGS@=0A=
-+      echo -I@includedir@/SDL11 -I@includedir@ @SDL_CFLAGS@=0A=
++      echo -I@includedir@/SDL12 -I@includedir@ @SDL_CFLAGS@=0A=
  =0A=
        # The portable way of including SDL is #include "SDL.h"=0A=
        #if test @includedir@ !=3D /usr/include ; then=0A=

------=_NextPart_000_0131_01C4892B.BBFF8260
Content-Type: text/plain;
	name="removed_lines_from_pkg-plist.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="removed_lines_from_pkg-plist.txt"

share/doc/sdl/BUGS
share/doc/sdl/COPYING
share/doc/sdl/CREDITS
share/doc/sdl/README
share/doc/sdl/README-SDL.txt
share/doc/sdl/WhatsNew
share/doc/sdl/docs.html
share/doc/sdl/docs/html/Makefile
share/doc/sdl/docs/html/Makefile.am
share/doc/sdl/docs/html/Makefile.in
share/doc/sdl/docs/html/audio.html
share/doc/sdl/docs/html/cdrom.html
share/doc/sdl/docs/html/event.html
share/doc/sdl/docs/html/eventfunctions.html
share/doc/sdl/docs/html/eventstructures.html
share/doc/sdl/docs/html/general.html
share/doc/sdl/docs/html/guide.html
share/doc/sdl/docs/html/guideaboutsdldoc.html
share/doc/sdl/docs/html/guideaudioexamples.html
share/doc/sdl/docs/html/guidebasicsinit.html
share/doc/sdl/docs/html/guidecdromexamples.html
share/doc/sdl/docs/html/guidecredits.html
share/doc/sdl/docs/html/guideeventexamples.html
share/doc/sdl/docs/html/guideexamples.html
share/doc/sdl/docs/html/guideinput.html
share/doc/sdl/docs/html/guideinputkeyboard.html
share/doc/sdl/docs/html/guidepreface.html
share/doc/sdl/docs/html/guidethebasics.html
share/doc/sdl/docs/html/guidetimeexamples.html
share/doc/sdl/docs/html/guidevideo.html
share/doc/sdl/docs/html/guidevideoopengl.html
share/doc/sdl/docs/html/index.html
share/doc/sdl/docs/html/joystick.html
share/doc/sdl/docs/html/reference.html
share/doc/sdl/docs/html/sdlactiveevent.html
share/doc/sdl/docs/html/sdladdtimer.html
share/doc/sdl/docs/html/sdlaudiocvt.html
share/doc/sdl/docs/html/sdlaudiospec.html
share/doc/sdl/docs/html/sdlblitsurface.html
share/doc/sdl/docs/html/sdlbuildaudiocvt.html
share/doc/sdl/docs/html/sdlcd.html
share/doc/sdl/docs/html/sdlcdclose.html
share/doc/sdl/docs/html/sdlcdeject.html
share/doc/sdl/docs/html/sdlcdname.html
share/doc/sdl/docs/html/sdlcdnumdrives.html
share/doc/sdl/docs/html/sdlcdopen.html
share/doc/sdl/docs/html/sdlcdpause.html
share/doc/sdl/docs/html/sdlcdplay.html
share/doc/sdl/docs/html/sdlcdplaytracks.html
share/doc/sdl/docs/html/sdlcdresume.html
share/doc/sdl/docs/html/sdlcdstatus.html
share/doc/sdl/docs/html/sdlcdstop.html
share/doc/sdl/docs/html/sdlcdtrack.html
share/doc/sdl/docs/html/sdlcloseaudio.html
share/doc/sdl/docs/html/sdlcolor.html
share/doc/sdl/docs/html/sdlcondbroadcast.html
share/doc/sdl/docs/html/sdlcondsignal.html
share/doc/sdl/docs/html/sdlcondwait.html
share/doc/sdl/docs/html/sdlcondwaittimeout.html
share/doc/sdl/docs/html/sdlconvertaudio.html
share/doc/sdl/docs/html/sdlconvertsurface.html
share/doc/sdl/docs/html/sdlcreatecond.html
share/doc/sdl/docs/html/sdlcreatecursor.html
share/doc/sdl/docs/html/sdlcreatemutex.html
share/doc/sdl/docs/html/sdlcreatergbsurface.html
share/doc/sdl/docs/html/sdlcreatergbsurfacefrom.html
share/doc/sdl/docs/html/sdlcreatesemaphore.html
share/doc/sdl/docs/html/sdlcreatethread.html
share/doc/sdl/docs/html/sdlcreateyuvoverlay.html
share/doc/sdl/docs/html/sdldelay.html
share/doc/sdl/docs/html/sdldestroycond.html
share/doc/sdl/docs/html/sdldestroymutex.html
share/doc/sdl/docs/html/sdldestroysemaphore.html
share/doc/sdl/docs/html/sdldisplayformat.html
share/doc/sdl/docs/html/sdldisplayformatalpha.html
share/doc/sdl/docs/html/sdldisplayyuvoverlay.html
share/doc/sdl/docs/html/sdlenablekeyrepeat.html
share/doc/sdl/docs/html/sdlenableunicode.html
share/doc/sdl/docs/html/sdlenvvars.html
share/doc/sdl/docs/html/sdlevent.html
share/doc/sdl/docs/html/sdleventstate.html
share/doc/sdl/docs/html/sdlexposeevent.html
share/doc/sdl/docs/html/sdlfillrect.html
share/doc/sdl/docs/html/sdlflip.html
share/doc/sdl/docs/html/sdlfreecursor.html
share/doc/sdl/docs/html/sdlfreesurface.html
share/doc/sdl/docs/html/sdlfreewav.html
share/doc/sdl/docs/html/sdlfreeyuvoverlay.html
share/doc/sdl/docs/html/sdlgetappstate.html
share/doc/sdl/docs/html/sdlgetaudiostatus.html
share/doc/sdl/docs/html/sdlgetcliprect.html
share/doc/sdl/docs/html/sdlgetcursor.html
share/doc/sdl/docs/html/sdlgeterror.html
share/doc/sdl/docs/html/sdlgeteventfilter.html
share/doc/sdl/docs/html/sdlgetgammaramp.html
share/doc/sdl/docs/html/sdlgetkeyname.html
share/doc/sdl/docs/html/sdlgetkeystate.html
share/doc/sdl/docs/html/sdlgetmodstate.html
share/doc/sdl/docs/html/sdlgetmousestate.html
share/doc/sdl/docs/html/sdlgetrelativemousestate.html
share/doc/sdl/docs/html/sdlgetrgb.html
share/doc/sdl/docs/html/sdlgetrgba.html
share/doc/sdl/docs/html/sdlgetthreadid.html
share/doc/sdl/docs/html/sdlgetticks.html
share/doc/sdl/docs/html/sdlgetvideoinfo.html
share/doc/sdl/docs/html/sdlgetvideosurface.html
share/doc/sdl/docs/html/sdlglattr.html
share/doc/sdl/docs/html/sdlglgetattribute.html
share/doc/sdl/docs/html/sdlglgetprocaddress.html
share/doc/sdl/docs/html/sdlglloadlibrary.html
share/doc/sdl/docs/html/sdlglsetattribute.html
share/doc/sdl/docs/html/sdlglswapbuffers.html
share/doc/sdl/docs/html/sdlinit.html
share/doc/sdl/docs/html/sdlinitsubsystem.html
share/doc/sdl/docs/html/sdljoyaxisevent.html
share/doc/sdl/docs/html/sdljoyballevent.html
share/doc/sdl/docs/html/sdljoybuttonevent.html
share/doc/sdl/docs/html/sdljoyhatevent.html
share/doc/sdl/docs/html/sdljoystickclose.html
share/doc/sdl/docs/html/sdljoystickeventstate.html
share/doc/sdl/docs/html/sdljoystickgetaxis.html
share/doc/sdl/docs/html/sdljoystickgetball.html
share/doc/sdl/docs/html/sdljoystickgetbutton.html
share/doc/sdl/docs/html/sdljoystickgethat.html
share/doc/sdl/docs/html/sdljoystickindex.html
share/doc/sdl/docs/html/sdljoystickname.html
share/doc/sdl/docs/html/sdljoysticknumaxes.html
share/doc/sdl/docs/html/sdljoysticknumballs.html
share/doc/sdl/docs/html/sdljoysticknumbuttons.html
share/doc/sdl/docs/html/sdljoysticknumhats.html
share/doc/sdl/docs/html/sdljoystickopen.html
share/doc/sdl/docs/html/sdljoystickopened.html
share/doc/sdl/docs/html/sdljoystickupdate.html
share/doc/sdl/docs/html/sdlkey.html
share/doc/sdl/docs/html/sdlkeyboardevent.html
share/doc/sdl/docs/html/sdlkeysym.html
share/doc/sdl/docs/html/sdlkillthread.html
share/doc/sdl/docs/html/sdllistmodes.html
share/doc/sdl/docs/html/sdlloadbmp.html
share/doc/sdl/docs/html/sdlloadwav.html
share/doc/sdl/docs/html/sdllockaudio.html
share/doc/sdl/docs/html/sdllocksurface.html
share/doc/sdl/docs/html/sdllockyuvoverlay.html
share/doc/sdl/docs/html/sdlmaprgb.html
share/doc/sdl/docs/html/sdlmaprgba.html
share/doc/sdl/docs/html/sdlmixaudio.html
share/doc/sdl/docs/html/sdlmousebuttonevent.html
share/doc/sdl/docs/html/sdlmousemotionevent.html
share/doc/sdl/docs/html/sdlmutexp.html
share/doc/sdl/docs/html/sdlmutexv.html
share/doc/sdl/docs/html/sdlnumjoysticks.html
share/doc/sdl/docs/html/sdlopenaudio.html
share/doc/sdl/docs/html/sdloverlay.html
share/doc/sdl/docs/html/sdlpalette.html
share/doc/sdl/docs/html/sdlpauseaudio.html
share/doc/sdl/docs/html/sdlpeepevents.html
share/doc/sdl/docs/html/sdlpixelformat.html
share/doc/sdl/docs/html/sdlpollevent.html
share/doc/sdl/docs/html/sdlpumpevents.html
share/doc/sdl/docs/html/sdlpushevent.html
share/doc/sdl/docs/html/sdlquit.html
share/doc/sdl/docs/html/sdlquitevent.html
share/doc/sdl/docs/html/sdlquitsubsystem.html
share/doc/sdl/docs/html/sdlrect.html
share/doc/sdl/docs/html/sdlremovetimer.html
share/doc/sdl/docs/html/sdlresizeevent.html
share/doc/sdl/docs/html/sdlsavebmp.html
share/doc/sdl/docs/html/sdlsempost.html
share/doc/sdl/docs/html/sdlsemtrywait.html
share/doc/sdl/docs/html/sdlsemvalue.html
share/doc/sdl/docs/html/sdlsemwait.html
share/doc/sdl/docs/html/sdlsemwaittimeout.html
share/doc/sdl/docs/html/sdlsetalpha.html
share/doc/sdl/docs/html/sdlsetcliprect.html
share/doc/sdl/docs/html/sdlsetcolorkey.html
share/doc/sdl/docs/html/sdlsetcolors.html
share/doc/sdl/docs/html/sdlsetcursor.html
share/doc/sdl/docs/html/sdlseteventfilter.html
share/doc/sdl/docs/html/sdlsetgamma.html
share/doc/sdl/docs/html/sdlsetgammaramp.html
share/doc/sdl/docs/html/sdlsetmodstate.html
share/doc/sdl/docs/html/sdlsetpalette.html
share/doc/sdl/docs/html/sdlsettimer.html
share/doc/sdl/docs/html/sdlsetvideomode.html
share/doc/sdl/docs/html/sdlshowcursor.html
share/doc/sdl/docs/html/sdlsurface.html
share/doc/sdl/docs/html/sdlsyswmevent.html
share/doc/sdl/docs/html/sdlthreadid.html
share/doc/sdl/docs/html/sdlunlockaudio.html
share/doc/sdl/docs/html/sdlunlocksurface.html
share/doc/sdl/docs/html/sdlunlockyuvoverlay.html
share/doc/sdl/docs/html/sdlupdaterect.html
share/doc/sdl/docs/html/sdlupdaterects.html
share/doc/sdl/docs/html/sdluserevent.html
share/doc/sdl/docs/html/sdlvideodrivername.html
share/doc/sdl/docs/html/sdlvideoinfo.html
share/doc/sdl/docs/html/sdlvideomodeok.html
share/doc/sdl/docs/html/sdlwaitevent.html
share/doc/sdl/docs/html/sdlwaitthread.html
share/doc/sdl/docs/html/sdlwarpmouse.html
share/doc/sdl/docs/html/sdlwasinit.html
share/doc/sdl/docs/html/sdlwmgetcaption.html
share/doc/sdl/docs/html/sdlwmgrabinput.html
share/doc/sdl/docs/html/sdlwmiconifywindow.html
share/doc/sdl/docs/html/sdlwmsetcaption.html
share/doc/sdl/docs/html/sdlwmseticon.html
share/doc/sdl/docs/html/sdlwmtogglefullscreen.html
share/doc/sdl/docs/html/thread.html
share/doc/sdl/docs/html/time.html
share/doc/sdl/docs/html/video.html
share/doc/sdl/docs/html/wm.html
share/doc/sdl/docs/index.html
@dirrm share/nls/en_US.US-ASCII
@dirrm share/nls/POSIX
@dirrm share/doc/sdl/docs/html
@dirrm share/doc/sdl/docs
@dirrm share/doc/sdl
@dirrm include/SDL12
@dirrm etc/gconf/gconf.xml.defaults
@dirrm etc/gconf

------=_NextPart_000_0131_01C4892B.BBFF8260--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?013401c4891a$fb634b00$6a00a8c0>