ports dependence

Roman Neuhauser neuhauser at bellavista.cz
Mon Jan 12 07:26:49 PST 2004


# funt at alarit.com / 2004-01-12 17:16:01 +0200:
>   My port have a dependence from Apache:
>     BUILD_DEPENDS= ${APXS}:$(PORTSDIR)/www/apache13-modssl
>     but apache must be build with options:
>     WITH_APACHE_SUEXEC=yes
>     APACHE_SUEXEC_DOCROOT=$(DOCUMENT_ROOT)
>     The next:
>     BUILD_DEPENDS= 
> ${APXS}:$(PORTSDIR)/www/apache13-modssl:WITH_APACHE_SUEXEC=yes 
>     APACHE_SUEXEC_DOCROOT=$(DOCUMENT_ROOT)
>     don`t working.
>     What do you think about this problem???
>     Thanks

    you should create a slave port for apache13-modssl, but note
    that apxs installed by e. e. vanilla www/apache13 will confuse
    the dependency, IOW you should depend not on apxs, but on a file
    that uniquely identifies the apache port your port depends on.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html


More information about the freebsd-ports mailing list