Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2009 02:01:31 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138015: [MAINTAINER] x11-toolkits/scintilla: update to 2.01
Message-ID:  <200908210601.n7L61VoY026143@kirby.cyberbotx.com>
Resent-Message-ID: <200908210610.n7L6A1n7068871@freefall.freebsd.org>

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

>Number:         138015
>Category:       ports
>Synopsis:       [MAINTAINER] x11-toolkits/scintilla: update to 2.01
>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:   Fri Aug 21 06:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun  3 04:24:13 EDT
>Description:
- Update to 2.01

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

--- scintilla-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/Makefile /kirby/shared/ports/scintilla/Makefile
--- /usr/ports/x11-toolkits/scintilla/Makefile	2009-08-13 21:20:08.000000000 -0400
+++ /kirby/shared/ports/scintilla/Makefile	2009-08-21 01:52:20.000000000 -0400
@@ -6,7 +6,7 @@
 #    $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $
 
 PORTNAME=	scintilla
-PORTVERSION=	2.00
+PORTVERSION=	2.01
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SFP/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	scite${PORTVERSION:S/.//g}
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/distinfo /kirby/shared/ports/scintilla/distinfo
--- /usr/ports/x11-toolkits/scintilla/distinfo	2009-08-13 21:20:08.000000000 -0400
+++ /kirby/shared/ports/scintilla/distinfo	2009-08-21 01:52:32.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (scite200.tgz) = fe6ba62eaf86ec0a49e03d2a03c3e048
-SHA256 (scite200.tgz) = 56be771b4aaf9a0e0b601dea374f12926fc1c2eb1b91ab8783165143c8d7b210
-SIZE (scite200.tgz) = 1810957
+MD5 (scite201.tgz) = ef4b6b4d903c29e4ab511488a0d20f46
+SHA256 (scite201.tgz) = 32dc19abd1a042e5aa8b07ea83a5ef62ab9e3c3dfba3f962dcdd670ef8ab84c5
+SIZE (scite201.tgz) = 1810998
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/files/patch-aa /kirby/shared/ports/scintilla/files/patch-aa
--- /usr/ports/x11-toolkits/scintilla/files/patch-aa	2009-08-13 21:20:08.000000000 -0400
+++ /kirby/shared/ports/scintilla/files/patch-aa	2009-08-21 01:59:03.000000000 -0400
@@ -1,5 +1,5 @@
---- makefile.orig	2009-07-03 01:48:46.000000000 -0400
-+++ makefile	2009-08-11 12:37:37.000000000 -0400
+--- makefile.orig	2009-08-12 21:35:23.000000000 -0400
++++ makefile	2009-08-21 01:58:12.000000000 -0400
 @@ -8,16 +8,17 @@
  # To force GTK+ 1 build, define GTK1 on the make command line.
  
@@ -36,21 +36,21 @@
  # If explicit setting of GTK1 or GTK2 then use that else look for
  # pkg-config which is an OK indication that GTK2 is available
  ifdef GTK2
--CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0)
-+CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0 gthread-2.0)
+-CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0)
++CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0 gthread-2.0)
  MARSHALLER=scintilla-marshal.o
  else
  ifdef GTK1
--CONFIGFLAGS=$(shell gtk-config --cflags)
-+CONFIGFLAGS=$(shell pkg-config --cflags gtk+ gthread)
+-CONFIGFLAGS:=$(shell gtk-config --cflags)
++CONFIGFLAGS:=$(shell pkg-config --cflags gtk+ gthread)
  else
  ifneq (,$(findstring /,$(shell whereis pkg-config)))
--CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0)
-+CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0 gthread-2.0)
+-CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0)
++CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0 gthread-2.0)
  MARSHALLER=scintilla-marshal.o
  else
--CONFIGFLAGS=$(shell gtk-config --cflags)
-+CONFIGFLAGS=$(shell pkg-config --cflags gtk+ gthread)
+-CONFIGFLAGS:=$(shell gtk-config --cflags)
++CONFIGFLAGS:=$(shell pkg-config --cflags gtk+ gthread)
  endif
  endif
  endif
--- scintilla-2.01.patch ends here ---

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



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