Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 21:47:26 -0300
From:      =?UTF-8?Q?S=c3=a9rgio_Siegrist?= <barulheira@gmail.com>
To:        pierrejacques.mimifir@gmail.com, ports-bugs@FreeBSD.org
Subject:   audio/bristol: restore GUI and Jack support
Message-ID:  <32407dd2-4e80-35ca-974e-c0d208360c9f@gmail.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------FD489E460BD7815A7DEBDB99
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

The current Bristol build does not have a GUI and does not support Jack. 
This patch fixes that.

Please, verify and fix the build.

Sorry for this e-mail; Bugzilla hasn't been password-resetting-friendly 
to me.

Thanks!


--------------FD489E460BD7815A7DEBDB99
Content-Type: text/x-patch;
 name="bristol.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="bristol.patch"

diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile
index 8ffa5cc2cae8..23ada15e4eb1 100644
--- a/audio/bristol/Makefile
+++ b/audio/bristol/Makefile
@@ -22,6 +22,9 @@ INSTALL_TARGET=	install-strip
 QT_COMPONENTS=	gui qmake_build moc_build uic_build rcc_build linguist_build
 CPE_VENDOR=	nick_copeland
 
+CFLAGS+=        -I${LOCALBASE}/include
+LDFLAGS+=       -L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS+=	--disable-alsa --enable-oss \
 			--enable-jack-default-audio \
 			--enable-jack-default-midi \
diff --git a/audio/bristol/pkg-plist b/audio/bristol/pkg-plist
index f5a6da53c8d9..8e32d3020e98 100644
--- a/audio/bristol/pkg-plist
+++ b/audio/bristol/pkg-plist
@@ -26,6 +26,10 @@ lib/libbrighton.so.0.0.610
 lib/libbrighton.so.0
 lib/libbrighton.so
 lib/libbrighton.a
+lib/libB11.so.0.0.610
+lib/libB11.so.0
+lib/libB11.so
+lib/libB11.a
 lib/libC11.so.0.0.610
 lib/libC11.so.0
 lib/libC11.so

--------------FD489E460BD7815A7DEBDB99--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32407dd2-4e80-35ca-974e-c0d208360c9f>