Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2009 12:40:07 GMT
From:      Matt Dawson <matt@chronos.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132095: multimedia/libxine missing dependency on perl5
Message-ID:  <200902251240.n1PCe7Ua043564@www.freebsd.org>
Resent-Message-ID: <200902251250.n1PCo1Hs095714@freefall.freebsd.org>

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

>Number:         132095
>Category:       ports
>Synopsis:       multimedia/libxine missing dependency on perl5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 12:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        7-STABLE (RELENG_7)
>Organization:
>Environment:
FreeBSD tinderbox 7.1-STABLE FreeBSD 7.1-STABLE #1: Thu Jan 15 11:43:24 GMT 2009     root@tinderbox:/usr/obj/usr/src/sys/TINDERBOX  amd64
>Description:
Picked up by my tinderbox: multimedia/libxine is missing a dependency on perl5. It is also leaving two NLS directories behind.
>How-To-Repeat:
Try to install libxine on a clean system or in a tinderbox jail.
>Fix:
Diff attached.

Patch attached with submission follows:

diff -ruN /usr/local/tinderbox/portstrees/Server/ports/multimedia/libxine/Makefile /usr/local/tinderbox/portstrees/Desktop/ports/multimedia/libxine/Makefile
--- /usr/local/tinderbox/portstrees/Server/ports/multimedia/libxine/Makefile	2009-02-23 19:28:58.000000000 +0000
+++ /usr/local/tinderbox/portstrees/Desktop/ports/multimedia/libxine/Makefile	2009-02-24 20:37:49.000000000 +0000
@@ -37,6 +37,7 @@
 WANT_GNOME=	yes
 USE_GNOME=	gnomehack gnometarget
 USE_GMAKE=	yes
+USE_PERL5=	yes
 USE_XORG=	x11 xv xinerama
 USE_GL=		gl glu
 USE_SDL=	sdl
diff -ruN /usr/local/tinderbox/portstrees/Server/ports/multimedia/libxine/pkg-plist /usr/local/tinderbox/portstrees/Desktop/ports/multimedia/libxine/pkg-plist
--- /usr/local/tinderbox/portstrees/Server/ports/multimedia/libxine/pkg-plist	2009-02-23 19:28:58.000000000 +0000
+++ /usr/local/tinderbox/portstrees/Desktop/ports/multimedia/libxine/pkg-plist	2009-02-24 21:01:55.000000000 +0000
@@ -236,6 +236,8 @@
 @dirrm %%DOCSDIR%%
 @dirrmtry share/locale/pl_PL/LC_MESSAGES
 @dirrmtry share/locale/pl_PL
+@dirrmtry share/locale/en_US/LC_MESSAGES
+@dirrmtry share/locale/en_US
 @dirrm %%DATADIR%%/libxine1/fonts
 @dirrm %%DATADIR%%/libxine1
 @dirrm %%DATADIR%%


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



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