Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 16:10:34 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34686: Update port: java/jde - forgot to install java.bnf
Message-ID:  <200202070710.g177AYN39398@ns.test>

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

>Number:         34686
>Category:       ports
>Synopsis:       Update port: java/jde - forgot to install java.bnf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 23:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE FreeBSD 4.5-RELEASE #5: Thu Jan 31 09:35:44 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
*.bnf must be installed.

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/jde/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	10 Jan 2002 11:41:18 -0000	1.1
+++ Makefile	7 Feb 2002 07:07:28 -0000
@@ -7,6 +7,7 @@

 PORTNAME=	jde
 PORTVERSION=	2.2.8
+PORTREVISION=	1
 CATEGORIES=	java elisp
 MASTER_SITES=	http://jdee.sunsite.dk/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
@@ -40,7 +41,7 @@

 do-install:
 	${MKDIR} ${LISPDIR}
-.for i in *.el *.elc
+.for i in *.el *.elc *.bnf
 	${INSTALL_DATA} ${BUILD_WRKSRC}/${i} ${LISPDIR}
 .endfor
 	${MKDIR} ${JAVADIR}
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/java/jde/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	10 Jan 2002 11:41:18 -0000	1.1
+++ pkg-plist	7 Feb 2002 07:07:28 -0000
@@ -1,6 +1,7 @@
 bin/jtags
 %%EMACS_VERSION_SITE_LISPDIR%%/jde/beanshell.el
 %%EMACS_VERSION_SITE_LISPDIR%%/jde/beanshell.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/jde/java.bnf
 %%EMACS_VERSION_SITE_LISPDIR%%/jde/jde-ant.el
 %%EMACS_VERSION_SITE_LISPDIR%%/jde/jde-ant.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/jde/jde-bug.el
cvs server: Diffing files


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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