1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 20160913

- Remove patch (fixed upstream)
This commit is contained in:
Emanuel Haupt 2016-10-05 08:46:23 +00:00
parent ba82010e31
commit bbb7ba1841
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423329
3 changed files with 4 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= schism
PORTVERSION= 20160521
PORTVERSION= 20160913
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1475444087
SHA256 (schismtracker-schismtracker-20160521_GH0.tar.gz) = 9f49028dbf7c90fd0a9f0c664b47e479c81e6d4f746a8624a98de6513911d930
SIZE (schismtracker-schismtracker-20160521_GH0.tar.gz) = 1026780
TIMESTAMP = 1475655562
SHA256 (schismtracker-schismtracker-20160913_GH0.tar.gz) = 3c2fcea458ba7b41bcc63ee786c7eef0bfe8775639a3db8fab863e12f10888e9
SIZE (schismtracker-schismtracker-20160913_GH0.tar.gz) = 1030790

View File

@ -1,10 +0,0 @@
--- player/snd_gm.c.orig 2016-10-03 07:37:10 UTC
+++ player/snd_gm.c
@@ -33,6 +33,7 @@
#include "snd_gm.h"
#include <math.h> // for log and log2
+#include <tgmath.h>
#if !defined(HAVE_LOG2) && !defined(__USE_ISOC99) && !defined(log2)
static double log2(double d)
{