pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/capc-calc



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 16:52:19 UTC 2017

Modified Files:
        pkgsrc/math/capc-calc: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/capc-calc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/capc-calc/Makefile
diff -u pkgsrc/math/capc-calc/Makefile:1.46 pkgsrc/math/capc-calc/Makefile:1.47
--- pkgsrc/math/capc-calc/Makefile:1.46 Tue Aug 18 07:31:12 2015
+++ pkgsrc/math/capc-calc/Makefile      Thu Jan  5 16:52:19 2017
@@ -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 @@ BUILD_TARGET=       calc-static-only
 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