1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Marius Strobl
1c48a33005 The 2.01a38 distfile has been removed from the official mirrors after the
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)
2004-09-25 22:16:23 +00:00
Marius Strobl
feaac6c630 Update to 2.01a38. This fixes a security bug in the rscsi client code
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
2004-08-29 14:28:38 +00:00
Marius Strobl
e0b61cd0ff Update to 2.01a36 which replaces the workaround of the FreeBSD port for
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
2004-08-11 20:38:53 +00:00
Marius Strobl
baa05fd357 Update to 2.01a34 which is the first release canditate for the upcoming
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
2004-08-02 23:34:07 +00:00
Marius Strobl
98b643d368 Update to 2.01a32. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a32

Approved by:	netchild
2004-06-23 18:55:51 +00:00
Alexander Leidinger
81d5c2f5f1 Update to 2.01a31. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a31

Submitted by:	marius
2004-06-07 13:33:11 +00:00
Alexander Leidinger
6cb0e39750 - Update to 2.01a30. For a list of changes please see:
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
2004-06-02 17:05:44 +00:00
Alexander Leidinger
a9eac09a9f - Update to 2.01a29. For a list of changes please see:
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
2004-05-25 14:30:02 +00:00
Alexander Leidinger
3084ae638f Update to 2.01a28. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a28

Submitted by:	maintainer (marius)
2004-05-04 14:44:32 +00:00
Alexander Leidinger
a04d79b29e - Disable the use of mlockall(2) on all version of FreeBSD again (see PR 62930
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)
2004-04-20 20:30:43 +00:00
Alexander Leidinger
4171a9b485 Use the @FreeBSD.org address of the maintainer.
Approved by:	marius
2004-04-20 13:49:29 +00:00
Alexander Leidinger
adc728b113 - Update to 2.01a27.
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
2004-04-12 13:06:47 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Alexander Leidinger
c01c6d23da - Update cdrtools-devel port to 2.01a25 which fixes a crash of cdrecord.
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
2004-01-25 10:59:40 +00:00
David E. O'Brien
cf92415f2f Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option. 2004-01-18 22:09:21 +00:00
Alexander Leidinger
94aea4d6f2 - Update to 2.01a24.
If you are using older version of these ports updating is encouraged,
  `cdrecord -toc` for CD-ROM drives and a Rock-Ridge related bug in
  mkisofs were fixed. For a full list of changes see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a24
- Add README.audio to the PORTDOCS of cdrtools-devel.

Submitted by:	maintainer
2004-01-14 15:11:46 +00:00
Alexander Leidinger
4d9b9a0968 Update to 2.01a23.
For changes since 2.01a21 see:
	ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a22
and
	ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a23

Submitted by:	maintainer
2004-01-04 13:53:05 +00:00
Alexander Leidinger
43e7cc3f57 - Update to 2.01a21. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a21
- Obey the (changed) "GPL clarifications text" in cdrecord.c and compile
  with "-DSOURCE_MODIFIED" as this port slightly modifies cdrtools.
- Remove the WITH_DVDHACK knob, this port is pretty much unmaintainable
  with this patch on its coat-tails. If you want to write DVDs please use
  a tool like dvdrtools or cdrecord-prodvd that is written for that purpose
  and coordinate with their authors if they don't work for you.

Submitted by:	maintainer
2003-12-28 14:38:14 +00:00
Alexander Leidinger
d3e867aa6b Update to 2.01a20. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a20

Submitted by:	maintainer
2003-12-14 12:42:41 +00:00
Alexander Leidinger
8b437c819a - Add a knob WITH_DVDHACK that builds cdrecord with a third-party patch
allowing to record DVD-R[W]s. [1]
  NOTE: Please don't blame Joerg Schilling or ask for support on the
	cdrtools mailing lists if this doesn't work. Also have a look
	at the output of `cdrecord -version`.
- Append '-rscsi' to PKGNAMESUFFIX when built with WITH_RSCSI (equivalent
  is done when built with WITH_DVDHACK).
- Limit the workaround that disables using mlockall(2) to FreeBSD versions
  where it triggers a panic.

Requested by:	pav [1]
Tested by:	Harold Gutch <logix@foobar.franken.de> [1]
2003-11-17 10:11:20 +00:00
Alexander Leidinger
a2b303d7e4 - Update to 2.01a19.
- Remove one site that seems to have stopped carrying the latest alpha
  versions from MASTER_SITES.
- Install some PORTDOCS for cdda2wav.
- Refine the patching of the manual pages.
- Add a workaround for the bug in -current that causes cdrecord to trigger
  a panic.

Submitted by:	maintainer
2003-09-30 17:09:58 +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
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
2124f79666 Fix cdda2wav for ATAPI drives.
Submitted by:	Naoya Nishimura <nishinao@m3.kcn.ne.jp>
2001-11-18 11:50:31 +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
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
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