From owner-cvs-ports@FreeBSD.ORG Sat Aug 23 08:17:29 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62BC16A4BF; Sat, 23 Aug 2003 08:17:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674CB43F85; Sat, 23 Aug 2003 08:17:29 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7NFHT0U029707; Sat, 23 Aug 2003 08:17:29 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7NFHTtu029706; Sat, 23 Aug 2003 08:17:29 -0700 (PDT) Message-Id: <200308231517.h7NFHTtu029706@repoman.freebsd.org> From: Greg Lewis Date: Sat, 23 Aug 2003 08:17:29 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk12 Makefile ports/java/jdk12/scripts check_wrkdir_links.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 15:17:29 -0000 glewis 2003/08/23 08:17:29 PDT FreeBSD ports repository Modified files: java/jdk12 Makefile Added files: java/jdk12/scripts check_wrkdir_links.sh Log: . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is (possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602 Revision Changes Path 1.26 +2 -4 ports/java/jdk12/Makefile 1.1 +29 -0 ports/java/jdk12/scripts/check_wrkdir_links.sh (new)