Because GTK has moved to /usr/local, it has caused SciTE to try to look for it's data files in /usr/local instead of /usr/X11R6. This patch makes SciTE follow GTK's move to /usr/local. Also, the makefile patch was attempting to tell SciTE to use the already installed scintilla files to build the object files of SciTE, but they were being ignored and SciTE is still built out of the scintilla files that come with the scite tarball. So I have removed the portion of the patch to makefile that edits the location of where the scintilla files are. It still uses the installed scintilla library, though. Made pkg-plist a little more portslint friendly. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
itetcu 2006-12-31 18:29:54 UTC FreeBSD ports repository Modified files: editors/scite Makefile pkg-plist editors/scite/files patch-aa Log: - move to LOCALBASE - fix patch - portlint PR: ports/107346 Submitted by: Naram Qashat Revision Changes Path 1.40 +1 -2 ports/editors/scite/Makefile 1.14 +7 -17 ports/editors/scite/files/patch-aa 1.21 +77 -76 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!