Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/cdrdao/Makefile

[BACK] Up to [FreeBSD] / ports / sysutils / cdrdao

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Jan 14 22:27:01 2012 UTC (3 weeks, 6 days ago) by netchild
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Aug 13 13:39:14 2011 UTC (5 months, 4 weeks ago) by marius
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Allow to build on powerpc64.

Approved by:	netchild

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:39:20 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Bump PORTREVISION after libao update and handle API incompatibility.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun May 2 12:43:48 2010 UTC (21 months, 1 week ago) by marius
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -5 lines
Build and use the internal pccts in order avoid the conflict between
devel/antlr and devel/pccts. Generally this doesn't fix anything of
course, given that there's only one other port which still requires
devel/pccts instead of its successor it makes sense to avoid that
dependency.

Approved by:	netchild
PR:		145615

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Oct 30 19:27:21 2009 UTC (2 years, 3 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
Ressurect MASTER_SITE_SUBDIR which erroneously got nuked in rev. 1.57
but actually is needed for the gcdmaster slave-port.

Approved by:	netchild

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Oct 25 14:52:40 2009 UTC (2 years, 3 months ago) by marius
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +26 -11 lines
Update to 1.2.3.

Approved by:	netchild

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Sep 12 18:56:36 2009 UTC (2 years, 4 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -4 lines
Hardcode a compiler specification file so CC can also be set to something
containing spaces.

Approved by:	netchild

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Sep 2 15:01:51 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -2 lines
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:59 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:23 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Apr 9 20:39:59 2008 UTC (3 years, 10 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -0 lines
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.

Reported by:	marcus
Approved by:	netchild

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Mar 28 01:50:19 2008 UTC (3 years, 10 months ago) by mezz
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -0 lines
Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.

Reported by:	pointyhat via pav

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Oct 24 23:36:34 2007 UTC (4 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -7 lines
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Sep 15 11:58:50 2007 UTC (4 years, 4 months ago) by marius
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
- Update to 1.2.2. Relevant parts from the release notes:
  Cdrdao changes:
  o Man page cleanup (Andrew Suffield)
  GCDMaster changes:

  o Fixed GCC 4.1 compilation issues
  o Fixed hang when inserting WAV file

- Ensure that the libraries built by the port are linked in and not
  already installed ones. For example in case of libcdda_paranoia
  installed by audio/cdparanoia can't be used to build cddao. Such
  problems only happen when using non-standard compiler and/or linker
  flags are used but it doesn't hurt to add some anti-footshooting
  measurements to the port. [1]

PR:		115616 [1]
Approved by:	netchild

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 28 12:27:30 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:21 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +8 -8 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun May 7 16:47:24 2006 UTC (5 years, 9 months ago) by marius
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -4 lines
- Allow this port to be compiled with CC set to something containing a
  path component.
- Remove obsolete USE_REINPLACE.

Approved by:	netchild

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:21:23 2005 UTC (6 years, 2 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -4 lines
- Update to 1.2.1. Relevant parts from the release notes:
  <snip>
  Cdrdao changes:
   o  Fixed bad bug with missing return statemements in recomputeLength
      and format conversion.
   o  Fixed broken '-' STDIN input feature.
   o  Fixed various gcc4-related compile problems.
   o  Fixed copy problem with single device when read_device is specified.
   o  Minor fixes to driver table.

   GCDMaster changes:
   o  The crash when creating a new "Create Audio CD" view seemed to be
      related to gtkmm and libsigc++ and went away with newer releases of
      those packages.

   toc2cue changes:
   o  Fixed bug that was causing empty output files.
   o  Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez)
  <snip>

- In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png.

Approved by:	netchild

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Aug 12 16:20:44 2005 UTC (6 years, 6 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +46 -9 lines
- Update to 1.2.0. [1]
  <snip>
  Cdrdao changes:
   o  SECURITY FIX: cdrdao now gives up its root privileges after setting
      up real-time scheduling, as well as before saving settings through
      the --save option. This fixes a potential local root exploit when
      cdrdao is installed with the +s chmod flag. Using --save now also
      forces an early exit after the settings are saved.
   o  Added MP3 and Ogg Vorbis file support (through respectively the
      libmad and libvorbis libraries). cdrdao will decode the MP3 and
      Ogg files into temporary WAV files that will be deleted upon exit
      (unless the new option --keep is used). The directory used to
      store those temporary WAV files can be specified with the --tmpdir
      option (default is /tmp).
   o  Improved native CUE file support: replaced old incomplete existing
      parser with the one from Matthias Czapla's excellent
      cue2toc. Added support for cutting binary files.
   o  Added --rspeed option to manually set the device reading speed. Be
      warned not all devices support this.
   o  Packaged scsilib library upgraded from cdrtools 2.01 (previously
      was from 2.01a31).
   o  Added --no-mode2-mixed option. Don't read a MODE2 disk as
      MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
      Castet).
   o  Added help for little-known drive-info command.

   GCDMaster changes:
   o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
      .ogg files from Nautilus into the sample display window.
   o  Switched to gtkmm24 API. Improved file browsers.
   o  CUE files support.
   o  Sound output now uses libao library.
   o  Added 'Select All' item in menu.
   o  Added 'Eject' button to progress dialog.
   o  Bug fixes (sample selection weirdness, couldn't close window during
      play, problems with gcdmaster command-line argument, crashes with
      multiple project windows, drive status not reported correctly).
  <snip>

  Note that the FreeBSD ports doesn't install cdrdao setuid root so you are
  not vulnerable by default.
- Fix building on FreeBSD 7.
- Turn on the usage of mlockall(2) again as it no longer causes negative side
  effects on FreeBSD >= 502113.

Requested by:	will [1]
Approved by:	portmgr (linimon)
Security:	http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 13 15:01:26 2004 UTC (7 years, 8 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +13 -9 lines
- Update to 1.1.9. Relevant parts from the release notes:
  <snip>
  Cdrdao changes:
  - MMC-driver auto-detection. If no --driver option is specified,
    cdrdao will try to autodetect an MMC-compliant device and use the
    generic-mmc driver by default. (Denis Leroy)
  - Included scsilib upgraded from cdrtools 2.01a31 (Denis Leroy)
  - Added --eject option to the unlock command to eject the cd after
    unlocking. (Eric Benson)
  - New 'discid' command to display CDDB information. (Eric Benson,
    Denis Leroy).
  - Added --full-burn and --capacity options to extend lead-out to entire
    disc, beyond 80 mins limit. (Vladimir Petrov)
  GCDMaster changes (Denis Leroy) :
  - Some bug fixes (manual driver configurations were not being saved
    correctly).
  cue2toc changes:
  - Version 0.2 released. Complete rewrite, should now handle most of all
    CUE files. (Matthias Czapla)
  <snip>
- Disable the use of mlockall(2) on FreeBSD 5, even after the last round
  of fixes there are still issues.
- Add a workaround for problems with gmake and certain locales on FreeBSD 5.
- Use MASTER_SITE_SOURCEFORGE_EXTENDED.
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

Submitted by:		marius
On my TODO list since:	June 7 :-(

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Apr 20 13:49:28 2004 UTC (7 years, 9 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Use the @FreeBSD.org address of the maintainer.

Approved by:	marius

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Mar 5 16:37:32 2004 UTC (7 years, 11 months ago) by netchild
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.

Submitted by:	maintainer

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 20 15:22:22 2004 UTC (7 years, 11 months ago) by netchild
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.

Submitted by:	maintainer

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 18 14:56:10 2004 UTC (7 years, 11 months ago) by netchild
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +60 -78 lines
- Update to 1.1.8. Relevant parts from the release notes:
  <snip>
  - Improved performance of the new L-EC code by up to a factor 2 depending
    on the hardware.
  - 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
    allow performance testing in conjunction with option --speed.
  new:
  - toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
  new:
  - cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
  <snip>

  Note:	The 1.1.8 tarball was re-rolled twice because of missing files and
	a show-stopper in gcdmaster and some SourceForge mirrors still might
	need to catch up on it. If you have problems with differing checksums
	please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
	which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
  compilation via HAVE_GNOME caused problems when gnomelibs where installed
  afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
  previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
  and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
  taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
  issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
  sysutils/sformat/Makefile revision 1.5.

Submitted by:	maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:55 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jan 30 12:44:57 2004 UTC (8 years ago) by netchild
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -11 lines
Temporarily disable compilation of gcdmaster until problems with broken
dependencies when gnomelibs are installed after cdrdao can be resolved.

PR:		61840
Submitted by:	maintainer

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jun 4 18:43:16 2003 UTC (8 years, 8 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4 lines
- 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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 21 15:19:38 2003 UTC (8 years, 8 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:43:30 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Feb 28 22:53:01 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:28:36 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -0 lines
De-pkg-comment.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jan 30 03:59:46 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Chase the gnomemm shared lib version.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 2 15:53:38 2003 UTC (9 years, 1 month ago) by netchild
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +57 -18 lines
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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 13 14:05:31 2002 UTC (9 years, 3 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +44 -22 lines
- 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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:02 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:43:47 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Oct 12 15:48:16 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +23 -13 lines
upgrade to 1.1.7

PR:		43960
Submitted by:	Ports Fury

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Sep 28 13:22:57 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
1. Mark IGNORE because of License issues
2. fix WWW

PR:		43419 (1)
Submitted by:	Tilman Linneweh <tilman@arved.de>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 7 22:43:57 2002 UTC (10 years ago) by naddy
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
MAINTAINER resigns.

Submitted by:	David Lebel <lebel@lebel.org>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 27 12:48:35 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -3 lines
upgrade to 1.1.5

PR:		27228
Submitted by:	maintainer

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:30:04 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -10 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 22 17:16:11 2000 UTC (11 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.

PR:		ports/22777
Submitted by:	maintainer

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 11 06:17:33 2000 UTC (11 years, 3 months ago) by kevlo
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -10 lines
Change MASTER_SITES to SourceForge.

PR: 22738
Submitted by: MAINTAINER

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 7 06:56:03 2000 UTC (11 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Current maintainer requests a new one be assigned

PR:		ports/22657
Submitted by:	Yasuhito FUTATSUKI, futatuki@debug.gr.jp

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 7 02:40:17 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
New MASTER_SITES

PR:		22607
Submitted by:	David Lebel <lebel@lebel.org>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 1 02:45:38 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +15 -15 lines
Upgraded to version 1.1.4

PR:		22155
Submitted by:	David Lebel <lebel@lebel.org>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 30 15:43:37 2000 UTC (11 years, 7 months ago) by motoyuki
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -27 lines
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)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 28 03:20:42 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Fixup LIB_DEPENDS after upgrade of gtk-- port.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:17:02 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -8 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 8 21:23:24 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 29 20:01:21 2000 UTC (12 years ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
fix some pkg/MESSAGE stuff

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jan 22 23:43:13 2000 UTC (12 years ago) by kris
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Correct grammar in comments

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 1 02:04:24 1999 UTC (12 years, 3 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -10 lines
Update to version 1.1.3.

PR:		14550
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 25 07:37:06 1999 UTC (12 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Change to follow gtkmm shlib version bump.

Found by:	bento

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 20 00:36:16 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1 lines
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 29 06:25:05 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -2 lines
Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.

Submitted by:	futatuki@debug.gr.jp

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 29 04:45:19 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -8 lines
USE_NEWGCC=yes

PR:		13435
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:35:23 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Change Id->FreeBSD.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Aug 13 22:37:38 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Look for gtk--.h in ${X11BASE} not ${PREFIX}

Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 12 18:54:46 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove a stray PLIST= that wasn't supposed to be there

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 12 18:49:27 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +40 -8 lines
Update to version 1.1.2

PR:		12642
Submitted by:	maintainer

Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.

PR:		12642
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 10 19:36:38 1999 UTC (12 years, 7 months ago) by sada
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -6 lines
Upgrade to 1.1.1 .

PR:		ports/12588
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 12 10:38:07 1999 UTC (12 years, 9 months ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix bogus CATEGORIES line.

Submitted by:	jkh

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:51:10 1999 UTC (12 years, 9 months ago) by sada
Branches: old_FUTATSUKI
CVS tags: old_v1_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
CDRDAO writes audio CD-Rs in disc-at-once (DAO) mode.
Submitted by:	Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Reviewed by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>,
		FUJISHIMA Satsuki <k5@respo.or.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:51:10 1999 UTC (12 years, 9 months ago) by sada
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options