From owner-cvs-all@FreeBSD.ORG Fri Dec 8 19:39:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EEA916A415; Fri, 8 Dec 2006 19:39:48 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0EC43CCB; Fri, 8 Dec 2006 19:38:46 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB8Jdjgu037962; Fri, 8 Dec 2006 19:39:45 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB8Jdjs5037961; Fri, 8 Dec 2006 19:39:45 GMT (envelope-from glewis) Message-Id: <200612081939.kB8Jdjs5037961@repoman.freebsd.org> From: Greg Lewis Date: Fri, 8 Dec 2006 19:39:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk13 Makefile ports/java/jdk13/files patch-common::Defs-bsd.gmk patch-j2sdk1.3.1-font-fontpath.c patch-j2sdk1.3.1-solaris-GNUmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 19:39:48 -0000 glewis 2006-12-08 19:39:45 UTC FreeBSD ports repository Modified files: java/jdk13 Makefile java/jdk13/files patch-common::Defs-bsd.gmk Added files: java/jdk13/files patch-j2sdk1.3.1-font-fontpath.c patch-j2sdk1.3.1-solaris-GNUmakefile Log: . Replace some hardwired /usr/X11R6 instances with X11BASE. [1] . Replace one hardwired /usr/local instance with LOCALBASE. This wasn't a problem since the port Makefile overrode that variable anyway. . Small Makefile restructure to keep related variables in one place. Pointed out by: pointyhat (via kris) [1] Revision Changes Path 1.88 +16 -11 ports/java/jdk13/Makefile 1.9 +20 -2 ports/java/jdk13/files/patch-common::Defs-bsd.gmk 1.1 +13 -0 ports/java/jdk13/files/patch-j2sdk1.3.1-font-fontpath.c (new) 1.1 +24 -0 ports/java/jdk13/files/patch-j2sdk1.3.1-solaris-GNUmakefile (new)