aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-05-16 18:46:56 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-05-16 18:46:56 +0000
commit8a6eceff3ce76a4bb9078f3fa710f51ab6671ca3 (patch)
treec44988516a1948074e96f0191e6c2a1625c4f0e8 /lib/libxo
parent6dfb9460caf3466b23b2a24c7ac91ebbb0747226 (diff)
parentf720a75aba553acfa285f6788564d4a6d7b43d34 (diff)
downloadsrc-8a6eceff3ce76a4bb9078f3fa710f51ab6671ca3.tar.gz
src-8a6eceff3ce76a4bb9078f3fa710f51ab6671ca3.zip
Import libxo-0.7.2; add xo_options.7.
Submitted by: phil Reviewed by: sjg Approved by: sjg (mentor)
Notes
Notes: svn path=/head/; revision=318364
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile3
-rw-r--r--lib/libxo/add.man4
-rw-r--r--lib/libxo/xo_config.h15
3 files changed, 14 insertions, 8 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index 040db75bee47..7af301fb9339 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -48,8 +48,11 @@ MAN+= xo_attr.3 \
xo_set_version.3 \
xo_set_writer.3 \
xo_syslog.3
+
MAN+= xo_format.5
+MAN+= xo_options.7
+
MLINKS= xo_attr.3 xo_attr_h.3 \
xo_attr.3 xo_attr_hv.3 \
xo_create.3 xo_create_to_file.3 \
diff --git a/lib/libxo/add.man b/lib/libxo/add.man
index ee79bf382a37..00e0ae380334 100644
--- a/lib/libxo/add.man
+++ b/lib/libxo/add.man
@@ -3,10 +3,10 @@
.Fx
uses
.Nm libxo
-version 0.6.2.
+version 0.7.2.
Complete documentation can be found on github:
.Bd -literal -offset indent
-http://juniper.github.io/libxo/0.6.2/libxo\-manual.html
+http://juniper.github.io/libxo/0.7.2/libxo\-manual.html
.Ed
.Pp
.Nm libxo
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index 9020b8c6496d..60517e1b4a37 100644
--- a/lib/libxo/xo_config.h
+++ b/lib/libxo/xo_config.h
@@ -183,16 +183,16 @@
/* #undef LIBXO_TEXT_ONLY */
/* Version number as dotted value */
-#define LIBXO_VERSION "0.6.2"
+#define LIBXO_VERSION "0.7.2"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 6002
+#define LIBXO_VERSION_NUMBER 7002
/* Version number as string */
-#define LIBXO_VERSION_STRING "6002"
+#define LIBXO_VERSION_STRING "7002"
/* Enable local wcwidth implementation */
#define LIBXO_WCWIDTH 1
@@ -210,7 +210,7 @@
#define PACKAGE_NAME "libxo"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libxo 0.6.2"
+#define PACKAGE_STRING "libxo 0.7.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libxo"
@@ -219,7 +219,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.6.2"
+#define PACKAGE_VERSION "0.7.2"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@@ -232,8 +232,11 @@
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
+/* Use int return codes */
+/* #undef USE_INT_RETURN_CODES */
+
/* Version number of package */
-#define VERSION "0.6.2"
+#define VERSION "0.7.2"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */