svn commit: r548988 - in head/sysutils/ipa: . files

Stefan Eßer se at FreeBSD.org
Sat Sep 19 14:10:09 UTC 2020


Author: se
Date: Sat Sep 19 14:10:08 2020
New Revision: 548988
URL: https://svnweb.freebsd.org/changeset/ports/548988

Log:
  Fix build with -fno-common

Added:
  head/sysutils/ipa/files/patch-src_ipa__cmd.h   (contents, props changed)
Modified:
  head/sysutils/ipa/Makefile

Modified: head/sysutils/ipa/Makefile
==============================================================================
--- head/sysutils/ipa/Makefile	Sat Sep 19 14:01:58 2020	(r548987)
+++ head/sysutils/ipa/Makefile	Sat Sep 19 14:10:08 2020	(r548988)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipa
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ipa-system
 

Added: head/sysutils/ipa/files/patch-src_ipa__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ipa/files/patch-src_ipa__cmd.h	Sat Sep 19 14:10:08 2020	(r548988)
@@ -0,0 +1,11 @@
+--- src/ipa_cmd.h.orig	2011-01-23 18:42:34 UTC
++++ src/ipa_cmd.h
+@@ -165,7 +165,7 @@ extern char	*shell_path_default;
+ extern char	*shell_arg1;
+ extern char	*shell_arg1_default;
+ 
+-const char *const rc_sect_name[2];
++extern const char *const rc_sect_name[2];
+ 
+ extern ipa_mzone *cmd_mzone;
+ 


More information about the svn-ports-head mailing list