pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmltooling



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec  9 19:58:44 UTC 2025

Modified Files:
        pkgsrc/textproc/xmltooling: Makefile

Log Message:
xmltooling: fix build on NetBSD 11

Fix pkglint while here.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/xmltooling/Makefile

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

Modified files:

Index: pkgsrc/textproc/xmltooling/Makefile
diff -u pkgsrc/textproc/xmltooling/Makefile:1.67 pkgsrc/textproc/xmltooling/Makefile:1.68
--- pkgsrc/textproc/xmltooling/Makefile:1.67    Sun Oct  5 19:26:24 2025
+++ pkgsrc/textproc/xmltooling/Makefile Tue Dec  9 19:58:44 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2025/10/05 19:26:24 js Exp $
+# $NetBSD: Makefile,v 1.68 2025/12/09 19:58:44 wiz Exp $
 
 DISTNAME=      xmltooling-3.3.0
-PKGREVISION=   
 PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  http://shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
@@ -15,6 +14,7 @@ USE_LANGUAGES=                c c++11
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-doxygen-doc
+CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-libs}
 USE_TOOLS+=            pkg-config
 
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index