From owner-cvs-ports@FreeBSD.ORG Sat Jul 26 19:06:27 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 5F82637B401; Sat, 26 Jul 2003 19:06:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1015B43FAF; Sat, 26 Jul 2003 19:06:27 -0700 (PDT) (envelope-from kris@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 h6R26Q0U041482; Sat, 26 Jul 2003 19:06:26 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6R26Qoi041481; Sat, 26 Jul 2003 19:06:26 -0700 (PDT) Message-Id: <200307270206.h6R26Qoi041481@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 26 Jul 2003 19:06:26 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk 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: Sun, 27 Jul 2003 02:06:27 -0000 kris 2003/07/26 19:06:26 PDT FreeBSD ports repository Modified files: Mk bsd.port.mk Log: * Add USE_SDL option, which adds a dependency on the sdl12 port and sets up SDL_CONFIG in the build environment. [1] * Add the -o option to unzip when extracting files with USE_ZIP, to overwrite files when extracting, for consistency with other extraction targets. [2] * Fix port installation/deinstallation on FreeBSD 4.6.2 and older (which does not have pkg_info -O), by falling back to the old installation/deinstallation logic on these systems [3] * Correctly handle pkg-plist files that contain @cwd directives with the new install/deinstall code [4] * Set up POSIX and en_US.US-ASCII locale symlinks after running mtree on BSD.local.dist. [5] Submitted by: David Yeske [1], Alexey Dokuchaev [2], Sergey Matveychuk [3], Chris BeHanna [3], marcus [4], ache [5] PR: ports/52309 [1], ports/52856 [2], ports/53189 [5] Revision Changes Path 1.458 +31 -6 ports/Mk/bsd.port.mk