FreeBSD Bugzilla – Attachment 57416 Details for
Bug 86649
Fix java/eclipse installation issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
eclipse.patch
eclipse.patch (text/plain), 1.94 KB, created by
Panagiotis Astithas
on 2005-09-27 22:10:15 UTC
(
hide
)
Description:
eclipse.patch
Filename:
MIME Type:
Creator:
Panagiotis Astithas
Created:
2005-09-27 22:10:15 UTC
Size:
1.94 KB
patch
obsolete
>diff -ruN /usr/ports/java/eclipse/Makefile eclipse/Makefile >--- /usr/ports/java/eclipse/Makefile Sun Sep 25 12:55:29 2005 >+++ eclipse/Makefile Tue Sep 27 20:51:01 2005 >@@ -44,7 +44,7 @@ > .else > ECLIPSE_WS= gtk > .if !defined(WITHOUT_MOZILLA) >-.if defined(WITH_MOZILLA) >+.if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla" > BROWSER= ${WITH_MOZILLA} > MAKE_MOZILLA= make_mozilla > BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER} >@@ -66,10 +66,10 @@ > > .if defined(WITHOUT_GNOMEVFS) > MAKE_GNOME= >-USE_GNOME= gtk20 pkgconfig >+USE_GNOME= gtk20 pkgconfig desktopfileutils > .else > MAKE_GNOME= make_gnome >-USE_GNOME= gtk20 gnomevfs2 libgnome libgnomeui pkgconfig >+USE_GNOME= gtk20 gnomevfs2 libgnome libgnomeui pkgconfig desktopfileutils > .endif > > .include <bsd.port.pre.mk> >@@ -93,7 +93,7 @@ > MACHINE_ARCH=${MACHINE_ARCH} \ > MOTIF_HOME=${X11_HOME} > >-PLIST_FILES= bin/eclipse share/gnome/applications/eclipse.desktop >+PLIST_FILES= bin/eclipse share/applications/eclipse.desktop > > SWTGTK=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library > SWTMOTIF=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/motif/library >@@ -129,10 +129,13 @@ > -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \ > -e "s+%%PREFIX%%+${PREFIX}+g" \ > ${FILESDIR}/eclipse.desktop > ${WRKSRC}/eclipse.desktop.tmp >- ${INSTALL_DATA} ${WRKSRC}/eclipse.desktop.tmp ${X11BASE}/share/gnome/applications/eclipse.desktop >+ ${INSTALL_DATA} ${WRKSRC}/eclipse.desktop.tmp ${PREFIX}/share/applications/eclipse.desktop > ${INSTALL_PROGRAM} ${WRKSRC}/launchertmp/eclipse ${PREFIX}/eclipse/eclipse >+ @-update-desktop-database > @(cd ${WRKSRC}; ${FIND} -s eclipse -not -type d) >> ${TMPPLIST} >+ @echo '@exec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST} > @(cd ${WRKSRC}; ${FIND} -s -d eclipse -type d) \ > | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} >+ @echo '@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST} > > .include <bsd.port.post.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 86649
: 57416