Ports Параматры установки

Проблемы установки, настройки и работы Правильной Операционной Системы

Модератор: terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Аватара пользователя
aks
мл. сержант
Сообщения: 141
Зарегистрирован: 2008-06-03 9:29:09
Откуда: Россия Нижегородская обл. Дзержинск

Ports Параматры установки

Непрочитанное сообщение aks » 2009-07-20 15:24:06

Подскажите как правильно установить порт /usr/ports/sysutils/bacula2-server/
Так что бы конфиги поместились в /usr/local/etc/bacula/ в место /usr/local/etc

И если сдлать так, после обновления или переустановки
сохронятся параматры?

PS: А то реально неудобно, когда куча файлов config config.simple
Лежат в одной директории. лишний раз глаза режут.
Последний раз редактировалось aks 2009-07-20 15:28:27, всего редактировалось 2 раза.

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: Ports Параматры установки

Непрочитанное сообщение paradox » 2009-07-20 15:26:08

для себя поправте порт
и потом дальше будете его так же править

Аватара пользователя
aks
мл. сержант
Сообщения: 141
Зарегистрирован: 2008-06-03 9:29:09
Откуда: Россия Нижегородская обл. Дзержинск

Re: Ports Параматры установки

Непрочитанное сообщение aks » 2009-07-20 15:30:13

А можно пояснее?
а то я в этом не сильно силён.

Знаю что вроде нужно в /etc/make.conf
дописать параметры сборки.
но как их узнать незнаю.

Если не трудно можно мини how-to

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: Ports Параматры установки

Непрочитанное сообщение paradox » 2009-07-20 15:34:42

ой все порты индивидуальны
так что общий подход такой

берем отдельно сами сорусы любой проги
ищем обычно через configure есть ли параметр для задание путей к конфигу
если есть
то правим его в Makefile порта

Аватара пользователя
aks
мл. сержант
Сообщения: 141
Зарегистрирован: 2008-06-03 9:29:09
Откуда: Россия Нижегородская обл. Дзержинск

Re: Ports Параматры установки

Непрочитанное сообщение aks » 2009-07-20 15:54:51

Вообщем зашёл в порт и распоковал

Код: Выделить всё

root@nlife:/usr/ports/sysutils/bacula2-server#
root@nlife:/usr/ports/sysutils/bacula2-server#make extract
root@nlife:/usr/ports/sysutils/bacula2-server#cd work/bacula-2.4.4
root@nlife:/usr/ports/sysutils/bacula2-server/work/bacula-2.4.4#
Выполнил ./configure --help

Код: Выделить всё

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  --libdir=DIR           object code libraries [EPREFIX/lib]
  --includedir=DIR       C header files [PREFIX/include]
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR          info documentation [DATAROOTDIR/info]
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR           man documentation [DATAROOTDIR/man]
  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
  --htmldir=DIR          html documentation [DOCDIR]
  --dvidir=DIR           dvi documentation [DOCDIR]
  --pdfdir=DIR           pdf documentation [DOCDIR]
  --psdir=DIR            ps documentation [DOCDIR]

X features:
  --x-includes=DIR    X include files are in DIR
  --x-libraries=DIR   X library files are in DIR

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-nls           do not use Native Language Support
  --disable-rpath         do not hardcode runtime library paths
  --enable-gnome          enable build of bgnome-console GUI disabled
  --enable-bat  enable build of bat Qt4 GUI disabled
  --enable-bwx-console     enable build of wxWidgets console disabled
  --enable-tray-monitor   enable build of Gnome tray monitor (compatible with KDE) disabled
  --enable-smartalloc     enable smartalloc debugging support disabled
  --enable-static-tools   enable static tape tools disabled
  --enable-static-fd      enable static File daemon disabled
  --enable-static-sd      enable static Storage daemon disabled
  --enable-static-dir     enable static Director disabled
  --enable-static-cons    enable static Console disabled
  --enable-client-only    build client (File daemon) only disabled
  --enable-build-dird     enable building of dird (Director) enabled
  --enable-build-stored   enable building of stored (Storage daemon) enabled
 --disable-conio disable conio support enabled

  --enable-ipv6             enable ipv6 support enabled

  --disable-readline      disable readline support disable

        --enable-batch-insert       enable the DB batch insert code disabled
  --disable-largefile     omit support for large files

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld default=no
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  --without-libintl-prefix     don't search for libintl in includedir and libdir
  --with-included-gettext use the GNU gettext library included here
 --with-qwt[=DIR]                 specify qwt library directory
 --with-readline[=DIR]         specify readline library directory

  --with-python[=DIR]   Include Python support.  DIR is the Python base
                          install directory, default is to search through
                          a number of common places for the Python files.
  --with-tcp-wrappers[=DIR]   enable tcpwrappers support
  --with-openssl[=DIR]    Include OpenSSL support. DIR is the OpenSSL base
  --with-working-dir=PATH        specify path of Bacula working directory
  --with-archivedir=PATH        specify path of SD archive directory
  --with-scriptdir=PATH    specify path of Bacula scripts directory
  --with-dump-email=EMAIL        dump email address
  --with-job-email=EMAIL         job output email address
  --with-smtp-host=HOST          SMTP mail host address
  --with-pid-dir=PATH            specify location of Bacula pid files
  --with-subsys-dir=PATH         specify location of Bacula subsys file
  --with-baseport=PORT           specify base port address for daemons
  --with-dir-password=PASSWORD   specify Director's password
  --with-fd-password=PASSWORD    specify Client's password
  --with-sd-password=PASSWORD    specify Storage daemon's password
  --with-mon-dir-password=PASSWORD       specify Director's password used by the monitor
  --with-mon-fd-password=PASSWORD        specify Client's password used by the monitor
  --with-mon-sd-password=PASSWORD        specify Storage daemon's password used by the monitor
  --with-db-name=DBNAME        specify database name (default bacula)
  --with-db-user=UNAME         specify database user (default bacula)
  --with-db-password=UNAME         specify database password (default *none*)
  --with-dir-user=USER           specify user for Director daemon
  --with-dir-group=GROUP                 specify group for Director daemon
  --with-sd-user=USER            specify user for Storage daemon
  --with-sd-group=GROUP          specify group for Storage daemon
  --with-fd-user=USER            specify user for File daemon
  --with-fd-group=GROUP          specify group for File daemon
  --with-sbin-perm=MODE          specify permissions for sbin binaries (0754)
  --with-postgresql[=DIR]      Include PostgreSQL support.  DIR is the PostgreSQL
                          base install directory, defaults to /usr/local/pgsql

  --with-mysql[=DIR]      Include MySQL support.  DIR is the MySQL base
                          install directory, default is to search through
                          a number of common places for the MySQL files.

  --with-embedded-mysql[=DIR] Include MySQL support.  DIR is the MySQL base
                          install directory, default is to search through
                          a number of common places for the MySQL files.

  --with-sqlite3[=DIR]    Include SQLite3 support.  DIR is the SQLite3 base
                          install directory, default is to search through
                          a number of common places for the SQLite3 files.

  --with-sqlite[=DIR]     Include SQLite support.  DIR is the SQLite base
                          install directory, default is to search through
                          a number of common places for the SQLite files.
  --with-x                use the X Window System

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CPP         C preprocessor
  WXCONFIG    wx-config command. On some systems, you must set it to
              wx-config-2.6 to use wxWidgets 2.6.
  WXFLAGS     Parameters to pass to wx-config (e.g. --unicode=no).
  XMKMF       Path to xmkmf, Makefile generator for X Window System

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Так понимаю мне нужен этот параметр
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
Но че с ним делать я хз

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: Ports Параматры установки

Непрочитанное сообщение paradox » 2009-07-20 15:58:59

дальше ищите похожий порт в /usr/ports/ где был бы пример как задать какойто параметр через configure
и прописываете статически свою опцию
и пробуете пересобирать