Bug 137675 - [MAINTAINER] x11-toolkits/scintilla: update to 2.00
Summary: [MAINTAINER] x11-toolkits/scintilla: update to 2.00
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 18:20 UTC by Naram Qashat
Modified: 2009-08-14 01:30 UTC (History)
1 user (show)

See Also:


Attachments
scintilla-2.00.patch (4.67 KB, patch)
2009-08-11 18:20 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 2009-08-11 18:20:04 UTC
- 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
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-12 14:53:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-12 15:08:05 UTC
State Changed
From-To: open->suspended

Will wait for sites.mk update at least for couple of days.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-13 01:28:59 UTC
State Changed
From-To: suspended->open

sites.mk update was committed
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-08-14 01:29:36 UTC
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"
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-14 01:30:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!