pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/proftpd Enable build options --enable-ctrls to sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e52ba3ce2a6
branches:  trunk
changeset: 481868:4e52ba3ce2a6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Oct 13 23:03:52 2004 +0000

description:
Enable build options --enable-ctrls to support all command line
options via ftpdctrl, fixes PR pkg/27095 by pancake.

diffstat:

 net/proftpd/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 4ca5cd876282 -r 4e52ba3ce2a6 net/proftpd/Makefile
--- a/net/proftpd/Makefile      Wed Oct 13 22:27:52 2004 +0000
+++ b/net/proftpd/Makefile      Wed Oct 13 23:03:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/09/21 13:10:18 cube Exp $
+# $NetBSD: Makefile,v 1.15 2004/10/13 23:03:52 xtraeme Exp $
 
 DISTNAME=      proftpd-1.2.10
 CATEGORIES=    net
@@ -18,9 +18,10 @@
 USE_GNU_TOOLS+=        make
 USE_PKGINSTALL=        YES
 
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=--localstatedir=/var/run
-CONFIGURE_ARGS+=--disable-sendfile
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}/run
+CONFIGURE_ARGS+=       --disable-sendfile
+CONFIGURE_ARGS+=       --enable-ctrls
 
 RCD_SCRIPTS=   proftpd
 
@@ -37,7 +38,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mpam)
-CONFIGURE_ARGS+=--enable-auth-pam
+CONFIGURE_ARGS+=       --enable-auth-pam
 .include "../../security/PAM/buildlink3.mk"
 .endif
 
@@ -70,7 +71,7 @@
 ## .endif
 
 .if !empty(MODULES)
-CONFIGURE_ARGS+=--with-modules=${MODULES}
+CONFIGURE_ARGS+=       --with-modules=${MODULES}
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index