Bug 207260

Summary: graphics/pecl-imagick does not build with php70
Product: Ports & Packages Reporter: rainer
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed Overcome By Events    
Severity: Affects Many People CC: w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (mm)
Version: Latest   
Hardware: amd64   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207904
Attachments:
Description Flags
poudriere build log none

Description rainer 2016-02-16 21:17:24 UTC
Created attachment 167099 [details]
poudriere build log

poudriere build log attached.
Comment 1 w.schwarzenfeld 2016-02-16 21:43:17 UTC
Look at the build-log
#DEFAULT_PHP_VER=55
#PHP_DEFAULT= 5.5
Comment 2 rainer 2016-02-16 21:45:50 UTC
Those are commented out.
root@bsd1-build-prod:~ # cat /usr/local/etc/poudriere.d/10amd64php7-make.conf | grep -v ^# |grep -v ^$
WITH_PKGNG=yes
INSTALL_NODEBUG="yes"
A4=yes
WITH_UTF8=yes
WITHOUT_X11=yes
WITHOUT_X=yes
OPTIONS_UNSET=X11
NO_PROFILE=true
APACHE_PORT=www/apache22-worker-mpm
DEFAULT_VERSIONS=php=70 mysql=101m apache=2.2 ruby=2.0 pgsql=9.5 perl5=5.18 python=2.7
NOPORTDOCS=yes
SUEXEC_DOCROOT=/home
SUEXEC_UIDMIN=80
SUEXEC_GIDMIN=80
PYTHON_VERSION= python2.7
Comment 3 w.schwarzenfeld 2016-02-16 22:03:06 UTC
You set
WITHOUT_X11=yes
WITHOUT_X=yes
OPTIONS_UNSET=X11

I think  set all three make troubles
try only
OPTIONS_UNSET=X11
Comment 4 rainer 2016-02-16 22:26:02 UTC
Still doesn't build.
There are some "historic" options in my make.conf, but I don't have problems building pecl-imagick with eg. PHP55.

If this can be fixed in the port, that's great.
If it's an upstream issue, I'll file a bug upstream.
If it's my setup, shame on me ;-)