Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 15:25:22 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a22cde7c029d - main - pkgbase: Put ppp in it's own package
Message-ID:  <202101041525.104FPMP0059208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=a22cde7c029d00549b70fc2edce3269b5e3a4b0f

commit a22cde7c029d00549b70fc2edce3269b5e3a4b0f
Author:     Emmanuel Vadot <manu@freebsd.org>
AuthorDate: 2020-12-21 17:35:12 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-01-04 15:19:36 +0000

    pkgbase: Put ppp in it's own package
    
    ppp uses libalias modules which now belong in the natd package.
    Avoid bringing a dependancy on natd for the utilities package.
    
    Reviewed by:    bapt
    Differential Revision:  https://reviews.freebsd.org/D27711
---
 usr.sbin/ppp/Makefile    | 1 +
 usr.sbin/pppctl/Makefile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 2e77285abe4c..a7a35d49295e 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -2,6 +2,7 @@
 
 .include <src.opts.mk>
 
+PACKAGE=	ppp
 PROG=	ppp
 MAN=	ppp.8
 SRCS=	acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index dcb793139bed..064f12dd7763 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PACKAGE=	ppp
 PROG=	pppctl
 MAN=	pppctl.8
 



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