pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 Explicitly disable the creation of manpage...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b774175926e
branches:  trunk
changeset: 609762:7b774175926e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Oct 09 18:57:54 2012 +0000

description:
Explicitly disable the creation of manpages so that the presence of
xsltproc and Docbook packages do not enable this unexpectedly.  Fixes
the build whenever manpages get enabled for some reason, as the PLIST
does not account for them.

diffstat:

 devel/glib2/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 25e7730eef1e -r 7b774175926e devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Tue Oct 09 17:53:51 2012 +0000
+++ b/devel/glib2/Makefile.common       Tue Oct 09 18:57:54 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2012/10/06 20:44:04 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.22 2012/10/09 18:57:54 jmmv Exp $
 #
 # used by devel/glib2/Makefile
 # used by devel/gdbus-codegen/Makefile
@@ -37,6 +37,7 @@
 CONFIGURE_ARGS+=       ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
 CONFIGURE_ARGS+=       --with-pcre=system
 CONFIGURE_ARGS+=       --disable-dtrace
+CONFIGURE_ARGS+=       --disable-man  # Requires xsltproc and Docbook.
 CONFIGURE_ARGS+=       --disable-modular-tests
 
 CONFIGURE_ARGS.gnu-iconv+=     --with-libiconv=gnu



Home | Main Index | Thread Index | Old Index