aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2003-06-13 04:13:41 +0800
committerpat <pat@FreeBSD.org>2003-06-13 04:13:41 +0800
commit9272725a031593baa5064773c5d5c9cdb8bc9cd0 (patch)
tree41a41907ca021cb1f4e6eaba313a39130cc6ce5b /misc
parent3ed558d4bdece5fbe3683644decd1dd0188ad82d (diff)
downloadfreebsd-ports-gnome-9272725a031593baa5064773c5d5c9cdb8bc9cd0.tar.gz
freebsd-ports-gnome-9272725a031593baa5064773c5d5c9cdb8bc9cd0.tar.zst
freebsd-ports-gnome-9272725a031593baa5064773c5d5c9cdb8bc9cd0.zip
Submitter fix with 5.X and take maintainership.
PR: ports/53243 Submitted by: Andy Pavlo <amp0928@rit.edu>
Diffstat (limited to 'misc')
-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__ */