Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2006 17:48:00 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94903: [maintainer] deskutils/remember.el: catch up the planner.el location change
Message-ID:  <200603240948.k2O9m05W045539@readonline.info>
Resent-Message-ID: <200603240950.k2O9oFdN077147@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94903
>Category:       ports
>Synopsis:       [maintainer] deskutils/remember.el: catch up the planner.el location change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 24 09:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
	The deskutils/planner.el location has been changed from
	EMACS_VERSION_SITE_LISPDIR to EMACS_SITE_LISPDIR since
	3.40. Catch up with it on the DEPENDS list.
>How-To-Repeat:
	http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.2006011605/remember.el-emacs21-1.6.log
	though this log is for 1.6, the same problem should occur for
	the newer 1.8 in the current ports tree.
>Fix:

	

--- attached file begins here ---
diff -ruN remember.el.old/Makefile remember.el/Makefile
--- remember.el.old/Makefile	Fri Mar 24 03:16:15 2006
+++ remember.el/Makefile	Fri Mar 24 17:34:50 2006
@@ -33,7 +33,7 @@
 .endif
 
 .if !defined(WITHOUT_PLANNER)
-RUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
+RUN_DEPENDS+=	${PREFIX}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
 .endif
 
 INFO=		remember-el
--- attached file ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603240948.k2O9m05W045539>