FreeBSD Bugzilla – Attachment 135996 Details for
Bug 181071
x11-wm/clementine: Support CXX/CXXFLAGS properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-wm_clementine.diff
x11-wm_clementine.diff (text/x-diff), 3.18 KB, created by
tkato432
on 2013-08-16 18:59:45 UTC
(
hide
)
Description:
x11-wm_clementine.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-08-16 18:59:45 UTC
Size:
3.18 KB
patch
obsolete
>diff -urN /usr/ports/x11-wm/clementine/Makefile x11-wm/clementine/Makefile >--- /usr/ports/x11-wm/clementine/Makefile 2013-08-14 21:59:12.000000000 +0900 >+++ x11-wm/clementine/Makefile 2013-08-17 00:00:00.000000000 +0900 >@@ -3,60 +3,70 @@ > > PORTNAME= clementine > PORTVERSION= 0.0.7 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= x11-wm > MASTER_SITES= SF/${PORTNAME}/Source/${PORTNAME}-${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Has title bars, iconizing, and styles (unstable) > >+LICENSE= GPLv2 MIT >+LICENSE_COMB= multi >+ > RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ > rxvt:${PORTSDIR}/x11/rxvt > >-PLIST= ${WRKDIR}/pkg-plist >-PKGMESSAGE= ${WRKDIR}/pkg-message >-USE_GMAKE= yes >+OPTIONS_DEFINE= DOCS >+ >+USES= gmake > USE_XORG= x11 >-DOCS= COPYING HISTORY LICENSE >-REINPLACE_ARGS= -i'' -E >+ >+PKGMESSAGE= ${WRKDIR}/pkg-message >+ >+PORTDOCS= HISTORY LICENSE >+PLIST_FILES= bin/clementine \ >+ %%DATADIR%%/look-black \ >+ %%DATADIR%%/look-black2 \ >+ %%DATADIR%%/look-blue \ >+ %%DATADIR%%/look-celadon \ >+ %%DATADIR%%/look-grey \ >+ %%DATADIR%%/look-taupe \ >+ %%DATADIR%%/look-turq \ >+ %%DATADIR%%/look-xemacs \ >+ %%DATADIR%%/keys >+PLIST_DIRS= %%DATADIR%% >+ >+.include <bsd.port.options.mk> > > post-patch: >- ${REINPLACE_CMD} 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g ;\ >- s:/usr/X11R6:${LOCALBASE}:g' \ >+ @${REINPLACE_CMD} -e \ >+ 's|/usr/X11R6|${LOCALBASE}| ; \ >+ s|$$(CC)|$$(CXX)| ; \ >+ s|$$(CFLAGS)|$$(CXXFLAGS)| ; \ >+ s|$$(DEFINES)||' \ > ${WRKSRC}/Makefile >- ${REINPLACE_CMD} 's:./clementine:${PREFIX}/bin/clementine:g' \ >+ @${REINPLACE_CMD} -e \ >+ 's|./clementine|${PREFIX}/bin/clementine|' \ > ${WRKSRC}/windowmanager.cpp > >-pre-install: >- ${ECHO_CMD} bin/clementine > ${PLIST} >- for i in `${LS} ${WRKSRC} | ${GREP} look-`; do \ >- ${ECHO_CMD} share/clementine/$$i >> ${PLIST}; \ >- done >- ${ECHO_CMD} share/clementine/keys >> ${PLIST} >-.if !defined(NOPORTDOCS) >-.for i in ${DOCS} >- ${ECHO_CMD} share/doc/clementine/${i} >> ${PLIST} >-.endfor >- ${ECHO_CMD} @dirrm share/doc/clementine >> ${PLIST} >-.endif >- ${ECHO_CMD} @dirrm share/clementine >> ${PLIST} >- ${ECHO_CMD} "*" > ${PKGMESSAGE} >- ${ECHO_CMD} "* To customize clementine, copy the keys file to ~/keys and" >> ${PKGMESSAGE} >- ${ECHO_CMD} "* copy one of the look- files to ~/look; edit them as needed." >> ${PKGMESSAGE} >- ${ECHO_CMD} "*" >> ${PKGMESSAGE} >+pre-build: >+ @${ECHO_CMD} "*" > ${PKGMESSAGE} >+ @${ECHO_CMD} "* To customize clementine, copy the keys file to ~/keys and" >> ${PKGMESSAGE} >+ @${ECHO_CMD} "* copy one of the look- files to ~/look; edit them as needed." >> ${PKGMESSAGE} >+ @${ECHO_CMD} "*" >> ${PKGMESSAGE} > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/clementine ${PREFIX}/bin >- ${MKDIR} ${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/keys ${WRKSRC}/look-* ${DATADIR} >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >-.for i in ${DOCS} >- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} clementine ${PREFIX}/bin) >+ @${MKDIR} ${DATADIR} >+.for i in look-* keys >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DATADIR}) >+.endfor >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+.for i in ${PORTDOCS} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) > .endfor > .endif >- >-post-install: > @${CAT} ${PKGMESSAGE} > > .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 181071
:
135995
| 135996 |
135997