From owner-cvs-ports@FreeBSD.ORG Mon Oct 2 20:30:47 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF4816A4DA; Mon, 2 Oct 2006 20:30:47 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7526943D66; Mon, 2 Oct 2006 20:30:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k92KUk5D080485; Mon, 2 Oct 2006 20:30:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k92KUkcJ080484; Mon, 2 Oct 2006 20:30:46 GMT (envelope-from lth) Message-Id: <200610022030.k92KUkcJ080484@repoman.freebsd.org> From: Lars Thegler Date: Mon, 2 Oct 2006 20:30:46 +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/daapd Makefile distinfo pkg-plist ports/audio/daapd/files daapd.in daapd.sh patch-README patch-daapd-example.conf patch-daapd.8 patch-daapd.cc patch-db.cc patch-makefile ports/audio/daaplib Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 20:30:47 -0000 lth 2006-10-02 20:30:46 UTC FreeBSD ports repository Modified files: audio/daapd Makefile distinfo pkg-plist audio/daapd/files patch-README patch-daapd-example.conf patch-daapd.8 patch-makefile audio/daaplib Makefile www/libhttpd-persistent Makefile Added files: audio/daapd/files daapd.in Removed files: audio/daapd/files daapd.sh patch-daapd.cc patch-db.cc Log: Updating audio/daapd to 0.2.4b. Now requires gcc 3.4+, so does the libraries, due to c++ name mangling. PR: based on ports/97480 Submitted by: Gunter Wambaugh Revision Changes Path 1.12 +7 -10 ports/audio/daapd/Makefile 1.7 +3 -3 ports/audio/daapd/distinfo 1.1 +41 -0 ports/audio/daapd/files/daapd.in (new) 1.6 +0 -41 ports/audio/daapd/files/daapd.sh (dead) 1.2 +3 -3 ports/audio/daapd/files/patch-README 1.2 +3 -3 ports/audio/daapd/files/patch-daapd-example.conf 1.2 +3 -3 ports/audio/daapd/files/patch-daapd.8 1.2 +0 -22 ports/audio/daapd/files/patch-daapd.cc (dead) 1.2 +0 -11 ports/audio/daapd/files/patch-db.cc (dead) 1.5 +17 -18 ports/audio/daapd/files/patch-makefile 1.5 +1 -2 ports/audio/daapd/pkg-plist 1.5 +8 -4 ports/audio/daaplib/Makefile 1.7 +3 -1 ports/www/libhttpd-persistent/Makefile