[Midnightbsd-cvs] mports: comms/lirc: update to 0.8.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 10 19:12:36 EST 2007


Log Message:
-----------
update to 0.8.0

Modified Files:
--------------
    mports/comms/lirc:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)
    mports/comms/lirc/files:
        patch-configure (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/comms/lirc/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L comms/lirc/pkg-plist -L comms/lirc/pkg-plist -u -r1.1 -r1.2
--- comms/lirc/pkg-plist
+++ comms/lirc/pkg-plist
@@ -5,14 +5,18 @@
 bin/irsend
 bin/irw
 bin/irxevent
+bin/lircrcd
 bin/mode2
 %%SMODE2%%bin/smode2
 bin/xmode2
-sbin/lircd
-sbin/lircmd
+include/lirc/lirc_client.h
 lib/liblirc_client.a
 lib/liblirc_client.la
 lib/liblirc_client.so
-lib/liblirc_client.so.0
-include/lirc/lirc_client.h
+lib/liblirc_client.so.1
+sbin/lircd
+sbin/lircmd
 @dirrm include/lirc
+ at exec mkdir -p /var/run/lirc
+ at unexec rm -f /var/run/lirc.pid 2> /dev/null || true
+ at unexec rm -rf /var/run/lircd 2> /dev/null || true
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/lirc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L comms/lirc/Makefile -L comms/lirc/Makefile -u -r1.3 -r1.4
--- comms/lirc/Makefile
+++ comms/lirc/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lirc
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8.0
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lirc
@@ -15,14 +15,18 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Linux Infared Remote Control
 
+USE_AUTOTOOLS=	libtool:15
+USE_BZIP2=	yes
 USE_XLIB=	yes
 USE_GETOPT_LONG=yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS=		--disable-manage-devices --with-devdir=/var/lirc
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_ARGS=		--enable-sandboxed --with-devdir=/var/run/lirc
+
+USE_RC_SUBR=  lircd.sh
 
 .include <bsd.port.pre.mk>
 
@@ -34,13 +38,16 @@
 .endif
 
 BUILD_DEPENDS+=		${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
-CONFIGURE_ARGS+=	--with-driver=irman
+CONFIGURE_ARGS+=	--with-driver=irman --with-driver=dvico
 CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib
 CONFIGURE_ENV+=		CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		ircat.1 irexec.1 irpty.1 irrecord.1 irsend.1 irw.1 \
-		irxevent.1 mode2.1 smode2.1 xmode2.1
+		irxevent.1 lircrcd.1 mode2.1 smode2.1 xmode2.1
 MAN8=		lircd.8 lircmd.8
 
+post-install:
+	${MKDIR} /var/run/lirc
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/comms/lirc/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L comms/lirc/distinfo -L comms/lirc/distinfo -u -r1.1 -r1.2
--- comms/lirc/distinfo
+++ comms/lirc/distinfo
@@ -1,3 +1,3 @@
-MD5 (lirc-0.7.2.tar.gz) = dbf6e75a744b4cf9125adb5390862a70
-SHA256 (lirc-0.7.2.tar.gz) = 794abf260d2d8e627494a702523fad54b65b10245f2f7c5680bf08b430f1ac36
-SIZE (lirc-0.7.2.tar.gz) = 662399
+MD5 (lirc-0.8.0.tar.bz2) = 0bf28bf82c7766a462f90927b6bf3af1
+SHA256 (lirc-0.8.0.tar.bz2) = cc8d7fb41a045278680ea530cffaf05181977f41244b9f0ed64075cd7630b5d2
+SIZE (lirc-0.8.0.tar.bz2) = 514359
Index: patch-configure
===================================================================
RCS file: /home/cvs/mports/comms/lirc/files/patch-configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -L comms/lirc/files/patch-configure -L comms/lirc/files/patch-configure -u -r1.1 -r1.2
--- comms/lirc/files/patch-configure
+++ comms/lirc/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig	Sun Oct 16 21:23:22 2005
-+++ configure	Sun Oct 16 21:23:37 2005
-@@ -7815,6 +7815,7 @@
+--- configure.orig	Sat Jan 21 18:03:45 2006
++++ configure	Wed Nov 15 12:58:20 2006
+@@ -7816,6 +7816,7 @@
  
  # use fifo instead of devnode (required on mac os x)
  
@@ -8,3 +8,20 @@
  
  if test "$use_fifos" = "yes"; then
    USE_FIFOS_TRUE=
+@@ -9378,6 +9379,8 @@
+     { echo "configure: error: *** you need to have the ALSA libraries and drivers
+ 	from at least version 1.0.9 for this driver" 1>&2; exit 1; }
+     ;;
++  any)
++    ;;
+   *)
+     { echo "configure: error: *** it is not possible to install the specified driver
+ 	on this system" 1>&2; exit 1; }
+@@ -9387,6 +9390,7 @@
+ 
+ 
+ if test "$lirc_driver" = "none" || \
++	test "$lirc_driver" = "any" || \
+ 	test "$lirc_driver" = "alsa_usb" || \
+ 	test "$lirc_driver" = "userspace" || \
+ 	test "$lirc_driver" = "atilibusb" || \


More information about the Midnightbsd-cvs mailing list