Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 00:31:01 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58244: Update port: x11-wm/icewm
Message-ID:  <20031020003101.3053b0c3.tkato@prontomail.com>
Resent-Message-ID: <200310191540.h9JFeGG4095279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58244
>Category:       ports
>Synopsis:       Update port: x11-wm/icewm
>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 Oct 19 08:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Fix build on non-i386 architectures

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/icewm/files/patch-src_aapm.h x11-wm/icewm/files/patch-src_aapm.h
--- /usr/ports/x11-wm/icewm/files/patch-src_aapm.h	Sat Oct  4 00:18:35 2003
+++ x11-wm/icewm/files/patch-src_aapm.h	Sun Oct 19 09:22:08 2003
@@ -1,9 +1,18 @@
---- src/aapm.h.orig	Sun Aug 24 23:59:25 2003
-+++ src/aapm.h	Wed Sep 10 04:57:40 2003
-@@ -1,5 +1,5 @@
+--- src/aapm.h.orig	Sat Sep 27 16:54:45 2003
++++ src/aapm.h	Sun Oct 19 09:17:31 2003
+@@ -1,7 +1,5 @@
  
 -#ifndef linux
-+#if !defined(linux) && !defined(__FreeBSD__) && !defined(i386)
- #undef CONFIG_APPLET_APM
- #elif CONFIG_APPLET_APM
+-#undef CONFIG_APPLET_APM
+-#elif CONFIG_APPLET_APM
++#if (defined(linux) || defined (__FreeBSD__)) && defined(i386)
  
+ #include "ywindow.h"
+ #include "ytimer.h"
+@@ -64,4 +62,6 @@
+     char *acpiACName;
+ 
+ };
++#else
++#undef CONFIG_APPLET_APM
+ #endif
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031020003101.3053b0c3.tkato>