Commit graph

65 commits

Author SHA1 Message Date
Alexander Leidinger
972472cfcc Add pkg-message.
Pointy hat to:	netchild (forgot to add it), maintainer (not noticed until now)
2003-09-02 08:06:38 +00:00
Alexander Leidinger
c7aadf88d2 Add sysutils/cdrtools-devel (currently at version 2.01a18) and
sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy
from sysutils/cdrtools respectively sysutils/mkisofs.
The cdrtools-devel and mkisofs-devel ports are for the alpha versions,
for further information on changes since cdrtools 2.00 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18.

Further changes to the cdrtools-devel and mkisofs-devel ports to
relative to the existing ports of cdrtools and mkisofs are:

Changes common to cdrtools-devel and mkisofs-devel:
- 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 (Patch taken from the OpenBSD
  port of cdrtools).
- Add patches to prefer seteuid(2) over setreuid(2), this s inconsistend
  with the cdrtools package (Mostly based on patches from the NetBSD
  port/pkgsrc of cdrtools).
- Manually replace included copies of config.guess and config.sub with
  versions from ${PORTSDIR}/Templates. This is necessary as the cdrtools
  package doesn't have a valid configure script in it's root directory
  but several in sub-directories that are executed by the SING (Schily
  Is Not Gnu) makefile system further down the road. Therefor the port
  can't set GNU_CONFIGURE which would automatically copy the relevant
  files.
- Install some relevant READMEs in DOCSDIR (unless NOPORTDOCS is set),
  some manual pages also reference these.

Changes to cdrtools-devel:
- Fix COMMENT, this port doesn't install mkisofs. Honor that some tools
  of the cdrtools package (namely cdda2wav and readcd) 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 license of cdrtools is added (The idea
  for this and some wording in the PKGMESSAGE are taken from the NetBSD
  port/pkgsrc of cdrtools). See also PR ports/50835.
- Install a sample configuration file for cdrecord, also install a
  configuration file if it doesn't already exist (the file doesn't cause
  problems if one doesn't edit it to suit local needs).
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rcsi, 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.
  Everything using lib(r)scg can act as a client to rscsi, e.g.
  sysutils/sformat (requires a bit of patching, however doesn't make much
  sense to use this over the network) and sysutils/cdrdao (requires a bit
  of patching).
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a
  workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD and
  the affected code doesn't get compiled on neither pre-CAM nor CAM
  versions of FreeBSD.

Changes to mkisofs-devel:
- Add MLINKS for devdump.8, isodump.8, 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.
- Replace mkhybrid.8 (just includes mkisofs.8, broken without patching)
  with a MLINKS to mkisofs.8.
- Quiet portlint (3 errors/1 warning -> 0 errors/1 warning).

None of these changes is bound to the alpha versions of the cdrtools
package and may be "back-ported" to sysutils/cdrtools (apart from a
security issue with rscsi of cdrtools 2.00.3).

PR:	ports/52849
Submitted by (including this commit message):	Marius Strobl <marius@alchemy.franken.de>
2003-08-19 16:25:47 +00:00
Sergey A. Osokin
87015a51a6 Update to 2.0.3 (maintainer timeout after 19 days)
Approved by:	fjoe (mentor) (implicit)
2003-07-06 21:25:19 +00:00
Oliver Lehmann
bc9ddf53fc 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)
2003-05-20 20:33:44 +00:00
Ade Lovett
84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00
David E. O'Brien
fffe5093cf Always use -f with ln. 2003-01-11 20:48:57 +00:00
David E. O'Brien
869d25210f Unbreak mkisofs. 2003-01-11 20:16:51 +00:00
David E. O'Brien
8b99d4a472 Update to version 2.0. 2003-01-11 20:09:49 +00:00
David E. O'Brien
c79e29b4b3 Update to 1.11.a40 (which is really a version 2.0 alpha). 2003-01-11 20:01:43 +00:00
Marcel Moolenaar
b62e2696f0 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@
2002-12-20 04:37:14 +00:00
Dirk Froemberg
fae32c18b4 Upgrade to 1.11.a39. 2002-10-27 19:29:12 +00:00
Scott Long
ce034b2fd5 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.
2002-10-19 17:05:27 +00:00
Jake Burkholder
a23b0eba19 Make this compile on sparc64. Needed for make release. 2002-10-14 22:13:22 +00:00
Dirk Froemberg
121887516b Upgrade to cdrtools-1.11a28. 2002-08-04 08:02:05 +00:00
Dirk Froemberg
0a2bad5a69 Upgrade to cdrtools-1.11a21. 2002-04-16 19:02:19 +00:00
Dirk Froemberg
3259c7ade9 mkisofs and companions are in mkisofs port.
PR:		ports/36009
2002-04-16 11:42:06 +00:00
Dirk Froemberg
ebb304a29b Add WWW. 2001-11-25 15:16:41 +00:00
Dirk Froemberg
2124f79666 Fix cdda2wav for ATAPI drives.
Submitted by:	Naoya Nishimura <nishinao@m3.kcn.ne.jp>
2001-11-18 11:50:31 +00:00
Joerg Wunsch
d27c91a80a 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.

OK by:	dirk
2001-09-20 09:59:50 +00:00
Dirk Froemberg
7c73e71457 Fix typo.
Submitted by:	John Reynolds <jreynold@sedona.ch.intel.com>
2001-08-16 09:23:24 +00:00
Dirk Froemberg
63ee14dd88 Upgrade to cdrtools-1.10 after repository copy from cdrecord.
Add knobs for mkisofs slave port.
2001-08-02 08:55:16 +00:00
Dirk Froemberg
bb0f1a4bf1 Add a patch for the old and new __dtoa().
Submitted by:	tegge
PR:		ports/25286
2001-02-25 20:48:14 +00:00
Joerg Wunsch
2be14feb79 Bring back my old Plasmon RF4100 to the list of actually working devices.
Reviewed by:	dirk
2001-02-02 16:07:34 +00:00
Dirk Froemberg
fa627dd957 Replace every occurance of scsi_mode_page_header with
scg_scsi_mode_page_header in order to resolve a conflict with
scsi_mode_page_header defined /usr/include/scsi/scsi_all.h.
2000-08-19 21:26:05 +00:00
Dirk Froemberg
607764c7bd Upgrade to 1.9.
cdda2wav-ATAPI-Reviewed-by:	reg
2000-07-31 09:02:00 +00:00
Dirk Froemberg
553987c99b Upgrade to 1.8.1. 2000-04-29 16:00:13 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Dirk Froemberg
85fae8dfcd Upgrade to 1.8. 2000-01-29 23:53:58 +00:00
Dirk Froemberg
3a9cb2f489 Upgrade to 1.8a40. 2000-01-18 23:36:09 +00:00
Dirk Froemberg
d5eb1c905b Upgrade to 1.8a37. 1999-12-30 11:31:18 +00:00
Dirk Froemberg
70d18405f6 Upgrade to 1.8a36. 1999-12-22 10:25:45 +00:00
Dirk Froemberg
e261fddbfa - upgrade to cdrecord-1.8a33
- install readcd, too
- don't build mkisofs (wasn't installed anyway)
- minor corrections to pkg/COMMENT and pkg/DESCR
- nuke pkg/INSTALL
1999-12-06 00:11:18 +00:00
Dirk Froemberg
c5e4e82815 Upgrade to 1.8a31. 1999-11-09 11:41:50 +00:00
Dirk Froemberg
07cddebe69 Upgrade to 1.8a30. 1999-10-19 12:39:14 +00:00
Dirk Froemberg
48ad97f80c Add a link from cdda2wav to list_audio_tracks.
list_audio_tracks lists the sectors for a audio track and is used
by ${WRKSRC}/cdda2wav/cdda2mp3.

Submitted by:	TAOKA Satoshi <taoka@FreeBSD.org>
1999-09-24 20:39:27 +00:00
Dirk Froemberg
aed2a890f7 Respect ${CC} and ${CFLAGS}.
As a side effect the commands executed are echoed, now.
1999-09-22 15:01:04 +00:00
Dirk Froemberg
6c463f1aa6 Upgrade to 1.8a29.
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."
1999-09-20 10:34:41 +00:00
Dirk Froemberg
30485f5e1c Make cdrecord build on alpha (at least).
It compiled fine on beast.freebsd.org. But I couldn't really test
it there. So some feedback from alpha people would be great.
1999-09-18 18:52:53 +00:00
Dirk Froemberg
1b4030baf6 - upgrade to 1.8a28:
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
1999-09-17 12:20:04 +00:00
Dirk Froemberg
f7d4e6e801 Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.
Thanks to Jean-Marc for maintaining cdrecord up to now.

OK'ed by:	Jean-Marc Zucconi <jmz@FreeBSD.org>
1999-09-17 11:37:50 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Bill Fumerola
95c90fde1f Include audio as a virtual category, this port has an audio ripper too.
PR:		ports/12474
Submitted By:	Marc van Woerkom <van.woerkom@netcologne.de>
1999-07-01 14:26:07 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Michael Haro
716c14f8ce Update to 1.8a22
PR: 11949
Submited by: Juergen Lock <nox@jelal.kn-bremen.de>
1999-05-31 06:22:12 +00:00
David E. O'Brien
450d670a07 Update to 1.8a21. 1999-05-11 02:29:31 +00:00
Michael Haro
e9792ecbd0 Add more WWW: tags
I must really like taking on sick tasks.  First gtk, now this.
1999-05-03 04:21:58 +00:00
David E. O'Brien
59263f3209 Upgrade to 1.8a20
(all patches still apply)
1999-04-07 08:10:00 +00:00
Jean-Marc Zucconi
aa946036a5 Documentation update.
Submitted by:	Khetan Gajjar <khetan@chain.freebsd.os.org.za>
1999-04-03 11:06:33 +00:00
Satoshi Asami
9ae91f2b6d portlint 1999-03-27 22:18:05 +00:00