pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools418



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jan  1 00:30:18 UTC 2024

Modified Files:
        pkgsrc/sysutils/xentools418: Makefile

Log Message:
xentools418: Update commented-out SDL2 bl3 line and explain

I recently added a patch to force-disable sdl2-config.  Greg Woods
pointed out that if one adds SDL2 bl3 (vs SDL that was commented-out
previously), the package builds.  This commit just updates the
commented-out line and explains this.  (I have no reason to think
including SDL2 is a good idea.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools418/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/xentools418/Makefile
diff -u pkgsrc/sysutils/xentools418/Makefile:1.1 pkgsrc/sysutils/xentools418/Makefile:1.2
--- pkgsrc/sysutils/xentools418/Makefile:1.1    Tue Nov 21 11:37:03 2023
+++ pkgsrc/sysutils/xentools418/Makefile        Mon Jan  1 00:30:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/11/21 11:37:03 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/01 00:30:18 gdt Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 #PKGREVISION=        1
@@ -241,7 +241,10 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOST
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
-#.include "../../devel/SDL/buildlink3.mk"
+# SDL2 is forced off via a patch.  With that removed and the bl3
+# uncommented, the build completes with one additional file.  However,
+# there is no reason to add SDL2.
+#.include "../../devel/SDL2/buildlink3.mk"
 .include "../../lang/ocaml/buildlink3.mk"
 .include "../../devel/ocaml-findlib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pciutils+=       pciutils>=3.8



Home | Main Index | Thread Index | Old Index