Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2004 23:03:09 +0200 (CEST)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66153: multimedia/libxine fix packaging (missing dep on png)
Message-ID:  <200405012103.i41L39Bh076641@hood.oook.cz>
Resent-Message-ID: <200405012110.i41LAIS1011027@freefall.freebsd.org>

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

>Number:         66153
>Category:       ports
>Synopsis:       multimedia/libxine fix packaging (missing dep on png)
>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:   Sat May 01 14:10:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hood.oook.cz 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Thu Apr 1 02:35:49 CEST 2004 root@hood.oook.cz:/usr/obj/usr/src/sys/PAV i386


	
>Description:
Libxine does not package in clean environment:

===>  Building package for libxine-1.0.r3_5
tar: lib/xine/plugins/1.0.0/xineplug_decode_image.so: Cannot stat: No such file or directory
tar: lib/xine/plugins/1.0.0/xineplug_dmx_image.so: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
pkg_create: make_dist: tar command failed with code 512

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/libxine/Makefile,v
retrieving revision 1.59
diff -a -u -r1.59 Makefile
--- Makefile	11 Apr 2004 15:56:04 -0000	1.59
+++ Makefile	1 May 2004 20:59:58 -0000
@@ -25,6 +25,7 @@
 		speex.2:${PORTSDIR}/audio/speex \
 		aa.1:${PORTSDIR}/graphics/aalib \
 		mng.1:${PORTSDIR}/graphics/libmng \
+		png.5:${PORTSDIR}/graphics/png \
 		dvdread.3:${PORTSDIR}/multimedia/libdvdread
 
 USE_GETTEXT=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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