FreeBSD Bugzilla – Attachment 181676 Details for
Bug 218548
audio/cmus: Broken interface after oudate to 2.8.0-rc0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cmus.diff
cmus.diff (text/plain), 1.07 KB, created by
Tobias Kortkamp
on 2017-04-11 03:18:24 UTC
(
hide
)
Description:
cmus.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-04-11 03:18:24 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 438165) >+++ Makefile (working copy) >@@ -2,8 +2,9 @@ > # $FreeBSD$ > > PORTNAME= cmus >+DISTVERSIONPREFIX= v > DISTVERSION= 2.8.0-rc0 >-DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= audio > DIST_SUBDIR= cmus > >@@ -136,9 +137,6 @@ > WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack > > post-patch: >-# From DPorts: prevent passing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 >- @${REINPLACE_CMD} -e 's@\(NCURSES_CFLAGS=\).*@\1""@g' \ >- ${WRKSRC}/configure > # Doc/cmus.txt is used to generate the man pages. Fix paths to point > # to the correct directories. > @${REINPLACE_CMD} \ >@@ -146,6 +144,11 @@ > -e 's,/usr/share/cmus,${DATADIR},g' \ > ${WRKSRC}/Doc/cmus.txt > >+post-configure: >+# Prevent passing wrong flags from devel/ncurses' pkg-config file to the build >+ @${REINPLACE_CMD} -e 's|-D_POSIX_C_SOURCE=200112L||g; s|-D_XOPEN_SOURCE=600||g' \ >+ ${WRKSRC}/config.mk >+ > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cmus* > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cmus/[io]p/*.so
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:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 218548
:
181662
|
181663
|
181675
| 181676