FreeBSD Bugzilla – Attachment 221779 Details for
Bug 252817
multimedia/musikcube: app crashes on startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
musikcube-base-ncurses-rev2.diff (text/plain), 1009 bytes, created by
Steve Wills
on 2021-01-21 06:49:24 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2021-01-21 06:49:24 UTC
Size:
1009 bytes
patch
obsolete
>diff --git multimedia/musikcube/Makefile multimedia/musikcube/Makefile >index 11fd9fe93c71..454a693a0e3c 100644 >--- multimedia/musikcube/Makefile >+++ multimedia/musikcube/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= musikcube > DISTVERSION= 0.96.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia audio > > MAINTAINER= yuri@FreeBSD.org >@@ -24,11 +24,21 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ > libtag.so:audio/taglib \ > libvorbis.so:audio/libvorbis > >-USES= cmake:noninja compiler:c++14-lang ncurses:port pkgconfig ssl # ncurses:port was changed to base by bug#249572, but this caused it to abort (bug#252817) and was reverted >+USES= cmake:noninja compiler:c++14-lang pkgconfig ssl > > USE_LDCONFIG= yes > > USE_GITHUB= yes > GH_ACCOUNT= clangen >+LDFLAGS+= -lncursesw -lpanelw -ltinfow >+ >+.include <bsd.port.options.mk> >+ >+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 >+USES+= ncurses >+.else >+USES+= ncurses:port >+CFLAGS+= -I${LOCALBASE}/include/ncurses >+.endif > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
swills
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 252817
:
221778
| 221779