From owner-svn-ports-branches@freebsd.org Sat Oct 22 07:08:46 2016 Return-Path: Delivered-To: svn-ports-branches@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 BA4E1C1CBDD; Sat, 22 Oct 2016 07:08:46 +0000 (UTC) (envelope-from koobs@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 72459886; Sat, 22 Oct 2016 07:08:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M78jYW097993; Sat, 22 Oct 2016 07:08:45 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M78jdg097991; Sat, 22 Oct 2016 07:08:45 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610220708.u9M78jdg097991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 22 Oct 2016 07:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424450 - in branches/2016Q4/devel/ncurses: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 07:08:46 -0000 Author: koobs Date: Sat Oct 22 07:08:45 2016 New Revision: 424450 URL: https://svnweb.freebsd.org/changeset/ports/424450 Log: MFH: r424449 - devel/ncurses: Fix pkg-config file for linking - Backport upstream patch from 20160220 [1]: modify configure macro for shared-library rules to use -Wl,-rpath rather than -rpath to work around a bug in scons (FreeBSD #178732 [2], cf: 20061021). While I'm here: - Remove unecessary CONFLICTS (on deleted port) - Add LICENSE_FILE - Tab -> space in pkg-descr: WWW URL [1] http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00009.html [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178732 PR: 209526 Submitted by: John Hein Approved by: ports-secteam (blanket) Added: branches/2016Q4/devel/ncurses/files/ - copied from r424449, head/devel/ncurses/files/ Modified: branches/2016Q4/devel/ncurses/Makefile branches/2016Q4/devel/ncurses/pkg-descr Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/ncurses/Makefile ============================================================================== --- branches/2016Q4/devel/ncurses/Makefile Sat Oct 22 07:05:55 2016 (r424449) +++ branches/2016Q4/devel/ncurses/Makefile Sat Oct 22 07:08:45 2016 (r424450) @@ -3,7 +3,7 @@ PORTNAME= ncurses PORTVERSION= 6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://invisible-mirror.net/archives/${PORTNAME}/ \ ftp://invisible-island.net/${PORTNAME}/ @@ -12,9 +12,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output -CONFLICTS= ncurses-devel-* - LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction @@ -33,6 +32,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/shar --mandir=${MANPREFIX}/man \ --with-hashed-db \ --with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig + MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TRACE DEBUG PROFILE EXAMPLES DOCS Modified: branches/2016Q4/devel/ncurses/pkg-descr ============================================================================== --- branches/2016Q4/devel/ncurses/pkg-descr Sat Oct 22 07:05:55 2016 (r424449) +++ branches/2016Q4/devel/ncurses/pkg-descr Sat Oct 22 07:08:45 2016 (r424450) @@ -10,4 +10,4 @@ be configured to use BSD's /etc/termcap been approved by the old 4.4BSD curses maintainer as the official 4.4BSD curses successor. -WWW: http://invisible-island.net/ncurses/ncurses.html +WWW: http://invisible-island.net/ncurses/ncurses.html