Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 11:08:40 +0100 (BST)
From:      Dom.Mitchell@palmerharvey.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18227: Bits missing in editors/jed.
Message-ID:  <20000426100840.823FA2DA@voodoo.pandhm.co.uk>

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

>Number:         18227
>Category:       ports
>Synopsis:       Bits missing in editors/jed.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 03:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Palmer & Harvey McLane Ltd.
>Environment:

FreeBSD voodoo.pandhm.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #9: Fri Feb 25 15:24:52 GMT 2000     dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO  i386

>Description:

	The PLIST doesn't have the documentation listed in it for this
	port.

>How-To-Repeat:

	# cd /usr/ports/editors/jed && make install
	# pkg_delete jed-0.98.7
	# ls /usr/local/share/doc/jed

>Fix:
	
	Here's a patch to the PLIST, as well as doing the XJED option
	properly.

diff -urN /usr/ports/editors/jed/Makefile jed/Makefile
--- /usr/ports/editors/jed/Makefile	Sat Apr 15 00:09:57 2000
+++ jed/Makefile	Wed Apr 26 11:04:46 2000
@@ -21,8 +21,9 @@
 
 USE_XLIB=	yes
 
-# comment out the next line if you don't want the X version of JED.
+.if !defined(NO_XJED)
 XJED=	xjed
+.endif
 
 DIST_SUBDIR=	jed
 GNU_CONFIGURE=  yes
diff -urN /usr/ports/editors/jed/pkg/PLIST jed/pkg/PLIST
--- /usr/ports/editors/jed/pkg/PLIST	Fri Nov 12 10:39:58 1999
+++ jed/pkg/PLIST	Wed Apr 26 11:05:30 2000
@@ -129,8 +129,32 @@
 lib/jed/lib/wordstar.hlp
 lib/jed/lib/wordstar.sl
 lib/jed/lib/yankpop.sl
+share/doc/jed/README
+share/doc/jed/abbrev.txt
+share/doc/jed/color.txt
+share/doc/jed/dfa.txt
+share/doc/jed/edt.txt
+share/doc/jed/emacs.txt
+share/doc/jed/fold.txt
+share/doc/jed/hooks.txt
+share/doc/jed/jed_faq.txt
+share/doc/jed/jedfuns.txt
+share/doc/jed/mouse.txt
+share/doc/jed/pc-keys.txt
+share/doc/jed/program.txt
+share/doc/jed/rgrep.txt
+share/doc/jed/rmail.txt
+share/doc/jed/script.txt
+share/doc/jed/slangfun.txt
+share/doc/jed/syntax.txt
+share/doc/jed/undo.txt
+share/doc/jed/wjed.txt
+share/doc/jed/wordstar.txt
+share/doc/jed/xjed.txt
+share/doc/jed/yankpop.txt
 @dirrm lib/jed/bin
 @dirrm lib/jed/lib/tm
 @dirrm lib/jed/lib
 @dirrm lib/jed/doc
 @dirrm lib/jed
+@dirrm share/doc/jed


>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?20000426100840.823FA2DA>