Commit graph

42 commits

Author SHA1 Message Date
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +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
seb
e6b8d346e0 Remove info files entries from PLIST. 2004-03-08 19:46:56 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
d419761fe5 Convert to USE_NEW_TEXINFO. 2003-08-02 21:38:11 +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
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +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
wiz
7b7e6d4954 Convert to buildlink2. 2002-10-21 15:35:42 +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
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
98cf373d36 Move pkg/ files into package's toplevel directory 2001-11-01 00:32:23 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
fa5c767d84 Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
fredb
f8363e87f7 Fix a few more paste-o's. 2001-02-07 05:16:39 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
fe0889adee Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext.
(Only 2 more left!)
2001-01-05 01:12:54 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +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
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +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
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +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
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
jlam
627932ce27 * Update ncurses dependency.
XXX Should really change this to use libedit's readline API since pspp
XXX only uses the history functions.
1999-07-06 08:03:46 +00:00
mycroft
99b0e33573 Mirror Makefile.in changes in Makefile.am, in case automake is run. 1999-04-23 12:42:24 +00:00
rh
4455d7f053 update pspp to 0.2.3 1999-03-15 15:04:13 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tron
3f248a5736 Move "gettext" package from "misc" to "devel" category. 1998-12-28 20:22:24 +00:00
tron
3e0e975c19 Depend on "gettext-0.10.35". 1998-12-23 00:18:57 +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