aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cdrtools
Commit message (Collapse)AuthorAgeFilesLines
* Partial convert to new options frameworkBaptiste Daroussin2013-05-051-9/+6
| | | | Fix USES+= set after .pre.mk
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Add an additional master site.Marius Strobl2012-12-161-0/+1
| | | | | PR: 174447 Approved by: netchild
* Fix a bug preventing compilation with clang 3.1 (r156863).Marius Strobl2012-10-201-0/+14
| | | | | | | PR: 172799 Approved by: netchild Obtained from: NetBSD Feature safe: yes
* Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreakMarius Strobl2012-03-081-1/+6
| | | | | | the sparc64 release builds. Approved by: netchild
* Update lame to 3.99.3.Alexander Leidinger2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | Approved by: portmgr (itetcu)
* - Allow to build on powerpc64. [1]Marius Strobl2011-08-131-7/+2
| | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Refine the TARGET{,_ARCH} hack to not break CC being set to somethingMarius Strobl2010-09-231-2/+3
| | | | | | relying on PATH. Approved by: netchild
* - Mention support for BluRay in COMMENT and pkg-descr.Marius Strobl2010-09-223-8/+46
| | | | | | | - Add knobs for additionally installing cdda2{mp3,ogg}. Requested by: upstream Approved by: netchild
* Add a hack allowing to building with TARGET and TARGET_ARCH set in theMarius Strobl2010-09-181-0/+5
| | | | | | | | | | | 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
* Update cdrtools to 3.00. For changes since 2.01 see:Marius Strobl2010-09-1617-312/+312
| | | | | | | | | | | | 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
* Add CONFLICTS with cdrkit.Marius Strobl2010-02-081-2/+2
| | | | | Submitted by: Alexander Best Approved by: netchild
* Hardcode a compiler specification file so CC can also be set to somethingMarius Strobl2009-09-131-4/+3
| | | | | | containing spaces. Approved by: netchild
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-05-131-0/+1
| | | | Approved by: marius (maintainer)
* Fix build with r189136.Marius Strobl2009-03-081-0/+2
| | | | | Submitted by: das via rnoland (principle patch) Approved by: netchild
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-071-4/+0
|
* Compile mkisofs with '-O0' only in order to work around a bug causingMarius Strobl2008-06-181-1/+3
| | | | | | | its '-root' option to not work. Reported by: Ben Korvemaker Approved by: netchild
* Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.Marius Strobl2008-04-121-10/+0
| | | | | PR: 122620 Approved by: netchild
* Rename fexecve() to js_fexecve() so it doesn't clash with the recentlyMarius Strobl2008-04-101-0/+3
| | | | | | | added libc one. Reported by: marcus Approved by: netchild
* Chase libcddb libver bumpMichael Johnson2007-04-171-2/+2
|
* Re-grab maintainership.Marius Strobl2006-08-031-1/+1
| | | | Approved by: netchild
* - Chase lib version bump to libcdioMichael Landin2006-05-241-2/+2
|
* Use SUB_FILES instead of post-patch commands.Sam Lawrance2006-05-142-4/+2
| | | | | PR: ports/97225 Submitted by: Ports Fury
* Allow this port to be compiled with CC set to something containing aMarius Strobl2006-05-081-3/+5
| | | | | | path component. Approved by: netchild
* - Fix coredump in TOC parsing in cdda2wavPav Lucistnik2006-03-182-2/+21
| | | | | | PR: ports/94554 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> Obtained from: cdrtools-devel
* - Replace the fix to make `readcd -scanbus` work which was added inMarius Strobl2006-02-184-36/+69
| | | | | | | | | | | | 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
* Fix readcd -scanbus work.Andrey Slusar2006-01-162-1/+32
| | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
|
* Update www site.Mark Linimon2005-09-281-1/+1
|
* - Add knob WITH_CDDB, adds cddb support.Michael Johnson2005-07-241-1/+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.
* Resign from maintainership.Marius Strobl2005-07-101-1/+1
| | | | Approved by: netchild
* - Update to 2.01. For changes since 2.00.3 please see:Marius Strobl2004-12-309-125/+18
| | | | | | | | | | | | | | | 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
* Fix a security bug in the rscsi client code.Marius Strobl2004-08-292-1/+17
| | | | | Approved by: netchild Obtained from: cdrtools 2.01a38
* Make usable as master port for the upcomming sysutils/cdrtools-cjk.Alexander Leidinger2004-06-071-4/+4
| | | | Submitted by: marius
* - Add a workaround for the problem that cdda2wav doesn't use a pageAlexander Leidinger2004-06-037-108/+104
| | | | | | | | | | | | | 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
* - Fix installation when CC is not set to "cc". [1]Alexander Leidinger2004-05-251-9/+10
| | | | | | | - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. PR: 66925 [1] Submitted by: marius
* erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:Alexander Leidinger2004-04-2123-66/+638
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Use the @FreeBSD.org address of the maintainer.Alexander Leidinger2004-04-201-1/+1
| | | | Approved by: marius
* SIZEify.Trevor Johnson2004-03-181-0/+1
|
* Give this port into the hands of Marius Strobl, he already maintainsAlexander Leidinger2004-03-171-1/+1
| | | | | | cdrtools-devel and is willing to sync both ports as necessary. Requested by: Marius Strobl <marius@alchemy.franken.de>
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to theKris Kennaway2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 1)
* Remove mkisofs mention from comment; it disappeared from the port sometime inEivind Eklund2004-01-191-1/+1
| | | | 1998
* Make MAINTAINER section conditional, a slave port might want to set it.Edwin Groothuis2004-01-031-1/+1
| | | | | PR: ports/58051 (related) Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* cdrtools and mkisofs:Alexander Leidinger2003-08-201-0/+2
| | | | | | | | | | | - 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>
* Update to 2.0.3 (maintainer timeout after 19 days)Sergey A. Osokin2003-07-073-15/+4
| | | | Approved by: fjoe (mentor) (implicit)
* Fix a securety issue which may cause a local root exploitOliver Lehmann2003-05-212-1/+12
| | | | | | | | (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)
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-073-2/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* Always use -f with ln.David E. O'Brien2003-01-121-1/+1
|
* Unbreak mkisofs.David E. O'Brien2003-01-121-0/+1
|
* Update to version 2.0.David E. O'Brien2003-01-122-7/+5
|
* Update to 1.11.a40 (which is really a version 2.0 alpha).David E. O'Brien2003-01-123-17/+6
|
* Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386Marcel Moolenaar2002-12-201-1/+1
| | | | | | | 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@
* Upgrade to 1.11.a39.Dirk Froemberg2002-10-283-7/+7
|
* Make the cdrecord portion of cdrtools compile. 5-CURRENT definesScott Long2002-10-201-0/+11
| | | | | | _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.
* Make this compile on sparc64. Needed for make release.Jake Burkholder2002-10-151-2/+2
|
* Upgrade to cdrtools-1.11a28.Dirk Froemberg2002-08-042-3/+3
|
* Upgrade to cdrtools-1.11a21.Dirk Froemberg2002-04-175-40/+19
|
* mkisofs and companions are in mkisofs port.Dirk Froemberg2002-04-161-14/+0
| | | | PR: ports/36009
* Add WWW.Dirk Froemberg2001-11-251-0/+2
|
* Fix cdda2wav for ATAPI drives.Dirk Froemberg2001-11-182-0/+12
| | | | Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp>
* Resurrect those parts of the original patch-ai that Joerg SchillingJoerg Wunsch2001-09-201-0/+20
| | | | | | | did not integrate into the main source code. Otherwise, the old Plasmon 4100 CD-R still wouldn't work. OK by: dirk
* Fix typo.Dirk Froemberg2001-08-161-1/+1
| | | | Submitted by: John Reynolds <jreynold@sedona.ch.intel.com>
* Upgrade to cdrtools-1.10 after repository copy from cdrecord.Dirk Froemberg2001-08-0218-341/+90
| | | | Add knobs for mkisofs slave port.
* Add a patch for the old and new __dtoa().Dirk Froemberg2001-02-261-0/+42
| | | | | Submitted by: tegge PR: ports/25286
* Bring back my old Plasmon RF4100 to the list of actually working devices.Joerg Wunsch2001-02-031-0/+87
| | | | Reviewed by: dirk
* Replace every occurance of scsi_mode_page_header withDirk Froemberg2000-08-204-0/+167
| | | | | scg_scsi_mode_page_header in order to resolve a conflict with scsi_mode_page_header defined /usr/include/scsi/scsi_all.h.
* Upgrade to 1.9.Dirk Froemberg2000-07-313-5/+5
| | | | cdda2wav-ATAPI-Reviewed-by: reg
* Upgrade to 1.8.1.Dirk Froemberg2000-04-303-8/+11
|
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-101-2/+2
|
* Upgrade to 1.8.Dirk Froemberg2000-01-303-17/+7
|
* Upgrade to 1.8a40.Dirk Froemberg2000-01-193-6/+6
|
* Upgrade to 1.8a37.Dirk Froemberg1999-12-302-3/+3
|
* Upgrade to 1.8a36.Dirk Froemberg1999-12-222-3/+3
|
* - upgrade to cdrecord-1.8a33Dirk Froemberg1999-12-066-4/+15
| | | | | | | - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL
* Upgrade to 1.8a31.Dirk Froemberg1999-11-092-2/+2
|
* Upgrade to 1.8a30.Dirk Froemberg1999-10-192-2/+2
|
* Add a link from cdda2wav to list_audio_tracks.Dirk Froemberg1999-09-252-0/+2
| | | | | | | list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi <taoka@FreeBSD.org>
* Respect ${CC} and ${CFLAGS}.Dirk Froemberg1999-09-221-0/+31
| | | | As a side effect the commands executed are echoed, now.
* Upgrade to 1.8a29.Dirk Froemberg1999-09-202-3/+3
| | | | | | | | From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware."
* Make cdrecord build on alpha (at least).Dirk Froemberg1999-09-192-4/+30
| | | | | It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great.
* - upgrade to 1.8a28:Dirk Froemberg1999-09-173-8/+6
| | | | | | | | | | | | | | | | | | | | | | | highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems
* Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.Dirk Froemberg1999-09-171-1/+1
| | | | | | Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi <jmz@FreeBSD.org>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Include audio as a virtual category, this port has an audio ripper too.Bill Fumerola1999-07-011-2/+2
| | | | | PR: ports/12474 Submitted By: Marc van Woerkom <van.woerkom@netcologne.de>
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Update to 1.8a22Michael Haro1999-05-312-3/+3
| | | | | PR: 11949 Submited by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to 1.8a21.David E. O'Brien1999-05-112-3/+3
|
* Add more WWW: tagsMichael Haro1999-05-031-2/+2
| | | | I must really like taking on sick tasks. First gtk, now this.
* Upgrade to 1.8a20David E. O'Brien1999-04-072-3/+3
| | | | (all patches still apply)
* Documentation update.Jean-Marc Zucconi1999-04-032-15/+14
| | | | Submitted by: Khetan Gajjar <khetan@chain.freebsd.os.org.za>
* portlintSatoshi Asami1999-03-281-3/+3
|
* Fix the path for cdda2wav.1.Jean-Marc Zucconi1999-03-251-3/+2
| | | | | | Remove the (now useless) link to /dev/rworm0.ctl. Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Upgrade to version 1.8a.Jean-Marc Zucconi1999-03-243-7/+11
| | | | Submitted by: Khetan Gajjar <khetan@link.freebsd.os.org.za>
* Add homepage.David E. O'Brien1998-10-311-0/+1
|
* Upgrade to version 1.6.1.David E. O'Brien1998-10-312-6/+4
|
* Remove the run dependency on mkisofs.Jean-Marc Zucconi1998-10-301-3/+1
| | | | PR: ports/7004, ports/7818
* Upgrade to version 1.6.1a4Jean-Marc Zucconi1998-10-072-5/+6
|
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-201-1/+0
|
* Upgrade: cdrecord-1.6a12 -> cdrecord-1.6Jean-Marc Zucconi1998-05-132-6/+5
| | | | | PR: ports/6607 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Create/delete the /dev/scgx symlink in pkg/PLIST.Steve Price1998-03-291-0/+2
| | | | Suggested by: Satoshi Asami
* Symbolic link should be to /dev/scgx instead.Steve Price1998-03-281-2/+2
| | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Put back the symbloic link creation smashed in the lastSteve Price1998-03-161-1/+2
| | | | commit and add a forgotten patch.
* Upgrade to version 1.6a12.Steve Price1998-03-163-10/+8
| | | | | PR: 6001 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* portlint.Satoshi Asami1997-11-063-6/+4
|
* I forgot this one during import.Jean-Marc Zucconi1997-11-051-0/+31
|
* Cdrecord allows you to create CD's on a CD-Recorder.Jean-Marc Zucconi1997-11-054-0/+27