svn commit: r394645 - head/deskutils/nemo-extensions

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Aug 18 20:00:37 UTC 2015


Author: pgollucci
Date: Tue Aug 18 20:00:36 2015
New Revision: 394645
URL: https://svnweb.freebsd.org/changeset/ports/394645

Log:
  deskutils/nemo-extensions: unbreak FreeBSD 9, modernize
  
  - Convert to USES=autoreconf:build.
  - Remove unused webkit-gtk3 dependency from configure.ac / Makefile.
  
  PR:                  201777
  Submitted by:        s3erios at gmail.com
  Approved by:         maintainer timeout (gustau.perez at gmail.com ; 25 days)

Modified:
  head/deskutils/nemo-extensions/Makefile

Modified: head/deskutils/nemo-extensions/Makefile
==============================================================================
--- head/deskutils/nemo-extensions/Makefile	Tue Aug 18 20:00:28 2015	(r394644)
+++ head/deskutils/nemo-extensions/Makefile	Tue Aug 18 20:00:36 2015	(r394645)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nemo-extensions
 PORTVERSION=	2.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils gnome
 DIST_SUBDIR=	gnome3
 
@@ -13,9 +13,6 @@ COMMENT=	File manager extensions for the
 BUILD_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
 		gtkdocize:${PORTSDIR}/textproc/gtk-doc \
 		rst2html:${PORTSDIR}/textproc/py-docutils \
-		automake>=0:${PORTSDIR}/devel/automake \
-		autoconf>=0:${PORTSDIR}/devel/autoconf \
-		libtool:${PORTSDIR}/devel/libtool \
 		gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
 		${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
 LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif \
@@ -28,21 +25,19 @@ LIB_DEPENDS=	libexif.so:${PORTSDIR}/grap
 		libevdocument3.so:${PORTSDIR}/graphics/evince \
 		libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
 		libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
-		libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \
-		libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
+		libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5
 RUN_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
-BROKEN_FreeBSD_9=	does not build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 GH_TAGNAME=	6c8ec3a
 
 USE_GNOME=	gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \
 		introspection:build libxml2 pygtk2
-USES=		gettext gmake libtool pathfix pkgconfig shebangfix
-SHEBANG_FILES=  nemo-dropbox/dropbox.in
+USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig \
+		shebangfix
+SHEBANG_FILES=	nemo-dropbox/dropbox.in
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -56,6 +51,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|AM_GNU_GETTEXT_VERSION(\[0.17\])||g ;\
 		s|AM_GNU_GETTEXT(\[external\])||g' \
 		${WRKSRC}/nemo-preview/configure.ac
+	@${REINPLACE_CMD} -e 's|webkitgtk-3.0||' \
+		${WRKSRC}/nemo-preview/configure.ac
 
 do-configure:
 .for i in ${NON_AUTO_EXTENSIONS}


More information about the svn-ports-head mailing list