From owner-svn-ports-all@freebsd.org Sat Oct 17 20:06:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B9F144110C; Sat, 17 Oct 2020 20:06:06 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDDYB1ZPZz4YvQ; Sat, 17 Oct 2020 20:06:06 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 195F226DF3; Sat, 17 Oct 2020 20:06:06 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09HK65Yu084635; Sat, 17 Oct 2020 20:06:05 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09HK65MA084634; Sat, 17 Oct 2020 20:06:05 GMT (envelope-from arved@FreeBSD.org) Message-Id: <202010172006.09HK65MA084634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Sat, 17 Oct 2020 20:06:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552607 - head/net-mgmt/wifimgr X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: head/net-mgmt/wifimgr X-SVN-Commit-Revision: 552607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2020 20:06:06 -0000 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