Index: head/net/libyang/Makefile =================================================================== --- head/net/libyang/Makefile (revision 495742) +++ head/net/libyang/Makefile (revision 495743) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= libyang PORTVERSION= 0.16 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -r1 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -r3 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org COMMENT= YANG data modeling language library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre USES= cmake compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= CESNET CMAKE_ARGS+= -DENABLE_LYD_PRIV=ON .include Index: head/net/libyang/distinfo =================================================================== --- head/net/libyang/distinfo (revision 495742) +++ head/net/libyang/distinfo (revision 495743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537973255 -SHA256 (CESNET-libyang-v0.16-r1_GH0.tar.gz) = 43ab396fc7529251dc9cf02fbd8da48dcf476b998ea0f9e66197632988969074 -SIZE (CESNET-libyang-v0.16-r1_GH0.tar.gz) = 2979630 +TIMESTAMP = 1552606133 +SHA256 (CESNET-libyang-v0.16-r3_GH0.tar.gz) = 4745460dedc4ba17d8bcfc39ad9ba0d1b91bbe82b55b9417a090390909ba8ca5 +SIZE (CESNET-libyang-v0.16-r3_GH0.tar.gz) = 2999818 Index: head/net/libyang/files/patch-src_parser__lyb.c =================================================================== --- head/net/libyang/files/patch-src_parser__lyb.c (nonexistent) +++ head/net/libyang/files/patch-src_parser__lyb.c (revision 495743) @@ -0,0 +1,11 @@ +--- src/parser_lyb.c.orig 2019-03-14 23:35:14 UTC ++++ src/parser_lyb.c +@@ -23,6 +23,8 @@ + # define le16toh(x) OSSwapLittleToHostInt16(x) + # define le32toh(x) OSSwapLittleToHostInt32(x) + # define le64toh(x) OSSwapLittleToHostInt64(x) ++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++# include + #else + # include + #endif Property changes on: head/net/libyang/files/patch-src_parser__lyb.c ___________________________________________________________________ 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 Index: head/net/libyang/files/patch-src_printer__lyb.c =================================================================== --- head/net/libyang/files/patch-src_printer__lyb.c (nonexistent) +++ head/net/libyang/files/patch-src_printer__lyb.c (revision 495743) @@ -0,0 +1,11 @@ +--- src/printer_lyb.c.orig 2019-03-14 23:35:50 UTC ++++ src/printer_lyb.c +@@ -21,6 +21,8 @@ + #ifdef __APPLE__ + # include + # define htole64(x) OSSwapHostToLittleInt64(x) ++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++# include + #else + # include + #endif Property changes on: head/net/libyang/files/patch-src_printer__lyb.c ___________________________________________________________________ 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 Index: head/net/libyang/pkg-plist =================================================================== --- head/net/libyang/pkg-plist (revision 495742) +++ head/net/libyang/pkg-plist (revision 495743) @@ -1,18 +1,19 @@ bin/yanglint bin/yangre include/libyang/dict.h include/libyang/extensions.h include/libyang/libyang.h include/libyang/tree_data.h include/libyang/tree_schema.h include/libyang/user_types.h include/libyang/xml.h lib/libyang.so lib/libyang.so.0.16 -lib/libyang.so.0.16.41 +lib/libyang.so.0.16.105 lib/libyang/extensions/metadata.so lib/libyang/extensions/nacm.so lib/libyang/extensions/yangdata.so lib/libyang/user_types/user_date_and_time.so libdata/pkgconfig/libyang.pc man/man1/yanglint.1.gz +man/man1/yangre.1.gz