Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 00:39:56 -0800 (PST)
From:      "<Adam Weinberger" <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44806: phoenix build fails [patch]
Message-ID:  <200211010839.gA18du9A098393@freefall.freebsd.org>

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

>Number:         44806
>Category:       ports
>Synopsis:       phoenix build fails [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 00:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Oct 29 16:21:41 PST 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky  i386


	
>Description:
	www/phoenix is failing to build. Any invocation returns:
	===>  phoenix-0.4 is marked as broken: Unknown component ORBit.

	The USE_GNOME line needs to go from 'ORBit' to 'orbit'
	
>How-To-Repeat:
	root@smacky:/usr/ports/www/phoenix# cd      
	root@smacky:~# cd /usr/ports/www/phoenix
	root@smacky:/usr/ports/www/phoenix# make fetch
	===>  phoenix-0.4 is marked as broken: Unknown component ORBit.
	
>Fix:

Index: phoenix/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/phoenix/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- phoenix/Makefile    1 Nov 2002 04:17:51 -0000       1.16
+++ phoenix/Makefile    1 Nov 2002 08:37:31 -0000
@@ -35,7 +35,7 @@
 GNU_CONFIGURE=         yes
 
 USE_GNOMENG=           yes
-USE_GNOME=             gtk12 ORBit
+USE_GNOME=             gtk12 orbit
 
 CFLAGS+=               ${PTHREAD_CFLAGS}
 LIBS+=                 ${PTHREAD_LIBS}

	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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