aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.01.01a48. 2.01.01a46 and 2.01.01a47 had to be skipped dueMarius Strobl2008-09-062-4/+11
| | | | | | | | | | | | to broken configure scripts. - Fix build when audio/cdparanoia is installed. [1] PR: 126955 [1] Submitted by: jkim [1] Approved by: netchild Notes: svn path=/head/; revision=220004
* Update to 2.01.01a45.Marius Strobl2008-08-172-6/+7
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=218722
* Update to 2.01.01a43. For the changes since 2.01.01a42 see:Marius Strobl2008-07-132-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a43 Approved by: netchild Notes: svn path=/head/; revision=216776
* - Update to 2.01.01a42.Marius Strobl2008-07-032-8/+4
| | | | | | | | | - Drop FreeBSD 5 anti-footshooting. Approved by: netchild Notes: svn path=/head/; revision=216249
* Update to 2.01.01a41.Marius Strobl2008-06-172-5/+4
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=215027
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 2.01.01a39. For the changes since 2.01.01a38 see:Marius Strobl2008-04-282-6/+10
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a39 Approved by: netchild Notes: svn path=/head/; revision=212184
* Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.Marius Strobl2008-04-111-10/+0
| | | | | | | | PR: 122636 Approved by: netchild Notes: svn path=/head/; revision=211100
* Rename fexecve() to js_fexecve() so it doesn't clash with the recentlyMarius Strobl2008-04-091-0/+4
| | | | | | | | | | added libc one. Reported by: marcus Approved by: netchild Notes: svn path=/head/; revision=210952
* Update to 2.01.01a38. For the changes since 2.01.01a37 see:Marius Strobl2008-03-093-7/+9
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a38 Approved by: netchild Notes: svn path=/head/; revision=208693
* Fix `mkisofs -input-charset`:Marius Strobl2008-02-183-6/+119
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=207558
* Update to 2.01.01a37. For the changes since 2.01.01a36 see:Marius Strobl2008-01-052-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a37 Approved by: netchild Notes: svn path=/head/; revision=205084
* - Update to 2.01.01a36.Marius Strobl2007-10-299-50/+151
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=202361
* Chase libcddb libver bumpMichael Johnson2007-04-161-1/+2
| | | | Notes: svn path=/head/; revision=190135
* - Update to 2.01.01a11. For the changes since 2.01.01a10 see:Marius Strobl2006-08-033-14/+9
| | | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a11 - Re-grab maintainership. Approved by: netchild Notes: svn path=/head/; revision=169543
* - Chase lib version bump to libcdioAndrew Pantyukhin2006-06-081-1/+1
| | | | Notes: svn path=/head/; revision=164853
* cdrtools-2.01.01a10 were released.Andrey Slusar2006-06-073-16/+4
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=164741
* - Update COMMENT and the description of cdrecord in pkg-descr toMarius Strobl2006-05-162-3/+5
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=162603
* Update to 2.01.01a09, which now includes DVD support in cdrecord andMarius Strobl2006-05-163-4/+15
| | | | | | | | | | 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 Notes: svn path=/head/; revision=162599
* Use SUB_FILES instead of post-patch commands.Sam Lawrance2006-05-142-5/+3
| | | | | | | | PR: ports/97219 Submitted by: Ports Fury Notes: svn path=/head/; revision=162308
* Update to 2.01.01a08, which includes the remaining cdda2wav ports patches.Marius Strobl2006-05-104-38/+4
| | | | | | | | | | For the other changes since 2.01.01a07 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a08 Approved by: netchild Notes: svn path=/head/; revision=161899
* - Allow this port to be compiled with CC set to something containing aMarius Strobl2006-05-071-4/+5
| | | | | | | | | | path component. - Remove obsolete USE_REINPLACE. Approved by: netchild Notes: svn path=/head/; revision=161631
* Add btcflash(1) installed since 2.01.01a07,1.Marius Strobl2006-02-201-0/+1
| | | | | | | | Reported by: kris Approved by: netchild (in principle) Notes: svn path=/head/; revision=156522
* Fix conflicts with system SIZE_T_MAX.Andrey Slusar2006-02-181-0/+12
| | | | Notes: svn path=/head/; revision=156317
* o Update to 2.01.01a07. Noteworthy changes since 2.01.01a04 are:Marius Strobl2006-02-187-160/+45
| | | | | | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=156302
* Update to 2.01.01a04. For a list of changes please see:Marius Strobl2006-01-165-34/+22
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a04 Approved by: netchild Notes: svn path=/head/; revision=153633
* Fix readcd -scanbus work.Andrey Slusar2006-01-152-1/+32
| | | | | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> Notes: svn path=/head/; revision=153577
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* Update www site.Mark Linimon2005-09-281-1/+1
| | | | Notes: svn path=/head/; revision=143660
* - Remove fatal white spaces.Michael Johnson2005-07-241-1/+1
| | | | | | | Reported by: freshports sanity check Notes: svn path=/head/; revision=140000
* - Add knob WITH_CDDB, adds cddb support.Michael Johnson2005-07-241-0/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=139999
* - Update to 2.01.01a03 (there was no public 2.01.01a02). For changes sinceMarius Strobl2005-07-102-4/+4
| | | | | | | | | | | 2.01.01a01 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a03 - Resign from maintainership. Approved by: netchild Notes: svn path=/head/; revision=138799
* - Update to 2.01.01a01 which adds support for GigaRec feature found inMarius Strobl2004-12-293-15/+9
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125476
* The 2.01a38 distfile has been removed from the official mirrors after theMarius Strobl2004-09-251-1/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=118387
* The 2.01a38 distfile has been re-rolled. In the new version of the distfileMarius Strobl2004-08-311-2/+2
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=117745
* Update to 2.01a38. This fixes a security bug in the rscsi client codeMarius Strobl2004-08-293-14/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=117570
* Update to 2.01a36 which replaces the workaround of the FreeBSD port forMarius Strobl2004-08-115-59/+14
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=115961
* Update to 2.01a34 which is the first release canditate for the upcomingMarius Strobl2004-08-022-3/+3
| | | | | | | | | | | | | | | | 2.01-final (ETA 1 week). 2.01a33 was skipped because the new DMA speed check erroneously detected the maximum speed as 0 with a lot of drives which made cdrecord refuse to burn by default. For changes since 2.01a32 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a33 and ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a34 Approved by: netchild Notes: svn path=/head/; revision=115316
* Update to 2.01a32. For a list of changes please see:Marius Strobl2004-06-232-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a32 Approved by: netchild Notes: svn path=/head/; revision=112080
* Update to 2.01a31. For a list of changes please see:Alexander Leidinger2004-06-072-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a31 Submitted by: marius Notes: svn path=/head/; revision=111010
* - Update to 2.01a30. For a list of changes please see:Alexander Leidinger2004-06-027-111/+99
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=110677
* - Update to 2.01a29. For a list of changes please see:Alexander Leidinger2004-05-252-13/+14
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=109980
* Update to 2.01a28. For a list of changes see:Alexander Leidinger2004-05-043-13/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a28 Submitted by: maintainer (marius) Notes: svn path=/head/; revision=108376
* - Disable the use of mlockall(2) on all version of FreeBSD again (see PR 62930Alexander Leidinger2004-04-202-2/+13
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=107750
* Use the @FreeBSD.org address of the maintainer.Alexander Leidinger2004-04-201-1/+1
| | | | | | | Approved by: marius Notes: svn path=/head/; revision=107715
* - Update to 2.01a27.Alexander Leidinger2004-04-1214-157/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 locales on -current. [1] - Correct a typo in pkg-descr.mkisofs inherited from the cdrtools ABOUT file. - Remove the workaround for the broken mlockall(2) on EOL'ed FreeBSD 5.1. - No longer compile with -DSOURCE_MODIFIED, the cdrecord sources are no longer altered by this port except for changing the location of the configuration file, which is done in compliance with the terms in cdrecord/defaults.c. - 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. Note: For qualitiy reasons (e.g. to be able to fix/work around broken TOCs etc.) cdda2wav should be used with its generic_scsi interface (e.g. via `cdda2wav -D 2,0,0` and using atapicam(4) if you have an ATAPI device). However, there are some ATAPI devices around where the latter simply doesn't work (look at e.g. PR 62507 or the audit- trail of PR 60233 for examples). - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl interface is used so it's disabled by default (the outcome of this bug is actually compiler dependend, with GCC 2.95.4 verbosity is off by default, with GCC 3.3.3 it's on). Note: The patches for the last two items where sent to Heiko Eissfeldt, the author of cdda2wav, and from his replies I was of the opinion that he "accepted" them and they would be incorporated in cdrtools 2.01a26. However, they still didn't show up in the cdrtools sources and I so far didn't get any reply to my email asking if there would be anything wrong with them. Requested by: pav [1] Submitted by: maintainer Notes: svn path=/head/; revision=106806
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update cdrtools-devel port to 2.01a25 which fixes a crash of cdrecord.Alexander Leidinger2004-01-253-8/+10
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=99054
* Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option.David E. O'Brien2004-01-181-1/+1
| | | | Notes: svn path=/head/; revision=98506