From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 22 05:00:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 331C81065681 for ; Fri, 22 Aug 2008 05:00:13 +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 0776B8FC22 for ; Fri, 22 Aug 2008 05:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M50CMv026953 for ; Fri, 22 Aug 2008 05:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7M50Cq6026952; Fri, 22 Aug 2008 05:00:12 GMT (envelope-from gnats) Resent-Date: Fri, 22 Aug 2008 05:00:12 GMT Resent-Message-Id: <200808220500.m7M50Cq6026952@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, "Joseph S. Atkinson" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A98351065688 for ; Fri, 22 Aug 2008 04:56:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 966B78FC0C for ; Fri, 22 Aug 2008 04:56:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M4u5g4053440 for ; Fri, 22 Aug 2008 04:56:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7M4u54m053439; Fri, 22 Aug 2008 04:56:05 GMT (envelope-from nobody) Message-Id: <200808220456.m7M4u54m053439@www.freebsd.org> Date: Fri, 22 Aug 2008 04:56:05 GMT From: "Joseph S. Atkinson" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126728: Unnessary dependancy: net/openslp for multimedia/vlc 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: Fri, 22 Aug 2008 05:00:13 -0000 >Number: 126728 >Category: ports >Synopsis: Unnessary dependancy: net/openslp for multimedia/vlc >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: Fri Aug 22 05:00:12 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Joseph S. Atkinson >Release: 8.0-CURRENT >Organization: >Environment: >Description: Remove dependency (and usage of) net/openslp from multimedia/vlc. Support for OpenSLP was added to VLC in 2003. Was set for FreeBSD's build via KNOB (defaulted on) by ahze@ almost 4 years ago. When VLC moved to OPTIONS, it was left out of the list, but still defaulted on do to the ".if !defined(WITHOUT_SLP)" stanza being left in. VLC expunged support for OpenSLP in 2005. Also, offer to take maintainership at least until VLC moves to Qt. funman@videolan.org has indicated via irc that he no longer uses FreeBSD or works with VLC and was actively seeking a new maintainer. >How-To-Repeat: cd /usr/ports/multimedia/vlc && make install >Fix: Remove the lingering references to OpenSLP. Patch attached with submission follows: Credit "Joseph S. Atkinson " if commited please --- Makefile.orig 2008-08-22 00:20:41.000000000 -0400 +++ Makefile 2008-08-22 00:38:14.000000000 -0400 @@ -10,6 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6i +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ @@ -454,12 +455,6 @@ CONFIGURE_ARGS+=--disable-gnutls .endif -.if !defined(WITHOUT_SLP) -LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp -.else -CONFIGURE_ARGS+=--disable-slp -.endif - .if !defined(WITHOUT_SPEEX) LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex CONFIGURE_ARGS+=--enable-speex --- Makefile.inc.orig 2008-08-22 00:21:43.000000000 -0400 +++ Makefile.inc 2008-08-22 00:22:06.000000000 -0400 @@ -187,10 +187,6 @@ # WITH_SSL=yes # Enable TLS/SSL Support for web (httpd) interface # -# WITHOUT_SLP=yes -# Disable SLP service discovery support -# * recommended if you want to stream media -# # WITH_OPTIMIZED_CFLAGS=yes # Compile with -O2 -ffast-math -fomit-frame-pointer # >Release-Note: >Audit-Trail: >Unformatted: