aboutsummaryrefslogtreecommitdiff
path: root/audio/nas
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/nas: fix build with -fno-commonNiclas Zeising2020-08-221-0/+11
| | | | | | | | | | Pull in a patch from upstream to fix the build of audio/nas with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=545789
* Drop uneeded dependency on deprecated libXPBaptiste Daroussin2019-09-271-3/+3
| | | | | | | | | | Add xorg to USES PR: 240836 Submitted by: zeising Notes: svn path=/head/; revision=513003
* Annotate example configuration file as @sample and thus get rid ofAlexey Dokuchaev2019-05-293-15/+2
| | | | | | | pkg-message which merely suggested that "it should work fine as is". Notes: svn path=/head/; revision=502958
* Remove redundant PKGMESSAGE assignment, which is set appropriatelyAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469132
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-152/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490 Notes: svn path=/head/; revision=458513
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2614-88/+141
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Cleanup plistBaptiste Daroussin2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368840
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
| | | | Notes: svn path=/head/; revision=363157
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Update to 1.9.4Baptiste Daroussin2013-10-192-6/+10
| | | | | | | | | Properly fix shebang on bin/auscope Run depends on perl Strip binaries Notes: svn path=/head/; revision=330806
* StagifyBaptiste Daroussin2013-10-042-6/+150
| | | | Notes: svn path=/head/; revision=329372
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Remove USE_GCC=any since the port builds with clang now.Tijl Coosemans2013-09-021-6/+3
| | | | | | | Also remove the no longer needed post-patch target. Notes: svn path=/head/; revision=326024
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-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 Notes: svn path=/head/; revision=321957
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-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. Notes: svn path=/head/; revision=305610
* - Update to 1.9.3Sylvio Cesar Teixeira2011-08-293-8/+7
| | | | Notes: svn path=/head/; revision=280712
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.9.2Sylvio Cesar Teixeira2010-04-173-9/+9
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252849
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-04-121-0/+1
| | | | | | | Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=232237
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-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). Notes: svn path=/head/; revision=226727
* - restore the way it was before I started to "fix" things that didn't needIon-Mihai Tetcu2008-06-241-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!") Notes: svn path=/head/; revision=215721
* - Really fix plist this timeIon-Mihai Tetcu2008-06-241-5/+7
| | | | | | | - bump PORTREVISION again Notes: svn path=/head/; revision=215666
* - fix plist for -DNOPORTDOCSIon-Mihai Tetcu2008-06-241-1/+4
| | | | | | | | | - bump PORTREVISION Submitted by: QA Tindy run Notes: svn path=/head/; revision=215653
* [PATCH] audio/nas: update to 1.9.1Edwin Groothuis2008-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 Notes: svn path=/head/; revision=215053
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=188422
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164919
* Update to 1.8Erwin Lansing2006-06-042-4/+4
| | | | | | | | PR: 98493 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=164367
* Remove -Werror from CFLAGS. Although I cannot reproduce the warning onErwin Lansing2006-06-041-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 Notes: svn path=/head/; revision=164358
* Fix build on 64 bit platformsVasil Dimov2006-05-201-5/+20
| | | | Notes: svn path=/head/; revision=162857
* Split patch-warnings intoVasil Dimov2006-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. Notes: svn path=/head/; revision=162856
* Update to 1.7cErwin Lansing2006-05-192-4/+4
| | | | | | | | PR: 97483 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=162779
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Use SUB_FILES to replace %%PREFIX%%Edwin Groothuis2006-04-012-3/+5
| | | | Notes: svn path=/head/; revision=158543
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Back out last commit, the template got fixed in the meantime.Michael Nottebrock2005-10-141-4/+0
| | | | Notes: svn path=/head/; revision=145406
* Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later doesMikhail Teterin2005-10-141-11/+11
| | | | | | | | | not exist on FreeBSD-4.x Notified by: Paulo Fragoso Notes: svn path=/head/; revision=145375
* Fix build on 4.xMichael Nottebrock2005-10-111-1/+5
| | | | Notes: svn path=/head/; revision=144982
* Remove a bogus variable from the Makefile.Mikhail Teterin2005-10-101-1/+0
| | | | Notes: svn path=/head/; revision=144873
* Re-arrange the make-targets to avoid remaking the Makefiles -- this wasMikhail Teterin2005-10-101-1/+1
| | | | | | | my regression from the earlier version of the port. Notes: svn path=/head/; revision=144872
* Add the missing patch, which provides for nas executables linkingMikhail Teterin2005-10-101-0/+9
| | | | | | | dynamically with -laudio. Notes: svn path=/head/; revision=144871
* Update from 1.7 to 1.7b. Add the following improvements:Mikhail Teterin2005-10-106-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... Notes: svn path=/head/; revision=144861
* - Fix build on !i386Pav Lucistnik2004-11-181-1/+11
| | | | | | | Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Notes: svn path=/head/; revision=121852
* - Update to 1.7Pav Lucistnik2004-11-156-65/+28
| | | | | | | | PR: ports/73967 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Notes: svn path=/head/; revision=121724
* - Fix MASTER_SITESKirill Ponomarev2004-04-141-1/+1
| | | | | | | | PR: ports/65531 Submitted by: Ports Fury Notes: svn path=/head/; revision=107036
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295