Date: Wed, 31 Oct 2012 20:49:55 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306764 - in head/java/openjdk6: . files/icedtea/security Message-ID: <201210312049.q9VKntQL027991@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312049.q9VKntQL027991>