- Update to 0.8.9 - Make it a master port to support net/nss-pam-ldapd-sasl so that packages work correctly. - Rework some basics of the port, most notably a pkg-message so that users that use only packages also get our useful information. - Remove patches that have been applied upstream. This is not a myth. Note that SASL is now not provided as OPTION anymore, but exclusively by the slave port to mitigate issues relating to PORTORIGIN. This might need an entry in UPDATING as follows: The net/nss-pam-ldapd port no longer provides an option for SASL. This has been sourced out to the new net/nss-pam-ldapd-sasl port, to accomodate users using packages (see ports/162240). Users with openldap-sasl-client installed are encouraged to change the port's origin to: net/nss-pam-ldapd-sasl using their favorite ports management tool. Example for portmaster: portmaster -o net/nss-pam-ldapd-sasl nss-pam-ldapd For comitter: 2 short builds to make sure removing the SASL option did not break anything: https://redports.org/buildarchive/20120525141520-95657 https://redports.org/buildarchive/20120525141546-53658 More elaborate builds, only diff being SASL option still in: https://redports.org/buildarchive/20120524101239-91353 Files to 'cvs rm': - files/patch-Makefile.in - files/patch-nss_shadow.c - files/patch-r* Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
Forgot to mention, requires: http://www.freebsd.org/cgi/query-pr.cgi?pr=166811 to be unclosed and committed semi-atomically. -- Mel
Where is the new patch to http://www.freebsd.org/cgi/query-pr.cgi?pr=3D1668= 11 ?? 2012/5/25 Mel Flynn <rflynn@acsalaska.net>: > The following reply was made to PR ports/168338; it has been noted by GNA= TS. > > From: Mel Flynn <rflynn@acsalaska.net> > To: bug-followup@FreeBSD.org, sylvio@FreeBSD.org > Cc: > Subject: Re: ports/168338: [PATCH] net/nss-pam-ldapd: update to 0.8.9 > Date: Sat, 26 May 2012 00:41:35 +0200 > > =A0Forgot to mention, requires: > =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3D166811 > > =A0to be unclosed and committed semi-atomically. > =A0-- > =A0Mel --=20 Regards, Sylvio Cesar=A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 || FreeBSD Committer || Team mul= timedia@FreeBSD.org sylvio@FreeBSD.org=A0 || http://people.freebsd.org/~sylvio || http://www.scjamorim.org || http://www.freebsd.org "Tenho posto o Senhor continuamente diante de mim; porque Ele est=E1 =E0 minha m=E3o direita, n=E3o vacilarei. Portanto, alegre est=E1 o meu cora=E7=E3o". (Salmos 16:8) "Os olhos do SENHOR est=E3o sobre os justos, e os seus ouvidos atentos ao seu clamor". (Salmos 34:15)
On 26-5-2012 2:33, Sylvio Cesar Teixeira wrote: > Where is the new patch to http://www.freebsd.org/cgi/query-pr.cgi?pr=166811 ?? There is no new patch. That submission is valid, no changes have been made to it as there are no parts in the slave port that change with releases. Compare with: https://redports.org/browser/melflynn/net/nss-pam-ldapd-sasl/Makefile which is what the buildlogs are based on. -- Mel
Responsible Changed From-To: sylvio->freebsd-ports-bugs - Returned to pool, because this PR depend of 166811 that is closed e that need be sent a new patch.
As requested, resubmission of slave port: http://www.freebsd.org/cgi/query-pr.cgi?pr=168391 -- Mel
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-05-30 15:33:09 UTC FreeBSD ports repository Modified files: . UPDATING net/nss-pam-ldapd Makefile distinfo Added files: net/nss-pam-ldapd/files pkg-message.in Removed files: net/nss-pam-ldapd/files patch-Makefile.in patch-nss__shadow.c patch-r1626 patch-r1631 Log: - Update to 0.8.9 - Make it a master port to support net/nss-pam-ldap-sasl PR: ports/168338 Submitted by: Mel FLynn <rflynn@acsalaska.net> (maintainer) Revision Changes Path 1.1243 +13 -1 ports/UPDATING 1.14 +41 -26 ports/net/nss-pam-ldapd/Makefile 1.7 +2 -2 ports/net/nss-pam-ldapd/distinfo 1.3 +0 -19 ports/net/nss-pam-ldapd/files/patch-Makefile.in (dead) 1.3 +0 -17 ports/net/nss-pam-ldapd/files/patch-nss__shadow.c (dead) 1.2 +0 -50 ports/net/nss-pam-ldapd/files/patch-r1626 (dead) 1.2 +0 -21 ports/net/nss-pam-ldapd/files/patch-r1631 (dead) 1.1 +12 -0 ports/net/nss-pam-ldapd/files/pkg-message.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!