summaryrefslogtreecommitdiff
path: root/chat/licq-gui-qt
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-44/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-29Fix PLIST.joerg2-2/+4
2007-12-22Update licq-{core,gui-console,gui-qt} to 1.3.5.jdolecek2-8/+521
New in 1.3.4 o Fix a few bugs where users would falsely go offline o Make sending typing notifications optional o Fixes for newly registered users o Fix the handling of pidfiles so that Licq always starts unless there actually is an other instance of Licq running. o 64-bit compatibility changes o Compilation fixes o Fixes for Licq on Mac OS X (with Fink) o Iconv fixes o ICQ: Fix a bug where contacts would receive empty messages o ICQ: Update the protocol to properly set info o ICQ: Show more version information of remote clients o ICQ: Fix SSL issue o MSN: Fix a race error in MSN packet parsing o MSN: Fix socket handling o KDE: Addressbook fix o KDE: Add spell checking to the kde-gui (Using KSpell) o Qt/KDE: Show user's pictures as a tooltip or status icon o Qt/KDE: Optional "Send with Enter" o Qt/KDE: Improve hyperlink detection o Qt/KDE: Improve emoticon detection and processing o Qt/KDE: Add a custom message box handler o Qt/KDE: New KDE iconset to better integrate with the KDE desktop Many various minor bugs and crashes fixed... See http://tinyurl.com/ygdrfo for d etails. Build and basic startup done on NetBSD 4.0 and Mac OS X 10.5
2007-12-21Needs OVERRIDE_DEPTH=3.joerg1-1/+2
2007-10-10Since all the licq packages use the same distfile and need the samerillig3-23/+5
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-06-15Make the xscreensaver check work properly with modular Xorg.joerg1-3/+5
2007-01-13Modular Xorg support.joerg1-1/+6
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-3/+2
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.
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-04-28When trying to detect qt-mt, don't forget to link pthread.joerg3-2/+19
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
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.