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

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:10:28 UTC 2019


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


More information about the svn-src-head mailing list