summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/centericq/Makefile20
-rw-r--r--chat/centericq/PLIST4
-rw-r--r--chat/centericq/distinfo6
-rw-r--r--doc/CHANGES3
4 files changed, 22 insertions, 11 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 13095d43288..e7f19634649 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2003/06/10 16:51:48 jmc Exp $
+# $NetBSD: Makefile,v 1.21 2003/06/29 02:04:20 jlam Exp $
#
-DISTNAME= centericq-4.9.2
-PKGREVISION= 3
+DISTNAME= centericq-4.9.4
CATEGORIES= chat
MASTER_SITES= http://konst.org.ua/download/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://konst.org.ua/eng/software/centericq/info.html
@@ -14,16 +14,24 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_GCC_SHLIB= yes
USE_GMAKE= yes
+
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE}
+#
+# libiconv depends on configure scripts to include <iconv.h> before
+# trying to link against -liconv. Unfortunately, centericq's script
+# doesn't do this, so fake it.
+#
+CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=yes
LIBS= ${LDFLAGS}
-USE_PERL5= run
-REPLACE_PERL= ${WRKSRC}/misc/cicqconf
+USE_PERL5= run
+REPLACE_PERL= ${WRKSRC}/misc/cicqconv
INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*
-.include "../../devel/glib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
diff --git a/chat/centericq/PLIST b/chat/centericq/PLIST
index 5c396cf9d86..a08c6bcbd9a 100644
--- a/chat/centericq/PLIST
+++ b/chat/centericq/PLIST
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2003/02/15 05:56:58 salo Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/06/29 02:04:20 jlam Exp $
bin/centericq
bin/cicqconv
bin/cicqsync
man/man1/centericq.1
+man/man1/cicqconv.1
+man/man1/cicqsync.1
share/centericq/contrib/spanish/COPYING
share/centericq/contrib/spanish/ChangeLog
share/centericq/contrib/spanish/FAQ
diff --git a/chat/centericq/distinfo b/chat/centericq/distinfo
index 6508982e862..6fddefef8f6 100644
--- a/chat/centericq/distinfo
+++ b/chat/centericq/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/02/15 05:56:58 salo Exp $
+$NetBSD: distinfo,v 1.3 2003/06/29 02:04:20 jlam Exp $
-SHA1 (centericq-4.9.2.tar.gz) = bfa97d4dd6a3e5c755f032764fa8766bb42406ae
-Size (centericq-4.9.2.tar.gz) = 1223514 bytes
+SHA1 (centericq-4.9.4.tar.bz2) = 91566da9904eb5b85074ed6b08f047ccc97bccda
+Size (centericq-4.9.4.tar.bz2) = 896855 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index d743debca88..a6d3203527d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2610 2003/06/28 11:48:18 jmmv Exp $
+$NetBSD: CHANGES,v 1.2611 2003/06/29 02:04:29 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2599,3 +2599,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated rc.subr to 20030627 [grant 2003-06-28]
Updated xmule to 1.4.1a [jmmv 2003-06-28]
Updated yasm to 0.2.2 [jmmv 2003-06-28]
+ Updated centericq to 4.9.4 [jlam 2003-06-28]