- Update to 3.0.3
PR: 165048 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
73b633e111
commit
91769996e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291885
3 changed files with 7 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
# $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $
|
||||
|
||||
PORTNAME= scintilla
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||
DISTNAME= scite${PORTVERSION:S/.//g}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (scite302.tgz) = a5687faaa201c39a4ec9608e8a77e418e259f525b21871a5c9f1282c62e58eaa
|
||||
SIZE (scite302.tgz) = 1825937
|
||||
SHA256 (scite303.tgz) = 0d02b81f6f182366abe8133f4e727d802b756d33e9eeba5fe9ac69c4a17286fd
|
||||
SIZE (scite303.tgz) = 1906430
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- makefile.orig 2011-07-31 22:49:04.000000000 -0400
|
||||
+++ makefile 2011-09-06 20:44:00.000000000 -0400
|
||||
--- makefile.orig 2012-01-27 18:52:23.000000000 -0500
|
||||
+++ makefile 2012-02-12 14:28:24.000000000 -0500
|
||||
@@ -7,14 +7,7 @@
|
||||
# Also works with ming32-make on Windows.
|
||||
|
||||
|
@ -26,18 +26,8 @@
|
|||
endif
|
||||
|
||||
vpath %.h ../src ../include ../lexlib
|
||||
@@ -55,14 +49,15 @@
|
||||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
-CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS)
|
||||
+CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS)
|
||||
else
|
||||
-CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS)
|
||||
+CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS) $(THREADFLAGS)
|
||||
endif
|
||||
|
||||
CFLAGS:=$(CXXFLAGS)
|
||||
@@ -63,6 +57,7 @@
|
||||
CFLAGS:=$(CXXTFLAGS)
|
||||
|
||||
CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))
|
||||
+CONFIGLIBS:=$(shell pkg-config --libs $(GTKVERSION))
|
||||
|
|
Loading…
Reference in a new issue