From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 6 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 29EB8C9D for ; Wed, 6 Feb 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA9C6DF for ; Wed, 6 Feb 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r16K00bd001156 for ; Wed, 6 Feb 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r16K00GO001151; Wed, 6 Feb 2013 20:00:00 GMT (envelope-from gnats) Date: Wed, 6 Feb 2013 20:00:00 GMT Message-Id: <201302062000.r16K00GO001151@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/172800: [PATCH] fix build/install for audio/hydrogen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 20:00:01 -0000 The following reply was made to PR ports/172800; it has been noted by GNATS. From: Matthias Andree To: bug-followup@FreeBSD.org, frederic.praca@free.fr Cc: Baptiste Daroussin Subject: Re: ports/172800: [PATCH] fix build/install for audio/hydrogen Date: Wed, 06 Feb 2013 20:58:02 +0100 Frédéric, thanks for your interest in fixing this. In order to make clearer what helps us get the most out of your contribution: ad 1. we use ${PREFIX} instead of /usr/local for stuff that a port (hydrogen) would install and ${LOCALBASE} for referring to requisites that one of the *_DEPENDS packages has installed. ad 2. please send a diff instead. You can install the porttools port and "port diff", with proper options, or "port submit", with proper options, to ease your life. HTH. Best regards Matthias