pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 14 18:04:44 UTC 2020

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
x11/kdelibs4: fix no-op SUBST block

There is no path literal in kopenssl.cpp anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/x11/kdelibs4/Makefile

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

Modified files:

Index: pkgsrc/x11/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.111 pkgsrc/x11/kdelibs4/Makefile:1.112
--- pkgsrc/x11/kdelibs4/Makefile:1.111  Wed May  6 14:04:16 2020
+++ pkgsrc/x11/kdelibs4/Makefile        Thu May 14 18:04:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/05/06 14:04:16 adam Exp $
+# $NetBSD: Makefile,v 1.112 2020/05/14 18:04:44 rillig Exp $
 
 DISTNAME=      kdelibs-4.14.38
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -57,7 +57,6 @@ SUBST_CLASSES+=                       kdelibsfix
 SUBST_STAGE.kdelibsfix=                pre-configure
 SUBST_MESSAGE.kdelibsfix=      Fixing hardcoded paths.
 SUBST_FILES.kdelibsfix=                kde3support/kdeui/k3sconfig.cpp
-SUBST_FILES.kdelibsfix+=       kio/kssl/kopenssl.cpp
 SUBST_VARS.kdelibsfix=         LOCALBASE
 
 # Avoid the WRKDIR path in the installed cmake file



Home | Main Index | Thread Index | Old Index