FreeBSD Bugzilla – Attachment 38754 Details for
Bug 61245
Update port: editors/scite to 1.58
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.40 KB, created by
tkato
on 2004-01-12 13:10:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2004-01-12 13:10:12 UTC
Size:
2.40 KB
patch
obsolete
>diff -urN /usr/ports/editors/scite/Makefile editors/scite/Makefile >--- /usr/ports/editors/scite/Makefile Sat Dec 6 12:47:14 2003 >+++ editors/scite/Makefile Sun Jan 11 19:41:35 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= scite >-PORTVERSION= 1.57 >+PORTVERSION= 1.58 > CATEGORIES= editors gnome > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ > http://www.scintilla.org/ >diff -urN /usr/ports/editors/scite/distinfo editors/scite/distinfo >--- /usr/ports/editors/scite/distinfo Sat Dec 6 12:47:14 2003 >+++ editors/scite/distinfo Sun Jan 11 19:41:41 2004 >@@ -1 +1 @@ >-MD5 (scite157.tgz) = d8d18de553555437791996daed9ff7ec >+MD5 (scite158.tgz) = 0f704b40f07aba44205621a19245847c >diff -urN /usr/ports/editors/scite/files/patch-aa editors/scite/files/patch-aa >--- /usr/ports/editors/scite/files/patch-aa Thu Oct 2 16:14:14 2003 >+++ editors/scite/files/patch-aa Sun Jan 11 19:47:16 2004 >@@ -1,8 +1,5 @@ >- >-$FreeBSD: ports/editors/scite/files/patch-aa,v 1.10 2003/10/01 10:44:26 krion Exp $ >- >---- makefile.orig Fri Aug 15 23:31:32 2003 >-+++ makefile Sun Sep 28 13:23:50 2003 >+--- makefile.orig Wed Dec 24 08:44:58 2003 >++++ makefile Sun Jan 11 19:47:08 2004 > @@ -5,7 +5,7 @@ > # GNU make does not like \r\n line endings so should be saved to CVS in binary form. > >@@ -40,21 +37,21 @@ > > ifdef DEBUG > -CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) >-+CXXFLAGS+=-DDEBUG $(CXXBASEFLAGS) >++CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS) > else > -CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) > +CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS) > endif > >- .cxx.o: >-@@ -71,8 +71,8 @@ >- LEXEROBJS=$(wildcard ../../scintilla/gtk/Lex*.o) >+ ifeq ($(shell uname), Darwin) >+@@ -75,8 +75,8 @@ >+ COMPLIB=../../scintilla/bin/scintilla.a > >- $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o DirectorExtension.o \ >--SciTEProps.o Utf8_16.o $(LEXEROBJS) ../../scintilla/bin/scintilla.a >+ $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \ >+-MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o $(COMPLIB) > - $(CC) `$(CONFIGLIB)` `glib-config --libs gthread` -DGTK $^ -o $@ >-+SciTEProps.o Utf8_16.o >++MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o > + $(CC) `$(CONFIGLIB)` -lscintilla -lscintilla_lexers -DGTK $^ -o $@ > >- # SciTE-static no longer builds. Kept here in case of later need. >- SciTE-static: SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o SciTEProps.o \ >+ # Automatically generate header dependencies with "make deps" >+ include deps.mak
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 61245
: 38754