Commit graph

6 commits

Author SHA1 Message Date
Alberto Villa
1a1ecee631 - Force net-snmp detection.
- Fix build.
- Delete MD5 hash.
2011-03-06 18:47:54 +00:00
Jeremy Messenger
7ad2b7f92f Use LTMAIN and LIBTOOL instead of hardcore.
Approved by:	kde@ (maintainers)
2009-07-02 20:06:22 +00:00
Max Brazhnikov
6301f57fe4 Fix build with custom LOCALBASE.
Reported by:	QATty
2009-06-04 08:01:40 +00:00
Max Brazhnikov
a447e03db3 Fix build with python26,
minor cleanups
2009-05-19 22:08:58 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Daniel Eischen
09f6c5b995 Fix kdeutils for amd64-current (and perhaps other 64-bit
-current archs).  This has been broken for over 3 months.

configure incorrectly assumes that since FreeBSD has sqrtl,
that it also has other long math functions.  Also, configure
seems to have 2 separate checks for the long math functions:
the first check looks for both asinl and sqrtl, the second
check looks for just sqrtl.  FreeBSD does not currently have
asinl, so if configure just went by the first check it would
correctly determine that we do not have all the long math
functions.  Remove the second check to fix the problem.

No response from: kde@
2008-06-03 23:00:51 +00:00