Bug 116726

Summary: [PATCH] editors/cream: take VIMRUNTIME from editors/vim instead of hard coding
Product: Ports & Packages Reporter: Alejandro Pulver <alepulver>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cream.diff none

Description Alejandro Pulver freebsd_committer freebsd_triage 2007-09-29 04:50:01 UTC

Now the value of VIMRUNTIME is hard coded in the Makefile, with the patch it is taken from editors/vim, avoiding the need of updating this port's VIMRUNTIME variable each time editors/vim is updated.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-29 04:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-29 04:50:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Mohacsi Janos 2007-10-01 17:16:16 UTC
Approved.
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-01 17:29:59 UTC
State Changed
From-To: feedback->open

Approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-10-01 17:31:28 UTC
alepulver    2007-10-01 16:31:18 UTC

  FreeBSD ports repository

  Modified files:
    editors/cream        Makefile 
  Log:
  - Take VIMRUNTIME value from editors/vim instead of hard coding it.
  
  PR:             ports/116726
  Submitted by:   alepulver (myself)
  Approved by:    Janos Mohacsi <mohacsi@niif.hu> (maintainer)
  
  Revision  Changes    Path
  1.13      +5 -3      ports/editors/cream/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-01 17:32:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!