From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 26 04:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E72E6106566C for ; Wed, 26 Sep 2012 04:10:09 +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 A6F1A8FC0C for ; Wed, 26 Sep 2012 04:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8Q4A9c4077491 for ; Wed, 26 Sep 2012 04:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8Q4A9EK077485; Wed, 26 Sep 2012 04:10:09 GMT (envelope-from gnats) Resent-Date: Wed, 26 Sep 2012 04:10:09 GMT Resent-Message-Id: <201209260410.q8Q4A9EK077485@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60219106564A for ; Wed, 26 Sep 2012 04:02:12 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 042A68FC0A for ; Wed, 26 Sep 2012 04:02:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TGip7-0004jX-NK for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Sep 2012 08:02:10 +0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TGino-000MW8-JC for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Sep 2012 04:00:51 +0000 Message-Id: <1TGino-000MW8-JC@internal.tormail.org> Date: Wed, 26 Sep 2012 05:57:50 +0200 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172079: [patch] bsd.port.mk: allow using base readline on 10.0 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: Wed, 26 Sep 2012 04:10:10 -0000 >Number: 172079 >Category: ports >Synopsis: [patch] bsd.port.mk: allow using base readline on 10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 26 04:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: blocks ports/172077 >Description: libreadline is still present on 10.0-CURRENT. Let's avoid using imaginary OSVERSION values. >How-To-Repeat: >Fix: --- base_readline.diff begins here --- Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 304639) +++ Mk/bsd.port.mk (working copy) @@ -1699,7 +1710,7 @@ MAKE_ENV+= ${b}="${${b}}" .endif .if defined(USE_READLINE) -.if ${USE_READLINE} == "port" || ${OSVERSION} > 1000000 +.if ${USE_READLINE} == "port" LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lreadline --- base_readline.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: