Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 10:16:29 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550673 - head/devel/libnotify
Message-ID:  <202009301016.08UAGTC7093351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Sep 30 10:16:29 2020
New Revision: 550673
URL: https://svnweb.freebsd.org/changeset/ports/550673

Log:
  Fix generation of manual page
  
  textproc/docbook-xsl seems to be missing appropriate stylesheets needed to
  generated the notify-send.1 manual page as the formatting of that manual
  page was completely broken. Use textproc/docbook-xsl-ns instead, which
  seems to solve the issue.
  
  Approved by:	portmgr blanket (runtime fixes)

Modified:
  head/devel/libnotify/Makefile

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Wed Sep 30 09:52:11 2020	(r550672)
+++ head/devel/libnotify/Makefile	Wed Sep 30 10:16:29 2020	(r550673)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libnotify
 PORTVERSION=	0.7.9
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
@@ -13,7 +14,7 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	xsltproc:textproc/libxslt \
-		docbook-xsl>=0:textproc/docbook-xsl
+		docbook-xsl-ns>=0:textproc/docbook-xsl-ns
 
 USES=		gmake gnome libtool meson pkgconfig tar:xz
 USE_GNOME=	glib20 gdkpixbuf2 introspection:build
@@ -22,7 +23,7 @@ USE_LDCONFIG=	yes
 MESON_ARGS=	-Dtests=false -Ddocbook_docs=disabled -Dgtk_doc=false
 
 post-patch:
-	${REINPLACE_CMD} -e "s#http:.*docbook.xsl#${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl#g" \
+	${REINPLACE_CMD} -e "s#http:.*docbook.xsl#${LOCALBASE}/share/xsl/docbook-ns/manpages/docbook.xsl#g" \
 		${WRKSRC}/meson.build
 
 .include <bsd.port.mk>



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