NetBSD-Users archive

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

pkgsrc update woes - Could not find repro/repro.mk



Hi all,

in the attempt to make my nginx talk http2, I was
at the point where it compiles, install (easy so far),
actually accepts the http2 option in the listen directive
(meaning that the module is there and active), but still
did not actually *talk* http/2.

Oh, openssl might need an update (and nginx too, it's 1.12.1).

But after a cvs update in /usr/pkgsrc, every make invocation
just results in

make: "../../mk/../../mk/bsd.pkg.mk" line 322: Could not find repro/repro.mk

The only local change is

  diff -u -r1.296 mk.conf
  --- mk/defaults/mk.conf 24 Jun 2018 21:19:10 -0000      1.296
  +++ mk/defaults/mk.conf 17 Sep 2018 10:27:34 -0000
  @@ -1935,3 +1935,5 @@
   #      ftp://ftp2.fr.NetBSD.org/pub/NetBSD/packages/distfiles/
   #MASTER_SITE_LOCAL=    \
   #      ftp://ftp.fr.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
  +
  +PKG_OPTIONS.nginx=http2

Does the nginx in pkgsrc even use the openssl from pkgsrc,
or is there a openssl in the base netbsd (and how to update)?

How do I find out what other packages depend on openssl,
and an openssl update would thus update (and potentially
break; there is an dhcpd that I would like to continue
running, not to mention the sshd).

- Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800


Home | Main Index | Thread Index | Old Index