summaryrefslogtreecommitdiff
path: root/chat/licq-gui-qt
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-2/+1
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".
2004-08-16The .a file is not very useful as a plugin... so remove it fromkristerw2-8/+9
the package (by using SHLIBTOOL_OVERRIDE). Bump PKGREVISION. Problem noted by wiz.
2004-08-14Set USE_LIBTOOL=YES, so that we use the pkgsrc libtool instead of thekristerw2-3/+5
one provided in the distfile. Bump PKGREVISION (since this adds lib/licq/licq_qt-gui.a to the PLIST)
2004-05-16Do not share DISTINFO_FILE and PATCHDIR with licq-gui-console. Theminskim2-4/+5
patch in licq-gui-console/patches fails because this package has different WRKSRC.
2004-04-27Convert to buildlink3.snj1-3/+3
2004-04-02look in X11BASE not X11PREFIX for libXss.so. from xtraeme@mrg1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-2/+2
2003-07-22Add appropriate INCOMPAT_CURSES lines. Should fix bulk build failure.wiz1-1/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-12Use patches and distinfo from licq-gui-console.wiz2-9/+3
XXX: should share even more...
2003-06-06The point of USE_NCURSES comments is to show what is missing,wiz1-2/+5
not state that the package should use ncurses. Fix comments.
2003-05-06 * this works fine against qt 3.0 and up, no need for latest qt3hubertf1-1/+7
* this pkg doesn't work on NetBSD because we still don't ship shared libXss etc. XXX needs fixing!
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-9/+9
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf4-0/+299
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.