ports/58244: Update port: x11-wm/icewm

KATO Tsuguru tkato at prontomail.com
Sun Oct 19 15:40:27 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list