ports/55631: Update port: x11-toolkits/scintilla to 1.54

KATO Tsuguru tkato at prontomail.com
Sat Aug 16 16:10:32 UTC 2003


>Number:         55631
>Category:       ports
>Synopsis:       Update port: x11-toolkits/scintilla to 1.54
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 09:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.54

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-toolkits/scintilla/Makefile x11-toolkits/scintilla/Makefile
--- /usr/ports/x11-toolkits/scintilla/Makefile	Mon Apr 21 12:28:16 2003
+++ x11-toolkits/scintilla/Makefile	Wed Aug 13 00:22:25 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scintilla
-PORTVERSION=	1.51
+PORTVERSION=	1.54
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.scintilla.org/
diff -urN /usr/ports/x11-toolkits/scintilla/distinfo x11-toolkits/scintilla/distinfo
--- /usr/ports/x11-toolkits/scintilla/distinfo	Sat Apr 12 23:34:09 2003
+++ x11-toolkits/scintilla/distinfo	Wed Aug 13 00:28:28 2003
@@ -1 +1 @@
-MD5 (scite151.tgz) = 71439397367fae2bd92b74f63144e74f
+MD5 (scite154.tgz) = 5086acda2bb7a637fc34b0655e30930e
diff -urN /usr/ports/x11-toolkits/scintilla/files/patch-aa x11-toolkits/scintilla/files/patch-aa
--- /usr/ports/x11-toolkits/scintilla/files/patch-aa	Fri Feb  7 20:20:20 2003
+++ x11-toolkits/scintilla/files/patch-aa	Sat Aug 16 16:02:19 2003
@@ -1,8 +1,8 @@
 
 $FreeBSD: ports/x11-toolkits/scintilla/files/patch-aa,v 1.11 2003/02/06 13:08:45 sobomax Exp $
 
---- makefile.orig	Fri Jan 10 13:35:52 2003
-+++ makefile	Thu Feb  6 15:05:00 2003
+--- makefile.orig	Sun Aug 10 19:55:54 2003
++++ makefile	Wed Aug 13 00:35:59 2003
 @@ -6,8 +6,8 @@
  # To build for GTK+ 2, define GTK2 on the make command line.
  
@@ -24,19 +24,19 @@
  
  vpath %.h ../src ../include
  vpath %.cxx ../src
-@@ -25,9 +26,9 @@
- CXXBASEFLAGS=-W -Wall -DGTK -DSCI_LEXER $(INCLUDEDIRS)
+@@ -31,9 +32,9 @@
+ endif
  
  ifdef DEBUG
--CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS)
-+CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS)
+-CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS)
++CXXFLAGS+=-DDEBUG $(CXXBASEFLAGS) $(THREADFLAGS)
  else
--CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS)
-+CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS)
+-CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS)
++CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS) $(THREADFLAGS)
  endif
  
  ifdef GTK2
-@@ -37,7 +38,7 @@
+@@ -43,7 +44,7 @@
  endif
  
  .cxx.o:
@@ -45,7 +45,7 @@
  
  #++Autogenerated -- run src/LexGen.py to regenerate
  #**LEXOBJS=\\\n\(\*.o \)
-@@ -50,7 +51,7 @@
+@@ -57,7 +58,7 @@
  
  # The LEXOBJS have to be treated specially as the functions in them are not called from external code
  
@@ -54,8 +54,8 @@
  
  clean:
  	rm -f *.o $(COMPLIB)
-@@ -62,8 +63,10 @@
- 	ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \
+@@ -69,8 +70,10 @@
+ 	ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \
  	KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
  	RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o
 -	$(AR) rc $@ $^
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list