Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 20:06:05 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552607 - head/net-mgmt/wifimgr
Message-ID:  <202010172006.09HK65MA084634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Sat Oct 17 20:06:05 2020
New Revision: 552607
URL: https://svnweb.freebsd.org/changeset/ports/552607

Log:
  Add missing dependencies. misc cleanups
  
  PR:		250296
  Submitted by:   Samy Mahmoudi
  Approved by:	maintainer

Modified:
  head/net-mgmt/wifimgr/Makefile

Modified: head/net-mgmt/wifimgr/Makefile
==============================================================================
--- head/net-mgmt/wifimgr/Makefile	Sat Oct 17 19:21:26 2020	(r552606)
+++ head/net-mgmt/wifimgr/Makefile	Sat Oct 17 20:06:05 2020	(r552607)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wifimgr
 PORTVERSION=	1.13
+PORTREVISION=	1
 CATEGORIES=	net-mgmt sysutils
 MASTER_SITES=	http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \
 		LOCAL/ehaupt
@@ -13,21 +14,22 @@ COMMENT=	WiFi Networks Manager
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 USES=		desktop-file-utils gnome pkgconfig tar:bzip2 xorg
 USE_XORG=	x11
-USE_GNOME=	gtk20
+USE_GNOME=	cairo gtk20
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=	gettext pkgconfig
+NLS_USES=	gettext-runtime gettext-tools
 NLS_CFLAGS_OFF=	-DWITHOUT_NLS
 NLS_MAKE_ENV_OFF=	WITHOUT_NLS=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-o root -g wheel//' ${WRKSRC}/src/Makefile
-	@${REINPLACE_CMD} -e '/conf_/s,^struct conflist,extern &,' \
-		${WRKSRC}/src/wifimgr.h
 
 .include <bsd.port.mk>



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