Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 08:53:34 GMT
From:      Manuel <manuel.creach@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171808: Option error in ports Makefile of multimedia/xbmc
Message-ID:  <201209200853.q8K8rYgU029037@red.freebsd.org>
Resent-Message-ID: <201209200900.q8K90N8C083176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209200853.q8K8rYgU029037>