Age | Commit message (Collapse) | Author | Files | Lines |
|
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".
|
|
the package (by using SHLIBTOOL_OVERRIDE). Bump PKGREVISION.
Problem noted by wiz.
|
|
one provided in the distfile.
Bump PKGREVISION (since this adds lib/licq/licq_qt-gui.a to the PLIST)
|
|
patch in licq-gui-console/patches fails because this package has
different WRKSRC.
|
|
|
|
|
|
|
|
|
|
|
|
XXX: should share even more...
|
|
not state that the package should use ncurses. Fix comments.
|
|
* this pkg doesn't work on NetBSD because we still don't ship shared
libXss etc. XXX needs fixing!
|
|
|
|
|
|
dependency bumps.
|
|
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.
Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
|