svn commit: r304606 - head/java/eclipse-devel
Greg Lewis
glewis at FreeBSD.org
Fri Sep 21 05:47:35 UTC 2012
Author: glewis
Date: Fri Sep 21 05:47:34 2012
New Revision: 304606
URL: http://svn.freebsd.org/changeset/ports/304606
Log:
. Fix permissions problems with some of the JARs installed as plugins.
This is the same fix applied ale@ to java/eclipse.
Reported by: Olivier Smedts <olivier at gid0.org>
Modified:
head/java/eclipse-devel/Makefile
Modified: head/java/eclipse-devel/Makefile
==============================================================================
--- head/java/eclipse-devel/Makefile Thu Sep 20 23:52:30 2012 (r304605)
+++ head/java/eclipse-devel/Makefile Fri Sep 21 05:47:34 2012 (r304606)
@@ -7,6 +7,7 @@
PORTNAME= eclipse-devel
PORTVERSION= 4.2.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/4.2.x/:1 \
http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/plugins/:2 \
@@ -281,6 +282,7 @@ do-install:
@${MKDIR} ${PORTDESTDIR}
@${MKDIR} ${PREFIX}/${DROPINS_DIR}
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET})
+ @${FIND} ${PORTDESTDIR}/plugins -type f -perm 600 -print0 | ${XARGS} -0 ${CHMOD} 644
@${SED} \
-e "s+%%BROWSER%%+${GECKO:S/19//}+g" \
-e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \
More information about the svn-ports-head
mailing list