pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools420



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Fri Aug 22 13:09:40 UTC 2025

Modified Files:
        pkgsrc/sysutils/xentools420: Makefile

Log Message:
During build, gettext-tools is pulled in via bison; but it's needed at runtime
too do explicitely include gettext-tools/buildlink3.mk
No PKGREVISION bump, ride the initial commit this morning


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools420/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xentools420/Makefile
diff -u pkgsrc/sysutils/xentools420/Makefile:1.1 pkgsrc/sysutils/xentools420/Makefile:1.2
--- pkgsrc/sysutils/xentools420/Makefile:1.1    Fri Aug 22 09:00:12 2025
+++ pkgsrc/sysutils/xentools420/Makefile        Fri Aug 22 13:09:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/08/22 09:00:12 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/22 13:09:40 bouyer Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 #PKGREVISION=        1
@@ -244,6 +244,7 @@ BUILDLINK_API_DEPENDS.pciutils+=    pciutil
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../devel/argp/buildlink3.mk"
+.include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index