From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 3 18:40:07 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B005C16A469 for ; Sun, 3 Jun 2007 18:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 94CC313C4B7 for ; Sun, 3 Jun 2007 18:40:07 +0000 (UTC) (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 l53Ie7X5014863 for ; Sun, 3 Jun 2007 18:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l53Ie7wh014862; Sun, 3 Jun 2007 18:40:07 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jun 2007 18:40:07 GMT Resent-Message-Id: <200706031840.l53Ie7wh014862@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44CF716A469 for ; Sun, 3 Jun 2007 18:31:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa01.dion.ne.jp (msa01.dion.ne.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 177A313C44B for ; Sun, 3 Jun 2007 18:31:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (ZT066083.ppp.dion.ne.jp [59.128.66.83]) by msa101.dion.ne.jp (DION MAIL) with ESMTP id 91E2B8A803F for ; Mon, 4 Jun 2007 03:31:38 +0900 (JST) Message-Id: <20070604033031.f5ca5c0e.tkato432@yahoo.com> Date: Mon, 4 Jun 2007 03:30:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org X-Mailman-Approved-At: Sun, 03 Jun 2007 18:40:59 +0000 Cc: Subject: ports/113306: Update port: x11-wm/fluxspace 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: Sun, 03 Jun 2007 18:40:07 -0000 >Number: 113306 >Category: ports >Synopsis: Update port: x11-wm/fluxspace >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: Sun Jun 03 18:40:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: >Environment: >Description: - Fix build with gcc4 - Update MASTER_SITES and WWW: line New file: files/patch-src__PythonInterface.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/fluxspace/Makefile x11-wm/fluxspace/Makefile --- /usr/ports/x11-wm/fluxspace/Makefile Sun May 27 12:28:41 2007 +++ x11-wm/fluxspace/Makefile Sun May 27 12:32:05 2007 @@ -9,7 +9,7 @@ PORTVERSION= 0.0.3 PORTREVISION= 3 CATEGORIES= x11-wm -MASTER_SITES= http://www.isomedia.com/homes/stevencooper/files/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A window manager and workspace enhancer and integrator @@ -17,21 +17,16 @@ BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2 \ swig:${PORTSDIR}/devel/swig13 -USE_AUTOTOOLS= libtool:15 +USE_XLIB= yes USE_PYTHON= yes -GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LDCONFIG= yes -USE_XLIB= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +USE_LDCONFIG= yes .include -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - .if defined(WITH_IDESK) || exists(${X11BASE}/bin/idesk) RUN_DEPENDS+= idesk:${PORTSDIR}/x11/idesk .endif @@ -40,10 +35,10 @@ .endif pre-everything:: - @${ECHO_CMD} "WITH_IDESK - To install idesk" - @${ECHO_CMD} "WITH_ROX-FILER - To install rox-filer" + @${ECHO_MSG} "WITH_IDESK - To install idesk" + @${ECHO_MSG} "WITH_ROX-FILER - To install rox-filer" -post-install:: - @${CAT} pkg-message +post-install: + @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/x11-wm/fluxspace/files/patch-src__PythonInterface.cc x11-wm/fluxspace/files/patch-src__PythonInterface.cc --- /usr/ports/x11-wm/fluxspace/files/patch-src__PythonInterface.cc Thu Jan 1 09:00:00 1970 +++ x11-wm/fluxspace/files/patch-src__PythonInterface.cc Sun May 27 01:16:43 2007 @@ -0,0 +1,20 @@ +--- src/PythonInterface.cc.orig Fri Nov 22 15:24:42 2002 ++++ src/PythonInterface.cc Sun May 27 01:16:12 2007 +@@ -256,7 +256,7 @@ + class PythonInterfaceModule + { + public: +- PythonInterfaceModule::PythonInterfaceModule(const string& name_, PyObject* config_) ++ PythonInterfaceModule(const string& name_, PyObject* config_) + : name(name_), + next(NULL), + module(name_), +@@ -266,7 +266,7 @@ + FSInitialize = new MyPyFunctionPtr(module.dict.GetItemString("fluxlet_main")); + } + +- PythonInterfaceModule::~PythonInterfaceModule() ++ ~PythonInterfaceModule() + { + delete FSInitialize; + } diff -urN /usr/ports/x11-wm/fluxspace/pkg-descr x11-wm/fluxspace/pkg-descr --- /usr/ports/x11-wm/fluxspace/pkg-descr Mon Oct 6 14:47:28 2003 +++ x11-wm/fluxspace/pkg-descr Sun May 27 00:08:13 2007 @@ -7,4 +7,4 @@ the normal desktop capabilities to allow you to customize each workspace with its own panels, desktop icons and running applets. -WWW: http://www.isomedia.com/homes/stevencooper/projects/fluxspace.html +WWW: http://fluxspace.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: