Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 15:00:51 +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: r520636 - head/dns/libidn2
Message-ID:  <201912221500.xBMF0pMb070765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912221500.xBMF0pMb070765>