mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.77
PR: 128228 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
5e44c2de38
commit
9cbc2d7f38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222002
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= scite
|
||||
PORTVERSION= 1.76
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.77
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
MASTER_SITES= SF \
|
||||
http://www.scintilla.org/
|
||||
MASTER_SITE_SUBDIR= scintilla
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (scite176.tgz) = c33461643c62c80420376de37125092b
|
||||
SHA256 (scite176.tgz) = cea1f932cea33e93f018ac6929f1d18edd6cfe8fdcac73b05da4e721987285a0
|
||||
SIZE (scite176.tgz) = 1497197
|
||||
MD5 (scite177.tgz) = ba016919190c12cfb712e1f004df4187
|
||||
SHA256 (scite177.tgz) = 51b14c1fdff1b88f9361faef5030bc8df24cdc4b23d2d9181303a7708f2eb2af
|
||||
SIZE (scite177.tgz) = 1520037
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- makefile.old Fri Nov 23 11:14:23 2007
|
||||
+++ makefile Fri Nov 23 11:16:22 2007
|
||||
--- makefile.old 2008-05-01 09:40:28.000000000 -0400
|
||||
+++ makefile 2008-10-19 12:49:42.000000000 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
|
||||
|
||||
@ -39,9 +39,9 @@
|
||||
|
||||
$(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
|
||||
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
|
||||
- JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS)
|
||||
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
|
||||
- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB)
|
||||
+ JobQueue.o GTKMutex.o $(LUA_OBJS)
|
||||
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
|
||||
+ $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers \
|
||||
+ -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user