Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 13:20:36 -0700 (PDT)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42263: sysutils/xmbmon pre-everything message
Message-ID:  <200208312020.g7VKKaAj095782@www.freebsd.org>

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

>Number:         42263
>Category:       ports
>Synopsis:       sysutils/xmbmon pre-everything message
>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:   Sat Aug 31 13:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        4.6 -stable x86
>Organization:
>Environment:
FreeBSD goanna.lan.raisdorf.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Sat Aug 31 13:11:47 CEST 2002     hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA  i386

>Description:
xmbmon is a program that might be compiled without having X installed on the system. xmbmon is compiled with X support by default and has a WITHOUT_X11 variable to prevent this. The existance of this is printed in the pre-extract section so it will be printend after downloading the source file (and perhaps 40MB of unneeded X11 sources!). Changing "pre-extract" to "pre-everything" seems to be a good idea to
me.

While you are at it, you might want to apply pr 40848 to make clear that there is a non-x11 version of this port.
>How-To-Repeat:
cd /usr/ports/sysutils/xmbmon && make install
without having X installed.
>Fix:
--- Makefile.orig       Sat Aug 31 22:12:03 2002
+++ Makefile    Sat Aug 31 22:12:15 2002
@@ -30,7 +30,7 @@
 
 .include <bsd.port.pre.mk>
 
-pre-extract:
+pre-everything:
        @${ECHO}
        @${ECHO} "set WITHOUT_X11 variable to 'yes' if you want to build without X11"
        @${ECHO}

>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?200208312020.g7VKKaAj095782>