From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 7 12:40:27 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A554316A407 for ; Wed, 7 Feb 2007 12:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F3D3813C48E for ; Wed, 7 Feb 2007 12:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l17CeLIS062158 for ; Wed, 7 Feb 2007 12:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l17CeKb1062156; Wed, 7 Feb 2007 12:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 7 Feb 2007 12:40:21 GMT Resent-Message-Id: <200702071240.l17CeKb1062156@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, Martin Wilke Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8269716A40A for ; Wed, 7 Feb 2007 12:31:52 +0000 (UTC) (envelope-from miwi@miwi.homeunix.org) Received: from miwi.homeunix.org (dslb-082-083-133-230.pools.arcor-ip.net [82.83.133.230]) by mx1.freebsd.org (Postfix) with ESMTP id EED6913C49D for ; Wed, 7 Feb 2007 12:31:49 +0000 (UTC) (envelope-from miwi@miwi.homeunix.org) Received: from miwi.homeunix.org (localhost [127.0.0.1]) by miwi.homeunix.org (8.13.8/8.13.8) with ESMTP id l17CW2BA085000; Wed, 7 Feb 2007 13:32:03 +0100 (CET) (envelope-from miwi@miwi.homeunix.org) Received: (from miwi@localhost) by miwi.homeunix.org (8.13.8/8.13.8/Submit) id l17CW2uF084999; Wed, 7 Feb 2007 13:32:02 +0100 (CET) (envelope-from miwi) Message-Id: <200702071232.l17CW2uF084999@miwi.homeunix.org> Date: Wed, 7 Feb 2007 13:32:02 +0100 (CET) From: Martin Wilke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: marcus@FreeBSD.org Subject: ports/108870: [UPDATE] net-im/gaim fix build on head 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: Wed, 07 Feb 2007 12:40:27 -0000 >Number: 108870 >Category: ports >Synopsis: [UPDATE] net-im/gaim fix build on head >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 07 12:40:20 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #202: Wed Jan 31 16:12:15 CET 2007 >Description: Fix build on head. tb: http://miwibox.org/tb/index.php?action=describe_port&id=2488 Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gaim-1.5.0_9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/gaim/Makefile,v retrieving revision 1.193 diff -u -u -r1.193 Makefile --- Makefile 22 Jan 2007 06:32:11 -0000 1.193 +++ Makefile 7 Feb 2007 12:01:26 -0000 @@ -19,6 +19,7 @@ CONFLICTS?= ja-gaim-[0-9]* gaim-devel-2* +USE_AUTOTOOLS= libtool:15 USE_XLIB= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -131,6 +132,7 @@ -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \ -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ + -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure .if defined(WITH_BIG5) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_gtkconv.c --- gaim-1.5.0_9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: