pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
glib2: make build progress with python3
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat Feb 16 16:48:12 2019 +0100
Changeset: 25deaf430979a5c4940053b452a7c6cd71ac4841
Modified Files:
glib2/Makefile.common
Added Files:
glib2/TODO
Log Message:
glib2: make build progress with python3
Remove non-existent file from SUBST.
Mention current error in TODO:
wip/glib2/work/glib-2.58.2/output/gio/glib-compile-resources: Shared object "libgio-2.0.so.0" not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25deaf430979a5c4940053b452a7c6cd71ac4841
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
glib2/Makefile.common | 4 +++-
glib2/TODO | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/glib2/Makefile.common b/glib2/Makefile.common
index a25feaa64e..1b9980dbfd 100644
--- a/glib2/Makefile.common
+++ b/glib2/Makefile.common
@@ -69,12 +69,14 @@ CONFIGURE_ARGS+= --disable-threads
.include "../../mk/pthread.buildlink3.mk"
.endif
+pre-configure:
+ ${LN} -s ${PYTHONBIN} ${BUILDLINK_DIR}/bin/python3
+
BUILD_DEFS+= VARBASE
SUBST_CLASSES+= dbusdb
SUBST_MESSAGE.dbusdb= Adjust dbus machine uuid path to dbus package
SUBST_STAGE.dbusdb= pre-configure
SUBST_FILES.dbusdb= gio/gdbusconnection.c
SUBST_FILES.dbusdb+= gio/gdbusprivate.c
-SUBST_FILES.dbusdb+= po/glib20.pot
SUBST_FILES.dbusdb+= po/*.po
SUBST_SED.dbusdb= -e 's,/var/lib/dbus,${VARBASE}/db/dbus,g'
diff --git a/glib2/TODO b/glib2/TODO
new file mode 100644
index 0000000000..fd6fef9dbc
--- /dev/null
+++ b/glib2/TODO
@@ -0,0 +1 @@
+wip/glib2/work/glib-2.58.2/output/gio/glib-compile-resources: Shared object "libgio-2.0.so.0" not found
Home |
Main Index |
Thread Index |
Old Index