1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to version 1.54

PR:		55631
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-08-16 16:47:28 +00:00
parent 30c4db33f0
commit e1e0fcca3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87075
3 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= scintilla
PORTVERSION= 1.51
PORTVERSION= 1.54
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/

View File

@ -1 +1 @@
MD5 (scite151.tgz) = 71439397367fae2bd92b74f63144e74f
MD5 (scite154.tgz) = 5086acda2bb7a637fc34b0655e30930e

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- 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 @@ $FreeBSD$
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 @@ $FreeBSD$
#++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 @@ $FreeBSD$
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 $@ $^