Date: Wed, 4 Jun 2014 23:00:57 +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: r356556 - head/audio/sdl2_mixer Message-ID: <201406042300.s54N0vpr068425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406042300.s54N0vpr068425>