Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 15:06:56 -0600
From:      Joshua Bell <josh@lushie.org>
To:        freebsd-ports@freebsd.org
Subject:   Pure-ftpd disable standalone option
Message-ID:  <20041209150656.4e65e950.josh@lushie.org>

next in thread | raw e-mail | index | archive | help
Hi,

  I am not currently subscribed to the ports list, nor have I ever submitted a request for a change in any of the ports.  Please excuse anything that might not be correctly carried out.


--- /usr/ports/ftp/pure-ftpd/Makefile   Wed Nov  3 18:51:59 2004
+++ Makefile    Thu Dec  9 20:58:52 2004
@@ -45,8 +45,9 @@
                PGSQL   "Support for users in PostgreSQL database" off \
                PRIVSEP "Enable privilege separation" off \
                PERUSERLIMITS   "Per-user concurrency limits" off \
-               THROTTLING      "Bandwidth throttling" off
-
+               THROTTLING      "Bandwidth throttling" off \
+               NOSTAND         "Toggle standalone option" off 
+
 .include <bsd.port.pre.mk>
 
 # language support requested?
@@ -86,6 +87,11 @@
 # throttling requested?
 .if defined(WITH_THROTTLING)
 CONFIGURE_ARGS+=       --with-throttling
+.endif
+
+# standalone requested?
+.if defined(WITH_NOSTAND)
+CONFIGURE_ARGS+=       --without-standalone
 .endif
 
 # different certificate file location?


Please send comments to my email address.

-josh <josh@lushie.org>



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