mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
-Fix a typo, WITH_VAIPGEN -> WITH_VAPIGEN, the OPTIONS should works now.
-Fix the plist when WITH_VAPIGEN is defined. -Bump the PORTREVISION. PR: ports/128478 Submitted by: Romain Tartiere <romain@blogreen.org>
This commit is contained in:
parent
012c5ae10e
commit
4bc42d853c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222364
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= vala
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -27,10 +27,11 @@ USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_VAIPGEN)
|
||||
.if defined(WITH_VAPIGEN)
|
||||
CONFIGURE_ARGS+= --enable-vapigen
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
MAN1+= vala-gen-introspect.1 vapigen.1
|
||||
PLIST_SUB+= VAPIGEN=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-vapigen
|
||||
|
@ -1,7 +1,8 @@
|
||||
%%VAPIGEN%%bin/gidlgen
|
||||
bin/valac
|
||||
%%VAPIGEN%%bin/vala-gen-introspect
|
||||
%%VAPIGEN%%bin/vapicheck
|
||||
%%VAPIGEN%%bin/vapigen
|
||||
%%VAPIGEN%%lib/vala/gen-introspect
|
||||
include/vala-1.0/ccode/valaccodeassignment.h
|
||||
include/vala-1.0/ccode/valaccodebinaryexpression.h
|
||||
include/vala-1.0/ccode/valaccodeblock.h
|
||||
@ -212,8 +213,6 @@ include/vala-1.0/vala/valawhilestatement.h
|
||||
lib/libvala.la
|
||||
lib/libvala.so
|
||||
lib/libvala.so.0
|
||||
%%VAPIGEN%%lib/vala/gapi2xml.pl
|
||||
%%VAPIGEN%%lib/vala/gapi_pp.pl
|
||||
libdata/pkgconfig/vala-1.0.pc
|
||||
share/devhelp/books/vala/classes.html
|
||||
share/devhelp/books/vala/default.css
|
||||
|
Loading…
Reference in New Issue
Block a user