svn commit: r525484 - in head: . security/nss security/nss/files

Li-Wen Hsu lwhsu at freebsd.org
Fri Feb 7 14:06:55 UTC 2020


On Fri, Feb 7, 2020 at 9:55 PM Tobias Kortkamp <tobik at freebsd.org> wrote:
>
> On Fri, Feb 7, 2020, at 13:32, Li-Wen Hsu wrote:
> > Author: lwhsu
> > Date: Fri Feb  7 13:32:00 2020
> > New Revision: 525484
> > URL: https://svnweb.freebsd.org/changeset/ports/525484
> >
> > Log:
> >   Reduce the duplicated 'nss' in include and lib path
> >
> >   From jbeich:
> >   This appeared after r78824 which failed to adjust do-install.  Arch, Debian,
> >   Gentoo, OpenBSD use include/nss/, Fedora uses include/nss3/, NetBSD/PkgSrc
> >   uses include/nss/nss/.
> >
> >   PR:         243835
> >   Reviewed by:        jbeich
> >   Differential Revision:      https://reviews.freebsd.org/D23424
> >
> > Modified:
> >   head/UPDATING
> >   head/security/nss/Makefile
> >   head/security/nss/files/nss-config.in
> >   head/security/nss/files/nss.pc.in
> >   head/security/nss/pkg-plist
> >
> > Modified: head/UPDATING
> > ==============================================================================
> > --- head/UPDATING     Fri Feb  7 13:27:35 2020        (r525483)
> > +++ head/UPDATING     Fri Feb  7 13:32:00 2020        (r525484)
> > @@ -5,6 +5,13 @@ they are unavoidable.
> >  You should get into the habit of checking this file for changes each time
> >  you update your ports collection, before attempting any port upgrades.
> >
> > +20200207:
> > +  AFFECTS: users of security/nss
> > +  AUTHOR: lwhsu at FreeBSD.org
> > +
> > +  NSS header files and libraries have been moved from ${PREFIX}/include/nss/nss
> > +  and ${PREFIX}/lib/nss to ${PREFIX}/include/nss and ${PREFIX}/lib
>
> Maybe adjust USE_LDCONFIG too.  It still points to ${PREFIX}/lib/nss.

Sorry I don't understand. Is there anything I missed?


More information about the svn-ports-all mailing list