From owner-freebsd-ports Thu Apr 26 8:58:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 5C88337B42C; Thu, 26 Apr 2001 08:58:47 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta7/8.12.0.Beta7) id f3QFwlSt001624; Thu, 26 Apr 2001 08:58:47 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15080.17846.866318.148776@horsey.gshapiro.net> Date: Thu, 26 Apr 2001 08:58:46 -0700 From: Gregory Neil Shapiro To: "David E. O'Brien" Cc: freebsd-ports@FreeBSD.org Subject: Turning off X11 support in ports In-Reply-To: <200104261536.f3QFapp64509@freefall.freebsd.org> References: <200104261536.f3QFapp64509@freefall.freebsd.org> X-Mailer: VM 6.92 under 21.5 (beta0) "alfalfa" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org obrien> obrien 2001/04/26 08:36:50 PDT obrien> Modified files: obrien> editors/vim6 Makefile obrien> Log: obrien> Add the NO_GUI knob for those who want a hugely-featured Vim, but don't obrien> want the X depandancy. Perhaps there should be some consistency in how to turn off X in the ports: editors/vim5/Makefile .if !defined(NO_GUI) emulators/mtools/Makefile .if !defined(NO_X) games/qix/Makefile .if defined(NO_X) games/qix/Makefile MAKE_ARGS= NO_X11=yes graphics/ImageMagick/Makefile .if defined(NO_X) graphics/libungif/Makefile .ifdef (NO_X) lang/tclX82/Makefile .ifdef NO_X net/openh323/Makefile .if defined(NO_XWINDOWS) net/scotty3/Makefile .ifdef (NO_X) print/apsfilter/Makefile .if defined(NO_X) print/ghostscript6/Makefile .if !defined(NO_X) NO_X seems to be the most popular (though in may different test forms). If that's the chosen method, only three ports (editors/vim5, editors/vim6, and net/openh323) would need to change. Those could be changed in such a way as to leave the old knob in for backward compatibility (perhaps with a warning to the user). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message