Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
10-05-08 - Kurt Granroth (3.9)
o Converted KBiff into a full-fledged kdeinit module compatible
with the latest KDE 3.5 (previous support was outdated)
o Yet more tweaks to compile under the gcc 4.x running target
without warnings
o Cleaned up a bunch of Makefiles, configure files, and automake
files along with an updated 'admin' directory
o Got rid of the 'release-kbiff' "meta" version and date tags
o Updated the .spec file to be more up to date
09-09-08 - Frédéric Brière
o Replaced complicated date-time calculations with toTime_t()
03-30-08 - Léo Terziman
o Fix compilation of ASUS led code under gcc 4
03-21-08 - Martin Spirk
o Added 'stopped' icon state
02-27-08 - Elve
o Updated Dutch translation (nl.po)
01-21-08 - Kurt Granroth
o Updated automake admin dir with latest code from KDE 3.8
o Tweaked the code to compile on gcc 4.2 without warnings with -Wall
o Status window tweaks to work better on multiple-monitors as well
as in more positions (side, bottom, top, etc).
o Removed some 2.x code. Nobody uses KDE2 anymore so it's high
time KBiff stops supporting it.
o Fix display of icons with the icon selector
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
|
|
Bump PKGREVISION.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
|
|
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
|
|
|
|
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
o Updated automake admin dir to compile with latest SuSE
o Updated documentation slightly
o Status Window patch for multiple-monitors
o Added CRAM-MD5 and APOP login support for POP and IMAP
o Fixed advanced options like keepalive propogating from the setup
dialog to the code that actually uses it
|
|
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
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
Bump PKGREVISION.
|
|
Changes:
03-23-04 - Roeland Merks (3.7.1)
o Added code to toggle ASUS Mail LED
12-18-03 - Anton Perich
o Changed IMAP code to use STATUS instead of EXAMINE
11-14-03 - Kurt Granroth
o Updated 'admin' subdir to work with newer autoconf/automake
10-22-03 - Adam Piatyszek
o Bug fix in maildir code to handle 'f'lagged messages
09-26-03 - Clemens Oertel
o New option to set a command that runs whenever the status changes
from New back to Old. Useful to set LEDs and the like
|
|
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.
|
|
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".
|
|
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
and we now change it. Unfortunately at the toplevel "Makefile" is passed
as the argument but config.status expects "./Makefile" so fails.
Patch the Makefile to not try and update Makefile in this case, as if it
worked it would make no functional change to the Makefile anyway so don't
bother.
|
|
|
|
09-10-03 - Alex Galakhov (3.7)
o Added SSL protocols support using KSSL
12-11-02 - Oren Peled
o More robust .spec file
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
|
|
|