FreeBSD Bugzilla – Attachment 137560 Details for
Bug 183160
[PATCH] audio/mp3info: Fix WITH=GTK2, Stagify, Use new options.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mp3info-0.8.5.patch
mp3info-0.8.5.patch (text/plain), 1.38 KB, created by
Mathieu Arnold
on 2013-10-21 17:40:00 UTC
(
hide
)
Description:
mp3info-0.8.5.patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2013-10-21 17:40:00 UTC
Size:
1.38 KB
patch
obsolete
>diff -ruN /usr/ports/audio/mp3info/Makefile ./Makefile >--- /usr/ports/audio/mp3info/Makefile 2013-10-04 10:52:32.000000000 +0200 >+++ ./Makefile 2013-10-21 18:18:35.000000000 +0200 >@@ -19,35 +19,28 @@ > PORTDOCS= ChangeLog README mp3info.txt > > OPTIONS_DEFINE= GTK2 > GTK2_DESC= Enable to have the gmp3info > >-PLIST_FILES= bin/mp3info \ >- %%WITH_GTK%%bin/gmp3info >+GTK2_USES= pkgconfig >+GTK2_USE= GNOME=gtk20 >+GTK2_ALL_TARGET= gmp3info >+GTK2_PLIST_FILES= bin/gmp3info > >-MAN1= mp3info.1 >-NO_STAGE= yes >+PLIST_FILES= bin/mp3info man/man1/mp3info.1.gz > > ALL_TARGET= doc mp3info > > .include <bsd.port.options.mk> > >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/man/man1 > .if ${PORT_OPTIONS:MGTK2} >-USE_GNOME+= gtk20 >-ALL_TARGET+= gmp3info >-MAKE_ARGS= install-gmp3info >-PLIST_SUB+= WITH_GTK="" >-.else >-PLIST_SUB+= WITH_GTK="@comment " >+ ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin > .endif >- >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >-.for docs in ${PORTDOCS} >- ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} >-.endfor >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > .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
Actions:
View
|
Diff
Attachments on
bug 183160
: 137560