Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156852288
D36227.id109408.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D36227.id109408.diff
View Options
Index: lib/libufs/Makefile
===================================================================
--- lib/libufs/Makefile
+++ lib/libufs/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PACKAGE= runtime
+PACKAGE= ufs
LIB= ufs
SHLIBDIR?= /lib
SHLIB_MAJOR= 7
Index: release/packages/Makefile.package
===================================================================
--- release/packages/Makefile.package
+++ release/packages/Makefile.package
@@ -138,6 +138,8 @@
telnet_DESC= Telnet and telnetd
tests_COMMENT= Test Suite
tests_DESC= Test Suite
+ufs_COMMENT= UFS Libraries and Utilities
+ufs_DESC= UFS Libraries and Utilities
unbound_COMMENT= Unbound DNS Resolver
unbound_DESC= Unbound DNS Resolver
utilities_COMMENT= Non-vital programs and libraries
Index: sbin/clri/Makefile
===================================================================
--- sbin/clri/Makefile
+++ sbin/clri/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= clri
MAN= clri.8
LIBADD= ufs
Index: sbin/dump/Makefile
===================================================================
--- sbin/dump/Makefile
+++ sbin/dump/Makefile
@@ -13,7 +13,7 @@
# DEBUG use local directory to find ddate and dumpdates
# TDEBUG trace out the process forking
-PACKAGE=runtime
+PACKAGE=ufs
PROG= dump
CONFS= /dev/null
CONFSGRP= operator
Index: sbin/dumpfs/Makefile
===================================================================
--- sbin/dumpfs/Makefile
+++ sbin/dumpfs/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= dumpfs
WARNS?= 2
LIBADD= ufs
Index: sbin/ffsinfo/Makefile
===================================================================
--- sbin/ffsinfo/Makefile
+++ sbin/ffsinfo/Makefile
@@ -7,7 +7,7 @@
GROWFS= ${.CURDIR:H}/growfs
.PATH: ${GROWFS}
-PACKAGE=runtime
+PACKAGE=ufs
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
Index: sbin/fsck_ffs/Makefile
===================================================================
--- sbin/fsck_ffs/Makefile
+++ sbin/fsck_ffs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.2 (Berkeley) 4/27/95
-PACKAGE=runtime
+PACKAGE=ufs
PROG= fsck_ffs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
Index: sbin/fsdb/Makefile
===================================================================
--- sbin/fsdb/Makefile
+++ sbin/fsdb/Makefile
@@ -2,7 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c \
Index: sbin/fsirand/Makefile
===================================================================
--- sbin/fsirand/Makefile
+++ sbin/fsirand/Makefile
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= fsirand
MAN= fsirand.8
LIBADD= ufs
Index: sbin/growfs/Makefile
===================================================================
--- sbin/growfs/Makefile
+++ sbin/growfs/Makefile
@@ -8,7 +8,7 @@
.PATH: ${.CURDIR:H}/mount
-PACKAGE=runtime
+PACKAGE=ufs
PROG= growfs
SRCS= growfs.c getmntopts.c
MAN= growfs.8
Index: sbin/mksnap_ffs/Makefile
===================================================================
--- sbin/mksnap_ffs/Makefile
+++ sbin/mksnap_ffs/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR:H}/mount
-PACKAGE=runtime
+PACKAGE=ufs
PROG= mksnap_ffs
SRCS= mksnap_ffs.c getmntopts.c
MAN= mksnap_ffs.8
Index: sbin/newfs/Makefile
===================================================================
--- sbin/newfs/Makefile
+++ sbin/newfs/Makefile
@@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/sys/geom
+PACKAGE= ufs
PROG= newfs
LIBADD= ufs util
SRCS= newfs.c mkfs.c geom_bsd_enc.c
Index: sbin/restore/Makefile
===================================================================
--- sbin/restore/Makefile
+++ sbin/restore/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR:H}/dump
-PACKAGE=runtime
+PACKAGE=ufs
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
MAN= restore.8
Index: sbin/tunefs/Makefile
===================================================================
--- sbin/tunefs/Makefile
+++ sbin/tunefs/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= tunefs
SRCS= tunefs.c getmntopts.c
LIBADD= ufs
Index: usr.bin/less/Makefile
===================================================================
--- usr.bin/less/Makefile
+++ usr.bin/less/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
PROG= less
SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
Index: usr.sbin/snapinfo/Makefile
===================================================================
--- usr.sbin/snapinfo/Makefile
+++ usr.sbin/snapinfo/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
#
+PACKAGE= ufs
PROG= snapinfo
MAN= snapinfo.8
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 10:08 PM (6 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33212427
Default Alt Text
D36227.id109408.diff (4 KB)
Attached To
Mode
D36227: pkgbase: Put ufs related tools and lib in their own package
Attached
Detach File
Event Timeline
Log In to Comment