svn commit: r306764 - in head/java/openjdk6: . files/icedtea/security

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 31 20:49:55 UTC 2012


Author: jkim
Date: Wed Oct 31 20:49:54 2012
New Revision: 306764
URL: http://svn.freebsd.org/changeset/ports/306764

Log:
  - Remove registervm from build dependency.  This hack is no longer necessary
  as javavmwrapper is fixed now (r306536).
  - Remove an empty directory, which was missed in the previous commit.
  
  Feature safe:	yes

Deleted:
  head/java/openjdk6/files/icedtea/security/
Modified:
  head/java/openjdk6/Makefile

Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile	Wed Oct 31 20:29:34 2012	(r306763)
+++ head/java/openjdk6/Makefile	Wed Oct 31 20:49:54 2012	(r306764)
@@ -31,7 +31,6 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \
-		${LOCALBASE}/bin/registervm:${PORTSDIR}/java/javavmwrapper \
 		${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
 LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper \


More information about the svn-ports-all mailing list