diff options
author | markd <markd@pkgsrc.org> | 2018-11-15 01:13:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-11-15 01:13:01 +0000 |
commit | 3b080a6d8572200281bf1be69c6338c4023bdfb9 (patch) | |
tree | d355cdbec2371e975aa70f503c27b4636dd65988 /sysutils/cdrdao/Makefile | |
parent | 4f157d8049a18cb674969c0e1f582f4c92b9065a (diff) | |
download | pkgsrc-3b080a6d8572200281bf1be69c6338c4023bdfb9.tar.gz |
{cdrdao,gcdmaster}: update to 1.2.4
This is a maintenance release containing only minor bug, warning and
compilation fixes.
* Fixed autocon warnings (Denis Leroy)
* Ported to lame 3.100 (from Fedora)
* G++ compile fixes (Nick Bailey)
* Renamed xdao folder to gcdmaster (Denis Leroy)
* pccts format security patch (from Fedora)
* Fixed compile issues with glibc >= 2.12
* Gcdmaster segfault fix (Adrian Knoth)
* Prevent a FTBFS on kfreebsd (Christoph Egger)
* Also look in /etc/default/cdrdao config (Andrew Suffield)
* Fix printf format security issues (Frantisek Kluknavsky Fedora)
* Add missing options to man page (Honza HorĂ¡k)
* CD_TEXT fix for HL-DT-ST (Kees Cook)
* Man page hyphen fixes (Markus Koschany)
* Some updates to the old scsilib smake files (Ubuntu patches)
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r-- | sysutils/cdrdao/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index b209079e162..ed7b769e402 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.36 2015/12/29 05:06:06 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2018/11/15 01:13:01 markd Exp $ .include "../../sysutils/cdrdao/Makefile.common" -PKGREVISION= 1 - PKGNAME= cdrdao-${CDRDAO_VER} COMMENT= Records audio or data CD-Rs in disk-at-once (DAO) mode -CONFIGURE_ARGS+= --without-xdao +CONFIGURE_ARGS+= --without-gcdmaster +CONFIGURE_ARGS+= --without-lame .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none" CONFIGURE_ARGS+= --without-posix-threads |