Index: head/ports-mgmt/pkg/Makefile =================================================================== --- head/ports-mgmt/pkg/Makefile (revision 293987) +++ head/ports-mgmt/pkg/Makefile (revision 293988) @@ -1,68 +1,69 @@ # New ports collection makefile for: pkg # Date created: 2012-01-18 # Whom: Baptiste Daroussin # # $FreeBSD$ # PORTNAME= pkg DISTVERSION= 1.0-beta9 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ MAINTAINER= portmgr@FreeBSD.org COMMENT= New generation package manager LICENSE= BSD USE_XZ= yes USE_LDCONFIG= yes MANCOMPRESSED= yes MAKE_ENV+= WITHOUT_PROFILE=yes MAN8= pkg.8 \ pkg-add.8 \ pkg-autoremove.8 \ pkg-backup.8 \ pkg-create.8 \ pkg-delete.8 \ pkg-info.8 \ pkg-install.8 \ pkg-query.8 \ pkg-register.8 \ pkg-repo.8 \ pkg-search.8 \ pkg-set.8 \ pkg-update.8 \ pkg-updating.8 \ pkg-upgrade.8 \ pkg-version.8 \ pkg-which.8 MAN5= pkg.conf.5 .include #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) .if defined(WITH_PKGNG) PKG_DEPENDS= .undef INSTALLS_DEPENDS .if !exists(${LOCALBASE}/sbin/pkg) PKG_BIN= ${WRKSRC}/pkg-static/pkg-static .endif .endif .if ${OSVERSION} < 800505 IGNORE= not supported on 7.x or early 8.0 .endif post-install: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/scripts/periodic/410.pkg-audit @${MKDIR} ${PREFIX}/etc/periodic/security @${INSTALL_SCRIPT} ${WRKSRC}/scripts/periodic/410.pkg-audit ${PREFIX}/etc/periodic/security @${INSTALL_SCRIPT} ${WRKSRC}/ports/pkg2ng ${PREFIX}/sbin @${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/pkg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/ports-mgmt/pkg/files/patch-pkg__check.c =================================================================== --- head/ports-mgmt/pkg/files/patch-pkg__check.c (nonexistent) +++ head/ports-mgmt/pkg/files/patch-pkg__check.c (revision 293988) @@ -0,0 +1,10 @@ +--- ./pkg/check.c.orig 2012-03-29 23:57:58.000000000 +0200 ++++ ./pkg/check.c 2012-03-30 12:27:58.010105703 +0200 +@@ -313,6 +313,7 @@ + break; + case 'r': + recomputeflatsize = true; ++ flags |= PKG_LOAD_FILES; + if (geteuid() != 0) + errx(EX_USAGE, "Needs to be root to recompute the flatsize"); + break; Property changes on: head/ports-mgmt/pkg/files/patch-pkg__check.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property