Index: head/devel/clixon/Makefile =================================================================== --- head/devel/clixon/Makefile (revision 494889) +++ head/devel/clixon/Makefile (revision 494890) @@ -1,30 +1,31 @@ # $FreeBSD$ PORTNAME= clixon PORTVERSION= 3.9.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= dcornejo@netgate.com COMMENT= CLIgen is a Command-Line Interface generator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libcligen.so:devel/cligen \ libfcgi.so:www/fcgi BUILD_DEPENDS= cligen>=3.9.0:devel/cligen USES= autoreconf bison gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= clicon MAKE_ARGS= wwwdir=${PREFIX}/sbin wwwuser=${WWWOWN} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR} MAKE_JOBS_UNSAFE=yes .include Index: head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h =================================================================== --- head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h (nonexistent) +++ head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h (revision 494890) @@ -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 Property changes on: head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property