aboutsummaryrefslogtreecommitdiffstats
path: root/audio/nas
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9.4bapt2013-10-192-6/+10
| | | | | | Properly fix shebang on bin/auscope Run depends on perl Strip binaries
* Stagifybapt2013-10-052-6/+150
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Remove USE_GCC=any since the port builds with clang now.tijl2013-09-031-6/+3
| | | | Also remove the no longer needed post-patch target.
* New USES imake to handle the dependency on imake.bapt2013-06-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Update to 1.9.3sylvio2011-08-303-8/+7
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 1.9.2sylvio2010-04-183-9/+9
| | | | Approved by: itetcu (mentor, implicit)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with A
* - Mark MAKE_JOBS_UNSAFEpav2009-04-131-0/+1
| | | | Submitted by: David Naylor <naylor.b.david@gmail.com>
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - restore the way it was before I started to "fix" things that didn't needitetcu2008-06-251-7/+3
| | | | | | | | fixing (it was failing on my tindys because of a very particular environment poisoning) - no bump of PORTREVISION this time since I didn't actually changed anything Pointyhat to: itetcu@ (raises and waves "It's me!")
* - Really fix plist this timeitetcu2008-06-241-5/+7
| | | | - bump PORTREVISION again
* - fix plist for -DNOPORTDOCSitetcu2008-06-241-1/+4
| | | | | | - bump PORTREVISION Submitted by: QA Tindy run
* [PATCH] audio/nas: update to 1.9.1edwin2008-06-188-158/+215
| | | | | | | | | | | | | | * Update to 1.9.1 which is claimed to fix many race conditions and nasd segfaults (I experience those quite often with 1.8) (I haven't yet used new nasd for enough time to prove that) * Use SF macro, USE_XORG (so this port should be ready to ports/122340) and make this port respect CC/CXX * Adapt all old patches to the new code PR: ports/123684 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Portlint:mezz2007-03-271-1/+1
| | | | -INSTALLS_SHLIB -> USE_LDCONFIG.
* - Give a few homeless ports a home with multimedia@ahze2006-06-101-1/+1
|
* Update to 1.8erwin2006-06-052-4/+4
| | | | | PR: 98493 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Remove -Werror from CFLAGS. Although I cannot reproduce the warning onerwin2006-06-051-1/+0
| | | | | | | | | | an amd64 machine, there are several reports that there is one, so don't let it break the build. PR: 97580 Submitted by: "O. Hartmann" <hartmann@quark-park.dyndns.org>, pointyhat via kris Fix suggested by: anray
* Fix build on 64 bit platformsvd2006-05-201-5/+20
|
* Split patch-warnings intovd2006-05-2011-429/+429
| | | | | | | | | | | | | | patch-clients_audio_audemo_audemo.c patch-clients_audio_auedit_Graph.c patch-clients_audio_auedit_auedit.c patch-clients_audio_aupanel_aupanel.c patch-clients_audio_auphone_auphone.c patch-clients_audio_autool_audiotool.c patch-clients_audio_auwave_auwave.c patch-server_dda_voxware_config.c patch-server_dia_gram.y patch-server_dia_lex.l to ease with maintaining.
* Update to 1.7cerwin2006-05-192-4/+4
| | | | | PR: 97483 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Use SUB_FILES to replace %%PREFIX%%edwin2006-04-012-3/+5
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Back out last commit, the template got fixed in the meantime.lofi2005-10-151-4/+0
|
* Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later doesmi2005-10-141-11/+11
| | | | | | not exist on FreeBSD-4.x Notified by: Paulo Fragoso
* Fix build on 4.xlofi2005-10-121-1/+5
|
* Remove a bogus variable from the Makefile.mi2005-10-111-1/+0
|
* Re-arrange the make-targets to avoid remaking the Makefiles -- this wasmi2005-10-111-1/+1
| | | | my regression from the earlier version of the port.
* Add the missing patch, which provides for nas executables linkingmi2005-10-111-0/+9
| | | | dynamically with -laudio.
* Update from 1.7 to 1.7b. Add the following improvements:mi2005-10-116-34/+461
| | | | | | | | | | | | | 1) Use proper CFLAGS to compiled libaudio's unshared/*.o -- previously only the shared objects were thus compiled. 2) Use -fPIC for shared objects only on sparc64 -- on other platforms use -fpic. 3) Use the unshared/*.o to create the static libaudio.a -- previously the shared objects were used for both libraries. 4) Link with -lXt and -lXau -- the vendor's Imakefile does that only on Linux, for some reason... The first three of these points should really be handled by imake et al...
* - Fix build on !i386pav2004-11-181-1/+11
| | | | Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* - Update to 1.7pav2004-11-166-65/+28
| | | | | PR: ports/73967 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* - Fix MASTER_SITESkrion2004-04-151-1/+1
| | | | | PR: ports/65531 Submitted by: Ports Fury
* Add SIZE.trevor2004-01-281-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Upgrade to 1.6.obraun2002-10-266-63/+29
| | | | | PR: 44482 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h, andkris2002-09-082-13/+35
| | | | avoid duplicate bogus declaration of sys_nerr)
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Attempt to fix compilation error under -CURRENT, logged by bento.trevor2002-05-261-0/+16
| | | | The error did not appear for me under -STABLE.
* - update to 1.5petef2001-12-316-72/+191
| | | | | | | | | - update MASTER_SITES - split manpages out into Makefile.man - print out PKGMESSAGE better PR: 33333 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix alpha build failure by including <machine/pcaudioio.h> only for i386.trevor2000-12-171-5/+16
| | | | | PR: 23592 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Remove html man pages and tricks that deal with it -- these are nowasami2000-09-212-160/+1
| | | | handled in bsd.port.mk.
* Update to 1.4.1.sobomax2000-09-073-5/+164
| | | | | | | + Hack PLIST to delete HTML version of manpages on XFree4. PR: 21076 Submitted by: Trevor Johnson <trevor@jpj.net>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-3/+1
|
* Add nasd.1 nasd.conf.1 to MAN1jedgar2000-05-021-1/+1
| | | | Found by: bento
* Add a slash to the end of search_path so nasd.conf can be found.steve2000-05-011-1/+1
| | | | | PR: 17970 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Update port to 1.4jedgar2000-03-3010-125/+130
| | | | | | | Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Add MAINTAINER= ports@FreeBSD.ORG to makefile. It had no MAINTAINER line.mharo1999-05-311-1/+3
|
* sort plistmharo1999-05-311-29/+29
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile and removesteve1998-09-282-152/+52
| | | | empty directories on deinstall.
* Allow nas to compile under CURRENT.jseger1997-11-061-0/+19
|
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-061-3/+1
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-161-2/+4
| | | | Added MAINTAINERS to many of them.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Added several files that were missing.max1996-10-051-2/+8
| | | | Removed unnecessary @cwd directive.
* Replaced several hunks that didn't apply properly.max1996-10-053-31/+19
| | | | Also, removed one hunk from patch-ac which seemed no longer needed.
* ps, forgot thisadam1996-10-031-1/+1
|
* version 1.2p5adam1996-10-032-33/+3
|
* This patch fixes a bug in the NAS port included with 2.1R.jkh1996-07-271-0/+25
| | | | | | | | | | The symptom: NAS client applications cannot properly locate the server. Specifically, server specifications such as `:0' are not properly linked. The cause: A compiler define for BSD 4.4 Sockets was incorrectly set in the makefile. Submitted-By: Tim Kientzle <kientzle@netcom.com>
* Added "XMKMF=xmkmf" -- this port has "ALL_TARGET=World", which involvesasami1995-10-041-1/+3
| | | | | rebuilding all the Makefiles, so no need to do it from the default "xmkmf -a" (and boy did it take long or what).
* Updating Makefiles, audio ports.asami1995-04-121-3/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+1
|
* Yet more package filesgpalmer1995-02-063-0/+194
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* There is no longer a values.h in 2.0. Remove the reference to it and usegibbs1994-11-071-0/+55
| | | | | | | limits.h instead. MAXSHORT -> SHRT_MAX -MAXSHORT -> SHRT_MIN
* NAS - NetAudio Server.jkh1994-11-044-0/+84