Commit graph

30 commits

Author SHA1 Message Date
agc
b35b0abbb4 Add SHA512 digests for distfiles for chat category
Problems found with existing distfiles:
	distfiles/icb-5.0.9.tar.gz
	distfiles/icb.2.1.4.tar.Z
	distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:20:17 +00:00
jperkin
8091aee373 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-09-07 12:02:05 +00:00
asau
4840ebad6d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:02:33 +00:00
hans
59d2126f17 Revert the patch that added locale support by buildlinking against
converters/libiconv, which did break on NetBSD. Instead, disable nls
explicitly and set CFLAGS.SunOS when using gcc>=4.6.
2012-04-01 18:30:34 +00:00
hans
ca21c23fbb Build locales, buildlink against libiconv. 2012-02-16 15:26:41 +00:00
joerg
55642258f5 Fix build with GCC 4.5 2011-11-22 18:02:31 +00:00
joerg
01ff4d7ea3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:28:43 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tonnerre
2b32a72a59 Fix multiple connection handling Denial of Service vulnerability in licq
(CVE-2008-1996). Before this, the application would crash if too many TCP
connections are opened.
2008-05-11 04:12:34 +00:00
rillig
9c9d79c575 ERROR: patches/patch-qa:29: This code must not be included in patches. 2008-01-05 21:00:18 +00:00
jdolecek
f13ce5bf32 add patch for licq-gui-console to fix include path for pkgsrc devel/cdk 2007-12-22 22:50:13 +00:00
jdolecek
7ad66c5551 Update licq-{core,gui-console,gui-qt} to 1.3.5.
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-22 22:34:22 +00:00
rillig
233a9844cb Since all the licq packages use the same distfile and need the same
patches, it is better to provide them once for all packages.

Fixed building the gui plugins.
2007-10-10 10:20:32 +00:00
rillig
85ae4a45a1 Fixed build errors on NetBSD 4.99. 2007-09-29 12:51:17 +00:00
jdolecek
9beaa4a4f9 fix couple missing initializations of pthread_mutex_t/pthread_cond_t
now the package is actually usable on NetBSD
2006-11-02 07:07:13 +00:00
rillig
4bb42fd9c0 Fixed "test ==". 2006-10-11 18:23:54 +00:00
yyamano
9d1d96ba64 Make this build on Darwin. 2006-03-11 16:44:44 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
eb1f14f871 Avoid lvalue cast for GCC 3.4. Add DragonFly support. 2005-12-19 19:38:55 +00:00
tv
bbf299c9e0 Include <sys/time.h> to get fd_set per POSIX. (SourceForge bug #1344209) 2005-10-31 18:58:38 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
minskim
0a2b59d937 - Use C++ compiler.
- Override libtool.
2004-04-30 00:44:57 +00:00
snj
5b81c6687a Convert to buildlink3. 2004-04-17 20:49:45 +00:00
snj
78a0ad0709 s/seperate/separate/ 2004-01-31 23:35:24 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
084e2947c3 This package wants threads, so include pthread.buildlink2.mk. 2003-05-03 23:01:54 +00:00
hubertf
1b39de27b4 Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
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.
2003-04-24 23:57:36 +00:00