Date: Tue, 5 Jul 2005 22:39:49 +1100 (VLAST) From: Dima Panov <redfox@Fluffy.Khv.RU> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83009: OPTIONify misc/mc Message-ID: <200507051139.j65Bdn3u072410@Fluffy.Khv.RU> Resent-Message-ID: <200507051210.j65CAHKW062130@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83009 >Category: ports >Synopsis: OPTIONify misc/mc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 12:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 4.10-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 07:01:00 VLAST 2004 root@Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386 >Description: OPTIONify misc/mc, fix hidden dependency on Xlib >How-To-Repeat: >Fix: Index: misc/mc/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/mc/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- misc/mc/Makefile 12 Mar 2005 10:52:02 -0000 1.102 +++ misc/mc/Makefile 12 Mar 2005 23:28:34 -0000 @@ -23,6 +23,12 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes +OPTIONS= SLANG "Build with SLang library" on \ + ICONV "Build with iconv recoding" on \ + X11 "Build with X11 library" off \ + SUBSHELL "Build with subshell support" off \ + SAMBA "Build with Samba support" off + .include <bsd.port.pre.mk> .if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL)) @@ -40,6 +46,8 @@ .if !defined(WITH_X11) || defined(MINIMAL) CONFIGURE_ARGS+=--without-x +.else +USE_XLIB= yes .endif .if !defined(WITH_EDIT) && (defined(WITHOUT_EDIT) || defined(MINIMAL)) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507051139.j65Bdn3u072410>