Bug 15776

Summary: Fix devel/libgtop for -current
Product: Ports & Packages Reporter: ade <ade>
Component: Individual Port(s)Assignee: Yukihiro Nakai <nakai>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ade 1999-12-29 22:30:01 UTC
	Compilation of devel/libgtop falls over in sysdeps/freebsd/procmap.c
	looking for non-existent /usr/include/vm/vm_prot.h

Fix: rev 1.15 of sys/vm/vm.h shows the merging of sys/vm/vm_prot.h and
	sys/vm/vm_inherit.h into this file, and the subsequenet destruction
	of these two include files.

	Apply following diff to create a patches/patch-ah .. the
	__FreeBSD_version I've used should be close enough -- there wasn't
	a version bump specifically for this include file change.

Version:	unchanged
Changes:	NONE
Adds:		patches/patch-ah
Removes:	NONE
How-To-Repeat: 
	cd devel/libgtop; make		# on -current box
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-29 22:36:55 UTC
Responsible Changed
From-To: freebsd-ports->nakai

Over to port's maintainer. 
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2000-01-02 08:44:27 UTC
State Changed
From-To: open->closed

Committed, thanks.