From sa2c@sa2c.net  Sun Aug  5 06:08:47 2007
Return-Path: <sa2c@sa2c.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A12216A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Aug 2007 06:08:47 +0000 (UTC)
	(envelope-from sa2c@sa2c.net)
Received: from sakura.and.or.jp (sakura.and.or.jp [59.106.20.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DDFF13C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Aug 2007 06:08:46 +0000 (UTC)
	(envelope-from sa2c@sa2c.net)
Received: from sakura.and.or.jp (localhost [127.0.0.1])
	by sakura.and.or.jp (Postfix) with ESMTP id D796761C59;
	Sun,  5 Aug 2007 15:08:43 +0900 (JST)
Received: from berkeley.l.sa2c.net (berkeley.vpn.and.or.jp [10.46.49.3])
	by sakura.and.or.jp (Postfix) with ESMTP id B350D61C37;
	Sun,  5 Aug 2007 15:08:43 +0900 (JST)
Received: by berkeley.l.sa2c.net (Postfix, from userid 3104)
	id 8BC6340B0; Sun,  5 Aug 2007 15:08:43 +0900 (JST)
Message-Id: <20070805060843.8BC6340B0@berkeley.l.sa2c.net>
Date: Sun,  5 Aug 2007 15:08:43 +0900 (JST)
From: NIIMI Satoshi <sa2c@sa2c.net>
Reply-To: NIIMI Satoshi <sa2c@sa2c.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: editors/emacs: info files are not installed correctly 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: keramida@ceid.upatras.gr

>Number:         115209
>Category:       ports
>Synopsis:       editors/emacs: info files are not installed correctly
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 06:10:01 GMT 2007
>Closed-Date:    Thu Sep 27 06:16:59 GMT 2007
>Last-Modified:  Thu Sep 27 06:20:14 GMT 2007
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Thu Aug 2 09:30:08 JST 2007 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Although we patch Makefiles to pass "--no-split" and not to install
additional part of info files, info files are not rebuilt because the
distribution of Emacs 22.1 contains splitted info files which are
newer than texinfo files.

This causes that only the index of info files are installed.


This PR also fixes ports/114836.

	
>How-To-Repeat:

Install editors/emacs and run "info Emacs".

	
>Fix:

	

--- emacs.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/emacs/Makefile,v
retrieving revision 1.71
diff -u -r1.71 Makefile
--- Makefile	24 Jul 2007 15:10:13 -0000	1.71
+++ Makefile	5 Aug 2007 05:45:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
+PORTREVISION=	1
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -85,4 +86,7 @@
 	@${ECHO_MSG} "====>"
 .endif
 
+post-patch:
+	@${RM} -f ${WRKSRC}/info/*
+
 .include <bsd.port.post.mk>
--- emacs.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 5 06:10:11 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115209 
Responsible-Changed-From-To: freebsd-ports-bugs->keramida 
Responsible-Changed-By: vs 
Responsible-Changed-When: Thu Sep 20 12:10:56 UTC 2007 
Responsible-Changed-Why:  
Maintainer is committer. 

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

From: NIIMI Satoshi <sa2c@sa2c.net>
To: bug-followup@FreeBSD.org,  portmgr@FreeBSD.org, 
 keramida@FreeBSD.org
Cc:  
Subject: Re: ports/115209: editors/emacs: info files are not installed correctly
Date: Sat, 22 Sep 2007 22:03:08 +0900

 Portmgr, can you take care of this PR as maintainer timeout?
 
 Giorgos, if you are too busy, or not interested, to maintain
 the port, please release maintainership.
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Thu Sep 27 06:15:43 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115209: commit references a PR
Date: Thu, 27 Sep 2007 06:16:43 +0000 (UTC)

 pav         2007-09-27 06:16:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/emacs        Makefile 
   Log:
   - Kill packaged info files, they are splitted. We need to generate our own,
     non-splitted, from texinfo.
   
   PR:             ports/115209
   Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
   Approved by:    maintainer timeout (keramida; 7 weeks)
   
   Revision  Changes    Path
   1.72      +4 -0      ports/editors/emacs/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
