pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Jan 29 04:42:57 UTC 2019

Modified Files:
        pkgsrc/x11/kitty: Makefile

Log Message:
x11/kitty: move bsd.prefs.mk placement to fix builds

bsd.prefs.mk needs to be first to pull in an appropriate Python version
if one isn't already installed. XXX there are still other build issues.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/kitty/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/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.4 pkgsrc/x11/kitty/Makefile:1.5
--- pkgsrc/x11/kitty/Makefile:1.4       Tue Dec 18 16:06:37 2018
+++ pkgsrc/x11/kitty/Makefile   Tue Jan 29 04:42:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/18 16:06:37 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/29 04:42:57 gutteridge Exp $
 
 DISTNAME=      kitty-0.12.3
 CATEGORIES=    x11
@@ -15,6 +15,8 @@ EXTRACT_USING=        bsdtar
 USE_TOOLS+=    gmake pkg-config
 BUILD_TARGET=  app
 
+.include "../../mk/bsd.prefs.mk"
+
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-build
 SUBST_MESSAGE.python=  Replace path of Python interpreter.
@@ -42,8 +44,6 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/man/man1/kitty.1 \
            ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/kitty.1
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${OPSYS} != "Darwin"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index