pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/omniNotify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 21 15:04:50 UTC 2022

Modified Files:
        pkgsrc/net/omniNotify: Makefile

Log Message:
omniNotify: touch file to avoid re-generating it

which fails because a tool is missing


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/omniNotify/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/omniNotify/Makefile
diff -u pkgsrc/net/omniNotify/Makefile:1.6 pkgsrc/net/omniNotify/Makefile:1.7
--- pkgsrc/net/omniNotify/Makefile:1.6  Fri Mar 20 11:58:09 2020
+++ pkgsrc/net/omniNotify/Makefile      Wed Dec 21 15:04:50 2022
@@ -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_LANGUAGES=        c c++
 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