2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
2006-04-03 00:49:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.6.3:
Gnumeric 1.6.3
Jean Brefort:
* Fix exporting of scaled axes. [#332012].
Jody:
* Backport duping sheet props when sheet is duped.
* Adding an autofilter dirties the sheet.
* Fix xls import of pie outlines.
Klokan Pridal:
* Implement xml saving/loading of "protected" attribute. [#334257]
* Implement xls saving/loading of "protected" attribute. [#330129]
Morten:
* Fix printing issue when sheet is zoomed. [#332932]
* Fix dbf import issue. [#332878]
* Fix stf text import speed regression. [#333407]
* Fix XIRR issues. [#333620] [#333631]
* Fix printing issue with wrapped, right-aligned text. [#334144]
* Fix position of cursor after F2. [#319311]
|
2006-03-21 07:00:54 by Johnny C. Lam | Files touched by this commit (133) |
Log message:
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
2006-03-20 08:14:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Do not build perl plugin:
it is broken on 3.0, and makes the compilation fail on -current,
because the name of the dynamic library is transformed by bl3
and then the transformed name is handed off to ar(1), which then
doesn't find it.
Bump PKGREVISION.
|
2006-03-06 01:18:27 by Thomas Klausner | Files touched by this commit (214) | |
Log message:
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-02-05 19:20:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove unneeded patch, noted by veego@.
|
2006-02-04 18:03:52 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.6.2:
Gnumeric 1.6.2
Ivan, Y.C. Wong:
* Fix Gdk-WARNING when cutting or copying cells. [#314210]
* No more debug command prompt. Error/warning messages will
go to an existing command prompt (if any).
Jody:
* Disable the IRC link in the help menu.
* Use the cannonical web page in case of problems.
* Silence some warnings in the ODS importer.
Morten:
* Fix COUNTBLANK.
* Fix ATAN2(0,0).
* Make AND, OR, and XOR ignore strings as claimed.
* Fix TRIM for non-ASCII case with spaces at end.
* Improve Excel compatibility of BIN2DEC, BIN2HEX, and
BIN2OCT. [#323787]
* Fix crash on xml load. [#323888]
* Fix file corruption on saving scenarios. [#323927]
* Fix a pile of leaks in solver and scenario saving and loading.
* Fix leaks in solver dialog.
* Fix parser leak. [#301127]
* Fix solver dialog crash. [#324585]
* Fix FMR in SUBSTITUTE.
* Fix REPLACE and SEARCH for non-ASCII strings.
* Fix division-by-zero problems in FIXED, ROUND, ROUNDUP,
ROUNDDOWN, TRUNC.
* Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC.
* Fix out-of-memory problem in REPT.
* Fix lots of little XL compatibility problems in string
functions.
* Fix error on Search-and-replace.
* Fix near-infinite loop in FACTDOUBLE.
* Fix text-to-columns crash probably affecting stf import too.
* Fix font preference crash. [#326830]
* Fix memory allocation problem for writing charts.
* Fix loading of boolean constants from ods files.
* Fix MID for out-of-bounds values.
* Fix constructed-range parsing for OO.
* Fix SECOND, MINUTE, HOUR compatibility problems.
* Fix DATE compatibility for bizarre input.
* Cleanup parameter handling in financial functions.
Jon Kåre:
* Hand clipboard off to clipboard manager when exiting.
Nick Lamb:
* Fix CONVERT crash. [#323678]
|
2006-01-31 21:32:07 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Accept goffice>=0.2.0 too.
Fixes compilation problem reported by joerg@ and veego@.
|
2006-01-30 22:02:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for goffice shlib major bump.
|