Date: Wed, 13 Nov 2002 06:05:31 -0800 (PST) From: Alexander Leidinger <netchild@FreeBSD.org> 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 Message-ID: <200211131405.gADE5VCV023533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211131405.gADE5VCV023533>
