Date: Wed, 27 Oct 1999 11:03:32 +0900 (JST) From: futatuki@fureai.or.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14550: Update port: cdrdao 1.1.3 Message-ID: <199910270203.LAA32567@home.bsdclub.org>
next in thread | raw e-mail | index | archive | help
>Number: 14550 >Category: ports >Synopsis: Update port: cdrdao 1.1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhito FUTATSUKI >Release: FreeBSD 3.3-STABLE i386 >Organization: DEBUG (A BSD Users' Group at South Ibaraki, Japan) >Environment: FreeBSD mkii.salt.bbs 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Sep 19 03:54:37 JST 1999 root@mkii.salt.bbs:/ext/src/sys/compile/MKII i386 >Description: * Update for new release cdrdao-1.1.3 * Change maintainer's E-Mail address futatuki@fureai.or.jp -> futatuki@debug.gr.jp * Playback function is now available on xcdrdao New file: patches/patch-ac, pkg/PLIST.xcdrdao >How-To-Repeat: >Fix: Apply following patch BEGIN --- cut here --- cut here --- cut here --- cut here --- diff -urN ../cdrdao-1.1.2/Makefile ./Makefile --- ../cdrdao-1.1.2/Makefile Wed Oct 27 03:17:01 1999 +++ ./Makefile Wed Oct 27 04:28:55 1999 @@ -10,17 +10,17 @@ # If You don't want to use pthreads, set DONT_USE_PTHREADS = yes # If You want the graphical X toc file editor, set XCDRDAO = yes -DISTNAME= cdrdao-1.1.2.src -PKGNAME= cdrdao-1.1.2 +DISTNAME= cdrdao-1.1.3.src +PKGNAME= cdrdao-1.1.3 CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ -MAINTAINER= futatuki@fureai.or.jp +MAINTAINER= futatuki@debug.gr.jp BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\ dlg:${PORTSDIR}/devel/pccts -WRKSRC= ${WRKDIR}/cdrdao-1.1.2 +WRKSRC= ${WRKDIR}/cdrdao-1.1.3 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -39,14 +39,12 @@ .if defined(XCDRDAO) USE_NEWGCC= yes LIB_DEPENDS+= gtkmm-1.0.7:${PORTSDIR}/x11-toolkits/gtk-- +MAN1+= xcdrdao.1 +PLIST=${PKGDIR}/PLIST.xcdrdao .else CONFIGURE_ARGS= --disable-gtkmmtest .endif -.if defined(USE_NEWGCC) && ${USE_NEWGCC} == yes && ${OSVERSION} < 400004 -CFLAGS+= -fpermissive -.endif - .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib .endif @@ -75,7 +73,8 @@ strip $(PREFIX)/bin/xcdrdao .endif @${MKDIR} ${PREFIX}/share/doc/cdrdao -.for i in COPYING INSTALL README README.FreeBSD README.PlexDAE +.for i in COPYING CREDITS INSTALL README README.FreeBSD README.PlexDAE \ + Release-1.1.0 Release-1.1.2 Release-1.1.3 @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ .endfor @${CAT} ${PKGDIR}/MESSAGE diff -urN ../cdrdao-1.1.2/files/md5 ./files/md5 --- ../cdrdao-1.1.2/files/md5 Sun Aug 15 06:49:17 1999 +++ ./files/md5 Wed Oct 27 03:23:09 1999 @@ -1 +1 @@ -MD5 (cdrdao-1.1.2.src.tar.gz) = 9ba656894cb24d05502943e7e804cd3e +MD5 (cdrdao-1.1.3.src.tar.gz) = 9a6bfcc70fda8a6a4aee693a6a407b8e diff -urN ../cdrdao-1.1.2/patches/patch-ac ./patches/patch-ac --- ../cdrdao-1.1.2/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ ./patches/patch-ac Wed Oct 27 03:37:58 1999 @@ -0,0 +1,28 @@ +--- configure.orig Wed Oct 27 01:13:45 1999 ++++ configure Wed Oct 27 03:29:33 1999 +@@ -2945,7 +2945,7 @@ + esac + + case "$host" in +- *-linux-*) ++ *-linux-* | *-freebsd*) + sound_if_src=SoundIF-linux.cc + ;; + +--- xdao/SoundIF-linux.cc.orig Wed Oct 27 01:13:46 1999 ++++ xdao/SoundIF-linux.cc Wed Oct 27 03:37:23 1999 +@@ -31,7 +31,14 @@ + * + */ + ++# if defined(__FreeBSD__) ++#include <machine/soundcard.h> ++# if !defined(SNDCTL_DSP_CHANNELS) ++# define SNDCTL_DSP_CHANNELS SNDCTL_DSP_STEREO ++# endif ++# else + #include <linux/soundcard.h> ++# endif + + #include <stdio.h> + #include <assert.h> diff -urN ../cdrdao-1.1.2/pkg/MESSAGE ./pkg/MESSAGE --- ../cdrdao-1.1.2/pkg/MESSAGE Tue Jun 29 00:57:01 1999 +++ ./pkg/MESSAGE Wed Oct 27 03:51:26 1999 @@ -1,11 +1,9 @@ Note: - * Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM". - Cdrdao requires kernel with these options. - * Also, you must include + * If you want to use POSIX schedule mechanism, you must include options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" in your kernel configuration. These options are required by POSIX thread - control functions. + control functions. diff -urN ../cdrdao-1.1.2/pkg/PLIST ./pkg/PLIST --- ../cdrdao-1.1.2/pkg/PLIST Sun Aug 15 06:49:17 1999 +++ ./pkg/PLIST Wed Oct 27 04:17:20 1999 @@ -1,8 +1,11 @@ bin/cdrdao -bin/xcdrdao share/doc/cdrdao/COPYING +share/doc/cdrdao/CREDITS share/doc/cdrdao/INSTALL share/doc/cdrdao/README share/doc/cdrdao/README.FreeBSD share/doc/cdrdao/README.PlexDAE +share/doc/cdrdao/Release-1.1.0 +share/doc/cdrdao/Release-1.1.2 +share/doc/cdrdao/Release-1.1.3 @dirrm share/doc/cdrdao diff -urN ../cdrdao-1.1.2/pkg/PLIST.xcdrdao ./pkg/PLIST.xcdrdao --- ../cdrdao-1.1.2/pkg/PLIST.xcdrdao Thu Jan 1 09:00:00 1970 +++ ./pkg/PLIST.xcdrdao Wed Oct 27 03:52:06 1999 @@ -0,0 +1,12 @@ +bin/cdrdao +bin/xcdrdao +share/doc/cdrdao/COPYING +share/doc/cdrdao/CREDITS +share/doc/cdrdao/INSTALL +share/doc/cdrdao/README +share/doc/cdrdao/README.FreeBSD +share/doc/cdrdao/README.PlexDAE +share/doc/cdrdao/Release-1.1.0 +share/doc/cdrdao/Release-1.1.2 +share/doc/cdrdao/Release-1.1.3 +@dirrm share/doc/cdrdao END --- cut here --- cut here --- cut here --- cut here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910270203.LAA32567>