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
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"
State Changed From-To: open->closed Committed. Thanks!