Date: Sat, 22 Oct 2016 07:08:45 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> 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 Message-ID: <201610220708.u9M78jdg097991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <z7dr6ut7gs snkmail com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610220708.u9M78jdg097991>