pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/hexchat
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 17 09:22:12 UTC 2019
Modified Files:
pkgsrc/chat/hexchat: Makefile
Log Message:
hexchat: Remove previous workaround for nondeterministic builds
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/chat/hexchat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.33 pkgsrc/chat/hexchat/Makefile:1.34
--- pkgsrc/chat/hexchat/Makefile:1.33 Wed Jul 17 09:18:42 2019
+++ pkgsrc/chat/hexchat/Makefile Wed Jul 17 09:22:11 2019
@@ -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 @@ PLIST_SUBST+= SOEXT=${SOEXT}
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