From owner-freebsd-ports@FreeBSD.ORG Tue Oct 15 19:44:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D068173 for ; Tue, 15 Oct 2013 19:44:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46F52344 for ; Tue, 15 Oct 2013 19:44:14 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8096023745 for ; Tue, 15 Oct 2013 15:44:07 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Tue, 15 Oct 2013 15:44:07 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=RCjs4g36jiYvCZZuDygbO2lyKSA=; b=ulrnH WFahXSuobmJtWQM/5Pvx5xcLqqz3j5bijlfIG/KRfkLJM6iVtVooOpMN0ck8r/IN 5S9MSJdUXFbNryCipszpXc/JWQSkDcYzZvwShiginZMEHvCSlT33+QmU2cGmjBzb iSJuuvJ7dKyDuxHFVzdHvhAUIhg9MtUeawZnUE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id DB2904A1830; Tue, 15 Oct 2013 15:44:06 -0400 (EDT) Message-Id: <1381866246.7118.34385233.532D2E54@webmail.messagingengine.com> X-Sasl-Enc: /KbItVxpvh7It+21F6+XGfsn0/k3B0IyMMfXrxOKtOfQ 1381866246 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 Subject: Re: news/nzbget updated Date: Tue, 15 Oct 2013 14:44:06 -0500 In-Reply-To: <525D8EE2.7030005@whisperingvault.net> References: <525D8EE2.7030005@whisperingvault.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 19:44:14 -0000 On Tue, Oct 15, 2013, at 13:52, Nicolas Raspail wrote: > Hi > > I just have seen that the news/nzbget port has been updated (fixing bug > ports/182867). So I think someone can close the bugs ports/177669 and > ports/180832 . > > I have noted some things in the Makefile : > * I don't see any reference to python, but the new version 11.0 > provides postinstall scripts written in Python > > * the configure argument "--enable-sigchld-handler " is still > present, but from the developer, "since revision r712 (before the > release of the 11.0 version) --enable-sigchld-handler shouldn't be > necessary anymore on 64-Bit BSD. But instead --disable-sigchld-handler > is needed on 32-Bit BSD". I have removed this line from the Makefile, > recompile the port, install it, download a file and the postinstall > scripts terminate successfully. > > * if you copy /usr/local/share/nzbget/nzbget.conf to > /usr/local/etc/nzbget.conf, WebDir and ConfigTemplate will be defined > with correct paths > > * Maybe we can add two options to install unrar/rar and 7zip > I've started using it recently and noticed these issues. I'll look into those PRs.