Index: head/devel/sdl/Makefile =================================================================== --- head/devel/sdl/Makefile (revision 27895) +++ head/devel/sdl/Makefile (revision 27896) @@ -1,40 +1,38 @@ # New ports collection makefile for: SDL # Date created: 8 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= sdl PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ DISTNAME= SDL-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" - CFLAGS+= -D_THREAD_SAFE post-install: @ ${MKDIR} ${PREFIX}/share/examples/SDL @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/SDL .for file in BUGS COPYING CREDITS README WhatsNew docs.html @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL .endfor @ cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \ (cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - ) .endif .include Property changes on: head/devel/sdl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/sdl/pkg-plist =================================================================== --- head/devel/sdl/pkg-plist (revision 27895) +++ head/devel/sdl/pkg-plist (revision 27896) @@ -1,110 +1,109 @@ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h include/SDL/SDL_copying.h include/SDL/SDL_endian.h include/SDL/SDL_error.h include/SDL/SDL_events.h include/SDL/SDL_keyboard.h include/SDL/SDL_keysym.h include/SDL/SDL_main.h include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_quit.h include/SDL/SDL_rwops.h include/SDL/SDL_syswm.h include/SDL/SDL_thread.h include/SDL/SDL_timer.h include/SDL/SDL_types.h include/SDL/SDL_version.h include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h -lib/libSDL-1.0.so -lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so +lib/libSDL.so.2 lib/libSDLmain.a @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R share/aclocal/sdl.m4 share/doc/SDL/BUGS share/doc/SDL/COPYING share/doc/SDL/CREDITS share/doc/SDL/README share/doc/SDL/WhatsNew share/doc/SDL/audio/examples.html share/doc/SDL/audio/funclist.html share/doc/SDL/audio/functions.html share/doc/SDL/audio/index.html share/doc/SDL/cdrom/examples.html share/doc/SDL/cdrom/funclist.html share/doc/SDL/cdrom/functions.html share/doc/SDL/cdrom/index.html share/doc/SDL/docs.html share/doc/SDL/events/examples.html share/doc/SDL/events/functions.html share/doc/SDL/events/index.html share/doc/SDL/events/keysym.html share/doc/SDL/images/rainbow.gif share/doc/SDL/index.html share/doc/SDL/threads/index.html share/doc/SDL/time/examples.html share/doc/SDL/time/funclist.html share/doc/SDL/time/functions.html share/doc/SDL/time/index.html share/doc/SDL/video/examples.html share/doc/SDL/video/funclist.html share/doc/SDL/video/functions.html share/doc/SDL/video/index.html share/examples/SDL/COPYING share/examples/SDL/Makefile.am share/examples/SDL/Makefile.in share/examples/SDL/README share/examples/SDL/acinclude.m4 share/examples/SDL/aclocal.m4 share/examples/SDL/autogen.sh share/examples/SDL/checkkeys.c share/examples/SDL/config.guess share/examples/SDL/config.sub share/examples/SDL/configure share/examples/SDL/configure.in share/examples/SDL/graywin.c share/examples/SDL/icon.bmp share/examples/SDL/install-sh share/examples/SDL/loopwave.c share/examples/SDL/missing share/examples/SDL/mkinstalldirs share/examples/SDL/picture.xbm share/examples/SDL/sample.bmp share/examples/SDL/sample.wav share/examples/SDL/testalpha.c share/examples/SDL/testbitmap.c share/examples/SDL/testcdrom.c share/examples/SDL/testerror.c share/examples/SDL/testhread.c share/examples/SDL/testkeys.c share/examples/SDL/testlock.c share/examples/SDL/testsprite.c share/examples/SDL/testtimer.c share/examples/SDL/testtypes.c share/examples/SDL/testver.c share/examples/SDL/testvidinfo.c share/examples/SDL/testwin.c share/examples/SDL/testwm.c share/examples/SDL/threadwin.c @dirrm share/examples/SDL @dirrm share/doc/SDL/video @dirrm share/doc/SDL/time @dirrm share/doc/SDL/threads @dirrm share/doc/SDL/opengl @dirrm share/doc/SDL/images @dirrm share/doc/SDL/events @dirrm share/doc/SDL/cdrom @dirrm share/doc/SDL/audio @dirrm share/doc/SDL @dirrm include/SDL Property changes on: head/devel/sdl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/sdl-devel/Makefile =================================================================== --- head/devel/sdl-devel/Makefile (revision 27895) +++ head/devel/sdl-devel/Makefile (revision 27896) @@ -1,40 +1,38 @@ # New ports collection makefile for: SDL # Date created: 8 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= sdl PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ DISTNAME= SDL-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" - CFLAGS+= -D_THREAD_SAFE post-install: @ ${MKDIR} ${PREFIX}/share/examples/SDL @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/SDL .for file in BUGS COPYING CREDITS README WhatsNew docs.html @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL .endfor @ cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \ (cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - ) .endif .include Property changes on: head/devel/sdl-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/sdl-devel/pkg-plist =================================================================== --- head/devel/sdl-devel/pkg-plist (revision 27895) +++ head/devel/sdl-devel/pkg-plist (revision 27896) @@ -1,110 +1,109 @@ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h include/SDL/SDL_copying.h include/SDL/SDL_endian.h include/SDL/SDL_error.h include/SDL/SDL_events.h include/SDL/SDL_keyboard.h include/SDL/SDL_keysym.h include/SDL/SDL_main.h include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_quit.h include/SDL/SDL_rwops.h include/SDL/SDL_syswm.h include/SDL/SDL_thread.h include/SDL/SDL_timer.h include/SDL/SDL_types.h include/SDL/SDL_version.h include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h -lib/libSDL-1.0.so -lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so +lib/libSDL.so.2 lib/libSDLmain.a @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R share/aclocal/sdl.m4 share/doc/SDL/BUGS share/doc/SDL/COPYING share/doc/SDL/CREDITS share/doc/SDL/README share/doc/SDL/WhatsNew share/doc/SDL/audio/examples.html share/doc/SDL/audio/funclist.html share/doc/SDL/audio/functions.html share/doc/SDL/audio/index.html share/doc/SDL/cdrom/examples.html share/doc/SDL/cdrom/funclist.html share/doc/SDL/cdrom/functions.html share/doc/SDL/cdrom/index.html share/doc/SDL/docs.html share/doc/SDL/events/examples.html share/doc/SDL/events/functions.html share/doc/SDL/events/index.html share/doc/SDL/events/keysym.html share/doc/SDL/images/rainbow.gif share/doc/SDL/index.html share/doc/SDL/threads/index.html share/doc/SDL/time/examples.html share/doc/SDL/time/funclist.html share/doc/SDL/time/functions.html share/doc/SDL/time/index.html share/doc/SDL/video/examples.html share/doc/SDL/video/funclist.html share/doc/SDL/video/functions.html share/doc/SDL/video/index.html share/examples/SDL/COPYING share/examples/SDL/Makefile.am share/examples/SDL/Makefile.in share/examples/SDL/README share/examples/SDL/acinclude.m4 share/examples/SDL/aclocal.m4 share/examples/SDL/autogen.sh share/examples/SDL/checkkeys.c share/examples/SDL/config.guess share/examples/SDL/config.sub share/examples/SDL/configure share/examples/SDL/configure.in share/examples/SDL/graywin.c share/examples/SDL/icon.bmp share/examples/SDL/install-sh share/examples/SDL/loopwave.c share/examples/SDL/missing share/examples/SDL/mkinstalldirs share/examples/SDL/picture.xbm share/examples/SDL/sample.bmp share/examples/SDL/sample.wav share/examples/SDL/testalpha.c share/examples/SDL/testbitmap.c share/examples/SDL/testcdrom.c share/examples/SDL/testerror.c share/examples/SDL/testhread.c share/examples/SDL/testkeys.c share/examples/SDL/testlock.c share/examples/SDL/testsprite.c share/examples/SDL/testtimer.c share/examples/SDL/testtypes.c share/examples/SDL/testver.c share/examples/SDL/testvidinfo.c share/examples/SDL/testwin.c share/examples/SDL/testwm.c share/examples/SDL/threadwin.c @dirrm share/examples/SDL @dirrm share/doc/SDL/video @dirrm share/doc/SDL/time @dirrm share/doc/SDL/threads @dirrm share/doc/SDL/opengl @dirrm share/doc/SDL/images @dirrm share/doc/SDL/events @dirrm share/doc/SDL/cdrom @dirrm share/doc/SDL/audio @dirrm share/doc/SDL @dirrm include/SDL Property changes on: head/devel/sdl-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/sdl10/Makefile =================================================================== --- head/devel/sdl10/Makefile (revision 27895) +++ head/devel/sdl10/Makefile (revision 27896) @@ -1,40 +1,38 @@ # New ports collection makefile for: SDL # Date created: 8 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= sdl PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ DISTNAME= SDL-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" - CFLAGS+= -D_THREAD_SAFE post-install: @ ${MKDIR} ${PREFIX}/share/examples/SDL @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/SDL .for file in BUGS COPYING CREDITS README WhatsNew docs.html @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL .endfor @ cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \ (cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - ) .endif .include Property changes on: head/devel/sdl10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/sdl10/pkg-plist =================================================================== --- head/devel/sdl10/pkg-plist (revision 27895) +++ head/devel/sdl10/pkg-plist (revision 27896) @@ -1,110 +1,109 @@ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h include/SDL/SDL_copying.h include/SDL/SDL_endian.h include/SDL/SDL_error.h include/SDL/SDL_events.h include/SDL/SDL_keyboard.h include/SDL/SDL_keysym.h include/SDL/SDL_main.h include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_quit.h include/SDL/SDL_rwops.h include/SDL/SDL_syswm.h include/SDL/SDL_thread.h include/SDL/SDL_timer.h include/SDL/SDL_types.h include/SDL/SDL_version.h include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h -lib/libSDL-1.0.so -lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so +lib/libSDL.so.2 lib/libSDLmain.a @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R share/aclocal/sdl.m4 share/doc/SDL/BUGS share/doc/SDL/COPYING share/doc/SDL/CREDITS share/doc/SDL/README share/doc/SDL/WhatsNew share/doc/SDL/audio/examples.html share/doc/SDL/audio/funclist.html share/doc/SDL/audio/functions.html share/doc/SDL/audio/index.html share/doc/SDL/cdrom/examples.html share/doc/SDL/cdrom/funclist.html share/doc/SDL/cdrom/functions.html share/doc/SDL/cdrom/index.html share/doc/SDL/docs.html share/doc/SDL/events/examples.html share/doc/SDL/events/functions.html share/doc/SDL/events/index.html share/doc/SDL/events/keysym.html share/doc/SDL/images/rainbow.gif share/doc/SDL/index.html share/doc/SDL/threads/index.html share/doc/SDL/time/examples.html share/doc/SDL/time/funclist.html share/doc/SDL/time/functions.html share/doc/SDL/time/index.html share/doc/SDL/video/examples.html share/doc/SDL/video/funclist.html share/doc/SDL/video/functions.html share/doc/SDL/video/index.html share/examples/SDL/COPYING share/examples/SDL/Makefile.am share/examples/SDL/Makefile.in share/examples/SDL/README share/examples/SDL/acinclude.m4 share/examples/SDL/aclocal.m4 share/examples/SDL/autogen.sh share/examples/SDL/checkkeys.c share/examples/SDL/config.guess share/examples/SDL/config.sub share/examples/SDL/configure share/examples/SDL/configure.in share/examples/SDL/graywin.c share/examples/SDL/icon.bmp share/examples/SDL/install-sh share/examples/SDL/loopwave.c share/examples/SDL/missing share/examples/SDL/mkinstalldirs share/examples/SDL/picture.xbm share/examples/SDL/sample.bmp share/examples/SDL/sample.wav share/examples/SDL/testalpha.c share/examples/SDL/testbitmap.c share/examples/SDL/testcdrom.c share/examples/SDL/testerror.c share/examples/SDL/testhread.c share/examples/SDL/testkeys.c share/examples/SDL/testlock.c share/examples/SDL/testsprite.c share/examples/SDL/testtimer.c share/examples/SDL/testtypes.c share/examples/SDL/testver.c share/examples/SDL/testvidinfo.c share/examples/SDL/testwin.c share/examples/SDL/testwm.c share/examples/SDL/threadwin.c @dirrm share/examples/SDL @dirrm share/doc/SDL/video @dirrm share/doc/SDL/time @dirrm share/doc/SDL/threads @dirrm share/doc/SDL/opengl @dirrm share/doc/SDL/images @dirrm share/doc/SDL/events @dirrm share/doc/SDL/cdrom @dirrm share/doc/SDL/audio @dirrm share/doc/SDL @dirrm include/SDL Property changes on: head/devel/sdl10/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/sdl12/Makefile =================================================================== --- head/devel/sdl12/Makefile (revision 27895) +++ head/devel/sdl12/Makefile (revision 27896) @@ -1,40 +1,38 @@ # New ports collection makefile for: SDL # Date created: 8 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= sdl PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ DISTNAME= SDL-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" - CFLAGS+= -D_THREAD_SAFE post-install: @ ${MKDIR} ${PREFIX}/share/examples/SDL @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/SDL .for file in BUGS COPYING CREDITS README WhatsNew docs.html @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL .endfor @ cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \ (cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - ) .endif .include Property changes on: head/devel/sdl12/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/sdl12/pkg-plist =================================================================== --- head/devel/sdl12/pkg-plist (revision 27895) +++ head/devel/sdl12/pkg-plist (revision 27896) @@ -1,110 +1,109 @@ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h include/SDL/SDL_copying.h include/SDL/SDL_endian.h include/SDL/SDL_error.h include/SDL/SDL_events.h include/SDL/SDL_keyboard.h include/SDL/SDL_keysym.h include/SDL/SDL_main.h include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_quit.h include/SDL/SDL_rwops.h include/SDL/SDL_syswm.h include/SDL/SDL_thread.h include/SDL/SDL_timer.h include/SDL/SDL_types.h include/SDL/SDL_version.h include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h -lib/libSDL-1.0.so -lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so +lib/libSDL.so.2 lib/libSDLmain.a @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R share/aclocal/sdl.m4 share/doc/SDL/BUGS share/doc/SDL/COPYING share/doc/SDL/CREDITS share/doc/SDL/README share/doc/SDL/WhatsNew share/doc/SDL/audio/examples.html share/doc/SDL/audio/funclist.html share/doc/SDL/audio/functions.html share/doc/SDL/audio/index.html share/doc/SDL/cdrom/examples.html share/doc/SDL/cdrom/funclist.html share/doc/SDL/cdrom/functions.html share/doc/SDL/cdrom/index.html share/doc/SDL/docs.html share/doc/SDL/events/examples.html share/doc/SDL/events/functions.html share/doc/SDL/events/index.html share/doc/SDL/events/keysym.html share/doc/SDL/images/rainbow.gif share/doc/SDL/index.html share/doc/SDL/threads/index.html share/doc/SDL/time/examples.html share/doc/SDL/time/funclist.html share/doc/SDL/time/functions.html share/doc/SDL/time/index.html share/doc/SDL/video/examples.html share/doc/SDL/video/funclist.html share/doc/SDL/video/functions.html share/doc/SDL/video/index.html share/examples/SDL/COPYING share/examples/SDL/Makefile.am share/examples/SDL/Makefile.in share/examples/SDL/README share/examples/SDL/acinclude.m4 share/examples/SDL/aclocal.m4 share/examples/SDL/autogen.sh share/examples/SDL/checkkeys.c share/examples/SDL/config.guess share/examples/SDL/config.sub share/examples/SDL/configure share/examples/SDL/configure.in share/examples/SDL/graywin.c share/examples/SDL/icon.bmp share/examples/SDL/install-sh share/examples/SDL/loopwave.c share/examples/SDL/missing share/examples/SDL/mkinstalldirs share/examples/SDL/picture.xbm share/examples/SDL/sample.bmp share/examples/SDL/sample.wav share/examples/SDL/testalpha.c share/examples/SDL/testbitmap.c share/examples/SDL/testcdrom.c share/examples/SDL/testerror.c share/examples/SDL/testhread.c share/examples/SDL/testkeys.c share/examples/SDL/testlock.c share/examples/SDL/testsprite.c share/examples/SDL/testtimer.c share/examples/SDL/testtypes.c share/examples/SDL/testver.c share/examples/SDL/testvidinfo.c share/examples/SDL/testwin.c share/examples/SDL/testwm.c share/examples/SDL/threadwin.c @dirrm share/examples/SDL @dirrm share/doc/SDL/video @dirrm share/doc/SDL/time @dirrm share/doc/SDL/threads @dirrm share/doc/SDL/opengl @dirrm share/doc/SDL/images @dirrm share/doc/SDL/events @dirrm share/doc/SDL/cdrom @dirrm share/doc/SDL/audio @dirrm share/doc/SDL @dirrm include/SDL Property changes on: head/devel/sdl12/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property