From owner-cvs-all@FreeBSD.ORG Sun Jul 24 12:32:09 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 553FE1065672; Sun, 24 Jul 2011 12:32:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4624A8FC0A; Sun, 24 Jul 2011 12:32:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6OCW9b9004827; Sun, 24 Jul 2011 12:32:09 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6OCW9a4004826; Sun, 24 Jul 2011 12:32:09 GMT (envelope-from danfe) Message-Id: <201107241232.p6OCW9a4004826@repoman.freebsd.org> From: Alexey Dokuchaev Date: Sun, 24 Jul 2011 12:32:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/rezound Makefile ports/audio/rezound/files patch-64bit-fixes patch-fix-raw-save X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2011 12:32:09 -0000 danfe 2011-07-24 12:32:09 UTC FreeBSD ports repository Modified files: audio/rezound Makefile Added files: audio/rezound/files patch-64bit-fixes patch-fix-raw-save Log: - Add a patch to fix the build on 64-bit arches (patch in the PR looks like it originated from Gentoo, which in turn says it's copyrighted by T2 SDE Project and submitted by Rene Rebe; committed version should be more clean and correct) [*] - Add a patch from Christian Schoenebeck to fix saving of raw files (Debian bug id 602277, Gentoo's 203471) - Fix a typo in #ifndef directive (also obtained from Gentoo) - Fix GNU gettext detection in configure script (was not 64-bit clean, thus package for e.g. amd64 would not pack because of broken pkg-plist) - Bump port revision after recent changes in dependencies and bugfixes PR: ports/157433 [*] Submitted by: Lowell Gilbert Revision Changes Path 1.27 +5 -9 ports/audio/rezound/Makefile 1.1 +78 -0 ports/audio/rezound/files/patch-64bit-fixes (new) 1.1 +78 -0 ports/audio/rezound/files/patch-fix-raw-save (new)