FreeBSD Bugzilla – Attachment 181675 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), 2.25 KB, created by
Tobias Kortkamp
on 2017-04-11 02:53:52 UTC
(
hide
)
Description:
cmus.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-04-11 02:53:52 UTC
Size:
2.25 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,12 @@ > -e 's,/usr/share/cmus,${DATADIR},g' \ > ${WRKSRC}/Doc/cmus.txt > >+post-configure: >+# Prevent passing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 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 >Index: files/patch-configure >=================================================================== >--- files/patch-configure (nonexistent) >+++ files/patch-configure (working copy) >@@ -0,0 +1,26 @@ >+--- configure.orig 2017-04-11 02:34:57 UTC >++++ configure >+@@ -126,23 +126,6 @@ check_ncurses() >+ fi >+ test -z "$widechars" && return 1 >+ >+- msg_checking "for working ncurses setup" >+- for flag in "" "-I/usr/include/ncurses" "-I/usr/include/ncursesw" >+- do >+- if try_compile_link "$ncurses_code" $flag $NCURSES_LIBS >+- then >+- NCURSES_CFLAGS="$NCURSES_CFLAGS $flag" >+- msg_result yes >+- working_curses=y >+- break >+- fi >+- done >+- if test -z "$working_curses" >+- then >+- msg_result no >+- return 1 >+- fi >+- >+ check_function "resizeterm" $NCURSES_CFLAGS $NCURSES_LIBS >+ HAVE_RESIZETERM=`test $? -ne 0 ; echo $?` >+ > >Property changes on: files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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