FreeBSD Bugzilla – Attachment 73104 Details for
Bug 106073
[PATCH] x11-wm/treewm: Respect X11BASE, use DATADIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
treewm-0.4.5_3.patch
treewm-0.4.5_3.patch (text/plain), 2.11 KB, created by
Rong-En Fan
on 2006-11-30 17:10:12 UTC
(
hide
)
Description:
treewm-0.4.5_3.patch
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2006-11-30 17:10:12 UTC
Size:
2.11 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /big/freebsd-cvsup/ncvs/ports/x11-wm/treewm/Makefile,v >retrieving revision 1.6 >diff -u -u -r1.6 Makefile >--- Makefile 13 May 2006 05:00:44 -0000 1.6 >+++ Makefile 30 Nov 2006 17:01:59 -0000 >@@ -26,18 +26,18 @@ > PORTDOCS= AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO default.cfg sample.cfg > > post-patch: >- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile > > post-build: > @${SED} 's|%%D%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} > > do-install: >- ${MKDIR} ${PREFIX}/share/treewm >- ${MKDIR} ${PREFIX}/share/treewm/pixmaps >+ ${MKDIR} ${DATADIR} >+ ${MKDIR} ${DATADIR}/pixmaps > ${INSTALL_PROGRAM} ${WRKSRC}/src/treewm ${PREFIX}/bin > ${INSTALL_PROGRAM} ${WRKSRC}/xprop/xprop ${PREFIX}/bin/xprop-treewm > ${INSTALL_PROGRAM} ${WRKSRC}/xkill/xkill ${PREFIX}/bin/xkill-treewm >- ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${PREFIX}/share/treewm/pixmaps >+ ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${DATADIR}/pixmaps > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > .for FILE in ${PORTDOCS} >Index: pkg-plist >=================================================================== >RCS file: /big/freebsd-cvsup/ncvs/ports/x11-wm/treewm/pkg-plist,v >retrieving revision 1.1 >diff -u -u -r1.1 pkg-plist >--- pkg-plist 11 Jan 2004 20:54:14 -0000 1.1 >+++ pkg-plist 30 Nov 2006 17:01:59 -0000 >@@ -1,13 +1,13 @@ > bin/treewm > bin/xprop-treewm > bin/xkill-treewm >-share/treewm/pixmaps/close.xpm >-share/treewm/pixmaps/icon.xpm >-share/treewm/pixmaps/max1.xpm >-share/treewm/pixmaps/max2.xpm >-share/treewm/pixmaps/move.xpm >-share/treewm/pixmaps/none1.xpm >-share/treewm/pixmaps/none2.xpm >-share/treewm/pixmaps/resize.xpm >-@dirrm share/treewm/pixmaps >-@dirrm share/treewm >+%%DATADIR%%/pixmaps/close.xpm >+%%DATADIR%%/pixmaps/icon.xpm >+%%DATADIR%%/pixmaps/max1.xpm >+%%DATADIR%%/pixmaps/max2.xpm >+%%DATADIR%%/pixmaps/move.xpm >+%%DATADIR%%/pixmaps/none1.xpm >+%%DATADIR%%/pixmaps/none2.xpm >+%%DATADIR%%/pixmaps/resize.xpm >+@dirrm %%DATADIR%%/pixmaps >+@dirrm %%DATADIR%%
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 106073
: 73104