svn commit: r356556 - head/audio/sdl2_mixer

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 23:00:58 UTC 2014


Author: amdmi3
Date: Wed Jun  4 23:00:57 2014
New Revision: 356556
URL: http://svnweb.freebsd.org/changeset/ports/356556
QAT: https://qat.redports.org/buildarchive/r356556/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/sdl2_mixer/Makefile
  head/audio/sdl2_mixer/pkg-plist

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Wed Jun  4 22:56:34 2014	(r356555)
+++ head/audio/sdl2_mixer/Makefile	Wed Jun  4 23:00:57 2014	(r356556)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2_mixer
 PORTVERSION=	2.0.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL2_mixer-${PORTVERSION}
@@ -12,7 +12,7 @@ COMMENT=	A sample multi-channel audio mi
 
 LICENSE=	ZLIB
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool
 USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/audio/sdl2_mixer/pkg-plist
==============================================================================
--- head/audio/sdl2_mixer/pkg-plist	Wed Jun  4 22:56:34 2014	(r356555)
+++ head/audio/sdl2_mixer/pkg-plist	Wed Jun  4 23:00:57 2014	(r356556)
@@ -1,7 +1,6 @@
 include/SDL2/SDL_mixer.h
-lib/libSDL2_mixer-2.0.so
 lib/libSDL2_mixer-2.0.so.0
+lib/libSDL2_mixer-2.0.so.0.0.0
 lib/libSDL2_mixer.a
-lib/libSDL2_mixer.la
 lib/libSDL2_mixer.so
 libdata/pkgconfig/SDL2_mixer.pc


More information about the svn-ports-head mailing list