From owner-svn-ports-branches@freebsd.org Sat Jul 30 22:38:25 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98798BA8A24; Sat, 30 Jul 2016 22:38:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0231A83; Sat, 30 Jul 2016 22:38:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UMcOQ3042005; Sat, 30 Jul 2016 22:38:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6UMcO5Q042003; Sat, 30 Jul 2016 22:38:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607302238.u6UMcO5Q042003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 30 Jul 2016 22:38:24 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 22:38:25 -0000 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 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 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