svn commit: r560389 - head/converters/pecl-igbinary
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 5 13:02:49 UTC 2021
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 at 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 at 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>
More information about the svn-ports-all
mailing list