svn commit: r482748 - head/net/freeradius3

Ryan Steinmetz zi at FreeBSD.org
Mon Oct 22 15:57:41 UTC 2018


Author: zi
Date: Mon Oct 22 15:57:41 2018
New Revision: 482748
URL: https://svnweb.freebsd.org/changeset/ports/482748

Log:
  - Unbreak various platforms
  
  PR:		232533
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Mon Oct 22 15:34:55 2018	(r482747)
+++ head/net/freeradius3/Makefile	Mon Oct 22 15:57:41 2018	(r482748)
@@ -18,10 +18,6 @@ COMMENT=	Free RADIUS server implementation
 
 LICENSE=	GPLv2
 
-BROKEN_mips=		fails to compile: unrecognized command line option "-Wno-date-time"
-BROKEN_mips64=		fails to compile: unrecognized command line option "-Wno-date-time"
-BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-date-time"
-
 LIB_DEPENDS=	libgdbm.so:databases/gdbm \
 		libtalloc.so:devel/talloc
 


More information about the svn-ports-head mailing list