Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 18:23:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360443 - head/devel/sdl20
Message-ID:  <201407031823.s63INuUd004324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 18:23:56 2014
New Revision: 360443
URL: http://svnweb.freebsd.org/changeset/ports/360443
QAT: https://qat.redports.org/buildarchive/r360443/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/devel/sdl20/Makefile
  head/devel/sdl20/pkg-plist

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Thu Jul  3 18:22:12 2014	(r360442)
+++ head/devel/sdl20/Makefile	Thu Jul  3 18:23:56 2014	(r360443)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.libsdl.org/release/
 DISTNAME=	SDL2-${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT=	Cross-platform multimedia devel
 LICENSE=	ZLIB
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv libtool:keepla pathfix pkgconfig
+USES=		gmake iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=	--disable-video-opengles \

Modified: head/devel/sdl20/pkg-plist
==============================================================================
--- head/devel/sdl20/pkg-plist	Thu Jul  3 18:22:12 2014	(r360442)
+++ head/devel/sdl20/pkg-plist	Thu Jul  3 18:23:56 2014	(r360443)
@@ -66,7 +66,6 @@ include/SDL2/close_code.h
 lib/libSDL2-2.0.so.0
 lib/libSDL2-2.0.so.0.2.1
 lib/libSDL2.a
-lib/libSDL2.la
 lib/libSDL2.so
 lib/libSDL2_test.a
 lib/libSDL2main.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031823.s63INuUd004324>