Bug 223766 - lang/php72: Not all header files are copied
Summary: lang/php72: Not all header files are copied
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-20 12:15 UTC by Daniel Ylitalo
Modified: 2017-11-21 12:06 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ylitalo 2017-11-20 12:15:08 UTC
Hi!

Not all header files are copied from stage to the live package.

For example:
ls -lha work/stage/usr/local/include/php/Zend/zend_smart_string.h
-rw-r--r--  1 root  wheel   4.9K Nov 20 13:10 work/stage/usr/local/include/php/Zend/zend_smart_string.h

But that file never exists after the pkg has been installed
ls -lha /usr/local/include/php/Zend/zend_smart_string.h
ls: /usr/local/include/php/Zend/zend_smart_string.h: No such file or directory


This makes for example databases/pecl-redis fail building against 7.2 because it requires this particular file
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-11-21 12:06:08 UTC
A commit references this bug:

Author: tz
Date: Tue Nov 21 12:05:51 UTC 2017
New revision: 454602
URL: https://svnweb.freebsd.org/changeset/ports/454602

Log:
  lang/php72: Add missing header file

  Add missing file zend_smart_string.h to pkg-plist.
  The allows building many more of the pecl-* ports.

  PR:           223766
  Submitted by: Raivo Hool <raivo.hool@gmail.com>
  Reported by:  Raivo Hool <raivo.hool@gmail.com>, Daniel Ylitalo <daniel@blodan.se>

Changes:
  head/lang/php72/Makefile
  head/lang/php72/pkg-plist
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-11-21 12:06:48 UTC
Hello Daniel,

thanks for the PR! Its committed now! :)

Greetings,
Torsten