Date: Tue, 25 Dec 2012 20:49:56 +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: r309495 - head/java/openjdk7 Message-ID: <201212252049.qBPKnuLv027580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Tue Dec 25 20:49:55 2012 New Revision: 309495 URL: http://svnweb.freebsd.org/changeset/ports/309495 Log: . Add a runtime dependency on dejavu fonts. Several have reported problems with font related crashes without them. I haven't been able to reproduce, but this should be relatively harmless, so I'm committing it anyway. PR: 173760 Submitted by: girgen@ Modified: head/java/openjdk7/Makefile Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Tue Dec 25 20:13:09 2012 (r309494) +++ head/java/openjdk7/Makefile Tue Dec 25 20:49:55 2012 (r309495) @@ -7,7 +7,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ http://download.java.net/jaxp/1.4.5/:jaxp \ @@ -60,7 +60,8 @@ LIB_DEPENDS+= freetype:${PORTSDIR}/print BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client -RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper +RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper \ + ${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu OPENJDK_OSARCH= bsd-${ARCH:S/i386/i586/} INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212252049.qBPKnuLv027580>