Date: Tue, 10 Oct 2006 10:21:01 +0900 (JST) From: NIIMI Satoshi <sa2c@sa2c.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104240: mail/mailman: does not work well with python 2.5 Message-ID: <20061010012101.19447415C@berkeley.l.sa2c.net> Resent-Message-ID: <200610100130.k9A1ULBw054893@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104240 >Category: ports >Synopsis: mail/mailman: does not work well with python 2.5 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 10 01:30:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD berkeley.l.sa2c.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #17: Sun Oct 1 13:00:54 JST 2006 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Current version of mailman (2.1.9) does not work well with python 2.5. >How-To-Repeat: >Fix: --- mailman.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailman/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- Makefile 20 Sep 2006 15:54:22 -0000 1.64 +++ Makefile 10 Oct 2006 01:15:43 -0000 @@ -25,7 +25,7 @@ HTDIG "htdig integration patches" off HAS_CONFIGURE= yes -USE_PYTHON= yes +USE_PYTHON= 2.4 CONFIGURE_ARGS= --prefix=${MAILMANDIR} --with-python=${PYTHON_CMD} \ --with-username=${MM_USERNAME} \ --with-groupname=${MM_GROUPNAME} \ --- mailman.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061010012101.19447415C>