mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 1.1.7.
This commit is contained in:
parent
a39475e9c5
commit
7ecc05857e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36647
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sdl-devel
|
||||
PORTVERSION= 1.1.6
|
||||
PORTVERSION= 1.1.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.libsdl.org/release/ \
|
||||
http://www.devolution.com/~slouken/SDL/release/
|
||||
@ -18,7 +18,6 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
|
||||
vga.1:${PORTSDIR}/graphics/svgalib
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
USE_ESOUND= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (SDL-1.1.6.tar.gz) = e41b349360395feac648bfa6f50a1e77
|
||||
MD5 (SDL-1.1.7.tar.gz) = ce181f1e8173bc071bc9f98d9633ccae
|
||||
|
@ -1,15 +1,6 @@
|
||||
--- configure.orig Tue Oct 3 19:01:18 2000
|
||||
+++ configure Thu Oct 5 19:49:53 2000
|
||||
@@ -609,7 +609,7 @@
|
||||
SDL_MAJOR_VERSION=1
|
||||
SDL_MINOR_VERSION=1
|
||||
SDL_MICRO_VERSION=6
|
||||
-SDL_INTERFACE_AGE=1
|
||||
+SDL_INTERFACE_AGE=2
|
||||
SDL_BINARY_AGE=6
|
||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
||||
|
||||
@@ -622,9 +622,9 @@
|
||||
--- configure.orig Thu Dec 21 07:02:47 2000
|
||||
+++ configure Wed Jan 3 13:37:14 2001
|
||||
@@ -630,9 +630,9 @@
|
||||
|
||||
# libtool versioning
|
||||
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
|
||||
@ -21,7 +12,7 @@
|
||||
|
||||
|
||||
|
||||
@@ -3012,7 +3012,7 @@
|
||||
@@ -3022,7 +3022,7 @@
|
||||
|
||||
|
||||
SDL_CFLAGS=""
|
||||
@ -30,3 +21,18 @@
|
||||
|
||||
|
||||
case "$target" in
|
||||
@@ -5899,10 +5899,10 @@
|
||||
cat >>$new <$old
|
||||
|
||||
# Set up files for the audio library
|
||||
- if test x$enable_audio = xyes; then
|
||||
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
|
||||
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
|
||||
- fi
|
||||
+ #if test x$enable_audio = xyes; then
|
||||
+ # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
|
||||
+ # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
|
||||
+ #fi
|
||||
# Set up files for the joystick library
|
||||
# (No joystick support yet)
|
||||
if test x$enable_joystick = xyes; then
|
||||
|
11
devel/sdl-devel/files/patch-src_audio_SDL__audio.c
Normal file
11
devel/sdl-devel/files/patch-src_audio_SDL__audio.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/audio/SDL_audio.c 2001/01/03 11:25:01 1.1
|
||||
+++ src/audio/SDL_audio.c 2001/01/03 11:25:24
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
/* Available audio drivers */
|
||||
static AudioBootStrap *bootstrap[] = {
|
||||
-#if defined(unix) && !defined(linux)
|
||||
+#if defined(unix) && !defined(linux) && !defined(__FreeBSD__)
|
||||
&AUDIO_bootstrap,
|
||||
#endif
|
||||
#ifdef OSS_SUPPORT
|
@ -44,9 +44,14 @@ share/doc/SDL11/docs/html/event.html
|
||||
share/doc/SDL11/docs/html/eventfunctions.html
|
||||
share/doc/SDL11/docs/html/eventstructures.html
|
||||
share/doc/SDL11/docs/html/general.html
|
||||
share/doc/SDL11/docs/html/guideexamples.html
|
||||
share/doc/SDL11/docs/html/guideinput.html
|
||||
share/doc/SDL11/docs/html/guidepreface.html
|
||||
share/doc/SDL11/docs/html/guidethebasics.html
|
||||
share/doc/SDL11/docs/html/index.html
|
||||
share/doc/SDL11/docs/html/intro.html
|
||||
share/doc/SDL11/docs/html/joystick.html
|
||||
share/doc/SDL11/docs/html/p255.html
|
||||
share/doc/SDL11/docs/html/p8.html
|
||||
share/doc/SDL11/docs/html/sdlactiveevent.html
|
||||
share/doc/SDL11/docs/html/sdladdtimer.html
|
||||
share/doc/SDL11/docs/html/sdlaudiocvt.html
|
||||
@ -218,6 +223,14 @@ share/doc/SDL11/docs/html/thread.html
|
||||
share/doc/SDL11/docs/html/time.html
|
||||
share/doc/SDL11/docs/html/video.html
|
||||
share/doc/SDL11/docs/html/wm.html
|
||||
share/doc/SDL11/docs/html/x15.html
|
||||
share/doc/SDL11/docs/html/x178.html
|
||||
share/doc/SDL11/docs/html/x19.html
|
||||
share/doc/SDL11/docs/html/x211.html
|
||||
share/doc/SDL11/docs/html/x218.html
|
||||
share/doc/SDL11/docs/html/x229.html
|
||||
share/doc/SDL11/docs/html/x248.html
|
||||
share/doc/SDL11/docs/html/x36.html
|
||||
share/doc/SDL11/docs/index.html
|
||||
share/examples/SDL11/COPYING
|
||||
share/examples/SDL11/Makefile.am
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sdl-devel
|
||||
PORTVERSION= 1.1.6
|
||||
PORTVERSION= 1.1.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.libsdl.org/release/ \
|
||||
http://www.devolution.com/~slouken/SDL/release/
|
||||
@ -18,7 +18,6 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
|
||||
vga.1:${PORTSDIR}/graphics/svgalib
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
USE_ESOUND= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (SDL-1.1.6.tar.gz) = e41b349360395feac648bfa6f50a1e77
|
||||
MD5 (SDL-1.1.7.tar.gz) = ce181f1e8173bc071bc9f98d9633ccae
|
||||
|
@ -1,15 +1,6 @@
|
||||
--- configure.orig Tue Oct 3 19:01:18 2000
|
||||
+++ configure Thu Oct 5 19:49:53 2000
|
||||
@@ -609,7 +609,7 @@
|
||||
SDL_MAJOR_VERSION=1
|
||||
SDL_MINOR_VERSION=1
|
||||
SDL_MICRO_VERSION=6
|
||||
-SDL_INTERFACE_AGE=1
|
||||
+SDL_INTERFACE_AGE=2
|
||||
SDL_BINARY_AGE=6
|
||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
||||
|
||||
@@ -622,9 +622,9 @@
|
||||
--- configure.orig Thu Dec 21 07:02:47 2000
|
||||
+++ configure Wed Jan 3 13:37:14 2001
|
||||
@@ -630,9 +630,9 @@
|
||||
|
||||
# libtool versioning
|
||||
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
|
||||
@ -21,7 +12,7 @@
|
||||
|
||||
|
||||
|
||||
@@ -3012,7 +3012,7 @@
|
||||
@@ -3022,7 +3022,7 @@
|
||||
|
||||
|
||||
SDL_CFLAGS=""
|
||||
@ -30,3 +21,18 @@
|
||||
|
||||
|
||||
case "$target" in
|
||||
@@ -5899,10 +5899,10 @@
|
||||
cat >>$new <$old
|
||||
|
||||
# Set up files for the audio library
|
||||
- if test x$enable_audio = xyes; then
|
||||
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
|
||||
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
|
||||
- fi
|
||||
+ #if test x$enable_audio = xyes; then
|
||||
+ # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
|
||||
+ # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
|
||||
+ #fi
|
||||
# Set up files for the joystick library
|
||||
# (No joystick support yet)
|
||||
if test x$enable_joystick = xyes; then
|
||||
|
11
devel/sdl12/files/patch-src_audio_SDL__audio.c
Normal file
11
devel/sdl12/files/patch-src_audio_SDL__audio.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/audio/SDL_audio.c 2001/01/03 11:25:01 1.1
|
||||
+++ src/audio/SDL_audio.c 2001/01/03 11:25:24
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
/* Available audio drivers */
|
||||
static AudioBootStrap *bootstrap[] = {
|
||||
-#if defined(unix) && !defined(linux)
|
||||
+#if defined(unix) && !defined(linux) && !defined(__FreeBSD__)
|
||||
&AUDIO_bootstrap,
|
||||
#endif
|
||||
#ifdef OSS_SUPPORT
|
@ -44,9 +44,14 @@ share/doc/SDL11/docs/html/event.html
|
||||
share/doc/SDL11/docs/html/eventfunctions.html
|
||||
share/doc/SDL11/docs/html/eventstructures.html
|
||||
share/doc/SDL11/docs/html/general.html
|
||||
share/doc/SDL11/docs/html/guideexamples.html
|
||||
share/doc/SDL11/docs/html/guideinput.html
|
||||
share/doc/SDL11/docs/html/guidepreface.html
|
||||
share/doc/SDL11/docs/html/guidethebasics.html
|
||||
share/doc/SDL11/docs/html/index.html
|
||||
share/doc/SDL11/docs/html/intro.html
|
||||
share/doc/SDL11/docs/html/joystick.html
|
||||
share/doc/SDL11/docs/html/p255.html
|
||||
share/doc/SDL11/docs/html/p8.html
|
||||
share/doc/SDL11/docs/html/sdlactiveevent.html
|
||||
share/doc/SDL11/docs/html/sdladdtimer.html
|
||||
share/doc/SDL11/docs/html/sdlaudiocvt.html
|
||||
@ -218,6 +223,14 @@ share/doc/SDL11/docs/html/thread.html
|
||||
share/doc/SDL11/docs/html/time.html
|
||||
share/doc/SDL11/docs/html/video.html
|
||||
share/doc/SDL11/docs/html/wm.html
|
||||
share/doc/SDL11/docs/html/x15.html
|
||||
share/doc/SDL11/docs/html/x178.html
|
||||
share/doc/SDL11/docs/html/x19.html
|
||||
share/doc/SDL11/docs/html/x211.html
|
||||
share/doc/SDL11/docs/html/x218.html
|
||||
share/doc/SDL11/docs/html/x229.html
|
||||
share/doc/SDL11/docs/html/x248.html
|
||||
share/doc/SDL11/docs/html/x36.html
|
||||
share/doc/SDL11/docs/index.html
|
||||
share/examples/SDL11/COPYING
|
||||
share/examples/SDL11/Makefile.am
|
||||
|
Loading…
Reference in New Issue
Block a user