svn commit: r493460 - head/converters/pecl-igbinary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 20 20:48:07 UTC 2019


Author: sunpoet
Date: Wed Feb 20 20:48:02 2019
New Revision: 493460
URL: https://svnweb.freebsd.org/changeset/ports/493460

Log:
  Fix build of the dependent ports
  
  - Bump PORTREVISION for package change
  
  Restore the hack (replacement of igbinary.h and php_igbinary.h) in previous versions.
  
  PR:		235869
  Submitted by:	Artyom Davidov <ard_1 at mail.ru>

Modified:
  head/converters/pecl-igbinary/Makefile

Modified: head/converters/pecl-igbinary/Makefile
==============================================================================
--- head/converters/pecl-igbinary/Makefile	Wed Feb 20 20:47:56 2019	(r493459)
+++ head/converters/pecl-igbinary/Makefile	Wed Feb 20 20:48:02 2019	(r493460)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igbinary
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	converters
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -12,5 +13,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		php:pecl
+
+post-patch:	 
+	@${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h
+	@${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list