From owner-freebsd-ports Wed Dec 25 8: 0:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE23337B401 for ; Wed, 25 Dec 2002 08:00:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D448143ED4 for ; Wed, 25 Dec 2002 08:00:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBPG0HNS019814 for ; Wed, 25 Dec 2002 08:00:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBPG0H8u019813; Wed, 25 Dec 2002 08:00:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBD437B401 for ; Wed, 25 Dec 2002 07:51:50 -0800 (PST) Received: from deimos.lan.raisdorf.net (pD9527243.dip.t-dialin.net [217.82.114.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4EB43EB2 for ; Wed, 25 Dec 2002 07:51:49 -0800 (PST) (envelope-from hscholz@deimos.lan.raisdorf.net) Received: from deimos.lan.raisdorf.net (localhost [127.0.0.1]) by deimos.lan.raisdorf.net (8.12.6/8.12.6) with ESMTP id gBPNv4rW032699 for ; Thu, 26 Dec 2002 00:57:04 +0100 (CET) (envelope-from hscholz@deimos.lan.raisdorf.net) Received: (from hscholz@localhost) by deimos.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gBPNv4l9032690; Thu, 26 Dec 2002 00:57:04 +0100 (CET) Message-Id: <200212252357.gBPNv4l9032690@deimos.lan.raisdorf.net> Date: Thu, 26 Dec 2002 00:57:04 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46528: bento-fix: bubblemon-dockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46528 >Category: ports >Synopsis: bento-fix: bubblemon-dockapp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 25 08:00:17 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD deimos.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 12 03:40:00 CET 2002 hscholz@deimos.lan.raisdorf.net:/usr/src/sys/i386/compile/DEIMOS i386 >Description: You might consider this as "low priority" but I cannot live without bubblemon-dockapp :) So here is a patch that fixes the bento compile problem on -current described on http://bento.freebsd.org/errorlogs/i386-5-full/bubblemon-dockapp-1.40.log The patch just addes a new patch, makes portlint happier and bumps the PORTREVISION. >How-To-Repeat: >Fix: --- bubblemon-dockapp.patch begins here --- diff -urP bubblemon-dockapp.orig/Makefile bubblemon-dockapp/Makefile --- bubblemon-dockapp.orig/Makefile Thu Dec 26 00:48:59 2002 +++ bubblemon-dockapp/Makefile Thu Dec 26 00:53:16 2002 @@ -7,6 +7,7 @@ PORTNAME= bubblemon-dockapp PORTVERSION= 1.40 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} @@ -22,7 +23,7 @@ post-patch: ${PERL} -pi -e "s@CC = gcc@CC = ${CC}@g; s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \ - s@PREFIX = /usr/local@PREFIX = ${PREFIX}@g; \ + s@PREFIX = ${LOCALBASE}@PREFIX = ${PREFIX}@g; \ s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g; \ s@-c -g kmem -m 2755 -o root@-s -c -g kmem -m 2755 -o root@g" ${WRKSRC}/Makefile diff -urP bubblemon-dockapp.orig/files/patch-sys_freebsd.c bubblemon-dockapp/files/patch-sys_freebsd.c --- bubblemon-dockapp.orig/files/patch-sys_freebsd.c Thu Jan 1 01:00:00 1970 +++ bubblemon-dockapp/files/patch-sys_freebsd.c Thu Dec 26 00:51:02 2002 @@ -0,0 +1,10 @@ +--- sys_freebsd.c.orig Thu Dec 26 00:49:38 2002 ++++ sys_freebsd.c Thu Dec 26 00:50:18 2002 +@@ -19,6 +19,7 @@ + + #include + #include ++#include + #include + #include + #include --- bubblemon-dockapp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message