Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Dec 2018 20:25:40
0.4.2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
28 Nov 2017 00:07:16
0.4.2

|
dbaio  |
audio/wildmidi: Update to 0.4.2
Patch removed was incorporated upstream.
Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.2
PR: 223925
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
08 Aug 2017 17:53:36
0.4.1

|
ultima  |
* Updated to 0.4.1
* Cleanup Makefile
PR: 220843
Submitted by: SimaMoto,RyoTa (maintainer)
Reviewed by: matthew (mentor), mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11831 |
03 Aug 2017 18:36:51
0.4.0

|
ultima  |
This change will fix BROKEN status on several latest
FreeBSD branches that will be upcoming releases.
PR: 220843
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11829 |
11 Dec 2016 08:25:57
0.4.0

|
antoine  |
Those ports build fine with bsd make |
21 Oct 2016 12:51:41
0.4.0

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
25 Jun 2016 19:14:14
0.4.0

|
olivierd  |
Update to 0.4.0
Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.0
PR: 210365
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
27 May 2016 03:29:35
0.3.9

|
olivierd  |
Update to 0.3.9
PR: 209678
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
01 Apr 2016 13:29:17
0.3.8

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
30 May 2015 21:25:07
0.3.8

|
mat  |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
06 May 2015 12:57:56
0.3.8

|
mat  |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
08 Mar 2015 21:37:42
0.3.8

|
robak  |
audio/wildmidi: update 0.2.3.5 -> 0.3.8
- Switch from SF to GitHub usage
PR: 186476
Submitted by: RyoTa SimaMoto <liangtai.s16@gmail.com> |
11 Jun 2014 21:43:58
0.2.3.5_2

|
bar  |
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports
Approved by: portsmgr blanket |
23 Oct 2013 09:59:19
0.2.3.5_1

|
tijl  |
- Change maintainer email address (lost access to previous one).
- Support staging.
- Disable optimisation flags that clang does not support.
- Silence post-patch.
PR: ports/182525
Submitted by: RyoTa SimaMoto <liangtai.s16@gmail.com> (maintainer) |
20 Sep 2013 14:36:37
0.2.3.5_1

|
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 |
27 May 2013 12:45:21
0.2.3.5_1

|
bapt  |
Fix build with clang by disabling incompatible cflags |
17 Apr 2013 23:40:57
0.2.3.5_1

|
ak  |
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes |
30 Jul 2012 18:40:23
0.2.3.5_1
|
scheidell  |
- Correct wrong use of '&&' instead of '&' for logical "bit and"
- Bump PORTREVISION (cause failure on clang build)
PR: ports/170079
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
16 Feb 2012 04:39:37
0.2.3.5
|
pgollucci  |
- Update to 0.2.3.5
PR: ports/163124
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
07 Jul 2011 09:17:32
0.2.3.4
|
wen  |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr) |
29 Jun 2011 01:27:53
0.2.3.4
|
miwi  |
WildMIDI is a simple software midi player which has a core softsynth library
that can be used with other applications.
The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files
into audio which is them passed back to the calling application for further
processing or output. The API of the library is designed so that it is easy to
include WildMIDI into applications that wish to include MIDI file playback.
With multiple MIDI file support you can develop applications to mix several
midi files together at the same time and with the next release you will be
able to use a different patch set for each MIDI file.
The wildmidi player is a demonstration program to show the capabilities of
libWildMidi.
WWW: http://wildmidi.sourceforge.net/
PR: ports/158372
Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com> |