From dsh@vlink.ru  Fri Sep  1 07:33:43 2006
Return-Path: <dsh@vlink.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6D4B16A4DE;
	Fri,  1 Sep 2006 07:33:43 +0000 (UTC)
	(envelope-from dsh@vlink.ru)
Received: from vlink.ru (rigel.internal.vlink.ru [85.172.168.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1C78F43D68;
	Fri,  1 Sep 2006 07:33:42 +0000 (GMT)
	(envelope-from dsh@vlink.ru)
Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1])
	by deliver.smtp.vlink.ru (Postfix) with ESMTP id 171FFFED720;
	Fri,  1 Sep 2006 11:33:41 +0400 (MSD)
Received: from neva.vlink.ru (neva.vlink.ru [85.172.168.66])
	by smtp.smtp.vlink.ru (Postfix) with ESMTP id E867210098BC;
	Fri,  1 Sep 2006 11:33:40 +0400 (MSD)
Received: from neva.vlink.ru (localhost [127.0.0.1])
	by neva.vlink.ru (8.13.6/8.13.6) with ESMTP id k817Xe11075052;
	Fri, 1 Sep 2006 11:33:40 +0400 (MSD)
	(envelope-from dsh@neva.vlink.ru)
Received: (from dsh@localhost)
	by neva.vlink.ru (8.13.6/8.13.6/Submit) id k817XefP075048;
	Fri, 1 Sep 2006 11:33:40 +0400 (MSD)
	(envelope-from dsh)
Message-Id: <200609010733.k817XefP075048@neva.vlink.ru>
Date: Fri, 1 Sep 2006 11:33:40 +0400 (MSD)
From: Denis Shaposhnikov <dsh@vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Andrey Slusar <anray@freebsd.org>
Subject: Update port: textproc/rst.el (fix build)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102739
>Category:       ports
>Synopsis:       Update port: textproc/rst.el (fix build)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    anray
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 01 07:40:17 GMT 2006
>Closed-Date:    Sat Sep 02 10:00:44 GMT 2006
>Last-Modified:  Sat Sep 02 10:00:44 GMT 2006
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Tue Jun 27 16:19:50 MSD 2006 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

Fix build in the clean environment.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 450)
+++ Makefile	(working copy)
@@ -29,6 +29,12 @@
 
 ELISPDIR=	${TARGETDIR}/${EMACS_SITE_LISPDIR}
 
+.include <bsd.port.pre.mk>
+
+.if (${EMACS_NAME} == "xemacs")
+BUILD_DEPENDS+=	${LOCALBASE}/lib/xemacs/xemacs-packages/lisp/xemacs-base/compile.el:${PORTSDIR}/editors/xemacs-packages
+.endif
+
 do-build:
 	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile ${PORTNAME}
 
@@ -39,4 +45,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anray 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 1 11:55:36 UTC 2006 
Responsible-Changed-Why:  
anray@ wants to have elisp PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102739 
State-Changed-From-To: open->closed 
State-Changed-By: anray 
State-Changed-When: Sat Sep 2 10:00:42 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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