ports/132095: multimedia/libxine missing dependency on perl5

Matt Dawson matt at chronos.org.uk
Wed Feb 25 12:50:02 UTC 2009


>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 at 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
+ at dirrmtry share/locale/en_US/LC_MESSAGES
+ at dirrmtry share/locale/en_US
 @dirrm %%DATADIR%%/libxine1/fonts
 @dirrm %%DATADIR%%/libxine1
 @dirrm %%DATADIR%%


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



More information about the freebsd-ports-bugs mailing list