From owner-freebsd-ports Sat Nov 30 11:50: 8 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 3B80837B407 for ; Sat, 30 Nov 2002 11:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0905A43EDC for ; Sat, 30 Nov 2002 11:50:02 -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 gAUJo1x3016720 for ; Sat, 30 Nov 2002 11:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAUJo10E016719; Sat, 30 Nov 2002 11:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9553337B401 for ; Sat, 30 Nov 2002 11:41:09 -0800 (PST) Received: from goanna.lan.raisdorf.net (pD95276AB.dip.t-dialin.net [217.82.118.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38D243E9C for ; Sat, 30 Nov 2002 11:41:07 -0800 (PST) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: from goanna.lan.raisdorf.net (localhost [127.0.0.1]) by goanna.lan.raisdorf.net (8.12.6/8.12.5) with ESMTP id gAUJexeq017054; Sat, 30 Nov 2002 20:41:04 +0100 (CET) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: (from hscholz@localhost) by goanna.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gAUJerZ8017053; Sat, 30 Nov 2002 20:40:53 +0100 (CET) Message-Id: <200211301940.gAUJerZ8017053@goanna.lan.raisdorf.net> Date: Sat, 30 Nov 2002 20:40:53 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org Cc: Hendrik Scholz X-Send-Pr-Version: 3.113 Subject: ports/45878: maintainer-update: x11-wm/fluxbox (official bugfix1 patch) 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: 45878 >Category: ports >Synopsis: maintainer-update: x11-wm/fluxbox (official bugfix1 patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 30 11:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 4.7-STABLE i386 >Organization: NetUSE AG >Environment: System: FreeBSD goanna.lan.raisdorf.net 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Oct 17 16:21:01 CEST 2002 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA i386 >Description: The official patch fixes some issues that have already been solved in the tree. The new files/patch-src::Texture.cc just adds the last chunk of the official patch to the port. >How-To-Repeat: >Fix: --- fluxbox-0.1.13-3.patch begins here --- diff -urP fluxbox-0.1.13-2/Makefile fluxbox/Makefile --- fluxbox-0.1.13-2/Makefile Sat Nov 30 20:14:41 2002 +++ fluxbox/Makefile Sat Nov 30 20:35:49 2002 @@ -7,7 +7,7 @@ PORTNAME= fluxbox PORTVERSION= 0.1.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urP fluxbox-0.1.13-2/files/patch-src::Texture.cc fluxbox/files/patch-src::Texture.cc --- fluxbox-0.1.13-2/files/patch-src::Texture.cc Thu Jan 1 01:00:00 1970 +++ fluxbox/files/patch-src::Texture.cc Sat Nov 30 20:18:48 2002 @@ -0,0 +1,13 @@ +--- src/Texture.cc.orig Sat Nov 30 20:17:40 2002 ++++ src/Texture.cc Sat Nov 30 20:18:21 2002 +@@ -24,6 +24,10 @@ + + // $Id: Texture.cc,v 1.1 2002/09/14 23:22:32 fluxgen Exp $ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif // HAVE_CONFIG_H ++ + #include "Texture.hh" + + #include "StringUtil.hh" --- fluxbox-0.1.13-3.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