pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mbone/common-mml This package needs gtk-doc to success...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7aa26d219b05
branches: trunk
changeset: 568404:7aa26d219b05
user: snj <snj%pkgsrc.org@localhost>
date: Sat Dec 12 18:11:07 2009 +0000
description:
This package needs gtk-doc to successfully build its HTML docs. Adding a
build dependency on gtk-doc isn't enough to make everything happy, because
the gtk-doc package unhelpfully disables sgml support by default (in the
name of avoiding a "heavy" jade dependency). In order to get a package
that is consistent regardless of which additional packages are installed,
let's just not install the HTML docs at all.
diffstat:
mbone/common-mml/Makefile | 6 +++---
mbone/common-mml/PLIST | 10 +---------
2 files changed, 4 insertions(+), 12 deletions(-)
diffs (43 lines):
diff -r 29f3cd1894d4 -r 7aa26d219b05 mbone/common-mml/Makefile
--- a/mbone/common-mml/Makefile Sat Dec 12 18:00:19 2009 +0000
+++ b/mbone/common-mml/Makefile Sat Dec 12 18:11:07 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2009/12/02 07:10:52 snj Exp $
+# $NetBSD: Makefile,v 1.19 2009/12/12 18:11:07 snj Exp $
DISTNAME= common-1.2.16
PKGNAME= common-mml-1.2.16
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
@@ -25,6 +25,6 @@
${LIBTOOL} --mode=install \
${INSTALL_LIB} ${WRKSRC}/src/*.la ${DESTDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${INCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCDIR}
+# ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCDIR}
.include "../../mk/bsd.pkg.mk"
diff -r 29f3cd1894d4 -r 7aa26d219b05 mbone/common-mml/PLIST
--- a/mbone/common-mml/PLIST Sat Dec 12 18:00:19 2009 +0000
+++ b/mbone/common-mml/PLIST Sat Dec 12 18:11:07 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/12/02 07:10:52 snj Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/12/12 18:11:07 snj Exp $
include/common-mml/acconfig.h
include/common-mml/addrinfo.h
include/common-mml/addrsize.h
@@ -36,11 +36,3 @@
include/common-mml/version.h
include/common-mml/vsnprintf.h
lib/libuclmmbase.la
-share/doc/common-mml/book1.html
-share/doc/common-mml/uclmmbase-debug.html
-share/doc/common-mml/uclmmbase-hmac.html
-share/doc/common-mml/uclmmbase-md5.html
-share/doc/common-mml/uclmmbase-memory.html
-share/doc/common-mml/uclmmbase-net-udp.html
-share/doc/common-mml/uclmmbase-rtp.html
-share/doc/common-mml/uclmmbase.html
Home |
Main Index |
Thread Index |
Old Index