Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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 | |||||
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -2/+2 | |
2005-05-23 | Removed trailing white-space. | rillig | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | agc | 1 | -1/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -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-16 | The .a file is not very useful as a plugin... so remove it from | kristerw | 2 | -8/+9 | |
the package (by using SHLIBTOOL_OVERRIDE). Bump PKGREVISION. Problem noted by wiz. | |||||
2004-08-14 | Set USE_LIBTOOL=YES, so that we use the pkgsrc libtool instead of the | kristerw | 2 | -3/+5 | |
one provided in the distfile. Bump PKGREVISION (since this adds lib/licq/licq_qt-gui.a to the PLIST) | |||||
2004-05-16 | Do not share DISTINFO_FILE and PATCHDIR with licq-gui-console. The | minskim | 2 | -4/+5 | |
patch in licq-gui-console/patches fails because this package has different WRKSRC. | |||||
2004-04-27 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-02 | look in X11BASE not X11PREFIX for libXss.so. from xtraeme@ | mrg | 1 | -2/+2 | |
2003-08-05 | bump revision after qt3/kde prefix change | drochner | 1 | -2/+2 | |
2003-07-22 | Add appropriate INCOMPAT_CURSES lines. Should fix bulk build failure. | wiz | 1 | -1/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-12 | Use patches and distinfo from licq-gui-console. | wiz | 2 | -9/+3 | |
XXX: should share even more... | |||||
2003-06-06 | The point of USE_NCURSES comments is to show what is missing, | wiz | 1 | -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 qt3 | hubertf | 1 | -1/+7 | |
* this pkg doesn't work on NetBSD because we still don't ship shared libXss etc. XXX needs fixing! | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -9/+9 | |
2003-05-05 | PKGREVISION goes after PKGNAME. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -2/+2 | |
dependency bumps. | |||||
2003-04-24 | Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6 | hubertf | 4 | -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. |