Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Mar 2022 12:03:47 3.100_4
|
Alexander Leidinger (netchild)  Author: Bernard Spil |
audio/lame: add option to depend on libsndfile
Defaults to off.
PR: 251985 |
29 Aug 2021 11:38:02 3.100_3
|
Bernhard Froehlich (decke)  |
audio/lame: Add CPE information
Approved by: portmgr (blanket) |
19 Jun 2021 12:43:54 3.100_3
|
Alexander Leidinger (netchild)  Author: Alexander Richardson |
audio/lame: fix build on riscv
The previous commit only removed the BROKEN for riscv, but didn't add a patch.
PR: 256583
Reported by: Robert Clausecker <fuz@fuz.su>
Obtained from: LLVM project https://reviews.llvm.org/D89557 |
17 Jun 2021 10:38:30 3.100_2
|
Piotr Kubaj (pkubaj)  |
audio/lame: fix build on riscv64 |
06 Apr 2021 14:31:07 3.100_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jan 2021 09:19:51
3.100_2
|
linimon  |
Mark these ports as BROKEN on riscv64.
The current contents of sys/riscv/include/ieeefp.h are empty. These
ports rely on that file being defined.
Approved by: portmgr (tier-2 blanket) |
24 Jan 2021 13:49:18
3.100_2
|
antoine  |
Use gmake, there seems to be incompatibilities with bmake
Reported by: pkg-fallout
MFH: 2021Q1 |
12 Nov 2020 16:11:37
3.100_2
|
bapt  |
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents are not necessarily related to the license and so
should not be connected to the license framework.
As a project we will officially remove all patent limitations within the
ports tree and leave it to the user or consumer to deal with their local
legislation to determine if they can use the software without legal
restrictions.
Approved by: core |
04 May 2020 08:36:16
3.100_2
|
netchild  |
Remove build-dependency on gmake.
PR: 244815
Submitted by: daniel.engberg.lists@pyret.net
Tested by: daniel.engberg.lists@pyret.net (i386 for nasm-hacks) |
11 Aug 2018 09:32:45
3.100_2
|
netchild  |
- Sort LICENSE section. [1]
- 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 |
01 Aug 2018 20:01:28
3.100_2
|
netchild  |
Move patents text from the Makefile to a file.
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) |
27 Jul 2018 18:40:33
3.100_1
|
antoine  |
Fix LICENSE |
27 Jul 2018 18:19:21
3.100_1
|
netchild  |
Fix license commit:
- 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 |
05 Jul 2018 12:44:02
3.100
|
amdmi3  |
- Switch to options helpers
Approved by: portmgr blanket |
04 Jul 2018 09:07:36
3.100
|
amdmi3  |
- Add LICENSE
Approved by: portmgr blanket |
13 Oct 2017 21:10:11
3.100
|
netchild  |
Update to 3.100. |
08 May 2017 20:10:00
3.99.5_3
|
netchild  |
Fix typo in comment.
Noticed by: db |
07 May 2017 15:37:33
3.99.5_3
|
netchild  |
Clarify the patent issues in a comment given recent enquiries.
This port is still restricted. |
26 Jul 2016 16:51:16
3.99.5_3
|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
3.99.5_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
29 Jan 2016 22:16:08
3.99.5_3
|
netchild  |
Fix build with clang 3.8.0 (and gcc >= 4.9.0).
This changes the XMM intrinsincs detection logic.
Submitted by: dim
PR: 206620 |
20 Oct 2014 06:36:00
3.99.5_2
|
bapt  |
Cleanup plist |
11 Sep 2014 13:07:05
3.99.5_2
|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
15 Jul 2014 23:11:13
3.99.5_1
|
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
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. |
16 May 2014 14:09:26
3.99.5_1
|
garga  |
Use USES=libtool
Approved by: portmgr (blanket) |
05 May 2014 09:45:37
3.99.5_1
|
bapt  |
Convert all :U to :tu and :L to :tl
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 |
24 Jan 2014 22:20:43
3.99.5_1
|
netchild  |
Cleanup (the stagedir part allows to install everything and let the plist
take care about the docs-install or not).
Submitted by: bapb |
17 Jan 2014 21:41:12
3.99.5_1
|
netchild  |
support stagedir
PR: 185565
Submitted by: Takefu <takefu@airport.fm> |
07 Jan 2014 16:08:06
3.99.5_1
|
adamw  |
This port uses advanced PORTDOCS technology that is beyond me.
Restore the original logic, and apply MDOCS to it properly. |
07 Jan 2014 14:43:54
3.99.5_1
|
adamw  |
I broke this port with MDOCS support, because I
didn't catch that it was using NOPORTDOCS backwards.
Thanks: makc |
03 Jan 2014 15:26:07

|
adamw  |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
20 Sep 2013 14:36:37
3.99.5_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:10:19
3.99.5_1
|
bapt  |
Fix typos |
30 Aug 2013 23:01:06

|
bapt  |
Convert audio from USE_GMAKE to USES=gmake
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 |
14 Aug 2013 22:35:54
3.99.5_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
27 Apr 2013 08:50:47
3.99.5_1
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
10 Feb 2013 17:23:55
3.99.5_1
|
netchild  |
Add dependency to libiconv.
Submitted by: pawel
PR: 175962 |
15 Apr 2012 14:31:48
3.99.5
|
netchild  |
Update to 3.99.5 |
27 Jan 2012 12:18:53
3.99.4
|
netchild  |
Update to 3.99.4 (some bugfixes). |
14 Jan 2012 22:27:02
3.99.3
|
netchild  |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
19 Mar 2011 12:38:54
3.98.4
|
miwi  |
- Get Rid MD5 support |
01 Mar 2011 08:02:47
3.98.4
|
netchild  |
Remove a MASTER_SITE which does not carry the distfile anymore. |
04 Dec 2010 07:34:27
3.98.4
|
ade  |
Sync to new bsd.autotools.mk |
03 Jun 2010 08:55:01
3.98.4
|
netchild  |
- update audio/lame to 3.98.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) |
13 Feb 2010 18:10:48
3.98.2_2
|
miwi  |
- make portlint happy
PR: 141738
Submitted by: Glen Barber <glen.j.barber@gmail.com>
Approved by: maintainer implicit |
22 Aug 2009 00:13:27
3.98.2_2 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
18 Aug 2009 08:10:09
3.98.2_2
|
mm  |
- Upstream patch for FFMPEG issue 803
- Bump PORTREVISION
PR: ports/137907
Approved by: netchild (maintainer) |
02 Aug 2009 19:36:34
3.98.2_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
05 Apr 2009 21:52:09
3.98.2_1
|
danfe  |
Fix parallel builds.
Reported by: makc
Approved by: netchild (maintainer) |
24 Mar 2009 20:00:33
3.98.2_1
|
mm  |
- Add MAKE_JOBS_SAFE variable for SMP compilation
PR: ports/133012
Approved by: netchild (maintainer, via private e-mail) |
11 Jan 2009 09:19:46
3.98.2_1
|
netchild  |
Commit missing plist change.
Noticed by: pointyhat (pavmail)
Pointyhat to: netchild |
09 Jan 2009 09:40:55
3.98.2
|
netchild  |
- Update to 3.98.2. [1]
- 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] |
01 Feb 2007 02:42:06
3.97_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
25 Sep 2006 17:51:54
3.97_1
|
netchild  |
- portlint
- fix plist [1]
Noticed by: krismail [1] |
24 Sep 2006 16:47:00
3.97
|
netchild  |
Update to 3.97. |
02 Sep 2006 23:47:19
3.96.1
|
kris  |
NO_PACKAGE is not appropriate here; use RESTRICTED instead |
23 Feb 2006 10:40:45
3.96.1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
3.96.1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
3.96.1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
12 Apr 2005 03:26:57
3.96.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:32:07
3.96.1
|
flz  |
- ARCH is defined in bsd.port.pre.mk.
Pointyhat to: obrien |
11 Apr 2005 08:04:41
3.96.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
30 Jul 2004 14:34:27
3.96.1
|
netchild  |
Update to 3.96.1 (fixes some segfaults). |
12 Apr 2004 12:51:27
3.96
|
netchild  |
Update to 3.96. |
20 Mar 2004 14:52:19
3.95.1_2
|
netchild  |
Trevor thinks we may be seen as a manufacturer of lame if we distribute
packages, so mark the port as NO_PACKAGE for patent licensing
reasons.
The distfile is safe to distribute.
Discussed with: trevor, Gabriel Bouvigne <bouvigne@mp3-tech.org> |
18 Mar 2004 18:01:13
3.95.1_2
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
3.95.1_2
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
16 Feb 2004 10:03:15
3.95.1_2
|
netchild  |
- fix plist (only affects installs from a package) [1]
- replace the outdated pkg-descr with a new one
Noticed by: "Thomas E. Zander" <riggs@rrr.de> [1]
kris [1] |
04 Feb 2004 05:21:48
3.95.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
14 Jan 2004 12:29:25
3.95.1
|
netchild  |
Update to 3.95.1. |
21 Oct 2003 11:24:02
3.93.1
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
07 Mar 2003 05:56:07
3.93.1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Dec 2002 20:19:13
3.93.1
|
netchild  |
Update to 3.93.1 (bug fixes which affect the quality of a MP3).
Approved by: kris |
17 Nov 2002 12:14:09
3.93
|
netchild  |
Update to 3.93. |
08 Oct 2002 09:23:43
3.92
|
netchild  |
- (finally) update to 3.92
- take over maintainership (after some months of maintainer timeout)
Note: I have write access to the LAME repository, I think this is enough
to justify this and the following decisions.
- remove gtk support (it's only useful for active mp3 algorithm developers,
and if you use it, you use the CVS version of it, so there's no need to
install it)
- don't add vorbis support from PR 39606:
* there are much better tools to encode ogg vorbis
* there's no support from the LAME developers (FreeBSD would be the
only OS with working vorbis in LAME)
* it will get removed in a later LAME version
Submitted by: many, see PRs
PR: 39606, 43255, 43727 |
30 Sep 2002 15:24:53
3.91_1
|
mi  |
Fix the bugs and buglets which were causing warnings on -stable and
error(s) on -current.
Approved by: knu (portmgr) with a very minor deviation |
20 Sep 2002 20:07:19
3.91
|
torstenb  |
Enable 'mp3rtp' for lame to support (live) mp3 streaming with rtp via
multicast. |
31 Aug 2002 00:13:25
3.91
|
marcus  |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
16 Aug 2002 15:14:54
3.91
|
naddy  |
Respect CFLAGS.
PR: 41710
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Obtained from: naddy |
12 Aug 2002 14:58:36
3.91
|
naddy  |
nasm dependency is i386-only. |
22 Apr 2002 01:22:48
3.91
|
anders  |
Enable building of the GTK GUI.
Build it + define USE_GTK only if GUI is wanted/GTK is installed.
Silence by: maintainer && jim
PR: 35014 |
17 Jan 2002 05:40:37 
|
pat  |
Update to 3.91 |
09 Dec 2001 13:41:41 
|
ijliao  |
update master site subdir |
08 Jul 2001 08:25:58 
|
ijliao  |
Add NOPORTDOCS support to pkg-plist |
08 Jan 2001 00:54:30 
|
lioux  |
1) Revert change supporting for shared library build/installation due to
uncertainty: there are too many unsharable global variables. Pointed out by
Alexander Leidinger. 2) Due the last, revert to previous state without static
library installation 3) Revert patch template to patch-aa revision 1.7 4)
Unique change that is not reverse related: update MASTER_SITES using
MASTER_SITE_SOURCEFORGE (joseph@randomnetworks.com) 5) PORTREVISION bump. |
07 Jan 2001 14:06:57 
|
lioux  |
1) Add shared library build support. A Good Thing(TM) 2) Install both shared
and static library. Numbering .1 according to handbook rules for newly added
libraries. Also, install header file. 3) PORTREVISION bump. 4) Add
provisions for easier update of library version: - internal Makefile variable
- patch template - PLIST_SUB 5) patch-aa superseeded by new patch
template |
30 Oct 2000 00:03:23 
|
lioux  |
Code is now under GPL, remove the RESTRICTED flag. |
29 Oct 2000 13:30:40 
|
lioux  |
New fetch arrangements. Patch no longer needed. |
12 Oct 2000 08:39:46 
|
reg  |
Fix my breakage (removed the do-install target). This patch appears to have
mis-applied, since this worked on my system (I still had it installed). |
08 Oct 2000 00:19:06 
|
asami  |
Convert category audio to new layout. |
05 Oct 2000 07:47:42 
|
reg  |
Implment WANT_GTK. |
03 Oct 2000 18:38:36 
|
lioux  |
Add missing WWW tag to DESCR |
07 Jul 2000 20:59:26 
|
steve  |
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config -
Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly |
07 Jun 2000 17:06:47 
|
will  |
Fix improper #ifdef. |