- Update cdrtools-devel port to 2.01a25 which fixes a crash of cdrecord.
For a full list of changes see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25 - Fix previous commit which made the cdrtools-devel port to not print the available knob in the pre-everything target when said knob is turned on to not offer it when compiling mkisofs-devel. Note that the former behaviour will be removed again in case the cdrtools-devel port grows more knobs, it's just to much mess in the makefile then. - Introduce a small hack in the makefile of the cdrtools-devel port so the cdrtools version has to be only specified once for PORTVERSION and DISTNAME. - Reword the desciption of rscsi in the pre-everything message and the PLIST to make clear that rscsi is the remote SCSI daemon and clients are built into cdda2wav, cdrecord, etc. unconditionally. - Bump the PORTREVISION of the mkisofs-devel port as underlying libraries have changed. Submitted by: maintainer
This commit is contained in:
parent
40fabdd6e7
commit
c01c6d23da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99054
3 changed files with 10 additions and 8 deletions
|
@ -6,12 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME?= cdrtools
|
||||
PORTVERSION?= 2.01a24
|
||||
CDRTLSVERSION= 2.01a25
|
||||
PORTVERSION?= ${CDRTLSVERSION}
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= sysutils audio
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
|
||||
DISTNAME= cdrtools-2.01a24
|
||||
DISTNAME= cdrtools-${CDRTLSVERSION}
|
||||
|
||||
MAINTAINER= marius@alchemy.franken.de
|
||||
COMMENT?= Cdrecord and other programs to extract and record CDs/CD-R[W]s
|
||||
|
@ -62,14 +63,15 @@ PKGNAMESUFFIX?= -devel
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_RSCSI)
|
||||
.if !defined(MKISOFS) && !defined(WITH_RSCSI)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "You may use the following build option(s):"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "WITH_RSCSI=yes builds with rscsi which allows using SCSI-devices over"
|
||||
@${ECHO_MSG} " the network."
|
||||
@${ECHO_MSG} "WITH_RSCSI=yes builds with the rscsi daemon which provides access to"
|
||||
@${ECHO_MSG} " local SCSI-devices over the network (the client-side"
|
||||
@${ECHO_MSG} " in cdda2wav, cdrecord, etc. is built unconditionally)."
|
||||
@${ECHO_MSG} " BEWARE: The rscsi binary gets installed suid root as"
|
||||
@${ECHO_MSG} " this is the preferred method to set it up."
|
||||
@${ECHO_MSG} " this is the preferred method to set it up."
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrtools-2.01a24.tar.bz2) = b6aff8ab50cdc503bc05c1a566ba1ddf
|
||||
MD5 (cdrtools-2.01a25.tar.bz2) = b2a374130bf7946ac90ebbe2fc8d9176
|
||||
|
|
|
@ -10,6 +10,6 @@ This package contains the following software:
|
|||
|
||||
- scgcheck (checks and validates the ABI of libscg)
|
||||
|
||||
- rscsi (allows using SCSI-devices over the network)
|
||||
- rscsi (daemon providing access to local SCSI-devices over the network)
|
||||
|
||||
WWW: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
|
||||
|
|
Loading…
Reference in a new issue