ports/171808: Option error in ports Makefile of multimedia/xbmc

Manuel manuel.creach at gmail.com
Thu Sep 20 09:00:26 UTC 2012


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



More information about the freebsd-ports-bugs mailing list