From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 17:08:06 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3EDAA0B for ; Fri, 9 Jan 2015 17:08:06 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478C3FCA for ; Fri, 9 Jan 2015 17:08:06 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so3669237wiv.1 for ; Fri, 09 Jan 2015 09:08:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=UAhhlMC7eSB1y6MvyHwzhF39YttIu/SqZ31+vLAsy1o=; b=bo6VWL85XgkJP6jnLs/2dOSiJKP3YxzxJdxHsh6DJscd2Kv8CAr6kBVASCiIUICo/d Q2OJg0ouLn8ysSegSm6NfAO0uNT4ZBkraSUo92sQnzswlddIIBX82vDnRTguYGN6eqDc 1lE62xJR5c3phiWCxwySB99iYUkJjXhUr5LPdvxHCoIa3YcsyaIkZGO5EZHNAUBEuCh+ VUN9txhtpFHbR0adoOcRhTL+f8mgWdGnRELuObLI4ahGwjpWSK2BxJ9fgm4UvL3lb7mL 5xGCDDanMZ7QSy82sY/IojRpx2/dyDDUE2ih/ZJjAhpJwBvhZASzHDOGLVAXid7RcBGn rnmw== MIME-Version: 1.0 X-Received: by 10.180.80.163 with SMTP id s3mr6692540wix.59.1420823284612; Fri, 09 Jan 2015 09:08:04 -0800 (PST) Received: by 10.27.131.217 with HTTP; Fri, 9 Jan 2015 09:08:04 -0800 (PST) In-Reply-To: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> References: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> Date: Fri, 9 Jan 2015 11:08:04 -0600 Message-ID: Subject: Re: liquidsoap: The audio stream generator of the Savonet project From: Scot Hetzel To: Jaret Bartsch Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 17:08:06 -0000 On Fri, Jan 9, 2015 at 9:54 AM, Jaret Bartsch wrote= : > Dear FreeBSD ports team, > > I have recently learned that this software was removed from the audio/liq= uidsoap ports tree in FreeBSD due to not being staged. Is possible it could= be staged and reintroduced to the ports tree? The main reason behind this = is to be able to run Airtime (a broadcasting software and control panel) on= FreeBSD. Would it be possible that could be introduced into ports even? I= look forward to your response. > > It can be added back in, it just requires someone to STAGE the port, and fix the linking issue. I had a quick look at the ports Makefile (svnweb) and it looks like all that is needed is to remove NO_STAGE and fix the detection when VORBIS is selected and OGG is not selected, as it currently errors when DOCS is not selected (line 141). There might be other things to fix. Would you be willing to take over the maintainership of the port? The last revision is 366857. svn co --depth empty svn://svn.freebsd.org/ports/head 20150109 svn up --set-depth empty 20150109/audio svn up -r 366857 20150109/audio/liquidsoap cd 20150109/audio/liquidsoap # make modifications to the port, then... cd .. svn diff > liquidsoap-20150109.diff Then simply attach the diff to a new pr(1) (https://bugs.freebsd.org/bugzilla/) Good Luck. --=20 DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.