summaryrefslogtreecommitdiff
path: root/math/capc-calc/PLIST
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-03-10 18:17:11 +0000
committerwiz <wiz@pkgsrc.org>2004-03-10 18:17:11 +0000
commit526430a3add6d742bf562a79524f0bea016bb469 (patch)
tree0318befb5c3f53536d00dc05a94814c3c63a8770 /math/capc-calc/PLIST
parent84ca498c4004ea1e28782940e2877d8e55bf7613 (diff)
downloadpkgsrc-526430a3add6d742bf562a79524f0bea016bb469.tar.gz
Update to 2.11.9.2:
Fixed calc man page examples to move -f to the end of the line. Thanks goes to Michael Somos <somos at grail dot cba dot csuohio dot edu> for pointing this out. Linux and gcc now compiled with -Wall -W -Wno-comment. Fixed a post increment that was reported by R. Trinler <trinler at web dot de> and fixed by Ernest Bowen <ernie at turing dot une dot edu dot au>. Fixed pi.cal to not depend on the buggy pre-2.11.9 post increment behavior. Added config("cygwin") to determine if calc was compiled under Cygwin. The config("cygwin") is a read-only configuration value that is 1 when calc was compiled under Cygwin and 0 otherwise. Regression tests 949 and 950 are skipped when config("cygwin") is true. The Makefile variable HAVE_NO_IMPLICIT is empty by default so that the Makefile will test if the compiler has a -Wno-implicit flag. Added HAVE_UNUSED Makefile variable. If HAVE_UNUSED is empty, then the Makefile will run the have_unused program to determine if the unused attribute is supported. If HAVE_UNUSED is set to -DHAVE_NO_UNUSED, then the unused attribute will not be used. The Makefile builds have_unused.h which defines, if the unused attribute is supported: #define HAVE_UNUSED /* yes */ #define UNUSED __attribute__((unused)) /* yes */ or defines, if the unused is not supported (or if the Makefile variable is HAVE_UNUSED= -DHAVE_NO_UNUSED): #undef HAVE_UNUSED /* no */ #define UNUSED /* no */ Fixed numerous warnings about comparison between signed and unsigned value warnings and unused parameter warnings in version.c, zrand.c, string.c, shs1.c, shs.c, qtrans.c, qmath.c, qfunc.c, md5.c, matfunc.c, hist.c, file.c, const.c, blkcpy.c, seed.c, opcodes.c, func.c, qio.c, zrandom.c, custom/c_argv.c, custom/c_devnull.c, custom/c_help.c, custom/c_sysinfo.c, addop.c and calc.c. Fixed some typos in this file. By default, compile with -O3 -g3. The Makefile comments on how some distributions might need to use -O2 -g or -O -g.
Diffstat (limited to 'math/capc-calc/PLIST')
-rw-r--r--math/capc-calc/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/capc-calc/PLIST b/math/capc-calc/PLIST
index 163daa67ec1..2d105423cc1 100644
--- a/math/capc-calc/PLIST
+++ b/math/capc-calc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/16 15:40:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/03/10 18:17:11 wiz Exp $
bin/calc
bin/cscript/4dsphere
bin/cscript/fproduct
@@ -44,6 +44,7 @@ include/calc/have_string.h
include/calc/have_times.h
include/calc/have_uid_t.h
include/calc/have_unistd.h
+include/calc/have_unused.h
include/calc/have_urandom.h
include/calc/have_ustat.h
include/calc/hist.h