diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-02 22:01:28 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-02 22:01:28 +0800 |
commit | 54f3ce9ff5f7e5c2eb75c3688e5b7c0e5b480925 (patch) | |
tree | c8dd0dc295bb7099c1a41423d849e8196050c74f /x11-toolkits/scintilla | |
parent | b886d543fff319f162254f48a8a5a2264a0c7c0e (diff) | |
download | freebsd-ports-gnome-54f3ce9ff5f7e5c2eb75c3688e5b7c0e5b480925.tar.gz freebsd-ports-gnome-54f3ce9ff5f7e5c2eb75c3688e5b7c0e5b480925.tar.zst freebsd-ports-gnome-54f3ce9ff5f7e5c2eb75c3688e5b7c0e5b480925.zip |
- Update to 2.12
PR: ports/147298
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r-- | x11-toolkits/scintilla/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/scintilla/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/scintilla/files/patch-aa | 24 |
3 files changed, 21 insertions, 11 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 4668d4fc2082..f92862c15d49 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $ PORTNAME= scintilla -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff --git a/x11-toolkits/scintilla/distinfo b/x11-toolkits/scintilla/distinfo index cfcd70df1d28..76ab19d24684 100644 --- a/x11-toolkits/scintilla/distinfo +++ b/x11-toolkits/scintilla/distinfo @@ -1,3 +1,3 @@ -MD5 (scite211.tgz) = 129aad231c9618aaa2c2e41226db2327 -SHA256 (scite211.tgz) = bf0254e8eadbda1f32214a909b34c35bfb1f38f39551643c0445d92e224e34c8 -SIZE (scite211.tgz) = 1784014 +MD5 (scite212.tgz) = 8868c06c1cfb248abd92cb3956bb5ba1 +SHA256 (scite212.tgz) = e1da8da68a75237b6c0d25533c92192564fc9a0df4f1f44665f241991d49963b +SIZE (scite212.tgz) = 1930331 diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa index 8afbfa0db751..ec326e8d330b 100644 --- a/x11-toolkits/scintilla/files/patch-aa +++ b/x11-toolkits/scintilla/files/patch-aa @@ -1,19 +1,29 @@ ---- makefile.orig 2010-03-25 19:49:46.000000000 -0400 -+++ makefile 2010-04-05 07:36:46.000000000 -0400 -@@ -7,9 +7,9 @@ +--- makefile.orig 2010-05-31 23:35:35.000000000 -0400 ++++ makefile 2010-06-01 17:41:51.000000000 -0400 +@@ -7,14 +7,14 @@ # Also works with ming32-make on Windows. .SUFFIXES: .cxx .c .o .h .a +-ifdef CLANG +-CC = clang +-CCOMP = clang +-else -CC = g++ -CCOMP = gcc +-endif -AR = ar ++#ifdef CLANG ++#CC = clang ++#CCOMP = clang ++#else +#CC = g++ +#CCOMP = gcc ++#endif +AR = $(CXX) -shared RANLIB = touch ifndef windir -@@ -18,7 +18,8 @@ +@@ -23,7 +23,8 @@ endif endif @@ -23,7 +33,7 @@ vpath %.h ../src ../include vpath %.cxx ../src -@@ -33,18 +34,18 @@ +@@ -38,18 +39,18 @@ endif ifdef DEBUG @@ -47,7 +57,7 @@ #++Autogenerated -- run src/LexGen.py to regenerate #**LEXOBJS=\\\n\(\*.o \) -@@ -63,7 +64,7 @@ +@@ -68,7 +69,7 @@ LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section @@ -56,7 +66,7 @@ clean: rm -f *.o $(COMPLIB) -@@ -76,9 +77,11 @@ +@@ -81,9 +82,11 @@ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |