From owner-cvs-all Mon Nov 6 11:39:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 760DA37B479; Mon, 6 Nov 2000 11:39:43 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA46383; Mon, 6 Nov 2000 11:39:43 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011061939.LAA46383@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Nov 2000 11:39:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile ports/japanese/xchat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/06 11:39:43 PST Modified files: irc/xchat Makefile japanese/xchat Makefile Log: Fix japanese/xchat which had been broken by the last two commits on irc/xchat. As japanese/xchat "built" without a problem, I didn't notice it was "broken"... In reality, the configure script failed to detect the iconv library because of the removal of CPPFLAGS and LIBS in CONFIGURE_ENV, therefore the built binary lacked Japanese support. (i.e. the ja-xchat package included in 4.2-RELEASE will be broken) To avoid this kind of sad accidents in future, add a note to irc/xchat that it has a slave port and one should be careful not to overwrite variables or targets. Revision Changes Path 1.68 +8 -3 ports/irc/xchat/Makefile 1.3 +4 -1 ports/japanese/xchat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message