Bug 175969 - comms/lirc missing dependency
Summary: comms/lirc missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 21:10 UTC by Pawel Pekala
Modified: 2013-02-08 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (564 bytes, patch)
2013-02-08 21:10 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-02-08 21:10:00 UTC
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)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-08 21:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-08 22:21:58 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"
Comment 3 Juergen Lock freebsd_committer freebsd_triage 2013-02-08 22:23:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!