ports/60468: Update port: x11-wm/epplets

KATO Tsuguru tkato at prontomail.com
Sun Dec 21 14:10:44 UTC 2003


>Number:         60468
>Category:       ports
>Synopsis:       Update port: x11-wm/epplets
>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 Dec 21 06:10:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Fix build on architecture other than i386

New file:
files/patch-epplets::Emix.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c x11-wm/epplets/files/patch-epplets::Emix.c
--- /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c	Thu Jan  1 09:00:00 1970
+++ x11-wm/epplets/files/patch-epplets::Emix.c	Thu Dec 18 19:20:54 2003
@@ -0,0 +1,23 @@
+--- epplets/Emix.c.orig	Wed Sep 13 08:24:16 2000
++++ epplets/Emix.c	Thu Dec 18 19:20:45 2003
+@@ -6,11 +6,17 @@
+ 
+ #include "epplet.h"
+ #include <sys/ioctl.h>
+-#ifdef __FreeBSD__
++#include <config.h>
++
++#ifdef HAVE_LINUX_SOUNDCARD_H
++#include <linux/soundcard.h>
++#elif HAVE_MACHINE_SOUNDCARD_H
+ #include <machine/soundcard.h>
+-#else
++#elif HAVE_SYS_SOUNDCARD_H
+ #include <sys/soundcard.h>
+-#endif
++#else
++#error No soundcard defenition!
++#endif /* SOUNDCARD_H */
+ 
+ Epplet_gadget vs_master, vs_pcm, vs_lin, vs_cda, b_close, b_help;
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list