Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2005 08:45:12 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        gnome@freebsd.org
Subject:   seeking approval to update x11-toolkits/scintilla port
Message-ID:  <20050506084512.GB98288@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
hi there,

since it's maintained by gnome@, i explicitly ask for your approval for this patch.
log:

- Update to 1.63
- Adjust Makefile header
- Depend on Gtk2 by default

i need it to upgrade editors/scite next.

thanks!

./danfe

%%%
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/scintilla/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	3 Feb 2005 20:05:48 -0000	1.27
+++ Makefile	6 May 2005 08:34:23 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	scintilla
+# New ports collection makefile for:	Scintilla
 # Date created:				27 November 2000
 # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
 #
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scintilla
-PORTVERSION=	1.62
+PORTVERSION=	1.63
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.scintilla.org/
@@ -23,17 +23,19 @@
 USE_GMAKE=	yes
 MAKEFILE=	makefile
 INSTALLS_SHLIB=	yes
+WANT_GNOME=	yes
 
-.if defined(WITH_GTK2)
-USE_GNOME=	gtk20
-PKGNAMESUFFIX=	-gtk2
-.else
+OPTIONS=	GTK1 "Build with legacy GTK version (1.2.x)" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_GTK1)
 USE_GNOME=	gtk12
 MAKE_ARGS+=	GTK1=yes
+.else
+USE_GNOME=	gtk20
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${ARCH} == "sparc64"
 MAKE_ARGS+=	PICFLAGS=-DPIC
 .else
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/scintilla/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo	3 Feb 2005 20:05:48 -0000	1.20
+++ distinfo	6 May 2005 08:34:23 -0000
@@ -1,2 +1,2 @@
-MD5 (scite162.tgz) = 4d34c8b669f0a8e0ae862a8e56fd8d01
-SIZE (scite162.tgz) = 1140114
+MD5 (scite163.tgz) = e92bd082788759f2a3ee629d1688cdb8
+SIZE (scite163.tgz) = 1180760



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