gphpedit is a PHP/HTML/CSS Development Environment for Gnome. http://www.gphpedit.org/
Responsible Changed From-To: freebsd-ports-bugs->mezz I'll take this.
State Changed From-To: open->feedback Hello Roman, I have my own old gphpedit port from Feb, but I never want to maintain it so I keep it in http://people.freebsd.org/~mezz/shar/gphpedit.shar . Now I saw this PR and I figured why not to merge with your port and let you maintain this port. Here are what I have done by tweak your port: - Improvement on COMMENT and pkg-descr. - GNU_CONFIGURE -> USE_LIBTOOL_VER=15. - Remove intlhack, because there is no intltool-merge.in. - Add -I${LOCALBASE}/include and -L${LOCALBASE}/lib to find stuff better and correct. - Fix the gphpedit.desktop by remove redhat and hardcore path, now it works well in GNOME menu. - Fix several hardcore paths of images, plugins and PHP manual. That should kill some complains of missing or can't find stuff. - Add patch-src::gtkscintilla2::* that was compied from scintilla and gtkscintilla ports, but still keep it as static. This should fix for like amd64 build, respect CFLAGS/CC, add gthread-2.0 for pthread and etc. http://people.freebsd.org/~mezz/shar/gphpedit-new.shar Let me know what you think of this changes. There are two more issues that need to be deal with that I haven't done anything with those yet. 1) Add php as dependency with WITHOUT_PHP knob. 2) Add php_doc as dependency with WITHOUT_PHPDOC knob. I think, php and php_doc above should be enable by default with WITHOUT_* knob. The php is more like should be php-cli. Any thought?
State Changed From-To: feedback->closed Committed, thanks!