From owner-svn-ports-all@freebsd.org Sun Feb 2 11:07:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F787229C57; Sun, 2 Feb 2020 11:07:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489SqD2Qxdz40y3; Sun, 2 Feb 2020 11:07:52 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E85AEE86; Sun, 2 Feb 2020 11:07:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012B7q84090266; Sun, 2 Feb 2020 11:07:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012B7puK090264; Sun, 2 Feb 2020 11:07:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021107.012B7puK090264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 11:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524936 - in head/misc/help2man: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/misc/help2man: . files X-SVN-Commit-Revision: 524936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2020 11:07:52 -0000 Author: sunpoet Date: Sun Feb 2 11:07:51 2020 New Revision: 524936 URL: https://svnweb.freebsd.org/changeset/ports/524936 Log: Revert bindtextdomain.so location change in r267248 - Bump PORTREVISION for package change help2man (with NLS enabled) installs bindtextdomain.so to ${PREFIX}/lib/help2man/ now. Reported by: swills Added: head/misc/help2man/files/ head/misc/help2man/files/patch-Makefile.in (contents, props changed) Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Sun Feb 2 11:07:46 2020 (r524935) +++ head/misc/help2man/Makefile Sun Feb 2 11:07:51 2020 (r524936) @@ -3,6 +3,7 @@ PORTNAME= help2man PORTVERSION= 1.47.12 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU @@ -24,7 +25,7 @@ OPTIONS_DEFINE= NLS NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_CONFIGURE_ENABLE= nls -NLS_PLIST_FILES= lib/bindtextdomain.so +NLS_PLIST_FILES= lib/help2man/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_USES= gettext NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." @@ -37,8 +38,5 @@ NLS_INFO+= help2man-${lang} NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ share/locale/${lang}/LC_MESSAGES/help2man.mo .endfor - -post-patch: - @${REINPLACE_CMD} -e '/^pkglibdir/ s|/help2man$$||' ${WRKSRC}/Makefile.in .include Added: head/misc/help2man/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/help2man/files/patch-Makefile.in Sun Feb 2 11:07:51 2020 (r524936) @@ -0,0 +1,18 @@ +--- Makefile.in.orig 2017-09-22 14:27:08 UTC ++++ Makefile.in +@@ -60,7 +60,6 @@ all: $(target) man info @extra_make_all@ + install: all install_base @extra_make_install@ + install_dirs: + $(MKINSTALLDIRS) $(DESTDIR)$(bindir) +- $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir) + $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 + $(MKINSTALLDIRS) $(DESTDIR)$(infodir) + +@@ -77,6 +76,7 @@ install_base: install_dirs + fi + + install_preload: install_dirs preload ++ $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir) + $(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(pkglibdir) + + install_l10n: install_dirs msg_l10n man_l10n info_l10n