svn commit: r359894 - head/graphics/sdl2_gfx

Marcus von Appen mva at FreeBSD.org
Mon Jun 30 18:09:48 UTC 2014


Author: mva
Date: Mon Jun 30 18:09:47 2014
New Revision: 359894
URL: http://svnweb.freebsd.org/changeset/ports/359894
QAT: https://qat.redports.org/buildarchive/r359894/

Log:
  - Update to version 1.0.1
  - Simplify OPTIONS usage
  - Remove .la files

Modified:
  head/graphics/sdl2_gfx/Makefile
  head/graphics/sdl2_gfx/distinfo
  head/graphics/sdl2_gfx/pkg-plist

Modified: head/graphics/sdl2_gfx/Makefile
==============================================================================
--- head/graphics/sdl2_gfx/Makefile	Mon Jun 30 17:52:27 2014	(r359893)
+++ head/graphics/sdl2_gfx/Makefile	Mon Jun 30 18:09:47 2014	(r359894)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sdl2_gfx
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ferzkopp.net/Software/%SUBDIR%/
 MASTER_SITE_SUBDIR=	SDL2_gfx
@@ -14,21 +13,14 @@ COMMENT=	SDL graphics drawing primitives
 
 LICENSE=	ZLIB
 
-USES=		pathfix gmake
-USE_AUTOTOOLS=	libtool
+USES=		pathfix gmake libtool:oldver
 USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	MMX
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMMX}
-CONFIGURE_ARGS+=--enable-mmx
-CFLAGS+=	-DUSE_MMX
-.else
-CONFIGURE_ARGS=--disable-mmx
-.endif
+MMX_CONFIGURE_ENABLE=	mmx
+MMX_CFLAGS=		-DUSE_MMX
 
 .include <bsd.port.mk>

Modified: head/graphics/sdl2_gfx/distinfo
==============================================================================
--- head/graphics/sdl2_gfx/distinfo	Mon Jun 30 17:52:27 2014	(r359893)
+++ head/graphics/sdl2_gfx/distinfo	Mon Jun 30 18:09:47 2014	(r359894)
@@ -1,2 +1,2 @@
-SHA256 (SDL2_gfx-1.0.0.tar.gz) = 9843924d46eacbabba685a239cf2284b948766a20ef2caa48cb18462a3295caf
-SIZE (SDL2_gfx-1.0.0.tar.gz) = 1081660
+SHA256 (SDL2_gfx-1.0.1.tar.gz) = d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a
+SIZE (SDL2_gfx-1.0.1.tar.gz) = 1078780

Modified: head/graphics/sdl2_gfx/pkg-plist
==============================================================================
--- head/graphics/sdl2_gfx/pkg-plist	Mon Jun 30 17:52:27 2014	(r359893)
+++ head/graphics/sdl2_gfx/pkg-plist	Mon Jun 30 18:09:47 2014	(r359894)
@@ -2,8 +2,8 @@ include/SDL2/SDL2_framerate.h
 include/SDL2/SDL2_gfxPrimitives.h
 include/SDL2/SDL2_imageFilter.h
 include/SDL2/SDL2_rotozoom.h
-lib/libSDL2_gfx-1.0.so
+libdata/pkgconfig/SDL2_gfx.pc
 lib/libSDL2_gfx-1.0.so.0
+lib/libSDL2_gfx-1.0.so
 lib/libSDL2_gfx.a
-lib/libSDL2_gfx.la
 lib/libSDL2_gfx.so


More information about the svn-ports-head mailing list