Summary: | [PATCH] devel/libpeas: disable g-ir-scanner cache, support staging | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Koop Mast <kwm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | kwm | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dmitry Marakasov
2014-01-20 14:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->kwm Over to maintainer (via the GNATS Auto Assign Tool) * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: Updated patch, which makes use of USE_GNOME=introspection to take care of environement for g-ir-scanner automatically. --- libpeas.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341493) +++ Makefile (working copy) @@ -11,8 +11,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Next evolution of the Gedit plugins engine -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - valac:${PORTSDIR}/lang/vala +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala USE_XZ= yes USE_PYTHON= yes @@ -19,7 +18,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USES= pathfix gettext gmake pkgconfig -USE_GNOME= glib20 gtk30 ltverhack +USE_GNOME= glib20 gtk30 ltverhack introspection:build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -34,12 +33,11 @@ SEED_DESC= JavaScript support based on webkit-gtk3 GJS_DESC= JavaScript support based on spidermonkey -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSEED} CONFIGURE_ARGS+=--enable-seed=yes -LIB_DEPENDS= seed-gtk3:${PORTSDIR}/devel/seed3 +LIB_DEPENDS= libseed-gtk3.so:${PORTSDIR}/devel/seed3 PLIST_SUB+= SEED="" .else CONFIGURE_ARGS+=--enable-seed=no @@ -58,7 +56,7 @@ .if ${PORT_OPTIONS:MGJS} CONFIGURE_ARGS+=--enable-gjs BUILD_DEPENDS+= gjs>=1.32.0:${PORTSDIR}/lang/gjs -LIB_DEPENDS+= gjs:${PORTSDIR}/lang/gjs +LIB_DEPENDS+= libgjs.so:${PORTSDIR}/lang/gjs PLIST_SUB+= GJS="" .else CONFIGURE_ARGS+=--enable-gjs=no --- libpeas.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru State Changed From-To: open->closed Fix committed in the 1.8.1 update. |