- Update to 1.74 - Take maintainership - Force use of GTK2 because SciTE refuses to compile with GTK1 - Removed DEPRECATED because the program does let you write text into a new file - Added a knob to make the Buffers menu show more than 40 files if the user sets their buffers higher Generated with FreeBSD Port Tools 0.77 I would like this PR to replace the previous PR I submitted, PR ports/115128. Also, this port update depends on the update of x11-toolkits/scintilla, which I sent as a PR under ports/115127.
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
I would like to replace my previous patch with the one attached to this e-mail. It still relies on ports/115127 and checks if x11-toolkits/scintilla was built with GTK2, SciTE will not run with Scintilla built as GTK1. Thanks, Naram Qashat
Ignore the last patch, I made a mistake with it when I made it, attached is a valid version. Thanks, Naram Qashat
Responsible Changed From-To: clsung->mezz Pass it to mezz.
mezz 2007-08-22 03:36:05 UTC FreeBSD ports repository Modified files: editors/scite Makefile distinfo pkg-plist editors/scite/files patch-aa Log: - Update to 1.74, only build with GTK+2 since GTK+1 is broke. - Passing the maintainership to the submitter. - Respect CC/CXX/CFLAGS/CXXFLAGS. - Remove IGNORE check on amd64, need someone to test it to see if it's fixed or not. If not, then it can be add back. - Block create package since scintilla builds with GTK+1 by default. It will not build unless you enable scintilla with GTK+2 support. - Removed DEPRECATED/EXPIRATION_DATE. PR: ports/115188 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Revision Changes Path 1.45 +18 -51 ports/editors/scite/Makefile 1.22 +3 -3 ports/editors/scite/distinfo 1.15 +36 -29 ports/editors/scite/files/patch-aa 1.24 +4 -0 ports/editors/scite/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, thanks!