pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gource
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 27 07:10:09 UTC 2025
Modified Files:
pkgsrc/graphics/gource: Makefile distinfo
Log Message:
gource: fix for boost-1.89.0
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/gource/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/gource/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gource/Makefile
diff -u pkgsrc/graphics/gource/Makefile:1.62 pkgsrc/graphics/gource/Makefile:1.63
--- pkgsrc/graphics/gource/Makefile:1.62 Wed Feb 12 06:45:08 2025
+++ pkgsrc/graphics/gource/Makefile Sat Sep 27 07:10:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2025/02/12 06:45:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2025/09/27 07:10:08 adam Exp $
DISTNAME= gource-0.55
PKGREVISION= 2
@@ -12,11 +12,16 @@ HOMEPAGE= https://gource.io/
COMMENT= Software version control visualization
LICENSE= gnu-gpl-v3
-GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${BUILDLINK_PREFIX.boost-libs}
+CONFIGURE_ENV+= ax_cv_boost_system=yes
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../graphics/glu/buildlink3.mk"
+.endif
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
@@ -25,6 +30,5 @@ CONFIGURE_ARGS= --with-boost=${BUILDLINK
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/glm/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gource/distinfo
diff -u pkgsrc/graphics/gource/distinfo:1.13 pkgsrc/graphics/gource/distinfo:1.14
--- pkgsrc/graphics/gource/distinfo:1.13 Fri Oct 4 04:12:20 2024
+++ pkgsrc/graphics/gource/distinfo Sat Sep 27 07:10:08 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2024/10/04 04:12:20 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2025/09/27 07:10:08 adam Exp $
BLAKE2s (gource-0.55.tar.gz) = b0b5f1ea4554907442654100902af7439965f97b182e78af9dad87dfc19e4d1b
SHA512 (gource-0.55.tar.gz) = 6df687441fc04e9bdfcf3620ed6b8a8fc1ac5774d21f51afdb0d518339ea1518914db77c90fb457ada899653c491a3b45c340665c3efa28bddeac65eeb334488
Size (gource-0.55.tar.gz) = 900907 bytes
+SHA1 (patch-configure) = 15f3f76b8cd7a9a09db0905464176a6533fa041e
Home |
Main Index |
Thread Index |
Old Index