Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 16:24:01 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370597 - in head: editors/scite editors/scite/files x11-toolkits/scintilla x11-toolkits/scintilla/files
Message-ID:  <201410101624.s9AGO1sD061731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Oct 10 16:24:00 2014
New Revision: 370597
URL: https://svnweb.freebsd.org/changeset/ports/370597
QAT: https://qat.redports.org/buildarchive/r370597/

Log:
  - Update scintilla and scite to 3.5.1
  - Remove dirrms
  
  PR:		193781
  Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/editors/scite/Makefile
  head/editors/scite/distinfo
  head/editors/scite/files/patch-makefile
  head/editors/scite/pkg-plist
  head/x11-toolkits/scintilla/Makefile
  head/x11-toolkits/scintilla/distinfo
  head/x11-toolkits/scintilla/files/patch-makefile
  head/x11-toolkits/scintilla/pkg-plist

Modified: head/editors/scite/Makefile
==============================================================================
--- head/editors/scite/Makefile	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/editors/scite/Makefile	Fri Oct 10 16:24:00 2014	(r370597)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scite
-PORTVERSION=	3.4.4
+PORTVERSION=	3.5.1
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}

Modified: head/editors/scite/distinfo
==============================================================================
--- head/editors/scite/distinfo	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/editors/scite/distinfo	Fri Oct 10 16:24:00 2014	(r370597)
@@ -1,2 +1,2 @@
-SHA256 (scite344.tgz) = 89602ea4c245928caac07bc5192d57f98b968e578efaf0748e3dd832a724c499
-SIZE (scite344.tgz) = 2245870
+SHA256 (scite351.tgz) = a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581
+SIZE (scite351.tgz) = 2272014

Modified: head/editors/scite/files/patch-makefile
==============================================================================
--- head/editors/scite/files/patch-makefile	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/editors/scite/files/patch-makefile	Fri Oct 10 16:24:00 2014	(r370597)
@@ -1,5 +1,5 @@
---- ./makefile.orig	2014-07-25 07:00:13.000000000 -0400
-+++ ./makefile	2014-08-07 21:57:08.000000000 -0400
+--- makefile.orig	2014-08-09 23:52:11 UTC
++++ makefile
 @@ -5,14 +5,6 @@
  # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
  
@@ -9,7 +9,7 @@
 -# thread also need to create Position Independent Executable -> search online documentation
 -SANITIZE = address
 -#SANITIZE = undefined
--CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x
+-CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x -Wno-deprecated-register
 -CC = clang -fsanitize=$(SANITIZE) -Wno-empty-body
 -endif
  

Modified: head/editors/scite/pkg-plist
==============================================================================
--- head/editors/scite/pkg-plist	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/editors/scite/pkg-plist	Fri Oct 10 16:24:00 2014	(r370597)
@@ -63,6 +63,7 @@ share/pixmaps/Sci48M.png
 %%DATADIR%%/python.properties
 %%DATADIR%%/r.properties
 %%DATADIR%%/rebol.properties
+%%DATADIR%%/registry.properties
 %%DATADIR%%/ruby.properties
 %%DATADIR%%/rust.properties
 %%DATADIR%%/scriptol.properties
@@ -80,4 +81,3 @@ share/pixmaps/Sci48M.png
 %%DATADIR%%/verilog.properties
 %%DATADIR%%/vhdl.properties
 %%DATADIR%%/yaml.properties
-@dirrm %%DATADIR%%

Modified: head/x11-toolkits/scintilla/Makefile
==============================================================================
--- head/x11-toolkits/scintilla/Makefile	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/x11-toolkits/scintilla/Makefile	Fri Oct 10 16:24:00 2014	(r370597)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scintilla
-PORTVERSION=	3.4.4
+PORTVERSION=	3.5.1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	scite${PORTVERSION:S/.//g}

Modified: head/x11-toolkits/scintilla/distinfo
==============================================================================
--- head/x11-toolkits/scintilla/distinfo	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/x11-toolkits/scintilla/distinfo	Fri Oct 10 16:24:00 2014	(r370597)
@@ -1,2 +1,2 @@
-SHA256 (scite344.tgz) = 89602ea4c245928caac07bc5192d57f98b968e578efaf0748e3dd832a724c499
-SIZE (scite344.tgz) = 2245870
+SHA256 (scite351.tgz) = a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581
+SIZE (scite351.tgz) = 2272014

Modified: head/x11-toolkits/scintilla/files/patch-makefile
==============================================================================
--- head/x11-toolkits/scintilla/files/patch-makefile	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/x11-toolkits/scintilla/files/patch-makefile	Fri Oct 10 16:24:00 2014	(r370597)
@@ -1,11 +1,11 @@
---- ./makefile.orig	2014-07-25 06:59:40.000000000 -0400
-+++ ./makefile	2014-08-07 08:31:47.000000000 -0400
+--- makefile.orig	2014-08-09 23:52:02 UTC
++++ makefile
 @@ -7,14 +7,6 @@
  # Also works with ming32-make on Windows.
  
  .SUFFIXES: .cxx .c .o .h .a
 -ifdef CLANG
--CXX = clang++
+-CXX = clang++ -Wno-deprecated-register
 -CC = clang
 -# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for
 -# thread also need to create Position Independent Executable -> search online documentation
@@ -49,8 +49,8 @@
  
  clean:
  	$(DEL) *.o $(COMPLIB) *.plist
-@@ -93,9 +85,11 @@
- 	ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \
+@@ -94,9 +86,11 @@
+ 	PropSetSimple.o PlatGTK.o \
  	KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \
  	RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
 -	$(MARSHALLER) $(LEXOBJS)

Modified: head/x11-toolkits/scintilla/pkg-plist
==============================================================================
--- head/x11-toolkits/scintilla/pkg-plist	Fri Oct 10 16:18:53 2014	(r370596)
+++ head/x11-toolkits/scintilla/pkg-plist	Fri Oct 10 16:24:00 2014	(r370597)
@@ -7,4 +7,3 @@ lib/libscintilla.so
 lib/libscintilla.so.2
 lib/libscintilla_lexers.so
 lib/libscintilla_lexers.so.2
-@dirrm include/scintilla



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410101624.s9AGO1sD061731>