Bug 68965 - Update: editors/bsd-vi, unbreak on -STABLE
Summary: Update: editors/bsd-vi, unbreak on -STABLE
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-13 01:20 UTC by David Thiel
Modified: 2004-07-13 07:28 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.58 KB, patch)
2004-07-13 01:20 UTC, David Thiel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Thiel 2004-07-13 01:20:04 UTC
Use the original regex code instead of the default libuxre on -STABLE
and remove a valloc re-declaration, fixing the slightly ironic
requirement of running -CURRENT to build an ancient vi. This does result
in two patches for the same file (Makefile), but they do apply in the
correct order and I can't think of a better way to do it. I'm open to
suggestions if anyone knows a more correct method.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-13 07:19:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Grab.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-13 07:28:33 UTC
State Changed
From-To: open->closed

Committed, thanks!