Bug 16582

Summary: =?iso-2022-jp?B?T1MbJEIkTiVQITwlOCVnJXMbKEI=?=
Product: Ports & Packages Reporter: TAOKA Satoshi <taoka>
Component: Individual Port(s)Assignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports-jp
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description TAOKA Satoshi 2000-02-08 14:10:00 UTC
 $B$3$s$J2~B$$O$I$&$G$7$g$&!#(B
 OS$B$N%P!<%8%g%s$G!"(BPLIST$B$N%(%s%H%j!<$r@)8f$9$kJ}K!$G$9!#(B
 
 $BED2,(B
 
 diff -ru tmp/jed/Makefile jed/Makefile
 --- tmp/jed/Makefile	Tue Feb  8 17:17:39 2000
 +++ jed/Makefile	Tue Feb  8 23:00:09 2000
 @@ -35,6 +35,9 @@
  # For the present, XJED core dumps on 3.x-STABLE.
  .if ${OSVERSION} < 400015
  NO_XJED=	yes
 +PLIST_SUB=	DEPEND_ON_VERSION="@comment OS version is only over 400015 => "
 +.else
 +PLIST_SUB=	DEPEND_ON_VERSION=
  .endif
  
  .if defined(NO_CANNA)
 diff -ru tmp/jed/pkg/PLIST jed/pkg/PLIST
 --- tmp/jed/pkg/PLIST	Sun Feb  6 04:48:15 2000
 +++ jed/pkg/PLIST	Tue Feb  8 22:56:37 2000
 @@ -1,6 +1,6 @@
  bin/jed
  bin/rgrep
 -bin/xjed
 +%%DEPEND_ON_VERSION%%bin/xjed
  @unexec install-info --delete %D/info/jed.info %D/info/dir
  info/jed.info
  info/jed.1in
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-02-13 18:53:17 UTC
State Changed
From-To: open->closed

Intended as a followup to ports/16576.