Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 22:36:43 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Li-Wen Hsu <lwhsu@freebsd.org>
Cc:        Tobias Kortkamp <tobik@freebsd.org>, svn-ports-head@freebsd.org,  svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r525484 - in head: . security/nss security/nss/files
Message-ID:  <CAMHz58Rh97UUop40gvK48Ja4P-m%2BW7fhAowmBzefZwaBPrD6Ng@mail.gmail.com>
In-Reply-To: <CAKBkRUzjLctn2w1A53Oq%2BKO1tj_eubDWmzdK%2BQSs7c6j1xXOKw@mail.gmail.com>
References:  <202002071332.017DW00w005807@repo.freebsd.org> <340df569-c220-4455-84cf-2a4737ca2528@www.fastmail.com> <CAKBkRUzjLctn2w1A53Oq%2BKO1tj_eubDWmzdK%2BQSs7c6j1xXOKw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 7, 2020 at 10:06 PM Li-Wen Hsu <lwhsu@freebsd.org> wrote:

> On Fri, Feb 7, 2020 at 9:55 PM Tobias Kortkamp <tobik@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@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?
>

Change USE_LDCONFIG=${PREFIX}/lib/nss to USE_LDCONFIG=yes
Libraries were installed to ${PREFIX}/lib/nss, thus we
have USE_LDCONFIG=${PREFIX}/lib/nss.
Since they are in ${PREFIX}/lib now, USE_LDCONFIG=yes is enough.

_______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Rh97UUop40gvK48Ja4P-m%2BW7fhAowmBzefZwaBPrD6Ng>