ports/176458: [MAINTAINER] editors/scite: update to 3.2.5

Naram Qashat cyberbotx at cyberbotx.com
Tue Feb 26 23:40:00 UTC 2013


>Number:         176458
>Category:       ports
>Synopsis:       [MAINTAINER] editors/scite: update to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 23:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 8.3-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct  1 19:56:21 EDT
>Description:
- Update to 3.2.5

Note: This PR relies on PR ports/176457 to be committed with it.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- scite-3.2.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile ./Makefile
--- /usr/ports/editors/scite/Makefile	2013-01-18 21:32:37.000000000 -0500
+++ ./Makefile	2013-02-26 18:25:25.000000000 -0500
@@ -2,7 +2,7 @@
 # $FreeBSD: head/editors/scite/Makefile 310600 2013-01-18 12:35:17Z madpilot $
 
 PORTNAME=	scite
-PORTVERSION=	3.2.4
+PORTVERSION=	3.2.5
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo ./distinfo
--- /usr/ports/editors/scite/distinfo	2013-01-18 21:32:37.000000000 -0500
+++ ./distinfo	2013-02-26 18:25:29.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (scite324.tgz) = bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08
-SIZE (scite324.tgz) = 1956084
+SHA256 (scite325.tgz) = ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef
+SIZE (scite325.tgz) = 1974782
diff -ruN --exclude=CVS /usr/ports/editors/scite/files/patch-aa ./files/patch-aa
--- /usr/ports/editors/scite/files/patch-aa	2012-10-07 17:03:46.000000000 -0400
+++ ./files/patch-aa	2013-02-26 18:31:41.000000000 -0500
@@ -1,15 +1,12 @@
---- makefile.orig	2012-06-01 10:26:56.000000000 +0200
-+++ makefile	2012-08-13 15:57:01.532542909 +0200
-@@ -5,16 +5,6 @@
+--- makefile.orig	2013-02-18 02:21:10.000000000 -0500
++++ makefile	2013-02-26 18:30:59.000000000 -0500
+@@ -5,13 +5,6 @@
  # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
  
  .SUFFIXES: .cxx .o .h .a .c
 -ifdef CLANG
--ifdef CLANG_ANALYZE
--ANALYZE=--analyze
--endif
--CC = clang $(ANALYZE)
--CCOMP = clang $(ANALYZE)
+-CC = clang --std=c++0x
+-CCOMP = clang -Wno-empty-body
 -else
 -CC = g++
 -CCOMP = gcc
@@ -17,7 +14,7 @@
  AR = ar
  
  ifdef GTK3
-@@ -27,7 +17,7 @@
+@@ -24,7 +17,7 @@
  CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))
  CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gmodule-no-export-2.0)
  CONFIGTHREADS:=
@@ -26,12 +23,12 @@
  ifndef prefix
  ifdef gnomeprefix
    prefix=$(gnomeprefix)
-@@ -107,8 +97,9 @@
+@@ -109,8 +102,9 @@
  $(PROG): SciTEGTK.o GUIGTK.o Widget.o \
  FilePath.o SciTEBase.o FileWorker.o Cookie.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \
  PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \
 -	JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
--	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++
+-	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lm -lstdc++
 +	JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
 +	$(CC) -DGTK $(CXXFLAGS) -rdynamic -Wl,--version-script lua.vers $(LDFLAGS) \
 +	-o $@ $^ -lscintilla -lscintilla_lexers -Wl,--as-needed $(CONFIGLIB)
--- scite-3.2.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list