From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 17 16:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD4516A4CE for ; Fri, 17 Dec 2004 16:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF75743D54 for ; Fri, 17 Dec 2004 16:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHGeRLR061390 for ; Fri, 17 Dec 2004 16:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBHGeRkG061386; Fri, 17 Dec 2004 16:40:27 GMT (envelope-from gnats) Resent-Date: Fri, 17 Dec 2004 16:40:27 GMT Resent-Message-Id: <200412171640.iBHGeRkG061386@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lewis Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CF716A4CE for ; Fri, 17 Dec 2004 16:31:59 +0000 (GMT) Received: from infidel.fajita.org (81-178-93-221.dsl.pipex.com [81.178.93.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DB543D31 for ; Fri, 17 Dec 2004 16:31:56 +0000 (GMT) (envelope-from lewiz@fajita.org) Received: from black.fajita.org (black.fajita.org [192.168.0.13]) by infidel.fajita.org (8.13.1/8.13.1) with ESMTP id iBHGWgJL069741 for ; Fri, 17 Dec 2004 16:32:42 GMT (envelope-from lewiz@fajita.org) Received: (from lewiz@localhost) by black.fajita.org (8.13.1/8.13.1/Submit) id iBHGVrfH001001; Fri, 17 Dec 2004 16:31:53 GMT (envelope-from lewiz) Message-Id: <200412171631.iBHGVrfH001001@black.fajita.org> Date: Fri, 17 Dec 2004 16:31:53 GMT From: Lewis Thompson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75190: [ PORT FIX ] comms/lirc (fix libirman and devdir) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lewis Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 16:40:28 -0000 >Number: 75190 >Category: ports >Synopsis: [ PORT FIX ] comms/lirc (fix libirman and devdir) >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 Dec 17 16:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lewis Thompson >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD black.fajita.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Nov 8 18:05:07 GMT 2004 root@black.fajita.org:/usr/src/sys/i386/compile/BLACK i386 >Description: 1. comms/lirc build fails with WITH_IRMAN defined. It looks for libirman.a in ${LOCALBASE} instead of ${LOCALBASE}/lib. 2. lircd tries to create a socket entires in /dev, instead change this to /var/lirc, where it can succeed. >How-To-Repeat: >Fix: diff -ruN lirc.orig/Makefile lirc/Makefile --- lirc.orig/Makefile Fri Dec 17 14:43:40 2004 +++ lirc/Makefile Fri Dec 17 15:10:35 2004 @@ -22,13 +22,13 @@ USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-manage-devices +CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc .include .if defined(WITH_IRMAN) CONFIGURE_ARGS+= --with-driver=irman -BUILD_DEPENDS= ${LOCALBASE}/libirman.a:${PORTSDIR}/comms/libirman +BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman .if ${OSVERSION} >= 500041 # These are already included in the getopt_long case on < 50041 CPPFLAGS+= -I${LOCALBASE}/include >Release-Note: >Audit-Trail: >Unformatted: