Update to v3.29.12
- Install locale files. - Use the gettext port rather than building the included one. help from naddy@ Brief ChangeLog: o Now it's possible to open a received URL with a browser directly; controlled in the ~/.centericq/actions file. o Cancelled messages are now being postponed for later editing. o Substring search in history is implemented. o QuickFind feature works in multiple contact selection mode as well as in the contact list and is case insensitive.
This commit is contained in:
parent
9ab4955e51
commit
8cc5110715
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/05/09 23:26:33 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/05/19 17:23:59 pvalchev Exp $
|
||||
|
||||
COMMENT= "curses-based icq client implementation"
|
||||
|
||||
DISTNAME= centericq-3.22.8
|
||||
DISTNAME= centericq-3.29.12
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.363
|
||||
MASTER_SITES= http://konst.org.ua/download/ \
|
||||
@ -20,13 +20,12 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= PREFIX="${PREFIX}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/centericq ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/centericq
|
||||
${INSTALL_DATA} ${WRKSRC}/share/*.wav ${PREFIX}/share/centericq
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/centericq
|
||||
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/centericq
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (centericq-3.22.8.tar.gz) = 1d7b4bc848c358dca7bcbdfca1b80986
|
||||
RMD160 (centericq-3.22.8.tar.gz) = 19c4fd46a07d8e29dd680d1a52100bf78d306e9b
|
||||
SHA1 (centericq-3.22.8.tar.gz) = a7dc5ff1d31935b288c68099fd7a12d445cc5e9f
|
||||
MD5 (centericq-3.29.12.tar.gz) = 13cc864d8559a581874892d4177a70a8
|
||||
RMD160 (centericq-3.29.12.tar.gz) = 2bb08c36b73a9fa3266c3efd9c1d9840493f1d38
|
||||
SHA1 (centericq-3.29.12.tar.gz) = 330fac350d419573871e6d7a8acb65382a4f506a
|
||||
|
16
net/centericq/patches/patch-aclocal_m4
Normal file
16
net/centericq/patches/patch-aclocal_m4
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1 2001/05/19 17:23:59 pvalchev Exp $
|
||||
--- aclocal.m4.orig Sat May 19 10:30:33 2001
|
||||
+++ aclocal.m4 Sat May 19 10:32:57 2001
|
||||
@@ -173,10 +173,9 @@ AC_DEFUN(AM_WITH_NLS,
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" != "yes"; then
|
||||
AC_CHECK_LIB(intl, bindtextdomain,
|
||||
- [AC_CACHE_CHECK([for gettext in libintl],
|
||||
- gt_cv_func_gettext_libintl,
|
||||
+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl,
|
||||
[AC_CHECK_LIB(intl, gettext,
|
||||
- gt_cv_func_gettext_libintl=yes,
|
||||
+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"],
|
||||
gt_cv_func_gettext_libintl=no)],
|
||||
gt_cv_func_gettext_libintl=no)])
|
||||
fi
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ktools_src_konst_ui_menu_cc,v 1.2 2001/05/09 22:48:00 pvalchev Exp $
|
||||
--- ktools-1.01/src/konst.ui.menu.cc.orig Sun Feb 18 04:25:58 2001
|
||||
+++ ktools-1.01/src/konst.ui.menu.cc Thu Feb 22 22:12:08 2001
|
||||
$OpenBSD: patch-ktools_src_konst_ui_menu_cc,v 1.3 2001/05/19 17:23:59 pvalchev Exp $
|
||||
--- ktools-1.01/src/konst.ui.menu.cc.orig Tue Apr 10 02:59:27 2001
|
||||
+++ ktools-1.01/src/konst.ui.menu.cc Fri May 18 18:32:39 2001
|
||||
@@ -215,6 +215,7 @@ int verticalmenu::open() {
|
||||
ret = 0;
|
||||
break;
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-ktools_src_konst_ui_menu_cc,v 1.2 2001/05/09 22:48:00 pvalchev E
|
||||
case KEY_UP:
|
||||
if(curelem > 0) {
|
||||
shownelem(curelem, 0);
|
||||
@@ -236,6 +237,7 @@ int verticalmenu::open() {
|
||||
@@ -238,6 +239,7 @@ int verticalmenu::open() {
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/09 09:43:24 reinhard Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/05/19 17:24:00 pvalchev Exp $
|
||||
bin/centericq
|
||||
share/centericq/cont.wav
|
||||
share/centericq/email.wav
|
||||
@ -8,5 +8,12 @@ share/centericq/online.wav
|
||||
share/centericq/url.wav
|
||||
share/doc/centericq/FAQ
|
||||
share/doc/centericq/README
|
||||
share/locale/cs/LC_MESSAGES/centericq.mo
|
||||
share/locale/de/LC_MESSAGES/centericq.mo
|
||||
share/locale/hu/LC_MESSAGES/centericq.mo
|
||||
share/locale/pl/LC_MESSAGES/centericq.mo
|
||||
share/locale/ro/LC_MESSAGES/centericq.mo
|
||||
share/locale/ru/LC_MESSAGES/centericq.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo
|
||||
@dirrm share/doc/centericq
|
||||
@dirrm share/centericq
|
||||
|
Loading…
Reference in New Issue
Block a user