notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/cdrtools/Makefile

Number of commits found: 78

Thursday, 28 Mar 2024
09:50 Robert Clausecker (fuz) search for other commits by this committer
devel/schilybase: update to 2024-03-21

Changelog: http://fuz.su/pub/schilytools/AN-2024-03-21.txt
commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec 9114719
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Monday, 19 Sep 2022
15:37 Neel Chauhan (nc) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: update to 2022-09-18

 - point MASTER_SITES to new upstream
 - split bosh from sysutils/schilyutils into new port shells/bosh
   - stop installing pfbosh, a SunOS-only feature
   - install jsh as jbosh to avoid a conflict
   - patch shell names in man pages
 - point WWW to subproject-specific sites if available
 - misc/schilytools: deprecate man2html component
 - devel/schilybase: add missing file to pkg-plist
 - make test suite work better
   - do not pass INS_*BASE/DESTDIR to smake tests
   - account for devel/sccs placing files in /tmp
   - make sh/tests/common/test-common find bosh after
     we patched out the hardlink to sh
   - Test suite passes on armv7 except for archivers/star.
     Will have to investigate further.
 - sysutils/schilyutils: add vctags command
   I forgot about that one when I made the port initially.
   The ctags link is not installed to avoid conflicts.

Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt

PR:	266475
commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e e69a181
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Wednesday, 8 Sep 2021
20:53 Bernhard Froehlich (decke) search for other commits by this committer
sysutils/cdrtools: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 3035b66db62c35b6e57eeb8ae5211b01a0db29b1 commit hash: 3035b66db62c35b6e57eeb8ae5211b01a0db29b1 commit hash: 3035b66db62c35b6e57eeb8ae5211b01a0db29b1 commit hash: 3035b66db62c35b6e57eeb8ae5211b01a0db29b1 3035b66
Friday, 30 Jul 2021
13:26 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: update to 2021.07.29

- Update to 2021.07.29
- Fix related PR (Do not install broken gnutar by default)

PR:		257063
Reported by:	ice@extreme.hu
commit hash: 774298c0f68f7b5f67dbde44d046184807423450 commit hash: 774298c0f68f7b5f67dbde44d046184807423450 commit hash: 774298c0f68f7b5f67dbde44d046184807423450 commit hash: 774298c0f68f7b5f67dbde44d046184807423450 774298c
Thursday, 1 Jul 2021
21:11 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
misc/schilytools: Consolidate old schily's tools

- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>

From Robert Clausecker <fuz@fuz.su> (new maintainer):

In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved).  Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.

With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports:

    devel/schilybase (libraries)
    archivers/star
    devel/sccs
    devel/smake
    devel/sunpromake
    editors/ved
    net/rscsi (split out from cdrtools for security reasons)
    sysutils/cdrtools
    sysutils/schilyutils (command line helpers, shells)
    misc/schilytools (meta port for all of these)

Where appropriate, I've tried to keep existing patches and conventions
in tact.  Some options have been renamed to more appropriate names,
others have been added or removed.  The schilytools have been patched
not to install binaries with the same name as system binaries, though
some man pages with such names remain.

The split into slave ports largely follows the OpenCSW packages provided
by the author.  Some differences are present:

 * strar has been moved from schilyutils to star
 * rscsi has been moved from cdrtools into a package on its own as it
   needs to be installed setuid to function.
 * mountcd is a Solaris only program and is not shipped
 * man2html is not shipped as it's already available in textproc/man2html
 * cdrecord, cdda2wav, and readcd are only installed setuid root if the
   user specifically requests so using a non-default option

This changeset unobsoletes the editors/ved port.

This changeset obsoletes the sysutils/cdrtools-devel port as schilytools
provide a newer version than the old development version shipped therein.

This changeset overwrites the following ports, the maintainers have
previously been informed via PR and direct email but haven't responded.
They have also been added as reviewers to this changeset.

    archivers/star (mm@freebsd.org)
    devel/smake (no maintainer)
    sysutils/cdrtools (marius@freebsd.org)
    sysutils/cdrtools-devel (marius@freebsd.org)

PR:		256467
Differential Revision:	https://reviews.freebsd.org/D30669
commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 2a40da7
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 25 Jul 2017
20:11 marius search for other commits by this committer
Integrate an official patch for isoinfo and mkisofs which adds directory
loop recognition in order to prevent from an endless loops that in turn
may consume all available memory.

PR:	220868
Original commitRevision:446622 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Tuesday, 29 Dec 2015
14:55 marius search for other commits by this committer
Don't depend on gettext if libiconv is part of base and cdrtools is built
without NLS support.
Original commitRevision:404747 
00:33 marius search for other commits by this committer
- Update to 3.01
- Fix build when `uname -m` != `uname -p` [1]

PR:		191424, 197794 [1]
Original commitRevision:404710 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 19 Nov 2014
18:49 marino search for other commits by this committer
sysutils/cdrtools: Unbreak on DragonFly

The Makefile.DragonFly hack stopped working, so fix this properly.
No-op for FreeBSD.
Original commitRevision:372803 
Sunday, 9 Nov 2014
21:17 marius search for other commits by this committer
- Update MASTER_SITES.
- Add LICENSE.
- Convert the remainder of build knobs to OPTIONS.
- Account for the fact that libiconv now may live in base, merging r348916.
- Partially merge pkg-plist modernization from r370671.
Original commitRevision:372376 
Tuesday, 3 Jun 2014
13:47 amdmi3 search for other commits by this committer
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
Original commitRevision:356363 
Tuesday, 11 Mar 2014
12:50 miwi search for other commits by this committer
- Stage support

Reviewed by:	antoine
Original commitRevision:347876 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
Original commitRevision:345435 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Tuesday, 13 Aug 2013
14:16 marius search for other commits by this committer
Once again remove the hacks allowing this port to be compiled as part of
release builds. Since r251812, all architectures have been switched to
using makefs(8) in all active release branches instead.

Approved by:	mentor (beat, implicit)
Original commitRevision:324669 
Sunday, 5 May 2013
08:15 bapt search for other commits by this committer
Partial convert to new options framework
Fix USES+= set after .pre.mk
Original commitRevision:317403 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Sunday, 16 Dec 2012
15:32 marius (src committer) search for other commits by this committer
Add an additional master site.

PR:		174447
Approved by:	netchild
Original commitRevision:309014 
Thursday, 8 Mar 2012
12:36 marius search for other commits by this committer
Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.

Approved by:    netchild
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Saturday, 13 Aug 2011
13:34 marius search for other commits by this committer
- Allow to build on powerpc64. [1]
- Revert the hack allowing to cross-compile FreeBSD/i386 releases on amd64
  as it caused more problems than it solved. As of r224838 all of head,
  stable/8 and stable/7 are switch to use use makefs(8) instead of mkisofs(8)
  so this hack is no longer necessary. [2]

PR:             159671 [1], 151486 [2], 152309 [2], probably some more for [2]
Approved by:    netchild
Original commit
Wednesday, 22 Sep 2010
19:51 marius search for other commits by this committer
Refine the TARGET{,_ARCH} hack to not break CC being set to something
relying on PATH.

Approved by:    netchild
Original commit
Tuesday, 21 Sep 2010
18:53 marius search for other commits by this committer
- Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.

Requested by:   upstream
Approved by:    netchild
Original commit
Friday, 17 Sep 2010
17:09 marius search for other commits by this committer
Add a hack allowing to building with TARGET and TARGET_ARCH set in the
environment as done by the release building scripts. The former causes
some targets in the Makefiles of the port to be overridden and the later
is added to the default COMPILE.c variable by gmake. Arguably the release
building scripts should be fixed to not set TARGET and TARGET_ARCH when
compiling the cdrtools port in case of a cross-release but for reasons
beyond me this just worked with cdrtools 2.01

Approved by:    netchild
Original commit
Wednesday, 15 Sep 2010
17:35 marius search for other commits by this committer
Update cdrtools to 3.00. For changes since 2.01 see:
ftp://ftp.berlios.de/pub/cdrecord/AN-3.00

Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now
employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and
USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is
expected to be updated by portmgr@ accordingly (PR 150362).

PR:             127608, 149644
Approved by:    netchild
Original commit
Monday, 8 Feb 2010
09:15 marius search for other commits by this committer
Add CONFLICTS with cdrkit.

Submitted by:   Alexander Best
Approved by:    netchild
Original commit
Saturday, 12 Sep 2009
19:02 marius search for other commits by this committer
Hardcode a compiler specification file so CC can also be set to something
containing spaces.

Approved by:    netchild
Original commit
Tuesday, 12 May 2009
20:01 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Approved by:    marius (maintainer)
Original commit
Saturday, 7 Mar 2009
16:52 marius search for other commits by this committer
Fix build with r189136.

Submitted by:   das via rnoland (principle patch)
Approved by:    netchild
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Tuesday, 17 Jun 2008
20:35 marius search for other commits by this committer
Compile mkisofs with '-O0' only in order to work around a bug causing
its '-root' option to not work.

Reported by:    Ben Korvemaker
Approved by:    netchild
Original commit
Friday, 11 Apr 2008
22:35 marius search for other commits by this committer
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.

PR:             122620
Approved by:    netchild
Original commit
Wednesday, 9 Apr 2008
20:40 marius search for other commits by this committer
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.

Reported by:    marcus
Approved by:    netchild
Original commit
Monday, 16 Apr 2007
17:28 ahze search for other commits by this committer
Chase libcddb libver bump
Original commit
Thursday, 3 Aug 2006
09:29 marius search for other commits by this committer
Re-grab maintainership.

Approved by:    netchild
Original commit
Wednesday, 24 May 2006
09:13 mich search for other commits by this committer
- Chase lib version bump to libcdio
Original commit
Sunday, 14 May 2006
11:08 lawrance search for other commits by this committer
Use SUB_FILES instead of post-patch commands.

PR:             ports/97225
Submitted by:   Ports Fury
Original commit
Sunday, 7 May 2006
18:52 marius search for other commits by this committer
Allow this port to be compiled with CC set to something containing a
path component.

Approved by:    netchild
Original commit
Saturday, 18 Mar 2006
15:19 pav search for other commits by this committer
- Fix coredump in TOC parsing in cdda2wav

PR:             ports/94554
Submitted by:   Fabian Keil <freebsd-listen@fabiankeil.de>
Obtained from:  cdrtools-devel
Original commit
Saturday, 18 Feb 2006
15:55 marius search for other commits by this committer
- Replace the fix to make `readcd -scanbus` work which was added in
  2.01_2 with the "official" version from cdrtools 2.01.01a06.
- Patch i386-freebsd-cc.rul to allow compilation with CC set to a
  compiler other than the default (as long as it doesn't include a
  path component, which requires considerably changes to make work).
- Make the direct ATAPI transport of cdda2wav work again with FreeBSD
  after device major numbers were abandoned; bump PORTREVISION for
  this.

Approved by:    netchild
Original commit
Sunday, 15 Jan 2006
17:08 anray search for other commits by this committer
Fix readcd -scanbus work.

PR:             ports/91763
Submitted by:   Fabian Keil <freebsd-listen@fabiankeil.de>
Original commit
Sunday, 24 Jul 2005
03:46 ahze search for other commits by this committer
- Add knob WITH_CDDB, adds cddb support.
  this is also auto-detected and can not be turned off because
  there is no configure knob to turn off.
- Bump PORTREVISION because libcddb just got bumped so people wont' run
  in to problems with libver stuff.
Original commit
Sunday, 10 Jul 2005
13:48 marius search for other commits by this committer
Resign from maintainership.

Approved by:    netchild
Original commit
Wednesday, 29 Dec 2004
22:17 marius search for other commits by this committer
- Update to 2.01. For changes since 2.00.3 please see:
  ftp://ftp.berlios.de/pub/cdrecord/AN-2.01
- Once again remove the patch for the configure script to disable the use
  of mlockall(2) as it no longer causes negative side effects on FreeBSD
  => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
  as such changes are not allowed according to a comment in xconfig.h.in.
  A patch for aclocal.m4 was submitted upstream but didn't get integrated.

Mkisofs 2.01 was verified to produce working FreeBSD install images for
alpha, i386, ia64 and sparc64.

Thanks to:      marcel for verifying mkisofs on ia64
Approved by:    netchild
Original commit
Sunday, 29 Aug 2004
14:40 marius search for other commits by this committer
Fix a security bug in the rscsi client code.

Approved by:    netchild
Obtained from:  cdrtools 2.01a38
Original commit
Monday, 7 Jun 2004
13:20 netchild search for other commits by this committer
Make usable as master port for the upcomming sysutils/cdrtools-cjk.

Submitted by:   marius
Original commit
Wednesday, 2 Jun 2004
17:16 netchild search for other commits by this committer
- Add a workaround for the problem that cdda2wav doesn't use a page
  aligned buffer for the SCSI transfers in paranoia mode. [1]
- Stop the artificial separation of mkisofs from cdrtools and merge
  sysutils/mkisofs into sysutils/cdrtools which brings us in line
  with other distributions. The separation of mkisofs caused quite
  some confusion among users as well as committers about why its
  PORTVERSION was different from the cdrtools port, how to install
  it, etc.

PR:             63775 [1]
Submitted by:   marius
Original commit
Tuesday, 25 May 2004
14:26 netchild search for other commits by this committer
- Fix installation when CC is not set to "cc". [1]
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

PR:             66925 [1]
Submitted by:   marius
Original commit
Tuesday, 20 Apr 2004
20:46 netchild search for other commits by this committer
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:

Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
  versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
  versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
  manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
  locales on -current. [1]

Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
  configuration file, rather than using /etc/default. The installed
  documentaion also gets patched accordingly and a PKGMESSAGE reflecting
  this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
  configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
  SCSI-devices over the network. The required rscsi user gets added
  automatically and templates for the configuration file also get installed.
  PKGINSTALL points to for further information on how to configure remote
  access to SCSI-devices.
  Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
  the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
  of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
  (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
  ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
  interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
  originated in the FreeBSD port of cdrtools but the relevant parts were
  incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
  a description of the problem).

Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
  commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
  CVS history why it was added.

Requested by:   pav [1]
Submitted by:   marius (maintainer)

Changes to UPDATING:
 - add a note about the new location of the global configuration of cdrecord.
Original commit
13:49 netchild search for other commits by this committer
Use the @FreeBSD.org address of the maintainer.

Approved by:    marius
Original commit
Wednesday, 17 Mar 2004
14:34 netchild search for other commits by this committer
Give this port into the hands of Marius Strobl, he already maintains
cdrtools-devel and is willing to sync both ports as necessary.

Requested by:   Marius Strobl <marius@alchemy.franken.de>
Original commit
Sunday, 22 Feb 2004
01:40 kris search for other commits by this committer
Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool.  He has not committed in over a year and has been
unresponsive to emails over a similar time period.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Sunday, 18 Jan 2004
18:20 eivind search for other commits by this committer
Remove mkisofs mention from comment; it disappeared from the port sometime in
1998
Original commit
Saturday, 3 Jan 2004
07:53 edwin search for other commits by this committer
Make MAINTAINER section conditional, a slave port might want to set it.

PR:             ports/58051 (related)
Submitted by:   Statue <statue@freebsd.sinica.edu.tw>
Original commit
Tuesday, 19 Aug 2003
16:22 netchild search for other commits by this committer
cdrtools and mkisofs:
- Add CONFLICTS for corresponding -devel ports.

mkisofs:
- Rearrange a line in the Makefile in oder to quiet portlint (3 errors/
  1 warning -> 0 errors/1 warning).

PR:             ports/52849
Submitted by:   Marius Strobl <marius@alchemy.franken.de>
Original commit
Sunday, 6 Jul 2003
21:25 osa search for other commits by this committer
Update to 2.0.3 (maintainer timeout after 19 days)

Approved by:    fjoe (mentor) (implicit)
Original commit
Tuesday, 20 May 2003
20:33 oliver search for other commits by this committer
Fix a securety issue which may cause a local root exploit
(if the cdrecord binary is suid 0).
For more information about this, feel free to take a look at
http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2

Approved by:    maintainer hasn't responded within 3 days, alex (mentor)
Original commit
Thursday, 6 Mar 2003
19:23 ade search for other commits by this committer
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:    portmgr (implicitly)
Original commit
Saturday, 11 Jan 2003
20:48 obrien search for other commits by this committer
Always use -f with ln.
Original commit
20:16 obrien search for other commits by this committer
Unbreak mkisofs.
Original commit
20:09 obrien search for other commits by this committer
Update to version 2.0.
Original commit
20:01 obrien search for other commits by this committer
Update to 1.11.a40 (which is really a version 2.0 alpha).
Original commit
Friday, 20 Dec 2002
04:37 marcel search for other commits by this committer
Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386
version in the RULES directory if the build machine is not i386.
This fixes the port on ia64 because it simply wasn't enumerated.

No response: dirk@
Original commit
Sunday, 27 Oct 2002
19:29 dirk search for other commits by this committer
Upgrade to 1.11.a39.
Original commit
Monday, 14 Oct 2002
22:13 jake search for other commits by this committer
Make this compile on sparc64.  Needed for make release.
Original commit
Sunday, 4 Aug 2002
08:02 dirk search for other commits by this committer
Upgrade to cdrtools-1.11a28.
Original commit
Tuesday, 16 Apr 2002
19:02 dirk search for other commits by this committer
Upgrade to cdrtools-1.11a21.
Original commit
Sunday, 18 Nov 2001
11:50 dirk search for other commits by this committer
Fix cdda2wav for ATAPI drives.    
Original commit
Thursday, 2 Aug 2001
09:55 dirk search for other commits by this committer
Upgrade to cdrtools-1.10 after repository copy from cdrecord.    
Original commit

Number of commits found: 78