diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centerim/Makefile | 11 | ||||
-rw-r--r-- | chat/centerim/PLIST | 4 | ||||
-rw-r--r-- | chat/centerim/distinfo | 9 | ||||
-rw-r--r-- | chat/centerim/patches/patch-ad | 14 |
4 files changed, 13 insertions, 25 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile index b780abaf17d..0d396829aee 100644 --- a/chat/centerim/Makefile +++ b/chat/centerim/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2014/05/29 23:35:17 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/11/21 12:02:02 mef Exp $ # -DISTNAME= centerim-4.22.9 -PKGREVISION= 13 +DISTNAME= centerim-4.22.10 CATEGORIES= chat MASTER_SITES= http://www.centerim.org/download/releases/ \ http://transacid.de/centerim/releases/ @@ -13,15 +12,17 @@ COMMENT= Instant Messenger interface supporting many protocols LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE:Q} LIBS+= ${LDFLAGS} -REPLACE_PERL= misc/cimconv +REPLACE_PERL= misc/cimextracthistory.pl +REPLACE_PERL+= misc/cimconv REPLACE_PYTHON+= misc/CenterIMLog2HTML.py +REPLACE_AWK+= misc/cimformathistory 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]-* diff --git a/chat/centerim/PLIST b/chat/centerim/PLIST index 21ec83cd5d9..dc7e4f9e4ac 100644 --- a/chat/centerim/PLIST +++ b/chat/centerim/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2009/12/15 08:29:35 jnemeth Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/11/21 12:02:02 mef Exp $ bin/CenterIMLog2HTML.py bin/centerim bin/cimconv +bin/cimextracthistory.pl +bin/cimformathistory man/man1/centerim.1 man/man1/cimconv.1 share/centerim/email.wav diff --git a/chat/centerim/distinfo b/chat/centerim/distinfo index 655e568620c..42a0d52cc28 100644 --- a/chat/centerim/distinfo +++ b/chat/centerim/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.7 2013/05/06 15:04:54 joerg Exp $ +$NetBSD: distinfo,v 1.8 2014/11/21 12:02:02 mef Exp $ -SHA1 (centerim-4.22.9.tar.gz) = ebe9f4ee2064a2fa10f1084ce26083ccd295673e -RMD160 (centerim-4.22.9.tar.gz) = 253007e466a211ec740f7843538e4f686ab95cad -Size (centerim-4.22.9.tar.gz) = 2252262 bytes +SHA1 (centerim-4.22.10.tar.gz) = 46fbac7a55f33b0d4f42568cca21ed83770650e5 +RMD160 (centerim-4.22.10.tar.gz) = 2514c871388edb98b4a8957f965ccee3450b968f +Size (centerim-4.22.10.tar.gz) = 2287832 bytes SHA1 (patch-aa) = 47ddb8568aa36255ad20b71d999284f023726980 SHA1 (patch-ac) = 4ef992ed632a57e921661b1b0054beff0c0aa587 -SHA1 (patch-ad) = bfe19ca98facfbb23a87dd28a176980fb4e986de SHA1 (patch-av) = 05758183016fb1bb297c9c3d2c0606e6a66f9901 SHA1 (patch-bb) = 7312d496cdde7f619eff6bfef6025fe9be14529d SHA1 (patch-libicq2000_libicq2000_sigslot.h) = a812915ad5b329a6c82ff90835d26f73552eeebb diff --git a/chat/centerim/patches/patch-ad b/chat/centerim/patches/patch-ad deleted file mode 100644 index db7afd11cd0..00000000000 --- a/chat/centerim/patches/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $ - ---- kksystr/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002 -+++ kksystr/include/kkiproc.h -@@ -9,7 +9,9 @@ - #include <string.h> - #include <sys/stat.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <utmp.h> -+#endif - #include <string.h> - #include <ctype.h> - |