Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 10:59:33 -0700 (PDT)
From:      <nsayer@talarian.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27542: xmps should not require gnome
Message-ID:  <200105221759.f4MHxXn57979@beast.talarian.com>

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

>Number:         27542
>Category:       ports
>Synopsis:       xmps should not require gnome
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 11:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
just me
>Environment:
System: FreeBSD beast.talarian.com 4.3-RELEASE FreeBSD 4.3-RELEASE #11: Sat Apr 21 10:12:11 PDT 2001 nsayer@beast.talarian.com:/usr/obj/usr/src/sys/BEAST i386


>Description:

The xmps port has 'WITH_GHOME' in it. This is not required. The port builds
just fine without gnome.

>How-To-Repeat:

>Fix:

--- Makefile.orig       Tue May 22 10:58:07 2001
+++ Makefile    Tue May 22 10:51:15 2001
@@ -17,7 +17,8 @@
 SDL_CONFIG?=   ${LOCALBASE}/bin/sdl11-config
 
 USE_X_PREFIX=  yes
-WITH_GNOME=    yes
+WANT_GNOME=    yes
+USE_GTK=       yes
 INSTALLS_SHLIB=        yes
 USE_LIBTOOL=   yes
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

The result is that the port will build the same as before for those who have
gnome stuff installed, but the rest of the world will not be forced to
load umpteen bazillion MB of stuff just to run one program.

>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?200105221759.f4MHxXn57979>