summaryrefslogtreecommitdiff
path: root/audio/nas
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Add makedepend to tools. From Makoto Fujiwara in PR 45434.wiz1-3/+3
2011-06-29Fix DESTDIR build on SunOS.hans1-2/+2
2010-01-24Added LICENSE information.heinz1-1/+2
2009-07-09Libm is needed on DragonFly as well. Bump PKGREVISION.hasso3-6/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg2-4/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-03fix problems with missing -lXau on darwin and solaris (at least)dbj2-16/+14
by providing a default define of SharedLibX which causes it to use a shared libaudio if the installed imake templates don't define it
2009-01-26Fix package on Solaris. Probably not the 'correct' fix, but it's a smallsketch2-6/+18
and working one without having to delve too far into imake.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-10-14Update nas to version 1.9.1.markd6-23/+58
This version adds some enhancements to aupanel, and reworks signal handling in the voxware server to avoid races, hangs and other issues seen with linux 2.6.21+ kernels. Other changes relating to the default value of the 'MixerInit' option and the new location of the local unix socket on Linux systems were also made. Also include a patch from Aleksey Cheusov for a "libpthread: Unlocking unlocked mutex" bug.
2008-10-11Add an rc.d script. Slightly modified from the one provided inmarkd3-3/+23
PR pkg/39701. Bump PKGREVISION.
2008-05-31Assume that we need to link with -lXt -lXau if we're not on any of thetnn2-14/+14
platforms explicitly defined. Should fix build on SunOS.
2007-12-25Fix build problem on NetBSD/powerpc as seen in Havard Eidnes' bulk build.markd2-3/+39
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,wiz3-5/+15
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.9markd5-39/+38
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 youmarkd4-23/+16
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.rillig2-6/+7
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-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08If UNPRIVILEGED=yes, replace hardcoded root and wheel withminskim1-1/+30
${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}, respectively.
2006-07-08Add required link options for Darwin.minskim2-1/+17
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.8markd3-10/+9
- 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-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
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.joerg2-3/+4
2006-01-11Some makedepend's object if a referenced header file is a danglingmarkd3-5/+23
symlink, so create the actual release.h file at the includes stage as the depends stage is too late (server/os is before lib/audio). Fixes PR pkg/32098 from Gilles Dauphin. Also fix installation of nasd.conf manual page on systems where imake doesn't have an InstallGenManPage rule (ie. solaris with openwin)
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.7bmarkd6-46/+32
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-06-01LIBMAN manual pages should have the LIBMAN suffix.markd1-131/+131
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-09Replace a TAB with a SPACE to make some makes happy.markd2-6/+8
2005-04-07Define BSD44SOCKETS when building libaudio on NetBSD.markd3-2/+17
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-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2