aboutsummaryrefslogtreecommitdiff
path: root/audio/oss
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Correct "BSD" licenses in audio categoryMark Felder2014-12-041-1/+1
| | | | Notes: svn path=/head/; revision=373990
* Cleanup plistBaptiste Daroussin2014-10-201-7/+0
| | | | Notes: svn path=/head/; revision=371234
* pkg(8) already create empty directories no need to recreate themBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367111
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* Update to 4.2-build2009.Jung-uk Kim2014-03-083-67/+95
| | | | Notes: svn path=/head/; revision=347436
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339838
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add an explicit dependency on pkgconf (needed to build ossxmix)Antoine Brodin2013-09-291-0/+1
| | | | Notes: svn path=/head/; revision=328650
* 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
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Update to 4.2-build2008. The only dependent port, multimedia/qmmp, does notDaniel Eischen2013-07-132-3/+3
| | | | | | | | | | | have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION bump is necessary for qmmp. PR: 179956 Submitted by: Waitman Gobble uzimac at da3m0n8t3r dot com Notes: svn path=/head/; revision=322952
* Respect additional environment variable ${SYSDIR}.Stefan Walter2013-05-022-0/+9
| | | | | | | | PR: 170405 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=317148
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Add fix to allow building with clangJason E. Hale2012-10-262-6/+11
| | | | | | | | | | | | - Trim Makefile header PR: ports/172609 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306416
* - Update to 4.2 build2007.Jung-uk Kim2012-10-055-219/+4
| | | | | | | - Release maintainership to the ports pool. Notes: svn path=/head/; revision=305319
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Include bsd.port.pre.mk before SRC_BASE is referenced.Jung-uk Kim2012-06-251-5/+7
| | | | | | | PR: ports/169212 Notes: svn path=/head/; revision=299965
* Use the new options framework.Jung-uk Kim2012-06-041-6/+7
| | | | Notes: svn path=/head/; revision=298382
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Do not ignore hardwired device unit number.Jung-uk Kim2012-02-202-6/+9
| | | | | | | Tested by: rank1seeker at gmail dot com Notes: svn path=/head/; revision=291952
* Fix build on 8.x.Jung-uk Kim2012-02-171-1/+1
| | | | | | | PR: ports/165193 Notes: svn path=/head/; revision=291622
* Update to 4.2 build 2006 and add two additional patches from OSS Mercurial:Jung-uk Kim2012-02-175-35/+165
| | | | | | | | http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/0500de7fee6f http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/1a5c5373b72a Notes: svn path=/head/; revision=291617
* - Do not allow loading osscore when sound(4) is loaded. [1]Jung-uk Kim2012-01-312-5/+45
| | | | | | | | | | - Make portlint little happier. PR: ports/164567 [1] Submitted by: crees (initial version) [1] Notes: svn path=/head/; revision=290195
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 4.2 build 2005.Jung-uk Kim2011-08-253-10/+11
| | | | Notes: svn path=/head/; revision=280372
* Fix build with Clang.Jung-uk Kim2011-07-252-0/+40
| | | | Notes: svn path=/head/; revision=278311
* Honor environment variable CC and fix build without cc(1).Jung-uk Kim2011-06-211-0/+31
| | | | Notes: svn path=/head/; revision=276044
* Fix build with clang.Jung-uk Kim2011-06-215-0/+68
| | | | Notes: svn path=/head/; revision=276040
* Rename CONF_FILES to avoid conflict with an upcoming infrastructure change.Jung-uk Kim2011-05-191-2/+2
| | | | | | | | | PR: ports/157156 Submitted by: Chris Rees (utisoft at gmail dot com) Discussed with: bapt Notes: svn path=/head/; revision=274335
* Add a missing change in the previous commit.Jung-uk Kim2011-01-061-2/+20
| | | | Notes: svn path=/head/; revision=267467
* Update to 4.2 build 2004 and add LICENSE.Jung-uk Kim2011-01-063-8/+9
| | | | Notes: svn path=/head/; revision=267466
* Update to 4.2 build 2003.Jung-uk Kim2010-06-284-35/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257121
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix build on -CURRENT.Jung-uk Kim2010-01-192-0/+30
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=248163
* - Chase distfile change. The previous tarball was actually build 2001.Jung-uk Kim2009-11-163-7/+13
| | | | | | | | | | - Fix soundoff and add a proper prefix to ossdevlinks[1]. PR: ports/139580, ports/140592[1] Submitted by: Michael Hax (nc dot bash at gmail dot com) Notes: svn path=/head/; revision=244337
* Update to 4.2 build 2002.Jung-uk Kim2009-11-112-4/+4
| | | | Notes: svn path=/head/; revision=244131
* Update to 4.2 build 2000.Jung-uk Kim2009-09-228-137/+83
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241922
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build on -CURRENT.Jung-uk Kim2009-07-101-0/+28
| | | | Notes: svn path=/head/; revision=237595
* Update to 4.1 build 1052.Jung-uk Kim2009-03-253-17/+20
| | | | Notes: svn path=/head/; revision=230937
* There is no need for minor() on -CURRENT. Just use dev2unit() macro.Jung-uk Kim2009-02-161-7/+7
| | | | Notes: svn path=/head/; revision=228516
* - Fix build on -CURRENT.Jung-uk Kim2009-02-163-19/+100
| | | | | | | | | | | - Fix a typo in soundoff and remove a redundant patch[1]. - Install pre-compressed manual pages properly[2]. Reported by: Jeroen Ruigrok van der Werven (asmodai at in-nomine dot org)[1] PR: ports/131420[2] Notes: svn path=/head/; revision=228513
* Update to 4.1 build 1051.Jung-uk Kim2009-01-213-9/+11
| | | | Notes: svn path=/head/; revision=226623
* Install an example file and remove redundant command from Makefile.Jung-uk Kim2008-12-122-1/+3
| | | | Notes: svn path=/head/; revision=224138
* Update to 4.1 build 1050.Jung-uk Kim2008-12-1210-139/+131
| | | | Notes: svn path=/head/; revision=224136
* Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.Jung-uk Kim2008-07-152-0/+13
| | | | | | | PR: ports/125542 Notes: svn path=/head/; revision=216878