pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/omniNotify omniNotify: touch file to avoid re-gene...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8223f6a897e
branches:  trunk
changeset: 390525:d8223f6a897e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 21 15:04:50 2022 +0000

description:
omniNotify: touch file to avoid re-generating it

which fails because a tool is missing

diffstat:

 net/omniNotify/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 42790a73d5e5 -r d8223f6a897e net/omniNotify/Makefile
--- a/net/omniNotify/Makefile   Wed Dec 21 14:58:24 2022 +0000
+++ b/net/omniNotify/Makefile   Wed Dec 21 15:04:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/03/20 11:58:09 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/21 15:04:50 wiz Exp $
 #
 
 DISTNAME=      omniNotify-2.1
@@ -21,5 +21,9 @@
 USE_TOOLS+=    gmake
 MAKE_FILE=     GNUmakefile
 
+post-extract:
+       # avoid rebuilding file
+       ${TOUCH} ${WRKSRC}/mkattlib/AttNotificationDynSK.cc
+
 .include "../../net/omniORB/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index