summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/schilytools: Consolidate old schily's toolsRobert Clausecker2021-07-0115-484/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update and consolidate schily's tools into more reasonable state - Transfer maintenance to Robert Clausecker <fuz@fuz.su> From Robert Clausecker <fuz@fuz.su> (new maintainer): In 2018, Jörg Schilling consolidated all his projects into the schilytools project and stopped providing new separate releases for the individual projects (such as cdrtools, smake, star, and ved). Hence, the FreeBSD ports of these projects have been stuck on outdated versions for years. With this changeset, the schilytools are added to the ports collection as a collection of 10 ports: devel/schilybase (libraries) archivers/star devel/sccs devel/smake devel/sunpromake editors/ved net/rscsi (split out from cdrtools for security reasons) sysutils/cdrtools sysutils/schilyutils (command line helpers, shells) misc/schilytools (meta port for all of these) Where appropriate, I've tried to keep existing patches and conventions in tact. Some options have been renamed to more appropriate names, others have been added or removed. The schilytools have been patched not to install binaries with the same name as system binaries, though some man pages with such names remain. The split into slave ports largely follows the OpenCSW packages provided by the author. Some differences are present: * strar has been moved from schilyutils to star * rscsi has been moved from cdrtools into a package on its own as it needs to be installed setuid to function. * mountcd is a Solaris only program and is not shipped * man2html is not shipped as it's already available in textproc/man2html * cdrecord, cdda2wav, and readcd are only installed setuid root if the user specifically requests so using a non-default option This changeset unobsoletes the editors/ved port. This changeset obsoletes the sysutils/cdrtools-devel port as schilytools provide a newer version than the old development version shipped therein. This changeset overwrites the following ports, the maintainers have previously been informed via PR and direct email but haven't responded. They have also been added as reviewers to this changeset. archivers/star (mm@freebsd.org) devel/smake (no maintainer) sysutils/cdrtools (marius@freebsd.org) sysutils/cdrtools-devel (marius@freebsd.org) PR: 256467 Differential Revision: https://reviews.freebsd.org/D30669
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
|
* Make frame pointer tracing in cdrtools(-devel) work correctlyDimitry Andric2016-12-033-0/+102
| | | | | | | | | | | | | | The cdrtools ports compile and run a small program ('avoffset') after their configuration phase, which is supposed to figure out the stack direction, frame pointer offset to main(), and so on. This program relies on the compiler not optimizing away certain constructs, so after the import of clang 3.9.0 into base, it got stuck in an endless loop. Fix it by marking a few functions as noinline, and making one particular variable volatile. Reported by: antoine Approved by: marius (maintainer)
* - Update to 3.01Marius Strobl2015-12-294-32/+81
| | | | | | - Fix build when `uname -m` != `uname -p` [1] PR: 191424, 197794 [1]
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2910-0/+0
|
* 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
* Update cdrtools to 3.00. For changes since 2.01 see:Marius Strobl2010-09-1513-267/+168
| | | | | | | | | | | | 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
* Use SUB_FILES instead of post-patch commands.Sam Lawrance2006-05-141-0/+13
| | | | | PR: ports/97225 Submitted by: Ports Fury
* - Fix coredump in TOC parsing in cdda2wavPav Lucistnik2006-03-181-0/+20
| | | | | | 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-183-35/+68
| | | | | | | | | | | | 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-151-0/+31
| | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
* - Update to 2.01. For changes since 2.00.3 please see:Marius Strobl2004-12-296-115/+1
| | | | | | | | | | | | | | | 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-291-0/+16
| | | | | Approved by: netchild Obtained from: cdrtools 2.01a38
* - Add a workaround for the problem that cdda2wav doesn't use a pageAlexander Leidinger2004-06-022-3/+34
| | | | | | | | | | | | | 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
* erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:Alexander Leidinger2004-04-2016-36/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update to 2.0.3 (maintainer timeout after 19 days)Sergey A. Osokin2003-07-061-11/+0
| | | | Approved by: fjoe (mentor) (implicit)
* Fix a securety issue which may cause a local root exploitOliver Lehmann2003-05-201-0/+11
| | | | | | | | (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)
* Update to 1.11.a40 (which is really a version 2.0 alpha).David E. O'Brien2003-01-111-11/+0
|
* Upgrade to 1.11.a39.Dirk Froemberg2002-10-271-4/+4
|
* Make the cdrecord portion of cdrtools compile. 5-CURRENT definesScott Long2002-10-191-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.
* Upgrade to cdrtools-1.11a21.Dirk Froemberg2002-04-163-31/+9
|
* Fix cdda2wav for ATAPI drives.Dirk Froemberg2001-11-181-0/+11
| | | | 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
* Upgrade to cdrtools-1.10 after repository copy from cdrecord.Dirk Froemberg2001-08-0210-317/+24
| | | | Add knobs for mkisofs slave port.
* Add a patch for the old and new __dtoa().Dirk Froemberg2001-02-251-0/+42
| | | | | Submitted by: tegge PR: ports/25286
* Bring back my old Plasmon RF4100 to the list of actually working devices.Joerg Wunsch2001-02-021-0/+87
| | | | Reviewed by: dirk
* Replace every occurance of scsi_mode_page_header withDirk Froemberg2000-08-194-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-311-3/+3
| | | | cdda2wav-ATAPI-Reviewed-by: reg
* Upgrade to 1.8.1.Dirk Froemberg2000-04-291-5/+7
|
* Upgrade to 1.8.Dirk Froemberg2000-01-291-9/+0
|
* Upgrade to 1.8a40.Dirk Froemberg2000-01-181-3/+3
|
* - upgrade to cdrecord-1.8a33Dirk Froemberg1999-12-061-0/+8
| | | | | | | - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL
* Respect ${CC} and ${CFLAGS}.Dirk Froemberg1999-09-221-0/+31
| | | | As a side effect the commands executed are echoed, now.
* Make cdrecord build on alpha (at least).Dirk Froemberg1999-09-181-0/+20
It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great.