Date: Wed, 3 Mar 2021 18:07:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567116 - in head/dns/libidn2: . files Message-ID: <202103031807.123I7GpU039451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Mar 3 18:07:16 2021 New Revision: 567116 URL: https://svnweb.freebsd.org/changeset/ports/567116 Log: Convert REINPLACE_CMD to patch file Added: head/dns/libidn2/files/patch-config.h.in (contents, props changed) Modified: head/dns/libidn2/Makefile Modified: head/dns/libidn2/Makefile ============================================================================== --- head/dns/libidn2/Makefile Wed Mar 3 18:07:11 2021 (r567115) +++ head/dns/libidn2/Makefile Wed Mar 3 18:07:16 2021 (r567116) @@ -26,10 +26,4 @@ USE_LDCONFIG= yes INFO= libidn2 -post-patch: - @${REINPLACE_CMD} -e '/^TMPDIR = /d' ${WRKSRC}/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e '/HAVE_SYMVER_ALIAS_SUPPORT/d' ${WRKSRC}/config.h - .include <bsd.port.mk> Added: head/dns/libidn2/files/patch-config.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libidn2/files/patch-config.h.in Wed Mar 3 18:07:16 2021 (r567116) @@ -0,0 +1,10 @@ +--- config.h.in.orig 2019-11-14 10:05:07 UTC ++++ config.h.in +@@ -246,7 +246,6 @@ + #undef HAVE_STRVERSCMP + + /* The toolchain supports aliases and .symver. */ +-#undef HAVE_SYMVER_ALIAS_SUPPORT + + /* Define to 1 if you have the <sys/bitypes.h> header file. */ + #undef HAVE_SYS_BITYPES_H
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031807.123I7GpU039451>