Age | Commit message (Collapse) | Author | Files | Lines |
|
The problem with this package is that the configure step is insufficient
at determining if the math long double functions are supported. It tests
for a couple of functions and assumes that if those test pass, then all
"L" functions are supported.
When DragonFly recently upgraded its math library by adding support for a
number of long double functions, this package started failing. Support for
expl, logl, log10l, sinhl, tanhl, acoshl, asinhl, atanhl, and coshl are
still missing on *all* BSDs.
The fix for the package is to override the configure script by falsely
stating that long double is not supported. Only kcalc uses long double so
this misconfiguration only has the effect to cause kcalc to use the
standard double math functions. FreeBSD almost definitely needs the same
Makefile fix.
No revbump is needed because pre-libm improved DragonFly releases are
configured the same way.
|
|
|
|
the crash in kcontrol and allows battery monitor to work.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
changed runtime dependencies now.
|
|
assumes "tar rvf ..." works when archive doesn't already exist.
assumes "tar tvf ..." doesn't produce an error on a zero length file.
assumes "tar --delete" works.
so depend on gtar always and fix setting of TarExe so that it uses it.
Bump PKGREVISION.
|
|
minor bugfixes
|
|
|
|
kmilo
* Make sound level adjustment work when the laptop's master sound device
is not device 0.
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
|
|
kfloppy
* Check all available densities instead of a hardcoded list.
klaptopdaemon
* Fix lock & hibernate allowing unauthorised access .
|
|
Bump PKGREVISION.
|
|
libraries.
|
|
ark
* Handle correctly files bigger than 4GB.
* Do not crash with files starting with "/".
klaptopdaemon
* Fix problem filling .xsession-errors with lots of warnings.
kmilo
* Fix number of steps from 0 to 100% beign different than ones from
100 to 0%.
* Do not assume KDE is on /usr/bin.
SuperKaramba
* Allow themes to receive mouse wheel events on meters.
|
|
ark
* Improved 7zip support.
kcalc
* Kcalc did not paste all hex values correctly.
* Wrong DEC to HEX conversion on 64-bit CPUs.
* modulus of a pasted number is always 0.
* Default constants like pi displayed wrong digits.
* Decimal symbol could change during typing.
kgpg
* Show keyservers in search dialog on first run, if no server present
in .gnupg/options.
klaptopdaemon
* Optionally show battery level percentage over the systemtray icon.
kmilo
* Fix KMilo/KMix interoperability issues.
SuperKaramba
* Fix problem displaying non ascii characters.
* Fix infinite theme reloading when the theme code is changed.
|
|
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
|
|
|
|
Changes:
kcalc
* Wrong result with large number in hexa on amd64.
* Alt-H selected both Hexadecimal and Help.
* CMP function only complemented lower 32-bits.
* Wrong DEC to HEX conversion in 64bit math.
* Avoid crash on large results, when using "exp" etc.
* Negative number raised to zero gives now one.
ark
* Fix race condition at exit.
* Fix drag'n'drop problems.
kmilo
* Small fixes.
kwalletmanager
* Allow overwriting of files on export.
khexedit
* Reorder "find previous/next" actions in that order for consistency.
SuperKaramba
* Improve unicode support.
klaptopdaemon
* Make the UI reflect default battery critical behavior.
|
|
kcalc
* KCalc could crash when computing sin, cos, log etc. of infinite or nan.
kgpg
* Improve UTF-8 compliance.
kwalletmanager
* Don't show the manager on session restore if there are no wallets open
and auto-close is enabled.
SuperKaramba
* Disabling setWidgetOnTop on widgets does not work.
|
|
Changes:
* Ark
o Fixed opening of 7-zip archives with recent versions of p7zip
o Prevent crashes caused by trying to compress files which were
deleted
o Fix opening archives with strange characters in the filename
o Enable again opening of .deb files
o Ark is not complaining when directories already exist
o The error window is now resizable
* KCalc
o Fix crash
|
|
|
|
|
|
* KJots
o Make non-Unicode books display and save correctly.
o Corrected possible data corruption when switching to/from
Unicode mode.
o Added keyboard shortcuts for deleting pages/books.
|
|
|
|
|
|
Changes:
* SuperKaramba
o Allow to remove a local theme
o Enhanced itemDropped-func with x,y-value
o some major strategic feature enhancements to superkaramba, which
make it possible to write kicker-replacement themes
o locale in python themes
o Applets appear on top after switch desktop
o Get new Superkaramba theme from internet (with KHotNewStuff) doesn't
work
o SuperKaramba does not use the result for its test for KNewStuff
o Don't popup dialog at startup when there are no themes on desktop
o Non-intuitive theme removing in Theme Dialog
* KCalc
o KCalc returns wrong value
o KCalc truncates decimals sporadically
o Cannot increase the precision to 10 digits
o Cut buffer is filled with wrong value when you click on results
* KLaptopDaemon
o KLaptopDaemon improperly links against libstdc++
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
one that buildlink has.
|
|
|
|
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|