Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 13:32:02 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org
Subject:   ports/108870: [UPDATE] net-im/gaim fix build on head
Message-ID:  <200702071232.l17CW2uF084999@miwi.homeunix.org>
Resent-Message-ID: <200702071240.l17CeKb1062156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702071232.l17CW2uF084999>