aboutsummaryrefslogtreecommitdiff
path: root/misc/hotkeys
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-06-12 20:13:41 +0000
committerPatrick Li <pat@FreeBSD.org>2003-06-12 20:13:41 +0000
commitee9d6992c14a1ba57cf3fb08908b7964ef89678a (patch)
treef6986670cdb3acd21cc6e05a5839028c1516ca5f /misc/hotkeys
parentf99acc108f1c7dc6a759ac71d2568fd6f094bddf (diff)
downloadports-ee9d6992c14a1ba57cf3fb08908b7964ef89678a.tar.gz
ports-ee9d6992c14a1ba57cf3fb08908b7964ef89678a.zip
Submitter fix with 5.X and take maintainership.
PR: ports/53243 Submitted by: Andy Pavlo <amp0928@rit.edu>
Notes
Notes: svn path=/head/; revision=82889
Diffstat (limited to 'misc/hotkeys')
-rw-r--r--misc/hotkeys/Makefile4
-rw-r--r--misc/hotkeys/files/patch-src-hotkeys.c11
2 files changed, 12 insertions, 3 deletions
diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile
index 93ac373a5258..866fa38830c1 100644
--- a/misc/hotkeys/Makefile
+++ b/misc/hotkeys/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: xquote
+# New ports collection makefile for: hotkeys
# Date created: May 20th, 2003
# Whom: Andy Pavlo <amp0928@rit.edu>
#
@@ -11,7 +11,7 @@ MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \
${MASTER_SITE_XCONTRIB}
DISTNAME= hotkeys_${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= amp0928@rit.edu
COMMENT= Allows usage of special keys on internet/multimedia keyboards
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
diff --git a/misc/hotkeys/files/patch-src-hotkeys.c b/misc/hotkeys/files/patch-src-hotkeys.c
index 66a1c71c03db..04c34adb6311 100644
--- a/misc/hotkeys/files/patch-src-hotkeys.c
+++ b/misc/hotkeys/files/patch-src-hotkeys.c
@@ -1,5 +1,14 @@
--- src/hotkeys.c.orig Tue Dec 3 14:26:32 2002
-+++ src/hotkeys.c Sun May 11 22:56:06 2003
++++ src/hotkeys.c Wed Jun 11 23:54:54 2003
+@@ -54,7 +54,7 @@
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+ #if defined (__FreeBSD__)
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #else
+ # if defined (__NetBSD__) || defined (__OpenBSD__)
+ # include <soundcard.h> /* OSS emulation */
@@ -66,9 +66,9 @@
#endif /* __FreeBSD__ */