On Thu, 2008-08-21 at 10:56 -0400, Richard Neese wrote:
> we register each part installed in a install/deinstall database for updating.
> in /var/db/pkgs.
> unlike linux we dont just install over the top of existing pkgs. so the ports 
> have to be done just right. 
> 
> The build order is important . 

The top level makefile (created by configure) should print the right
order when you do 'make list'.

> BUILD_DEPENDS=  ginstall:${PORTSDIR}/sysutils/coreutils \
>                 bash:${PORTSDIR}/shells/bash
> LIB_DEPENDS=    sipXport:${PORTSDIR}/net/sipxportlib-devel \
>                 sipXtack:${PORTSDIR}/net/sipxtacklib-devel \
>                 sipXmedia:${PORTSDIR}/net/sipxmedialib-devel \
>                 sipXmediaProcessing:${PORTSDIR}/net/sipxmediaadapterlib-devel 
> \
>                 sipXcall:${PORTSDIR}/net/sipxcalllib-devel \
>                 sipXcommserver:${PORTSDIR}/net/sipxcommserverlib-devel \
>                 expat:${PORTSDIR}/textproc/expat2 \
>                 cgicc:${PORTSDIR}/www/cgicc \
>                 pcre.0:${PORTSDIR}/devel/pcre
> RUN_DEPENDS=    bash:${PORTSDIR}/shells/bash \
>                 sipXproxy:${PORTSDIR}/net/sipxproxy-devel \
>                 sipregistrar:${PORTSDIR}/net/sipxregistry-devel \
>                 sipxconfig.sh:${PORTSDIR}/net/sipxconfig-devel \
>                 sipstatus.sh:${PORTSDIR}/net/sipxpublisher-devel \
>                 sipXvxml.sh:${PORTSDIR}/net/sipxvxml-devel \
>                 sipxacd:${PORTSDIR}/net/sipxacd-devel \
>                 sipxtools:${PORTSDIR}/net/sipxtools-devel \
>                 sipxpage:${PORTSDIR}/net/sipxpage-devel \
>                 sipxsupervisor:${PORTSDIR}/net/sipxsupervisor \
>                 sipxivr:${PORTSDIR}/net/sipxirv \
>                 sipxbridge:${PORTSDIR}/net/sipxbridge \
>                 psql:${PORTSDIR}/databases/postgresql81-client
> 
> just so your can see
> _______________________________________________
> sipx-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-dev
> Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to