FreeBSD Bugzilla – Attachment 107844 Details for
Bug 148665
[PATCH] java/eclipse-lomboz: update path for new eclipse version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
eclipse-lomboz-3.1.r2_5.patch
eclipse-lomboz-3.1.r2_5.patch (text/plain), 1.09 KB, created by
Greg Lewis
on 2010-07-16 04:30:01 UTC
(
hide
)
Description:
eclipse-lomboz-3.1.r2_5.patch
Filename:
MIME Type:
Creator:
Greg Lewis
Created:
2010-07-16 04:30:01 UTC
Size:
1.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /var/fcvs/ports/java/eclipse-lomboz/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- Makefile 28 Mar 2010 06:38:40 -0000 1.12 >+++ Makefile 16 Jul 2010 03:20:07 -0000 >@@ -31,12 +31,12 @@ > JAVA_OS= native > > do-install: >- @${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} > > .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 148665
: 107844