notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/cdrdao/distinfo

Number of commits found: 9

Sunday, 25 Jun 2023
21:05 Jason E. Hale (jhale) search for other commits by this committer
sysutils/cdrdao: Update to 1.2.5

Convert to options helpers and clean up.
Take maintainership.

https://github.com/cdrdao/cdrdao/releases/tag/rel_1_2_5
commit hash: 9942fda7e458def591546b5ab332db87b55eb369 commit hash: 9942fda7e458def591546b5ab332db87b55eb369 commit hash: 9942fda7e458def591546b5ab332db87b55eb369 commit hash: 9942fda7e458def591546b5ab332db87b55eb369 9942fda
Wednesday, 13 Jun 2018
21:40 marius search for other commits by this committer
Update to 1.2.4, which is mostly a maintainance release and allows to get
rid of some local patches:

o Fixed autocon warnings (Denis Leroy)
o Ported to lame 3.100 (from Fedora)
o G++ compile fixes (Nick Bailey)
o Renamed xdao folder to gcdmaster (Denis Leroy)
o pccts format security patch (from Fedora)
o Fixed compile issues with glibc >= 2.12
o Gcdmaster segfault fix (Adrian Knoth)
o Prevent a FTBFS on kfreebsd (Christoph Egger)
o Fix printf format security issues (Frantisek Kluknavsky Fedora)
o Add missing options to man page (Honza Horak)
o CD_TEXT fix for HL-DT-ST (Kees Cook)
o Man page hyphen fixes (Markus Koschany)
o Some updates to the old scsilib smake files (Ubuntu patches)

While at it, pet portlint.

Security:	yes
Original commitRevision:472345 
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Sunday, 25 Oct 2009
14:52 marius search for other commits by this committer
Update to 1.2.3.

Approved by:    netchild
Original commit
Saturday, 15 Sep 2007
11:58 marius search for other commits by this committer
- 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
Original commit
Tuesday, 29 Nov 2005
21:21 marius search for other commits by this committer
- 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
Original commit
Friday, 12 Aug 2005
16:20 marius search for other commits by this committer
- 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
Original commit
Sunday, 13 Jun 2004
15:01 netchild search for other commits by this committer
- 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 :-(
Original commit
Wednesday, 18 Feb 2004
14:56 netchild search for other commits by this committer
- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 9