From owner-freebsd-ports@freebsd.org Tue Jan 3 16:16:19 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E889C9DF9E for ; Tue, 3 Jan 2017 16:16:19 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: from mail.irealone.com (xoth.irealone.hr [136.243.79.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDB7F15F9 for ; Tue, 3 Jan 2017 16:16:18 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: by mail.irealone.com (Postfix, from userid 58) id CB369753B; Tue, 3 Jan 2017 17:16:15 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on postfix.xoth.irealone.hr X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=ALL_TRUSTED, LOCAL_TO_FBSD_PORTS autolearn=ham autolearn_force=no version=3.4.1 Received: from mail.irealone.com (unknown [10.0.0.10]) by mail.irealone.com (Postfix) with ESMTP id 8154A7537 for ; Tue, 3 Jan 2017 17:16:15 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 03 Jan 2017 17:16:15 +0100 From: "Vlad K." To: Freebsd Ports Subject: Ports' tips and gotchas Organization: Acheron Media Message-ID: X-Sender: vlad-fbsd@acheronmedia.com User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 16:16:19 -0000 I've submitted a patch for Postgres server ports with a note about enabling checksumming (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214671). I'm now preparing to submit a patch with a similar "Nice to know" tip for Roundcube (changing default_host breaks the user profiles, and how to fix it). Is pkg-message the right place for such tips and gotchas? Do we need a separate mechanism where users could collate and submit tips they find important when installing/upgrading/configuring the port (yeah, those three exact use cases, I'm sure pkg-message is not the best place for regular usage tips). Aside from UPDATING of course, which is just supposed to be important notes about one-time updates/upgrades. -- Vlad K.