Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 14:10:26 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351853 - in head/lib/libcasper: libcasper services/cap_dns services/cap_fileargs services/cap_grp services/cap_pwd services/cap_sysctl services/cap_syslog
Message-ID:  <201909051410.x85EAQ8t091971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Sep  5 14:10:26 2019
New Revision: 351853
URL: https://svnweb.freebsd.org/changeset/base/351853

Log:
  pkgbase: Move libcap_ to FreeBSD-runtime
  
  A lot of binaries present in FreeBSD-runtime depend on it so move
  the libs there.
  
  Reviewed by:	bapt, gjb
  Differential Revision:	https://reviews.freebsd.org/D21501

Modified:
  head/lib/libcasper/libcasper/Makefile
  head/lib/libcasper/services/cap_dns/Makefile
  head/lib/libcasper/services/cap_fileargs/Makefile
  head/lib/libcasper/services/cap_grp/Makefile
  head/lib/libcasper/services/cap_pwd/Makefile
  head/lib/libcasper/services/cap_sysctl/Makefile
  head/lib/libcasper/services/cap_syslog/Makefile

Modified: head/lib/libcasper/libcasper/Makefile
==============================================================================
--- head/lib/libcasper/libcasper/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/libcasper/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
+PACKAGE=	runtime
+
 SHLIBDIR?=	/lib
 
 .include <src.opts.mk>
-
-PACKAGE=casper
 
 .if ${MK_CASPER} != "no"
 SHLIB=	casper

Modified: head/lib/libcasper/services/cap_dns/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_dns/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_dns/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	2
 INCSDIR?=	${INCLUDEDIR}/casper

Modified: head/lib/libcasper/services/cap_fileargs/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_fileargs/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_fileargs/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	1
 INCSDIR?=	${INCLUDEDIR}/casper

Modified: head/lib/libcasper/services/cap_grp/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_grp/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_grp/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	1
 INCSDIR?=	${INCLUDEDIR}/casper

Modified: head/lib/libcasper/services/cap_pwd/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_pwd/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_pwd/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	1
 INCSDIR?=	${INCLUDEDIR}/casper

Modified: head/lib/libcasper/services/cap_sysctl/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_sysctl/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_sysctl/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	2
 INCSDIR?=	${INCLUDEDIR}/casper

Modified: head/lib/libcasper/services/cap_syslog/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_syslog/Makefile	Thu Sep  5 14:09:33 2019	(r351852)
+++ head/lib/libcasper/services/cap_syslog/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib/casper
 
 .include <src.opts.mk>
 
-PACKAGE=libcasper
+PACKAGE=	runtime
 
 SHLIB_MAJOR=	1
 INCSDIR?=	${INCLUDEDIR}/casper



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