summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorfredb <fredb>2001-08-17 19:04:58 +0000
committerfredb <fredb>2001-08-17 19:04:58 +0000
commit8996cdd2d3589a215c40e4ebc597a9f1ea6d081c (patch)
tree61068d1679eab050b8dd8b7b98a9afce7d466fb4 /chat/xchat
parentc2afe7b00022e0ae9e822c6346bed4be22e6df4b (diff)
downloadpkgsrc-8996cdd2d3589a215c40e4ebc597a9f1ea6d081c.tar.gz
* Force the issue of using -lintl and buildlink.
* Don't run autoconf.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile6
-rw-r--r--chat/xchat/distinfo3
-rw-r--r--chat/xchat/patches/patch-ad14
3 files changed, 4 insertions, 19 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index f24ae31e0f5..054b0d83c99 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/08/12 08:26:56 tron Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/17 19:04:58 fredb Exp $
DISTNAME= xchat-1.8.2
CATEGORIES= chat x11 gnome
@@ -16,7 +16,7 @@ USE_GMAKE= YES
USE_PERL5= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
-CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes'
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
# Prevent invokation of "auto*" which caused build failures due to insufficient
@@ -24,7 +24,7 @@ MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
pre-configure:
@cd ${WRKSRC} && \
${RM} -f po/zh_TW.Big5.po && \
- ${TOUCH} aclocal.m4 stamp-h.in config.status && \
+ ${TOUCH} aclocal.m4 stamp-h.in configure && \
${FIND} . -name Makefile.in | ${XARGS} ${TOUCH}
post-install:
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo
index 93f3c0f030f..137b3dd77b6 100644
--- a/chat/xchat/distinfo
+++ b/chat/xchat/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.7 2001/08/12 11:08:12 martin Exp $
+$NetBSD: distinfo,v 1.8 2001/08/17 19:04:59 fredb Exp $
SHA1 (xchat-1.8.2.tar.bz2) = 18fa80ddfe4863e92a03afbf5ea4302c82b14308
Size (xchat-1.8.2.tar.bz2) = 618960 bytes
SHA1 (patch-aa) = d870e35dae1fdfe976cbe9572146438ae0620dd3
SHA1 (patch-ab) = 141689091f4533456050b1ab931af9390945d81f
SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed
-SHA1 (patch-ad) = e34e451e6697452adc4af588fa48c11109788d7e
diff --git a/chat/xchat/patches/patch-ad b/chat/xchat/patches/patch-ad
deleted file mode 100644
index c6ec27413f1..00000000000
--- a/chat/xchat/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2001/08/12 11:08:12 martin Exp $
-
---- src/fe-text/Makefile.in.orig Sun Aug 12 12:44:53 2001
-+++ src/fe-text/Makefile.in Sun Aug 12 12:52:14 2001
-@@ -119,7 +119,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I../..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ ${INTLLIBS}
- @USE_MYGLIB_FALSE@xchat_text_OBJECTS = fe-text.o
- @USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o
- xchat_text_DEPENDENCIES = ../common/libxchatmain.a
-