non port: audio/smasher/Makefile |
SVNWeb
|
Number of commits found: 44 |
Thu, 12 Oct 2017
|
[ 08:01 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)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sun, 5 Feb 2017
|
[ 13:30 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)
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
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.
|
Wed, 25 May 2016
|
[ 15:43 mat ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 6 Nov 2015
|
[ 16:04 amdmi3 ]
- Add LICENSE
- Drop unneeded WX_UNICODE
|
Wed, 16 Sep 2015
|
[ 19:51 bapt ] (Only the first 10 of 73 ports in this commit are shown above. )
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
|
Mon, 4 May 2015
|
[ 00:33 eadler ] (Only the first 10 of 12 ports in this commit are shown above. )
By request, reset maintainership of multiple ports
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com>
|
Fri, 20 Mar 2015
|
[ 14:02 wen ]
- Pass maintainership to submitter
PR: 198646
Submitted by: chris@bsdjunk.com
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Mon, 24 Mar 2014
|
[ 15:13 bapt ]
Update to 1.1.7
Use wx 2.8 (incompatible with 3.0)
Use unicode version
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Thu, 6 Mar 2014
|
[ 08:12 culot ]
- Reset maintainership
PR: ports/187285
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
|
Wed, 5 Feb 2014
|
[ 15:53 bapt ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase libmad changes
|
Fri, 24 Jan 2014
|
[ 16:02 danilo ]
- Remove the comment from USE_GCC
Reported by: tijl
|
Thu, 23 Jan 2014
|
[ 23:13 danilo ]
- Add stage support
- Fix build
- Add USE_GCC. clang fails with a lot of c++ erros
- Bump PORTREVISION
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] (Only the first 10 of 222 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2013
|
[ 23:19 bapt ] (Only the first 10 of 57 ports in this commit are shown above. )
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
|
Thu, 7 Mar 2013
|
[ 03:25 bdrewery ] (Only the first 10 of 106 ports in this commit are shown above. )
- 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
|
Fri, 25 Jan 2013
|
[ 16:17 makc ]
Trim Makefile header
Set USE_PKGCONFIG
Respect PREFIX
Reformat description
Sort plist
|
Mon, 10 Dec 2012
|
[ 01:20 eadler ] (Only the first 10 of 88 ports in this commit are shown above. )
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
|
Sun, 9 Sep 2012
|
[ 02:30 eadler ] (Only the first 10 of 32 ports in this commit are shown above. )
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 1 Nov 2011
|
[ 20:46 dougb ] (Only the first 10 of 20 ports in this commit are shown above. )
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 2 Mar 2011
|
[ 23:59 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer
|
Wed, 27 Oct 2010
|
[ 00:46 wen ]
- Pass maintainership to submitter
PR: ports/151754
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer)
|
Tue, 15 Jun 2010
|
[ 01:01 linimon ] (Only the first 10 of 11 ports in this commit are shown above. )
Reset maintainer at his request.
PR: ports/147838
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 13 Mar 2010
|
[ 20:11 pav ]
- The maintainer reappeared
Requested by: the maintainer
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Mon, 21 Dec 2009
|
[ 20:53 pav ]
- Update to 1.1.6
|
Fri, 4 Dec 2009
|
[ 02:38 linimon ] (Only the first 10 of 28 ports in this commit are shown above. )
Reinstate maintainer at his request.
|
Thu, 26 Nov 2009
|
[ 00:36 linimon ] (Only the first 10 of 35 ports in this commit are shown above. )
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer
|
Thu, 27 Aug 2009
|
[ 15:04 amdmi3 ] (Only the first 10 of 21 ports in this commit are shown above. )
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav)
|
Fri, 14 Aug 2009
|
[ 18:02 miwi ]
- Change to new SFP macro
|
Tue, 28 Jul 2009
|
[ 13:43 amdmi3 ]
- Update to 1.1.0
PR: 137202
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
|
Mon, 13 Jul 2009
|
[ 18:49 miwi ]
- Update to 1.0.8
PR: 136673
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
|
Thu, 9 Jul 2009
|
[ 03:25 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
|
Number of commits found: 44 |