Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 10:08:28 -0600
From:      Brad Davis <brd@FreeBSD.org>
To:        Ian Lepore <ian@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r338633 - head/lib/libpam/pam.d
Message-ID:  <1536854908.92072.1507074312.5AA44CF4@webmail.messagingengine.com>
In-Reply-To: <1536854842.90006.19.camel@freebsd.org>
References:  <201809130748.w8D7mnul043291@repo.freebsd.org> <1536854842.90006.19.camel@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 13, 2018, at 10:07 AM, Ian Lepore wrote:
> On Thu, 2018-09-13 at 07:48 +0000, Brad Davis wrote:
> > Author: brd
> > Date: Thu Sep 13 07:48:49 2018
> > New Revision: 338633
> > URL: https://svnweb.freebsd.org/changeset/base/338633
> >=20
> > Log:
> > =C2=A0 Fix build after r338621 by avoiding LINKS and installing the link
> > manually.
> > =C2=A0=C2=A0
> > =C2=A0 Approved by:	re (rgrimes), will (mentor)
> >=20
> > Modified:
> > =C2=A0 head/lib/libpam/pam.d/Makefile
> >=20
> > Modified: head/lib/libpam/pam.d/Makefile
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- head/lib/libpam/pam.d/Makefile	Thu Sep 13 07:15:02 2018=09
> > (r338632)
> > +++ head/lib/libpam/pam.d/Makefile	Thu Sep 13 07:48:49 2018=09
> > (r338633)
> > @@ -27,7 +27,9 @@ ATPACKAGE+=3D	at
> > =C2=A0CONFGROUPS+=3D	FTP
> > =C2=A0FTP+=3D	ftpd
> > =C2=A0FTPPACKAGE+=3D	ftp
> > -LINKS=3D	${FILESDIR}/ftpd ${FILESDIR}/ftp
> > +
> > +afterinstallconfig:
> > +	${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
>=20
> I think this line should probably be ${DESTDIR}/${CONFDIR} for both
> source and dest.

Yep.. Too late at night and missed that and it didn't show up in my package=
s build, but does in dumbbells..

I have a diff over to re@


Regards,
Brad Davis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1536854908.92072.1507074312.5AA44CF4>