From tmclaugh@sdf.lonestar.org  Sun Jan  4 00:28:31 2004
Return-Path: <tmclaugh@sdf.lonestar.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07E0616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Jan 2004 00:28:31 -0800 (PST)
Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154])
	by mx1.FreeBSD.org (Postfix) with SMTP id C553B43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Jan 2004 00:28:29 -0800 (PST)
	(envelope-from tmclaugh@sdf.lonestar.org)
Received: (qmail 19610 invoked from network); 4 Jan 2004 08:29:06 -0000
Received: from unknown (HELO localhost) (192.168.1.128)
  by 192.168.1.129 with SMTP; 4 Jan 2004 08:29:06 -0000
Message-Id: <20040104082829.C553B43D53@mx1.FreeBSD.org>
Date: Sun,  4 Jan 2004 00:28:29 -0800 (PST)
From: Tom McLaughlin <tom@FreeBSD.ORG>
Reply-To: tmclaugh@sdf.lonestar.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: graphics/gimageview fails to build using the WITH_LIBXINE knob	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60885
>Category:       ports
>Synopsis:       graphics/gimageview fails to build using the WITH_LIBXINE knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 04 00:30:17 PST 2004
>Closed-Date:    Sun Jan 04 06:49:01 PST 2004
>Last-Modified:  Sun Jan 04 06:49:01 PST 2004
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD compass.straycat.dhs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sun Dec 21 00:00:21 EST 2003 root@compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS i386


	
>Description:
	The gimageview port fails to build when using the WITH_LIBXINE knob due
to an incorrect libxine version number and incorrect libxine port location.  A 
patch has been attached to correct this.

>How-To-Repeat:
	From /usr/ports/graphics/gimageview
	$ make WITH_LIBXINE=yes build

>Fix:

	

--- gimageview_Makefile-xine.diff begins here ---
diff -Nur gimageview.old/Makefile gimageview/Makefile
--- gimageview.old/Makefile	Sat Jan  3 03:08:23 2004
+++ gimageview/Makefile	Sat Jan  3 03:11:39 2004
@@ -77,7 +77,7 @@
 .endif
 
 .if defined(WITH_LIBXINE)
-LIB_DEPENDS+=	xine.3:${PORTSDIR}/graphics/libxine
+LIB_DEPENDS+=	xine.8:${PORTSDIR}/multimedia/libxine
 CONFIGURE_ARGS+=	--with-xine
 PLIST_SUB+=	WITH_LIBXINE=""
 .else
--- gimageview_Makefile-xine.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Jan 4 06:48:53 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60885 
>Unformatted:
