pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: Remove previous workaround for n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a50714698433
branches: trunk
changeset: 336537:a50714698433
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jul 17 09:22:11 2019 +0000
description:
hexchat: Remove previous workaround for nondeterministic builds
diffstat:
chat/hexchat/Makefile | 18 ++----------------
1 files changed, 2 insertions(+), 16 deletions(-)
diffs (34 lines):
diff -r 8a0a3730fcf9 -r a50714698433 chat/hexchat/Makefile
--- a/chat/hexchat/Makefile Wed Jul 17 09:18:42 2019 +0000
+++ b/chat/hexchat/Makefile Wed Jul 17 09:22:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/07/17 09:18:42 nia Exp $
+# $NetBSD: Makefile,v 1.34 2019/07/17 09:22:11 nia Exp $
DISTNAME= hexchat-2.14.2
CATEGORIES= chat
@@ -41,23 +41,9 @@
LDFLAGS.SunOS+= -lsocket -lnsl
-# Let's see if this helps with the non-deterministic builds...
+# It seems generated files are sometimes not generated in time.
MAKE_JOBS_SAFE= no
-# I have no idea why it sometimes isn't doing this, causing the build
-# to fail without the generated files.
-post-configure:
- ${PYTHONBIN} ${WRKSRC}/src/common/make-te.py \
- ${WRKSRC}/src/common/textevents.in \
- ${WRKSRC}/src/common/textevents.h \
- ${WRKSRC}/src/common/textenums.h
- cd ${WRKSRC} && ${PREFIX}/bin/glib-genmarshal \
- --prefix _hexchat_marshal --internal \
- --output src/common/marshal.c \
- --body src/common/marshalers.list \
- --include-header marshal.h
-
-
.include "../../devel/py-meson/build.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index