Commit graph

11 commits

Author SHA1 Message Date
jmc
0c5474356d Make this require bison 1.34 or greater as the syntax for --outputfile changed
during bison upgrades and detecting which syntax is in use is far harder than
simply making Makefile.in do the right thing for 1.34
2002-03-25 01:04:46 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +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
jlam
7489dd5ae4 Update cassowary to 0.60. Changes from version 0.50:
12-March-2000: Version 0.60 released.
* Changed license to LGPL!!!
* Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public

29-Jan-2000: Version 0.55 released.
* Some bug fixes
* Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight,
                          DisplayObjective,ExternalResetStayConstants} fns
  From A. Beurivé.

16-Dec-1999: Version 0.54a released.
* Include correct version of OTI Smalltalk .dat file
  (the source in the *.app files was right, the .dat file was old)
* Fix java build bug

15-Dec-1999: Version 0.54 released.
* Bug fixes
* auto-configuration improvements
* Support Java 2 (jdk-1.2)
* Improved ease of building Java demos
* Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off
* Alpha-version of Java constraint parser contributed by Will Portnoy

24-October-1999: Version 0.53 released.
* Bug fixes
* License exception for linking with Scwm.

25-September-1999: Version 0.52 released.
* Bug fix for nested edits where a later edit includes an already-being-edited variable

14-September-1999: Version 0.51 released.
* Minor bug fixes
* Much better packaging, RPMs, etc. more forced reliance on GTL
2000-07-31 06:58:35 +00:00
jlam
658d4e0f05 Update dependencies on guile to >= 1.3.2 2000-07-15 02:36:44 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
dmcmahill
3ba1381d11 add YACC= definition to explicitly select bison instead of letting the
default setting of 'yacc' get passed to the configure environment.
2000-05-11 02:54:30 +00:00
wiz
157db09618 wildcarded guile-dependency 2000-02-05 17:21:47 +00:00
jlam
bb07397ce7 Update dependency on guile to 1.3.2. 1999-08-29 21:50:20 +00:00
agc
0f4749a9e0 Initial import of cassowary-0.50, an incremental constraint solving
toolkit that efficiently solves systems of linear equalities and
inequalities, into the NetBSD packages collection.

Constraints may be either requirements or preferences.  Client code
specifies the constraints to be maintained, and the solver updates the
constrained variables to have values that satisfy the constraints.
Version 0.50 of the solving toolkit adds support for a one-way finite
domain subsolver.
1999-08-24 14:24:26 +00:00