FreeBSD Bugzilla – Attachment 107848 Details for
Bug 148670
[PATCH] java/eclipse-ShellEd: update path for new eclipse version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
eclipse-ShellEd-1.0.2a_3.patch
eclipse-ShellEd-1.0.2a_3.patch (text/plain), 1.29 KB, created by
Greg Lewis
on 2010-07-16 06:50:01 UTC
(
hide
)
Description:
eclipse-ShellEd-1.0.2a_3.patch
Filename:
MIME Type:
Creator:
Greg Lewis
Created:
2010-07-16 06:50:01 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /var/fcvs/ports/java/eclipse-shelled/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- Makefile 28 Mar 2010 06:38:41 -0000 1.5 >+++ Makefile 16 Jul 2010 05:31:38 -0000 >@@ -30,13 +30,13 @@ > @${MKDIR} ${WRKSRC}/eclipse > @${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins > @${MV} ${WRKSRC}/features ${WRKSRC}/eclipse/features >- @${MKDIR} ${PREFIX}/eclipse >- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse >- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse >- @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST} >+ @${MKDIR} ${PREFIX}/lib/eclipse >+ @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse >+ @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse >+ @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} > @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \ > | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ >- | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} >+ | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST} > @${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins > @${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features > @${RM} -rf ${WRKSRC}/eclipse
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 148670
: 107848