- Disable g-ir-scanner cache to not pollute /root/.cache on build - Support staging - Convert USE_GMAKE to USES Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->gnome 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. --- gnome-menus.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341493) +++ Makefile (working copy) @@ -12,12 +12,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USES= pkgconfig gettext +USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack \ + introspection:build +USES= pkgconfig gettext gmake USE_AUTOTOOLS= libtool USE_PYTHON= 2 USE_LDCONFIG= yes @@ -24,7 +22,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ ${WRKSRC}/layout/Makefile.in @@ -42,8 +39,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ - ${PREFIX}/etc/xdg/menus/gnome-applications.menu + ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${PREFIX}/share/desktop-directories + ${STAGEDIR}${PREFIX}/share/desktop-directories .include <bsd.port.mk> --- gnome-menus.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
Author: amdmi3 Date: Mon May 12 02:39:47 2014 New Revision: 353766 URL: http://svnweb.freebsd.org/changeset/ports/353766 QAT: https://qat.redports.org/buildarchive/r353766/ Log: - Remove redundant dependency - Don't remove mtree directories PR: 185917 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/x11/gnome-menus/Makefile head/x11/gnome-menus/pkg-plist Modified: head/x11/gnome-menus/Makefile ============================================================================== --- head/x11/gnome-menus/Makefile Mon May 12 02:05:26 2014 (r353765) +++ head/x11/gnome-menus/Makefile Mon May 12 02:39:47 2014 (r353766) @@ -12,8 +12,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - USE_BZIP2= yes USE_GNOME= gnomeprefix intlhack glib20 ltverhack introspection:build USES= pkgconfig gettext gmake pathfix Modified: head/x11/gnome-menus/pkg-plist ============================================================================== --- head/x11/gnome-menus/pkg-plist Mon May 12 02:05:26 2014 (r353765) +++ head/x11/gnome-menus/pkg-plist Mon May 12 02:39:47 2014 (r353766) @@ -138,8 +138,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-men @dirrm share/gnome-menus @dirrmtry share/desktop-directories @dirrm include/gnome-menus -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 @dirrmtry etc/xdg/menus @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!