From owner-freebsd-ports@FreeBSD.ORG Thu Aug 16 18:01:01 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DE7106566C for ; Thu, 16 Aug 2012 18:01:01 +0000 (UTC) (envelope-from alephis@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 677868FC0A for ; Thu, 16 Aug 2012 18:01:01 +0000 (UTC) Received: by obbun3 with SMTP id un3so5367629obb.13 for ; Thu, 16 Aug 2012 11:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=waVWwB7GVpF/PeKHF0yb+3U/XiffuwnnNHFnqImJTKM=; b=FuZdXmcRjsJcjsGG02F9rzg7Z0uEdWDTN99wtIT8+VhwsTzCdLLMkPrdo+e/nkU9ZQ W4Puwdho13Qs3rTpsBd35nsXLms9XJZimf2M4fViKccZbOUFsbVo68gDMcaHVZD719N+ ynYcUbRofFP97h/Q+6hIyqEcsU4l8K59BRnopGAcoPjSuvyVSY0T1U1X50z5flJQY+GA sHH4WimKNtlheYdxm/wpXy869LHntmZhz+NdUopDfABPVSatf4/Xh9n2/JuhT+FS3dkU /rdd7Pf6tBWhEzky5ERQ0y8xyx709IDNTuQOV2THO4rLZ5nKbmJ4IBqDbGuKLTjWz/7K qHZw== Received: by 10.182.76.137 with SMTP id k9mr1662180obw.90.1345140061064; Thu, 16 Aug 2012 11:01:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.115.1 with HTTP; Thu, 16 Aug 2012 11:00:20 -0700 (PDT) From: Alexander Efimov Date: Fri, 17 Aug 2012 01:00:20 +0700 Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: misc/mc-light X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 18:01:01 -0000 Hi found this typo in Makefile, while trying to make mc-light with working subshell: in current Makefile we have this if subshell defined we make mc without subshell actually .if ${PORT_OPTIONS:MSUBSHELL} CONFIGURE_ARGS+=--without-subshell .endif as it was in older makefile .if !defined(WITH_SUBSHELL) CONFIGURE_ARGS+=--without-subshell .endif best regards