ports/160439: [MAINTAINER] editors/scite: update to 2.28

Naram Qashat cyberbotx at cyberbotx.com
Sat Sep 3 20:30:21 UTC 2011


>Number:         160439
>Category:       ports
>Synopsis:       [MAINTAINER] editors/scite: update to 2.28
>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:   Sat Sep 03 20:30:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011
>Description:
- Update to 2.28

Note: This PR relies on PR ports/160438 to be committed first.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- scite-2.28.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile
--- /usr/ports/editors/scite/Makefile	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/Makefile	2011-09-03 16:18:41.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scite
-PORTVERSION=	2.27
+PORTVERSION=	2.28
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo
--- /usr/ports/editors/scite/distinfo	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/distinfo	2011-09-03 16:18:44.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c
-SIZE (scite227.tgz) = 1883989
+SHA256 (scite228.tgz) = a4fa35a2babdfdc25d41474ea8133e6f1fbffaf411ebfc260740e728505acaf7
+SIZE (scite228.tgz) = 1875473
diff -ruN --exclude=CVS /usr/ports/editors/scite/files/patch-aa /kirby/shared/ports/scite/files/patch-aa
--- /usr/ports/editors/scite/files/patch-aa	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/files/patch-aa	2011-09-03 16:25:54.000000000 -0400
@@ -1,5 +1,5 @@
---- makefile.orig	2011-06-13 20:55:05.000000000 -0400
-+++ makefile	2011-07-03 21:16:59.000000000 -0400
+--- makefile.orig	2011-07-31 22:49:29.000000000 -0400
++++ makefile	2011-09-03 16:25:52.000000000 -0400
 @@ -5,13 +5,13 @@
  # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
  
@@ -30,29 +30,12 @@
  ifndef prefix
  ifdef gnomeprefix
    prefix=$(gnomeprefix)
-@@ -70,12 +70,12 @@
- 
- INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
- $(LUA_CORE_OBJS): ../lua/src/*.c
--	$(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
-+	$(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
- $(LUA_LIB_OBJS): ../lua/src/lib/*.c
--	$(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
--CXXFLAGS=$(CXXTFLAGS)
-+	$(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
-+CXXFLAGS+=$(CXXTFLAGS)
- else
--CXXFLAGS=$(CXXTFLAGS) -DNO_LUA
-+CXXFLAGS+=$(CXXTFLAGS) -DNO_LUA
- endif
- 
- CXXFLAGS:=$(CXXFLAGS) -Wno-long-long
-@@ -99,8 +99,9 @@
+@@ -102,8 +102,9 @@
  $(PROG): SciTEGTK.o GUIGTK.o Widget.o \
  FilePath.o SciTEBase.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) -ldl -lstdc++
+-	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++
 +	JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
 +	$(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \
 +	-rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
--- scite-2.28.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list