pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rpm Mark as not for Interix. (getmntent(3) is no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc2554834af0
branches:  trunk
changeset: 487750:fc2554834af0
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jan 19 16:28:20 2005 +0000

description:
Mark as not for Interix.  (getmntent(3) is nonpublic/undocumented there;
it may work, but will need portability checking.)

diffstat:

 misc/rpm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r de38f8783122 -r fc2554834af0 misc/rpm/Makefile
--- a/misc/rpm/Makefile Wed Jan 19 16:24:34 2005 +0000
+++ b/misc/rpm/Makefile Wed Jan 19 16:28:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile,v 1.51 2005/01/19 16:28:20 tv Exp $
 
 DISTNAME=      rpm-2.5.4
 PKGREVISION=   3
@@ -13,6 +13,8 @@
 
 CONFLICTS+=            rpm2cpio<1.0nb1
 
+NOT_FOR_PLATFORM+=     Interix-*-* # getmntent() is nonpublic; needs porting
+
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index