[Midnightbsd-cvs] mports [19414] trunk/graphics/sdl_gfx: sdl gfx 2.0.25
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 9 21:18:41 EDT 2015
Revision: 19414
http://svnweb.midnightbsd.org/mports/?rev=19414
Author: laffer1
Date: 2015-06-09 21:18:40 -0400 (Tue, 09 Jun 2015)
Log Message:
-----------
sdl gfx 2.0.25
Modified Paths:
--------------
trunk/graphics/sdl_gfx/Makefile
trunk/graphics/sdl_gfx/distinfo
trunk/graphics/sdl_gfx/pkg-plist
Modified: trunk/graphics/sdl_gfx/Makefile
===================================================================
--- trunk/graphics/sdl_gfx/Makefile 2015-06-10 01:14:50 UTC (rev 19413)
+++ trunk/graphics/sdl_gfx/Makefile 2015-06-10 01:18:40 UTC (rev 19414)
@@ -1,39 +1,31 @@
-# ex:ts=8
-# Ports collection makefile for: sdl_gfx
-# Date created: Apr 25, 2002
-# Whom: ijliao
-#
# $MidnightBSD$
# $FreeBSD: ports/graphics/sdl_gfx/Makefile,v 1.34 2007/10/28 12:01:32 shaun Exp $
-#
PORTNAME= sdl_gfx
-PORTVERSION= 2.0.13
+PORTVERSION= 2.0.25
+PORTREVISION= 3
CATEGORIES= graphics
-MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \
- http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
-MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R}
+MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
DISTNAME= SDL_gfx-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
-LICENSE= lgpl
-USE_AUTOTOOLS= libtool
+LICENSE= zlib
+
+USES= autoreconf gmake libtool pathfix
+PATHFIX_MAKEFILEIN= Makefile.am
USE_SDL= sdl
-USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd6.0
-CONFIGURE_ARGS= --includedir=${PREFIX}/include \
- --disable-mmx
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
+CONFIGURE_ARGS= --includedir=${PREFIX}/include
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= MMX
-.if defined(WITH_MMX) && (${ARCH} == "i386")
-CFLAGS+= -DUSE_MMX
-.endif
+MMX_CONFIGURE_ENABLE= mmx
+MMX_CFLAGS= -DUSE_MMX
-.include <bsd.port.post.mk>
+.include <bsd.mport.options.mk>
+
+.include <bsd.port.mk>
Modified: trunk/graphics/sdl_gfx/distinfo
===================================================================
--- trunk/graphics/sdl_gfx/distinfo 2015-06-10 01:14:50 UTC (rev 19413)
+++ trunk/graphics/sdl_gfx/distinfo 2015-06-10 01:18:40 UTC (rev 19414)
@@ -1,3 +1,2 @@
-SHA256 (SDL_gfx-2.0.13.tar.gz) = d350706545894d1a60c6fa9109349c420ba86bb7243c770cf1602ccc820661d6
-RMD160 (SDL_gfx-2.0.13.tar.gz) = 237510724dbcfe86163fa715a5b005588009b096
-SIZE (SDL_gfx-2.0.13.tar.gz) = 598297
+SHA256 (SDL_gfx-2.0.25.tar.gz) = 556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0
+SIZE (SDL_gfx-2.0.25.tar.gz) = 1760656
Modified: trunk/graphics/sdl_gfx/pkg-plist
===================================================================
--- trunk/graphics/sdl_gfx/pkg-plist 2015-06-10 01:14:50 UTC (rev 19413)
+++ trunk/graphics/sdl_gfx/pkg-plist 2015-06-10 01:18:40 UTC (rev 19414)
@@ -1,10 +1,11 @@
include/SDL/SDL_framerate.h
+include/SDL/SDL_gfxBlitFunc.h
include/SDL/SDL_gfxPrimitives.h
include/SDL/SDL_gfxPrimitives_font.h
include/SDL/SDL_imageFilter.h
include/SDL/SDL_rotozoom.h
lib/libSDL_gfx.a
-lib/libSDL_gfx.la
lib/libSDL_gfx.so
-lib/libSDL_gfx.so.13
- at dirrmtry include/SDL
+lib/libSDL_gfx.so.15
+lib/libSDL_gfx.so.15.9.1
+libdata/pkgconfig/SDL_gfx.pc
More information about the Midnightbsd-cvs
mailing list