From owner-cvs-all Wed Nov 13 6: 8: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC9D37B401; Wed, 13 Nov 2002 06:07:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF2043E42; Wed, 13 Nov 2002 06:07:58 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADE5VmV023534; Wed, 13 Nov 2002 06:05:31 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADE5VCV023533; Wed, 13 Nov 2002 06:05:31 -0800 (PST) Message-Id: <200211131405.gADE5VCV023533@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 13 Nov 2002 06:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/audio/cdrdao/files getopt.h patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/11/13 06:05:31 PST Modified files: audio/cdrdao Makefile pkg-comment pkg-descr pkg-plist audio/cdrdao/files patch-configure Removed files: audio/cdrdao pkg-message audio/cdrdao/files getopt.h Log: - give maintainership from ports to submitter From submitter: - Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as cdrdao ships it's own version (but use the pccts-port if it happens to be installed in order to speed up things). - Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of mp3 files, see Release-1.1.6), makes this port depend on audio/lame. - Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3) files that are not yet installed by them, much faster than going through the whole makfile-tree. - Don't install extra documentation when NOPORTDOCS is defined (pkg-plist was already correct). - Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable and 5.0-current. Therefore it's ugly to explain for what options to check on what FreeBSD-version. Don't install README.FreeBSD for the same reason. - Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets picked up. - Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad). - Don't build librscg and rscsi (remote-scsi) of the SCSI library, they aren't required by cdrdao and the later fails to link anyway because _somewhere_ in the makefile-tree libcam no longer gets passed forward in $SCSILIB. - Fix compilation on 5.0-current. - Add support for FreeBSD/sparc64. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.31 +44 -22 ports/audio/cdrdao/Makefile 1.2 +0 -129 ports/audio/cdrdao/files/getopt.h (dead) 1.2 +9 -1 ports/audio/cdrdao/files/patch-configure 1.5 +1 -1 ports/audio/cdrdao/pkg-comment 1.5 +2 -11 ports/audio/cdrdao/pkg-descr 1.4 +0 -9 ports/audio/cdrdao/pkg-message (dead) 1.9 +1 -1 ports/audio/cdrdao/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message