Remove docbook hack.

This commit is contained in:
ajacoutot 2012-09-27 17:59:37 +00:00
parent 7a1e28c0af
commit 0056bf0651
2 changed files with 5 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2012/09/24 12:36:08 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2012/09/27 17:59:37 ajacoutot Exp $
COMMENT= tool/library for managing platform virtualization
@ -27,6 +27,8 @@ WANTLIB += avahi-client avahi-common c crypto curl dbus-1 gcrypt
WANTLIB += gmp gnutls gpg-error hogweed idn m ncurses nettle p11-kit
WANTLIB += pthread readline ssh2 ssl tasn1 util xml2 z
BUILD_DEPENDS= textproc/docbook
LIB_DEPENDS= net/avahi \
net/curl \
security/gnutls \
@ -42,7 +44,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-avahi \
--with-libssh2 \
--with-python \
--with-xml-catalog-file=${LOCALBASE}/share/xml/catalog \
--without-yajl \
--without-netcf \
--without-network

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.32 2012/09/27 17:26:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.33 2012/09/27 17:59:37 ajacoutot Exp $
COMMENT= GTK C code documentation system
GNOME_VERSION= 1.18
GNOME_PROJECT= gtk-doc
REVISION= 2
REVISION= 3
CATEGORIES= textproc devel
@ -23,7 +23,6 @@ MODPY_RUNDEP= No
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-xml-catalog=${WRKDIR}/catalog.xml
# only files under tests/ are compiled but not installed
PKG_ARCH= *
@ -35,13 +34,6 @@ RUN_DEPENDS= textproc/openjade \
REGRESS_DEPENDS= shells/bash
post-extract:
cp ${LOCALBASE}/share/xml/docbook/catalog.xml \
${WRKDIR}/catalog.xml
xmlcatalog --add nextCatalog \
--id ${LOCALBASE}/share/xsl/docbook/catalog.xml \
--noout ${WRKDIR}/catalog.xml ${WRKDIR}/catalog.xml
pre-configure:
perl -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash," \
${WRKSRC}/tests/fail.sh \