Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 13:02:49 +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: r560389 - head/converters/pecl-igbinary
Message-ID:  <202101051302.105D2nKU041679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan  5 13:02:49 2021
New Revision: 560389
URL: https://svnweb.freebsd.org/changeset/ports/560389

Log:
  Fix build of the dependent ports
  
  - Bump PORTREVISION for package change
  
  PR:		252408
  Reported by:	Alexander Kuznetsov <alex@kuznetcoff.ru>

Modified:
  head/converters/pecl-igbinary/Makefile

Modified: head/converters/pecl-igbinary/Makefile
==============================================================================
--- head/converters/pecl-igbinary/Makefile	Tue Jan  5 12:47:13 2021	(r560388)
+++ head/converters/pecl-igbinary/Makefile	Tue Jan  5 13:02:49 2021	(r560389)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igbinary
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	converters
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -12,5 +13,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		php:pecl
+
+post-patch:
+# Install the real header files
+	@${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?202101051302.105D2nKU041679>