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
17 lines
581 B
Text
17 lines
581 B
Text
bin/cdrdao
|
|
bin/toc2cue
|
|
%%TOC2MP3%%bin/toc2mp3
|
|
share/cdrdao/drivers
|
|
%%PORTDOCS%%share/doc/cdrdao/CREDITS
|
|
%%PORTDOCS%%share/doc/cdrdao/INSTALL
|
|
%%PORTDOCS%%share/doc/cdrdao/README
|
|
%%PORTDOCS%%share/doc/cdrdao/README.PlexDAE
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.0
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.2
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.3
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.4
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.5
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.6
|
|
%%PORTDOCS%%share/doc/cdrdao/Release-1.1.7
|
|
%%PORTDOCS%%@dirrm share/doc/cdrdao
|
|
@dirrm share/cdrdao
|