aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/php-gtk2
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toAlex Dupre2004-02-091-6/+3
| | | | | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100488
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix the ability to make master_sites_all. While I'm here, add theMark Linimon2003-11-181-1/+2
| | | | | | | | | | explicit dependency on the lang/php4 binary -- I could not install without that. PR: ports/59386. Submitted by: Dan Langille <dan@langille.org>. Notes: svn path=/head/; revision=94218
* Update to 1.0.0.Norikatsu Shigemura2003-11-115-45/+28
| | | | | | | | | | Fix build error caused by conflicting dependencies. PR: ports/59074 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=93717
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-1/+1
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* BROKEN: conflicting dependencies (php4-cli-4.3.4.r1 and php4-4.3.4.r1)Kris Kennaway2003-10-241-0/+2
| | | | Notes: svn path=/head/; revision=92016
* o Updated documentationNorikatsu Shigemura2003-07-116-17/+62
| | | | | | | | | | | | | o Support for scintilla o Build one shared library instead of many o Fix bento build error o Bump PORTREVISION acordingly PR: ports/54341 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=84628
* libtool uber-patchAde Lovett2003-06-261-3/+5
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* x11-toolkits/php-gtk: Fix build dependencyDaichi GOTO2003-06-231-1/+2
| | | | | | | | PR: 53579 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=83484
* Add configure script.Norikatsu Shigemura2003-06-181-0/+20
| | | | | | | | | PR: ports/53343 Pointy hat to: myself Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=83243
* Fix dependencies and Cleanup pkg-plist.Norikatsu Shigemura2003-06-173-26/+32
| | | | | | | | | | Bump PORTREVISION. PR: ports/53343 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=83164
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Fix build for x11-toolkits/php-gtkEdwin Groothuis2003-04-131-7/+5
| | | | | | | | | | | | | Due to incorrect build dependencies, php-gtk failed to build (as reported by bento). This patch fixes BUILD_DEPENDS and corrects another small bug (pre-configure wouldn't be called under certain circumstances). PR: ports/50854 Submitted by: Alex Kiesel <kiesel@schlund.de> Notes: svn path=/head/; revision=78874
* New port: php-gtkEdwin Groothuis2003-04-0110-0/+983
Great! I had planned to port this application. Here are some patches to the original submitted PR. They upgrade to v. 0.5.2, force the build of self contained extensions, install examples (all tested and working), fix some typos in the code, USE_GNOMENG, and add a BUILD_DEP towards phpize. I have also added knobs to build gdkpixbuf and gtkhtml extensions (not scintilla). They build OK, but I have been unable to test them => they are not installed. PR: ports/46201 Submitted by: Th. Thomas. Notes: svn path=/head/; revision=77929