mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/clixon: Update to 6.5.0
While here, remove old instructions from pkg-descr since clixon 4.3 is really old at this point. PR: 275557 Approved by: maintainer Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
abd3fc851e
commit
cca6d6152d
5 changed files with 6 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= clixon
|
PORTNAME= clixon
|
||||||
PORTVERSION= 6.4.0
|
PORTVERSION= 6.5.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= dave@dogwood.com
|
MAINTAINER= dave@dogwood.com
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1696258556
|
TIMESTAMP = 1701796980
|
||||||
SHA256 (clicon-clixon-6.4.0_GH0.tar.gz) = 0165867d25db434474001d26c122702a44f60e7f2ac017bdbd5a3cfa4a5ae6f3
|
SHA256 (clicon-clixon-6.5.0_GH0.tar.gz) = c85bf3112ddd9dcc00965780c21bf1589095c8b67f741ef7059c805feccf3bfc
|
||||||
SIZE (clicon-clixon-6.4.0_GH0.tar.gz) = 1763455
|
SIZE (clicon-clixon-6.5.0_GH0.tar.gz) = 1657639
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
--- configure.ac.orig 2023-09-25 19:29:54 UTC
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -178,6 +178,9 @@ LIBSTATIC_SUFFIX=".a"
|
|
||||||
# Postfix for static libs
|
|
||||||
LIBSTATIC_SUFFIX=".a"
|
|
||||||
|
|
||||||
+CPPFLAGS="-I$(eval echo ${includedir}) ${CPPFLAGS}"
|
|
||||||
+LDFLAGS="-L$(eval echo ${libdir}) ${LDFLAGS}"
|
|
||||||
+
|
|
||||||
# This is for cligen
|
|
||||||
AC_ARG_WITH([cligen], [AS_HELP_STRING([--with-cligen=dir], [Use CLIGEN installation in this dir])], [
|
|
||||||
CLIGEN_DIR="$withval"
|
|
||||||
@@ -185,8 +188,8 @@ if test -n "${CLIGEN_DIR}" -a -d "${CLIGEN_DIR}"; then
|
|
||||||
AC_SUBST(CLIGEN_DIR)
|
|
||||||
if test -n "${CLIGEN_DIR}" -a -d "${CLIGEN_DIR}"; then
|
|
||||||
echo "Using CLIGEN here: ${CLIGEN_DIR}"
|
|
||||||
- CPPFLAGS="-I${CLIGEN_DIR}$(eval echo ${includedir}) ${CPPFLAGS}"
|
|
||||||
- LDFLAGS="-L${CLIGEN_DIR}$(eval echo ${libdir}) ${LDFLAGS}"
|
|
||||||
+ CPPFLAGS="-I${CLIGEN_DIR}/include ${CPPFLAGS}"
|
|
||||||
+ LDFLAGS="-L${CLIGEN_DIR}/lib ${LDFLAGS}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Disable/enable yang patch
|
|
|
@ -3,7 +3,3 @@ Clixon is a CLI/network interfaced configuration database tool
|
||||||
Using Clixon you can create CLI, RESTCONF, and NETCONF interfaces to manage a
|
Using Clixon you can create CLI, RESTCONF, and NETCONF interfaces to manage a
|
||||||
configuration database. It also provides the mechanism to validate and configure
|
configuration database. It also provides the mechanism to validate and configure
|
||||||
system components.
|
system components.
|
||||||
|
|
||||||
clixon 4.3 is a large upgrade from earlier versions, notably it is much stricter
|
|
||||||
about the validity of XML and api-paths. Please see the CHANGELOG that can be
|
|
||||||
found at https://github.com/clicon/clixon/blob/release-4.3/CHANGELOG.md
|
|
||||||
|
|
|
@ -78,8 +78,8 @@ lib/libclixon_cli.so.%%LIBVERSION%%
|
||||||
sbin/clixon_backend
|
sbin/clixon_backend
|
||||||
%%NO_OFF%%sbin/clixon_restconf
|
%%NO_OFF%%sbin/clixon_restconf
|
||||||
%%DATADIR%%/clixon-autocli@2023-09-01.yang
|
%%DATADIR%%/clixon-autocli@2023-09-01.yang
|
||||||
%%DATADIR%%/clixon-config@2023-05-01.yang
|
%%DATADIR%%/clixon-config@2023-11-01.yang
|
||||||
%%DATADIR%%/clixon-lib@2023-05-01.yang
|
%%DATADIR%%/clixon-lib@2023-11-01.yang
|
||||||
%%DATADIR%%/clixon-restconf@2022-08-01.yang
|
%%DATADIR%%/clixon-restconf@2022-08-01.yang
|
||||||
%%DATADIR%%/clixon-rfc5277@2008-07-01.yang
|
%%DATADIR%%/clixon-rfc5277@2008-07-01.yang
|
||||||
%%DATADIR%%/clixon-xml-changelog@2019-03-21.yang
|
%%DATADIR%%/clixon-xml-changelog@2019-03-21.yang
|
||||||
|
|
Loading…
Add table
Reference in a new issue