aboutsummaryrefslogtreecommitdiffstats
path: root/net/sdl_net
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-09-20 19:21:59 +0800
committerstas <stas@FreeBSD.org>2006-09-20 19:21:59 +0800
commit690719e4d56669840ac4b9264f949634ed10d1c1 (patch)
treef8a62d437d458241263339bd8d7a8582056207da /net/sdl_net
parent5cbdf409c7db9b9d115b500f9084c97595f61719 (diff)
downloadfreebsd-ports-gnome-690719e4d56669840ac4b9264f949634ed10d1c1.tar.gz
freebsd-ports-gnome-690719e4d56669840ac4b9264f949634ed10d1c1.tar.zst
freebsd-ports-gnome-690719e4d56669840ac4b9264f949634ed10d1c1.zip
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
Diffstat (limited to 'net/sdl_net')
-rw-r--r--net/sdl_net/Makefile4
-rw-r--r--net/sdl_net/distinfo6
-rw-r--r--net/sdl_net/files/patch-Makefile.in18
-rw-r--r--net/sdl_net/pkg-plist3
4 files changed, 15 insertions, 16 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile
index 54efb1b9aa6f..2f5d630d87f0 100644
--- a/net/sdl_net/Makefile
+++ b/net/sdl_net/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= sdl_net
-PORTVERSION= 1.2.5
-PORTREVISION= 3
+PORTVERSION= 1.2.6
+PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL_net-${PORTVERSION}
diff --git a/net/sdl_net/distinfo b/net/sdl_net/distinfo
index e5e356138432..2459e6a3ad5c 100644
--- a/net/sdl_net/distinfo
+++ b/net/sdl_net/distinfo
@@ -1,3 +1,3 @@
-MD5 (SDL_net-1.2.5.tar.gz) = e45b1048d2747480dcc65ece4130a920
-SHA256 (SDL_net-1.2.5.tar.gz) = 397dee6b7ac13dea70dd3dd2ae6044f45a632a1ba156da178c96df66fb8ccdcb
-SIZE (SDL_net-1.2.5.tar.gz) = 169238
+MD5 (SDL_net-1.2.6.tar.gz) = 7be5b9ef36129ee187ace96906cd264c
+SHA256 (SDL_net-1.2.6.tar.gz) = 1a4b1a9e63e3cb6a9d482c7fecb0da0edb5b285d06e221cdabdbd421e747554b
+SIZE (SDL_net-1.2.6.tar.gz) = 372116
diff --git a/net/sdl_net/files/patch-Makefile.in b/net/sdl_net/files/patch-Makefile.in
index f85d916aebec..93796b1512a6 100644
--- a/net/sdl_net/files/patch-Makefile.in
+++ b/net/sdl_net/files/patch-Makefile.in
@@ -1,12 +1,10 @@
---- Makefile.in.orig Thu Mar 6 22:49:11 2003
-+++ Makefile.in Sun Jan 22 13:34:45 2006
-@@ -91,3 +91,3 @@
-
--libSDL_netincludedir = $(includedir)/SDL
-+libSDL_netincludedir = $(includedir)/SDL11
- libSDL_netinclude_HEADERS = SDL_net.h
-@@ -102,3 +102,3 @@
+--- Makefile.in.orig Thu Aug 31 14:52:06 2006
++++ Makefile.in Thu Aug 31 14:52:12 2006
+@@ -263,7 +263,6 @@
libSDL_net_la_LIBADD = @INETLIB@
--libSDL_net_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libSDL_net_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libSDL_net_la_LDFLAGS = \
+ -no-undefined \
+- -release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ @HAVE_GUI_LIB_FALSE@EXAMPLES =
diff --git a/net/sdl_net/pkg-plist b/net/sdl_net/pkg-plist
index 6e9ccda94a3a..d9dd4f0fd220 100644
--- a/net/sdl_net/pkg-plist
+++ b/net/sdl_net/pkg-plist
@@ -1,5 +1,6 @@
-include/SDL11/SDL_net.h
+include/SDL/SDL_net.h
lib/libSDL_net.a
lib/libSDL_net.la
lib/libSDL_net.so
lib/libSDL_net.so.0
+@dirrmtry include/SDL