pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kio-extras



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 17 18:25:09 UTC 2022

Modified Files:
        pkgsrc/devel/kio-extras: Makefile

Log Message:
kio-extras: SunOS needs md5sum tool.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/kio-extras/Makefile

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

Modified files:

Index: pkgsrc/devel/kio-extras/Makefile
diff -u pkgsrc/devel/kio-extras/Makefile:1.14 pkgsrc/devel/kio-extras/Makefile:1.15
--- pkgsrc/devel/kio-extras/Makefile:1.14       Mon Apr 18 19:10:52 2022
+++ pkgsrc/devel/kio-extras/Makefile    Tue May 17 18:25:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:52 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/17 18:25:09 jperkin Exp $
 
 DISTNAME=      kio-extras-${KAPPSVER}
 PKGREVISION=   11
@@ -28,6 +28,14 @@ SUBST_FILES.fix-moc= _KDE_build/*/CMakeF
 SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+TOOL_DEPENDS+=         coreutils>=0:../../sysutils/coreutils
+TOOLS_CREATE+=         md5sum
+TOOLS_PATH.md5sum=     ${PREFIX}/bin/gmd5sum
+.endif
+
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index