From owner-cvs-all@FreeBSD.ORG Mon Dec 21 04:10:01 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76DE1065670; Mon, 21 Dec 2009 04:10:01 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from asuka.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) by mx1.freebsd.org (Postfix) with ESMTP id C92F78FC0A; Mon, 21 Dec 2009 04:10:00 +0000 (UTC) Received: from ameno.mahoroba.org (IDENT:bGs4EC2twgs5zGFdVrDE0znjW5x6fNjBJN3sDjmA5+EOpehLSXqINpYk/lqPPMiR@ameno.mahoroba.org [IPv6:2001:2f0:104:8010:20a:79ff:fe69:ee6b]) (user=ume mech=CRAM-MD5 bits=0) by asuka.mahoroba.org (8.14.3/8.14.3) with ESMTP/inet6 id nBL49mYY030821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Dec 2009 13:09:53 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 21 Dec 2009 13:09:48 +0900 Message-ID: From: Hajimu UMEMOTO To: Boris Samorodov , nobutaka@FreeBSD.org In-Reply-To: <200912202019.nBKKJO4a042874@repoman.freebsd.org> References: <200912202019.nBKKJO4a042874@repoman.freebsd.org> User-Agent: xcite1.58> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/23.1 (i386-portbld-freebsd8.0) MULE/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 8.0-RELEASE-p1 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Mon_Dec_21_13:09:48_2009-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (asuka.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Mon, 21 Dec 2009 13:09:53 +0900 (JST) X-Virus-Scanned: clamav-milter 0.95.3 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on asuka.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.emacs.mk ports/audio/emms Makefile ports/databases/bbdb Makefile ports/databases/lsdb Makefile ports/deskutils/org-mode.el6 Makefile distinfo pkg-plist ports/deskutils/planner.el Makefile ports/deskutils/remember.el ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 04:10:02 -0000 --Multipart_Mon_Dec_21_13:09:48_2009-1 Content-Type: text/plain; charset=US-ASCII Hi, >>>>> On Sun, 20 Dec 2009 20:19:24 +0000 (UTC) >>>>> Boris Samorodov said: bsam> Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 bsam> (they do not compile): bsam> . lang/bigloo; bsam> . mail/wanderlust; bsam> . mail/wanderlust-devel; bsam> . www/emacs-w3m. Here is a proposed patch for mail/wanderlust. Sincerely, --Multipart_Mon_Dec_21_13:09:48_2009-1 Content-Type: text/x-patch; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="wanderlust.diff" Content-Transfer-Encoding: 7bit Index: wanderlust/Makefile diff -u wanderlust/Makefile.orig wanderlust/Makefile --- wanderlust/Makefile.orig 2009-12-21 12:55:20.000000000 +0900 +++ wanderlust/Makefile 2009-12-21 12:58:52.000000000 +0900 @@ -24,10 +24,6 @@ .include -.if (${EMACS_PORT_NAME} == "emacs23") -BROKEN= can not be installed with Emacs 23 -.endif - EMACS_W3M_PORT_NAME?= emacs-w3m EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el @@ -79,10 +75,11 @@ WL_LISPDIR=${WL_LISPDIR} \ WL_ICONDIR=${WL_ICONDIR} \ SHIMBUN=${SHIMBUN} -.if (${EMACS_PORT_NAME} == "emacs-devel") -PLIST= ${PKGDIR}/pkg-plist.emacs22 -.else +.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || \ + (${EMACS_PORT_NAME} == "xemacs21-mule") PLIST= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} +.else +PLIST= ${PKGDIR}/pkg-plist.emacs22 .endif WRK_STARTUP_FILE= ${WRKDIR}/wanderlust-startup.el MAKE_ARGS+= EMACS=${EMACS_CMD} XEMACS=${EMACS_CMD} \ @@ -97,10 +94,11 @@ post-extract: @${CP} ${FILESDIR}/WL-CFG ${WRKSRC} -.if (${EMACS_PORT_NAME} == "emacs-devel") -STARTUP_TMPL= ${FILESDIR}/wanderlust-startup.emacs22.el.tmpl -.else +.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || \ + (${EMACS_PORT_NAME} == "xemacs21-mule") STARTUP_TMPL= ${FILESDIR}/wanderlust-startup.${EMACS_PORT_NAME}.el.tmpl +.else +STARTUP_TMPL= ${FILESDIR}/wanderlust-startup.emacs22.el.tmpl .endif post-configure: --Multipart_Mon_Dec_21_13:09:48_2009-1 Content-Type: text/plain; charset=US-ASCII -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ --Multipart_Mon_Dec_21_13:09:48_2009-1--