ports/104363: [PATCH] multimedia/mtv: fix pkg-plist

Thomas Abthorpe thomas at goodking.ca
Thu Oct 12 19:50:32 UTC 2006


>Number:         104363
>Category:       ports
>Synopsis:       [PATCH] multimedia/mtv: fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 19:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- fix pkg-plist to cleanup delinquent files
- pet portlint

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mtv-1.2.5_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/mtv/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	17 Sep 2006 01:22:05 -0000	1.18
+++ Makefile	12 Oct 2006 19:42:42 -0000
@@ -15,8 +15,6 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	High-performance MPEG video player (shareware)
 
-BROKEN=		Incomplete pkg-plist
-
 EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}.tar.gz
 RESTRICTED=	No redistribution
 ONLY_FOR_ARCHS=	i386
@@ -34,7 +32,7 @@
 	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libSDLx11.so.tar.gz \
 		${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/libSDLx11
 	${INSTALL_DATA} ${WRKDIR}/libSDLx11/libSDLx11.so.0.9.9 \
-		${LINUXBASE}/usr/X11R6/lib
+		${LINUXBASE}${X11BASE}/lib
 	${LINUXBASE}/sbin/ldconfig
 	${INSTALL_PROGRAM} ${WRKSRC}/mtv ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/mtvp ${PREFIX}/bin
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/multimedia/mtv/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	1 Jul 2001 21:42:51 -0000	1.3
+++ pkg-plist	12 Oct 2006 19:42:42 -0000
@@ -1,3 +1,5 @@
+ at unexec for dir in /compat/linux/usr/X11R6/lib %D/lib; do if [ -e ${dir}/libSDLx11.so.0.9.9 ]; then (/bin/rm ${dir}/libSDLx11.so.0.9.9); fi ; done
+ at unexec for dir in /compat/linux/usr/X11R6/lib %D/lib; do if [ -L ${dir}/libSDLx11.so.0.9 ]; then (/bin/rm ${dir}/libSDLx11.so.0.9); fi ; done
 bin/mtv
 bin/mtvp
 %%PORTDOCS%%share/doc/mtv/LICENSE
--- mtv-1.2.5_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list