1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 2.12

PR:		ports/147298
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Sylvio Cesar Teixeira 2010-06-02 14:01:28 +00:00
parent 5c6b170515
commit 287ae6853a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255528
3 changed files with 21 additions and 11 deletions

View File

@ -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}

View File

@ -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

View File

@ -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 \