Bug 248961

Summary: [patch] databases/pecl-rrd: Fix build with PHP 7.4.x
Product: Ports & Packages Reporter: Renato Botelho <garga>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Some People Flags: flo: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix build with php 7.4 none

Description Renato Botelho freebsd_committer freebsd_triage 2020-08-28 12:10:12 UTC
Created attachment 217583 [details]
fix build with php 7.4

Add a patch replacing ulong by u_long and fix build with PHP 7.4

Obtained from: pfSense

https://github.com/pfsense/FreeBSD-ports/commit/2e643484c9ec45dc659cd665d7da5b9f265851af
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2020-08-29 06:25:45 UTC
Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-16 20:05:06 UTC
A commit references this bug:

Author: flo
Date: Wed Sep 16 20:05:01 UTC 2020
New revision: 548797
URL: https://svnweb.freebsd.org/changeset/ports/548797

Log:
  Fix build with PHP 7.4

  PR:		248961
  Submitted by:	garga

Changes:
  head/databases/pecl-rrd/Makefile
  head/databases/pecl-rrd/files/
  head/databases/pecl-rrd/files/patch-rrd.c
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2020-09-16 20:08:09 UTC
Committed. Thanks.