From owner-svn-ports-head@FreeBSD.ORG Mon Jun 17 08:16:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63D7A628; Mon, 17 Jun 2013 08:16:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFCE129C; Mon, 17 Jun 2013 08:16:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5H8G4A3091981; Mon, 17 Jun 2013 08:16:04 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5H8G33v091977; Mon, 17 Jun 2013 08:16:03 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201306170816.r5H8G33v091977@svn.freebsd.org> From: Koop Mast Date: Mon, 17 Jun 2013 08:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321088 - head/x11-fm/nautilus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 08:16:04 -0000 Author: kwm Date: Mon Jun 17 08:16:03 2013 New Revision: 321088 URL: http://svnweb.freebsd.org/changeset/ports/321088 Log: Fix build with glib 2.36. Convert to USES=desktop-file-utils and shared-mime-info. Modified: head/x11-fm/nautilus/Makefile head/x11-fm/nautilus/pkg-plist Modified: head/x11-fm/nautilus/Makefile ============================================================================== --- head/x11-fm/nautilus/Makefile Mon Jun 17 06:59:01 2013 (r321087) +++ head/x11-fm/nautilus/Makefile Mon Jun 17 08:16:03 2013 (r321088) @@ -4,7 +4,7 @@ PORTNAME= nautilus PORTVERSION= 2.32.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,8 +23,9 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes USES= gettext +USES= desktop-file-utils shared-mime-info USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - librsvg2 desktopfileutils ltverhack gvfs ltasneededhack + librsvg2 ltverhack gvfs ltasneededhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ @@ -43,9 +44,10 @@ post-patch: ${WRKSRC}/eel/eel-*.[ch] \ ${WRKSRC}/libnautilus-private/*.[ch] \ ${WRKSRC}/src/nautilus-zoom-control.c + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure ${WRKSRC}/eel/Makefile.in post-install: @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 - @-update-desktop-database .include Modified: head/x11-fm/nautilus/pkg-plist ============================================================================== --- head/x11-fm/nautilus/pkg-plist Mon Jun 17 06:59:01 2013 (r321087) +++ head/x11-fm/nautilus/pkg-plist Mon Jun 17 08:16:03 2013 (r321088) @@ -238,10 +238,6 @@ share/pixmaps/nautilus/thumbnail_frame.p @dirrmtry lib/nautilus @dirrm include/nautilus/libnautilus-extension @dirrm include/nautilus -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm share/doc/libnautilus-extension @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu