Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2009 01:31:12 GMT
From:      "Carlos A. M. dos Santos" <unixmania@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141789: multimedia/gxine: remove false dependence on libXaw
Message-ID:  <200912200131.nBK1VCiC058238@www.freebsd.org>
Resent-Message-ID: <200912200140.nBK1e2AI008505@freefall.freebsd.org>

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

>Number:         141789
>Category:       ports
>Synopsis:       multimedia/gxine: remove false dependence on libXaw
>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:   Sun Dec 20 01:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Carlos A. M. dos Santos
>Release:        9.0-CURRENT
>Organization:
N.A.
>Environment:
FreeBSD avatar 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Mon Dec  7 03:06:31 UTC 2009     root@avatar:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Gxine doe not depend on libXaw bu the port makefile lists it as a dependence.
>How-To-Repeat:
cd /usr/ports/multimedia/gxine
make
 :-)
>Fix:
Apply the attached patch.

Patch attached with submission follows:

--- multimedia/gxine/Makefile.orig	2009-11-29 17:02:04.000000000 -0200
+++ multimedia/gxine/Makefile	2009-12-19 23:18:58.000000000 -0200
@@ -21,7 +21,7 @@
 USE_GNOME=	gtk20 gnomehier
 USE_GMAKE=	yes
 USE_GCC=	4.2+
-USE_XORG=	x11 xaw ice
+USE_XORG=	x11 ice
 MAKE_ARGS+=	LDFLAGS=-shared-libgcc
 CNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--without-hal --with-libintl-prefix=${LOCALBASE}


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



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