FreeBSD Bugzilla – Attachment 183136 Details for
Bug 219711
x11-toolkits/scintilla & editors/scite: Update to 3.7.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for x11-toolkits/scintilla (since 440229 revision)
scintilla.diff (text/plain), 1.53 KB, created by
lightside
on 2017-06-01 18:47:14 UTC
(
hide
)
Description:
Proposed patch for x11-toolkits/scintilla (since 440229 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2017-06-01 18:47:14 UTC
Size:
1.53 KB
patch
obsolete
>diff -ruNd scintilla.orig/Makefile scintilla/Makefile >--- scintilla.orig/Makefile 2017-05-06 06:00:23 UTC >+++ scintilla/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD: head/x11-toolkits/scintilla/Makefile 440229 2017-05-06 06:00:23Z miwi $ > > PORTNAME= scintilla >-PORTVERSION= 3.7.4 >+PORTVERSION= 3.7.5 > CATEGORIES= x11-toolkits > MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} > DISTNAME= scite${PORTVERSION:S/.//g} >diff -ruNd scintilla.orig/distinfo scintilla/distinfo >--- scintilla.orig/distinfo 2017-05-06 06:00:23 UTC >+++ scintilla/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1490054625 >-SHA256 (scite374.tgz) = 197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20 >-SIZE (scite374.tgz) = 2329831 >+TIMESTAMP = 1495751226 >+SHA256 (scite375.tgz) = 51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86 >+SIZE (scite375.tgz) = 2380823 >diff -ruNd scintilla.orig/files/patch-makefile scintilla/files/patch-makefile >--- scintilla.orig/files/patch-makefile 2016-12-12 00:40:45 UTC >+++ scintilla/files/patch-makefile >@@ -1,4 +1,4 @@ >---- makefile.orig 2016-12-01 09:53:41 UTC >+--- makefile.orig 2017-05-24 01:26:25 UTC > +++ makefile > @@ -9,14 +9,6 @@ > srcdir ?= . >@@ -31,7 +31,7 @@ > vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib > @@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil > >- LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))) >+ LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))) > > -all: $(COMPLIB) > +all: $(COMPLIB) $(LEXRLIB)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cyberbotx
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219711
: 183136 |
183137