Commit graph

10 commits

Author SHA1 Message Date
Alexander Leidinger
3a726cb4d9 - Fix yet another bug that might be used for a root exploit. As with the last
bug you are only vulnerable if you locally set the cdrdao binary suid root.
- Respect CC already at the configure-stage of scsilib else we end up running
  configure with GCC and compiling with whatever CC was set to.

Submitted by:	maintainer
2003-06-04 18:43:16 +00:00
Alexander Leidinger
2799d745c3 Fix potential root exploit.
THE FREEBSD PORT IS NOT VULNERABLE AS IT DOES NOT SET THE SUID BIT, YOU
ARE ONLY VULNERABLE, IF YOU SET IT ON YOUR OWN!

Submitted by:	maintainer
2003-05-21 15:19:38 +00:00
Alexander Leidinger
21e18d8230 From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
  this should work around the generation of broken code with GCC and an
  optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
  arguments to the constructor when allocating an array of objects with new,
  fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in   the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
  also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
  build it.
- Clean up some stuff.

NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
      "New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
      it will get the length of the track wrong, display a garbage waveform
      and play nothing when hitting the play-button, same for further added
      tracks. This can be worked around by saving the project and re-opening
      it, now appending further tracks also works and the burnt CD is fine.
      This is _not_ a bug of this port but a bug in gcdmaster itself and
      is totally reproducable on Linux, therefore please don't mail the
      maintainer of this port about it expect you have a fix, thanks.

Submitted by:	maintainer
2003-01-02 15:53:38 +00:00
Alexander Leidinger
94afc39b85 Add missing patches, see log of Makefile for more.
Pointy hat to:	netchild
2002-11-13 18:56:34 +00:00
Alexander Leidinger
f1f585463f - give maintainership from ports to submitter
From submitter:
- Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as
  cdrdao ships it's own version (but use the pccts-port if it happens to be
  installed in order to speed up things).
- Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of
  mp3 files, see Release-1.1.6), makes this port depend on audio/lame.
- Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3)
  files that are not yet installed by them, much faster than going through
  the whole makfile-tree.
- Don't install extra documentation when NOPORTDOCS is defined (pkg-plist
  was already correct).
- Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since
  FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable
  and 5.0-current. Therefore it's ugly to explain for what options to check
  on what FreeBSD-version. Don't install README.FreeBSD for the same reason.
- Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets
  picked up.
- Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's
  SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad).
- Don't build librscg and rscsi (remote-scsi) of the SCSI library, they
  aren't required by cdrdao and the later fails to link anyway because
  _somewhere_ in the makefile-tree libcam no longer gets passed forward
  in $SCSILIB.
- Fix compilation on 5.0-current.
- Add support for FreeBSD/sparc64.

Submitted by:	marius@alchemy.franken.de
2002-11-13 14:05:31 +00:00
Ying-Chieh Liao
880f872b91 upgrade to 1.1.7
PR:		43960
Submitted by:	Ports Fury
2002-10-12 15:48:17 +00:00
Ying-Chieh Liao
58d856e60e upgrade to 1.1.5
PR:		27228
Submitted by:	maintainer
2001-05-27 12:48:45 +00:00
James E. Housley
01aee34750 Upgraded to version 1.1.4
PR:		22155
Submitted by:	David Lebel <lebel@lebel.org>
2000-11-01 02:45:38 +00:00
Motoyuki Konno
7ce27e9936 o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
    of GTK--.  If GTK-- is installed, cdrdao port always tries to build
    xcdrdao, and fails.

o  Support 5-current.

o  Do not use posix-threads by default due to thread scheduling problem.

o  Change the address of maintainer.

PR:		ports/19504
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
2000-06-30 15:43:39 +00:00
Steve Price
40afbb8a71 Update to version 1.1.3.
PR:		14550
Submitted by:	maintainer
1999-11-01 02:04:33 +00:00