Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2004 16:26:45 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        funtik <funt@alarit.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: ports dependence
Message-ID:  <20040112152645.GA5137@freepuppy.bellavista.cz>
In-Reply-To: <200401121716.01649.funt@alarit.com>
References:  <200401121716.01649.funt@alarit.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# funt@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040112152645.GA5137>