From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 26 16:10:01 2014 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 ESMTPS id DB0D8ECC for ; Sun, 26 Jan 2014 16:10:00 +0000 (UTC) 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 B5A54125F for ; Sun, 26 Jan 2014 16:10: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 s0QGA0b7025900 for ; Sun, 26 Jan 2014 16:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0QGA0Aj025899; Sun, 26 Jan 2014 16:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 26 Jan 2014 16:10:00 GMT Resent-Message-Id: <201401261610.s0QGA0Aj025899@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, Kevin Zheng 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 ESMTPS id 2877CD63 for ; Sun, 26 Jan 2014 16:03:43 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 146E7122A for ; Sun, 26 Jan 2014 16:03:43 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0QG3g48077043 for ; Sun, 26 Jan 2014 16:03:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0QG3goH077042; Sun, 26 Jan 2014 16:03:42 GMT (envelope-from nobody) Message-Id: <201401261603.s0QG3goH077042@oldred.freebsd.org> Date: Sun, 26 Jan 2014 16:03:42 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186131: [maintainer-update] Fix build by adding 'pkgconf' dependency for games/crossfire-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 16:10:01 -0000 >Number: 186131 >Category: ports >Synopsis: [maintainer-update] Fix build by adding 'pkgconf' dependency for games/crossfire-client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 26 16:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD epsilon.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The Crossfire client (games/crossfire-client) requires pkgconf to build the GTK interface, but does not fail in the configure script if it is not found. Adding this dependency fixes the build. When committing this patch, please do NOT make changes unless absolutely necessary. The conversion to StageDir and other changes are pending in ports/185556 (please take a look at that if time). References: http://beefy3.isc.freebsd.org/bulk/83i386-default/2014-01-22_16h16m29s/logs/crossfire-client-1.70.0_4.log http://beefy3.isc.freebsd.org/bulk/91amd64-default/2014-01-23_15h56m33s/logs/crossfire-client-1.70.0_4.log http://beefy3.isc.freebsd.org/bulk/91i386-default/2014-01-24_16h59m58s/logs/crossfire-client-1.70.0_4.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 87a2c25..c70a7ec 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes +USES= pkgconfig USE_GL= glut USE_GNOME= gtk20 libglade2 USE_SDL= sdl image mixer >Release-Note: >Audit-Trail: >Unformatted: