Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Jan 2004 00:28:29 -0800 (PST)
From:      Tom McLaughlin <tom@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60885: graphics/gimageview fails to build using the WITH_LIBXINE knob	
Message-ID:  <20040104082829.C553B43D53@mx1.FreeBSD.org>
Resent-Message-ID: <200401040830.i048UH2f097564@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 04 00:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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