NO_MTREE is the default nowawadays.
Do not force use of a native compiler, we don't build digest during bootstrap any longer. Do not skip the pkgtools version check for the same reason. When building this package using DESTDIR, it might actually need the newer tools.
This commit is contained in:
parent
a16bb89200
commit
4c9687e516
1 changed files with 2 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.55 2007/11/11 11:35:49 martti Exp $
|
# $NetBSD: Makefile,v 1.56 2008/02/26 13:32:00 joerg Exp $
|
||||||
#
|
#
|
||||||
# When adding new digest algorithms, please use rmd160 as the template,
|
# When adding new digest algorithms, please use rmd160 as the template,
|
||||||
# and bump the VERSION definition.
|
# and bump the VERSION definition.
|
||||||
|
@ -16,21 +16,13 @@ COMMENT?= Message digest wrapper utility
|
||||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||||
PKG_DESTDIR_SUPPORT= user-destdir
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
NO_CHECKSUM= yes
|
||||||
CHECK_PERMS= no
|
CHECK_PERMS= no
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
NO_PKGTOOLS_REQD_CHECK= yes
|
|
||||||
NO_MTREE= yes
|
|
||||||
|
|
||||||
# XXX Remove the following line after pkgsrc/bootstrap is up and
|
|
||||||
# XXX running.
|
|
||||||
USE_NATIVE_GCC= yes
|
|
||||||
|
|
||||||
.include "../../mk/bsd.prefs.mk"
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
|
||||||
NO_CHECKSUM= yes
|
|
||||||
|
|
||||||
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
|
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
|
||||||
${FILESDIR}/configure
|
${FILESDIR}/configure
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue