From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 24 15:40:21 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068E916A92B for ; Wed, 24 May 2006 15:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E75143D5C for ; Wed, 24 May 2006 15:40:14 +0000 (GMT) (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 k4OFeEAE059625 for ; Wed, 24 May 2006 15:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4OFeEHc059624; Wed, 24 May 2006 15:40:14 GMT (envelope-from gnats) Resent-Date: Wed, 24 May 2006 15:40:14 GMT Resent-Message-Id: <200605241540.k4OFeEHc059624@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, trasz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7951E16A9B6 for ; Wed, 24 May 2006 15:32:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D954543D76 for ; Wed, 24 May 2006 15:32:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4OFW4K1006822 for ; Wed, 24 May 2006 15:32:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4OFW4n2006821; Wed, 24 May 2006 15:32:04 GMT (envelope-from nobody) Message-Id: <200605241532.k4OFW4n2006821@www.freebsd.org> Date: Wed, 24 May 2006 15:32:04 GMT From: trasz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/97790: [maintainer update] net-im/gloox: BROKEN on 4.x 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, 24 May 2006 15:40:26 -0000 >Number: 97790 >Category: ports >Synopsis: [maintainer update] net-im/gloox: BROKEN on 4.x >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 24 15:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: >Organization: >Environment: >Description: According to http://people.freebsd.org/~fenner/errorlogs/trasz@pin.if.uz.zgora.pl.html, gloox fails to build on FreeBSD 4. I'm not sure if the patch attached is correct (don't have any FreeBSD 4 machine) or optimal (it seems to be a compiler problem, not a problem with operating system itself), but i hope it will do ;-) --- Makefile.orig Sun May 21 11:27:29 2006 +++ Makefile Sun May 21 11:46:12 2006 @@ -24,10 +24,16 @@ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +.include + +.if (${OSVERSION} < 500000) +BROKEN= Does not build on FreeBSD < 5.x. +.endif + post-install: @${FIND} ${PREFIX}/include/gloox ! -type d | \ ${SED} "s,${PREFIX}/,," >> ${TMPPLIST} @${FIND} ${PREFIX}/include/gloox -type d | ${SORT} -r | \ ${SED} "s,${PREFIX}/,@dirrm ," >> ${TMPPLIST} -.include +.include >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: