Bug 83598 - update x11-toolkits/php-gtk to 1.0.2
Summary: update x11-toolkits/php-gtk to 1.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 11:40 UTC by Alex Kiesel
Modified: 2005-07-18 13:19 UTC (History)
0 users

See Also:


Attachments
php-gtk.diff (1.57 KB, patch)
2005-07-17 11:40 UTC, Alex Kiesel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kiesel 2005-07-17 11:40:15 UTC
    Bring the port to the latest version. This also fixes build failures introduced
    by the new PHP-4.4, reported by bento: 
    http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005052016/php-gtk-1.0.1.log

Fix: cd /usr/ports/x11-toolkits/php-gtk && patch < php-gtk.diff
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 00:51:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 08:51:03 UTC
State Changed
From-To: open->suspended

Can't run commands before phpize run in configure block context. 
Asked ale@ to provide pre-phpize target.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 13:17:58 UTC
State Changed
From-To: suspended->closed

Committed with modifications. I had to kick out USE_PHPIZE because it 
conflicts with pre-configure: target here in Makefile. I also updated 
required autotools versions to match existing phpize expectations. 

Is the automake and libtool needed? phpize seems to make use of autoconf only.