Fri Sep 11 14:22:07 2009 UTC ()
Publish gtksourceview binding by default.
It does not bring additional dependencies, except gtksourceview
bump pkgrevision, as this changes the default binary package.


(tonio)
diff -r1.35 -r1.36 pkgsrc/x11/lablgtk/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/lablgtk/options.mk

cvs diff -r1.35 -r1.36 pkgsrc/x11/lablgtk/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/lablgtk/Attic/Makefile 2009/08/26 19:58:39 1.35
+++ pkgsrc/x11/lablgtk/Attic/Makefile 2009/09/11 14:22:07 1.36
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.35 2009/08/26 19:58:39 sno Exp $ 1# $NetBSD: Makefile,v 1.36 2009/09/11 14:22:07 tonio Exp $
2# 2#
3 3
4DISTNAME= lablgtk-2.12.0 4DISTNAME= lablgtk-2.12.0
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ 7MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html 10HOMEPAGE= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
11COMMENT= GTK+ 2.x bindings for Objective Caml 11COMMENT= GTK+ 2.x bindings for Objective Caml
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config
17 17
18BUILD_TARGET= world 18BUILD_TARGET= world

cvs diff -r1.5 -r1.6 pkgsrc/x11/lablgtk/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/x11/lablgtk/Attic/options.mk 2009/03/05 07:13:01 1.5
+++ pkgsrc/x11/lablgtk/Attic/options.mk 2009/09/11 14:22:07 1.6
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.5 2009/03/05 07:13:01 wiz Exp $ 1# $NetBSD: options.mk,v 1.6 2009/09/11 14:22:07 tonio Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk 3PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk
4PKG_SUPPORTED_OPTIONS= glade gnomecanvas gtksourceview svg gtkspell 4PKG_SUPPORTED_OPTIONS= glade gnomecanvas gtksourceview svg gtkspell
5PKG_SUGGESTED_OPTIONS= gnomecanvas svg gtkspell 5PKG_SUGGESTED_OPTIONS= gnomecanvas gtksourceview svg gtkspell
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9.if !empty(PKG_OPTIONS:Mglade) 9.if !empty(PKG_OPTIONS:Mglade)
10.include "../../devel/libglade/buildlink3.mk" 10.include "../../devel/libglade/buildlink3.mk"
11CONFIGURE_ARGS+= --with-glade 11CONFIGURE_ARGS+= --with-glade
12PLIST_SRC+= PLIST.glade 12PLIST_SRC+= PLIST.glade
13.else 13.else
14CONFIGURE_ARGS+= --without-glade 14CONFIGURE_ARGS+= --without-glade
15.endif 15.endif
16 16
17.if !empty(PKG_OPTIONS:Mgtkspell) 17.if !empty(PKG_OPTIONS:Mgtkspell)
18.include "../../textproc/gtkspell/buildlink3.mk" 18.include "../../textproc/gtkspell/buildlink3.mk"