Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2004 22:00:11 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61245: Update port: editors/scite to 1.58
Message-ID:  <20040112220011.32c8a0f7.tkato@prontomail.com>
Resent-Message-ID: <200401121310.i0CDACLL010064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61245
>Category:       ports
>Synopsis:       Update port: editors/scite to 1.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 05:10:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 1.58

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/scite/Makefile editors/scite/Makefile
--- /usr/ports/editors/scite/Makefile	Sat Dec  6 12:47:14 2003
+++ editors/scite/Makefile	Sun Jan 11 19:41:35 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scite
-PORTVERSION=	1.57
+PORTVERSION=	1.58
 CATEGORIES=	editors gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.scintilla.org/
diff -urN /usr/ports/editors/scite/distinfo editors/scite/distinfo
--- /usr/ports/editors/scite/distinfo	Sat Dec  6 12:47:14 2003
+++ editors/scite/distinfo	Sun Jan 11 19:41:41 2004
@@ -1 +1 @@
-MD5 (scite157.tgz) = d8d18de553555437791996daed9ff7ec
+MD5 (scite158.tgz) = 0f704b40f07aba44205621a19245847c
diff -urN /usr/ports/editors/scite/files/patch-aa editors/scite/files/patch-aa
--- /usr/ports/editors/scite/files/patch-aa	Thu Oct  2 16:14:14 2003
+++ editors/scite/files/patch-aa	Sun Jan 11 19:47:16 2004
@@ -1,8 +1,5 @@
-
-$FreeBSD: ports/editors/scite/files/patch-aa,v 1.10 2003/10/01 10:44:26 krion Exp $
-
---- makefile.orig	Fri Aug 15 23:31:32 2003
-+++ makefile	Sun Sep 28 13:23:50 2003
+--- makefile.orig	Wed Dec 24 08:44:58 2003
++++ makefile	Sun Jan 11 19:47:08 2004
 @@ -5,7 +5,7 @@
  # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
  
@@ -40,21 +37,21 @@
  
  ifdef DEBUG
 -CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS)
-+CXXFLAGS+=-DDEBUG $(CXXBASEFLAGS)
++CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS)
  else
 -CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS)
 +CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS)
  endif
  
- .cxx.o:
-@@ -71,8 +71,8 @@
- LEXEROBJS=$(wildcard ../../scintilla/gtk/Lex*.o)
+ ifeq ($(shell uname), Darwin)
+@@ -75,8 +75,8 @@
+ COMPLIB=../../scintilla/bin/scintilla.a
  
- $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o DirectorExtension.o \
--SciTEProps.o Utf8_16.o $(LEXEROBJS) ../../scintilla/bin/scintilla.a
+ $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \
+-MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o $(COMPLIB)
 -	$(CC) `$(CONFIGLIB)` `glib-config --libs gthread` -DGTK $^ -o $@
-+SciTEProps.o Utf8_16.o
++MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o
 +	$(CC) `$(CONFIGLIB)` -lscintilla -lscintilla_lexers -DGTK $^ -o $@
  
- # SciTE-static no longer builds. Kept here in case of later need.
- SciTE-static: SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o SciTEProps.o \
+ # Automatically generate header dependencies with "make deps"
+ include deps.mak
>Release-Note:
>Audit-Trail:
>Unformatted:



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