mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 2.20
PR: ports/149150 Submitted by: Naram Qashat (maintainer)
This commit is contained in:
parent
739b189181
commit
524e6bb50f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258582
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scite
|
||||
PORTVERSION= 2.12
|
||||
PORTVERSION= 2.20
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (scite212.tgz) = 8868c06c1cfb248abd92cb3956bb5ba1
|
||||
SHA256 (scite212.tgz) = e1da8da68a75237b6c0d25533c92192564fc9a0df4f1f44665f241991d49963b
|
||||
SIZE (scite212.tgz) = 1930331
|
||||
MD5 (scite220.tgz) = e66e64030d042a62ebd11d2c77b968c2
|
||||
SHA256 (scite220.tgz) = 9e598a7d14445a23d6ba7148e421188879dc5836f76c63878a75083f4b94c8e4
|
||||
SIZE (scite220.tgz) = 1946185
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- makefile.orig 2010-05-31 23:35:36.000000000 -0400
|
||||
+++ makefile 2010-06-01 18:35:04.000000000 -0400
|
||||
--- makefile.orig 2010-07-20 19:03:41.000000000 -0400
|
||||
+++ makefile 2010-07-31 09:20:16.000000000 -0400
|
||||
@@ -5,20 +5,20 @@
|
||||
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
|
||||
|
||||
@ -51,10 +51,10 @@
|
||||
$(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
|
||||
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \
|
||||
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
|
||||
- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -lstdc++
|
||||
- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -ldl -lstdc++
|
||||
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
|
||||
+ $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \
|
||||
+ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
|
||||
+ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
|
||||
|
||||
# Automatically generate header dependencies with "make deps"
|
||||
include deps.mak
|
||||
|
@ -86,6 +86,7 @@ share/pixmaps/Sci48M.png
|
||||
%%DATADIR%%/tal.properties
|
||||
%%DATADIR%%/tcl.properties
|
||||
%%DATADIR%%/tex.properties
|
||||
%%DATADIR%%/txt2tags.properties
|
||||
%%DATADIR%%/vb.properties
|
||||
%%DATADIR%%/verilog.properties
|
||||
%%DATADIR%%/vhdl.properties
|
||||
|
Loading…
Reference in New Issue
Block a user