aboutsummaryrefslogtreecommitdiff
path: root/audio/lame
Commit message (Collapse)AuthorAgeFilesLines
* - Sort LICENSE section. [1]Alexander Leidinger2018-08-111-2/+6
| | | | | | | | | | | | - Add comment to the license section about a decision from core about "no-pkg". [2] Submitted by: jbeich [1] Discussed with: core, portmgr [2] Sponsored by: Essen Hackathon Notes: svn path=/head/; revision=476866
* Move patents text from the Makefile to a file.Alexander Leidinger2018-08-012-11/+29
| | | | | | | | | | While I'm here, make it more an explanatory text than just a copy&paste from the previous comment of the Makefile. Requested by: portmgr (mat) Notes: svn path=/head/; revision=476193
* Fix LICENSEAntoine Brodin2018-07-271-2/+2
| | | | Notes: svn path=/head/; revision=475458
* Fix license commit:Alexander Leidinger2018-07-271-14/+16
| | | | | | | | | | | | - LICENSE overrides RESTRICTED -> remove RESTRICTED - switch to multi-license (LGPL + patents) - disallow pkg distribution (as before with RESTRICTED) Discussed with: portmgr, jbeich Triggered by: PR 230034 Notes: svn path=/head/; revision=475450
* - Switch to options helpersDmitry Marakasov2018-07-051-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=473966
* - Add LICENSEDmitry Marakasov2018-07-041-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=473871
* Update to 3.100.Alexander Leidinger2017-10-133-70/+5
| | | | Notes: svn path=/head/; revision=452032
* Fix typo in comment.Alexander Leidinger2017-05-081-1/+1
| | | | | | | Noticed by: db Notes: svn path=/head/; revision=440456
* Clarify the patent issues in a comment given recent enquiries.Alexander Leidinger2017-05-071-1/+11
| | | | | | | This port is still restricted. Notes: svn path=/head/; revision=440340
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-27/+27
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Fix build with clang 3.8.0 (and gcc >= 4.9.0).Alexander Leidinger2016-01-292-1/+66
| | | | | | | | | | This changes the XMM intrinsincs detection logic. Submitted by: dim PR: 206620 Notes: svn path=/head/; revision=407500
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371234
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-112-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367927
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Use USES=libtoolRenato Botelho2014-05-162-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354227
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Cleanup (the stagedir part allows to install everything and let the plistAlexander Leidinger2014-01-241-15/+3
| | | | | | | | | take care about the docs-install or not). Submitted by: bapb Notes: svn path=/head/; revision=340936
* support stagedirAlexander Leidinger2014-01-172-5/+4
| | | | | | | | PR: 185565 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=340118
* This port uses advanced PORTDOCS technology that is beyond me.Adam Weinberger2014-01-071-1/+5
| | | | | | | Restore the original logic, and apply MDOCS to it properly. Notes: svn path=/head/; revision=339010
* I broke this port with MDOCS support, because IAdam Weinberger2014-01-071-5/+1
| | | | | | | | | didn't catch that it was using NOPORTDOCS backwards. Thanks: makc Notes: svn path=/head/; revision=339007
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+1
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* 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
* Fix typosBaptiste Daroussin2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325729
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-7/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Add dependency to libiconv.Alexander Leidinger2013-02-101-0/+2
| | | | | | | | Submitted by: pawel PR: 175962 Notes: svn path=/head/; revision=312035
* Update to 3.99.5Alexander Leidinger2012-04-152-3/+3
| | | | Notes: svn path=/head/; revision=294858
* Update to 3.99.4 (some bugfixes).Alexander Leidinger2012-01-272-3/+3
| | | | Notes: svn path=/head/; revision=289877
* Update lame to 3.99.3.Alexander Leidinger2012-01-143-11/+15
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Remove a MASTER_SITE which does not carry the distfile anymore.Alexander Leidinger2011-03-011-2/+1
| | | | Notes: svn path=/head/; revision=270042
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-033-78/+4
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* - make portlint happyMartin Wilke2010-02-131-1/+0
| | | | | | | | | PR: 141738 Submitted by: Glen Barber <glen.j.barber@gmail.com> Approved by: maintainer implicit Notes: svn path=/head/; revision=249784
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Upstream patch for FFMPEG issue 803Martin Matuska2009-08-182-1/+73
| | | | | | | | | | - Bump PORTREVISION PR: ports/137907 Approved by: netchild (maintainer) Notes: svn path=/head/; revision=239841
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix parallel builds.Alexey Dokuchaev2009-04-051-0/+5
| | | | | | | | Reported by: makc Approved by: netchild (maintainer) Notes: svn path=/head/; revision=231670
* - Add MAKE_JOBS_SAFE variable for SMP compilationMartin Matuska2009-03-241-0/+1
| | | | | | | | PR: ports/133012 Approved by: netchild (maintainer, via private e-mail) Notes: svn path=/head/; revision=230906
* Commit missing plist change.Alexander Leidinger2009-01-112-1/+1
| | | | | | | | Noticed by: pointyhat (pavmail) Pointyhat to: netchild Notes: svn path=/head/; revision=225692
* - Update to 3.98.2. [1]Alexander Leidinger2009-01-092-8/+8
| | | | | | | | | | | | - Pet portlint. [2] - Use a better COMMENT. [3] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1,2], Roland Smith <rsmith@xs4all.nl> [1,3] PR: 127560 [1,3], 128232 [1,2] Notes: svn path=/head/; revision=225541
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - portlintAlexander Leidinger2006-09-252-2/+4
| | | | | | | | | - fix plist [1] Noticed by: krismail [1] Notes: svn path=/head/; revision=173812
* Update to 3.97.Alexander Leidinger2006-09-242-4/+4
| | | | Notes: svn path=/head/; revision=173726
* NO_PACKAGE is not appropriate here; use RESTRICTED insteadKris Kennaway2006-09-021-1/+1
| | | | Notes: svn path=/head/; revision=171944
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* 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