From owner-freebsd-ports@FreeBSD.ORG Thu May 26 07:59:55 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B3106564A for ; Thu, 26 May 2011 07:59:55 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DB9798FC18 for ; Thu, 26 May 2011 07:59:54 +0000 (UTC) Received: by bwz12 with SMTP id 12so307614bwz.13 for ; Thu, 26 May 2011 00:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=8GTEeoAAQ3HAvD22p9EHTyTajApe0CT7rXiTh7m4JfM=; b=EMPuLSRofs+/DkPfPgpeiA30MtkIMlqX7SjRELgw0Ql8ulBKxbb0vOxdauAexUfcsx VG/pxqiyZAz0aCIblFoJG5wXCVMaVOWqjIkJEJ99+XiGZf1qlQjmOIzSiTYE17LYXkvg GqvsPBf1f+H8Kj9+++r/YbhSQjT6kA6PjFYno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=ToyzWlNJdJfcSPMWyLRYKXOCjHAtFZeW183ONHiUVyheF5ubEsMmZXEFnDnN5Rrkfg i8N5JIgkJVBQvuFnJQBx7Hwg7YwF28AaXUFdKM1yR9YG3M0nMDxoTZw8GmyjLznpEOIc Z3d27D9KreWn1X7nvtrQ8wQHzGdA2zNSK6Gis= MIME-Version: 1.0 Received: by 10.204.74.11 with SMTP id s11mr365792bkj.43.1306396793760; Thu, 26 May 2011 00:59:53 -0700 (PDT) Received: by 10.205.65.198 with HTTP; Thu, 26 May 2011 00:59:53 -0700 (PDT) Received: by 10.205.65.198 with HTTP; Thu, 26 May 2011 00:59:53 -0700 (PDT) In-Reply-To: <9432068b032e512ff7d4ae41ee644586@bluelife.at> References: <4DDDE711.5020306@hawaii-pacific.com> <9432068b032e512ff7d4ae41ee644586@bluelife.at> Date: Thu, 26 May 2011 08:59:53 +0100 Message-ID: From: Chris Rees To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Bruce Meier , freebsd-ports@freebsd.org Subject: Re: tt-rss X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 07:59:55 -0000 On 26 May 2011 07:59, "Bernhard Froehlich" wrote: > > On Wed, 25 May 2011 19:37:21 -1000, Bruce Meier wrote: > > Hi, > > > > Had to add "define('PUBSUBHUBBUB_ENABLED', true);" to config.php to > > get update to work. > > You _always_ need to merge the config.php with config.php-dist after an > update. They change it quite often also in patch releases. But there's > nothing the port can do for you. > > -- > Bernhard Fr=F6hlich > http://www.bluelife.at/ > I know it's good practice generally, but if this port is a particularly poo= r offender could we add something to pkg-message I'd the config file is changed? Chris