upgrade to xchat 1.8.8
- NLS fixes - 64-bit fixes -- Ok'd by: maintainer
This commit is contained in:
parent
e1a0eae062
commit
245395f4e7
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2002/01/10 11:08:55 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2002/03/30 04:50:09 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
|
||||
COMMENT= "X-Chat is an X11 IRC client"
|
||||
|
||||
MAJOR= 1.8
|
||||
VERSION= ${MAJOR}.7
|
||||
VERSION= ${MAJOR}.8
|
||||
DISTNAME= xchat-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.504
|
||||
@ -24,23 +23,18 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf
|
||||
|
||||
FLAVORS= no_ssl
|
||||
FLAVOR?=
|
||||
|
||||
CONFIGURE_ARGS+= --disable-imlib --disable-python \
|
||||
--disable-gnome --disable-zvt \
|
||||
--disable-mmx --enable-ipv6
|
||||
MODULES= iconv gettext
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf
|
||||
|
||||
.if ${FLAVOR} != "no_ssl"
|
||||
CONFIGURE_ARGS+= --enable-openssl="/usr"
|
||||
.endif
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-python --disable-gnome \
|
||||
--disable-zvt --disable-mmx \
|
||||
--enable-ipv6 --enable-openssl="/usr" \
|
||||
--enable-japanese-conv \
|
||||
--with-libiconv-prefix="${LOCALBASE}"
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/xchat
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xchat-1.8.7.tar.bz2) = 2bdcf2b77f6bf1385bc63a17dcafbe90
|
||||
RMD160 (xchat-1.8.7.tar.bz2) = 708a84c383f192b1b147390c9a5c3d4c1cf29c23
|
||||
SHA1 (xchat-1.8.7.tar.bz2) = be69774757970ce0100d36ec769a64590c84cb78
|
||||
MD5 (xchat-1.8.8.tar.bz2) = 8496a0438c1062d3d8f96f92d5e48a52
|
||||
RMD160 (xchat-1.8.8.tar.bz2) = 264fe8fe08b97df4d07f1792c1de6fe9863a9a03
|
||||
SHA1 (xchat-1.8.8.tar.bz2) = c47dd8bfbc6f7f7a455fc183cc2208a45e2d1f52
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/07/25 11:19:38 shell Exp $
|
||||
--- po/Makefile.in.in.orig Sun Oct 31 19:17:50 1999
|
||||
+++ po/Makefile.in.in Fri Jul 20 05:58:39 2001
|
||||
@@ -18,7 +18,7 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.3 2002/03/30 04:50:09 brad Exp $
|
||||
--- po/Makefile.in.in.orig Sun Oct 31 06:17:50 1999
|
||||
+++ po/Makefile.in.in Wed Mar 27 19:35:39 2002
|
||||
@@ -18,7 +18,7 @@ VPATH = @srcdir@
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/07/25 11:19:38 shell Exp $
|
||||
localedir = $(datadir)/locale
|
||||
gnulocaledir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(prefix)/share/gettext/po
|
||||
@@ -111,9 +111,9 @@
|
||||
@@ -111,9 +111,9 @@ install-data: install-data-@USE_NLS@
|
||||
install-data-no: all
|
||||
install-data-yes: all
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
@ -22,7 +22,7 @@ $OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/07/25 11:19:38 shell Exp $
|
||||
fi
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
@@ -123,7 +123,7 @@
|
||||
@@ -123,7 +123,7 @@ install-data-yes: all
|
||||
*) destdir=$(localedir);; \
|
||||
esac; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_fe-text_Makefile_in,v 1.1 2001/07/25 11:19:38 shell Exp $
|
||||
--- src/fe-text/Makefile.in.orig Wed Jul 25 05:58:47 2001
|
||||
+++ src/fe-text/Makefile.in Wed Jul 11 13:14:41 2001
|
||||
@@ -124,7 +124,7 @@
|
||||
$OpenBSD: patch-src_fe-text_Makefile_in,v 1.2 2002/03/30 04:50:09 brad Exp $
|
||||
--- src/fe-text/Makefile.in.orig Tue Mar 5 21:25:20 2002
|
||||
+++ src/fe-text/Makefile.in Wed Mar 27 19:35:39 2002
|
||||
@@ -127,7 +127,7 @@ LIBS = @LIBS@
|
||||
@USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o
|
||||
xchat_text_DEPENDENCIES = ../common/libxchatmain.a
|
||||
xchat_text_LDFLAGS =
|
||||
|
Loading…
Reference in New Issue
Block a user