pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Inhibit possible dependency on sysutils/checkperms to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5709f766e586
branches:  trunk
changeset: 542808:5709f766e586
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed May 28 13:36:18 2008 +0000

description:
Inhibit possible dependency on sysutils/checkperms to avoid circular dep.

diffstat:

 net/tnftp/Makefile               |  3 ++-
 pkgtools/compat_headers/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9d8d627d6c58 -r 5709f766e586 net/tnftp/Makefile
--- a/net/tnftp/Makefile        Wed May 28 13:21:53 2008 +0000
+++ b/net/tnftp/Makefile        Wed May 28 13:36:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/03/06 04:45:58 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2008/05/28 13:36:18 tnn Exp $
 
 DISTNAME=              tnftp-20070806
 SVR4_PKGNAME=          tnftp
@@ -18,6 +18,7 @@
 
 GNU_CONFIGURE=         yes
 NO_CHECKSUM=           yes
+CHECK_PERMS=           no
 
 OPSYSVARS+=            MAKE_ENV
 MAKE_ENV.SunOS+=       CPPFLAGS=""
diff -r 9d8d627d6c58 -r 5709f766e586 pkgtools/compat_headers/Makefile
--- a/pkgtools/compat_headers/Makefile  Wed May 28 13:21:53 2008 +0000
+++ b/pkgtools/compat_headers/Makefile  Wed May 28 13:36:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/05/25 17:38:37 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/28 13:40:59 tnn Exp $
 
 DISTNAME=              compat_headers-0.2
 CATEGORIES=            pkgtools
@@ -10,6 +10,7 @@
 COMMENT=               compatibility headers
 
 NO_CHECKSUM=           yes
+CHECK_PERMS=           no
 GNU_CONFIGURE=         yes
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index