pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk Solaris doesn't have mktemp (recently...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ceda79cbe32a
branches: trunk
changeset: 515908:ceda79cbe32a
user: sketch <sketch%pkgsrc.org@localhost>
date: Mon Jul 10 20:38:50 2006 +0000
description:
Solaris doesn't have mktemp (recently added to pkg_chk) in the base system, so
pull in as a dependancy.
diffstat:
pkgtools/pkg_chk/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 9066aae24fc3 -r ceda79cbe32a pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Mon Jul 10 20:32:59 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Mon Jul 10 20:38:50 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2006/06/09 16:43:33 abs Exp $
+# $NetBSD: Makefile,v 1.36 2006/07/10 20:38:50 sketch Exp $
DISTNAME= pkg_chk-1.75
+PKGREVISION= 1
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -22,6 +23,10 @@
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+DEPENDS+= mktemp>=1.4:../../sysutils/mktemp
+.endif
+
MAKECONF?= /etc/mk.conf
#XXX: how to get GZIP_CMD?!
Home |
Main Index |
Thread Index |
Old Index