Update to 1.1.6.

This commit is contained in:
Maxim Sobolev 2000-10-26 15:44:10 +00:00
parent 423ab5fb5a
commit f054896905
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34268
10 changed files with 46 additions and 58 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= sdl-devel
PORTVERSION= 1.1.5
PORTVERSION= 1.1.6
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/

View file

@ -1 +1 @@
MD5 (SDL-1.1.5.tar.gz) = f3e32edb188674ded00eb0b88ddd32bf
MD5 (SDL-1.1.6.tar.gz) = e41b349360395feac648bfa6f50a1e77

View file

@ -39,6 +39,7 @@ SDL_DestroyCond.3
SDL_DestroyMutex.3
SDL_DestroySemaphore.3
SDL_DisplayFormat.3
SDL_DisplayFormatAlpha.3
SDL_DisplayYUVOverlay.3
SDL_EnableKeyRepeat.3
SDL_EnableUNICODE.3
@ -59,12 +60,16 @@ SDL_GLattr.3
SDL_GetAppState.3
SDL_GetAudioStatus.3
SDL_GetCursor.3
SDL_GetGamma.3
SDL_GetGammaRamp.3
SDL_GetKeyName.3
SDL_GetKeyState.3
SDL_GetModState.3
SDL_GetMouseState.3
SDL_GetRGB.3
SDL_GetRGBA.3
SDL_GetRelativeMouseState.3
SDL_GetThreadID.3
SDL_GetTicks.3
SDL_GetVideoInfo.3
SDL_GetVideoSurface.3
@ -98,6 +103,7 @@ SDL_LockAudio.3
SDL_LockSurface.3
SDL_LockYUVOverlay.3
SDL_MapRGB.3
SDL_MapRGBA.3
SDL_MixAudio.3
SDL_MouseButtonEvent.3
SDL_MouseMotionEvent.3
@ -124,12 +130,15 @@ SDL_SemValue.3
SDL_SemWait.3
SDL_SemWaitTimeout.3
SDL_SetAlpha.3
SDL_SetClipping.3
SDL_SetClipRect.3
SDL_SetColorKey.3
SDL_SetColors.3
SDL_SetCursor.3
SDL_SetEventFilter.3
SDL_SetGamma.3
SDL_SetGammaRamp.3
SDL_SetModState.3
SDL_SetPalette.3
SDL_SetTimer.3
SDL_SetVideoMode.3
SDL_ShowCursor.3
@ -153,6 +162,7 @@ SDL_WM_ToggleFullScreen.3
SDL_WaitEvent.3
SDL_WaitThread.3
SDL_WarpMouse.3
SDL_WasInit.3
SDL_keysym.3
SDL_mutexP.3
SDL_mutexV.3

View file

@ -1,15 +1,15 @@
--- configure.orig Wed Sep 27 09:15:44 2000
+++ configure Thu Sep 28 09:38:24 2000
@@ -607,7 +607,7 @@
--- 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=5
-SDL_INTERFACE_AGE=0
SDL_MICRO_VERSION=6
-SDL_INTERFACE_AGE=1
+SDL_INTERFACE_AGE=2
SDL_BINARY_AGE=5
SDL_BINARY_AGE=6
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
@@ -620,9 +620,9 @@
@@ -622,9 +622,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@ -21,7 +21,7 @@
@@ -3002,7 +3002,7 @@
@@ -3012,7 +3012,7 @@
SDL_CFLAGS=""
@ -30,20 +30,3 @@
case "$target" in
@@ -4788,8 +4788,6 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
- #include <linux/kd.h>
- #include <linux/keyboard.h>
int main() {
@@ -5538,6 +5536,7 @@
ARCH=freebsd
CheckNASM
CheckESD
+ CheckSVGA
CheckX11
CheckDGA
CheckAAlib

View file

@ -110,6 +110,7 @@ share/doc/SDL11/docs/html/sdlgetmousestate.html
share/doc/SDL11/docs/html/sdlgetrelativemousestate.html
share/doc/SDL11/docs/html/sdlgetrgb.html
share/doc/SDL11/docs/html/sdlgetrgba.html
share/doc/SDL11/docs/html/sdlgetthreadid.html
share/doc/SDL11/docs/html/sdlgetticks.html
share/doc/SDL11/docs/html/sdlgetvideoinfo.html
share/doc/SDL11/docs/html/sdlgetvideosurface.html
@ -180,7 +181,6 @@ share/doc/SDL11/docs/html/sdlsemvalue.html
share/doc/SDL11/docs/html/sdlsemwait.html
share/doc/SDL11/docs/html/sdlsemwaittimeout.html
share/doc/SDL11/docs/html/sdlsetalpha.html
share/doc/SDL11/docs/html/sdlsetclipping.html
share/doc/SDL11/docs/html/sdlsetcliprect.html
share/doc/SDL11/docs/html/sdlsetcolorkey.html
share/doc/SDL11/docs/html/sdlsetcolors.html
@ -207,6 +207,7 @@ share/doc/SDL11/docs/html/sdlvideomodeok.html
share/doc/SDL11/docs/html/sdlwaitevent.html
share/doc/SDL11/docs/html/sdlwaitthread.html
share/doc/SDL11/docs/html/sdlwarpmouse.html
share/doc/SDL11/docs/html/sdlwasinit.html
share/doc/SDL11/docs/html/sdlwmgetcaption.html
share/doc/SDL11/docs/html/sdlwmgrabinput.html
share/doc/SDL11/docs/html/sdlwmiconifywindow.html

View file

@ -6,7 +6,7 @@
#
PORTNAME= sdl-devel
PORTVERSION= 1.1.5
PORTVERSION= 1.1.6
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/

View file

@ -1 +1 @@
MD5 (SDL-1.1.5.tar.gz) = f3e32edb188674ded00eb0b88ddd32bf
MD5 (SDL-1.1.6.tar.gz) = e41b349360395feac648bfa6f50a1e77

View file

@ -39,6 +39,7 @@ SDL_DestroyCond.3
SDL_DestroyMutex.3
SDL_DestroySemaphore.3
SDL_DisplayFormat.3
SDL_DisplayFormatAlpha.3
SDL_DisplayYUVOverlay.3
SDL_EnableKeyRepeat.3
SDL_EnableUNICODE.3
@ -59,12 +60,16 @@ SDL_GLattr.3
SDL_GetAppState.3
SDL_GetAudioStatus.3
SDL_GetCursor.3
SDL_GetGamma.3
SDL_GetGammaRamp.3
SDL_GetKeyName.3
SDL_GetKeyState.3
SDL_GetModState.3
SDL_GetMouseState.3
SDL_GetRGB.3
SDL_GetRGBA.3
SDL_GetRelativeMouseState.3
SDL_GetThreadID.3
SDL_GetTicks.3
SDL_GetVideoInfo.3
SDL_GetVideoSurface.3
@ -98,6 +103,7 @@ SDL_LockAudio.3
SDL_LockSurface.3
SDL_LockYUVOverlay.3
SDL_MapRGB.3
SDL_MapRGBA.3
SDL_MixAudio.3
SDL_MouseButtonEvent.3
SDL_MouseMotionEvent.3
@ -124,12 +130,15 @@ SDL_SemValue.3
SDL_SemWait.3
SDL_SemWaitTimeout.3
SDL_SetAlpha.3
SDL_SetClipping.3
SDL_SetClipRect.3
SDL_SetColorKey.3
SDL_SetColors.3
SDL_SetCursor.3
SDL_SetEventFilter.3
SDL_SetGamma.3
SDL_SetGammaRamp.3
SDL_SetModState.3
SDL_SetPalette.3
SDL_SetTimer.3
SDL_SetVideoMode.3
SDL_ShowCursor.3
@ -153,6 +162,7 @@ SDL_WM_ToggleFullScreen.3
SDL_WaitEvent.3
SDL_WaitThread.3
SDL_WarpMouse.3
SDL_WasInit.3
SDL_keysym.3
SDL_mutexP.3
SDL_mutexV.3

View file

@ -1,15 +1,15 @@
--- configure.orig Wed Sep 27 09:15:44 2000
+++ configure Thu Sep 28 09:38:24 2000
@@ -607,7 +607,7 @@
--- 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=5
-SDL_INTERFACE_AGE=0
SDL_MICRO_VERSION=6
-SDL_INTERFACE_AGE=1
+SDL_INTERFACE_AGE=2
SDL_BINARY_AGE=5
SDL_BINARY_AGE=6
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
@@ -620,9 +620,9 @@
@@ -622,9 +622,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@ -21,7 +21,7 @@
@@ -3002,7 +3002,7 @@
@@ -3012,7 +3012,7 @@
SDL_CFLAGS=""
@ -30,20 +30,3 @@
case "$target" in
@@ -4788,8 +4788,6 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
- #include <linux/kd.h>
- #include <linux/keyboard.h>
int main() {
@@ -5538,6 +5536,7 @@
ARCH=freebsd
CheckNASM
CheckESD
+ CheckSVGA
CheckX11
CheckDGA
CheckAAlib

View file

@ -110,6 +110,7 @@ share/doc/SDL11/docs/html/sdlgetmousestate.html
share/doc/SDL11/docs/html/sdlgetrelativemousestate.html
share/doc/SDL11/docs/html/sdlgetrgb.html
share/doc/SDL11/docs/html/sdlgetrgba.html
share/doc/SDL11/docs/html/sdlgetthreadid.html
share/doc/SDL11/docs/html/sdlgetticks.html
share/doc/SDL11/docs/html/sdlgetvideoinfo.html
share/doc/SDL11/docs/html/sdlgetvideosurface.html
@ -180,7 +181,6 @@ share/doc/SDL11/docs/html/sdlsemvalue.html
share/doc/SDL11/docs/html/sdlsemwait.html
share/doc/SDL11/docs/html/sdlsemwaittimeout.html
share/doc/SDL11/docs/html/sdlsetalpha.html
share/doc/SDL11/docs/html/sdlsetclipping.html
share/doc/SDL11/docs/html/sdlsetcliprect.html
share/doc/SDL11/docs/html/sdlsetcolorkey.html
share/doc/SDL11/docs/html/sdlsetcolors.html
@ -207,6 +207,7 @@ share/doc/SDL11/docs/html/sdlvideomodeok.html
share/doc/SDL11/docs/html/sdlwaitevent.html
share/doc/SDL11/docs/html/sdlwaitthread.html
share/doc/SDL11/docs/html/sdlwarpmouse.html
share/doc/SDL11/docs/html/sdlwasinit.html
share/doc/SDL11/docs/html/sdlwmgetcaption.html
share/doc/SDL11/docs/html/sdlwmgrabinput.html
share/doc/SDL11/docs/html/sdlwmiconifywindow.html