| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
12 May 2009 21:01:11
2.01_7
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Approved by: marius (maintainer) |
07 Mar 2009 16:52:54
2.01_7
|
marius  |
Fix build with r189136.
Submitted by: das via rnoland (principle patch)
Approved by: netchild |
06 Jan 2009 17:59:31
2.01_7
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
17 Jun 2008 21:35:52
2.01_7
|
marius  |
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 |
11 Apr 2008 23:35:20
2.01_6
|
marius  |
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR: 122620
Approved by: netchild |
09 Apr 2008 21:40:00
2.01_6
|
marius  |
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.
Reported by: marcus
Approved by: netchild |
16 Apr 2007 18:28:53
2.01_6
|
ahze  |
Chase libcddb libver bump |
03 Aug 2006 10:29:49
2.01_5
|
marius  |
Re-grab maintainership.
Approved by: netchild |
24 May 2006 10:13:19
2.01_5
|
mich  |
- Chase lib version bump to libcdio |
14 May 2006 12:08:52
2.01_4
|
lawrance  |
Use SUB_FILES instead of post-patch commands.
PR: ports/97225
Submitted by: Ports Fury |
07 May 2006 19:52:09
2.01_4
|
marius  |
Allow this port to be compiled with CC set to something containing a
path component.
Approved by: netchild |
18 Mar 2006 15:19:48
2.01_4
|
pav  |
- Fix coredump in TOC parsing in cdda2wav
PR: ports/94554
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
Obtained from: cdrtools-devel |
18 Feb 2006 15:55:40
2.01_3
|
marius  |
- 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 |
15 Jan 2006 17:08:04
2.01_2
|
anray  |
Fix readcd -scanbus work.
PR: ports/91763
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> |
25 Nov 2005 18:14:52
2.01_1
|
pav  |
- Add SHA256 |
28 Sep 2005 07:00:43
2.01_1
|
linimon  |
Update www site. |
24 Jul 2005 04:46:10
2.01_1
|
ahze  |
- 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 14:48:23
2.01
|
marius  |
Resign from maintainership.
Approved by: netchild |
29 Dec 2004 22:17:04
2.01
|
marius  |
- 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 |
29 Aug 2004 15:40:24
2.0.3_4
|
marius  |
Fix a security bug in the rscsi client code.
Approved by: netchild
Obtained from: cdrtools 2.01a38 |
07 Jun 2004 14:20:57
2.0.3_3
|
netchild  |
Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by: marius |
02 Jun 2004 18:16:04
2.0.3_3
|
netchild  |
- 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 |
25 May 2004 15:26:39
2.0.3_2
|
netchild  |
- 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 |
20 Apr 2004 21:46:33
2.0.3_2
|
netchild  |
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.(Only the first 15 lines of the commit message are shown above ) |
20 Apr 2004 14:49:29
2.0.3_1
|
netchild  |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
17 Mar 2004 18:29:46
2.0.3_1
|
trevor  |
SIZEify. |
17 Mar 2004 14:34:31
2.0.3_1
|
netchild  |
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> |
22 Feb 2004 01:40:47
2.0.3_1
|
kris  |
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. |
04 Feb 2004 05:10:27
2.0.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
18 Jan 2004 18:20:17
2.0.3
|
eivind  |
Remove mkisofs mention from comment; it disappeared from the port sometime in
1998 |
03 Jan 2004 07:53:43
2.0.3
|
edwin  |
Make MAINTAINER section conditional, a slave port might want to set it.
PR: ports/58051 (related)
Submitted by: Statue <statue@freebsd.sinica.edu.tw> |
19 Aug 2003 17:22:06
2.0.3
|
netchild  |
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> |
06 Jul 2003 22:25:19
2.0.3
|
osa  |
Update to 2.0.3 (maintainer timeout after 19 days)
Approved by: fjoe (mentor) (implicit) |
20 May 2003 21:33:44
2.0_1
|
oliver  |
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) |
06 Mar 2003 19:23:19
2.0
|
ade  |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly) |
11 Jan 2003 20:48:57
2.0
|
obrien  |
Always use -f with ln. |
11 Jan 2003 20:16:52
2.0
|
obrien  |
Unbreak mkisofs. |
11 Jan 2003 20:09:49
2.0
|
obrien  |
Update to version 2.0. |
11 Jan 2003 20:01:43
1.11.a40
|
obrien  |
Update to 1.11.a40 (which is really a version 2.0 alpha). |
20 Dec 2002 04:37:14
1.11.a39
|
marcel  |
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@ |
27 Oct 2002 19:29:12
1.11.a39
|
dirk  |
Upgrade to 1.11.a39. |
19 Oct 2002 18:05:27
1.11.a28
|
scottl  |
Make the cdrecord portion of cdrtools compile. 5-CURRENT defines
_POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2)
was available. Of course the real solution is to not define
_POSIX_MEMLOCK until this is true. |
14 Oct 2002 23:13:22
1.11.a28
|
jake  |
Make this compile on sparc64. Needed for make release. |
04 Aug 2002 09:02:05
1.11.a28
|
dirk  |
Upgrade to cdrtools-1.11a28. |
16 Apr 2002 20:02:19
1.11.a21
|
dirk  |
Upgrade to cdrtools-1.11a21. |
16 Apr 2002 12:42:06
1.10_1
|
dirk  |
mkisofs and companions are in mkisofs port.
PR: ports/36009 |
25 Nov 2001 15:16:42 
|
dirk  |
Add WWW. |
18 Nov 2001 11:50:32 
|
dirk  |
Fix cdda2wav for ATAPI drives. |
20 Sep 2001 11:59:50 
|
joerg  |
Resurrect those parts of the original patch-ai that Joerg Schilling did not
integrate into the main source code. Otherwise, the old Plasmon 4100 CD-R
still wouldn't work. |
16 Aug 2001 11:23:24 
|
dirk  |
Fix typo. |
02 Aug 2001 10:55:16 
|
dirk  |
Upgrade to cdrtools-1.10 after repository copy from cdrecord. |