pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ncurses Drop buildlink-ncurses-fake-libs, it did...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8df606a7b780
branches:  trunk
changeset: 356863:8df606a7b780
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 05 22:18:03 2017 +0000

description:
Drop buildlink-ncurses-fake-libs, it didn't get applied due to a typo
and it doesn't help with the directory scanning of cmake anyway, since
that one only looks in the real prefix.

diffstat:

 devel/ncurses/builtin.mk |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 4bb3b16e760d -r 8df606a7b780 devel/ncurses/builtin.mk
--- a/devel/ncurses/builtin.mk  Thu Jan 05 21:33:23 2017 +0000
+++ b/devel/ncurses/builtin.mk  Thu Jan 05 22:18:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.39 2016/12/20 15:06:52 joerg Exp $
+# $NetBSD: builtin.mk,v 1.40 2017/01/05 22:18:03 joerg Exp $
 
 BUILTIN_PKG:=  ncurses
 
@@ -158,15 +158,6 @@
 BUILDLINK_TRANSFORM+=          l:form:gnuform
 BUILDLINK_TRANSFORM+=          l:panel:gnupanel
 BUILDLINK_TRANSFORM+=          l:menu:gnumenu
-
-.PHONY: buildlink-ncurses-fake-libs
-buildlink-ncurses-fake-libs:
-       ${RUN}                                                          \
-       for f in form panel menu; do                                    \
-               ${ECHO_BUILDLINK_MSG} "Touching fake ncurses library ($$f)"; \
-               ${TOUCH} ${TOUCH_FLAGS} "$BUILDLINK_DIR/lib/lib$$f.a"; \
-       done
-BUILDLINK_TARGET+=     buildlink-ncurses-fake-libs
 .  endif
 
 # A full ncurses implementation provides more headers than some curses



Home | Main Index | Thread Index | Old Index