View | Details | Raw Unified | Return to bug 193781 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scite
4
PORTNAME=	scite
5
PORTVERSION=	3.4.4
5
PORTVERSION=	3.5.0
6
CATEGORIES=	editors gnome
6
CATEGORIES=	editors gnome
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scite344.tgz) = 89602ea4c245928caac07bc5192d57f98b968e578efaf0748e3dd832a724c499
1
SHA256 (scite350.tgz) = bf7260a7538a642ad008db067ddf5f1752c3326059a5a7ae4885f08431f1d0b5
2
SIZE (scite344.tgz) = 2245870
2
SIZE (scite350.tgz) = 2265217
(-)files/patch-makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- ./makefile.orig	2014-07-25 07:00:13.000000000 -0400
1
--- makefile.orig	2014-08-09 23:52:11 UTC
2
+++ ./makefile	2014-08-07 21:57:08.000000000 -0400
2
+++ makefile
3
@@ -5,14 +5,6 @@
3
@@ -5,14 +5,6 @@
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
5
 
5
 
Lines 9-15 Link Here
9
-# thread also need to create Position Independent Executable -> search online documentation
9
-# thread also need to create Position Independent Executable -> search online documentation
10
-SANITIZE = address
10
-SANITIZE = address
11
-#SANITIZE = undefined
11
-#SANITIZE = undefined
12
-CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x
12
-CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x -Wno-deprecated-register
13
-CC = clang -fsanitize=$(SANITIZE) -Wno-empty-body
13
-CC = clang -fsanitize=$(SANITIZE) -Wno-empty-body
14
-endif
14
-endif
15
 
15
 
(-)pkg-plist (+1 lines)
Lines 63-68 Link Here
63
%%DATADIR%%/python.properties
63
%%DATADIR%%/python.properties
64
%%DATADIR%%/r.properties
64
%%DATADIR%%/r.properties
65
%%DATADIR%%/rebol.properties
65
%%DATADIR%%/rebol.properties
66
%%DATADIR%%/registry.properties
66
%%DATADIR%%/ruby.properties
67
%%DATADIR%%/ruby.properties
67
%%DATADIR%%/rust.properties
68
%%DATADIR%%/rust.properties
68
%%DATADIR%%/scriptol.properties
69
%%DATADIR%%/scriptol.properties

Return to bug 193781