From root@me.umn.edu  Thu Feb 23 21:21:15 2012
Return-Path: <root@me.umn.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8BB99106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 21:21:15 +0000 (UTC)
	(envelope-from root@me.umn.edu)
Received: from mail.enet.umn.edu (mail.enet.umn.edu [128.101.142.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BD4D8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 21:21:15 +0000 (UTC)
Received: from cat.me.umn.edu (cat.enet.umn.edu [172.16.26.17])
        by mail.enet.umn.edu (8.14.2/8.14.2) with ESMTP id q1NLAMnw039899
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 15:10:22 -0600 (CST)
	(envelope-from root@me.umn.edu)
Received: from cat.me.umn.edu (localhost [127.0.0.1])
	by cat.me.umn.edu (8.14.5/8.14.5) with ESMTP id q1NLAM0K068970
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 15:10:22 -0600 (CST)
	(envelope-from root@me.umn.edu)
Received: (from root@localhost)
	by cat.me.umn.edu (8.14.5/8.14.5/Submit) id q1NLAMGm068969;
	Thu, 23 Feb 2012 15:10:22 -0600 (CST)
	(envelope-from root)
Message-Id: <201202232110.q1NLAMGm068969@cat.me.umn.edu>
Date: Thu, 23 Feb 2012 15:10:22 -0600 (CST)
From: Hokan <hokan@me.umn.edu>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [maintainer update] port sysutils/modules upgrade
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165430
>Category:       ports
>Synopsis:       [maintainer update] port sysutils/modules upgrade
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 23 21:30:13 UTC 2012
>Closed-Date:    Sun Mar 18 13:03:38 UTC 2012
>Last-Modified:  Sun Mar 18 13:03:38 UTC 2012
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 	I remove all the files in the files directory as I'm doing the patching in the Makefile.
 
 --- upgrade-modules.diff begins here ---
 Only in /usr/ports/sysutils/modules: CVS
 diff -u /usr/ports/sysutils/modules/Makefile modules/Makefile
 --- /usr/ports/sysutils/modules/Makefile	2009-08-21 19:35:22.000000000 -0500
 +++ modules/Makefile	2012-02-23 14:44:51.000000000 -0600
 @@ -6,38 +6,44 @@
  #
  
  PORTNAME=	modules
 -PORTVERSION=	3.1.6
 +PORTVERSION=	3.2.9
 +DISTVERSIONSUFFIX=	c
  CATEGORIES=	sysutils tcl
  MASTER_SITES=	SF/${PORTNAME}/Modules/${PORTNAME}-${PORTVERSION}
 +WRKSRC=		work/${PORTNAME}-${PORTVERSION}
  
  MAINTAINER=	hokan@me.umn.edu
  COMMENT=	Dynamic modification of a user's environment
  
 -LIB_DEPENDS=	tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER}
 +LICENSE=	GPLv2
  
  PLIST_SUB=	MODULES_VERSION=${PORTVERSION}
  
  BINDIR=		${PREFIX}/Modules
  
 -TCL_DVER?=	8.4
 -TCL_VER=	${TCL_DVER:S/.//}
 +USE_AUTOTOOLS=	automake
 +AUTOMAKE_VERSION=	1.11
 +USE_TCL_WRAPPER=	yes
 +USE_TCL=	yes
 +USE_GMAKE=	yes
  HAS_CONFIGURE=	yes
  
 -CONFIGURE_ARGS=	--prefix=${PREFIX}/Modules/@VERSION@ \
 -		--without-x \
 +CONFIGURE_ARGS=	--prefix=${PREFIX} \
  		--with-version-path=${PREFIX}/Modules/versions \
 -		--mandir=${MANPREFIX}/man \
 -		--with-tcl-version=${TCL_VER} \
 -		--with-tcl-include=${LOCALBASE}/include/tcl${TCL_DVER} \
 -		--with-tcl-libraries=${LOCALBASE}/lib/
 +		--mandir=${MANPREFIX}/man
  
  MAN1=		module.1
  MAN5=		modulefile.5
  
  post-extract:
  		${MV} ${WRKSRC}/doc/modulefile.4.in ${WRKSRC}/doc/modulefile.5.in
 -
 +post-patch:
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'man4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,man4,man5,g' -i .bak
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'modulefile.4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,modulefile.4,modulefile.5,g' -i .bak
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'modulefile 4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,modulefile 4,modulefile 5,g' -i .bak
 + 
  pre-install:
  		${MKDIR} ${PREFIX}/Modules
 +		${LN} -s ${PREFIX}/Modules/${PORTVERSION} ${PREFIX}/Modules/default
  
  .include <bsd.port.mk>
 diff -u /usr/ports/sysutils/modules/distinfo modules/distinfo
 --- /usr/ports/sysutils/modules/distinfo	2011-03-19 07:32:53.000000000 -0500
 +++ modules/distinfo	2012-02-21 16:57:04.000000000 -0600
 @@ -1,2 +1,2 @@
 -SHA256 (modules-3.1.6.tar.gz) = a65dd5c66a42558ba77f7b6343ecaeebc00c8501408313a1c1cf7fcca2a61bcb
 -SIZE (modules-3.1.6.tar.gz) = 420885
 +SHA256 (modules-3.2.9c.tar.gz) = f0d90d1cd031109c5dedb1b3465d1e1b49fa45bebb6587105757cae735804f95
 +SIZE (modules-3.2.9c.tar.gz) = 439742
 Only in /usr/ports/sysutils/modules: files
 diff -u /usr/ports/sysutils/modules/pkg-plist modules/pkg-plist
 --- /usr/ports/sysutils/modules/pkg-plist	2005-03-11 03:33:12.000000000 -0600
 +++ modules/pkg-plist	2012-02-21 16:57:04.000000000 -0600
 @@ -1,12 +1,16 @@
 +Modules/default
  Modules/%%MODULES_VERSION%%/bin/add.modules
  Modules/%%MODULES_VERSION%%/bin/mkroot
  Modules/%%MODULES_VERSION%%/bin/modulecmd
  Modules/%%MODULES_VERSION%%/init/.modulespath
  Modules/%%MODULES_VERSION%%/init/bash
 +Modules/%%MODULES_VERSION%%/init/bash_completion
 +Modules/%%MODULES_VERSION%%/init/cmake
  Modules/%%MODULES_VERSION%%/init/csh
  Modules/%%MODULES_VERSION%%/init/ksh
 -Modules/%%MODULES_VERSION%%/init/perl
 -Modules/%%MODULES_VERSION%%/init/python
 +Modules/%%MODULES_VERSION%%/init/perl.pm
 +Modules/%%MODULES_VERSION%%/init/python.py
 +Modules/%%MODULES_VERSION%%/init/ruby.rb
  Modules/%%MODULES_VERSION%%/init/sh
  Modules/%%MODULES_VERSION%%/init/tcsh
  Modules/%%MODULES_VERSION%%/init/zsh
 --- upgrade-modules.diff ends here ---
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Feb 25 00:41:01 UTC 2012 
Responsible-Changed-Why:  
rescue from 'pending'. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165430 

From: Michael Scheidell <scheidell@freebsd.org>
To: <bug-followup@FreeBSD.org>, <hokan@me.umn.edu>
Cc:  
Subject: Re: ports/165430: [maintainer update] port sysutils/modules upgrade
Date: Mon, 27 Feb 2012 16:38:28 -0500

 --------------040401020409030909080604
 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Thank you for your work in keeping freebsd ports tree updates, and your 
 work on your port, sysutils/modules.
 
 This patch was not sent as an attachment, and got mangled.
 (see the web site url below)
 is there anyway you can try to upload the patch, as an attachment, back 
 to GNATS via this pr?
 If you use 'send-pr', you could have used the '-a' (attachment) option.
 
 the problem with it now, it there is no easy way to distinguish white 
 space from tabs from whitespace.
 
 The committer would need to 'copy' and paste the portion on the web 
 site, and try to edit them by hand, and that can give rise to errors.
 
 
 -- 
 Michael Scheidell, CTO
 o: 561-999-5000
 d: 561-948-2259
  >*| *SECNAP Network Security Corporation
 
     * Best Mobile Solutions Product of 2011
     * Best Intrusion Prevention Product
     * Hot Company Finalist 2011
     * Best Email Security Product
     * Certified SNORT Integrator
 
 
 --------------040401020409030909080604
 Content-Type: text/html; charset="ISO-8859-1"
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#ffffff" text="#000000">
     Thank you for your work in keeping freebsd ports tree updates, and
     your work on your port, sysutils/modules.<br>
     <br>
     This patch was not sent as an attachment, and got mangled.<br>
     (see the web site url below)<br>
     is there anyway you can try to upload the patch, as an attachment,
     back to GNATS via this pr?<br>
     If you use 'send-pr', you could have used the '-a' (attachment)
     option.<br>
     <br>
     the problem with it now, it there is no easy way to distinguish
     white space from tabs from whitespace.<br>
     <br>
     The committer would need to 'copy' and paste the portion on the web
     site, and try to edit them by hand, and that can give rise to
     errors.<br>
     <br>
     <br>
     <div class="moz-signature">-- <br>
       Michael Scheidell, CTO<br>
       o: 561-999-5000<br>
       d: 561-948-2259<br>
       <font color="#999999">&gt;</font><font color="#cc0000"> <b>| </b></font>SECNAP
       Network Security Corporation
       <style type="text/css">
 <!--
 .unnamed1 {
 	margin: 1em;
 	padding: 1px;
 } -->
 </style>
       <ul class="unnamed1">
         <li>Best Mobile Solutions Product of 2011</li>
         <li>Best Intrusion Prevention Product</li>
         <li>Hot Company Finalist 2011</li>
         <li>Best Email Security Product</li>
         <li>Certified SNORT Integrator</li>
       </ul>
     </div>
   </body>
 </html>
 
 --------------040401020409030909080604--

From: =?unknown-8bit?B?SMWNa2Fu?= <hokan@me.umn.edu>
To: Michael Scheidell <scheidell@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/165430: [maintainer update] port sysutils/modules upgrade
Date: Mon, 27 Feb 2012 15:50:41 -0600

 --UlVJffcvxoiEqYs2
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Sorry for the trouble.  I hope this is better...
 
 On Mon, Feb 27, 2012 at 04:38:28PM -0500, Michael Scheidell wrote:
 > Thank you for your work in keeping freebsd ports tree updates, and
 > your work on your port, sysutils/modules.
 > 
 > This patch was not sent as an attachment, and got mangled.
 > (see the web site url below)
 > is there anyway you can try to upload the patch, as an attachment,
 > back to GNATS via this pr?
 > If you use 'send-pr', you could have used the '-a' (attachment) option.
 > 
 > the problem with it now, it there is no easy way to distinguish
 > white space from tabs from whitespace.
 > 
 > The committer would need to 'copy' and paste the portion on the web
 > site, and try to edit them by hand, and that can give rise to
 > errors.
 
 -- 
 Hokan                           MEnet, a wholly owned subsidiary of Enet
 System Administrator                Department of Mechanical Engineering
 hokan@me.umn.edu                      College of Science and Engineering
 612.626.9800                                     University of Minnesota
 
 --UlVJffcvxoiEqYs2
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="upgrade-modules.diff"
 
 Only in /usr/ports/sysutils/modules: CVS
 diff -u /usr/ports/sysutils/modules/Makefile modules/Makefile
 --- /usr/ports/sysutils/modules/Makefile	2009-08-21 19:35:22.000000000 -0500
 +++ modules/Makefile	2012-02-23 14:44:51.000000000 -0600
 @@ -6,38 +6,44 @@
  #
  
  PORTNAME=	modules
 -PORTVERSION=	3.1.6
 +PORTVERSION=	3.2.9
 +DISTVERSIONSUFFIX=	c
  CATEGORIES=	sysutils tcl
  MASTER_SITES=	SF/${PORTNAME}/Modules/${PORTNAME}-${PORTVERSION}
 +WRKSRC=		work/${PORTNAME}-${PORTVERSION}
  
  MAINTAINER=	hokan@me.umn.edu
  COMMENT=	Dynamic modification of a user's environment
  
 -LIB_DEPENDS=	tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER}
 +LICENSE=	GPLv2
  
  PLIST_SUB=	MODULES_VERSION=${PORTVERSION}
  
  BINDIR=		${PREFIX}/Modules
  
 -TCL_DVER?=	8.4
 -TCL_VER=	${TCL_DVER:S/.//}
 +USE_AUTOTOOLS=	automake
 +AUTOMAKE_VERSION=	1.11
 +USE_TCL_WRAPPER=	yes
 +USE_TCL=	yes
 +USE_GMAKE=	yes
  HAS_CONFIGURE=	yes
  
 -CONFIGURE_ARGS=	--prefix=${PREFIX}/Modules/@VERSION@ \
 -		--without-x \
 +CONFIGURE_ARGS=	--prefix=${PREFIX} \
  		--with-version-path=${PREFIX}/Modules/versions \
 -		--mandir=${MANPREFIX}/man \
 -		--with-tcl-version=${TCL_VER} \
 -		--with-tcl-include=${LOCALBASE}/include/tcl${TCL_DVER} \
 -		--with-tcl-libraries=${LOCALBASE}/lib/
 +		--mandir=${MANPREFIX}/man
  
  MAN1=		module.1
  MAN5=		modulefile.5
  
  post-extract:
  		${MV} ${WRKSRC}/doc/modulefile.4.in ${WRKSRC}/doc/modulefile.5.in
 -
 +post-patch:
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'man4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,man4,man5,g' -i .bak
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'modulefile.4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,modulefile.4,modulefile.5,g' -i .bak
 +		@${FIND} ${WRKSRC} -type f -exec fgrep -l 'modulefile 4' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,modulefile 4,modulefile 5,g' -i .bak
 + 
  pre-install:
  		${MKDIR} ${PREFIX}/Modules
 +		${LN} -s ${PREFIX}/Modules/${PORTVERSION} ${PREFIX}/Modules/default
  
  .include <bsd.port.mk>
 diff -u /usr/ports/sysutils/modules/distinfo modules/distinfo
 --- /usr/ports/sysutils/modules/distinfo	2011-03-19 07:32:53.000000000 -0500
 +++ modules/distinfo	2012-02-21 16:57:04.000000000 -0600
 @@ -1,2 +1,2 @@
 -SHA256 (modules-3.1.6.tar.gz) = a65dd5c66a42558ba77f7b6343ecaeebc00c8501408313a1c1cf7fcca2a61bcb
 -SIZE (modules-3.1.6.tar.gz) = 420885
 +SHA256 (modules-3.2.9c.tar.gz) = f0d90d1cd031109c5dedb1b3465d1e1b49fa45bebb6587105757cae735804f95
 +SIZE (modules-3.2.9c.tar.gz) = 439742
 Only in /usr/ports/sysutils/modules: files
 diff -u /usr/ports/sysutils/modules/pkg-plist modules/pkg-plist
 --- /usr/ports/sysutils/modules/pkg-plist	2005-03-11 03:33:12.000000000 -0600
 +++ modules/pkg-plist	2012-02-21 16:57:04.000000000 -0600
 @@ -1,12 +1,16 @@
 +Modules/default
  Modules/%%MODULES_VERSION%%/bin/add.modules
  Modules/%%MODULES_VERSION%%/bin/mkroot
  Modules/%%MODULES_VERSION%%/bin/modulecmd
  Modules/%%MODULES_VERSION%%/init/.modulespath
  Modules/%%MODULES_VERSION%%/init/bash
 +Modules/%%MODULES_VERSION%%/init/bash_completion
 +Modules/%%MODULES_VERSION%%/init/cmake
  Modules/%%MODULES_VERSION%%/init/csh
  Modules/%%MODULES_VERSION%%/init/ksh
 -Modules/%%MODULES_VERSION%%/init/perl
 -Modules/%%MODULES_VERSION%%/init/python
 +Modules/%%MODULES_VERSION%%/init/perl.pm
 +Modules/%%MODULES_VERSION%%/init/python.py
 +Modules/%%MODULES_VERSION%%/init/ruby.rb
  Modules/%%MODULES_VERSION%%/init/sh
  Modules/%%MODULES_VERSION%%/init/tcsh
  Modules/%%MODULES_VERSION%%/init/zsh
 
 --UlVJffcvxoiEqYs2--
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Mon Feb 27 22:24:59 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165430 
State-Changed-From-To: open->feedback 
State-Changed-By: scheidell 
State-Changed-When: Tue Feb 28 11:56:54 UTC 2012 
State-Changed-Why:  
Could you check dependencies? also, aclocal.m4? 
This error on both 7.4 i386 and 9.0 amd64 (8.x not tested) 
check this line, it might be nothing 
<http://lorie.secnap.net/tb/index.php?action=display_markup_log&build=7-scheidell_I386&id=1339#136> 
136     aclocal.m4:16: warning: this file was generated for autoconf 2.65. 
137 	You have another version of autoconf. It may work, but is not guaranteed to. 
138 	If you have problems, you may need to regenerate the build system entirely. 
139 	To do so, use the procedure documented by the package, typically `autoreconf'. 

but, the real problem is: 
<http://lorie.secnap.net/tb/index.php?action=display_markup_log&build=7-scheidell_I386&id=1339#259> 
258     checking for existence of tclConfig.sh... loading 
259 	checking for Tcl version... tclsh: not found 
260 	configure: error: Must specify version (X.Y) if using this option 
261 	===> Script "configure" failed unexpectedly. 

config log: 
<http://people.freebsd.org/~scheidell/modules-config.log> 

you can check my env variables, and packages installed, but it is a tinderbox, just installs dependencies 
<http://lorie.secnap.net/tb/errors/7-scheidell_I386/modules-3.2.9.log> 


http://www.freebsd.org/cgi/query-pr.cgi?pr=165430 
State-Changed-From-To: feedback->open 
State-Changed-By: scheidell 
State-Changed-When: Wed Mar 14 14:22:43 UTC 2012 
State-Changed-Why:  
Back to the pool 


Responsible-Changed-From-To: scheidell->freebsd-ports-bugs 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Wed Mar 14 14:22:43 UTC 2012 
Responsible-Changed-Why:  
Feedback Timeout. Errors in port, see PR audit 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165430 
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Sun Mar 18 13:03:36 UTC 2012 
State-Changed-Why:  
If you fix this, please open a new PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165430 
>Unformatted:
