Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 19:34:03 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r344948 - in branches/2014Q1/multimedia: mencoder mplayer mplayer/files
Message-ID:  <201402181934.s1IJY3rB011257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Tue Feb 18 19:34:02 2014
New Revision: 344948
URL: http://svnweb.freebsd.org/changeset/ports/344948
QAT: https://qat.redports.org/buildarchive/r344948/

Log:
  MFH: r344827
  
  - Drop support for pre-8.3 systems
  - Convert old LIB_DEPENDS to new format
  - Fix staging breakage for PREFIX!=LOCALBASE
  - Fix bug passing wrong CONFIGURE_ARGS when using DEBUG
    (causes dangling dependencies in debug builds)
  - Bump PORTREVISION
  - Update maintainer e-mail address
  
  Approved by:	portmgr (miwi), thierry (mentor)

Deleted:
  branches/2014Q1/multimedia/mplayer/files/extra-patch-base_system_log2f
Modified:
  branches/2014Q1/multimedia/mencoder/Makefile
  branches/2014Q1/multimedia/mplayer/Makefile
  branches/2014Q1/multimedia/mplayer/Makefile.options
  branches/2014Q1/multimedia/mplayer/Makefile.shared
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/multimedia/mencoder/Makefile
==============================================================================
--- branches/2014Q1/multimedia/mencoder/Makefile	Tue Feb 18 19:25:01 2014	(r344947)
+++ branches/2014Q1/multimedia/mencoder/Makefile	Tue Feb 18 19:34:02 2014	(r344948)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mencoder
 PORTVERSION=	${MPLAYER_PORT_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	Convenient video file and movie encoder
 

Modified: branches/2014Q1/multimedia/mplayer/Makefile
==============================================================================
--- branches/2014Q1/multimedia/mplayer/Makefile	Tue Feb 18 19:25:01 2014	(r344947)
+++ branches/2014Q1/multimedia/mplayer/Makefile	Tue Feb 18 19:34:02 2014	(r344948)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	High performance media player supporting many formats
 
@@ -37,8 +37,6 @@ WIN32_DESC?=	Install win32 binary codecs
 X11DGA_DESC?=	X11 DGA video driver support
 X11VM_DESC?=	X11 VidMode support
 
-#MANCOMPRESSED=	no
-
 SUB_FILES=	pkg-message
 
 CONFFILES=	example.conf input.conf menu.conf dvb-menu.conf
@@ -96,7 +94,7 @@ CONFIGURE_ARGS+=--disable-dga1 --disable
 .endif
 .if ${PORT_OPTIONS:MOPENGL}
 USE_XORG+=	glproto
-LIB_DEPENDS+=	GL:${PORTSDIR}/graphics/libGL
+LIB_DEPENDS+=	libGL.so:${PORTSDIR}/graphics/libGL
 .else
 CONFIGURE_ARGS+=--disable-gl
 .endif
@@ -178,7 +176,7 @@ post-install:
 .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11}
 	@${LN} -sf ${PREFIX}/bin/mplayer ${STAGEDIR}${PREFIX}/bin/gmplayer
 	@(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz)
-	${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${LOCALBASE}/share/pixmaps/mplayer.png
+	${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${PREFIX}/share/pixmaps/mplayer.png
 .endif
 	@${CAT} ${PKGMESSAGE}
 

Modified: branches/2014Q1/multimedia/mplayer/Makefile.options
==============================================================================
--- branches/2014Q1/multimedia/mplayer/Makefile.options	Tue Feb 18 19:25:01 2014	(r344947)
+++ branches/2014Q1/multimedia/mplayer/Makefile.options	Tue Feb 18 19:34:02 2014	(r344948)
@@ -105,10 +105,6 @@ CONFIGURE_ARGS+=	--disable-tv-v4l1 \
 # Build system handling (including OPTIONS)
 # =========================================
 
-.if ${OSVERSION} < 802502
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-base_system_log2f
-.endif
-
 #On i386, gcc runs out of general purpose registers when
 #trying to compile a debug version with the default flags.
 .if ${PORT_OPTIONS:MDEBUG}

Modified: branches/2014Q1/multimedia/mplayer/Makefile.shared
==============================================================================
--- branches/2014Q1/multimedia/mplayer/Makefile.shared	Tue Feb 18 19:25:01 2014	(r344947)
+++ branches/2014Q1/multimedia/mplayer/Makefile.shared	Tue Feb 18 19:34:02 2014	(r344948)
@@ -13,7 +13,7 @@ WRKSRC=		${WRKDIR}/mplayer-export-${MPLA
 
 PROJECTHOST=	bsdistfiles
 
-MAINTAINER?=	thomas.e.zander@googlemail.com
+MAINTAINER?=	riggs@FreeBSD.org
 
 LICENSE=	GPLv2
 



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