aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-03-27 13:02:51 +0800
committerwen <wen@FreeBSD.org>2016-03-27 13:02:51 +0800
commit476bda2067ddc7e0028510ecb66e3d829ebfa95f (patch)
tree8e3d18d00c6dfe7eec263fc6fec21be28f53c534 /x11-toolkits
parentf3245900e86bdf6f2576c1c3834ddb4900f0f697 (diff)
downloadfreebsd-ports-gnome-476bda2067ddc7e0028510ecb66e3d829ebfa95f.tar.gz
freebsd-ports-gnome-476bda2067ddc7e0028510ecb66e3d829ebfa95f.tar.zst
freebsd-ports-gnome-476bda2067ddc7e0028510ecb66e3d829ebfa95f.zip
- Update to 3.6.4
PR: 208300 Submitted by: sergey.v.brunov@gmail.com Approved by: maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/scintilla/Makefile2
-rw-r--r--x11-toolkits/scintilla/distinfo4
-rw-r--r--x11-toolkits/scintilla/files/patch-makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 9ef9ede16f6e..1afb8b38835e 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scintilla
-PORTVERSION= 3.6.3
+PORTVERSION= 3.6.4
CATEGORIES= x11-toolkits
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= scite${PORTVERSION:S/.//g}
diff --git a/x11-toolkits/scintilla/distinfo b/x11-toolkits/scintilla/distinfo
index 60a377fe68b0..74f3ad34e2d7 100644
--- a/x11-toolkits/scintilla/distinfo
+++ b/x11-toolkits/scintilla/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4
-SIZE (scite363.tgz) = 2385888
+SHA256 (scite364.tgz) = 6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa
+SIZE (scite364.tgz) = 2386959
diff --git a/x11-toolkits/scintilla/files/patch-makefile b/x11-toolkits/scintilla/files/patch-makefile
index fa00a265d0dd..45c625340a85 100644
--- a/x11-toolkits/scintilla/files/patch-makefile
+++ b/x11-toolkits/scintilla/files/patch-makefile
@@ -25,12 +25,12 @@
endif
vpath %.h ../src ../include ../lexlib
-@@ -68,8 +61,7 @@
+@@ -77,8 +70,7 @@
CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS)
endif
-CFLAGS:=$(CTFLAGS)
--CXXTFLAGS:=--std=c++0x $(CTFLAGS) $(REFLAGS)
+-CXXTFLAGS:=--std=gnu++0x $(CTFLAGS) $(REFLAGS)
+CXXTFLAGS:=$(CTFLAGS) $(REFLAGS)
CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))