From owner-cvs-all@FreeBSD.ORG Sun Feb 8 14:52:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267A516A4CF; Sun, 8 Feb 2004 14:52:28 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAF243D1D; Sun, 8 Feb 2004 14:52:27 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i18Mqgm3003697; Sun, 8 Feb 2004 17:52:42 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i18MqfJO003694; Sun, 8 Feb 2004 17:52:41 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 8 Feb 2004 17:52:41 -0500 (EST) From: Trevor Johnson To: Joe Marcus Clarke In-Reply-To: <1076277021.16832.27.camel@shumai.marcuscom.com> Message-ID: <20040208175125.R99913@blues.jpj.net> References: <200402082146.i18LkbxE080399@repoman.freebsd.org> <1076277021.16832.27.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/iconv Makefile ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 22:52:28 -0000 > I think you mean to add this to converters/libiconv. That would make far more sense. :) Could you please make the change, since I'm not a member of gnome@? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/libiconv/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 14 Oct 2003 08:00:14 -0000 1.28 +++ Makefile 8 Feb 2004 22:47:18 -0000 @@ -26,6 +26,11 @@ MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 +.ifdef USE_ICONV +.error USE_ICONV is defined as an environment variable, or in the arguments \ + to "make". Please unset it and restart the build. +.endif + .if !defined(WITHOUT_EXTRA_ENCODINGS) CONFIGURE_ARGS+= --enable-extra-encodings .endif -- Trevor Johnson