head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.5.0.34 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.32 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.30 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.28 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.26 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2009.02.11.21.48.39; author shattered; state dead; branches; next 1.5; 1.5 date 2005.03.23.18.02.48; author reed; state Exp; branches; next 1.4; 1.4 date 2003.01.10.11.24.52; author drochner; state dead; branches; next 1.3; 1.3 date 2002.12.02.20.29.49; author drochner; state Exp; branches; next 1.2; 1.2 date 2002.09.26.12.29.56; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.02.10.23.23.35; author frueauf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.02.10.23.23.35; author frueauf; state Exp; branches; next ; desc @@ 1.6 log @Update to 0.98alpha16 (plus parse_version.patch). Changes: * merged in all patches (compile warnings fixes, locale fixes, wav detection fixes, removed pcre dependency from configure, crash fixes and version detection fixes) * merged in several of the patches RedHat created for RPM version. * improved current cdrtools support. * removed extra handling for ProDVD, as this is all now integrated into the current cdrecord without any need for a key. * updated several translations. Fixes PR 38238. OK by wiz@@. @ text @$NetBSD: patch-ab,v 1.5 2005/03/23 18:02:48 reed Exp $ --- configure.orig 2003-10-25 15:51:45.000000000 -0700 +++ configure @@@@ -4361,55 +4361,6 @@@@ echo "$as_me: error: Library requirement LIBS="$LIBS $PKGCONFIG_LIBS" CFLAGS="$CFLAGS $PKGCONFIG_CFLAGS" - # Extract the first word of "pcre-config", so it can be a program name with args. -set dummy pcre-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PCRE_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $PCRE_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PCRE_CONFIG="$PCRE_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PCRE_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done - - test -z "$ac_cv_path_PCRE_CONFIG" && ac_cv_path_PCRE_CONFIG="no" - ;; -esac -fi -PCRE_CONFIG=$ac_cv_path_PCRE_CONFIG - -if test -n "$PCRE_CONFIG"; then - echo "$as_me:$LINENO: result: $PCRE_CONFIG" >&5 -echo "${ECHO_T}$PCRE_CONFIG" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - if test "x$PCRE_CONFIG" = "xno" ; then - { { echo "$as_me:$LINENO: error: pcre-config not found please install libpcre3-dev or similar" >&5 -echo "$as_me: error: pcre-config not found please install libpcre3-dev or similar" >&2;} - { (exit 1); exit 1; }; } - else - LIBS="$LIBS `$PCRE_CONFIG --libs`" - CFLAGS="$CFLAGS `$PCRE_CONFIG --cflags`" - fi - else @@@@ -9249,7 +9200,6 @@@@ s,@@ENABLE_GTK2@@,$ENABLE_GTK2,;t t s,@@PKG_CONFIG@@,$PKG_CONFIG,;t t s,@@PKGCONFIG_CFLAGS@@,$PKGCONFIG_CFLAGS,;t t s,@@PKGCONFIG_LIBS@@,$PKGCONFIG_LIBS,;t t -s,@@PCRE_CONFIG@@,$PCRE_CONFIG,;t t s,@@GLIB_CONFIG@@,$GLIB_CONFIG,;t t s,@@GLIB_CFLAGS@@,$GLIB_CFLAGS,;t t s,@@GLIB_LIBS@@,$GLIB_LIBS,;t t @ 1.5 log @The configure.in/aclocal.m4/configure shipped with xcdroast source accidently included a check for PCRE. xcdroast build and installed software does not use pcre. This patch-ab removes the configure check for pcre. And the dependency for pcre is removed and package revision is bumped. This patch is same as if patched using new configure found via http://www.xcdroast.org/xcdr098/patches/ (and that webpage has five other patches to consider). This was okayed by maintainer, Thorsten F. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @update to 0.98alpha13 changes: -proxy support for CDDB lookups -bugfixes -use cdrtools-2.0 @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2002/12/02 20:29:49 drochner Exp $ d3 66 a68 11 --- src/xcdroast.h.orig Mon Dec 2 18:45:24 2002 +++ src/xcdroast.h Mon Dec 2 18:50:33 2002 @@@@ -83,7 +83,7 @@@@ #define UNAME "/bin/uname -a" #define UNAME2 "/usr/bin/uname -a" #define CHOWN "/bin/chown" -#define CHOWN2 "/usr/bin/chown" +#define CHOWN2 "/usr/sbin/chown" #define CHGRP "/bin/chgrp" #define CHGRP2 "/usr/bin/chgrp" #define CHMOD "/bin/chmod" @ 1.3 log @update to 0.98alpha11. There is a major restructuring of the sources, more than to be expected from the subminor version change. Still needs some finetuning... Most notable change: multisession support. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @* Use buildlink2. * Install some documentation. * Honor PKG_SYSCONFDIR (and warn user that the config file directory may have changed). * Allow for compiling with OSS support on NetBSD, though it is currently commented out. @ text @d3 11 a13 19 --- xcdroast.h.orig Tue Jul 17 12:40:54 2001 +++ xcdroast.h @@@@ -89,14 +89,14 @@@@ #define SAVEMASTERTRACK "mkisofs.out" /* default paths/configfile */ -#define PREFIX "/usr/local" +#define PREFIX "@@PREFIX@@" #define LIBDIR "lib/xcdroast-0.98" #define CONFIGDIR "~/.xcdroast" #define CONFFILE "xcdr098.cfg" #define LOGFILE "xcdr098.log" #define ISOOPTFILE "isoopt.cfg" #define ISOHEADERFILE "isoheader.cfg" -#define ROOTCONFIG "/etc/xcdroast.conf" +#define ROOTCONFIG "@@PKG_SYSCONFDIR@@/xcdroast.conf" /* language stuff*/ #define MAXENTRIES 512 @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- xcdroast.h-orig Sun Nov 26 15:51:09 2000 +++ xcdroast.h Sat Feb 10 00:03:29 2001 @@@@ -80,14 +80,14 @@@@ d10 1 a10 1 +#define PREFIX "@@@@PREFIX@@@@" d18 1 a18 1 +#define ROOTCONFIG "@@@@PREFIX@@@@/etc/xcdroast.conf" @ 1.1.1.1 log @Add xcdroast-0.98a8, a gtk+ based GUI for the cdrecord tools. Although this package is considered an alpha testversion by the author, it works remarkable well for me. Note that this needs cdrecord-1.9nb1, which was patched to make 'cdrecord -scanbus work'. xcdroast relies on this feature. Also note that I was not able to make wavplay work with our audio subsystem. Someone with more audio knowledge might want to tweak it. @ text @@