aboutsummaryrefslogtreecommitdiff
path: root/audio/snd
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 10.6Dennis Herrmann2009-05-283-5/+5
| | | | Notes: svn path=/head/; revision=234714
* - Chase fftw3 updatePav Lucistnik2009-05-181-1/+2
| | | | Notes: svn path=/head/; revision=234143
* - Update to 10.5Dennis Herrmann2009-04-213-7/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=232427
* - Add Motif/GTK2 graphic supportDennis Herrmann2009-03-101-11/+14
| | | | | | | | | | | | - Remove ruby support - Bump PORTREVISION PR: 132280 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer, tabthorpe (co-mentor) Notes: svn path=/head/; revision=229844
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Update to 10.4Martin Wilke2009-02-273-4/+15
| | | | | | | | PR: 132174 Submitted by: Maintainer Notes: svn path=/head/; revision=229186
* - Update to 10.3Martin Wilke2009-02-093-15/+9
| | | | | | | | PR: 130718 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=227892
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* - Chase gsl shlib bumpMartin Wilke2009-01-121-1/+2
| | | | Notes: svn path=/head/; revision=225875
* - Update to 10.2Martin Wilke2008-12-043-6/+6
| | | | | | | | PR: 129345 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=223778
* - Update to 10.1Martin Wilke2008-10-183-7/+5
| | | | | | | | PR: 128202 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=221747
* - Adds OPTIONS for the following scheme implementations:Martin Wilke2008-10-123-137/+171
| | | | | | | | | | | | | | | *Gauche *S7 (which according to the documentation, is now the default instead of Guile) - Fix plist - Bump PORTREVISION PR: 127761 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer Notes: svn path=/head/; revision=221475
* - Update to 10.0Martin Wilke2008-09-263-7/+13
| | | | | | | | | | - Pass maintainership to submitter PR: 127584 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=220803
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-1/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* - Update to 9.11Martin Wilke2008-07-173-6/+11
| | | | | | | | PR: 125688 Submitted by: Ports Fury Notes: svn path=/head/; revision=216995
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Update to 9.10Martin Wilke2008-06-058-166/+589
| | | | | | | | PR: 124309 Submitted by: Ports Fury Notes: svn path=/head/; revision=214394
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-2/+2
| | | | Notes: svn path=/head/; revision=208243
* The configure script in this port attempts to detect the presense ofDon Lewis2007-07-301-0/+11
| | | | | | | | | | | | | | | | | | | complex math support by compiling a test program containing this statement: val = ccosh(cacosh(1.5) / 100.0); This does not work with GCC 4.2 in -CURRENT because the compiler totally optimizes away the statement, so the lack of these complex functions in the library is not detected. This causes the actual build to fail because the linker is unable to find various complex math functions in the system library. Fix the test by declaring "val" as volatile to prevent the compiler from optimizing away the expression. PR: ports/115028 Notes: svn path=/head/; revision=196767
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
| | | | Notes: svn path=/head/; revision=194427
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add NLS knobRong-En Fan2006-07-151-20/+24
| | | | | | | | | | | | - Check WITH/WITHOUT according to Porter's Handbook and does this after bsd.port.pre.mk - WITHOUT_X11 has to be put before bsd.port.pre.mk due to USE_X_PREFIX PR: ports/99508 (based on) Submitted by: Arseny Nasokin <tarc tarc.po.cs.msu.su> Notes: svn path=/head/; revision=167908
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-3/+3
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* BROKEN on sparc64: Does not compileKris Kennaway2006-01-141-1/+7
| | | | Notes: svn path=/head/; revision=153438
* Hash with SHA-256.Trevor Johnson2006-01-071-0/+1
| | | | Notes: svn path=/head/; revision=153010
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* - Fix install on 6.xRenato Botelho2005-09-091-12/+18
| | | | | | | | | PR: ports/85275 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=142298
* Bump PORTREVISION after the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
| | | | | | | Obtained from: thierry Notes: svn path=/head/; revision=134513
* Chase the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
| | | | Notes: svn path=/head/; revision=134498
* Now builds on 4.xKris Kennaway2005-04-301-3/+7
| | | | Notes: svn path=/head/; revision=134390
* BROKEN: Does not installKris Kennaway2005-04-101-7/+3
| | | | Notes: svn path=/head/; revision=132966
* BROKEN on sparc64: Does not buildKris Kennaway2005-03-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132039
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 7.8.Trevor Johnson2004-12-292-6/+5
| | | | | | | | Define USE_X_PREFIX, so mtree will not create share/nls/POSIX and share/nls/en_US.US-ASCII under /usr/X11R6--submitted by kris. Notes: svn path=/head/; revision=125465
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Chase libgsl-updateVolker Stolz2004-07-071-1/+1
| | | | Notes: svn path=/head/; revision=113119
* Fix whitespace.Trevor Johnson2004-06-181-1/+1
| | | | | | | Submitted by: Dan Langille Notes: svn path=/head/; revision=111769
* Update to version 7. Use OPTIONS.Trevor Johnson2004-06-183-82/+78
| | | | Notes: svn path=/head/; revision=111768
* These broken ports are scheduled for deletion on June 18 if they areKris Kennaway2004-04-191-0/+2
| | | | | | | still broken at that time and no PRs have been submitted containing a fix. Notes: svn path=/head/; revision=107549
* This appears to be broken globally.Kris Kennaway2004-03-111-7/+3
| | | | Notes: svn path=/head/; revision=103628
* BROKEN on 5.x: does not compileKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100447
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-131-1/+0
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Avoid Perl.Trevor Johnson2003-10-041-5/+6
| | | | | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Increment libgsl soname. Notes: svn path=/head/; revision=90244
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743