summaryrefslogtreecommitdiff
path: root/audio/nas/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-11-10Link libaudio against the libraries it needs (previously on Linux, Darwin,wiz1-1/+2
and FreeBSD; now on NetBSD too). Bump PKGREVISION. Noted broken by hira@
2007-08-17Supports DESTDIR.joerg1-1/+2
2007-08-15nas has moved to sourceforge so adjust MASTER_SITES and HOMEPAGEmarkd1-4/+3
2007-05-05Update nas to 1.9markd1-3/+2
Fixes to several DOS attacks that could be carried out aginst a nasd server, ANSI'fication of most of the server and client code, and significant rework of input and output mixer handling in the voxware (OSS) server.
2007-05-02# 1) uses dia library before it is builtgdt1-1/+5
# 2) make succeeds even with failures, making this problem non-obvious MAKE_JOBS_SAFE= no
2007-03-24Don't build/install auscope. Removes dependency on perl if all youmarkd1-8/+3
are interested in is the nas library. Bump PKGREVISION.
2007-01-28The server components don't get installed under Mac OS X.tron1-2/+2
2007-01-27Restructure how the PLIST is built to hopefully be clearer in whatsmarkd1-10/+7
happening and (closer) match the imake logic for what gets installed. Bump PKGREVISION.
2007-01-27Revert the attempt to set MANPATH. It only applied to some parts of themarkd1-2/+1
the tree resulting in some manual pages being installed into different path than the others. I see rillig has reverted his equivalent patch in mk/bsd.pkg.use.mk
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-10-22Fixed PKGMANDIR.rillig1-1/+2
2006-09-06Fix PLIST for sparc64.markd1-1/+2
2006-07-12Fixed pkglint warnings.rillig1-3/+4
2006-07-09Capitalize file names so that they match with those on a case-sensitive fileminskim1-17/+17
system. Noted by joerg@ on pkgsrc-changes@.
2006-07-08If UNPRIVILEGED=yes, replace hardcoded root and wheel withminskim1-1/+30
${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}, respectively.
2006-07-07Run configure with env variables set by pkgsrc. Previously, it was imakeminskim1-1/+4
that ran configure, which failed on Darwin because imake didn't pass all variables in CONFIGURE_ENV. This fixes PR 33812. The package still does not build on Darwin due to link errors.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-2/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-06-17Update to nas-1.8markd1-4/+3
- Correct problem in auvoxware, where if MixerInit is set to false, remote volume (mixer) requests are ignored. Reported by Paul Fox, with a fix determined by Steve McIntyre and Erik Auerswald. - Applied patch from Nicolas Escuder correcting a Cygwin issue in auvoxware.c - applied patch from Erik Auerswald adding a Mute button and functionality to aupanel. - applied patch from Nicolas Franois (via Steve McIntyre) correcting some typos in the AuSetBucketAttributes and AuSoundCreateFileFromBucket man pages.
2006-04-02amd64 trys to build the server so add oss dependency so it can. Bumpmarkd1-27/+18
PKGREVISION. Also do some pkglint cleanups.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-06-04Update to version 1.7bmarkd1-10/+11
6/3/2005 1.7b (devel) - applied patch from 'Inma', correcting a connection hang in Solaris 9. This reworks some of the very old and primitive fd_set stuff in Aulibint.c . - updated config/config.sub and config.guess to properly detect DragonFly systems. - Applied patch from Mark Davies and Joerg Sonnenberger correcting some BSD issues and adding DragonFly support. Then nasd.conf man page is always installed in $FILEMANDIR for all systems. 4/10/2005 1.7a (devel) - applied patch from Mark Davies correcting audio/Imakefile to properly define BSD44SOCKETS on NetBSD systems. - Applied patch from Steve McIntyre correcting CYWIN -> CYGWIN typo in server/dda/voxware/auvoxware.c - applied patch from Steve McIntyre Correcting some Gcc 4.0 and AMD64 issues.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07Define BSD44SOCKETS when building libaudio on NetBSD.markd1-1/+2
From PR pkg/20615 by Scott Presnell. Scott's patch was added to nas before 1.7 but then broken, this fixes that. Bump PKGREVISION.
2005-04-07Take maintainership.markd1-2/+2
2005-01-21Interix has no ossaudio, so don't try to use it there.tv1-4/+9
2004-12-29Generalize the dependency on p5-perl-headers to take account of all "nb"fredb1-2/+2
bumps, as suggested by Juergen Hannken-Illjes (PR pkg/28754).
2004-12-28Allow nb1 version of perl-headers as dependency too.wiz1-2/+2
2004-11-23Changes 1.7:adam1-7/+5
- fixed config/Imakefile so 'configure' command would work under cygwin. Tested clients/server under cygwin. - corrected a possible race condition in auvoxware that could cause the server to hang under certain conditions. I do not know why I haven't seen this problem before, but I could recreate it easily by killing auplay while playing a long tune. If the system restarts syscalls after a signal handler has run, a situation could arise where the previous timer was never disabled. This could cause a previous ioctl(DSP_SYNC) called from setSampleRate() to be constantly interrupted and restarted, causing an apparent hang. Now we just turn off the timer as the first thing in setSampleRate() so DSP_SYNC can actually finish. We also turn off the timer when openDevice is called, so the 'wait for device to become available' code can work too. - Patch from Tobias Diedrich that allows mixer init to fail in the voxware server. - redid the FAQ in an attempt to make it more useful. I'll try to keep it up to date. - updated libtool due to a problem(s) reported by Steve McIntyre.
2004-10-28Update MASTER_SITES.wiz1-2/+2
2004-04-17Enable pkgviews installation.minskim1-1/+3
2004-04-11bl3ify, and remove redundant USE_X11BASE, because we are using USE_IMAKE.xtraeme1-4/+3
2004-02-11I have no reason to believe I maintain this package.grant1-2/+2
2004-02-11this doesn't actually use xpm, the problem lies elsewhere...grant1-2/+1
2004-02-09nas requires Xpm, so include xpm/buildlink2.mk.grant1-1/+2
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-30Whitespace fixescjep1-2/+1
2003-12-18Fix the script which munges man pages to work with Solaris' xpg4 sed,sketch1-3/+11
which bails out if there is whitespace before a comment.
2003-10-28grant evidently owns this package.fredb1-2/+2
2003-10-28bump PKGREVISION (broken binary installation fix).grant1-2/+2
2003-10-26use DEPENDS+=, not DEPENDS=grant1-2/+2
2003-10-26replace <malloc.h> with <stdlib.h>, allowing this to build on systemsgrant1-1/+7
without <malloc.h>.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-5/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-15don't make assumptions about systems, just use GNU make everywhere.grant1-8/+3
2003-09-15Use GNU make on Linuxmartti1-1/+8