svn commit: r475086 - in head/audio/guitarix-lv2: . files
Yuri Victorovich
yuri at FreeBSD.org
Sun Jul 22 06:15:44 UTC 2018
Author: yuri
Date: Sun Jul 22 06:15:42 2018
New Revision: 475086
URL: https://svnweb.freebsd.org/changeset/ports/475086
Log:
audio/guitarix-lv2: Update 0.37.1 -> 0.37.3
Added:
head/audio/guitarix-lv2/files/
head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp (contents, props changed)
Modified:
head/audio/guitarix-lv2/Makefile
head/audio/guitarix-lv2/distinfo
head/audio/guitarix-lv2/pkg-plist
Modified: head/audio/guitarix-lv2/Makefile
==============================================================================
--- head/audio/guitarix-lv2/Makefile Sun Jul 22 05:58:39 2018 (r475085)
+++ head/audio/guitarix-lv2/Makefile Sun Jul 22 06:15:42 2018 (r475086)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= guitarix
-DISTVERSION= 0.37.1
-PORTREVISION= 1
+DISTVERSION= 0.37.3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
PKGNAMESUFFIX= -lv2
@@ -25,6 +24,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \
ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libboost_system.so:devel/boost-libs \
+ libcurl.so:ftp/curl \
libfftw3f.so:math/fftw3-float \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
Modified: head/audio/guitarix-lv2/distinfo
==============================================================================
--- head/audio/guitarix-lv2/distinfo Sun Jul 22 05:58:39 2018 (r475085)
+++ head/audio/guitarix-lv2/distinfo Sun Jul 22 06:15:42 2018 (r475086)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527976775
-SHA256 (guitarix2-0.37.1.tar.xz) = 51a9375ef12e0e7242c7a346253fcf7f296d55fcd2a88f1c7fa93fdcbf049318
-SIZE (guitarix2-0.37.1.tar.xz) = 80706976
+TIMESTAMP = 1532238281
+SHA256 (guitarix2-0.37.3.tar.xz) = 4ca93bd4226cd175456f37612acd28b46e13133db61c0f235917dbcc3347d5f1
+SIZE (guitarix2-0.37.3.tar.xz) = 80724152
Added: head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp Sun Jul 22 06:15:42 2018 (r475086)
@@ -0,0 +1,20 @@
+--- src/gx_head/gui/machine.cpp.orig 2018-07-22 05:47:48 UTC
++++ src/gx_head/gui/machine.cpp
+@@ -18,7 +18,7 @@
+
+ #include "guitarix.h"
+ #include <sys/mman.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "jsonrpc_methods.h"
+ #include <netinet/in.h>
+ #include <netinet/tcp.h>
+@@ -31,7 +31,7 @@
+ #endif
+
+ void lock_rt_memory() {
+-#ifndef __APPLE__
++#if !defined(__APPLE__) && !defined(__FreeBSD__)
+ extern char __rt_text__start[], __rt_text__end[];
+ extern char __rt_data__start[], __rt_data__end[];
+ struct {
Modified: head/audio/guitarix-lv2/pkg-plist
==============================================================================
--- head/audio/guitarix-lv2/pkg-plist Sun Jul 22 05:58:39 2018 (r475085)
+++ head/audio/guitarix-lv2/pkg-plist Sun Jul 22 06:15:42 2018 (r475086)
@@ -312,6 +312,7 @@ share/gx_head/builder/ladspaliste.glade
share/gx_head/builder/mainpanel.glade
share/gx_head/builder/menudef.xml
share/gx_head/builder/midi.glade
+share/gx_head/builder/midi_channel.glade
share/gx_head/builder/pluginpreset_connectwindow.glade
share/gx_head/builder/pluginpreset_inputwindow.glade
share/gx_head/builder/pluginpreset_listwindow.glade
More information about the svn-ports-all
mailing list