From owner-cvs-all@FreeBSD.ORG Thu Jan 29 07:07:46 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 AEC0816A4CE; Thu, 29 Jan 2004 07:07:46 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD3843D2D; Thu, 29 Jan 2004 07:07:44 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i0TF7fpG098026; Fri, 30 Jan 2004 00:07:42 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Fri, 30 Jan 2004 00:07:20 +0900 (JST) Message-Id: <20040130.000720.74668093.nyan@jp.FreeBSD.org> To: jhay@icomtek.csir.co.za From: Takahashi Yoshihiro In-Reply-To: <20040128173555.GA19266@zibbi.icomtek.csir.co.za> References: <200401281451.i0SEpcZ9073740@repoman.freebsd.org> <20040128173555.GA19266@zibbi.icomtek.csir.co.za> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Fri_Jan_30_00:07:20_2004_475)--" Content-Transfer-Encoding: 7bit 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: Thu, 29 Jan 2004 15:07:46 -0000 ----Next_Part(Fri_Jan_30_00:07:20_2004_475)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit In article <20040128173555.GA19266@zibbi.icomtek.csir.co.za> John Hay writes: > 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. > + ports/print/ghostscript-gnu-nox11 \ Sorry, I missed it and also ports/Tools. > - ports/devel/gettext \ > - ports/textproc/expat2 \ The gettext (gettext-old) and expat2 ports are needed. gmake depends on gettext-old, and gettext-old depends on expat2. I have got the following warning message without these lines. I make new patch. ===> Extracting for gmake-3.80_1 >> Checksum OK for make-3.80.tar.bz2. ===> Patching for gmake-3.80_1 ===> Applying FreeBSD patches for gmake-3.80_1 /bin/rm /usr/ports/devel/gmake/work/make-3.80/doc/make.info* ===> gmake-3.80_1 depends on shared library: intl.5 - not found ===> Verifying install for intl.5 in /usr/ports/devel/gettext-old >> No directory for intl.5. Skipping.. ===> Configuring for gmake-3.80_1 --- TAKAHASHI Yoshihiro ----Next_Part(Fri_Jan_30_00:07:20_2004_475)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.inc.docports.diff" Index: Makefile.inc.docports =================================================================== RCS file: /home/ncvs/src/release/Makefile.inc.docports,v retrieving revision 1.21 diff -u -r1.21 Makefile.inc.docports --- Makefile.inc.docports 28 Jan 2004 14:51:38 -0000 1.21 +++ Makefile.inc.docports 29 Jan 2004 14:35:06 -0000 @@ -22,9 +22,9 @@ MINIMALDOCPORTS= \ ports/Mk \ ports/Templates \ + ports/Tools \ ports/archivers/unzip \ ports/converters/libiconv \ - ports/devel/bison \ ports/devel/gettext \ ports/devel/gettext-old \ ports/devel/gmake \ @@ -41,6 +41,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 \ @@ -57,7 +58,6 @@ ports/textproc/libxml2 \ ports/textproc/libxslt \ ports/textproc/linuxdoc \ - ports/textproc/mkcatalog \ ports/textproc/scr2txt \ ports/textproc/sdocbook-xml \ ports/textproc/sgmlformat \ ----Next_Part(Fri_Jan_30_00:07:20_2004_475)----