2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-26 13:36:56 by Matthias Drochner | Files touched by this commit (1) |
Log message:
pass new name for thread-enabled Python to "configure", from
Rhialto per PR pkg/30062
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 13:06:59 by Alistair G. Crooks | Files touched by this commit (101) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-10-15 16:50:07 by Todd Vierling | Files touched by this commit (35) |
Log message:
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
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-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-07-03 19:12:11 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 1.2.13:
Andreas:
http://bugzilla.gnome.org/show_bug.cgi?id=142219
* Handle borders in latex export correctly (broken in 1.2.12 only)
http://bugzilla.gnome.org/show_bug.cgi?id=142219
* Handle borders in latex export correctly
http://bugzilla.gnome.org/show_bug.cgi?id=143577
* fix grid printing
Emmanuel Pacaud:
http://bugzilla.gnome.org/show_bug.cgi?id=142212
* In a line graph, don't use '0' if Y value is missing.
Jody:
http://bugzilla.gnome.org/show_bug.cgi?id=141940
* Fix MS XL crash when there are too many strings
* xls import gradient backgrounds in chart elements
* Restore the font selector to chart editors
* Support series with no entry in a legend
http://bugzilla.gnome.org/show_bug.cgi?id=142267
* Fix drawing selection below hidden merged cells
http://bugzilla.gnome.org/show_bug.cgi?id=103054
* Fix xls named expression and addin import/export
http://bugzilla.gnome.org/show_bug.cgi?id=142474
* Use first rather than last conditional value fmt as catch-all
* Enable implicit iteration for operators
http://bugzilla.gnome.org/show_bug.cgi?id=143577
* Re-enable gridline printing
Morten:
* Fix image-inside-xls problem.
* Improve error handling in xbase plugin.
* Fix parser problem with single empty arg after expression.
|
2004-06-07 11:23:19 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Include scrollkeeper's omf.mk so that help files are registered properly.
Bump PKGREVISION to 1.
|
2004-06-07 10:57:24 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Use .tar.bz2 distfile; more than 3MB smaller.
|