Commit graph

14 commits

Author SHA1 Message Date
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
8609d2573a Never run gengarbage, it can block the build infinitly. 2006-07-09 13:43:56 +00:00
joerg
74ff322ae8 Fix GCC 3.4+: label at end of compound statement. 2005-12-20 14:51:00 +00:00
seb
778f7ad37b Bl3ify and use gmp from devel/gmp not the supplied and older one. This
fix build with gcc3. Note that the somewhat aging gmp autoconf test
had been removed wholesale.

Bump PKGREVISION.
2004-03-08 21:13:55 +00:00
jmmv
bdfbcb1249 Do not override CFLAGS while building the package, so that optimizations are
not lost.  Fixes PR pkg/20696 by tls@.  While here, fix a build failure.
2003-07-29 13:21:56 +00:00
jmmv
0e6cf1060a Make this package install its configuration files under the examples tree
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-24 17:50:23 +00:00
dillo
a833d5ca80 get rid of autoconf dependency by patching configure 2002-10-02 21:23:17 +00:00
agc
8527edc3d6 On 1.6 and above, <readline/history.h> needs <stdio.h> to be included
specifically - do so.
2002-06-28 08:00:27 +00:00
jmc
eead42e0d6 Fix obvious bug in call to tmsg compiler was complaining about. 2002-03-07 06:46:19 +00:00
mycroft
5bdf0bd0de This pkg wants termcap, not curses.
Also, make sure to run autoconf so that configure really does look for libedit.
2000-04-16 08:56:15 +00:00
rh
aa2cd82643 Update pspp to 0.3.0
Version 0.3.0 changes since 0.2.3:

  Bugs fixed:
    * Using alphanumeric variables in functions under AGGREGATE
      segfaulted.  Fixed.
    * Under certain circumstances, the final case would be omitted
      from the results of an AGGREGATE operation.  Fixed.
    * Undefined behavior was invoked by referencing a freed pointer
      under certain circumstances.  Fixed.
    * A wrong record size was displayed when paging the active file to
      disk.  Fixed.
    * Not having enough temporary space for sorting caused a core
      dump.  Fixed.
    * Syntax errors in function descriptions on AGGREGATE caused core
      dumps.  Fixed.
    * A null pointer was dereferenced, causing a core dump, when
      PERCENTILES was specified on FREQUENCIES.  This fixes the
      problem, but PSPP still doesn't calculate percentiles.
    * SORT always sorted in ascending order.  Fixed.
    * Some minor memory leaks in the expression parser were removed.
    * Many assertions fixed for strict ANSI C compliance.

  New features:
    * SET ECHO ON now implemented, but turned off by default.
    * PRINT specifier supported on END REPEAT.

  Other:
    * System libgmp2 library is used if installed instead of
      unconditionally using the included libgmp2 subset.
    * Extensive code cleanup, which continues.
    * Added CORRELATIONS command parser, but not implemented.
2000-01-14 14:01:58 +00:00
jlam
3cf3f15f9e * Use libedit's readline wrapper instead of readline when possible.
* Update readline dependency.
1999-07-13 01:31:06 +00:00
mycroft
99b0e33573 Mirror Makefile.in changes in Makefile.am, in case automake is run. 1999-04-23 12:42:24 +00:00
frueauf
653a7dd29c Initial import of pspp-0.2.0, a program for statistical analysis of sampled
data, provided in pr 6361 by Rene Hexel with some refining by me.
1998-10-26 18:54:42 +00:00