From nobody@FreeBSD.org  Fri Feb  8 21:08:34 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id D78D5242
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Feb 2013 21:08:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C901CC4
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Feb 2013 21:08:34 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18L8YdL082912
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 Feb 2013 21:08:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r18L8YCV082911;
	Fri, 8 Feb 2013 21:08:34 GMT
	(envelope-from nobody)
Message-Id: <201302082108.r18L8YCV082911@red.freebsd.org>
Date: Fri, 8 Feb 2013 21:08:34 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: comms/lirc missing dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175969
>Category:       ports
>Synopsis:       comms/lirc missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 21:10:00 UTC 2013
>Closed-Date:    Fri Feb 08 22:23:42 UTC 2013
>Last-Modified:  Fri Feb  8 22:30:01 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 8 21:10:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175969 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Fri Feb 8 22:23:42 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175969 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175969: commit references a PR
Date: Fri,  8 Feb 2013 22:21:58 +0000 (UTC)

 Author: nox
 Date: Fri Feb  8 22:21:50 2013
 New Revision: 311955
 URL: http://svnweb.freebsd.org/changeset/ports/311955
 
 Log:
   - Add missing dependency. [1]
   - Strip Makefile header.
   - Bump PORTREVISION.
   
   PR:		ports/175969 [1]
   Submitted by:	pawel [1]
 
 Modified:
   head/comms/lirc/Makefile   (contents, props changed)
 
 Modified: head/comms/lirc/Makefile
 ==============================================================================
 --- head/comms/lirc/Makefile	Fri Feb  8 22:15:27 2013	(r311954)
 +++ head/comms/lirc/Makefile	Fri Feb  8 22:21:50 2013	(r311955)
 @@ -1,13 +1,9 @@
 -# New ports collection makefile for:	lirc
 -# Date created:		4 January 2003
 -# Whom:			Mike Heffner <mikeh@FreeBSD.org>
 -#
 +# Created by: Mike Heffner <mikeh@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	lirc
  PORTVERSION=	0.9.0
 -PORTREVISION=	3
 +PORTREVISION=	4
  PORTEPOCH=	1
  CATEGORIES=	comms
  MASTER_SITES=	SF/${PORTNAME}/LIRC/${PORTVERSION}
 @@ -22,7 +18,7 @@ USE_AUTOTOOLS=	libtool automake autohead
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
