[Midnightbsd-cvs] mports: graphics/sdl_image: Update to 1.25

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 25 00:57:29 EDT 2007


Log Message:
-----------
Update to 1.25

Modified Files:
--------------
    mports/graphics/sdl_image:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)
    mports/graphics/sdl_image/files:
        patch-ab (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/graphics/sdl_image/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/sdl_image/pkg-plist -Lgraphics/sdl_image/pkg-plist -u -r1.1 -r1.2
--- graphics/sdl_image/pkg-plist
+++ graphics/sdl_image/pkg-plist
@@ -1,6 +1,7 @@
 bin/showimage
-include/SDL11/SDL_image.h
+include/SDL/SDL_image.h
 lib/libSDL_image.a
 lib/libSDL_image.la
 lib/libSDL_image.so
-lib/libSDL_image.so.10
+lib/libSDL_image.so.1
+ at dirrmtry include/SDL
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/sdl_image/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/sdl_image/Makefile -Lgraphics/sdl_image/Makefile -u -r1.1 -r1.2
--- graphics/sdl_image/Makefile
+++ graphics/sdl_image/Makefile
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	sdl_image
-PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTVERSION=	1.2.5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL_image-${PORTVERSION}
@@ -23,11 +22,11 @@
 USE_SDL=	sdl
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
 CONFIGURE_ARGS=	--enable-tif --enable-xcf
-MAKE_ARGS=	LT_CURRENT=10 LT_REVISION=0 LT_AGE=0
+#MAKE_ARGS=	LT_CURRENT=10 LT_REVISION=0 LT_AGE=0
 USE_LDCONFIG=	yes
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/sdl_image/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/sdl_image/distinfo -Lgraphics/sdl_image/distinfo -u -r1.1 -r1.2
--- graphics/sdl_image/distinfo
+++ graphics/sdl_image/distinfo
@@ -1,3 +1,3 @@
-MD5 (SDL_image-1.2.4.tar.gz) = 70bf617f99e51a2c94550fc79d542f0b
-SHA256 (SDL_image-1.2.4.tar.gz) = c295b5fdb8c51fd363a351b9ca66b1d3c50f99d5610a0629d719757a35139032
-SIZE (SDL_image-1.2.4.tar.gz) = 841885
+MD5 (SDL_image-1.2.5.tar.gz) = cd006109a73bf7dcc93e1c3ed15ee782
+SHA256 (SDL_image-1.2.5.tar.gz) = 8a665d136fb17cc9fedcd8e42d21fcab553bd7ab67b6cafea2c6c7efe1adb308
+SIZE (SDL_image-1.2.5.tar.gz) = 1308637
Index: patch-ab
===================================================================
RCS file: /home/cvs/mports/graphics/sdl_image/files/patch-ab,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/sdl_image/files/patch-ab -Lgraphics/sdl_image/files/patch-ab -u -r1.1 -r1.2
--- graphics/sdl_image/files/patch-ab
+++ graphics/sdl_image/files/patch-ab
@@ -1,17 +1,8 @@
 
-$FreeBSD: ports/graphics/sdl_image/files/patch-ab,v 1.2 2004/12/23 11:15:34 krion Exp $
+$FreeBSD: ports/graphics/sdl_image/files/patch-ab,v 1.3 2006/09/20 11:21:42 stas Exp $
 
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -225,7 +225,7 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- lib_LTLIBRARIES = libSDL_image.la
--libSDL_imageincludedir = $(includedir)/SDL
-+libSDL_imageincludedir = $(includedir)/SDL11
- libSDL_imageinclude_HEADERS = \
- 	SDL_image.h
- 
 @@ -255,7 +255,6 @@
  
  libSDL_image_la_LDFLAGS = \


More information about the Midnightbsd-cvs mailing list