pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/merkaartor



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Sep 23 17:01:43 UTC 2024

Modified Files:
        pkgsrc/geography/merkaartor: Makefile

Log Message:
geography/merkaator: Depend on qt5-qttools

Bulk builds show failure to find Qt5LinguistTools.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/geography/merkaartor/Makefile

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

Modified files:

Index: pkgsrc/geography/merkaartor/Makefile
diff -u pkgsrc/geography/merkaartor/Makefile:1.135 pkgsrc/geography/merkaartor/Makefile:1.136
--- pkgsrc/geography/merkaartor/Makefile:1.135  Sat Sep 21 10:24:28 2024
+++ pkgsrc/geography/merkaartor/Makefile        Mon Sep 23 17:01:43 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.135 2024/09/21 10:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2024/09/23 17:01:43 gdt Exp $
 
 DISTNAME=      merkaartor-0.20.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openstreetmap/}
 GITHUB_PROJECT=        merkaartor
@@ -26,13 +26,13 @@ CMAKE_CONFIGURE_ARGS+=      -DGPSD=ON
 # ordered following pkgsrc conventions.
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk" # Qt5LinguistTools
 # qt5 fragments not searched for but used during the build.
 .include "../../x11/qt5-qtnetworkauth/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 # qt5 fragments not searched for and apparently not used, but were
 # listed in earlier versions of the package.  Left as hints for future
 # debugging.
-#.include "../../x11/qt5-qttools/buildlink3.mk"
 #.include "../../x11/qt5-qtconnectivity/buildlink3.mk"
 #.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 #.include "../../x11/qt5-qtimageformats/buildlink3.mk"



Home | Main Index | Thread Index | Old Index