pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/capc-calc Use the curses framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec3266947ad1
branches:  trunk
changeset: 356849:ec3266947ad1
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Jan 05 16:52:19 2017 +0000

description:
Use the curses framework.

diffstat:

 math/capc-calc/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r bf07f12a0caf -r ec3266947ad1 math/capc-calc/Makefile
--- a/math/capc-calc/Makefile   Thu Jan 05 16:44:02 2017 +0000
+++ b/math/capc-calc/Makefile   Thu Jan 05 16:52:19 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2015/08/18 07:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2017/01/05 16:52:19 roy Exp $
 #
 
 DISTNAME=      calc-2.12.4.13
 PKGNAME=       capc-${DISTNAME:S/t/./}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=calc/}
 EXTRACT_SUFX=  .tar.bz2
@@ -19,10 +19,13 @@
 MAKE_ENV+=     BLD_TYPE=calc-static-only target=pkgsrc
 MAKE_ENV+=     DEBUG=${CFLAGS:M*:Q}
 
+# XXX Doesn't use curses, but we patch for it for readline stupidly
+FAKE_NCURSES=  yes
+
 INSTALL_MAKE_FLAGS+=   T=${DESTDIR}
 
 TEST_TARGET=   check
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index