- Update to 2.00 The FETCH_ARGS is just temporary until a solution to the Sourceforge distfile problem, mentioned on the ports mailing list, can be resolved. I will later be submitting an update to editors/scite as well. This patch also removes GTK1 support from scintilla, the reason for this is explained below. I looked into things, and found that scintilla is only depended on by scite and gtkscintilla. gtkscintilla seems to be outdated, unmaintained, and is only a depend to 2 ports: py-gtkscintilla (which is equally outdated and unmaintained, as it's part of the same project as gtkscintilla) and php-gtk (which has a php-gtk2, and php-gtk seems to no longer be maintained upstream, they are working on php-gtk2). I propose that gtkscintilla and py-scintilla be removed from the ports tree, and php-gtk either be removed or updated to php-gtk2 (they had a release in February 2008). If gtkscintilla can not be removed from the ports tree, feel free to let me know and I will submit a patch which does not remove GTK1 support. Personally, I feel it would be better to remove the ports which depend on the GTK1 version of scintilla, as other than scite, nothing else uses scintilla and scite only works with the GTK2 version of scintilla. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->suspended Will wait for sites.mk update at least for couple of days.
State Changed From-To: suspended->open sites.mk update was committed
amdmi3 2009-08-14 00:29:27 UTC FreeBSD ports repository Modified files: x11-toolkits/scintilla Makefile distinfo pkg-plist x11-toolkits/scintilla/files patch-aa Log: - Update to 2.00 - Drop gtk12 support - Switch to SFP PR: 137675 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Revision Changes Path 1.48 +6 -15 ports/x11-toolkits/scintilla/Makefile 1.32 +3 -3 ports/x11-toolkits/scintilla/distinfo 1.21 +8 -8 ports/x11-toolkits/scintilla/files/patch-aa 1.8 +2 -3 ports/x11-toolkits/scintilla/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!