diff options
author | joerg <joerg> | 2008-01-26 23:44:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-01-26 23:44:08 +0000 |
commit | 0220007e5c943085d3a4c28390f3ca690f67cb36 (patch) | |
tree | 7f2a212d370b3fa6b622527ca4eb92778014bbe7 /pkgtools/pbulk/Makefile | |
parent | 2c4a037358afe941211277c104b18df331fb1ad7 (diff) | |
download | pkgsrc-0220007e5c943085d3a4c28390f3ca690f67cb36.tar.gz |
pbulk-0.26:
Add first pile of patches for cross-compiling support.
This still depends on the packages being pre-installed to
the normal prefix, but otherwise works. Cross-compiling
needs pkg_install-20080126. While here, simplify configuration
and allow using one pkg_install installation for everything.
As a side effect remove the pkgdb limitation for NetBSD builds.
Add a message that tells users to check the configuration file
on updates.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r-- | pkgtools/pbulk/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 2e4a5cd15d6..74ff6281084 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2008/01/26 01:57:00 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/01/26 23:44:08 joerg Exp $ -DISTNAME= pbulk-0.25 +DISTNAME= pbulk-0.26 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -17,7 +17,7 @@ NO_CHECKSUM= YES USE_FEATURES= nbcompat USE_TOOLS+= awk:run bzip2:run digest:run gzip:run ident:run make:run \ - mail:run tar:run + mail:run sed:run tar:run DEPENDS+= rsync-[0-9]*:../../net/rsync .include "../../mk/bsd.prefs.mk" @@ -41,7 +41,8 @@ SUBST_FILES.tools= pbulk.conf scripts/build scripts/build-client-start \ scripts/create-report-html.awk scripts/create-report-txt.awk \ scripts/create-report.awk SUBST_VARS.tools= AWK BZIP2 DIGEST GZIP_CMD IDENT MAIL_CMD NEATO \ - PBULK_CONFIG PKG_INFO PREFIX SH TAR TARGET_MAKE + PBULK_CONFIG PKG_ADD_CMD PKG_DELETE_CMD \ + PKG_INFO_CMD PREFIX SED SH TAR TARGET_MAKE CONF_FILES+= share/examples/pbulk/pbulk.conf ${PKG_SYSCONFDIR}/pbulk.conf |