Bug 60989

Summary: New port: py23-lirc (infra red control lib for Python)
Product: Ports & Packages Reporter: lewiz <purple>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: purple
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description lewiz 2004-01-06 19:30:16 UTC
	Python library to talk to lirc (Linux infra-red controller).
	This is optional for Freevo and will probably be of use to somebody.
Comment 1 lewiz 2004-01-06 19:50:58 UTC
Hi,

I screwed this up a bit -- forgot the lirc dependency.

  Please add the following patch:

--- Makefile.old	Tue Jan  6 19:50:37 2004
+++ Makefile	Tue Jan  6 19:47:51 2004
@@ -16,6 +16,8 @@
 MAINTAINER=	purple@lewiz.net
 COMMENT=	Lirc support library for Python
 
+LIB_DEPENDS=	lirc_client.0:${PORTSDIR}/comms/lirc
+
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
------------------------------------------------------------------------
-| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2004-01-07 06:43:54 UTC
State Changed
From-To: open->closed

Committed. Thank you!