diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-25 18:02:27 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-25 18:02:27 +0800 |
commit | e2ad76407048459282048dd64a6c0de2d5004715 (patch) | |
tree | f7d4b0afac500aaa05752d488e25949ec80b8a48 /sysutils/mkisofs-devel | |
parent | 7893b4b3fc38b4a6b5ff7668b565608a55c69b6c (diff) | |
download | freebsd-ports-graphics-e2ad76407048459282048dd64a6c0de2d5004715.tar.gz freebsd-ports-graphics-e2ad76407048459282048dd64a6c0de2d5004715.tar.zst freebsd-ports-graphics-e2ad76407048459282048dd64a6c0de2d5004715.zip |
- 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
Diffstat (limited to 'sysutils/mkisofs-devel')
-rw-r--r-- | sysutils/mkisofs-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile index 8f47ff9dba3..0349bd1a6f1 100644 --- a/sysutils/mkisofs-devel/Makefile +++ b/sysutils/mkisofs-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= mkisofs PORTVERSION= 2.01a24 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils COMMENT= Create iso9660/Rock Ridge/Joliet filesystems |