From owner-cvs-ports@FreeBSD.ORG Mon May 23 11:30:17 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 7CA4716A41C; Mon, 23 May 2005 11:30:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F7943D49; Mon, 23 May 2005 11:30:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBUHYt044921; Mon, 23 May 2005 11:30:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBUHNC044920; Mon, 23 May 2005 11:30:17 GMT (envelope-from simon) Message-Id: <200505231130.j4NBUHNC044920@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 23 May 2005 11:30:17 +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/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-CAN-2005-0610 patch-Makefile.compat X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 23 May 2005 11:30:17 -0000 simon 2005-05-23 11:30:17 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile sysutils/portupgrade/files patch-CAN-2005-0610 Added files: sysutils/portupgrade/files patch-Makefile.compat Log: - Unbreak handling of updated pkgdb.db so it is not regenerated for every run, which also makes portversion(1) works for non-root users again. This is done by simply having the flag file in /var/db/ (thanks to pav for the suggestion). - While here anyway, fix some make warnings during install on FreeBSD 6. PR: ports/81088 Reported by: many Tested by: Yoshiaki Kasahara Approved by: erwin (mentor) Revision Changes Path 1.196 +1 -1 ports/sysutils/portupgrade/Makefile 1.2 +43 -36 ports/sysutils/portupgrade/files/patch-CAN-2005-0610 1.1 +11 -0 ports/sysutils/portupgrade/files/patch-Makefile.compat (new)