Bug 164977

Summary: Allow poptop to build on FreeBSD 9.x/-current
Product: Ports & Packages Reporter: Daniel Austin <freebsd-ports>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poptop.diff none

Description Daniel Austin 2012-02-11 10:10:06 UTC
	poptop currently does not compile due to the utmpx changes in FreeBSD 9

Fix: The attached patch removes the requirement for utmp.h header file (as it is unused by the plugin anyway) allowing poptop to compile and run on FreeBSD 9 and higher.

	New files:
		files/patch-plugins_pptpd-logwtmp.c

	Modified files:
		Makefile

	Patch tested on FreeBSD 8 and 9
How-To-Repeat: 	Try to compile on FreeBSD 9 or above
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-02-13 06:40:44 UTC
wen         2012-02-13 06:40:31 UTC

  FreeBSD ports repository

  Modified files:
    net/poptop           Makefile 
  Added files:
    net/poptop/files     patch-plugins_pptpd-logwtmp.c 
  Log:
  - Unbreak on FreeBSD-9 and above
  
  PR:             ports/164977
  Submitted by:   Daniel Austin <freebsd-ports@dan.me.uk>
  
  Revision  Changes    Path
  1.35      +2 -8      ports/net/poptop/Makefile
  1.1       +10 -0     ports/net/poptop/files/patch-plugins_pptpd-logwtmp.c (new)
_______________________________________________
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 2 Wen Heping freebsd_committer freebsd_triage 2012-02-13 06:41:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!