seeking approval to update x11-toolkits/scintilla port
Alexey Dokuchaev
danfe at FreeBSD.org
Fri May 6 01:45:12 PDT 2005
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 at 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
More information about the freebsd-gnome
mailing list