From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 20 09:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 057A4106567F for ; Thu, 20 Sep 2012 09:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C44308FC22 for ; Thu, 20 Sep 2012 09:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8K90NIV083177 for ; Thu, 20 Sep 2012 09:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8K90N8C083176; Thu, 20 Sep 2012 09:00:23 GMT (envelope-from gnats) Resent-Date: Thu, 20 Sep 2012 09:00:23 GMT Resent-Message-Id: <201209200900.q8K90N8C083176@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, Manuel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6426B106566C for ; Thu, 20 Sep 2012 08:53: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 4F4958FC0A for ; Thu, 20 Sep 2012 08:53: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 q8K8rYv1029038 for ; Thu, 20 Sep 2012 08:53:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8K8rYgU029037; Thu, 20 Sep 2012 08:53:34 GMT (envelope-from nobody) Message-Id: <201209200853.q8K8rYgU029037@red.freebsd.org> Date: Thu, 20 Sep 2012 08:53:34 GMT From: Manuel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171808: Option error in ports Makefile of multimedia/xbmc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 09:00:26 -0000 >Number: 171808 >Category: ports >Synopsis: Option error in ports Makefile of multimedia/xbmc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 09:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Manuel >Release: 9.1-RC1 >Organization: N/A >Environment: FreeBSD xbmc 9.1-RC1 FreeBSD 9.1-RC1 #0: Sun Sep 9 14:14:47 CEST 2012 root@xbmc:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Option checking for avahi support in multimedia/xbmc's Makefile is mispelled. See attached patch for correction. >How-To-Repeat: >Fix: patch for the Makefile : --- Makefile.orig 2012-09-20 10:39:08.000000000 +0200 +++ Makefile 2012-09-20 10:37:51.000000000 +0200 @@ -101,7 +101,7 @@ PLIST_SUB+= ARCH="x86_64" .endif -.if ${PORT_OPTIONS:MAVAHAHI} +.if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi LIB_DEPENDS+= avahi-common:${PORTSDIR}/net/avahi-app .else Patch attached with submission follows: --- Makefile.orig 2012-09-20 10:39:08.000000000 +0200 +++ Makefile 2012-09-20 10:37:51.000000000 +0200 @@ -101,7 +101,7 @@ PLIST_SUB+= ARCH="x86_64" .endif -.if ${PORT_OPTIONS:MAVAHAHI} +.if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi LIB_DEPENDS+= avahi-common:${PORTSDIR}/net/avahi-app .else >Release-Note: >Audit-Trail: >Unformatted: