From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 15 11:30:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 072401065679 for ; Tue, 15 Dec 2009 11:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCE0C8FC17 for ; Tue, 15 Dec 2009 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBFBU21k047092 for ; Tue, 15 Dec 2009 11:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBFBU2gJ047088; Tue, 15 Dec 2009 11:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 15 Dec 2009 11:30:02 GMT Resent-Message-Id: <200912151130.nBFBU2gJ047088@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3518F1065672 for ; Tue, 15 Dec 2009 11:22:41 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 750878FC13 for ; Tue, 15 Dec 2009 11:22:39 +0000 (UTC) Received: from Fluffy.Khv.RU (85.9.168.188.retail.ttk.ru [188.168.9.85] (may be forged)) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id nBFBMZUA068845 for ; Tue, 15 Dec 2009 21:22:36 +1000 (VLAT) (envelope-from fluffy@FreeBSD.org) Received: from Fluffy.Khv.RU (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.3/8.14.3/Fluffy/5.4.1) with ESMTP id nBFBM0qR058803 for ; Tue, 15 Dec 2009 21:22:00 +1000 (VLAT) (envelope-from fluffy@FreeBSD.org) Message-Id: <1260876120.58760@Fluffy.Khv.RU> Date: Tue, 15 Dec 2009 21:22:00 +1000 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/141634: misc/mc: unbroke with libslang support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 11:30:03 -0000 >Number: 141634 >Category: ports >Synopsis: misc/mc: unbroke with libslang support >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 Dec 15 11:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900004-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900004-CURRENT #0: Mon Dec 7 14:03:42 VLAT 2009 fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: After update to 4.7.0pre4, mics/mc have staled checks in Makefile, which make build with slang broken >How-To-Repeat: >Fix: --- mc.diff begins here --- Index: misc/mc/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/mc/Makefile,v retrieving revision 1.120 diff -u -r1.120 Makefile --- misc/mc/Makefile 14 Dec 2009 18:54:05 -0000 1.120 +++ misc/mc/Makefile 15 Dec 2009 10:04:35 -0000 @@ -73,13 +73,12 @@ PLIST_SUB+= EDITOR="" .endif -.if defined(WITH_UTF8) +.if defined(WITH_SLANG)&& !defined(MINIMAL) LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 CONFIGURE_ARGS+=--with-screen=slang -.elif !defined(WITH_SLANG) && (defined(WITHOUT_SLANG) || defined(MINIMAL)) -CONFIGURE_ARGS+=--with-screen=ncurses +CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib CFLAGS+=-I${LOCALBASE}/include .else -CONFIGURE_ARGS+=--with-screen=mcslang +CONFIGURE_ARGS+=--with-screen=ncurses .endif .if !defined(WITH_SUBSHELL) && (defined(WITHOUT_SUBSHELL) || defined(MINIMAL)) --- mc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: