Date: Mon, 01 Mar 2010 08:00:22 +0100 From: Rainer Hurling <rhurlin@gwdg.de> To: ports@freebsd.org Subject: Re: patch to build sysutils/xosview on CURRENT Message-ID: <4B8B6606.4000207@gwdg.de> In-Reply-To: <4B8AD18B.1030801@gwdg.de> References: <4B8AD18B.1030801@gwdg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------040306070203030806010208 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailaddress of maintainer is unknown: handy@physics.montana.edu SMTP error from remote mail server after RCPT TO:<handy@physics.montana.edu>: host tesla.physics.montana.edu [153.90.192.170]: 550 unknown user <handy@physics.montana.edu> So perhaps someone else is willing to take a look at my patches? Thanks, Rainer Hurling Am 28.02.2010 21:26 (UTC+1) schrieb Rainer Hurling: > The good old xosview did not build and install under CURRENT. After some > trying I found a way to install and run it. > > In Makefile we have to remove the 'BROKEN' lines. > > 'files/patch-configure has to include version 9. > > Additionally the irg/interrupt-meters have to be disabled over > 'files/patch-ae' , because these both crashes under CURRENT. > > All neccessary patches are attached. > > It would be nice to take a look at the patches. If all is ok, we could > update the port. > > Is it right to disable irq/interrupt-meters for all FreeBSD version. Or > is there some version specific solution? What do you think? --------------040306070203030806010208 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.orig 2009-12-21 14:05:21.000000000 +0100 +++ Makefile 2010-02-28 19:26:38.000000000 +0100 @@ -21,10 +21,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 -BROKEN= unsupported FreeBSD version -.endif - post-patch: @${REINPLACE_CMD} -e 's,iostream.h,iostream,' \ ${WRKSRC}/xwin.h \ --------------040306070203030806010208 Content-Type: text/plain; name="patch-ae.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-ae.diff" --- patch-ae.orig 2001-08-21 21:32:41.000000000 +0200 +++ patch-ae. 2010-02-28 20:35:25.000000000 +0100 @@ -1,8 +1,19 @@ ---- Xdefaults.in.orig Wed Jul 5 21:44:36 2000 -+++ Xdefaults.in Tue Aug 21 12:15:19 2001 -@@ -175,7 +175,7 @@ +--- Xdefaults.in.orig 2006-02-18 06:45:00.000000000 +0100 ++++ Xdefaults.in 2010-02-28 19:58:09.000000000 +0100 +@@ -169,17 +169,17 @@ + + ! Interrupt Meter Resources + +-xosview*interrupts: True ++xosview*interrupts: False + xosview*intOnColor: red + xosview*intOffColor: aquamarine + xosview*intPriority: 1 + ! Interrupt Rate Meter Resources xosview*irqrate: True +-xosview*irqrate: True ++xosview*irqrate: False xosview*irqrateUsedColor: red -xosview*irqrateIdleColor: black +xosview*irqrateIdleColor: aquamarine --------------040306070203030806010208 Content-Type: text/plain; name="patch-configure.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-configure.diff" --- patch-configure.orig 2007-12-20 16:10:47.000000000 +0100 +++ patch-configure 2010-02-28 19:37:30.000000000 +0100 @@ -5,7 +5,7 @@ host_dir=bsd host_os=freebsd ;; -freebsd[4]*) -+freebsd[45678]*) ++freebsd[456789]*) EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB" INSTALL_ARGS='-s -g kmem -m 02555' NetMeter_Default_Setting=True --------------040306070203030806010208--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B8B6606.4000207>