Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/27/2007 21:51:24
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Aug 27 21:51:24 UTC 2007

Modified Files:
	pkgsrc/lang/sun-jre14: Makefile
	pkgsrc/lang/sun-jre15: Makefile PLIST.linux-i386 PLIST.linux-x86_64
	pkgsrc/lang/sun-jre6: Makefile PLIST.linux-i386

Log Message:
If running native Linux, fail to install if the X11 libraries aren't
available "somehow" -- for X11_TYPE == "native", then just fail,
otherwise for X11_TYPE == "modular", then build the libX11 package to
satisfy the library requirements for "javaws" and "policytool".

This fixes pkg/36838 reported by Ondrej Tuma.

Bump the PKGREVISIONs for sun-jre14, sun-jre15, and sun-jre6.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/lang/sun-jre14/Makefile
cvs rdiff -r1.47 -r1.48 pkgsrc/lang/sun-jre15/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/sun-jre15/PLIST.linux-i386
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/sun-jre15/PLIST.linux-x86_64
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/sun-jre6/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/sun-jre6/PLIST.linux-i386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.