From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:30:14 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 413DB10656B2 for ; Fri, 3 Dec 2010 12:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19E7B8FC28 for ; Fri, 3 Dec 2010 12:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB3CUCsN055820 for ; Fri, 3 Dec 2010 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB3CUCxh055818; Fri, 3 Dec 2010 12:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2010 12:30:12 GMT Resent-Message-Id: <201012031230.oB3CUCxh055818@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, Igor Soumenkov <2igosha@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F89106567A for ; Fri, 3 Dec 2010 12:26:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFE48FC18 for ; Fri, 3 Dec 2010 12:26:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oB3CQEVK084389 for ; Fri, 3 Dec 2010 12:26:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oB3CQEj1084388; Fri, 3 Dec 2010 12:26:14 GMT (envelope-from nobody) Message-Id: <201012031226.oB3CQEj1084388@red.freebsd.org> Date: Fri, 3 Dec 2010 12:26:14 GMT From: Igor Soumenkov <2igosha@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/152802: libpurple does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 12:30:14 -0000 >Number: 152802 >Category: ports >Synopsis: libpurple does not build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 12:30:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Igor Soumenkov >Release: 8.2-PRERELEASE >Organization: >Environment: FreeBSD igosha2 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Dec 3 12:52:05 MSK 2010 root@igosha2:/usr/obj/usr/src/sys/IGOSHA-WORK-8 amd64 >Description: libpurple fails to configure with error: .. checking for FORTIFY_SOURCE support... no checking for pidgin... no checking for dbus-binding-tool... yes checking for DBUS... yes checking for NETWORKMANAGER... no configure: error: NetworkManager development headers not found. Use --disable-nm if you do not need NetworkManager support. >How-To-Repeat: cd /usr/ports/net-im/libpurple make >Fix: replace in makefile: CONFIGURE_ARGS?=--disable-gtkui \ --disable-consoleui \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \ --disable-nm with CONFIGURE_ARGS=--disable-gtkui \ --disable-consoleui \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \ --disable-nm >Release-Note: >Audit-Trail: >Unformatted: