1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

106 Commits

Author SHA1 Message Date
Marius Strobl
f6ab33b4ac Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.

Approved by:	netchild
2012-03-08 12:36:22 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Eitan Adler
c5d811a37d Repeated words are are hard to to find sometimes.
Approved by:	portmgr (itetcu)
2012-01-08 07:01:25 +00:00
Marius Strobl
2116aee741 - Allow to build on powerpc64. [1]
- 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
2011-08-13 13:34:50 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Marius Strobl
c08d958c6e Refine the TARGET{,_ARCH} hack to not break CC being set to something
relying on PATH.

Approved by:	netchild
2010-09-22 19:51:27 +00:00
Marius Strobl
2f97e7f184 - Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.

Requested by:	upstream
Approved by:	netchild
2010-09-21 18:53:47 +00:00
Marius Strobl
1a4a339547 Add a hack allowing to building with TARGET and TARGET_ARCH set in the
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
2010-09-17 17:09:34 +00:00
Marius Strobl
3db38e483c Update cdrtools to 3.00. For changes since 2.01 see:
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
2010-09-15 17:35:24 +00:00
Marius Strobl
f8ceb4d580 Add CONFLICTS with cdrkit.
Submitted by:	Alexander Best
Approved by:	netchild
2010-02-08 09:15:29 +00:00
Marius Strobl
3322101e96 Hardcode a compiler specification file so CC can also be set to something
containing spaces.

Approved by:	netchild
2009-09-12 19:02:26 +00:00
Pav Lucistnik
6370cbb0ec - Mark MAKE_JOBS_UNSAFE
Approved by:	marius (maintainer)
2009-05-12 20:01:11 +00:00
Marius Strobl
4d2ce9dcb8 Fix build with r189136.
Submitted by:	das via rnoland (principle patch)
Approved by:	netchild
2009-03-07 16:52:54 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Marius Strobl
a0ebae8bf4 Compile mkisofs with '-O0' only in order to work around a bug causing
its '-root' option to not work.

Reported by:	Ben Korvemaker
Approved by:	netchild
2008-06-17 20:35:52 +00:00
Marius Strobl
51c86bc69e Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR:		122620
Approved by:	netchild
2008-04-11 22:35:20 +00:00
Marius Strobl
b493794362 Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.

Reported by:	marcus
Approved by:	netchild
2008-04-09 20:40:00 +00:00
Michael Johnson
c6887ecbf7 Chase libcddb libver bump 2007-04-16 17:28:53 +00:00
Marius Strobl
5443471496 Re-grab maintainership.
Approved by:	netchild
2006-08-03 09:29:49 +00:00
Michael Landin
782dfac4c9 - Chase lib version bump to libcdio 2006-05-24 09:13:19 +00:00
Sam Lawrance
9ab16a577e Use SUB_FILES instead of post-patch commands.
PR:		ports/97225
Submitted by:	Ports Fury
2006-05-14 11:08:52 +00:00
Marius Strobl
90be3811df Allow this port to be compiled with CC set to something containing a
path component.

Approved by:	netchild
2006-05-07 18:52:09 +00:00
Pav Lucistnik
71ec4215cb - Fix coredump in TOC parsing in cdda2wav
PR:		ports/94554
Submitted by:	Fabian Keil <freebsd-listen@fabiankeil.de>
Obtained from:	cdrtools-devel
2006-03-18 15:19:48 +00:00
Marius Strobl
957d478a92 - Replace the fix to make readcd -scanbus work which was added in
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
2006-02-18 15:55:40 +00:00
Andrey Slusar
a486ccb0e5 Fix readcd -scanbus work.
PR:		ports/91763
Submitted by:	Fabian Keil <freebsd-listen@fabiankeil.de>
2006-01-15 17:08:04 +00:00
Pav Lucistnik
dc7af663e2 - Add SHA256 2005-11-25 18:14:52 +00:00
Mark Linimon
ab286ccbca Update www site. 2005-09-28 06:02:02 +00:00
Michael Johnson
7293c330ca - Add knob WITH_CDDB, adds cddb support.
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.
2005-07-24 03:46:10 +00:00
Marius Strobl
fcd94e60dc Resign from maintainership.
Approved by:	netchild
2005-07-10 13:48:23 +00:00
Marius Strobl
864c1eaec4 - Update to 2.01. For changes since 2.00.3 please see:
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
2004-12-29 22:17:04 +00:00
Marius Strobl
734d8e8e0d Fix a security bug in the rscsi client code.
Approved by:	netchild
Obtained from:	cdrtools 2.01a38
2004-08-29 14:40:24 +00:00
Alexander Leidinger
be8bf03eff Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by:	marius
2004-06-07 13:20:56 +00:00
Alexander Leidinger
2a753271f9 - Add a workaround for the problem that cdda2wav doesn't use a page
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
2004-06-02 17:16:04 +00:00
Alexander Leidinger
6c5bd8f212 - Fix installation when CC is not set to "cc". [1]
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

PR:		66925 [1]
Submitted by:	marius
2004-05-25 14:26:39 +00:00
Alexander Leidinger
704080a7b5 erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
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.
2004-04-20 20:46:33 +00:00
Alexander Leidinger
4171a9b485 Use the @FreeBSD.org address of the maintainer.
Approved by:	marius
2004-04-20 13:49:29 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Alexander Leidinger
deb805c182 Give this port into the hands of Marius Strobl, he already maintains
cdrtools-devel and is willing to sync both ports as necessary.

Requested by:	Marius Strobl <marius@alchemy.franken.de>
2004-03-17 14:34:31 +00:00
Kris Kennaway
805608ac9a Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool.  He has not committed in over a year and has been
unresponsive to emails over a similar time period.
2004-02-22 01:40: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
Eivind Eklund
5fa18a7717 Remove mkisofs mention from comment; it disappeared from the port sometime in
1998
2004-01-18 18:20:17 +00:00
Edwin Groothuis
ea31a84685 Make MAINTAINER section conditional, a slave port might want to set it.
PR:		ports/58051 (related)
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2004-01-03 07:53:43 +00:00
Alexander Leidinger
6019d07548 cdrtools and mkisofs:
- 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>
2003-08-19 16:22:06 +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