View | Details | Raw Unified | Return to bug 208259
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	http
4
PORTNAME=	http
5
PORTVERSION=	2.5.3
5
PORTVERSION=	2.5.6
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
8
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pecl_http-2.5.3.tgz) = 713790881f0308fceff0177340cb8b1ab3f7cb1c2b7906e06146399c7fdc6094
1
SHA256 (pecl_http-2.5.6.tgz) = 8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4
2
SIZE (pecl_http-2.5.3.tgz) = 191863
2
SIZE (pecl_http-2.5.6.tgz) = 200469
(-)files/patch-php_http_url.c (-13 lines)
Lines 1-13 Link Here
1
--- php_http_url.c.orig	2015-04-08 10:14:19 UTC
2
+++ php_http_url.c
3
@@ -27,6 +27,10 @@
4
 #	include <arpa/inet.h>
5
 #endif
6
 
7
+#if defined(__FreeBSD__) || defined(__DragonFly__)
8
+#include <stddef.h>
9
+#endif
10
+
11
 #include "php_http_utf8.h"
12
 
13
 static inline char *localhostname(void)
(-)files/patch-src_php__http__url.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- php_http_url.c.orig	2015-04-08 10:14:19 UTC
1
--- src/php_http_url.c.orig	2016-03-09 10:04:21 UTC
2
+++ php_http_url.c
2
+++ src/php_http_url.c
3
@@ -27,6 +27,10 @@
3
@@ -27,6 +27,10 @@
4
 #	include <arpa/inet.h>
4
 #	include <arpa/inet.h>
5
 #endif
5
 #endif

Return to bug 208259