Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.2_3 23 Mar 2016 20:42:42
  |
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) |
2.1.2_3 18 Mar 2016 06:51:28
  |
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) |
2.1.2_2 05 Mar 2016 18:10:09
  |
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) |
2.1.2_1 03 Feb 2016 22:45:23
  |
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) |
2.1.2 02 Feb 2016 23:13:07
  |
riggs  |
Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR: 206694
Submitted by: xxjack12xx@gmail.com (maintainer)
MFH: 2016Q1 |
2.1.2 26 Jan 2016 19:14:15
  |
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) |
2.1.1_2 26 Dec 2015 14:15:36
  |
miwi  |
- Update WWW
PR: 205624
Submitted by: Zane C. Bowers-Hadley |
2.1.1_2 25 Dec 2015 12:12:25
  |
riggs  |
Add support for ffmpeg and add non-default OPTION
PR: 205484
Submitted by: tatsuki_makino@hotmail.com
Approved by: xxjack12xx@gmail.com (maintainer) |
2.1.1_2 16 Dec 2015 09:39:41
  |
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 |
2.1.1_1 13 Dec 2015 16:07:28
  |
swills  |
mark some of the ports that don't build on powerpc64 for me |
2.1.1_1 13 Dec 2015 12:11:48
  |
riggs  |
Fix accidental dos2unix on non-text-files during build
PR: 204816
Submitted by: lenzi.sergio@gmail.com
Approved by: xxjack12xx@gmail.com (maintainer) |
2.1.1 28 Nov 2015 14:43:16
  |
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) |
2.1.1 22 Nov 2015 20:11:52
  |
riggs  |
Update to upstream version 2.1.1
PR: 203607
Submitted by: xxjack12xx@gmail.com
Reviewed by: yuri@rawbw.com, koobs, riggs |
2.1.0_5 16 Sep 2015 19:51:28
  |
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 |
2.1.0_4 14 Sep 2015 21:04:12
  |
bapt  |
Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3 |
2.1.0_3 13 Sep 2015 17:57:49
  |
bapt  |
Convert to use wxGTK3 |
2.1.0_2 24 Aug 2015 08:30:18
  |
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) |
2.1.0_2 02 Aug 2015 15:03:20
  |
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 ) |
2.1.0_1 27 Jul 2015 13:44:46
  |
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 |
2.1.0 17 May 2015 11:57:29
  |
amdmi3  |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket |
2.1.0 05 Apr 2015 10:02:47
  |
bapt  |
Remove dead mirror |
2.1.0 05 Apr 2015 06:58:01
  |
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) |
2.0.6_2 25 Mar 2015 21:37:40
  |
marino  |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
2.0.6_2 08 Dec 2014 16:48:41
  |
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 ) |
2.0.6_1 09 Nov 2014 07:48:15
  |
riggs  |
Change OPTIONS to have exactly one out of SAMPLERATE, SOXR selected
Bump PORTREVISION
PR: 194779
Submitted by: riggs(report), maintainer(patch) |
2.0.6 30 Oct 2014 21:10:50
  |
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) |
2.0.5_3 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
2.0.5_3 10 Sep 2014 20:50:37
  |
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) |
2.0.5_2 01 Jun 2014 13:03:14
  |
ohauer  |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
2.0.5_2 05 Feb 2014 15:53:18
  |
bapt  |
Chase libmad changes |
2.0.5_1 12 Dec 2013 19:30:43
  |
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 |
2.0.5 26 Oct 2013 23:58:37
  |
danilo  |
- Remove LAME (restricted port audio/lame) from DEFAULT_OPTIONS
Reported by: tijl |
2.0.5 25 Oct 2013 16:42:26
  |
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) |
2.0.4 22 Oct 2013 13:50:44
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
2.0.4 21 Oct 2013 21:08:22
  |
wg  |
audio/audacity: link against ffmpeg0
- Link against ffmpeg0
Approved by: portmgr (bapt, implicit) |
2.0.4 17 Oct 2013 17:14:24
  |
danilo  |
- Disable SSE if arch != amd64
Reported by: tijl |
2.0.4 17 Oct 2013 14:30:19
  |
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] |
2.0.4 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.0.4 09 Sep 2013 22:58:17
  |
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) |
2.0.3_1 30 Aug 2013 01:53:17
  |
bapt  |
Add an explicit dependency on pkgconf |
2.0.3_1 04 Aug 2013 14:11:47
  |
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) |
2.0.3_1 09 Jun 2013 19:30:59
  |
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
2.0.3 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.0.3 20 Apr 2013 13:55:07
  |
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 |
2.0.3 27 Jan 2013 19:10:34
  |
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) |
2.0.2 02 Jan 2013 12:09:09
  |
rene  |
Fix build with clang.
PR: ports/174376
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: maintainer timeout (22 days) |
2.0.2 01 Dec 2012 02:10:46
  |
bdrewery  |
- Restore header attribution due to being removed
while the policy was unclear
Feature safe: yes |
2.0.2 01 Sep 2012 19:46:03
  |
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) |
2.0.2 01 Sep 2012 13:56:11
  |
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) |
2.0.1_1 19 Jul 2012 20:15:39
 |
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
2.0.1 04 Jul 2012 12:23:04
 |
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) |
2.0.0_2 07 Jun 2012 19:52:33
 |
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) |
2.0.0_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.0.0 31 May 2012 03:07:49
 |
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) |
2.0.0 31 May 2012 01:03:48
 |
scheidell  |
- Remove -devel suffix
- Adjust CONFLICTS accordingly
PR: ports/167906
Reported by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by: maintainer (implicit) |
2.0.0 30 May 2012 20:43:13
 |
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) |
1.2.4b_9 23 Sep 2011 22:26:39
 |
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 |
1.2.4b_9 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.2.4b_9 06 Jun 2010 20:44:03
 |
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.2.4b_8 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.4b_7 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.4b_6 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.2.4b_5 06 Jul 2009 21:26:00
 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.2.4b_4 25 Jun 2008 01:18:22
 |
araujo  |
- Remove 5.x support.
- Use SF macro.
PR: ports/124945
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: Craig Boston <craig@yekse.gank.org> (maintainer, implicit) |
1.2.4b_4 06 Jun 2008 13:07:20
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.2.4b_3 22 Mar 2008 14:48:03
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.2.4b_2 28 Jul 2007 12:27:31
 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
1.2.4b_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.4b 31 Dec 2006 14:01:20
 |
pav  |
- Fix build with gcc 4.1
PR: ports/106854
Submitted by: maintainer |
1.2.4b 01 Dec 2006 07:39:02
 |
pav  |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
1.2.4b 05 Nov 2006 06:02:48
 |
alepulver  |
- Add CONFLICTS with audio/audacity-devel. |
1.2.4b 15 Apr 2006 20:10:03
 |
arved  |
Fix build on amd64 (maybe others too)
PR: 93191
Submitted by: Dan Ponte <dcp1990@neptune.atopia.net>
Approved by: maintainer |
1.2.4b 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.4b 26 Jan 2006 18:24:53
 |
kris  |
BROKEN on !i386: Does not compile |
1.2.4b 14 Jan 2006 09:30:35
 |
kris  |
BROKEN on ia64 and spar64: Does not compile |
1.2.4b 12 Dec 2005 20:02:40
 |
mnag  |
Update to 1.2.4
Switch to wxGTK 2.6
Use OPTIONS
Fix edge case of linking against libid3tag if installed without registering a
dependency (reported by Laurent Debacker).
Add SHA256
portlint(1)
PR: 90294
Submitted by: maintainer |
1.2.3_2 15 Nov 2005 06:52:12
 |
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. |
1.2.3_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
1.2.3_1 12 May 2005 16:39:59
 |
fjoe  |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24* |
1.2.3_1 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.2.3 22 Dec 2004 09:49:19
 |
pav  |
- Limit SSE CFLAGS to i386 only
PR: ports/75367
Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer) |
1.2.1_1 06 Dec 2004 20:33:32
 |
pav  |
- Update to 1.2.3
PR: ports/74141 (followup)
Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer) |
1.2.1_1 07 Nov 2004 22:37:47
 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.2.1 10 Jun 2004 13:54:16
 |
krion  |
- Update to version 1.2.1
PR: ports/67771
Submitted by: maintainer |
1.2.0_1 05 Apr 2004 03:31:02
 |
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.2.0 14 Mar 2004 06:17:56
 |
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. |
1.2.0 03 Mar 2004 13:10:47
 |
krion  |
- Add missing patches |
1.2.0 03 Mar 2004 13:07:52
 |
krion  |
- Update to version 1.2.0
PR: ports/63673
Submitted by: maintainer |
1.0.0_4 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0.0_3 20 Dec 2003 16:14:14
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
1.0.0_2 15 Dec 2003 23:31:07
 |
pav  |
- Hand this orphaned port to volunteer
- Add CONFLICTS with new audacity-devel
PR: ports/59915
Submitted by: Craig Boston <craig@yekse.gank.org> |
1.0.0_2 07 Dec 2003 01:27:06
 |
marcus  |
Chase the libmad/libid3tag shared lib version. |
1.0.0_2 06 Nov 2003 17:36:18
 |
arved  |
Use wxWindows with gtk2
Bump PORTREVISION
Drop Maintainership
PR: 58955
Submitted by: Pav Lucistnik <pav@oook.cz> |
1.0.0_1 04 Nov 2003 20:52:58
 |
fjoe  |
Chase wxgtk library name (and version) change. |
1.0.0_1 21 Oct 2003 11:24:02
 |
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.0.0_1 01 Jun 2003 10:43:11
 |
arved  |
Use wxgtk 2.4.0. bump PORTREVISION
Submitted by: Michal Pasternak <michal@pasternak.w.lub.pl> |
1.0.0 28 Feb 2003 22:53:02
 |
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
1.0.0 22 Feb 2003 14:38:12
 |
arved  |
de-pkg-comment |
1.0.0 22 Oct 2002 13:04:29
 |
arved  |
Update my Emailaddress
Use bsd.port.(pre|post).mk [1]
[1] Pointed out by: KAWATA masahiko <kawata@mta.biglobe.ne.jp>
Approved by: kris (mentor) |
1.0.0 09 Sep 2002 14:21:08
 |
sobomax  |
Chase new name of wxgtk shared library. |