Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8572

Added Files:
        scite.patch 
Log Message:
update scite to 3.3.2, build with fink lua51-dev and sync trees

--- NEW FILE: scite.patch ---
--- scite/gtk/makefile.orig     2013-05-21 19:02:16.000000000 -0400
+++ scite/gtk/makefile  2013-05-27 13:42:33.000000000 -0400
@@ -63,18 +63,15 @@
 endif

 

 ifndef NO_LUA

-LUA_CORE_OBJS = lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \

-               lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o \

-               ltable.o ltm.o lundump.o lvm.o lzio.o

+LUA_CORE_OBJS =

 

-LUA_LIB_OBJS = lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o \

-               lstrlib.o loadlib.o loslib.o linit.o

+LUA_LIB_OBJS =

 

 LUA_OBJS = LuaExtension.o $(LUA_CORE_OBJS) $(LUA_LIB_OBJS)

 

-vpath %.c ../lua/src ../lua/src/lib

+vpath %.c 

 

-INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include

+INCLUDEDIRS=-I ../../scintilla/include -I ../src 

 

 .c.o:

        $(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c $< -o 
$@

@@ -114,7 +111,7 @@
 FilePath.o SciTEBase.o FileWorker.o Cookie.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) $(LIBDL) -lm -lstdc++

+       $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script 
lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lm -lstdc++ -llua

 

 # Automatically generate header dependencies with "make deps"

 include deps.mak

--- scite/gtk/deps.mak.orig     2013-05-27 13:31:21.000000000 -0400
+++ scite/gtk/deps.mak  2013-05-27 13:31:43.000000000 -0400
@@ -48,9 +48,7 @@
 LuaExtension.o: ../src/LuaExtension.cxx \

  ../../scintilla/include/Scintilla.h ../src/GUI.h ../src/SString.h \

  ../src/FilePath.h ../src/StyleWriter.h ../src/Extender.h \

- ../src/LuaExtension.h ../src/IFaceTable.h ../src/SciTEKeys.h \

- ../lua/include/lua.h ../lua/include/luaconf.h ../lua/include/lualib.h \

- ../lua/include/lua.h ../lua/include/lauxlib.h

+ ../src/LuaExtension.h ../src/IFaceTable.h ../src/SciTEKeys.h

 MultiplexExtension.o: ../src/MultiplexExtension.cxx \

  ../../scintilla/include/Scintilla.h ../src/GUI.h \

  ../src/MultiplexExtension.h ../src/Extender.h



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to