pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44216
The following reply was made to PR pkg/44216; it has been noted by GNATS.
From: "Filip Hajny" <filip%joyent.com@localhost>
To: <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/44216
Date: Wed, 4 Jan 2012 15:20:59 +0100
This *does* work, as confirmed on Nevada (snv_89) vs. SmartOS (Illumos snv_=
147+). While I hate putting an absolute path there like this, nis_cache.h i=
s one of the files taken away as part of the NIS+ cleanup in Nevada. Would =
this be OK to commit?
+.if ${OPSYS} =3D=3D "SunOS" && !exists(/usr/include/rpcsvc/nis_cache.h)
+SUBST_CLASSES+=3D nis
+SUBST_FILES.nis=3D src/util/sys_defs.h
+SUBST_MESSAGE.nis=3D Working around dropped support for NIS+ on SunOS
+SUBST_STAGE.nis=3D post-patch
+SUBST_SED.nis=3D -e 's,\#define HAS_NISPLUS,\#undef HAS_NISPLUS,g'
+.endif
Upstream seems to recognize OpenSolaris (and other spin-offs) as new/unsupp=
orted platforms and expects full-blown porting as the official fix for this=
problem.
--
Filip Hajny
Joyent Inc.
Home |
Main Index |
Thread Index |
Old Index