pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libxmlb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 19 16:56:27 UTC 2026

Modified Files:
        pkgsrc/textproc/libxmlb: Makefile options.mk

Log Message:
libxmlb: turn off doc option by default


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/libxmlb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/libxmlb/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libxmlb/Makefile
diff -u pkgsrc/textproc/libxmlb/Makefile:1.7 pkgsrc/textproc/libxmlb/Makefile:1.8
--- pkgsrc/textproc/libxmlb/Makefile:1.7        Sun Feb  8 21:47:57 2026
+++ pkgsrc/textproc/libxmlb/Makefile    Thu Feb 19 16:56:26 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2026/02/08 21:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/19 16:56:26 wiz Exp $
 
 DISTNAME=      libxmlb-0.3.25
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hughsie/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/textproc/libxmlb/options.mk
diff -u pkgsrc/textproc/libxmlb/options.mk:1.1 pkgsrc/textproc/libxmlb/options.mk:1.2
--- pkgsrc/textproc/libxmlb/options.mk:1.1      Sat Jan 17 21:33:08 2026
+++ pkgsrc/textproc/libxmlb/options.mk  Thu Feb 19 16:56:26 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2026/01/17 21:33:08 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2026/02/19 16:56:26 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libxmlb
 PKG_SUPPORTED_OPTIONS+=        doc
-PKG_SUGGESTED_OPTIONS= doc
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index