pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41001: vapigen option in valac pkg



>Number:         41001
>Category:       pkg
>Synopsis:       vapigen option in valac pkg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 12 04:05:00 +0000 2009
>Originator:     Kyle Kramer
>Release:        NetBSD 5.0_RC2
>Organization:
>Environment:
NetBSD kkramer-t61 5.0_RC2 NetBSD 5.0_RC2 (GENERIC) #1: Tue Feb 24 19:01:37 PST 
2009  root@kkramer-t61:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
Add a vapigen suggested option to build and install the vapigen tools for valac.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/vala/Makefile,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Makefile
24a25,26
> .include "options.mk"
> 
Index: PLIST.vapigen
===================================================================
RCS file: PLIST.vapigen
diff -N PLIST.vapigen
0a1,8
> @comment $NetBSD$
> bin/vala-gen-introspect
> bin/vapicheck
> bin/vapigen
> lib/vala/gen-introspect
> man/man1/vala-gen-introspect.1
> man/man1/vapigen.1
> @dirrm lib/vala
Index: options.mk
===================================================================
RCS file: options.mk
diff -N options.mk
0a1,12
> # $NetBSD$
> 
> PKG_OPTIONS_VAR=              PKG_OPTIONS.vala
> PKG_SUPPORTED_OPTIONS+=               vapigen
> PKG_SUGGESTED_OPTIONS+=               vapigen
> 
> .include "../../mk/bsd.options.mk"
> 
> .if !empty(PKG_OPTIONS:Mvapigen)
> CONFIGURE_ARGS+=      --enable-vapigen
> PLIST_SRC+=   PLIST.vapigen
> .endif



Home | Main Index | Thread Index | Old Index