Bug 164977 - Allow poptop to build on FreeBSD 9.x/-current
Summary: Allow poptop to build on FreeBSD 9.x/-current
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-11 10:10 UTC by Daniel Austin
Modified: 2012-02-13 06:50 UTC (History)
0 users

See Also:


Attachments
poptop.diff (1.10 KB, patch)
2012-02-11 10:10 UTC, Daniel Austin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!