Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 05:17:38 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494890 - in head/devel/clixon: . files
Message-ID:  <201903070517.x275HcI5056950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Mar  7 05:17:38 2019
New Revision: 494890
URL: https://svnweb.freebsd.org/changeset/ports/494890

Log:
  devel/clixon: fix build with GCC-based architectures
  
  and bump PORTREISION due to new patch added.
  
  Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
  Sponsored by:	IntegriCloud

Added:
  head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h   (contents, props changed)
Modified:
  head/devel/clixon/Makefile

Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile	Thu Mar  7 05:05:39 2019	(r494889)
+++ head/devel/clixon/Makefile	Thu Mar  7 05:17:38 2019	(r494890)
@@ -2,6 +2,7 @@
 
 PORTNAME=	clixon
 PORTVERSION=	3.9.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	dcornejo@netgate.com

Added: head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h	Thu Mar  7 05:17:38 2019	(r494890)
@@ -0,0 +1,11 @@
+--- lib/clixon/clixon_plugin.h.orig	2019-02-21 19:04:04 UTC
++++ lib/clixon/clixon_plugin.h
+@@ -49,8 +49,6 @@
+ /*
+  * Types
+  */
+-/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */
+-typedef void *plghndl_t;
+ 
+ /*! Registered RPC callback function 
+  * @param[in]  h       Clicon handle 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903070517.x275HcI5056950>