pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meld



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 13 23:11:20 UTC 2022

Modified Files:
        pkgsrc/devel/meld: Makefile

Log Message:
meld: add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/meld/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/meld/Makefile
diff -u pkgsrc/devel/meld/Makefile:1.121 pkgsrc/devel/meld/Makefile:1.122
--- pkgsrc/devel/meld/Makefile:1.121    Tue Sep 13 23:06:21 2022
+++ pkgsrc/devel/meld/Makefile  Tue Sep 13 23:11:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2022/09/13 23:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2022/09/13 23:11:19 wiz Exp $
 
 DISTNAME=              meld-3.22.0
 CATEGORIES=            devel
@@ -30,6 +30,7 @@ SUBST_STAGE.python3=  pre-configure
 SUBST_MESSAGE.python3= Fix python binary name.
 
 # compile step in meson_post_install.py does not support DESTDIR
+# https://gitlab.gnome.org/GNOME/meld/-/issues/709
 post-install:
        ${PYTHONBIN} -m compileall compile_dir ${DESTDIR}${PREFIX}/${PYSITELIB}
 



Home | Main Index | Thread Index | Old Index