From 627aa4a08ef1285003c63a0ad8ebe6e2a82064f1 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 6 Oct 2003 01:31:49 +0000 Subject: New port: comms/lirc: Linux Infared Remote Control This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner --- comms/lirc/files/patch-ac | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 comms/lirc/files/patch-ac (limited to 'comms/lirc/files/patch-ac') diff --git a/comms/lirc/files/patch-ac b/comms/lirc/files/patch-ac new file mode 100644 index 000000000000..98fcc2617926 --- /dev/null +++ b/comms/lirc/files/patch-ac @@ -0,0 +1,46 @@ +--- configure.orig Sun Oct 6 05:22:41 2002 ++++ configure Sat Jan 4 21:23:16 2003 +@@ -9410,7 +9410,7 @@ + echo "$as_me:9410: result: " >&5 + echo "${ECHO_T}" >&6 + +-possible_drivers="(none) (udp) (dsp) (remotemaster) (pctv) (logitech) \ ++possible_drivers="(none) (dsp) (remotemaster) (pctv) (logitech) \ + (slinke) (silitek) (mediafocusI) (irreal)" + + if test x${no_kernel} != xyes; then +@@ -9698,11 +9698,11 @@ + esac + done + #remove duplicates +- #hw_module=`echo ${hw_module}| tr ' ' '\n' | sort -u | tr '\n' ' '` +- hw_module=`echo ${hw_module}| sed \ +- -e':again' \ +- -e's/\(.*\)\(\<.*\) \(.*\) \2\(.*\)$/\1\2 \3\4/' \ +- -e'tagain'` ++ hw_module=`echo ${hw_module}| tr ' ' '\n' | sort -u | tr '\n' ' '` ++ #hw_module=`echo ${hw_module}| sed \ ++ # -e':again' \ ++ # -e's/\(.*\)\(\<.*\) \(.*\) \2\(.*\)$/\1\2 \3\4/' \ ++ # -e'tagain'` + fi + + if test "$driver" = "irman"; then +--- daemons/hw-types.c.orig Sat Jul 27 03:58:40 2002 ++++ daemons/hw-types.c Sat Jan 4 21:13:11 2003 +@@ -15,7 +15,6 @@ + extern struct hardware hw_silitek; + extern struct hardware hw_slinke; + extern struct hardware hw_dsp; +-extern struct hardware hw_udp; + + #ifndef HW_DEFAULT + # define HW_DEFAULT hw_default +@@ -54,7 +53,6 @@ + &hw_silitek, + &hw_slinke, + &hw_dsp, +- &hw_udp, + &hw_null, + #else + &HW_DEFAULT, -- cgit v1.2.3