From nobody Wed Dec 22 10:22:17 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0501B19149EC; Wed, 22 Dec 2021 10:22:30 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJqBr6kZ9z4mVW; Wed, 22 Dec 2021 10:22:28 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1640168540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W3SXxre5T0TaqNhOePK4/gw9J0T/enhZ/7ohCR4hnDo=; b=lOCXpVDuIPJlzV6keNE0zGobUfmhQtmifzBtZQW74qMFxgMO7kD9zm3rOufbEn9BY8MnaU 7xQOViK+elC6bcNzexWi7dcB8ny/6KV0m6pMyx0FZP3yddhlUTKH6fAVW9MandK/SxDYij 2HSmY59c9LsM7i7alwrSyycr5uXNCtg= Received: from skull.home.blih.net (lfbn-idf2-1-1163-183.w90-92.abo.wanadoo.fr [90.92.222.183]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 38f3cf31 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 22 Dec 2021 10:22:20 +0000 (UTC) Date: Wed, 22 Dec 2021 11:22:17 +0100 From: Emmanuel Vadot To: Mike Karels Cc: Emmanuel Vadot , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 5abb10faa1ff - main - pkgbase: Put yellow pages programs to its own package Message-Id: <20211222112217.4d95f620b1fb8535aac19975@bidouilliste.com> In-Reply-To: <8CAF7431-45EF-47D3-94AF-4E86C96541E8@karels.net> References: <202112210917.1BL9Hwe6079517@gitrepo.freebsd.org> <8CAF7431-45EF-47D3-94AF-4E86C96541E8@karels.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4JJqBr6kZ9z4mVW X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi Mike, On Tue, 21 Dec 2021 07:06:07 -0600 Mike Karels wrote: > Should this be called NIS rather than YP? NIS is the ?official? name. >=20 > Mike I think that FreeBSD-yp is pretty clear but if most people prefer changing the name to FreeBSD-nis I wouldn't mind. It look like debian calls the package nis and archlinux splitted in multiple package call yp-tools, ypserv and ypbind-mt. > On 21 Dec 2021, at 3:17, Emmanuel Vadot wrote: >=20 > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=3D5abb10faa1ff471b45ac4f49= ace2b79cc57d7c3c > > > > commit 5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c > > Author: Emmanuel Vadot > > AuthorDate: 2021-09-28 09:49:50 +0000 > > Commit: Emmanuel Vadot > > CommitDate: 2021-12-21 09:17:22 +0000 > > > > pkgbase: Put yellow pages programs to its own package > > > > YP is less and less used, split them to users have the choice to not > > install them. > > > > MFC after: 2 weeks > > Sponsored by: Beckhoff Automation GmbH & Co. KG > > Differential Revision: https://reviews.freebsd.org/D33441 > > --- > > bin/domainname/Makefile | 2 +- > > lib/libypclnt/Makefile | 1 + > > libexec/ypxfr/Makefile | 1 + > > release/packages/Makefile.package | 2 ++ > > usr.bin/ypcat/Makefile | 1 + > > usr.bin/ypmatch/Makefile | 1 + > > usr.bin/ypwhich/Makefile | 1 + > > usr.sbin/rpc.yppasswdd/Makefile | 1 + > > usr.sbin/rpc.ypupdated/Makefile | 1 + > > usr.sbin/rpc.ypxfrd/Makefile | 1 + > > usr.sbin/yp_mkdb/Makefile | 1 + > > usr.sbin/ypbind/Makefile | 1 + > > usr.sbin/ypldap/Makefile | 1 + > > usr.sbin/yppoll/Makefile | 1 + > > usr.sbin/yppush/Makefile | 1 + > > usr.sbin/ypserv/Makefile | 1 + > > usr.sbin/ypset/Makefile | 1 + > > 17 files changed, 18 insertions(+), 1 deletion(-) > > > > diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile > > index d3bace8feef3..7275af2ac56f 100644 > > --- a/bin/domainname/Makefile > > +++ b/bin/domainname/Makefile > > @@ -1,6 +1,6 @@ > > # $FreeBSD$ > > > > -PACKAGE=3Druntime > > +PACKAGE=3Dyp > > PROG=3D domainname > > > > .include > > diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile > > index 636c9b6c81b9..41a4325e163b 100644 > > --- a/lib/libypclnt/Makefile > > +++ b/lib/libypclnt/Makefile > > @@ -1,5 +1,6 @@ > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > LIB=3D ypclnt > > SHLIB_MAJOR=3D 4 > > SRCS=3D ypclnt_connect.c \ > > diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile > > index c4472fb167ce..36dc65d28580 100644 > > --- a/libexec/ypxfr/Makefile > > +++ b/libexec/ypxfr/Makefile > > @@ -1,5 +1,6 @@ > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypxfr > > SRCS=3D yp_dblookup.c yp_dbwrite.c yp_error.c \ > > ypxfr_getmap.c ypxfr_main.c ypxfr_misc.c \ > > diff --git a/release/packages/Makefile.package b/release/packages/Makef= ile.package > > index 8abf7cbd5353..8c96f1f0b18e 100644 > > --- a/release/packages/Makefile.package > > +++ b/release/packages/Makefile.package > > @@ -118,3 +118,5 @@ vt_COMMENT=3D VT fonts and keyboard files > > vt_DESC=3D VT fonts and keyboard files > > wpa_COMMENT=3D 802.11 Supplicant > > wpa_DESC=3D 802.11 Supplicant > > +yp_COMMENT=3D Yellow Pages programs > > +yp_DESC=3D Yellow Pages programs > > diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile > > index 782fdcc1a8d6..3c56dce0883b 100644 > > --- a/usr.bin/ypcat/Makefile > > +++ b/usr.bin/ypcat/Makefile > > @@ -1,6 +1,7 @@ > > # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypcat > > > > WARNS?=3D 3 > > diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile > > index d4a5b955e5c7..44c821791f29 100644 > > --- a/usr.bin/ypmatch/Makefile > > +++ b/usr.bin/ypmatch/Makefile > > @@ -1,6 +1,7 @@ > > # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypmatch > > > > WARNS?=3D 3 > > diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile > > index 0cc473d2d80e..ed160e20c2ad 100644 > > --- a/usr.bin/ypwhich/Makefile > > +++ b/usr.bin/ypwhich/Makefile > > @@ -4,6 +4,7 @@ > > YPSERV=3D${SRCTOP}/usr.sbin/ypserv/common > > .PATH: ${YPSERV} > > > > +PACKAGE=3D yp > > PROG=3D ypwhich > > SRCS=3D yplib_host.c ypwhich.c > > > > diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/M= akefile > > index 22887fb0ec88..b31b34f4db3a 100644 > > --- a/usr.sbin/rpc.yppasswdd/Makefile > > +++ b/usr.sbin/rpc.yppasswdd/Makefile > > @@ -5,6 +5,7 @@ RPCDIR=3D ${DESTDIR}/usr/include/rpcsvc > > .PATH: ${SRCTOP}/usr.sbin/ypserv ${SRCTOP}/usr.bin/chpass \ > > ${SRCTOP}/libexec/ypxfr ${RPCDIR} > > > > +PACKAGE=3Dyp > > PROG=3D rpc.yppasswdd > > SCRIPTS=3Dyppwupdate > > SCRIPTSDIR=3D ${LIBEXECDIR} > > diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/M= akefile > > index dc640d12b592..1f34a28914d7 100644 > > --- a/usr.sbin/rpc.ypupdated/Makefile > > +++ b/usr.sbin/rpc.ypupdated/Makefile > > @@ -2,6 +2,7 @@ > > > > .PATH: ${SRCTOP}/usr.sbin/ypserv ${SRCTOP}/libexec/ypxfr > > > > +PACKAGE=3Dyp > > PROG=3D rpc.ypupdated > > MAN=3D > > SRCS=3D ypupdate_prot_svc.c ypupdate_prot.h ypupdated_main.c \ > > diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile > > index 0e98d83638e0..d07ee6d5c70c 100644 > > --- a/usr.sbin/rpc.ypxfrd/Makefile > > +++ b/usr.sbin/rpc.ypxfrd/Makefile > > @@ -2,6 +2,7 @@ > > > > .PATH: ${SRCTOP}/usr.sbin/ypserv > > > > +PACKAGE=3Dyp > > PROG=3D rpc.ypxfrd > > MAN=3D rpc.ypxfrd.8 > > SRCS=3D ypxfrd_svc.c ypxfrd.h ypxfrd_server.c yp_error.c \ > > diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile > > index 681087e01d2c..6ddbfdfd9b09 100644 > > --- a/usr.sbin/yp_mkdb/Makefile > > +++ b/usr.sbin/yp_mkdb/Makefile > > @@ -2,6 +2,7 @@ > > > > .PATH: ${SRCTOP}/libexec/ypxfr ${SRCTOP}/usr.sbin/ypserv > > > > +PACKAGE=3D yp > > PROG=3D yp_mkdb > > MAN=3D yp_mkdb.8 > > SRCS=3D yp_mkdb.c yp_dblookup.c yp_dbwrite.c > > diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile > > index 8e9a231940c4..1a5844390810 100644 > > --- a/usr.sbin/ypbind/Makefile > > +++ b/usr.sbin/ypbind/Makefile > > @@ -1,6 +1,7 @@ > > # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypbind > > MAN=3D ypbind.8 > > SRCS=3D ypbind.c yp_ping.c > > diff --git a/usr.sbin/ypldap/Makefile b/usr.sbin/ypldap/Makefile > > index 5c909e3d79fe..1fcaf238ca2a 100644 > > --- a/usr.sbin/ypldap/Makefile > > +++ b/usr.sbin/ypldap/Makefile > > @@ -1,6 +1,7 @@ > > # $OpenBSD: Makefile,v 1.8 2015/09/09 15:33:18 deraadt Exp $ > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypldap > > SRCS=3D parse.y ypldap.c log.c \ > > ldapclient.c entries.c yp.c \ > > diff --git a/usr.sbin/yppoll/Makefile b/usr.sbin/yppoll/Makefile > > index 701633ba086e..b865632fb82f 100644 > > --- a/usr.sbin/yppoll/Makefile > > +++ b/usr.sbin/yppoll/Makefile > > @@ -1,6 +1,7 @@ > > # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D yppoll > > MAN=3D yppoll.8 > > > > diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile > > index a87be5bf956c..897e308c351c 100644 > > --- a/usr.sbin/yppush/Makefile > > +++ b/usr.sbin/yppush/Makefile > > @@ -3,6 +3,7 @@ > > RPCDIR=3D ${SRCTOP}/include/rpcsvc > > .PATH: ${RPCDIR} ${SRCTOP}/usr.sbin/ypserv ${SRCTOP}/libexec/ypxfr > > > > +PACKAGE=3D yp > > PROG=3D yppush > > MAN=3D yppush.8 > > SRCS=3D ypxfr_getmap.c yp_dblookup.c yp_error.c ypxfr_misc.c yppush_ma= in.c \ > > diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile > > index c229c4a34d83..6d5948554ec8 100644 > > --- a/usr.sbin/ypserv/Makefile > > +++ b/usr.sbin/ypserv/Makefile > > @@ -5,6 +5,7 @@ > > RPCDIR=3D ${SRCTOP}/include/rpcsvc > > .PATH: ${RPCDIR} ${.CURDIR}/common > > > > +PACKAGE=3D yp > > PROG=3D ypserv > > MAN=3D ypserv.8 ypinit.8 > > SRCS=3D yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ > > diff --git a/usr.sbin/ypset/Makefile b/usr.sbin/ypset/Makefile > > index 708ff871e80c..4c6c86df556e 100644 > > --- a/usr.sbin/ypset/Makefile > > +++ b/usr.sbin/ypset/Makefile > > @@ -1,6 +1,7 @@ > > # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 > > # $FreeBSD$ > > > > +PACKAGE=3D yp > > PROG=3D ypset > > MAN=3D ypset.8 --=20 Emmanuel Vadot