I use FreeBSD 7.2 on 2 servers. I would like to compile packages into /usr/ports/packages directory on one machine and than share it with other over NFS mounting point.
But something i can't figure out. if i use "make package" on program in ports collection that has a lot of dependencies. Must i manually go in every port of dependencies and use "make install" or is there a way to make this automatically? So all dependencies get compiled as packages not just compiled to use by system.
For example if i would like to make packages for egroupware...:
:...that has a lot of dependencies. Is there a way to make all necessary packages automatically with a command at /ports/ deskutils/egroupware directory?
Thanks for answers!
But something i can't figure out. if i use "make package" on program in ports collection that has a lot of dependencies. Must i manually go in every port of dependencies and use "make install" or is there a way to make this automatically? So all dependencies get compiled as packages not just compiled to use by system.
For example if i would like to make packages for egroupware...:
eGroupware-1.6.001_2
A web based GroupWare system
Long description : Sources : Changes : Download
Maintained by: wenheping@gmail.com
Requires: cclient-2007e,1, libiconv-1.13, libxml2-2.7.3, mysql-client-5.0.83, pcre-7.9, pear-1.8.1, pear-Auth-1.6.1_1, pear-Auth_SASL-1.0.2, pear-HTTP_WebDAV_Server-1.0.0.r4, pear-Log-1.11.4, pear-Net_IMAP-1.1.0, pear-Net_Sieve-1.1.6, pear-Net_Socket-1.0.9, pear-XML_Feed_Parser-1.0.3, php5-5.2.10, php5-dom-5.2.10, php5-imap-5.2.10, php5-mysql-5.2.10, php5-pcre-5.2.10, php5-pdo-5.2.10, php5-pdo_mysql-5.2.10, php5-session-5.2.10, php5-simplexml-5.2.10, php5-spl-5.2.10, php5-tidy-5.2.10, php5-xml-5.2.10, pkg-config-0.23_1, tidy-lib-090315.c
:...that has a lot of dependencies. Is there a way to make all necessary packages automatically with a command at /ports/ deskutils/egroupware directory?
Thanks for answers!