From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 4 22:30:01 2007 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 C33DB16A419 for ; Tue, 4 Dec 2007 22:30:01 +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 9B54413C46A for ; Tue, 4 Dec 2007 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lB4MU1Qt030197 for ; Tue, 4 Dec 2007 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lB4MU1Lk030194; Tue, 4 Dec 2007 22:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Dec 2007 22:30:01 GMT Resent-Message-Id: <200712042230.lB4MU1Lk030194@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, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A63516A418 for ; Tue, 4 Dec 2007 22:29:54 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id 4D37113C448 for ; Tue, 4 Dec 2007 22:29:54 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 42E80109D5 for ; Tue, 4 Dec 2007 23:33:16 +0100 (CET) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5QKPb1rDvT1q for ; Tue, 4 Dec 2007 23:33:13 +0100 (CET) Received: from ilove.tuxaco.net (cse35-1-82-236-143-160.fbx.proxad.net [82.236.143.160]) (Authenticated sender: jadawin@tuxaco.net) by huppa.tuxaco.net (Postfix) with ESMTP id 1E1E510866 for ; Tue, 4 Dec 2007 23:33:13 +0100 (CET) Received: by ilove.tuxaco.net (Postfix, from userid 1001) id 69B94859BB; Tue, 4 Dec 2007 22:33:12 +0000 (UTC) Message-Id: <20071204223312.69B94859BB@ilove.tuxaco.net> Date: Tue, 4 Dec 2007 22:33:12 +0000 (UTC) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/118436: [update] irc/bopm : update to 3.1.3 and unbreak gcc42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 22:30:01 -0000 >Number: 118436 >Category: ports >Synopsis: [update] irc/bopm : update to 3.1.3 and unbreak gcc42 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 04 22:30:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 7.0-BETA1 i386 >Organization: >Environment: System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386 >Description: - unbreak gcc42 with update - update pkg-plist - update PORTVERSION >How-To-Repeat: >Fix: --- patch-bopm.1 begins here --- diff -ruN irc/bopm.orig/Makefile irc/bopm/Makefile --- irc/bopm.orig/Makefile 2007-12-04 21:57:35.000000000 +0000 +++ irc/bopm/Makefile 2007-12-04 21:58:19.000000000 +0000 @@ -6,8 +6,7 @@ # PORTNAME= bopm -PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTVERSION= 3.1.3 CATEGORIES= irc MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -29,12 +28,6 @@ PLIST_SUB= LOGDIR=${LOGDIR} SUB_LIST= LOGDIR=${LOGDIR} -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - pre-su-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -56,4 +49,4 @@ @${CHMOD} 640 ${PREFIX}/etc/bopm.conf.sample @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN irc/bopm.orig/distinfo irc/bopm/distinfo --- irc/bopm.orig/distinfo 2007-12-04 21:57:35.000000000 +0000 +++ irc/bopm/distinfo 2007-12-04 21:58:28.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (bopm-3.1.2.tar.gz) = ab1b7494c4242eef957b5fca61c92b18 -SHA256 (bopm-3.1.2.tar.gz) = 5a72eeab48137ab74d2fc479467d8fab9d025f6a99336a59b72af234b75a0dcb -SIZE (bopm-3.1.2.tar.gz) = 608855 +MD5 (bopm-3.1.3.tar.gz) = 80886c56a24961e82baa972bd9990587 +SHA256 (bopm-3.1.3.tar.gz) = 6062e80e57785b7f992f71c1d1b4c99c12ea0f20bd7c4d2c0fe2c1f57fdcbf59 +SIZE (bopm-3.1.3.tar.gz) = 819273 diff -ruN irc/bopm.orig/pkg-plist irc/bopm/pkg-plist --- irc/bopm.orig/pkg-plist 2007-12-04 21:57:35.000000000 +0000 +++ irc/bopm/pkg-plist 2007-12-04 22:15:34.000000000 +0000 @@ -10,3 +10,4 @@ lib/libopm.so lib/libopm.la lib/libopm.a +share/bopm.conf.blitzed --- patch-bopm.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: