From owner-svn-ports-all@freebsd.org Sun Nov 20 19:37:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE1EC4CFE3; Sun, 20 Nov 2016 19:37:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E2AC366; Sun, 20 Nov 2016 19:37:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKJbDH5031681; Sun, 20 Nov 2016 19:37:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJbDNJ031680; Sun, 20 Nov 2016 19:37:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201937.uAKJbDNJ031680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 19:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426615 - head/misc/ytree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 19:37:14 -0000 Author: marino Date: Sun Nov 20 19:37:13 2016 New Revision: 426615 URL: https://svnweb.freebsd.org/changeset/ports/426615 Log: misc/ytree: Document readline requirement and honor FLAGS After fixing the flags honoring, the LDFLAGS redefinition was no longer necessary. The readline library requirement was undocumented. Approved by: General blankets Modified: head/misc/ytree/Makefile Modified: head/misc/ytree/Makefile ============================================================================== --- head/misc/ytree/Makefile Sun Nov 20 19:22:31 2016 (r426614) +++ head/misc/ytree/Makefile Sun Nov 20 19:37:13 2016 (r426615) @@ -12,9 +12,9 @@ COMMENT= DOS-XTREE(tm) look-a-like file LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= ncurses +USES= ncurses readline ALL_TARGET= ytree -MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses -lcompat" +LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS