ports/85616: [PATCH] ftp/proftpd: [SUMMARIZE CHANGES]
Boris Kovalenko
boris at tagnet.ru
Fri Sep 2 02:50:14 UTC 2005
>Number: 85616
>Category: ports
>Synopsis: [PATCH] ftp/proftpd: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 02 02:50:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Boris Kovalenko
>Release: FreeBSD 5.4-STABLE i386
>Organization:
JSC "Tagnet"
>Environment:
System: FreeBSD boris.nikom.ru 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Aug 18 08:12:33 YEKST 2005
>Description:
[DESCRIBE CHANGES]
+ Added interactive for mod_radius
Port maintainer (mharo at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- proftpd-1.3.0.r2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/proftpd/Makefile /usr/ports/ftp/proftpd.new/Makefile
--- /usr/ports/ftp/proftpd/Makefile Mon Aug 8 08:45:14 2005
+++ /usr/ports/ftp/proftpd.new/Makefile Fri Sep 2 08:35:08 2005
@@ -50,7 +50,8 @@
README "Include mod_readme" on \
RATIO "Include mod_ratio" on \
REWRITE "Include mod_rewrite" on \
- WRAP "Include mod_wrap" on
+ WRAP "Include mod_wrap" on \
+ RADIUS "Include mod_radius" off
MODULES?=
@@ -74,6 +75,10 @@
.if defined(WITH_WRAP)
MODULES:=${MODULES}:mod_wrap
+.endif
+
+.if defined(WITH_RADIUS)
+MODULES:=${MODULES}:mod_radius
.endif
.if defined(WITH_SETPASSENT)
--- proftpd-1.3.0.r2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list