From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 18:09:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ED7B8E2; Mon, 30 Jun 2014 18:09:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0229E23CC; Mon, 30 Jun 2014 18:09:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UI9lAv035258; Mon, 30 Jun 2014 18:09:47 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UI9lOs035254; Mon, 30 Jun 2014 18:09:47 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406301809.s5UI9lOs035254@svn.freebsd.org> From: Marcus von Appen Date: Mon, 30 Jun 2014 18:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359894 - head/graphics/sdl2_gfx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 18:09:48 -0000 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 - -.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 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