svn commit: r419335 - in branches/2016Q3/x11/yelp: . files

Carlos J. Puga Medina cpm at FreeBSD.org
Sat Jul 30 22:38:25 UTC 2016


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 at 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


More information about the svn-ports-all mailing list