Date: Fri, 8 Feb 2013 21:08:34 GMT From: Pawel Pekala <pawel@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175969: comms/lirc missing dependency Message-ID: <201302082108.r18L8YCV082911@red.freebsd.org> Resent-Message-ID: <201302082110.r18LA0Nw070023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175969 >Category: ports >Synopsis: comms/lirc missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: Package links to libSM on my system: [corn:~]> ldd /usr/local/bin/xmode2 | grep SM libSM.so.6 => /usr/local/lib/libSM.so.6 (0x800e79000) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/comms/lirc/Makefile comms/lirc/Makefile --- /usr/ports/comms/lirc/Makefile 2012-11-17 06:55:00.000000000 +0100 +++ comms/lirc/Makefile 2013-02-08 22:05:01.000000000 +0100 @@ -7,7 +7,7 @@ PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -22,7 +22,7 @@ ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal USE_BZIP2= yes USE_GMAKE= yes -USE_XORG= x11 +USE_XORG= sm x11 USE_PYTHON= yes USE_CSTD= gnu89 GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082108.r18L8YCV082911>