Building py27-lirc-0.0.5_3.txz (origin /buildshare/ports/355755/comms/py-lirc) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/pylirc-0.0.5.tar.gz x packages/ x packages/libXdmcp-1.1.1_2.txz x packages/libirman-0.4.5.txz x packages/libXau-1.0.8_2.txz x packages/libxcb-1.10_2.txz x packages/libxslt-1.1.28_3.txz x packages/p5-Locale-gettext-1.05_3.txz x packages/kbproto-1.0.6.txz x packages/xorg-macros-1.19.0.txz x packages/help2man-1.43.3_1.txz x packages/xtrans-1.3.4_1.txz x packages/libgpg-error-1.13.txz x packages/lirc-0.9.0_4,1.txz x packages/python2-2_2.txz x packages/libICE-1.0.8_2,1.txz x packages/autoconf-2.69.txz x packages/libtool-2.4.2_3.txz x packages/gmake-3.82_1.txz x packages/bigreqsproto-1.1.2.txz x packages/libftdi-0.20_1.txz x packages/python27-2.7.6_4.txz x packages/libcheck-0.9.12.txz x packages/xproto-7.0.25.txz x packages/inputproto-2.3.txz x packages/pkgconf-0.9.5.txz x packages/libSM-1.2.2_2,1.txz x packages/libX11-1.6.2_2,1.txz x packages/automake-1.14.txz x packages/v4l_compat-1.0.20120501_1.txz x packages/m4-1.4.17_1,1.txz x packages/libpthread-stubs-0.3_4.txz x packages/libxml2-2.9.1_1.txz x packages/perl5-5.16.3_10.txz x packages/py27-setuptools27-2.0.1.txz x packages/automake-wrapper-20131203.txz x packages/pkg-1.2.7_2.txz x packages/xf86bigfontproto-1.2.0.txz x packages/xcb-proto-1.10_1.txz x packages/autoconf-wrapper-20131203.txz x packages/gettext-0.18.3.1_1.txz x packages/xcmiscproto-1.2.2.txz x packages/libgcrypt-1.5.3_2.txz x packages/xextproto-7.3.0.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> py27-lirc-0.0.5_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-lirc-0.0.5_3 ===> py27-lirc-0.0.5_3 depends on shared library: liblirc_client.so - not found ===> Verifying for liblirc_client.so in /buildshare/ports/355755/comms/lirc ===> Installing existing package /packages/lirc-0.9.0_4,1.txz Installing lirc-0.9.0_4,1...Installing libSM-1.2.2_2,1...Installing libICE-1.0.8_2,1...Installing xproto-7.0.25... done done done Installing libX11-1.6.2_2,1...Installing kbproto-1.0.6... done Installing libXau-1.0.8_2... done Installing libXdmcp-1.1.1_2... done Installing libxcb-1.10_2...Installing libpthread-stubs-0.3_4... done Installing libxml2-2.9.1_1... done done done Installing libftdi-0.20_1... done Installing python27-2.7.6_4...Installing gettext-0.18.3.1_1... done done done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ********************************************************************** This port does not contain any FreeBSD device drivers for infrared devices. This port installs the LIRC daemons and tools for interacting with drivers that support the LIRC device interface. You will need to obtain third party device drivers or port the Linux drivers in ${WRKSRC}/drivers to use the LIRC port. Update for 0.9: Known working with this update are FTDI-based USB IR receivers/transmitters like described here, http://www.huitsing.nl/irftdi/ and if you use the recent multimedia/webcamd port then MCE USB based ones driven by the Linux mceusb driver as well remotes coming with USB DVB tuners that by default work with the Linux drivers used in webcamd should also work, i.e. if webcamd creates a /dev/lircX device node check if e.g. mode2 -d /dev/lirc0 reports pulses and spaces when triggering the remote at the receiver, if it does you probably will be able to use lirc. Some other userland drivers will probably also work (like others using libusb), they just were not tested. The lirc documentation should be accessible at: /usr/local/share/doc/lirc/html/index.html Some example configs should have been installed here: /usr/local/share/examples/lirc/remotes The port now installs an example lircd.conf that's preconfigured for use with webcamd, either with USB DVB tuner remotes supported by the Linux drivers by default that webcamd uses, or for remotes supplied with MCE USB IR receivers. If you want to create a config for a different remote using an IR receiver that works with mode2 you can try using irrecord like described here: file:///usr/local/share/doc/lirc/html/help.html#new_remote Update for webcamd >= 3.0.0.1: webcamd 3.0.0.1 now supports /dev/input/eventX (X there can be for example 0, 8, 16 etc) and uses it exclusively for almost all tuners, only mceusb IR-only devices now support both interfaces. So if you don't get a /dev/lircX device node anymore and want to make lirc use a remote with such a tuner you now need the lirc devinput driver, if you start lircd via the rc.d script set lircd_flags and lircd_device in rc.conf(5), like: lircd_flags="-H devinput" lircd_device="/dev/input/event0" The example lircd.conf includes the devinput config file too so if all goes well irw(1) should still work with such tuners and show buttons pressed, and if not and the tuner's Linux driver uses the rc.core interface you can often still add a custom keymap, only with devinput you no longer want to use irrecord(1) but ir-keytable(1) which is part of the multimedia/v4l-utils port. Using that tool you can e.g. check remote events coming in on /dev/input/eventX, ir-keytable -d /dev/input/eventX -t list the current keytable, ir-keytable -d /dev/input/eventX -r or add scancodes on the fly by loading a custom keymap, ir-keytable -d /dev/input/eventX -w keymap.txt (on Linux this can be automated using udev, don't know if we need something like that also...) Some (Linux-centric, so not all of them apply) notes re ir-keytable(1) and the lirc devinput change are also here: http://forum.xbmc.org/showthread.php?t=101151 ********************************************************************** ===> Returning to build of py27-lirc-0.0.5_3 ===> py27-lirc-0.0.5_3 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /buildshare/ports/355755/devel/py-setuptools27 ===> Installing existing package /packages/py27-setuptools27-2.0.1.txz Installing py27-setuptools27-2.0.1... done ===> Returning to build of py27-lirc-0.0.5_3 ===> py27-lirc-0.0.5_3 depends on file: /usr/local/bin/python2.7 - found ===> py27-lirc-0.0.5_3 depends on package: py27-setuptools27>0 - found ===> py27-lirc-0.0.5_3 depends on file: /usr/local/bin/python2.7 - found Make install ===> py27-lirc-0.0.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-lirc-0.0.5_3 for building ===> Extracting for py27-lirc-0.0.5_3 => SHA256 Checksum OK for pylirc-0.0.5.tar.gz. ===> Patching for py27-lirc-0.0.5_3 ===> py27-lirc-0.0.5_3 depends on package: py27-setuptools27>0 - found ===> py27-lirc-0.0.5_3 depends on file: /usr/local/bin/python2.7 - found ===> py27-lirc-0.0.5_3 depends on shared library: liblirc_client.so - found (/usr/local/lib/liblirc_client.so.2) ===> Configuring for py27-lirc-0.0.5_3 running config ===> Building for py27-lirc-0.0.5_3 running build running build_ext building 'pylircmodule' extension creating build creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7 cc -DNDEBUG -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c pylircmodule.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/pylircmodule.o creating build/lib.freebsd-11.0-CURRENT-powerpc-2.7 cc -shared -L/usr/local/lib -O2 -pipe -I/usr/local/include -fno-strict-aliasing build/temp.freebsd-11.0-CURRENT-powerpc-2.7/pylircmodule.o -llirc_client -o build/lib.freebsd-11.0-CURRENT-powerpc-2.7/pylircmodule.so ===> Staging for py27-lirc-0.0.5_3 ===> py27-lirc-0.0.5_3 depends on package: py27-setuptools27>0 - found ===> py27-lirc-0.0.5_3 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_ext running install_lib creating /obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7 creating /obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7/site-packages copying build/lib.freebsd-11.0-CURRENT-powerpc-2.7/pylircmodule.so -> /obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpdtR4sx.py' /usr/local/bin/python2.7 -O /tmp/tmpdtR4sx.py removing /tmp/tmpdtR4sx.py running install_egg_info running egg_info creating pylirc.egg-info writing pylirc.egg-info/PKG-INFO writing top-level names to pylirc.egg-info/top_level.txt writing dependency_links to pylirc.egg-info/dependency_links.txt writing manifest file 'pylirc.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pylirc.egg-info/SOURCES.txt' writing manifest file 'pylirc.egg-info/SOURCES.txt' Copying pylirc.egg-info to /obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info running install_scripts writing list of installed files to '/obj/buildshare/ports/355755/comms/py-lirc/work/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) if [ -d "/obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info" ]; then /bin/ls /obj/buildshare/ports/355755/comms/py-lirc/work/stage/usr/local/lib/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info | while read f; do echo lib/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info/${f} >> /obj/buildshare/ports/355755/comms/py-lirc/work/.PLIST.mktmp; done; echo "@unexec rmdir \"%D/lib/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info\" 2>/dev/null || true" >> /obj/buildshare/ports/355755/comms/py-lirc/work/.PLIST.mktmp; fi; ===> Installing for py27-lirc-0.0.5_3 ===> Checking if comms/py-lirc already installed ===> Registering installation for py27-lirc-0.0.5_3 Installing py27-lirc-0.0.5_3... done Make package ===> Building package for py27-lirc-0.0.5_3 slot2: removed