From: Celso Viana on
Hi,

I already have Apache 2.0.x installed on a machine, but the
"dansguardian" has dependency on apache 1.3.x, how do I run
dansguardian with apache 2.0.x?

Thanks!!

--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Matthew Seaman on
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/05/2010 24:30:19, Celso Viana wrote:

> I already have Apache 2.0.x installed on a machine, but the
> "dansguardian" has dependency on apache 1.3.x, how do I run
> dansguardian with apache 2.0.x?

Put:

APACHE_PORT=www/apache20

into /etc/make.conf

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard
Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvnoD8ACgkQ8Mjk52CukIyM2gCeIvV5vRhGpuWbPYWCSqAaPjM1
+2cAnib8XP+rkUHBNaso2ocqcEGB07A8
=eSYu
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Helmut Schneider" on
Matthew Seaman wrote:

> On 10/05/2010 24:30:19, Celso Viana wrote:
>
> > I already have Apache 2.0.x installed on a machine, but the
> > "dansguardian" has dependency on apache 1.3.x, how do I run
> > dansguardian with apache 2.0.x?
>
> Put:
>
> APACHE_PORT=www/apache20
>
> into /etc/make.conf

Is there a list of ports-related knobs for make.conf?

Thanks, Helmut

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Matthew Seaman on
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/05/2010 17:12:47, Helmut Schneider wrote:

> Is there a list of ports-related knobs for make.conf?

Other than /usr/ports/KNOBS you mean?

As far as I know, no one has managed to assemble a document detailing
all of the various variables that can be tweaked to affect the way the
ports work. That would be an excellent piece of work, if done, but a
bit of a bear to keep correct and up to date. There is a reasonable
chunk of documentation in the Porter's handbook, but that is clearly
aimed at people writing and maintaining ports: not entirely what a ports
user might want.

The best resource for finding out about this stuff is to read the
various Makefiles -- both those in /usr/ports/Mk and the ones in
individual ports. The majority of port-specific variables have been
moved into the OPTIONS framework, with more still gradually moving over
even now. However as OPTIONS variables are boolean valued they can't
provide everything the ports requires, and there is limited capacity to
describe what each port OPTION does. [There were proposals in play to
expand that, but nothing has been committed as yet.]

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard
Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvoN4cACgkQ8Mjk52CukIx4JQCePpml2Agty9oJ6f2af81TLAZN
QfoAnRWooB8PIzihkZwnagyTkjU2bO6d
=KKeC
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Helmut Schneider" on
Matthew Seaman wrote:

> On 10/05/2010 17:12:47, Helmut Schneider wrote:
>
> > Is there a list of ports-related knobs for make.conf?
>
> Other than /usr/ports/KNOBS you mean?

No. :)

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"