Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 18:58:59 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361996 - in head: audio/ksmp3play audio/openal audio/sdl2_mixer audio/sdl_mixer audio/sdl_sound devel/p5-SDL devel/py-game devel/ruby-sdl games/alephone games/battletanks games/prboom ...
Message-ID:  <201407151858.s6FIwxvJ041486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Jul 15 18:58:59 2014
New Revision: 361996
URL: http://svnweb.freebsd.org/changeset/ports/361996
QAT: https://qat.redports.org/buildarchive/r361996/

Log:
  - Convert multimedia/smpeg* to USES=libtool and bump dependent ports
  - Add INSTALL_TARGET=install-strip

Deleted:
  head/multimedia/smpeg/files/patch-ac
  head/multimedia/smpeg2/files/
Modified:
  head/audio/ksmp3play/Makefile
  head/audio/openal/Makefile
  head/audio/sdl2_mixer/Makefile
  head/audio/sdl_mixer/Makefile
  head/audio/sdl_sound/Makefile
  head/devel/p5-SDL/Makefile
  head/devel/py-game/Makefile
  head/devel/ruby-sdl/Makefile
  head/games/alephone/Makefile
  head/games/battletanks/Makefile
  head/games/prboom/Makefile
  head/games/rnd_jue/Makefile
  head/games/rocksndiamonds/Makefile
  head/games/tecnoballz/Makefile
  head/multimedia/dumpmpeg/Makefile
  head/multimedia/smpeg/Makefile
  head/multimedia/smpeg/pkg-plist
  head/multimedia/smpeg2/Makefile
  head/multimedia/smpeg2/pkg-plist
  head/multimedia/xtheater/Makefile
  head/x11-fm/tdfsb/Makefile

Modified: head/audio/ksmp3play/Makefile
==============================================================================
--- head/audio/ksmp3play/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/audio/ksmp3play/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ksmp3play
 PORTVERSION=	0.5.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R}
 

Modified: head/audio/openal/Makefile
==============================================================================
--- head/audio/openal/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/audio/openal/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openal
 PORTVERSION=	20060211
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	audio
 MASTER_SITES=	GENTOO/distfiles
 DISTVERSION=	0.0.8

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/audio/sdl2_mixer/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2_mixer
 PORTVERSION=	2.0.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL2_mixer-${PORTVERSION}

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/audio/sdl_mixer/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_mixer
 PORTVERSION=	1.2.12
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL_mixer-${PORTVERSION}

Modified: head/audio/sdl_sound/Makefile
==============================================================================
--- head/audio/sdl_sound/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/audio/sdl_sound/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_sound
 PORTVERSION=	1.0.3
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	http://offload1.icculus.org:9090/SDL_sound/downloads/ \
 		http://offload2.icculus.org:9090/SDL_sound/downloads/

Modified: head/devel/p5-SDL/Makefile
==============================================================================
--- head/devel/p5-SDL/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/devel/p5-SDL/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SDL
 PORTVERSION=	2.540
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/py-game/Makefile
==============================================================================
--- head/devel/py-game/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/devel/py-game/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	game
 PORTVERSION=	1.9.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	http://pygame.seul.org/ftp/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/ruby-sdl/Makefile
==============================================================================
--- head/devel/ruby-sdl/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/devel/ruby-sdl/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl
 PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel graphics audio ruby
 MASTER_SITES=	RUBYFORGE/ruby${PORTNAME}/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}

Modified: head/games/alephone/Makefile
==============================================================================
--- head/games/alephone/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/alephone/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	alephone
 PORTVERSION=	20120514
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/marathon/Aleph%20One/2012-05-14
 DISTNAME=	AlephOne-${PORTVERSION}

Modified: head/games/battletanks/Makefile
==============================================================================
--- head/games/battletanks/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/battletanks/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	btanks
 PORTVERSION=	0.9.8083
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/
 

Modified: head/games/prboom/Makefile
==============================================================================
--- head/games/prboom/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/prboom/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prboom
 PORTVERSION=	2.5.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
 

Modified: head/games/rnd_jue/Makefile
==============================================================================
--- head/games/rnd_jue/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/rnd_jue/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rnd_jue
 PORTVERSION=	3.3.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \
 		SF/nemysisfreebsdp/${CATEGORIES}/rocksndiamonds/

Modified: head/games/rocksndiamonds/Makefile
==============================================================================
--- head/games/rocksndiamonds/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/rocksndiamonds/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rocksndiamonds
 PORTVERSION=	3.3.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \
 		http://www.artsoft.org/RELEASES/rocksndiamonds/levels/:levels_artsoft \

Modified: head/games/tecnoballz/Makefile
==============================================================================
--- head/games/tecnoballz/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/games/tecnoballz/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tecnoballz
 PORTVERSION=	0.92
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://linux.tlk.fr/games/TecnoballZ/download/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/multimedia/dumpmpeg/Makefile
==============================================================================
--- head/multimedia/dumpmpeg/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/dumpmpeg/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dumpmpeg
 PORTVERSION=	0.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia graphics
 MASTER_SITES=	SF
 

Modified: head/multimedia/smpeg/Makefile
==============================================================================
--- head/multimedia/smpeg/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/smpeg/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smpeg
 PORTVERSION=	0.4.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
 		${MASTER_SITE_GENTOO}
@@ -12,9 +12,9 @@ MASTER_SITE_SUBDIR=	distfiles
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Free MPEG1 video player library with sound support
 
-USE_AUTOTOOLS=	libtool
-USES=		gmake
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool
 USE_SDL=	sdl
 USE_LDCONFIG=	yes
 CONFIGURE_ENV=	GLBASE="${LOCALBASE}" \
@@ -28,8 +28,4 @@ CONFIGURE_ARGS=	--disable-opengl-player 
 		--disable-gtk-player \
 		--enable-mmx
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
-		${WRKSRC}/configure
-
 .include <bsd.port.mk>

Modified: head/multimedia/smpeg/pkg-plist
==============================================================================
--- head/multimedia/smpeg/pkg-plist	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/smpeg/pkg-plist	Tue Jul 15 18:58:59 2014	(r361996)
@@ -11,10 +11,10 @@ include/smpeg/MPEGstream.h
 include/smpeg/MPEGsystem.h
 include/smpeg/MPEGvideo.h
 include/smpeg/smpeg.h
+lib/libsmpeg-0.4.so.0
+lib/libsmpeg-0.4.so.0.1.3
 lib/libsmpeg.a
-lib/libsmpeg.la
 lib/libsmpeg.so
-lib/libsmpeg.so.1
 share/aclocal/smpeg.m4
 man/man1/gtv.1.gz
 man/man1/plaympeg.1.gz

Modified: head/multimedia/smpeg2/Makefile
==============================================================================
--- head/multimedia/smpeg2/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/smpeg2/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smpeg2
 PORTVERSION=	2.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.libsdl.org/projects/smpeg/release/ \
 		http://rsync.macports.org/smpeg2/
@@ -13,8 +13,9 @@ COMMENT=	Free MPEG1 video player library
 
 LICENSE=	GPLv2
 
-USES=		libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
 USE_SDL=	sdl2
 USE_LDCONFIG=	yes
 

Modified: head/multimedia/smpeg2/pkg-plist
==============================================================================
--- head/multimedia/smpeg2/pkg-plist	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/smpeg2/pkg-plist	Tue Jul 15 18:58:59 2014	(r361996)
@@ -11,10 +11,10 @@ include/smpeg2/MPEGstream.h
 include/smpeg2/MPEGsystem.h
 include/smpeg2/MPEGvideo.h
 include/smpeg2/smpeg.h
+lib/libsmpeg2-2.0.so.0
+lib/libsmpeg2-2.0.so.0.0.0
 lib/libsmpeg2.a
 lib/libsmpeg2.so
-lib/libsmpeg2.so.0
-lib/libsmpeg2.so.0.0.0
 %%PLAYMPEG%%man/man1/plaympeg.1.gz
 share/aclocal/smpeg2.m4
 @dirrm include/smpeg2

Modified: head/multimedia/xtheater/Makefile
==============================================================================
--- head/multimedia/xtheater/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/multimedia/xtheater/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xtheater
 PORTVERSION=	1.0.0.p1
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/Xtheater/1.0.0-pre1

Modified: head/x11-fm/tdfsb/Makefile
==============================================================================
--- head/x11-fm/tdfsb/Makefile	Tue Jul 15 18:48:29 2014	(r361995)
+++ head/x11-fm/tdfsb/Makefile	Tue Jul 15 18:58:59 2014	(r361996)
@@ -3,12 +3,12 @@
 
 PORTNAME=	tdfsb
 PORTVERSION=	0.0.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.determinate.net/webdata/data/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A 3D filesystem browser
+COMMENT=	3D filesystem browser
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual



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