Bug 115188 - [PATCH] editors/scite: update to 1.74, take maintainership
Summary: [PATCH] editors/scite: update to 1.74, take maintainership
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: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 03:30 UTC by Naram Qashat
Modified: 2007-08-22 04:40 UTC (History)
0 users

See Also:


Attachments
scite-1.74.patch (5.53 KB, patch)
2007-08-04 03:30 UTC, Naram Qashat
no flags Details | Diff
scite.diff (5.81 KB, patch)
2007-08-10 19:06 UTC, Naram Qashat
no flags Details | Diff
scite.diff (5.83 KB, patch)
2007-08-10 21:55 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 2007-08-04 03:30:01 UTC
- 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.
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-08-04 03:38:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Naram Qashat 2007-08-10 19:06:18 UTC
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
Comment 3 Naram Qashat 2007-08-10 21:55:16 UTC
Ignore the last patch, I made a mistake with it when I made it, attached is
a valid version.

Thanks,
Naram Qashat
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-08-21 06:29:27 UTC
Responsible Changed
From-To: clsung->mezz

Pass it to mezz.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-08-22 04:36:11 UTC
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"
Comment 6 Jeremy Messenger freebsd_committer freebsd_triage 2007-08-22 04:36:18 UTC
State Changed
From-To: open->closed

Committed, thanks!