aboutsummaryrefslogtreecommitdiff
path: root/audio/libsndfile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkBaptiste Daroussin2012-05-301-9/+11
| | | | Notes: svn path=/head/; revision=297770
* disable some machine-dependent code by default; add a test targetBrendan Fabeny2012-03-071-1/+13
| | | | Notes: svn path=/head/; revision=292864
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284554
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 1.0.25.Koop Mast2011-09-122-6/+7
| | | | | | | | | | | Define CPPFLAGS outside of CONFIGURE_ENV. PR: ports/160684 Submitted by: olgeni@ Security: b9f3ffa3-dd6c-11e0-b7fc-000a5e1e33c6 Notes: svn path=/head/; revision=281700
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* if the star is gone, it doesn't workBaptiste Daroussin2011-03-291-1/+1
| | | | Notes: svn path=/head/; revision=271981
* - update to 1.0.24Baptiste Daroussin2011-03-293-25/+9
| | | | | | | - add license Notes: svn path=/head/; revision=271977
* Explicit disable alsa compatibility library.Koop Mast2010-12-151-0/+1
| | | | | | | | | PR: ports/153190 Submitted by: makc@ With hat: multimedia@ Notes: svn path=/head/; revision=266373
* Update to 1.0.23Koop Mast2010-11-034-17/+7
| | | | | | | | | | | Make sure the MAN1= line doesn't exceed 80 chars. PR: ports/151206 (update to 1.0.22) Submitted by: olgeni@ With hat: multimedia@ Notes: svn path=/head/; revision=263974
* 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
* - Added patch to fix build of devel/sfmlSylvio Cesar Teixeira2010-04-122-0/+12
| | | | | | | | | | | - BUMP PORTREVISION PR: ports/145656 Submitted by: amdmi3@ Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252607
* - Update to 1.0.21Sylvio Cesar Teixeira2010-04-103-13/+10
| | | | | | | | | PR: ports/142522 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252523
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* - Update to 1.0.20Martin Wilke2009-05-303-6/+5
| | | | | | | | | PR: 134751 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Security: http://www.freebsd.org/ports/portaudit/6355efdb-4d4d-11de-8811-0030843d3802.html Notes: svn path=/head/; revision=234859
* Unbreak libsndfile build when octave is installed.Ed Schouten2009-03-101-1/+2
| | | | | | | | | | | | | If octave is installed on the system, libsndfile wants to build octave support, which only seems to cause compiler errors. If we really want octave support, we should add a proper switch to the port. PR: ports/131647 Notes: svn path=/head/; revision=229830
* Update libsndfile to 1.0.19.Ed Schouten2009-03-102-8/+4
| | | | | | | | | Unlike the previous release, this version does not depend on an unreleased version of libvorbis. This means we can remove those awful regexes from the Makefile. Notes: svn path=/head/; revision=229826
* Use USE_GMAKE to fix build on some version of FreeBSDMichael Johnson2009-02-151-0/+1
| | | | | | | Submitted by: 1wkmmr@gmail.com Notes: svn path=/head/; revision=228361
* Update to 1.0.18Michael Johnson2009-02-095-547/+19
| | | | | | | Submitted by: Ed Schouten <ed@80386.nl> Notes: svn path=/head/; revision=227860
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-073-46/+503
| | | | | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476 Notes: svn path=/head/; revision=210771
* - Fix the build when audio/oss is installed by force to search forJeremy Messenger2007-09-151-2/+5
| | | | | | | | | | | | sys/soundcard.h in /usr/include first rather than oss's header. [1] - While I am here, fix the flac option. The autocheck is not need when it is enable by default and add --disable-flac to make WITHOUT_FLAC works. PR: ports/116268 [1] Reported by: Volker <heizraum@freenet.de> [1] Notes: svn path=/head/; revision=199522
* - Add support for FLAC metadata. [1]Jeremy Messenger2007-08-252-10/+49
| | | | | | | | | | | | | - Remove sqlite3 option and disable it by default, since it's only for regression tests. - Bump the PORTREVISION. PR: ports/114524 ports/115805 Suggested by: Ed Schouten <ed@fxq.nl> Obtained from: https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1] Notes: svn path=/head/; revision=198313
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.0.17Michael Johnson2006-09-023-5/+7
| | | | Notes: svn path=/head/; revision=171916
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Update to 1.0.16Michael Johnson2006-05-022-4/+4
| | | | Notes: svn path=/head/; revision=161195
* - Update to 1.0.15Michael Johnson2006-03-202-5/+4
| | | | Notes: svn path=/head/; revision=157704
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.0.14Michael Johnson2006-02-212-5/+4
| | | | Notes: svn path=/head/; revision=156578
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* - Update to 1.0.13Michael Johnson2006-01-212-4/+4
| | | | Notes: svn path=/head/; revision=154096
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Update to 1.0.12Michael Johnson2005-09-303-5/+23
| | | | | | | | | - Grab MAINTAINER - Add new OPTIONS, WITH_FLAC, on by default -- adds support to flac and WITH_SQLITE3, off by default -- adds support to sqlite3 Notes: svn path=/head/; revision=143825
* Update to 1.0.11Michael Johnson2004-11-182-4/+3
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=121843
* - Make sndfile-play workPav Lucistnik2004-10-152-0/+30
| | | | | | | | PR: ports/72716 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119496
* - Remove USE_GCC=3.4, it's not neededPav Lucistnik2004-10-131-3/+2
| | | | | | | | | | - Update libtool PR: ports/72607 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119253
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to version 1.0.10Kirill Ponomarev2004-07-092-5/+9
| | | | | | | | PR: ports/68859 Submitted by: Ports Fury Notes: svn path=/head/; revision=113292
* - Update to version 1.0.9Kirill Ponomarev2004-05-233-14/+4
| | | | | | | | PR: ports/67079 Submitted by: Ports Fury Notes: svn path=/head/; revision=109806
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to version 1.0.7Kirill Ponomarev2004-02-284-11/+22
| | | | | | | | PR: ports/63492 Submitted by: Ports Fury Notes: svn path=/head/; revision=102446
* - Fix MASTER_SITESKirill Ponomarev2004-02-121-1/+2
| | | | | | | | PR: 62750 62751 Submitted by: Daniel Roethlisberger <daniel@roe.ch>, David Gilbert <dgilbert@daveg.ca> Notes: svn path=/head/; revision=100790
* - Update to version 1.0.6Kirill Ponomarev2004-02-104-14/+15
| | | | | | | | PR: ports/62635 Submitted by: Ports Fury Notes: svn path=/head/; revision=100558
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-9/+9
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* - Utilize USE_GNOMEKirill Ponomarev2003-08-201-10/+1
| | | | | | | | PR: 55743 Submitted by: Ports Fury Notes: svn path=/head/; revision=87370