Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 23:28:33 +0100 (CET)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75338: [MAINTAINER-UPDATE] multimedia/mplayer-skins
Message-ID:  <200412202228.iBKMSXUS053500@marvin.riggiland.au>
Resent-Message-ID: <200412202230.iBKMUIIY037669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75338
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] multimedia/mplayer-skins
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 22:30:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD marvin.riggiland.au 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Thu Dec 2 14:40:54 CET 2004 root@marvin.riggiland.au:/usr/obj/usr/src/sys/MARVIN i386
>Description:
This update to the mplayer-skins port resolves two issues left after
the last major update to this port:
o Infinite symbolic link recursion in the default skin dir
o Incomplete cleanup of empty directories in deinstall procedure
>How-To-Repeat:
>Fix:

Patch to multimedia/mplayer-skins:


diff -ruN mplayer-skins-old/Makefile mplayer-skins/Makefile
--- mplayer-skins-old/Makefile	Sun Nov 21 12:50:19 2004
+++ mplayer-skins/Makefile	Mon Dec 20 23:19:05 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	1.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.mplayerhq.hu/MPlayer/Skin/ \
 		http://ftp.lug.udel.edu/MPlayer/Skin/ \
@@ -193,9 +193,9 @@
 do-install:
 # create target directories
 	@${MKDIR} ${PREFIX}/${myDATADIR}
-.if defined(WITH_SKIN_DEFAULT)
-	@${LN} -sf "${PREFIX}/${myDATADIR}/Blue" "${PREFIX}/${myDATADIR}/default"
-.endif
+#.if defined(WITH_SKIN_DEFAULT)
+#	@${LN} -sf "${PREFIX}/${myDATADIR}/Blue" "${PREFIX}/${myDATADIR}/default"
+#.endif
 # both anotate and create target directories
 	@for dir in `cd ${WRKDIR} && ${FIND} . -type d ! -name ".*" | ${SORT} -r` ; do \
 		${MKDIR} "${PREFIX}/${myDATADIR}/$${dir#./}" ; \
diff -ruN mplayer-skins-old/pkg-plist mplayer-skins/pkg-plist
--- mplayer-skins-old/pkg-plist	Fri Nov  5 13:01:44 2004
+++ mplayer-skins/pkg-plist	Mon Dec 20 23:12:00 2004
@@ -1388,4 +1388,4 @@
 %%ABYSS%%@dirrm share/mplayer/Skin/Abyss/icons
 %%ABYSS%%@dirrm share/mplayer/Skin/Abyss
 @dirrm share/mplayer/Skin
-@unexec rmdir share/mplayer/ 2>/dev/null || true
+@unexec rmdir %D/share/mplayer/ 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



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