| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 May 2013 08:15:24
3.00_2
|
bapt  |
Partial convert to new options framework
Fix USES+= set after .pre.mk |
27 Apr 2013 18:25:25
3.00_2
|
mva  |
- 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 |
16 Dec 2012 15:32:19
3.00_2
|
marius (src committer)  |
Add an additional master site.
PR: 174447
Approved by: netchild |
20 Oct 2012 13:56:04
3.00_2
|
marius (src committer)  |
Fix a bug preventing compilation with clang 3.1 (r156863).
PR: 172799
Approved by: netchild
Obtained from: NetBSD
Feature safe: yes |
08 Mar 2012 12:36:22
3.00_2
|
marius  |
Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.
Approved by: netchild |
14 Jan 2012 22:27:02
3.00_2
|
netchild  |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
08 Jan 2012 07:01:25
3.00_1
|
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
13 Aug 2011 13:34:50
3.00_1
|
marius  |
- 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 |
19 Mar 2011 12:38:54
3.00_1
|
miwi  |
- Get Rid MD5 support |
22 Sep 2010 19:51:27
3.00_1
|
marius  |
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
3.00_1
|
marius  |
- 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
3.00
|
marius  |
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 |
15 Sep 2010 17:35:24
3.00
|
marius  |
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 |
08 Feb 2010 09:15:29
2.01_8
|
marius  |
Add CONFLICTS with cdrkit.
Submitted by: Alexander Best
Approved by: netchild |
12 Sep 2009 19:02:26
2.01_7
|
marius  |
Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild |
12 May 2009 20: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 20: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 22:35:20
2.01_6
|
marius  |
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR: 122620
Approved by: netchild |
09 Apr 2008 20: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 17:28:53
2.01_6
|
ahze  |
Chase libcddb libver bump |
03 Aug 2006 09:29:49
2.01_5
|
marius  |
Re-grab maintainership.
Approved by: netchild |
24 May 2006 09:13:19
2.01_5
|
mich  |
- Chase lib version bump to libcdio |
14 May 2006 11:08:52
2.01_4
|
lawrance  |
Use SUB_FILES instead of post-patch commands.
PR: ports/97225
Submitted by: Ports Fury |
07 May 2006 18: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 06:00:43
2.01_1
|
linimon  |
Update www site. |
24 Jul 2005 03: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 13: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 14: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 13:20:57
2.0.3_3
|
netchild  |
Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by: marius |
02 Jun 2004 17: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 14: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 20: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 13: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 16: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 21:25:19
2.0.3
|
osa  |
Update to 2.0.3 (maintainer timeout after 19 days)
Approved by: fjoe (mentor) (implicit) |
20 May 2003 20: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 17: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 22:13:22
1.11.a28
|
jake  |
Make this compile on sparc64. Needed for make release. |
04 Aug 2002 08:02:05
1.11.a28
|
dirk  |
Upgrade to cdrtools-1.11a28. |
16 Apr 2002 19:02:19
1.11.a21
|
dirk  |
Upgrade to cdrtools-1.11a21. |
16 Apr 2002 11: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 10: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 10:23:24 
|
dirk  |
Fix typo. |
02 Aug 2001 09:55:16 
|
dirk  |
Upgrade to cdrtools-1.10 after repository copy from cdrecord. |