From 0d2725682b8325a08b11592d11062997bb9dc7f2 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Wed, 20 Sep 2006 11:21:59 +0000 Subject: - 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) --- devel/sdl12/files/patch-ag | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 devel/sdl12/files/patch-ag (limited to 'devel/sdl12/files/patch-ag') diff --git a/devel/sdl12/files/patch-ag b/devel/sdl12/files/patch-ag deleted file mode 100644 index ac69a60f0726..000000000000 --- a/devel/sdl12/files/patch-ag +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.in.orig Mon Feb 23 08:32:05 2004 -+++ src/Makefile.in Mon Mar 8 18:41:14 2004 -@@ -296,12 +296,12 @@ - DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS) - - # The SDL library target --lib_LTLIBRARIES = libSDL.la -+lib_LTLIBRARIES = libSDL-1.1.la - libSDL_la_SOURCES = $(GENERAL_SRCS) - libSDL_la_LDFLAGS = \ - -no-undefined \ -- -release $(LT_RELEASE) \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+# -release $(LT_RELEASE) \ - - libSDL_la_LIBADD = \ - main/libarch.la \ -@@ -383,7 +383,7 @@ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done --libSDL.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) -+libSDL-1.1.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libSDL_la_LDFLAGS) $(libSDL_la_OBJECTS) $(libSDL_la_LIBADD) $(LIBS) - - mostlyclean-compile: -- cgit v1.2.3