svn commit: r359325 - head/java/eclipse

John Marino marino at FreeBSD.org
Thu Jun 26 09:13:00 UTC 2014


Author: marino
Date: Thu Jun 26 09:13:00 2014
New Revision: 359325
URL: http://svnweb.freebsd.org/changeset/ports/359325
QAT: https://qat.redports.org/buildarchive/r359325/

Log:
  java/eclipse: Remove troublesome comment completely
  
  Freshports won't update the entry due to choking on the MAVEN_OPTS
  comment.  Truthfully the comment is more trouble than it's worth.  First,
  it's MVN_OPTS, not MAVEN_OPTS.  Secondly, "+=" is a no-op, so the
  definition should be there anyway.  Thirdly, MVN_OPTS is undefined.
  Just remove the whole mess.
  
  PR: 188659

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Jun 26 08:55:08 2014	(r359324)
+++ head/java/eclipse/Makefile	Thu Jun 26 09:13:00 2014	(r359325)
@@ -52,8 +52,6 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitc
 
 MVN_LOCAL_REPO=	-Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION}/repository
 MVN_TEST_FLAG=	-Dmaven.test.skip=true
-MVN_OPTS+=	# a placeholder for MAVEN_OPTS environment variable
-		# in the following format: MAVEN_OPTS='-Xmx1792m'
 MVN_SETTINGS+=	--offline
 ECLIPSE_WS=	gtk
 ECLIPSE_ARCH=	x86${ARCH:C/^i.86//:C/^amd/_/}


More information about the svn-ports-head mailing list