Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
fb96ae69
Commit
fb96ae69
authored
Aug 14, 2018
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates.
parent
0be0905c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
3 deletions
+28
-3
install/ports/README-making-packages
install/ports/README-making-packages
+28
-3
No files found.
install/ports/README-making-packages
View file @
fb96ae69
...
...
@@ -426,8 +426,13 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
rm -rf /var/db/ports/*
rm -rf /usr/obj/ports/usr/ports/*
f. Make sure the package tool is installed. To avoid occasional issues
with certs, I have found the easiest thing to do is:
f. Make sure the package tool is installed. Sometimes you can just:
pkg info
and it will reinstall the pkg tool. However, sometimes you will
run up against certificate issues, the it won'
t
reinstall
it
.
In
that
case
,
I
have
found
the
easiest
thing
to
do
is
:
pushd
/
share
/
freebsd
/
10.3
/
packages
-
64
pkg
add
pkg
-*
...
...
@@ -440,7 +445,7 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
DOCS
-
in
editors
/
emacs
,
"make config"
and
deselect
:
DBUS
GCONF, GSETTINGS, M17N, OTF, SCROLLBARS, XFT, XIM,
GCONF
,
GSETTINGS
,
LCMS2
,
M17N
,
OTF
,
SCROLLBARS
,
XFT
,
XIM
,
GIF
,
MAGICK
,
PNG
,
SVG
,
TIFF
,
XPM
,
OSS
,
GTK2
...
...
@@ -448,6 +453,8 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
XAW
-
in
graphics
/
cairo
,
"make config"
and
deselect
OPENGL
.
-
in
www
/
apache22
,
"make config"
and
select
:
SUEXEC
,
PROXY
,
PROXY_HTTP
or
-
in
www
/
apache24
,
"make config"
and
select
:
SUEXEC
(
proxing
should
be
enabled
already
)
h
.
Build
em
all
:
...
...
@@ -499,6 +506,24 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
sudo
mv
packages
-
64
packages
-
64.
bak
sudo
mv
packages
packages
-
64
m
.
Random
useful
commands
to
run
on
the
package
files
.
For
comparing
with
older
package
sets
,
it
is
sometimes
useful
to
trim
off
the
version
number
,
etc
.
if
you
want
to
see
the
difference
in
which
ports
are
installed
in
each
,
regardless
of
version
.
To
make
a
list
of
package
name
only
:
cd
packages
echo
*.
txz
|
xargs
-
n
1
-
J
%
pkg
query
-
F
%
'%n'
|
sort
>
/
tmp
/
list
To
see
what
other
packages
"foo"
needs
:
pkg
info
-
F
foo
.
txz
-
d
To
see
what
other
packages
need
"foo"
:
pkg
info
-
F
foo
.
txz
-
r
11.
Client
node
packages
.
Someday
we
will
want
to
make
an
emulab
-
client
meta
port
and
packages
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment