OSDN Git Service

Fixed a bug that incompletion of necessary build dependent detection caused incomlete...
[portsreinstall/current.git] / INSTALL
1 # ==============================================================================
2 # portsreinstall installation guide
3 # Copyright (C) 2010-2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
4 # ==============================================================================
5
6  For managements within the port/packages system,
7 the installation is available by
8         make -C /usr/ports/ports-mgmt/portsreinstall install clean
9 or
10         pkg add ports-mgmt/portsreinstall
11 and the deinstallation is by
12         make -C /usr/ports/ports-mgmt/portsreinstall deinstall
13 or
14         pkg delete ports-mgmt/portsreinstall
15
16  The following part of this file explains how to install/deinstall this software
17 outside of the port/packages system.
18
19  The automatic self-upgrade function implemented in the software is disabled for
20 the files installed outside of the port/packages system.
21
22
23 [SUPPORTED SYSTEMS]
24
25  FreeBSD 7.x-RELEASE and later are intended systems to support.
26  The first version of this software was developed on FreeBSD 7.3-RELEASE and
27 8.1-RELEASE. The latest version was developed on FreeBSD 8.3-RELEASE. Both the
28 legacy packages system and the modern packages system (formerly called new generation packages ,pkgng) are
29 supported.
30
31
32 [DEPENDENCIES]
33
34  This software is designed to work in the base system environment of FreeBSD.
35 Basically, no other ports/packages are required as dependencies. However, for
36 compatibility, if ports-mgmt/portupgrade* is installed, executable and module
37 files of portupgrade(1) are used to parse pkgtools.conf(5). As well, if
38 ports-mgmt/portupgrade* is installed, databases used by utilities of
39 ports-mgmt/portupgrade* are maintained by invoking the utilities.
40
41
42 [INSTALLATION]
43
44  In the directory where this file exists, execute
45         make install
46 by the superuser (root user) privilege. By default, the paths of installed files
47 are the same as installation by the port/packages system. Control of the
48 installation paths is available by defining PREFIX as an environment variable or
49 a make argument.
50
51
52 [DEINSTALLATION]
53
54  In the directory where this file exists, execute
55         make deinstall
56 by the superuser (root user) privilege. Environment variable and make arguments
57 must be the same as those specified in the installation stage.