Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 20:48:02 +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: r493460 - head/converters/pecl-igbinary
Message-ID:  <201902202048.x1KKm2ZF084167@repo.freebsd.org>

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



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