svn commit: r549623 - in head/net/gnu-radius: . files

Stefan Eßer se at FreeBSD.org
Tue Sep 22 19:12:46 UTC 2020


Author: se
Date: Tue Sep 22 19:12:45 2020
New Revision: 549623
URL: https://svnweb.freebsd.org/changeset/ports/549623

Log:
  Fix build with -fno-common

Added:
  head/net/gnu-radius/files/patch-gnu_argp-ba.c   (contents, props changed)
Modified:
  head/net/gnu-radius/Makefile

Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile	Tue Sep 22 19:00:08 2020	(r549622)
+++ head/net/gnu-radius/Makefile	Tue Sep 22 19:12:45 2020	(r549623)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnu-radius
 PORTVERSION=	1.6.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net
 MASTER_SITES=	GNU/radius
 DISTNAME=	radius-${PORTVERSION}

Added: head/net/gnu-radius/files/patch-gnu_argp-ba.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gnu-radius/files/patch-gnu_argp-ba.c	Tue Sep 22 19:12:45 2020	(r549623)
@@ -0,0 +1,8 @@
+--- gnu/argp-ba.c.orig	2008-12-15 08:05:24 UTC
++++ gnu/argp-ba.c
+@@ -23,4 +23,4 @@
+    the ARGP_HELP_BUG_ADDR flag is set (as it is by various standard help
+    messages), embedded in a sentence that says something like `Report bugs to
+    ADDR.'.  */
+-const char *argp_program_bug_address;
++extern const char *argp_program_bug_address;


More information about the svn-ports-head mailing list