From owner-svn-ports-head@FreeBSD.ORG Fri Oct 24 16:17:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 922EE7E4; Fri, 24 Oct 2014 16:17:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E80AA45; Fri, 24 Oct 2014 16:17:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9OGHn44004487; Fri, 24 Oct 2014 16:17:49 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9OGHnaO004486; Fri, 24 Oct 2014 16:17:49 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201410241617.s9OGHnaO004486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Fri, 24 Oct 2014 16:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371448 - head/comms/lirc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 16:17:49 -0000 Author: nox Date: Fri Oct 24 16:17:48 2014 New Revision: 371448 URL: https://svnweb.freebsd.org/changeset/ports/371448 QAT: https://qat.redports.org/buildarchive/r371448/ Log: - libirman is no longer only a static lib so move it from build to lib depends. - Bump PORTREVISION. Reported by: Henry Hu (via private email) Modified: head/comms/lirc/Makefile Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Fri Oct 24 16:10:40 2014 (r371447) +++ head/comms/lirc/Makefile Fri Oct 24 16:17:48 2014 (r371448) @@ -3,7 +3,7 @@ PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -47,8 +47,8 @@ PLIST_SUB+= SMODE2="@comment " .endif .if empty(PORT_OPTIONS:MMINIMAL) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman -LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi +LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi \ + libirman.so:${PORTSDIR}/comms/libirman CONFIGURE_ARGS+= --with-driver=userspace .else CONFIGURE_ARGS+= --with-driver=dvico