ports/86623: proftpd mod_ifsession should be the last in list

Matus UHLAR - fantomas uhlar at fantomas.sk
Tue Sep 27 10:20:20 UTC 2005


The following reply was made to PR ports/86623; it has been noted by GNATS.

From: Matus UHLAR - fantomas <uhlar at fantomas.sk>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/86623: proftpd mod_ifsession should be the last in list
Date: Tue, 27 Sep 2005 12:16:39 +0200

 --opJtzjQTFsWo+cga
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello,
 
 attached patch should fix the problem.
 -- 
 Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
 Warning: I wish NOT to receive e-mail advertising to this address.
 Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
 Chernobyl was an Windows 95 beta test site.
 
 --opJtzjQTFsWo+cga
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="port-proftpd1.3.0rc2-Makefile-ifsession.patch"
 
 --- Makefile.orig	Sat Jul 30 06:51:41 2005
 +++ Makefile	Tue Sep 27 11:41:11 2005
 @@ -56,10 +56,6 @@
  
  .include <bsd.port.pre.mk>
  
 -.if defined(WITH_IFSESSION)
 -MODULES:=${MODULES}:mod_ifsession
 -.endif
 -
  .if defined(WITH_RATIO)
  MODULES:=${MODULES}:mod_ratio
  .endif
 @@ -93,7 +89,7 @@
  .endif
  
  #allow user to override
 -MODULES?=	mod_ifsession:mod_ratio:mod_readme:mod_rewrite:mod_wrap
 +MODULES?=	mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession
  
  INCLUDEDIRS=
  LIBDIRS=
 @@ -141,6 +137,10 @@
  .if defined(WITH_POSTGRESQL) || defined(WITH_MYSQL)
  MODULES:=${MODULES}:mod_quotatab_sql
  .endif
 +.endif
 +
 +.if defined(WITH_IFSESSION)
 +MODULES:=${MODULES}:mod_ifsession
  .endif
  
  # Keep this here below, in case similar constructs need to be made
 
 --opJtzjQTFsWo+cga--



More information about the freebsd-ports-bugs mailing list