Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Dec 2020 01:50:47
1.26.4

|
novel  |
audio/mpg123: update to 1.26.4 |
17 Jul 2020 14:28:15
1.26.3

|
novel  |
audio/mpg123: update to 1.26.3 |
12 Jul 2020 09:30:29
1.26.2_1

|
tobik  |
audio/sndio: Update to 1.7.0 |
07 Jul 2020 13:21:31
1.26.2

|
novel  |
audio/mpg123: update to 1.26.2
- Update to 1.26.2
- Set INSTALL_TARGET to install-strip to strip shared libraries
- Don't add "-L${LOCALBASE}/lib" to LDFLAGS because it's now
properly set upstream |
11 Jun 2020 02:04:06
1.26.1

|
novel  |
audio/mpg123: fix build with SNDIO
The new version fails to properly pass sndio LDFLAGS,
so set it via CONFIGURE_ENV for now.
Reported by: kib |
10 Jun 2020 16:48:45
1.26.1

|
novel  |
audio/mpg123: update to 1.26.1
- Update mpg123 to 1.26.1
- Use https for www.mpg123.de in MASTER_SITES
- Remove INSTALL_TARGET, not needed
- Rework Arch/CPU optimization
Enable all optimizations by default for x86,
mpg123 uses run-time detection and allow to disable all optimizations if
needed
- Enable ability to enable FPU and/or NEON optimization for armv6 and armv7
platforms
- Add support for "make test"
PR: 246905
Submitted by: daniel.engberg.lists@pyret.net |
15 Mar 2020 12:52:02
1.25.13

|
novel  |
audio/mpg123: remove gmake dependency
Apparently, gmake is no longer required for building.
PR: 244816
Submitted by: Daniel Engberg |
27 Oct 2019 11:16:39
1.25.13

|
novel  |
audio/mpg123: update to 1.25.13 |
09 Oct 2019 10:20:59
1.25.12

|
bapt  |
Drop the ipv6 virtual category for a* category as it is not relevant anymore |
25 Aug 2019 04:46:05
1.25.12

|
novel  |
audio/mpg123: update to 1.25.12 |
21 Jul 2019 14:49:10
1.25.11

|
novel  |
audio/mpg123: update to 1.25.11 |
21 Jul 2019 08:35:07
1.25.10_1

|
novel  |
audio/mpg123: drop devel/libltdl dependency
Starting with mpg123 1.24.0, libltdl is no longer needed,
so remove the dependency and the corresponding configure
argument.
PR: 239356
Submitted by: avos |
01 Mar 2018 06:41:55
1.25.10

|
novel  |
audio/mpg123: update to 1.25.10 |
03 Dec 2017 07:15:49
1.25.8

|
novel  |
audio/mpg123: update to 1.25.8 |
27 Sep 2017 13:33:07
1.25.7

|
novel  |
audio/mpg123: update to 1.25.7 |
13 Aug 2017 06:13:28
1.25.6

|
novel  |
audio/mpg123: update to 1.25.6 |
29 Jul 2017 17:09:43
1.25.4

|
novel  |
audio/mpg123: update to 1.25.4 |
15 Jul 2017 06:57:38
1.25.2

|
novel  |
audio/mpg123: update to 1.25.2 |
04 Jun 2017 05:41:20
1.25.0

|
novel  |
audio/mpg123: update to 1.25.0 |
11 Mar 2017 12:50:55
1.24.0

|
novel  |
audio/mpg123: update to 1.24.0
PR: 217590
Submitted by: Anton Yuzhaninov |
28 Sep 2016 06:08:49
1.23.8

|
novel  |
audio/mpg123: update to 1.23.8 |
06 Sep 2016 16:28:46
1.23.6_1

|
novel  |
audio/mpg123: add SNDIO option and cleanups
- add a SNDIO option that enables building of the audio/sndio output
module
- replace CPPFLAGS/LDFLAGS with USES=localbase
- use INSTALL_TARGET=install-strip to strip libraries
- bump PORTREVISION due to packaging change
PR: 212406
Submitted by: Tobias Kortkamp |
02 Jul 2016 12:44:36
1.23.6

|
novel  |
audio/mpg123: update to 1.23.6 |
26 Jun 2016 13:01:08
1.23.5

|
novel  |
audio/mpg123: update to 1.23.5 |
12 May 2016 16:30:35
1.23.4

|
novel  |
audio/mpg123: update to 1.23.4 |
01 Apr 2016 13:29:17
1.23.3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
26 Mar 2016 15:20:18
1.23.3

|
novel  |
audio/mpg123: update to 1.23.3 |
25 Feb 2016 01:55:06
1.23.2

|
novel  |
audio/mpg123: update to 1.23.2 |
16 Feb 2016 01:10:25
1.23.1

|
novel  |
audio/mpg123: update to 1.23.1 |
05 Feb 2016 02:08:15
1.23.0

|
novel  |
audio/mpg123: update to 1.23.0 |
14 Aug 2015 16:31:35
1.22.4

|
novel  |
Update to 1.22.4. |
08 Aug 2015 16:03:54
1.22.3

|
novel  |
Update to 1.22.3. |
02 Aug 2015 15:03:20
1.22.2_1

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
26 May 2015 17:42:46
1.22.2

|
novel  |
Update to 1.22.2. |
07 May 2015 22:24:33
1.22.1

|
antoine  |
Remove spurious @dirrm that crept back in |
18 Apr 2015 09:47:30
1.22.1

|
tijl  |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that |
18 Apr 2015 04:35:27
1.22.1

|
novel  |
Update to 1.22.1. |
12 Dec 2014 00:44:09
1.21.0_1

|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
20 Oct 2014 06:36:00
1.21.0

|
bapt  |
Cleanup plist |
11 Oct 2014 16:00:32
1.21.0

|
novel  |
Update to 1.21.0. |
17 Sep 2014 07:38:16
1.20.1

|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
06 Jul 2014 04:27:12
1.20.1

|
novel  |
- Update to 1.20.1
- Specify arm_nofpu CPU on ARM arch |
01 Jun 2014 13:03:14
1.19.0_1

|
ohauer  |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
23 Apr 2014 13:25:17
1.19.0_1

|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
10 Mar 2014 16:10:07
1.19.0

|
novel  |
Update to 1.19.0. |
03 Mar 2014 09:48:07
1.18.1_1

|
bapt  |
Fix plist, don't know how I ended up add that wrong entry, but pointyhat on me
Reported by: "Herbert J. Skuhra" <hskuhra@eumx.net> |
02 Mar 2014 21:55:06
1.18.1_1

|
bapt  |
Convert to USES=libtool |
02 Mar 2014 09:18:50
1.18.1

|
novel  |
Update to 1.18.1. |
30 Dec 2013 10:24:13
1.17.0

|
novel  |
Update to 1.17.0. |
12 Dec 2013 20:38:09
1.16.0

|
bapt  |
Fix testings that should not have been in
Pointyhat to: bapt |
11 Dec 2013 14:35:37


|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
13 Oct 2013 15:31:40
1.16.0

|
novel  |
Update to 1.16.0. |
20 Sep 2013 14:36:37
1.15.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
02 Jun 2013 17:18:34
1.15.4

|
novel  |
Update to 1.15.4. |
29 Mar 2013 00:55:22
1.15.2

|
eadler  |
Drop empty files & folders |
24 Mar 2013 05:55:00
1.15.2

|
novel  |
Update to 1.15.2. |
12 Mar 2013 16:40:14
1.15.1

|
novel  |
Fix build on i386.
Reported by: Tsurutani Naoki in ports/176743
Submitted by: olli |
02 Mar 2013 05:30:16
1.15.1

|
novel  |
- Update to 1.15.1
- Drop GCC dependency as it now doesn't crash when compiled
with clang |
15 Feb 2013 13:46:22
1.14.4

|
danfe  |
- Force GCC to do the build for the time being, since Clang produces bad code
at least on amd64 (mpg123 simply dumps core upon run)
- Trim Makefile header, retouch COMMENT, and perform minor Makefile cleanups
Approved by: novel (maintainer) |
15 Aug 2012 14:19:53
1.14.4
|
novel  |
Update to 1.14.4. |
25 Jul 2012 06:32:08
1.14.3
|
cs  |
Fix typos in COMMENT |
06 Jul 2012 13:58:18
1.14.3
|
novel  |
Update to 1.14.3. |
10 Jun 2012 04:37:38
1.14.2
|
novel  |
Update to 1.14.2. |
07 May 2012 07:04:23
1.14.1
|
novel  |
Update to 1.14.1. |
31 Mar 2012 11:16:52
1.13.7
|
novel  |
Update to 1.13.7.
Feature safe: yes |
13 Mar 2012 04:37:40
1.13.6
|
novel  |
Update to 1.13.6.
Feature safe: yes |
23 Sep 2011 22:26:39
1.13.4
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
16 Sep 2011 04:40:21
1.13.4
|
novel  |
Update to 1.13.4. |
23 Jun 2011 08:55:58
1.13.3
|
novel  |
Disable vendor optimization flags in CFLAGS.
PR: 158191
Submitted by: Pan Tsu <inyaoo@gmail.com> |
13 May 2011 12:01:56
1.13.3
|
novel  |
- Update to 1.13.3
- Remove useless CONFIGURE_TARGET definition |
25 Feb 2011 21:13:22
1.13.2
|
novel  |
Update to 1.13.2. |
23 Feb 2011 18:36:18
1.13.1
|
novel  |
Forced commit to note that shlib version has changed by the previos commit. |
23 Feb 2011 16:45:25
1.13.1
|
novel  |
- Update to 1.13.1 [1]
- Specify LICENSE [1]
- Use USE_GNOME's gnomehack and ltverhack
PR: 154720 [1]
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> |
23 Oct 2010 18:14:36
1.12.5
|
novel  |
Update to 1.12.5.
PR: 151158 (based on)
Submitted by: Anton Yuzhaninov <ayuzhaninov@monitoring.int.vega.ru> |
17 Jul 2010 16:19:09
1.12.3
|
novel  |
Update to 1.12.3. |
27 Apr 2010 17:58:46
1.12.1
|
novel  |
Update to 1.12.1.
PR: 145943
Submitted by: Vitaly Magerya <vmagerya@gmail.com> |
28 Feb 2010 07:45:31
1.10.1
|
novel  |
Update to 1.10.1.
Feature safe: yes |
04 Jan 2010 21:28:26
1.10.0
|
novel  |
Update to 1.10.0.
PR: 141823, 142326
Submitted by: Oliver Herold <oh@fixmbr.de>, WATANABE Kazuhiro
<CQG00620@nifty.ne.jp>,
Yuri Pankov <yuri.pankov@gmail.com> |
20 Nov 2009 19:56:08
1.9.1
|
novel  |
Update to 1.9.1.
PR: 139466
Submitted by: sylvio |
22 Aug 2009 00:13:27
1.9.0 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
20 Aug 2009 18:53:59
1.9.0
|
novel  |
Update to 1.9.0.
PR: 135958
Submitted by: Vitaly Magerya <vmagerya@gmail.com> |
02 Aug 2009 19:36:34
1.6.4_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 |
30 Jan 2009 21:12:16
1.6.4
|
pav  |
- Update to 1.6.4
PR: ports/126537 (based on)
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: maintainer timeout (novel; 6 months) |
19 Apr 2008 17:56:05
0.59r_17 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
03 Oct 2007 22:38:00
0.59r_17
|
edwin  |
Remove support for OSVERSIONS < 5 |
16 Apr 2007 11:43:10
0.59r_17
|
novel  |
Cleanup non-supported FreeBSD versions.
PR: 111679
Submitted by: edwin |
27 Apr 2006 08:38:00
0.59r_17
|
novel  |
Fix a segfault on playing an empty file.
Reported by: Harald Muehlboeckk <home@clef.at> |
25 Jan 2006 03:13:17
0.59r_17
|
edwin  |
SHA256ify
APproved by: krion@ |
28 Nov 2005 19:03:07
0.59r_17
|
fenner  |
Make sure to apply the distfile group to the whole ${MASTER_SITE_foo}.
Switch to PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.
Approved by: Roman Bogorodskiy (MAINTAINER) |
10 Mar 2005 16:08:02
0.59r_17
|
novel  |
Fix wrong handling of mp3 files with id3 tag "genre" = 148
Approved by: krion (mentor) |
08 Mar 2005 07:38:35
0.59r_17
|
novel  |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
15 Jan 2005 11:47:51
0.59r_17
|
simon  |
Fix buffer overflow vulnerability.
VuXML:
http://vuxml.FreeBSD.org/3cc84400-6576-11d9-a9e7-0001020eed82.html
Obtained from: Debian
Approved by: maintainer, erwin (mentor) |
11 Jan 2005 08:57:47
0.59r_16 
|
niels  |
Fixed overflow (see VuXML) and bumped PORTREVISION.
http://www.vuxml.org/freebsd/877e918e-5362-11d9-96d4-00065be4b5b6.html
PR: ports/75231
Submitted by: maintainer
Approved by: nectar (mentor) |
05 Nov 2004 21:47:13
0.59r_15 
|
simon  |
Add a patch for the most recent mpg123 buffer-overflow vulnerability
noted in VuXML.
PR: ports/73091
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
VuXML:
http://vuxml.FreeBSD.org/20d16518-2477-11d9-814e-0001020eed82.html
Approved by: clement |
12 Oct 2004 01:11:19
0.59r_14 
|
edwin  |
[ maintainer ] audio/mpg123: fix build with DEFAULT_RECODE option and without
esound or nas
Fix compilation error when building with DEFAULT_RECODE and
without esound or nas support.
PR: ports/71772
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
11 Sep 2004 04:55:48
0.59r_14 
|
trhodes  |
Fix recently found bug.
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Approved by: portmgr (linimon) |
02 Jul 2004 08:27:19
0.59r_13 
|
vs  |
- use ${ARCH} instead of ${MACHINE_ARCH}
- pet portlint
- assign maintainership to submitter
PR: ports/68555
Submitted by: Roman Bogorodskiy |
30 Mar 2004 19:20:23
0.59r_13 
|
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
27 Mar 2004 14:16:04
0.59r_13 
|
netchild  |
- Fix security issues (and remove forbidden):
* Patch for CAN-2003-0577 was obtained via OpenBSD from
http://marc.theaimsgroup.com/?l=bugtraq&m=104274357314340&w=2
* Patch for CAN-2003-0865 was obtained via OpenBSD from
http://www.debian.org/security/2004/dsa-435
Submitted by: Marius Strobl <marius@alchemy.franken.de> |
17 Mar 2004 18:29:46
0.59r_12 
|
trevor  |
SIZEify. |