svn commit: r520636 - head/dns/libidn2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 22 15:00:51 UTC 2019
Author: sunpoet
Date: Sun Dec 22 15:00:51 2019
New Revision: 520636
URL: https://svnweb.freebsd.org/changeset/ports/520636
Log:
Fix dependent ports on FreeBSD 12.0 amd64
- Bump PORTREVISION for package change
PR: 242171
Reported by: antoine
Exp-run by: antoine
Modified:
head/dns/libidn2/Makefile
Modified: head/dns/libidn2/Makefile
==============================================================================
--- head/dns/libidn2/Makefile Sun Dec 22 15:00:43 2019 (r520635)
+++ head/dns/libidn2/Makefile Sun Dec 22 15:00:51 2019 (r520636)
@@ -3,6 +3,7 @@
PORTNAME= libidn2
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= GNU/libidn
@@ -27,5 +28,8 @@ 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>
More information about the svn-ports-head
mailing list