Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 05:47:35 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304606 - head/java/eclipse-devel
Message-ID:  <201209210547.q8L5lZ0d072543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209210547.q8L5lZ0d072543>