pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Quieten CHECK_WRKREF. The build PATH in the du...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06511f1dcc42
branches:  trunk
changeset: 496462:06511f1dcc42
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jun 30 10:12:35 2005 +0000

description:
Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem.

diffstat:

 editors/emacs/Makefile.common |  6 +++++-
 editors/emacs20/Makefile      |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r b5a6aedf3453 -r 06511f1dcc42 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Thu Jun 30 05:57:38 2005 +0000
+++ b/editors/emacs/Makefile.common     Thu Jun 30 10:12:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2005/06/08 14:39:40 markd Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/06/30 10:12:35 markd Exp $
 
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 MAINTAINER=    markd%NetBSD.org@localhost
@@ -21,6 +21,10 @@
 
 MAKEFLAGS+=    EMACSLOADPATH=${WRKSRC}/lisp
 
+# build PATH in the dumped emacs is not a problem
+CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs
+CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs-${EMACSVERSION}
+
 .include "../../mk/bsd.prefs.mk"
 
 # This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1.
diff -r b5a6aedf3453 -r 06511f1dcc42 editors/emacs20/Makefile
--- a/editors/emacs20/Makefile  Thu Jun 30 05:57:38 2005 +0000
+++ b/editors/emacs20/Makefile  Thu Jun 30 10:12:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:45 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/30 10:16:38 markd Exp $
 
 DISTNAME=      emacs-20.7
 PKGREVISION=   5
@@ -30,6 +30,10 @@
 
 BUILD_DEFS+=   USE_INET6 EMACS_USE_POP
 
+# build PATH in the dumped emacs is not a problem
+CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs
+CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs-20.7
+
 .include "../../mk/bsd.prefs.mk"
 
 # This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1.



Home | Main Index | Thread Index | Old Index