From owner-cvs-all@FreeBSD.ORG Wed Jan 28 09:36:06 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 BF8AC16A4CE; Wed, 28 Jan 2004 09:36:06 -0800 (PST) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A1643D31; Wed, 28 Jan 2004 09:36:00 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) i0SHZu0e019412; Wed, 28 Jan 2004 19:35:56 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id i0SHZt3C019409; Wed, 28 Jan 2004 19:35:55 +0200 (SAST) (envelope-from jhay) Date: Wed, 28 Jan 2004 19:35:55 +0200 From: John Hay To: Takahashi Yoshihiro Message-ID: <20040128173555.GA19266@zibbi.icomtek.csir.co.za> References: <200401281451.i0SEpcZ9073740@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401281451.i0SEpcZ9073740@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile.inc.docports 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: Wed, 28 Jan 2004 17:36:06 -0000 On Wed, Jan 28, 2004 at 06:51:38AM -0800, Takahashi Yoshihiro wrote: > nyan 2004/01/28 06:51:38 PST > > FreeBSD src repository > > Modified files: > release Makefile.inc.docports > Log: > Add gettext-old to the MINIMALDOCPORTS variable. Is that really needed? I have been running with this patch the last 2 days and using NOPORTS=YES so that MINIMALDOCPORTS will be used and it worked without a problem. I was going to commit it in a day or so. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: release/Makefile.inc.docports =================================================================== RCS file: /home/ncvs/src/release/Makefile.inc.docports,v retrieving revision 1.20 diff -u -r1.20 Makefile.inc.docports --- release/Makefile.inc.docports 11 Jan 2004 11:55:37 -0000 1.20 +++ release/Makefile.inc.docports 27 Jan 2004 05:40:33 -0000 @@ -24,8 +24,6 @@ ports/Templates \ ports/archivers/unzip \ ports/converters/libiconv \ - ports/devel/bison \ - ports/devel/gettext \ ports/devel/gmake \ ports/devel/libtool13 \ ports/devel/pkgconfig \ @@ -40,6 +38,7 @@ ports/lang/perl5 \ ports/print/freetype2 \ ports/print/ghostscript-gnu \ + ports/print/ghostscript-gnu-nox11 \ ports/textproc/docbook \ ports/textproc/docbook-241 \ ports/textproc/docbook-300 \ @@ -50,13 +49,11 @@ ports/textproc/docbook-xsl \ ports/textproc/docproj \ ports/textproc/dsssl-docbook-modular \ - ports/textproc/expat2 \ ports/textproc/html \ ports/textproc/iso8879 \ ports/textproc/libxml2 \ ports/textproc/libxslt \ ports/textproc/linuxdoc \ - ports/textproc/mkcatalog \ ports/textproc/scr2txt \ ports/textproc/sdocbook-xml \ ports/textproc/sgmlformat \