Date: Fri, 02 Sep 2005 08:43:41 +0600 From: Boris Kovalenko <boris@tagnet.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mharo@FreeBSD.org Subject: ports/85616: [PATCH] ftp/proftpd: [SUMMARIZE CHANGES] Message-ID: <E1EB1Wn-000M5r-IU@boris.nikom.ru> Resent-Message-ID: <200509020250.j822oDqG033130@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EB1Wn-000M5r-IU>