Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 19:32:45 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315153 - head/ftp/gwget
Message-ID:  <201303241932.r2OJWjid096295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Mar 24 19:32:45 2013
New Revision: 315153
URL: http://svnweb.freebsd.org/changeset/ports/315153

Log:
  - Fix build after glib update [1]
  - Fix few portlint warnings
  
  PR:		ports/177134 [1]
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/ftp/gwget/Makefile

Modified: head/ftp/gwget/Makefile
==============================================================================
--- head/ftp/gwget/Makefile	Sun Mar 24 19:16:45 2013	(r315152)
+++ head/ftp/gwget/Makefile	Sun Mar 24 19:32:45 2013	(r315153)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME wget front-end
 
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 OPTIONS_DEFINE=	NOTIFY EPIPHANY
@@ -21,8 +21,8 @@ EPIPHANY_DESC=	Epiphany extension
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
-USE_GNOME=	gnomeprefix gnomehack gtk20 gconf2 libgnomeui \
-		desktopfileutils
+USES=		pathfix
+USE_GNOME=	desktopfileutils gnomeprefix gtk20 gconf2 libgnomeui
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -32,8 +32,8 @@ GCONF_SCHEMAS=	${PORTNAME}.schemas
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MNOFITY}
-LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
+.if ${PORT_OPTIONS:MNOTIFY}
+LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
 RUN_DEPENDS+=	${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
 .else
 CONFIGURE_ARGS+=	--disable-libnotify
@@ -49,6 +49,10 @@ CONFIGURE_ARGS+=	--disable-epiphany-exte
 PLIST_SUB+=	EPIPHANY="@comment "
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} 's|glib/gerror|glib|' \
+		${WRKSRC}/src/gwget-application.h
+
 post-install:
 	@-update-desktop-database
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303241932.r2OJWjid096295>