1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Emanuel Haupt
2166e478ae Update to 1.26 2020-06-24 07:07:59 +00:00
Emanuel Haupt
06a4985fd8 Update to 1.25 2020-06-14 08:55:14 +00:00
Emanuel Haupt
26cc42d112 - Update to 1.24
- Make portclippy/portfmt happy
2020-05-15 08:29:35 +00:00
Emanuel Haupt
48d8fcc796 Update to 1.23 2020-04-30 13:40:21 +00:00
Emanuel Haupt
f260cac5ee Update to 1.21 2020-04-23 11:04:51 +00:00
Emanuel Haupt
9db2a622ce Update to 1.20 2020-04-14 07:34:59 +00:00
Emanuel Haupt
3979a2a414 Update to 1.19 2020-04-09 07:43:34 +00:00
Emanuel Haupt
df98eff1dc Update to 1.18 2020-04-07 09:48:23 +00:00
Emanuel Haupt
96082bb32e Remove new pulseaudio default option by popular demand. 2020-04-06 16:07:36 +00:00
Emanuel Haupt
79cb331bb8 - Restore accidentally removed Makefile header
- Provide an option to build with pulseaudio
2020-04-06 07:36:05 +00:00
Emanuel Haupt
5ea9f05ec3 Update to 1.17 2020-04-04 08:01:59 +00:00
Emanuel Haupt
f4b71733e5 Update to 1.16 2020-04-03 08:52:05 +00:00
Emanuel Haupt
c5422b9581 Update to 1.15 2020-04-01 21:55:39 +00:00
Emanuel Haupt
0d37ade4bf Update to 1.14 2020-03-23 07:43:08 +00:00
Emanuel Haupt
c2460408d2 Update to 1.13 2020-03-20 07:34:01 +00:00
Emanuel Haupt
d7959f09d0 Update to 1.12 2020-03-14 09:17:30 +00:00
Emanuel Haupt
934ab936ae Update to 1.11 2020-03-11 07:19:36 +00:00
Emanuel Haupt
2633352759 Update to 1.10 2020-03-05 10:22:15 +00:00
Emanuel Haupt
77e5015ac5 Update to 1.09 2020-02-13 09:26:25 +00:00
Emanuel Haupt
613a16dd26 Update to 1.08 2020-02-09 15:49:09 +00:00
Emanuel Haupt
52b4219689 Update to 1.07 2020-01-31 08:59:52 +00:00
Emanuel Haupt
ae826384b6 Update to 1.06 2020-01-20 14:12:33 +00:00
Emanuel Haupt
6ea7a50717 Update to 1.05 2019-12-29 19:12:23 +00:00
Emanuel Haupt
8608cffb41 Remove superfluous DISTNAME definition.
Notified by:	mat
2019-12-23 14:36:41 +00:00
Santhosh Raju
667ad6f18b audio/fasttracker2: Update to v1.04
- MASTER_SITES has been updated to Github since the author has moved to the
  source there.

Changes since v1.03:

v1.04 - 17.12.2019
- Fixed rare crash (or strange behaviors) when changing pattern and/or pattern
  length while the song is playing.
- Properly restore channel mute flags when loading a new song (fixes mute bugs)
- Fixed a few bugs with different pattern buttons (Ins./Del., Ln. up/down etc)
- Config: "Hardware mouse" was changed to "Software mouse"
  (and "Software mouse" is now disabled in the default config).
- Added a routine to create scaled FT2 mouse cursors for software mouse mode,
  though the "busy mouse" will stand still and not animate.
  Hopefully the new default "hardware mouse" mode will satisfy some people!
- MacOS: Pass NDEBUG to clang preprocessor defines, to prevent debug code
  from being compiled in release mode (performance increase).
- MacOS/Linux: make scripts had Windows linefeeds and would thus break!

* Note: I highly recommend that you go to "Config -> Layout" and disable
  "Software mouse"! This will make the mouse way less laggy. However,
  it will still be one frame delayed internally unless you disable VSync.

Approved by:	ehaupt (maintainer)
2019-12-22 14:59:11 +00:00
Emanuel Haupt
5ca0819a3a Update to 1.03 2019-11-29 07:39:42 +00:00
Emanuel Haupt
f33df93c76 Update to 1.02 2019-11-27 13:17:03 +00:00
Emanuel Haupt
d4ba553ed8 Update to 1.01 2019-10-22 17:05:42 +00:00
Emanuel Haupt
c43ea3e283 Fix build on powerpc64. r513477 caused a failure on pylon.nyi.FreeBSD.org on
20191013.

PR:		241264
Submitted by:	linimon
Discussed with:	fox
MFH:		2019Q4 (blanket)
2019-10-16 20:29:51 +00:00
Emanuel Haupt
0254bd0157 Drop the custom build target by using cmake. This allows to further simplify
the port.

Reported by:	fox
2019-10-02 18:27:14 +00:00
Emanuel Haupt
70b04ecc8e Update to 1.00 2019-10-01 13:27:32 +00:00
Emanuel Haupt
7ae44573cc Fix build with base GCC (revised solution of r512507).
Reviewed by:	pkubaj
MFH:		2019Q3 (blanket)
2019-09-24 08:19:03 +00:00
Emanuel Haupt
706cc2942b Revert r512507 as it breaks build with clang.
MFH:		2019Q3 (blanket)
2019-09-23 11:38:44 +00:00
Piotr Kubaj
70de6f42b8 audio/fasttracker2: fix build with base GCC
Add USE_CSTD=c99 to fix build with base GCC:
/wrkdirs/usr/ports/audio/fasttracker2/work/ft2-clone-code/src/ft2_gui.c:431: error: 'for' loop initial declaration used outside C99 mode

PR:		240659
Approved by:	ehaupt (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21702
2019-09-21 15:15:38 +00:00
Emanuel Haupt
255b4ccab9 Update to 0.1.b168 2019-09-04 19:17:06 +00:00
Emanuel Haupt
18108c1356 Update to 0.1.b167 2019-08-29 16:25:37 +00:00
Emanuel Haupt
72fcdeb547 Update to 0.1.b159 2019-06-19 10:14:34 +00:00
Emanuel Haupt
75f683a03d Update to 0.1.b157 2019-05-28 16:30:03 +00:00
Emanuel Haupt
25ac3de886 Update to 0.1.b156 2019-05-19 14:52:27 +00:00
Emanuel Haupt
aaff11c900 Update to 0.1.b154 2019-05-13 06:40:46 +00:00
Emanuel Haupt
fb26c47249 Update to 0.1.b153 2019-04-30 07:37:48 +00:00
Emanuel Haupt
bf95cc9760 Update to 0.1.b152 2019-04-28 15:00:03 +00:00
Emanuel Haupt
4a8ef1b45d Update to 0.1.b151 2019-04-26 06:23:14 +00:00
Emanuel Haupt
8e1333d321 Update to 0.1.b150 2019-04-23 10:34:33 +00:00
Emanuel Haupt
b85ad81d5a Update to 0.1.b149 2019-04-19 07:36:03 +00:00
Emanuel Haupt
33903036ad Update to 0.1.b148 2019-04-11 06:44:11 +00:00
Emanuel Haupt
9a8e6892ac Update to 0.1.b147 2019-04-09 09:23:49 +00:00
Emanuel Haupt
6156f68350 Update to 0.1.b146 2019-04-03 17:29:22 +00:00
Emanuel Haupt
0a942095d1 Update to 0.1.b145 2019-04-01 06:36:10 +00:00
Emanuel Haupt
7d51637ab6 Update to 0.1.b143 2019-03-30 10:24:23 +00:00