svn commit: r309495 - head/java/openjdk7

Greg Lewis glewis at FreeBSD.org
Tue Dec 25 20:49:56 UTC 2012


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}


More information about the svn-ports-all mailing list