Wed May 29 09:06:03 2013 UTC ()
Does not need GNU readline on 6.99.21+.


(wiz)
diff -r1.11 -r1.12 pkgsrc/math/nickle/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/math/nickle/Makefile (expand / switch to unified diff)

--- pkgsrc/math/nickle/Makefile 2013/05/26 20:14:48 1.11
+++ pkgsrc/math/nickle/Makefile 2013/05/29 09:06:02 1.12
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2013/05/26 20:14:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/05/29 09:06:02 wiz Exp $
2 2
3DISTNAME= nickle-2.77 3DISTNAME= nickle-2.77
4CATEGORIES= math lang 4CATEGORIES= math lang
5MASTER_SITES= http://nickle.org/release/ 5MASTER_SITES= http://nickle.org/release/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://nickle.org/ 8HOMEPAGE= http://nickle.org/
9COMMENT= Desk calculator language 9COMMENT= Desk calculator language
10LICENSE= mit 10LICENSE= mit
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13 13
14TEST_TARGET= check 14TEST_TARGET= check
15 15
16USE_GNU_READLINE= yes 16.include "../../mk/bsd.prefs.mk"
17# as of nickle-2.77 on NetBSD-6.99.20/amd64: 17
18# lex.l: In function 'LexInit': 18.if (${OPSYS} == NetBSD) && empty(OS_VERSION:M6.99.2[1-9]*) && empty(OS_VERSION:M6.99.[345679][0-9]*) && empty(OS_VERSION:M[789].*)
19# lex.l:129:27: warning: assignment from incompatible pointer type 
20# lex.l:131:5: error: 'rl_catch_signals' undeclared (first use in this function) 19# lex.l:131:5: error: 'rl_catch_signals' undeclared (first use in this function)
21# lex.l:131:5: note: each undeclared identifier is reported only once for each function it appears in 20USE_GNU_READLINE= yes
 21.endif
22 22
23.include "../../devel/readline/buildlink3.mk" 23.include "../../devel/readline/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"