From owner-svn-ports-all@freebsd.org Mon Oct 31 10:02:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44B7BC28A56; Mon, 31 Oct 2016 10:02:49 +0000 (UTC) (envelope-from jhale@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 mx1.freebsd.org (Postfix) with ESMTPS id 168C41690; Mon, 31 Oct 2016 10:02:49 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9VA2mAe027516; Mon, 31 Oct 2016 10:02:48 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9VA2mcC027515; Mon, 31 Oct 2016 10:02:48 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610311002.u9VA2mcC027515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 31 Oct 2016 10:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424993 - head/sysutils/apcupsd X-SVN-Group: ports-head 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.23 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: Mon, 31 Oct 2016 10:02:49 -0000 Author: jhale Date: Mon Oct 31 10:02:48 2016 New Revision: 424993 URL: https://svnweb.freebsd.org/changeset/ports/424993 Log: Add pkgconf build dependency when GAPCMON option is enabled While here: Fix a typo in CGI_DESC PR: 211011 Submitted by: Martin S. Weber Approved by: maintainer timeout Modified: head/sysutils/apcupsd/Makefile Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Mon Oct 31 09:51:13 2016 (r424992) +++ head/sysutils/apcupsd/Makefile Mon Oct 31 10:02:48 2016 (r424993) @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= APCSMART_DRV APCDUMB_DR APCSMART_DRV_DESC= Compile APC SmartUPS serial driver APCDUMB_DRV_DESC= Compile dumb UPS driver CLIENT_ONLY_DESC= Only NIS client (no network server or drivers) -CGI_DESC= Compile with CGI programms to show status +CGI_DESC= Compile with CGI programs to show status PCNET_DRV_DESC= Compile PowerChute Network Shutdown driver USB_DESC= Compile with USB Support driver SNMP_DRV_DESC= Compile with SNMP driver @@ -56,6 +56,7 @@ CGI_CONFIGURE_ENABLE= cgi CGI_CONFIGURE_ON= --with-cgi-bin=${ETCDIR}/cgi CGI_LIB_DEPENDS= libgd.so:graphics/gd GAPCMON_CONFIGURE_ENABLE= gapcmon +GAPCMON_USES= pkgconfig GAPCMON_USE= GNOME=gconf2 GAPCMON_CONFLICTS= gapcmon-[0-9]* PCNET_DRV_CONFIGURE_ENABLE= pcnet