aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-08-07 21:05:46 +0800
committersobomax <sobomax@FreeBSD.org>2000-08-07 21:05:46 +0800
commit68d9124ba7ceb405bc25fc1a9e99df2820148002 (patch)
tree8bb1d3242e99144b66931c434b1b78c8ca41e61b /devel/sdl12
parent8c8a52058fdfb8ed20ecaea582092610cc913b67 (diff)
downloadfreebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.tar.gz
freebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.tar.zst
freebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.zip
Update to 1.1.4.
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile2
-rw-r--r--devel/sdl12/distinfo2
-rw-r--r--devel/sdl12/files/patch-ac31
3 files changed, 10 insertions, 25 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index b063dbdff9b3..b50d7fe96f9e 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdl-devel
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
diff --git a/devel/sdl12/distinfo b/devel/sdl12/distinfo
index 01cc6b25dafc..a2920471af70 100644
--- a/devel/sdl12/distinfo
+++ b/devel/sdl12/distinfo
@@ -1 +1 @@
-MD5 (SDL-1.1.3.tar.gz) = 675cd5df455b32e7648c86cd734d5a33
+MD5 (SDL-1.1.4.tar.gz) = aaffe4c7f7dee563124087a70eea315e
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index 3491026be654..46e9710143bc 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/files/patch-ac
@@ -1,15 +1,15 @@
---- configure.orig Tue Jun 6 07:36:14 2000
-+++ configure Sun Jun 18 12:48:42 2000
-@@ -607,7 +607,7 @@
+--- configure.orig Fri Aug 4 22:23:00 2000
++++ configure Mon Aug 7 15:44:03 2000
+@@ -603,7 +603,7 @@
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=1
- SDL_MICRO_VERSION=3
--SDL_INTERFACE_AGE=0
+ SDL_MICRO_VERSION=4
+-SDL_INTERFACE_AGE=1
+SDL_INTERFACE_AGE=2
- SDL_BINARY_AGE=3
+ SDL_BINARY_AGE=4
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
-@@ -620,9 +620,9 @@
+@@ -616,9 +616,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -21,22 +21,7 @@
-@@ -2926,12 +2926,12 @@
- case "$target" in
- i486-*-*)
- if test x$ac_cv_prog_gcc = xyes; then
-- CFLAGS="$CFLAGS -march=486"
-+# CFLAGS="$CFLAGS -march=486"
- fi
- ;;
- i?86-*-*)
- if test x$ac_cv_prog_gcc = xyes; then
-- CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro"
-+# CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro"
- fi
- ;;
- esac
-@@ -2939,7 +2939,7 @@
+@@ -2685,7 +2685,7 @@
SDL_CFLAGS=""