Bug 69734 - [maintainer update]devel/xtla: add editors/tree-widget as BUILD_DEPENDS
Summary: [maintainer update]devel/xtla: add editors/tree-widget as BUILD_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 04:10 UTC by Dryice Liu
Modified: 2004-07-29 09:10 UTC (History)
1 user (show)

See Also:


Attachments
xtla.diff (935 bytes, patch)
2004-07-29 04:10 UTC, Dryice Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dryice Liu 2004-07-29 04:10:19 UTC
	Changes:
		- Add editors/tree-widget as BUILD_DEPENDS to build
	and use xtla-browse.el

How-To-Repeat: 	N/A
Comment 1 Dryice Liu 2004-07-29 05:40:35 UTC
Sorry to follow up my self. I think I should pump PORTREVISION. Here
is the new diff file:

======================================================================
diff -ruN xtla.old/Makefile xtla/Makefile
--- xtla.old/Makefile	Thu Jul 29 10:29:43 2004
+++ xtla/Makefile	Thu Jul 29 11:53:43 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	xtla
 PORTVERSION=	20040719
+PORTREVISION=	1
 CATEGORIES=	devel elisp
 MASTER_SITES=	http://xsteve.nit.at/prg/emacs/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
@@ -15,7 +16,8 @@
 MAINTAINER=	dryice@liu.com.cn
 COMMENT=	An Emacs front-end to tla
 
-BUILD_DEPENDS+=	tla:${PORTSDIR}/devel/tla
+BUILD_DEPENDS+=	tla:${PORTSDIR}/devel/tla \
+		${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 EMACS_PORT_NAME?=	emacs21
diff -ruN xtla.old/pkg-plist xtla/pkg-plist
--- xtla.old/pkg-plist	Thu Jul 29 10:29:45 2004
+++ xtla/pkg-plist	Thu Jul 29 10:51:11 2004
@@ -1,5 +1,6 @@
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoloads.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-browse.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-browse.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-core.el
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-core.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-defs.el
======================================================================

-- 
Regards,
Dryice
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-07-29 09:10:38 UTC
State Changed
From-To: open->closed

Committed, thanks!