View | Details | Raw Unified | Return to bug 208300
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scintilla
4
PORTNAME=	scintilla
5
PORTVERSION=	3.6.3
5
PORTVERSION=	3.6.4
6
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
8
DISTNAME=	scite${PORTVERSION:S/.//g}
8
DISTNAME=	scite${PORTVERSION:S/.//g}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4
1
SHA256 (scite364.tgz) = 6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa
2
SIZE (scite363.tgz) = 2385888
2
SIZE (scite364.tgz) = 2386959
(-)files/patch-makefile (-2 / +2 lines)
Lines 25-36 Link Here
25
 endif
25
 endif
26
 
26
 
27
 vpath %.h ../src ../include ../lexlib
27
 vpath %.h ../src ../include ../lexlib
28
@@ -68,8 +61,7 @@
28
@@ -77,8 +70,7 @@
29
 CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS)
29
 CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS)
30
 endif
30
 endif
31
 
31
 
32
-CFLAGS:=$(CTFLAGS)
32
-CFLAGS:=$(CTFLAGS)
33
-CXXTFLAGS:=--std=c++0x $(CTFLAGS) $(REFLAGS)
33
-CXXTFLAGS:=--std=gnu++0x $(CTFLAGS) $(REFLAGS)
34
+CXXTFLAGS:=$(CTFLAGS) $(REFLAGS)
34
+CXXTFLAGS:=$(CTFLAGS) $(REFLAGS)
35
 
35
 
36
 CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))
36
 CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))

Return to bug 208300