From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 7 01:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C75B9673 for ; Wed, 7 Aug 2013 01:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A61202ED3 for ; Wed, 7 Aug 2013 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r771o0sk026323 for ; Wed, 7 Aug 2013 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r771o0Y4026322; Wed, 7 Aug 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 Aug 2013 01:50:00 GMT Resent-Message-Id: <201308070150.r771o0Y4026322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, CyberLeo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E77658D for ; Wed, 7 Aug 2013 01:41:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB542E9C for ; Wed, 7 Aug 2013 01:41:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r771frZK031949 for ; Wed, 7 Aug 2013 01:41:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r771fr6T031948; Wed, 7 Aug 2013 01:41:53 GMT (envelope-from nobody) Message-Id: <201308070141.r771fr6T031948@oldred.freebsd.org> Date: Wed, 7 Aug 2013 01:41:53 GMT From: CyberLeo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181098: sysutils/gkrellm2 needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 01:50:00 -0000 >Number: 181098 >Category: ports >Synopsis: sysutils/gkrellm2 needs pkgconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 07 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: CyberLeo >Release: 9.1-RELEASE-p2 >Organization: CyberLeo.Net >Environment: FreeBSD jenga.den.cyberleo.net 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #1 r249029+991d5e0: Tue Apr 9 06:23:12 CDT 2013 cyberleo@jenga.den.cyberleo.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ===> The following configuration options are available for gkrellm-2.3.5_4: DOCS=off: Build and/or install documentation GKRELLM_CLIENT=off: GKrellM Client NLS=off: Native Language Support NTLM=off: NTLM authentication support ====> SSL protocol support: you can only select none or one of them GNUTLS=off: SSL/TLS support via GnuTLS OPENSSL=off: SSL/TLS support via OpenSSL ===> Use 'make config' to modify these settings .. ===> Building for gkrellm-2.3.5_4 ./configure: pkg-config: not found .. clang -c -Wall `pkg-config --cflags glib-2.0 gthread-2.0` -I.. -I../shared -I/usr/local/include -DGKRELLM_SERVER -O2 -pipe -O2 -pipe -march=atom -DSYSTEM_THEMES_DIR='"/usr/local/share/gkrellm2/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/local/libexec/gkrellm2/plugins"' -DGKRELLMD_SYS_ETC='"/usr/local/etc"' -DGKRELLMD_SYSTEM_PLUGINS_DIR='"/usr/local/libexec/gkrellm2/plugins-gkrellmd"' -fno-strict-aliasing utils.c -o utils.o pkg-config: not found In file included from main.c:34: In file included from ./gkrellmd.h:36: ./shared/log.h:37:10: fatal error: 'glib.h' file not found #include ^ >How-To-Repeat: Use poudriere to build sysutils/gkrellm2 with all options off. >Fix: Attached patch fixes. Patch attached with submission follows: --- sysutils/gkrellm2/Makefile.orig 2013-08-06 20:15:14.247011629 -0500 +++ sysutils/gkrellm2/Makefile 2013-08-06 20:16:20.303016367 -0500 @@ -27,6 +27,8 @@ .include +USES+= pkgconfig + .if ${PORT_OPTIONS:MGKRELLM_CLIENT} CONFLICTS= gkrellm-1.* USE_GNOME= gtk20 >Release-Note: >Audit-Trail: >Unformatted: