Date: Sat, 13 Apr 2024 09:32:13 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8869e4acc857 - main - databases/p5-Xapian: Convert REINPLACE_CMD to patch file Message-ID: <202404130932.43D9WDfm034116@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8869e4acc857973ba7ea39da9b414d6ba25785d4 commit 8869e4acc857973ba7ea39da9b414d6ba25785d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 09:28:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 09:31:36 +0000 databases/p5-Xapian: Convert REINPLACE_CMD to patch file --- databases/p5-Xapian/Makefile | 3 +-- databases/p5-Xapian/files/extra-patch-perl-Makefile.in | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/databases/p5-Xapian/Makefile b/databases/p5-Xapian/Makefile index b3549f5bcc52..d1decc498b76 100644 --- a/databases/p5-Xapian/Makefile +++ b/databases/p5-Xapian/Makefile @@ -40,8 +40,7 @@ PORTSCOUT= limitw:1,even OPTIONS_DEFINE= DOCS -post-patch-DOCS-off: - @${REINPLACE_CMD} -e 's| install-dist_exampledataDATA install-docdataDATA||' ${WRKSRC}/perl/Makefile.in +DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-perl-Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Xapian/Xapian.so diff --git a/databases/p5-Xapian/files/extra-patch-perl-Makefile.in b/databases/p5-Xapian/files/extra-patch-perl-Makefile.in new file mode 100644 index 000000000000..ee0759f46388 --- /dev/null +++ b/databases/p5-Xapian/files/extra-patch-perl-Makefile.in @@ -0,0 +1,13 @@ +--- perl/Makefile.in.orig 2024-03-07 22:58:53 UTC ++++ perl/Makefile.in +@@ -1379,8 +1379,8 @@ info-am: + + info-am: + +-install-data-am: install-data-local install-dist_exampledataDATA \ +- install-docdataDATA install-nobase_dist_perllibDATA \ ++install-data-am: \ ++ install-nobase_dist_perllibDATA \ + install-perlarchLTLIBRARIES + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130932.43D9WDfm034116>