Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.7_6 12 Nov 2017 17:21:38 |
rene |
Remove expired ports:
2017-11-12 audio/smasher: Does not build with modern csound
2017-11-12 audio/csound: Not supported upstream anymore, use csound6 |
1.1.7_6 12 Oct 2017 08:01:46 |
bapt |
Mark csound as deprecated: latest release is on csound6
Latest csound5 was from 2012, its only consumer is audio/smasher
which is an abandonware (and also marked as deprecated) |
1.1.7_6 10 Sep 2017 20:55:39 |
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 |
1.1.7_5 01 Apr 2017 15:23:32 |
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 |
1.1.7_4 05 Feb 2017 13:30:01 |
jbeich |
audio/smasher: unbreak with gcc5 or later (runtime still broken)
In file included from /usr/local/lib/gcc5/include/c++/string:52:0,
from /usr/local/include/wx-2.8/wx/string.h:176,
from /usr/local/include/wx-2.8/wx/memory.h:16,
from /usr/local/include/wx-2.8/wx/object.h:20,
from /usr/local/include/wx-2.8/wx/event.h:17,
from /usr/local/include/wx-2.8/wx/window.h:19,
from /usr/local/include/wx-2.8/wx/control.h:23,
from /usr/local/include/wx-2.8/wx/checkbox.h:19,
from settingsbook.cpp:4:
/usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union
std::__cxx11::basic_string<wxPoint>::<anonymous>':
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from
'class std::__cxx11::basic_string<wxPoint>'
fxplotwindow.h:12:32: required from here
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member
'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_buf
[2]' with constructor not allowed in union
_CharT _M_local_buf[_S_local_capacity + 1];
^
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted
unions only available with -std=c++11 or -std=gnu++11
PR: 216707
Reported by: antoine (via exp-run) |
1.1.7_4 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.1.7_3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1.7_3 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.1.7_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1.7_3 06 Nov 2015 16:04:32 |
amdmi3 |
- Add LICENSE
- Drop unneeded WX_UNICODE |
1.1.7_3 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 |
1.1.7_2 04 May 2015 00:33:15 |
eadler |
By request, reset maintainership of multiple ports
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com> |
1.1.7_2 20 Mar 2015 14:02:14 |
wen |
- Pass maintainership to submitter
PR: 198646
Submitted by: chris@bsdjunk.com |
1.1.7_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 ) |
1.1.7_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.1.7_1 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) |
1.1.7 24 Mar 2014 15:13:26 |
bapt |
Update to 1.1.7
Use wx 2.8 (incompatible with 3.0)
Use unicode version |
1.1.6_6 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
1.1.6_5 06 Mar 2014 08:12:06 |
culot |
- Reset maintainership
PR: ports/187285
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
1.1.6_5 05 Feb 2014 15:53:18 |
bapt |
Chase libmad changes |
1.1.6_4 24 Jan 2014 16:02:13 |
danilo |
- Remove the comment from USE_GCC
Reported by: tijl |
1.1.6_4 23 Jan 2014 23:13:39 |
danilo |
- Add stage support
- Fix build
- Add USE_GCC. clang fails with a lot of c++ erros
- Bump PORTREVISION |
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 |
1.1.6_3 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) |
1.1.6_3 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
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 |
1.1.6_3 22 Apr 2013 23:19:09 |
bapt |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
1.1.6_3 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
1.1.6_3 25 Jan 2013 16:17:52 |
makc |
Trim Makefile header
Set USE_PKGCONFIG
Respect PREFIX
Reformat description
Sort plist |
1.1.6_3 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
1.1.6_3 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
1.1.6_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.6_2 01 Nov 2011 20:46:07 |
dougb |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
1.1.6_2 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.1.6_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.6_2 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
1.1.6_2 27 Oct 2010 00:46:52 |
wen |
- Pass maintainership to submitter
PR: ports/151754
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer) |
1.1.6_2 15 Jun 2010 01:01:14 |
linimon |
Reset maintainer at his request.
PR: ports/147838 |
1.1.6_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.6_1 13 Mar 2010 20:11:03 |
pav |
- The maintainer reappeared
Requested by: the maintainer |
1.1.6_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.6 21 Dec 2009 20:53:44 |
pav |
- Update to 1.1.6 |
1.1.0 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
1.1.0 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
1.1.0 27 Aug 2009 15:04:16 |
amdmi3 |
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav) |
1.1.0 14 Aug 2009 18:02:23 |
miwi |
- Change to new SFP macro |
1.1.0 28 Jul 2009 13:43:00 |
amdmi3 |
- Update to 1.1.0
PR: 137202
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) |
1.0.8 13 Jul 2009 18:49:10 |
miwi |
- Update to 1.0.8
PR: 136673
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) |
1.0.5 09 Jul 2009 03:25:56 |
pgollucci |
Cross-platform audio loop slicer designed to create sliced loops from WAV, MP3,
FLAC or AIFF files in seconds without a sequencer.
Effects include filter sweeps, phasing, flanging, delay, and distortion.
Chris Petrik (chris@officialunix.com)
WWW: http://smasher.sourceforge.net/
PR: ports/135937
Submitted by: chris at officialunix.com |