cvs commit: src/release Makefile.inc.docports
Takahashi Yoshihiro
nyan at jp.FreeBSD.org
Thu Jan 29 07:07:46 PST 2004
In article <20040128173555.GA19266 at zibbi.icomtek.csir.co.za>
John Hay <jhay at 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 at jp.FreeBSD.org>
-------------- next part --------------
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 \
More information about the cvs-src
mailing list