Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Dec 2020 20:31:47
2.4.2_3

|
acm  |
- Bump PORTREVISION. audio/soundtouch was updated to 2.2
- Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems |
01 Sep 2020 18:12:20
2.4.2_1

|
yuri  |
x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR: 248244
Submitted by: VVD <vvd@unislabs.com> |
19 Jul 2020 08:43:50
2.4.2

|
pkubaj  |
audio/audacity: fix build on non-x86
Disable MMX/SSE/SSE2 on non-x86.
Include cstring in allegro.h to make memcpy() available.
PR: 248076
Approved by: xxjack12xx@gmail.com (maintainer)
MFH: 2020Q3 (build fix blanket) |
03 Jul 2020 02:58:48
2.4.2

|
tobik  |
audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
not work
Changes: https://www.audacityteam.org/audacity-2-4-2-released/
PR: 247604
Submitted by: maintainer |
16 Jun 2020 12:14:27
2.4.1

|
danfe  |
- Update `audio/audacity' to the latest version 2.4.1
- Switch to purely CMake-based build, remove autotools-related
patches and Makefile knobs
- Force PLIST_SUB+=NLS="" temporarily while the proper fix is
being developed, to reduce the churn of the pkg-plist
- Do not force C++14 while C++11 is sufficient for the time being
- Do not hardcode Python version when building the manual page
PR: 246645 |
25 Feb 2020 06:37:48
2.3.3_2

|
pi  |
audio/audacity: delete unneeded patches, update distinfo
PR: 244253, 243578
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) |
27 Dec 2019 21:18:26
2.3.3_1

|
cmt  |
x11-toolkits/wxgtk31: update to 3.1.3
https://github.com/wxWidgets/wxWidgets/releases
Bump consumers ("needed shared library changed")
PR: 242652
Approved by: yuri@ (maintainer) |
24 Nov 2019 08:14:52
2.3.3

|
riggs  |
Update to upstream version 2.3.3
PR: 242169
Submitted by: xxjack12xx@gmail.com (maintainer)
MFH: 2019Q4 (hat: ports-secteam) |
19 Oct 2019 08:19:13
2.3.2_2

|
tobik  |
Remove a bunch of unused *_DESC |
19 Oct 2019 06:25:13
2.3.2_2

|
tobik  |
audio/audacity: Remove bogus STATIC_WX option
This was accepted by me in r495224. STATIC_WX_ENABLE was probably
supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of
the option is flawed. wxgtk31 does not provide static libraries.
While here drop unhooked JACK_LIB_DEPENDS options helper. Audacity
has been using the system Portaudio for a while and JACK support
can be enabled there. |
13 Aug 2019 16:00:39
2.3.2_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
05 Aug 2019 23:06:50
2.3.2_2

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
26 Jul 2019 20:46:57
2.3.2_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
03 Jun 2019 08:52:28
2.3.2

|
pkubaj  |
audio/audacity: fix build on non-x86
Audacity by default adds --enable-sse on all architectures, which breaks
anything but i386 and amd64. Add SSE option to every architecture, but still
enable by default only on amd64 and i386. This will add --disable-sse to
CONFIGURE_ARGS, which fixes build.
PR: 238140
Approved by: xxjack12xx@gmail.com (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20422 |
14 May 2019 13:38:50
2.3.2

|
swills  |
audio/audacity: update to 2.3.2
While here, improve formatting
PR: 237891
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) |
10 Mar 2019 04:29:41
2.3.1

|
tobik  |
audio/audacity: Update to 2.3.1
Changes: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1
PR: 236416
Submitted by: xxjack12xx@gmail.com (maintainer) |
04 Mar 2019 18:03:59
2.3.0_5

|
swills  |
audio/audacity: switch to wxgtk31
PR: 236050
Submitted by: xxjack12xx@gmail.com (maintainer) |
25 Feb 2019 12:47:20
2.3.0_4

|
bapt  |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
11 Jan 2019 20:57:19
2.3.0_3

|
tobik  |
audio/audacity: Do not set DYNLOAD_BUILD_DEPENDS twice
To resolve this, concatenate the two values since this is what was
originally intended. Fix some comments while here.
PR: 234825
Submitted by: xxjack12xx@gmail.com (maintainer) |
12 Dec 2018 01:35:36
2.3.0_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
14 Nov 2018 21:19:37
2.3.0_2

|
acm  |
- Bump PORTREVISION
- audio/rubberband : Take maintainership |
06 Nov 2018 01:50:27
2.3.0_1

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
01 Oct 2018 20:26:06
2.3.0

|
swills  |
audio/audacity: Update to 2.3.0
PR: 231837
Submitted by: xxjack12xx@gmail.com (maintainer) |
29 Jul 2018 22:18:46
2.2.2_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
19 Jul 2018 03:18:53
2.2.2_2

|
tobik  |
audio/audacity: Unbundle portaudio and use audio/portaudio instead
PR: 229853
Submitted by: tobik
Approved by: xxjack12xx@gmail.com (maintainer) |
02 May 2018 15:07:27
2.2.2_1

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
01 Mar 2018 10:22:46
2.2.2

|
yuri  |
audio/audacity: Update to 2.2.2
Release notes:
http://wiki.audacityteam.org/wiki/Release_Notes_2.2.2
Port changes:
* Added to LIB_DEPENDS
* Removed ALSA option
* Corrected LV2 option, added option dependencies
* Use system libsoxr
* Updated WWW
* A lot of patch changes
PR: 226136
Submitted by: xxjack12xx@gmail.com (maintainer)
Approved by: tcberner (mentor, implicit) |
21 Oct 2017 06:50:50
2.1.3_3

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
10 Sep 2017 20:55:39
2.1.3_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
22 Aug 2017 17:26:44
2.1.3_1

|
amdmi3  |
- Bump revision after recent port changes
PR: 218104
Submitted by: xxjack12xx@gmail.com (maintainer) |
25 Jul 2017 11:58:22
2.1.3

|
amdmi3  |
- Update to 2.1.3
PR: 218104
Submitted by: xxjack12xx@gmail.com (maintainer) |
22 Jul 2017 08:46:28
2.1.3

|
gerald  |
Replace USE_GCC=4.9+ by the canonical USE_GCC=yes.
Approved by: portmgr (blanket) |
21 Jun 2017 22:05:50
2.1.3

|
linimon  |
Mark as broken on aarch64. ISTM that the options code ought to be handling
this correctly, but it is not.
Approved by: portmgr (tier-2 blanket) |
06 Jun 2017 16:18:17
2.1.3

|
mat  |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
31 May 2017 18:46:09
2.1.3

|
amdmi3  |
Remove bogus CONFIGURE_ENV |
31 May 2017 18:45:18
2.1.3

|
amdmi3  |
- Update to 2.1.3
PR: 218104
Submitted by: xxjack12xx@gmail.com (maintainer) |
01 Apr 2017 15:23:32
2.1.2_5

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
11 Dec 2016 15:22:47
2.1.2_4

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
28 Oct 2016 17:55:30
2.1.2_3

|
danfe  |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched. |
13 Sep 2016 18:49:11
2.1.2_3

|
amdmi3  |
- Fix LICENSE
- Switch to options helpers
Approved by: portmgr blanket |
26 Jul 2016 16:51:16
2.1.2_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
2.1.2_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
23 Mar 2016 20:42:42
2.1.2_3

|
riggs  |
Fix build failure when accidentally picking up alsa (libasound).
Currently, there is no configure switch for consistently disabling
alsa detection. This changeset introduces the possibility to do so
during the configure stage and adds ALSA as a non-default OPTION.
PR: 207892
Submitted by: tatsuki_makino@hotmail.com
Reported by: bar
Reviewed by: xxjack12xx@gmail.com, riggs
Approved by: xxjack12xx@gmail.com (maintainer) |
18 Mar 2016 06:51:28
2.1.2_3

|
riggs  |
Add autoreconf libtool to USES; install headers to include, not DATADIR
This changeset brings in the necessary fixes in audacity's build system
to use autoreconf and libtool in USES. (206914)
First use case of this is to have audacity install its headers in the
standard include path rather than DATADIR (207074).
Bump PORTREVISION.
PR: 206914, 207074
Submitted by: tatsuki_makino@hotmail.com
Approved by: xxjack12xx@gmail.com (maintainer) |
05 Mar 2016 18:10:09
2.1.2_2

|
riggs  |
Fix dependencies, CONFIGURE_ARGS, introduce DYNLOAD OPTION
DYNLOAD is added for run-time linking libmp3lame and libavformat.
In future, this might allow for removal of LIB_DEPENDS on lame
and ffmpeg.
PR: 207307
Submitted by: tatsuki_makino@hotmail.com
Reviewed by: xxjack12xx@gmail.com (maintainer)
Approved by: xxjack12xx@gmail.com (maintainer) |
03 Feb 2016 22:45:23
2.1.2_1

|
riggs  |
Bump PORTREVISION
Double-checked package content: Not identical to previous revision,
hence r407904 should have bumped PORTREVISION.
PR: 206694
Submitted by: xxjack12xx@gmail.com (maintainer) |
02 Feb 2016 23:13:07
2.1.2

|
riggs  |
Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR: 206694
Submitted by: xxjack12xx@gmail.com (maintainer)
MFH: 2016Q1 |
26 Jan 2016 19:14:15
2.1.2

|
rm  |
audio/audacity: update to 2.1.2
Release notes:
http://wiki.audacityteam.org/wiki/Release_Notes_2.1.2
PR: 206566
Submitted by: xxjack12xx@gmail.com (maintainer) |
26 Dec 2015 14:15:36
2.1.1_2

|
miwi  |
- Update WWW
PR: 205624
Submitted by: Zane C. Bowers-Hadley |
25 Dec 2015 12:12:25
2.1.1_2

|
riggs  |
Add support for ffmpeg and add non-default OPTION
PR: 205484
Submitted by: tatsuki_makino@hotmail.com
Approved by: xxjack12xx@gmail.com (maintainer) |
16 Dec 2015 09:39:41
2.1.1_2

|
jbeich  |
audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: http://www.surina.net/soundtouch/README.html
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html |
13 Dec 2015 16:07:28
2.1.1_1

|
swills  |
mark some of the ports that don't build on powerpc64 for me |
13 Dec 2015 12:11:48
2.1.1_1

|
riggs  |
Fix accidental dos2unix on non-text-files during build
PR: 204816
Submitted by: lenzi.sergio@gmail.com
Approved by: xxjack12xx@gmail.com (maintainer) |
28 Nov 2015 14:43:16
2.1.1

|
riggs  |
Fix build failure with DOCS option and edge case
In certain situations, e.g. when docbook ports have been deinstalled
before building audacity with DOCS option, build may fail. Prevent
this case by explicitly including required docbook ports in
DOCS_BUILD_DEPENDS
PR: 204785
Submitted by: rhurlin@gwdg.de
Reviewed by: xxjack12xx@gmail.com (maintainer)
Approved by: xxjack12xx@gmail.com (maintainer) |
22 Nov 2015 20:11:52
2.1.1

|
riggs  |
Update to upstream version 2.1.1
PR: 203607
Submitted by: xxjack12xx@gmail.com
Reviewed by: yuri@rawbw.com, koobs, riggs |
16 Sep 2015 19:51:28
2.1.0_5

|
bapt  |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
14 Sep 2015 21:04:12
2.1.0_4

|
bapt  |
Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3 |
13 Sep 2015 17:57:49
2.1.0_3

|
bapt  |
Convert to use wxGTK3 |
24 Aug 2015 08:30:18
2.1.0_2

|
jbeich  |
audio/audacity: convert to more option helpers
- Restore SSE option removed in r331611
- Keep SSE default only to amd64 or i386 + custom CPUTYPE
- Convert PORTMIXER to target option helper
PR: 202605
Approved by: xxjack12xx@gmail.com (maintainer) |
02 Aug 2015 15:03:20
2.1.0_2

|
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 ) |
27 Jul 2015 13:44:46
2.1.0_1

|
rm  |
audio/audacity: fix build with new ffmpeg
- add patch to fix build with ffmpeg 2.7
- add ffmpeg to LIB_DEPENDS to fix build in rare cases
PR: 201589
Submitted by: Christian Heckendorf <heckendorfc@gmail.com>
Approved by: xxjack12xx@gmail.com |
17 May 2015 11:57:29
2.1.0

|
amdmi3  |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket |
05 Apr 2015 10:02:47
2.1.0

|
bapt  |
Remove dead mirror |
05 Apr 2015 06:58:01
2.1.0

|
riggs  |
- Update to upstream version 2.1.0
- Temporarily disable SOXR option
(likely to return in the next upstream release)
PR: 199080
Submitted by: xxjack12xx@gmail.com (maintainer) |
25 Mar 2015 21:37:40
2.0.6_2

|
marino  |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
08 Dec 2014 16:48:41
2.0.6_2

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
09 Nov 2014 07:48:15
2.0.6_1

|
riggs  |
Change OPTIONS to have exactly one out of SAMPLERATE, SOXR selected
Bump PORTREVISION
PR: 194779
Submitted by: riggs(report), maintainer(patch) |
30 Oct 2014 21:10:50
2.0.6

|
madpilot  |
- Update to 2.0.6
- Remove option not supported anymore
- Use newer ffmpeg
- Clean up uneeded directives
PR: 194083
Submitted by: xxjack12xx at gmail.com (maintainer) |
20 Oct 2014 06:36:00
2.0.5_3

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
2.0.5_3

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
01 Jun 2014 13:03:14
2.0.5_2

|
ohauer  |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
05 Feb 2014 15:53:18
2.0.5_2

|
bapt  |
Chase libmad changes |
12 Dec 2013 19:30:43
2.0.5_1

|
pawel  |
Depend on audio/libsndfile, package links to it when available on
system and at least TWOLAME option needs it to configure properly.
PR: ports/183950
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: maintainer timeout |
26 Oct 2013 23:58:37
2.0.5

|
danilo  |
- Remove LAME (restricted port audio/lame) from DEFAULT_OPTIONS
Reported by: tijl |
25 Oct 2013 16:42:26
2.0.5

|
danilo  |
- Update from 2.0.4 to 2.0.5
- Add debug option
- Force dependency on jack
- Fix detection of SSE
- Make soxr default sample rate library and allow only 1 to be chosen
- Add midi support
- Add soundtouch support
- Remove taglib
- Remove extra patches
PR: ports/183195
Submitted by: Jack Low <xxjack12xx@gmail.com> (maintainer) |
22 Oct 2013 13:50:44
2.0.4

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
21 Oct 2013 21:08:22
2.0.4

|
wg  |
audio/audacity: link against ffmpeg0
- Link against ffmpeg0
Approved by: portmgr (bapt, implicit) |
17 Oct 2013 17:14:24
2.0.4

|
danilo  |
- Disable SSE if arch != amd64
Reported by: tijl |
17 Oct 2013 14:30:19
2.0.4

|
danilo  |
- Disable SSE if the arch is powerpc [1]
- Add stage support
- Use options helpers
PR: ports/182986
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) [1] |
20 Sep 2013 14:36:37
2.0.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
09 Sep 2013 22:58:17
2.0.4

|
wg  |
audio/audacity: update to 2.0.4
- Update to 2.0.4 [1]
- Add SOXR option [1]
- Convert lib depends to new syntax
PR: ports/181922 [1]
Submitted by: Jack Low <xxjack12xx gmail.com> (maintainer) |
30 Aug 2013 01:53:17
2.0.3_1

|
bapt  |
Add an explicit dependency on pkgconf |
04 Aug 2013 14:11:47
2.0.3_1

|
wg  |
audio/audacity: fix SF mirror
- Fix SF mirror [1]
- Switch to USES game
- Remove MAKE_JOBS_SAFE (now default)
PR: ports/181011 [1]
Submitted by: Jack <xxjack12xx gmail.com> (maintainer) |
09 Jun 2013 19:30:59
2.0.3_1

|
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
24 Apr 2013 18:10:32
2.0.3

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
20 Apr 2013 13:55:07
2.0.3

|
pawel  |
Fix build when SAMPLERATE=off
We can't use USES=cmake here - main project builds with gmake.
PR: ports/177285
Submitted by: r4721@tormail.org
Approved by: maintainer timeout
Feature safe: yes |
27 Jan 2013 19:10:34
2.0.3

|
rm  |
- update to 2.0.3
- switch to .xz distribution
- sort options
while here:
- remove redundancy from COMMENT
- remove DOCS from OPTIONS_DEFAULT (it is already default)
- do not install license twice
- remove conflicts with no more existing -devel port
- install PORTDOCS manually, because earlier they installed into ${PREFIX}/doc/,
not into ${PREFIX}/doc/${PORTNAME}
- remove trailing whitespace and deprecated Author field from pkg-descr
PR: 175540
Submitted by: Jack Low <xxjack12xx@gmail.com> (maintainer) |
02 Jan 2013 12:09:09
2.0.2

|
rene  |
Fix build with clang.
PR: ports/174376
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: maintainer timeout (22 days) |
01 Dec 2012 02:10:46
2.0.2

|
bdrewery  |
- Restore header attribution due to being removed
while the policy was unclear
Feature safe: yes |
01 Sep 2012 19:46:03
2.0.2

|
bdrewery  |
- Partial revert of r303478 [1]
- No need to list manpage/licenses in plist as
they are already handled in the Makefile
PR: ports/171206 [1]
Approved by: eadler, bapt (mentors, implicit) |
01 Sep 2012 13:56:11
2.0.2

|
bdrewery  |
- Update to 2.0.2
- Remove header
PR: ports/171206
Submitted by: Jack Low <xxjack12xx@gmail.com> (maintainer)
Approved by: eadler, bapt (mentors, implicit) |
19 Jul 2012 20:15:39
2.0.1_1
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
04 Jul 2012 12:23:04
2.0.1
|
madpilot  |
- Update to 2.0.1
- Convert to OPTIONSng
- Remove LIB_DEPENDS ABI verions
PR: ports/169624
Submitted by: Jack <xxjack12xx@gmail.com>
Approved by: crees (mentor) |
07 Jun 2012 19:52:33
2.0.0_2
|
scheidell  |
- Remove LICENSE files from pkg-plist
- Bump PORTREVISION since this changes packaging (plist)
PR: ports/168618
Submitted by: Barbara <barbara.xxx1975@libero.it>
Approved by: maintainer (implicit), portmgr (pav) |
01 Jun 2012 05:26:28
2.0.0_1
|
dinoex  |
- update png to 1.5.10 |
31 May 2012 03:07:49
2.0.0
|
scheidell  |
- Fix pkg-plist for -devel and PORTDOCS issues
- No PORTREVISION bump, would not build.
PR: ports/167906
Submitted by: scheidell@ (me)
Approved by: maintainer (implicit) |
31 May 2012 01:03:48
2.0.0
|
scheidell  |
- Remove -devel suffix
- Adjust CONFLICTS accordingly
PR: ports/167906
Reported by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by: maintainer (implicit) |
30 May 2012 20:43:13
2.0.0
|
scheidell  |
- update to 2.0
- submitter is now maintainer (email to previous maintainer bouces for weeks)
- replaces audio/audacity-devel
PR: ports/167906
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) |
23 Sep 2011 22:26:39
1.2.4b_9
|
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 |
19 Mar 2011 12:38:54
1.2.4b_9
|
miwi  |
- Get Rid MD5 support |