mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.27
PR: ports/158627 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
770bd09718
commit
d8defea680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277055
4 changed files with 17 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= scite
|
||||
PORTVERSION= 2.25
|
||||
PORTVERSION= 2.27
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (scite225.tgz) = e9f1c7d5909fca359cb2993eb82a07b3323d53bcd0d4ba1e8ff181a8d471061f
|
||||
SIZE (scite225.tgz) = 1843570
|
||||
SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c
|
||||
SIZE (scite227.tgz) = 1883989
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- makefile.orig 2010-07-20 19:03:41.000000000 -0400
|
||||
+++ makefile 2010-07-31 09:20:16.000000000 -0400
|
||||
@@ -5,20 +5,20 @@
|
||||
--- makefile.orig 2011-06-13 20:55:05.000000000 -0400
|
||||
+++ makefile 2011-07-03 21:16:59.000000000 -0400
|
||||
@@ -5,13 +5,13 @@
|
||||
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
|
||||
|
||||
.SUFFIXES: .cxx .o .h .a .c
|
||||
|
@ -20,16 +20,17 @@
|
|||
+#endif
|
||||
AR = ar
|
||||
|
||||
# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is.
|
||||
CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0)
|
||||
CONFIGLIB:=$(shell pkg-config --libs gtk+-2.0 gthread-2.0)
|
||||
ifdef GTK3
|
||||
@@ -24,7 +24,7 @@
|
||||
CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))
|
||||
CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0)
|
||||
CONFIGTHREADS:=
|
||||
-gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null)
|
||||
-gnomeprefix:=$(shell pkg-config --variable=prefix $(GTKVERSION) 2>/dev/null)
|
||||
+gnomeprefix:=$(PREFIX)
|
||||
ifndef prefix
|
||||
ifdef gnomeprefix
|
||||
prefix=$(gnomeprefix)
|
||||
@@ -61,12 +61,12 @@
|
||||
@@ -70,12 +70,12 @@
|
||||
|
||||
INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
|
||||
$(LUA_CORE_OBJS): ../lua/src/*.c
|
||||
|
@ -45,10 +46,10 @@
|
|||
+CXXFLAGS+=$(CXXTFLAGS) -DNO_LUA
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname), Darwin)
|
||||
@@ -87,8 +87,9 @@
|
||||
|
||||
$(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
|
||||
CXXFLAGS:=$(CXXFLAGS) -Wno-long-long
|
||||
@@ -99,8 +99,9 @@
|
||||
$(PROG): SciTEGTK.o GUIGTK.o Widget.o \
|
||||
FilePath.o SciTEBase.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.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) -ldl -lstdc++
|
||||
|
|
|
@ -49,6 +49,7 @@ share/pixmaps/Sci48M.png
|
|||
%%DATADIR%%/fortran.properties
|
||||
%%DATADIR%%/freebasic.properties
|
||||
%%DATADIR%%/gap.properties
|
||||
%%DATADIR%%/haskell.properties
|
||||
%%DATADIR%%/html.properties
|
||||
%%DATADIR%%/inno.properties
|
||||
%%DATADIR%%/kix.properties
|
||||
|
|
Loading…
Add table
Reference in a new issue