Date: Sat, 30 Jul 2016 22:38:24 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419335 - in branches/2016Q3/x11/yelp: . files Message-ID: <201607302238.u6UMcO5Q042003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sat Jul 30 22:38:24 2016 New Revision: 419335 URL: https://svnweb.freebsd.org/changeset/ports/419335 Log: MFH: r419332 - Add USES=autoreconf - Enable compatibility with traditional man PR: 210927 Submitted by: cpm Reported by: Rares Vernica <rvernica@gmail.com> Approved by: gnome (maintainer timeout, 3 weeks) Obtained from: Gentoo (https://github.com/gentoo/gentoo/blob/master/gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch) Approved by: ports-secteam (junovitch) Added: branches/2016Q3/x11/yelp/files/ - copied from r419332, head/x11/yelp/files/ Modified: branches/2016Q3/x11/yelp/Makefile branches/2016Q3/x11/yelp/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11/yelp/Makefile ============================================================================== --- branches/2016Q3/x11/yelp/Makefile Sat Jul 30 22:33:20 2016 (r419334) +++ branches/2016Q3/x11/yelp/Makefile Sat Jul 30 22:38:24 2016 (r419335) @@ -3,6 +3,7 @@ PORTNAME= yelp PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,7 +21,7 @@ RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-x PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ +USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_XORG= x11 ice USE_GNOME= gtk30 intlhack libxml2 libxslt @@ -39,4 +40,10 @@ CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr YELP_LZMA_LIBS="-L/usr/lib -llzma" .endif +post-patch: + @${CP} ${FILESDIR}/yelp-groff ${WRKSRC}/libyelp + +post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/yelp-groff ${STAGEDIR}${PREFIX}/libexec + .include <bsd.port.mk> Modified: branches/2016Q3/x11/yelp/pkg-plist ============================================================================== --- branches/2016Q3/x11/yelp/pkg-plist Sat Jul 30 22:33:20 2016 (r419334) +++ branches/2016Q3/x11/yelp/pkg-plist Sat Jul 30 22:38:24 2016 (r419335) @@ -26,6 +26,7 @@ lib/yelp/libyelpcommon.a lib/yelp/libyelpcommon.so lib/yelp/web-extensions/libyelpwebextension.a lib/yelp/web-extensions/libyelpwebextension.so +libexec/yelp-groff share/applications/yelp.desktop share/gtk-doc/html/libyelp/YelpDocument.html share/gtk-doc/html/libyelp/YelpSettings.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607302238.u6UMcO5Q042003>