Bug 107346 - [PATCH] editors/scite: follow gtk's move to /usr/local
Summary: [PATCH] editors/scite: follow gtk's move to /usr/local
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 10:10 UTC by Naram Qashat
Modified: 2006-12-31 18:30 UTC (History)
0 users

See Also:


Attachments
scite-1.71_2.patch (6.91 KB, patch)
2006-12-30 10:10 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2006-12-30 10:10:13 UTC
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
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-31 12:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-31 18:30:00 UTC
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"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-31 18:30:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!