summaryrefslogtreecommitdiff
path: root/chat/licq-core/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-8/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-01Revert the patch that added locale support by buildlinking againsthans1-5/+7
converters/libiconv, which did break on NetBSD. Instead, disable nls explicitly and set CFLAGS.SunOS when using gcc>=4.6.
2012-02-16Build locales, buildlink against libiconv.hans1-2/+7
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-11Fix multiple connection handling Denial of Service vulnerability in licqtonnerre1-1/+2
(CVE-2008-1996). Before this, the application would crash if too many TCP connections are opened.
2007-12-22Update licq-{core,gui-console,gui-qt} to 1.3.5.jdolecek1-3/+9
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
2006-11-02fix couple missing initializations of pthread_mutex_t/pthread_cond_tjdolecek1-1/+2
now the package is actually usable on NetBSD
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.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-04-30- Use C++ compiler.minskim1-1/+3
- Override libtool.
2004-04-17Convert to buildlink3.snj1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-03This package wants threads, so include pthread.buildlink2.mk.wiz1-1/+2
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf1-0/+17
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.