FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 11:46 PM BST
Port details
cdrtools-devel 3.01a07,1 sysutils on this many watch lists=10 search for ports that depend on this port
CD/DVD/BluRay and ISO-9660 image creation and extraction tools
Maintained by: marius@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Aug 2003 16:26:34
Also Listed In: audio
License: not specified in port


The cdrtools software includes tools to create and/or extract
ISO-9660 filesystems, verify their integrity, and write them to
disc.

This package contains the following programs:
- btcflash (a firmware flash utility for BTC DRW1008 DVD+/-RW recorder)
- cdda2wav (a digital CD audio extraction program)
- cdrecord (a CD/DVD/BluRay recording program)
- devdump (dump a device or file in hex)
- isodebug (show debug info contained in an ISO-9660 image)
- isodump (dump a device or file based on ISO-9660)
- isoinfo (analyze or list an ISO-9660 image)
- isovfy (verify an ISO-9660 image)
- mkisofs (an ISO-9660 filesystem image creator)
- mkhybrid (an ISO-9660/HFS filesystem image creator)
  Link to mkisofs.
- readcd (a data CD reading and recording program)
  May be used to write to DVD-RAM and to copy Solaris boot CD's.
- scgcheck (checks and validates the ABI of libscg)
- rscsi (daemon providing access to local SCSI-devices over the network)

WWW: http://cdrecord.berlios.de/old/private/cdrecord.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: converters/libiconv, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/cdrtools-devel/ && make install clean
To add the package: pkg_add -r cdrtools-devel


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.berlios.de/pub/cdrecord/alpha/
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 96

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Mar 2012 15:42:10
Original commit files touched by this commit  3.01a07,1
marius search for other commits by this committer
Update to 3.01a07. For the changes since 3.01a06 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a07

Approved by:    netchild
Feature safe:   yes
14 Jan 2012 22:27:02
Original commit files touched by this commit  3.01a06_1,1
netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
08 Jan 2012 07:01:25
Original commit files touched by this commit  3.01a06,1
eadler search for other commits by this committer
Repeated words are are hard to to find sometimes.

Approved by:    portmgr (itetcu)
14 Sep 2011 15:58:25
Original commit files touched by this commit  3.01a06,1
marius search for other commits by this committer
Update to 3.01a06. For the changes since 3.01a05 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a06

Approved by:    netchild
13 Aug 2011 13:37:20
Original commit files touched by this commit  3.01a05,1
marius search for other commits by this committer
- Allow to build on powerpc64.
- 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.

Approved by:    netchild
17 Jun 2011 19:09:22
Original commit files touched by this commit  3.01a05,1
marius search for other commits by this committer
Update to 3.01a05. For the changes since 3.01a04 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a05

Approved by:    netchild
22 Apr 2011 07:51:13
Original commit files touched by this commit  3.01a04,1
marius search for other commits by this committer
Update to 3.01a04. For the changes since 3.01a03 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a04

Approved by:    netchild
19 Mar 2011 12:38:54
Original commit files touched by this commit  3.01a03,1
miwi search for other commits by this committer
- Get Rid MD5 support
12 Mar 2011 19:19:54
Original commit files touched by this commit  3.01a03,1
marius search for other commits by this committer
Update to 3.01a03. For the changes since 3.01a02 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a03

Approved by:    netchild
08 Jan 2011 21:21:48
Original commit files touched by this commit  3.01a02,1
marius search for other commits by this committer
Update to 3.01a02. For the changes since 3.01a01 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a02

Approved by:    netchild
27 Nov 2010 13:42:58
Original commit files touched by this commit  3.01a01,1
marius search for other commits by this committer
Update to 3.01a01.

Approved by:    netchild
22 Sep 2010 19:51:27
Original commit files touched by this commit  2.01.01a79_2,1
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
21 Sep 2010 18:53:47
Original commit files touched by this commit  2.01.01a79_2,1
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
17 Sep 2010 17:09:34
Original commit files touched by this commit  2.01.01a79_1,1
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
31 May 2010 02:01:56
Original commit files touched by this commit  2.01.01a79_1,1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
18 May 2010 16:31:41
Original commit files touched by this commit  2.01.01a79,1
marius search for other commits by this committer
Update to 2.01.01a79. For the changes since 2.01.01a78 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a79

Note that this release is advertised as release candidate of cdrtools 3.0.

Approved by:    netchild
30 Apr 2010 08:08:30
Original commit files touched by this commit  2.01.01a78,1
marius search for other commits by this committer
Update to 2.01.01a78. For the changes since 2.01.01a77 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a78

Approved by:    netchild
01 Mar 2010 19:42:43
Original commit files touched by this commit  2.01.01a77,1
marius search for other commits by this committer
Update to 2.01.01a77. For the changes since 2.01.01a75 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a76
and
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a77

Approved by:    netchild
Feature safe:   yes
08 Feb 2010 09:10:21
Original commit files touched by this commit  2.01.01a75,1
marius search for other commits by this committer
- Update to 2.01.01a75. For the changes since 2.01.01a74 see:
  ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a75
- Add CONFLICTS with cdrkit and cjk-cdrtools. [1]

Submitted by:   Alexander Best [1]
Approved by:    netchild
07 Feb 2010 16:17:21
Original commit files touched by this commit  2.01.01a74,1
marius search for other commits by this committer
Update to 2.01.01a74. For the changes since 2.01.01a73 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a74

Approved by:    netchild
31 Jan 2010 15:50:07
Original commit files touched by this commit  2.01.01a73,1
marius search for other commits by this committer
Update to 2.01.01a73. For the changes since 2.01.01a72 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a73

Approved by:    netchild
12 Jan 2010 20:00:06
Original commit files touched by this commit  2.01.01a72,1
marius search for other commits by this committer
Update to 2.01.01a72. For the changes since 2.01.01a71 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a72
05 Jan 2010 21:24:07
Original commit files touched by this commit  2.01.01a71,1
marius search for other commits by this committer
Update to 2.01.01a71. For the changes since 2.01.01a70 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a71

Approved by:    netchild
29 Dec 2009 13:56:45
Original commit files touched by this commit  2.01.01a70,1
marius search for other commits by this committer
Update to 2.01.01a70. For the changes since 2.01.01a69 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a70

Approved by:    netchild
13 Dec 2009 16:08:03
Original commit files touched by this commit  2.01.01a69,1
marius search for other commits by this committer
Update to 2.01.01a69. For the changes since 2.01.01a68 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a69

Approved by:    netchild
21 Nov 2009 12:13:06
Original commit files touched by this commit  2.01.01a68,1
marius search for other commits by this committer
Update to 2.01.01a68. For the changes since 2.01.01a67 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a68

Approved by:    netchild
03 Nov 2009 17:00:15
Original commit files touched by this commit  2.01.01a67,1
marius search for other commits by this committer
Update to 2.01.01a67. For the changes since 2.01.01a66 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a67

Approved by:    netchild
25 Oct 2009 12:53:33
Original commit files touched by this commit  2.01.01a66,1
marius search for other commits by this committer
Update to 2.01.01a66.

Approved by:    netchild
12 Sep 2009 18:51:17
Original commit files touched by this commit  2.01.01a63,1
marius search for other commits by this committer
- Update to 2.01.01a63. For changes since 2.01.01a62 see:
  ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a63
- Hardcode a compiler specification file so CC can also be set to something
  containing spaces.

Approved by:    netchild
02 Aug 2009 14:47:39
Original commit files touched by this commit  2.01.01a62,1
marius search for other commits by this committer
Update to 2.01.01a62. For the changes since 2.01.01a61 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a62

Approved by:    netchild
12 Jul 2009 21:19:04
Original commit files touched by this commit  2.01.01a61,1
marius search for other commits by this committer
Update to 2.01.01a61. For the changes since 2.01.01a60 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a61

Approved by:    netchild
10 Jun 2009 19:55:46
Original commit files touched by this commit  2.01.01a60,1
marius search for other commits by this committer
Update to 2.01.01a60. For the changes since 2.01.01a59 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a60

Approved by:    netchild
12 May 2009 20:01:11
Original commit files touched by this commit  2.01.01a59,1
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Approved by:    marius (maintainer)
08 May 2009 20:04:44
Original commit files touched by this commit  2.01.01a59,1
marius search for other commits by this committer
Update to 2.01.01a59. For the changes since 2.01.01a58 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a59

Approved by:    netchild
09 Mar 2009 21:01:47
Original commit files touched by this commit  2.01.01a58,1
marius search for other commits by this committer
Update to 2.01.01a58.

Approved by:    netchild
14 Jan 2009 20:03:24
Original commit files touched by this commit  2.01.01a55,1
marius search for other commits by this committer
Update to 2.01.01a55.

Approved by:    netchild
09 Nov 2008 20:32:37
Original commit files touched by this commit  2.01.01a53,1
marius search for other commits by this committer
Update to 2.01.01a53. For the changes since 2.01.01a52 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a53

Approved by:    netchild
22 Oct 2008 19:47:49
Original commit files touched by this commit  2.01.01a52,1
marius search for other commits by this committer
- Update to 2.01.01a52. For the changes since 2.01.01a51 see:
  ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a52
- Remove the fexecve() workaround which is no longer needed since
  2.01.01a51.

Approved by:    netchild
11 Oct 2008 10:54:41
Original commit files touched by this commit  2.01.01a51,1
marius search for other commits by this committer
- Update to 2.01.01a51. This has the fix from PR 127608 incorporated.

Approved by:    netchild
06 Sep 2008 16:57:59
Original commit files touched by this commit  2.01.01a48,1
marius search for other commits by this committer
- Update to 2.01.01a48. 2.01.01a46 and 2.01.01a47 had to be skipped due
  to broken configure scripts.
- Fix build when audio/cdparanoia is installed. [1]

PR:             126955 [1]
Submitted by:   jkim [1]
Approved by:    netchild
17 Aug 2008 12:44:08
Original commit files touched by this commit  2.01.01a45,1
marius search for other commits by this committer
Update to 2.01.01a45.

Approved by:    netchild
13 Jul 2008 14:42:15
Original commit files touched by this commit  2.01.01a43,1
marius search for other commits by this committer
Update to 2.01.01a43. For the changes since 2.01.01a42 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a43

Approved by:    netchild
03 Jul 2008 19:11:17
Original commit files touched by this commit  2.01.01a42,1
marius search for other commits by this committer
- Update to 2.01.01a42.
- Drop FreeBSD 5 anti-footshooting.

Approved by:    netchild
17 Jun 2008 20:16:18
Original commit files touched by this commit  2.01.01a41,1
marius search for other commits by this committer
Update to 2.01.01a41.

Approved by:    netchild
06 Jun 2008 14:03:26
Original commit files touched by this commit  2.01.01a39_1,1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
28 Apr 2008 19:48:03
Original commit files touched by this commit  2.01.01a39,1
marius search for other commits by this committer
Update to 2.01.01a39. For the changes since 2.01.01a38 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a39

Approved by:    netchild
11 Apr 2008 22:36:52
Original commit files touched by this commit  2.01.01a38_1,1
marius search for other commits by this committer
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.

PR:             122636
Approved by:    netchild
09 Apr 2008 20:40:00
Original commit files touched by this commit  2.01.01a38_1,1
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
09 Mar 2008 21:35:18
Original commit files touched by this commit  2.01.01a38_1,1
marius search for other commits by this committer
Update to 2.01.01a38. For the changes since 2.01.01a37 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a38

Approved by:    netchild
18 Feb 2008 21:48:57
Original commit files touched by this commit  2.01.01a37_1,1
marius search for other commits by this committer
Fix `mkisofs -input-charset`:
- The configure script adds dependencies on libiconv and libintl when
  found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries
  are not yet installed, these dependencies can be turned off by defining
  WITHOUT_NLS. There's no easy way to force these dependencies off as
  the configure script doesn't offer such a knob and modifying its tests
  is not allowed.
- When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV
  as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed
  iconv.h is found.
- Install the charset conversion tables.
- Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the
  path constructed by libsiconv and mkisofs points to the installed
  conversion tables.
- Fix a bug that caused the 'iconv:' prefix not to be stripped from the
  implied '-output-charset' when the conversion tables are not found or
  '-input-charset' is used with the 'iconv:' prefix.

Submitted by:   jkim
Approved by:    netchild
05 Jan 2008 16:37:17
Original commit files touched by this commit  2.01.01a37,1
marius search for other commits by this committer
Update to 2.01.01a37. For the changes since 2.01.01a36 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a37

Approved by:    netchild
29 Oct 2007 22:34:12
Original commit files touched by this commit  2.01.01a36,1
marius search for other commits by this committer
- Update to 2.01.01a36.
- Comply with the CDDL and the CDDL HEADER used; given that the port
  Makefile and patches contain Covered Code we need to accomplish
  CDDL 3.3 by denoting the Contributor and include the CDDL HEADER
  in these files. [1]

Discussed with: author [1]
Approved by:    netchild
16 Apr 2007 17:28:53
Original commit files touched by this commit  2.01.01a11_1,1
ahze search for other commits by this committer
Chase libcddb libver bump
03 Aug 2006 09:32:12
Original commit files touched by this commit  2.01.01a11,1
marius search for other commits by this committer
- Update to 2.01.01a11. For the changes since 2.01.01a10 see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a11
- Re-grab maintainership.

Approved by:    netchild
08 Jun 2006 19:34:37
Original commit files touched by this commit  2.01.01a10,1
sat search for other commits by this committer
- Chase lib version bump to libcdio
07 Jun 2006 19:03:29
Original commit files touched by this commit  2.01.01a10,1
anray search for other commits by this committer
cdrtools-2.01.01a10 were released.

The announcement can be found at:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a10

PR:             ports/98587
Submitted by:   Fabian Keil <freebsd-listen@fabiankeil.de>
16 May 2006 19:45:42
Original commit files touched by this commit  2.01.01a09_1,1
marius search for other commits by this committer
- Update COMMENT and the description of cdrecord in pkg-descr to
  reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
  package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
  binary package.

Submitted by:   Fabian Keil (modulo COMMENT part)
Approved by:    netchild
16 May 2006 18:13:28
Original commit files touched by this commit  2.01.01a09,1
marius search for other commits by this committer
Update to 2.01.01a09, which now includes DVD support in cdrecord and
changed the licenses of the various cdrtools components from GPL to
CDDL and LGPL respectively. For the full announcement of 2.01.01a09
see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09
14 May 2006 11:07:17
Original commit files touched by this commit  2.01.01a08,1
lawrance search for other commits by this committer
Use SUB_FILES instead of post-patch commands.

PR:             ports/97219
Submitted by:   Ports Fury
10 May 2006 09:03:17
Original commit files touched by this commit  2.01.01a08,1
marius search for other commits by this committer
Update to 2.01.01a08, which includes the remaining cdda2wav ports patches.
For the other changes since 2.01.01a07 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a08

Approved by:    netchild
07 May 2006 18:49:38
Original commit files touched by this commit  2.01.01a07,1
marius search for other commits by this committer
- Allow this port to be compiled with CC set to something containing a
  path component.
- Remove obsolete USE_REINPLACE.

Approved by:    netchild
20 Feb 2006 20:25:47
Original commit files touched by this commit  2.01.01a07,1
marius search for other commits by this committer
Add btcflash(1) installed since 2.01.01a07,1.

Reported by:    kris
Approved by:    netchild (in principle)
18 Feb 2006 19:05:21
Original commit files touched by this commit  2.01.01a07,1
anray search for other commits by this committer
Fix conflicts with system SIZE_T_MAX.
18 Feb 2006 15:53:48
Original commit files touched by this commit  2.01.01a07,1
marius search for other commits by this committer
o Update to 2.01.01a07. Noteworthy changes since 2.01.01a04 are:
  - With 2.01.01a05 a new tool btcflash for flashing the firmware of
    BTC DRW1008 DVD+/-RW drives was added.
  - With 2.01.01a06 `readcd -scanbus` was finally fixed (the "fix" in
    2.01.01a05 did not work). Thus the respective ports patch was
    removed.
  - With 2.01.01a07 my changes to make the direct ATAPI transport
    (cooked_ioctl interface) of cdda2wav work again with FreeBSD
    after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed
    were finally integrated, but unfortunately a modified, buggy
    version. Thus the respective ports patches were removed and the
    bug corrected.

  For the complete list of changes since 2.01.01a04 see
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a0[5-7]

o Make the direct ATAPI transport of cdda2wav work again with FreeBSD
  after device major numbers were abandoned.
16 Jan 2006 09:24:48
Original commit files touched by this commit  2.01.01a04,1
marius search for other commits by this committer
Update to 2.01.01a04. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a04

Approved by:    netchild
15 Jan 2006 17:08:04
Original commit files touched by this commit  2.01.01a03_2,1
anray search for other commits by this committer
Fix readcd -scanbus work.

PR:             ports/91763
Submitted by:   Fabian Keil <freebsd-listen@fabiankeil.de>
25 Nov 2005 18:14:52
Original commit files touched by this commit  2.01.01a03_1,1
pav search for other commits by this committer
- Add SHA256
28 Sep 2005 06:02:02
Original commit files touched by this commit  2.01.01a03_1,1
linimon search for other commits by this committer
Update www site.
24 Jul 2005 03:51:08
Original commit files touched by this commit  2.01.01a03_1,1
ahze search for other commits by this committer
- Remove fatal white spaces.

Reported by:    freshports sanity check
24 Jul 2005 03:46:10
Original commit files touched by this commit  2.01.01a03_1
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.
10 Jul 2005 13:48:15
Original commit files touched by this commit  2.01.01a03,1
marius search for other commits by this committer
- Update to 2.01.01a03 (there was no public 2.01.01a02). For changes since
  2.01.01a01 see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a03
- Resign from maintainership.

Approved by:    netchild
29 Dec 2004 22:23:18
Original commit files touched by this commit  2.01.01a01,1
marius search for other commits by this committer
- Update to 2.01.01a01 which adds support for GigaRec feature found in
  some Plextor writers. This release doesn't start a new cdrtools alpha
  series though.
- 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.

Approved by:    netchild
25 Sep 2004 22:16:24
Original commit files touched by this commit  2.01a38
marius search for other commits by this committer
The 2.01a38 distfile has been removed from the official mirrors after the
release of 2.01-final. Unbreak this port for FreeBSD 5.3 by adding another
master site which actually has the distfile.

Noticed by:     Jim Hatfield
Approved by:    portmgr (linimon)
31 Aug 2004 15:24:32
Original commit files touched by this commit  2.01a38
marius search for other commits by this committer
The 2.01a38 distfile has been re-rolled. In the new version of the distfile
two GCC warnings were silenced, some typos in comments fixed, some older
changlogs removed and rants about Linux updated.

Approved by:    eik
Reported by:    Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
29 Aug 2004 14:28:38
Original commit files touched by this commit  2.01a38
marius search for other commits by this committer
Update to 2.01a38. This fixes a security bug in the rscsi client code
and adds a workaround for a not further specified problem in FreeBSD
UID handling and suid cdda2wav.
2.01a37 only had Linux-specific changes over the 2.01a36 version of
this port.

Approved by:    netchild
11 Aug 2004 20:38:53
Original commit files touched by this commit  2.01a36
marius search for other commits by this committer
Update to 2.01a36 which replaces the workaround of the FreeBSD port for
non page aligned transfers in libparanoia with a better one that adaptes
to the pagesize.
For other changes since 2.01a34 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a35
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a36

Approved by:    netchild
23 Jun 2004 18:55:51
Original commit files touched by this commit  2.01a32
marius search for other commits by this committer
Update to 2.01a32. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a32

Approved by:    netchild
07 Jun 2004 13:33:11
Original commit files touched by this commit  2.01a31
netchild search for other commits by this committer
Update to 2.01a31. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a31

Submitted by:   marius
02 Jun 2004 17:05:44
Original commit files touched by this commit  2.01a30
netchild search for other commits by this committer
- Update to 2.01a30. For a list of changes please see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a30
- Add a workaround for the problem that cdda2wav doesn't use a page
  aligned buffer for the SCSI transfers in paranoia mode. [1]
- Merge sysutils/mkisofs-devel into sysutils/cdrtools-devel as done
  with the corresponding non-devel ports.

PR:             63775 [1]
Submitted by:   marius
25 May 2004 14:30:02
Original commit files touched by this commit  2.01a29
netchild search for other commits by this committer
- Update to 2.01a29. For a list of changes please see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a29
- Fix installation when CC is not set to "cc". Inspired by PR 66925.
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

Submitted by:   marius
04 May 2004 14:44:32
Original commit files touched by this commit  2.01a28
netchild search for other commits by this committer
Update to 2.01a28. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a28

Submitted by:   maintainer (marius)
20 Apr 2004 20:30:43
Original commit files touched by this commit  2.01a27_1
netchild search for other commits by this committer
- Disable the use of mlockall(2) on all version of FreeBSD again (see PR 62930
  for a description of the problem). Appears to be a machine-dependant issue
  as I only see it on one box.
- Replace the default path to the rscsi binary in the rscsi client library
  with the correct location (why did this ever work?).

Submitted by:   marius (maintainer)
20 Apr 2004 13:49:29
Original commit files touched by this commit  2.01a27
netchild search for other commits by this committer
Use the @FreeBSD.org address of the maintainer.

Approved by:    marius
12 Apr 2004 13:06:47
Original commit files touched by this commit  2.01a27
netchild search for other commits by this committer
- Update to 2.01a27.
  Notes: - Since 2.01a26 cdrecord has a new option "-tao" (Track At Once)
           for what was the default write mode in previous versions.
           Currently, cdrecord still falls back to writing in TAO mode if
           no writing mode has been specified but this might change in a
           future version (infact, the release notes for 2.01a26 already
           say that cdrecord won't burn a CD if no write mode has been
           specified).
         - Cdrecord 2.01a26 was broken in that it only wrote in TAO mode,
           which was fixed in 2.01a27.
  For changes since 2.01a25 see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a26
  and
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a27
- Add a workaround for what appears to be a problem with gmake and certain
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Mar 2004 01:51:15
Original commit files touched by this commit  2.01a25_1
trevor search for other commits by this committer
Add size data, approved by maintainers.
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.01a25_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
25 Jan 2004 10:59:40
Original commit files touched by this commit  2.01a25
netchild search for other commits by this committer
- 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
18 Jan 2004 22:09:21
Original commit files touched by this commit  2.01a24
obrien search for other commits by this committer
Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option.
14 Jan 2004 15:11:46
Original commit files touched by this commit  2.01a24
netchild search for other commits by this committer
- Update to 2.01a24.
  If you are using older version of these ports updating is encouraged,
  `cdrecord -toc` for CD-ROM drives and a Rock-Ridge related bug in
  mkisofs were fixed. For a full list of changes see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a24
- Add README.audio to the PORTDOCS of cdrtools-devel.

Submitted by:   maintainer
04 Jan 2004 13:53:05
Original commit files touched by this commit  2.01a23
netchild search for other commits by this committer
Update to 2.01a23.

For changes since 2.01a21 see:
        ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a22
and
        ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a23

Submitted by:   maintainer
28 Dec 2003 14:38:14
Original commit files touched by this commit  2.01a21
netchild search for other commits by this committer
- Update to 2.01a21. For a list of changes see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a21
- Obey the (changed) "GPL clarifications text" in cdrecord.c and compile
  with "-DSOURCE_MODIFIED" as this port slightly modifies cdrtools.
- Remove the WITH_DVDHACK knob, this port is pretty much unmaintainable
  with this patch on its coat-tails. If you want to write DVDs please use
  a tool like dvdrtools or cdrecord-prodvd that is written for that purpose
  and coordinate with their authors if they don't work for you.

Submitted by:   maintainer
14 Dec 2003 12:41:50
Original commit files touched by this commit  2.01a20
netchild search for other commits by this committer
Update to 2.01a20. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a20

Submitted by:   maintainer
17 Nov 2003 10:11:20
Original commit files touched by this commit  2.01a19_1
netchild search for other commits by this committer
- Add a knob WITH_DVDHACK that builds cdrecord with a third-party patch
  allowing to record DVD-R[W]s. [1]
  NOTE: Please don't blame Joerg Schilling or ask for support on the
        cdrtools mailing lists if this doesn't work. Also have a look
        at the output of `cdrecord -version`.
- Append '-rscsi' to PKGNAMESUFFIX when built with WITH_RSCSI (equivalent
  is done when built with WITH_DVDHACK).
- Limit the workaround that disables using mlockall(2) to FreeBSD versions
  where it triggers a panic.

Requested by:   pav [1]
Tested by:      Harold Gutch <logix@foobar.franken.de> [1]
30 Sep 2003 17:09:58
Original commit files touched by this commit  2.01a19
netchild search for other commits by this committer
- Update to 2.01a19.
- Remove one site that seems to have stopped carrying the latest alpha
  versions from MASTER_SITES.
- Install some PORTDOCS for cdda2wav.
- Refine the patching of the manual pages.
- Add a workaround for the bug in -current that causes cdrecord to trigger
  a panic.

Submitted by:   maintainer
02 Sep 2003 08:06:38
Original commit files touched by this commit  2.01a18
netchild search for other commits by this committer
Add pkg-message.

Pointy hat to:  netchild (forgot to add it), maintainer (not noticed until now)
19 Aug 2003 16:25:47
Original commit files touched by this commit  2.01a18
netchild search for other commits by this committer
Add sysutils/cdrtools-devel (currently at version 2.01a18) and
sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy
from sysutils/cdrtools respectively sysutils/mkisofs.
The cdrtools-devel and mkisofs-devel ports are for the alpha versions,
for further information on changes since cdrtools 2.00 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18.

Further changes to the cdrtools-devel and mkisofs-devel ports to
relative to the existing ports of cdrtools and mkisofs are:

Changes common to cdrtools-devel and mkisofs-devel:
- 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 (Patch taken from the OpenBSD
  port of cdrtools).
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 96

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.613 seconds.