Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 00:07:20 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
To:        jhay@icomtek.csir.co.za
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile.inc.docports
Message-ID:  <20040130.000720.74668093.nyan@jp.FreeBSD.org>
In-Reply-To: <20040128173555.GA19266@zibbi.icomtek.csir.co.za>
References:  <200401281451.i0SEpcZ9073740@repoman.freebsd.org> <20040128173555.GA19266@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
----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 <jhay@icomtek.csir.co.za> 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 <nyan@jp.FreeBSD.org>

----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)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040130.000720.74668093.nyan>