diff options
author | xtraeme <xtraeme> | 2004-02-22 23:27:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-22 23:27:18 +0000 |
commit | 19b71370021fb9853c384d0150522ca1b6ff306f (patch) | |
tree | adcc00cacc915a84dbe24e1ddd348ec775578ecb | |
parent | a96ff6067311c96302078fa94ec23b4443b2399a (diff) | |
download | pkgsrc-19b71370021fb9853c384d0150522ca1b6ff306f.tar.gz |
Upgrade bitlbee to 0.84 and bl3ify.
# Version 0.84 (released 2004-02-13) hilights:
* Fixed Yahoo! support.
* MSN module works without libsoup now.
* Code cleanup.
-rw-r--r-- | chat/bitlbee/Makefile | 12 | ||||
-rw-r--r-- | chat/bitlbee/distinfo | 7 | ||||
-rw-r--r-- | chat/bitlbee/patches/patch-aa | 13 | ||||
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
5 files changed, 12 insertions, 26 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 404ac03f24d..48fcc5cf834 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/22 23:27:19 xtraeme Exp $ # -DISTNAME= bitlbee-0.83 +DISTNAME= bitlbee-0.84 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ @@ -9,7 +9,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.bitlbee.org/ COMMENT= IRC to other chat networks gateway -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes HAS_CONFIGURE= yes USE_GNU_TOOLS+= make USE_PKGINSTALL= yes @@ -45,7 +45,7 @@ do-install: .endfor .undef f -.include "../../converters/libiconv/buildlink2.mk" -.include "../../devel/glib2/buildlink2.mk" -.include "../../net/libsoup/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo index bb316baec0b..bc56369be45 100644 --- a/chat/bitlbee/distinfo +++ b/chat/bitlbee/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/12/31 13:02:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2004/02/22 23:27:19 xtraeme Exp $ -SHA1 (bitlbee-0.83.tar.gz) = f553b7b2f5dcc9d453602b99015a1573b3c63bad -Size (bitlbee-0.83.tar.gz) = 380672 bytes -SHA1 (patch-aa) = 981221178175c171914bf4ae6121633f4708a278 +SHA1 (bitlbee-0.84.tar.gz) = f771830c6e42568210e167d5f474d5d1b1274040 +Size (bitlbee-0.84.tar.gz) = 473930 bytes diff --git a/chat/bitlbee/patches/patch-aa b/chat/bitlbee/patches/patch-aa deleted file mode 100644 index af9635a66c1..00000000000 --- a/chat/bitlbee/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/12/31 13:02:42 xtraeme Exp $ - ---- bitlbee.c.orig 2003-12-31 13:58:26.000000000 +0100 -+++ bitlbee.c 2003-12-31 13:58:41.000000000 +0100 -@@ -50,7 +50,7 @@ - memset( &sig, 0, sizeof( sig ) ); - sig.sa_handler = sighandler; - sigaction( SIGPIPE, &sig, &old ); -- sig.sa_flags = SA_ONESHOT; -+ sig.sa_flags = SA_RESETHAND; - sigaction( SIGINT, &sig, &old ); - sigaction( SIGILL, &sig, &old ); - sigaction( SIGBUS, &sig, &old ); diff --git a/doc/CHANGES b/doc/CHANGES index 6f36bc79a1c..1a36ee07261 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4961 2004/02/22 23:10:30 heinz Exp $ +$NetBSD: CHANGES,v 1.4962 2004/02/22 23:27:18 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -983,3 +983,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-Crypt-Random to 1.13 [heinz 2004-02-22] Updated p5-Crypt-Primes to 0.50 [heinz 2004-02-22] Updated xnc to 5.0.4 [jschauma 2004-02-22] + Updated bitlbee to 0.84 [xtraeme 2004-02-22] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1409 2004/02/22 22:30:12 jschauma Exp $ +$NetBSD: TODO,v 1.1410 2004/02/22 23:27:19 xtraeme Exp $ Suggested new packages ====================== @@ -134,7 +134,6 @@ Suggested package updates o avidemux-2.0.20 o avifile-devel-0.7.34-20030319 o balsa-1.4.4 - o bitlbee-0.84 o blib-1.1.5 o blinkensim-2.5 o blinkentools-2.5 |