pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May  4 12:21:45 UTC 2017

Modified Files:
        pkgsrc/devel/swig: Makefile
        pkgsrc/devel/swig2: Makefile

Log Message:
Add examples to CHECK_WRKREF_SKIP.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/swig/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/swig2/Makefile

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

Modified files:

Index: pkgsrc/devel/swig/Makefile
diff -u pkgsrc/devel/swig/Makefile:1.38 pkgsrc/devel/swig/Makefile:1.39
--- pkgsrc/devel/swig/Makefile:1.38     Fri Jun 12 10:50:00 2015
+++ pkgsrc/devel/swig/Makefile  Thu May  4 12:21:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2017/05/04 12:21:45 jperkin Exp $
 
 DISTNAME=      swig-1.3.38
 PKGREVISION=   1
@@ -27,6 +27,7 @@ USE_LIBTOOL=          YES
 INSTALLATION_DIRS+=    share/doc/swig share/examples/swig
 
 CHECK_INTERPRETER_SKIP+=       share/examples/swig/*
+CHECK_WRKREF_SKIP+=            share/examples/swig/*
 
 post-install:
        cd ${WRKSRC}/Doc/Manual && \

Index: pkgsrc/devel/swig2/Makefile
diff -u pkgsrc/devel/swig2/Makefile:1.9 pkgsrc/devel/swig2/Makefile:1.10
--- pkgsrc/devel/swig2/Makefile:1.9     Fri Jun 12 10:50:00 2015
+++ pkgsrc/devel/swig2/Makefile Thu May  4 12:21:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/05/04 12:21:45 jperkin Exp $
 
 DISTNAME=      swig-2.0.12
 PKGNAME=       ${DISTNAME:S/swig-/swig2-/}
@@ -44,6 +44,7 @@ GNU_CONFIGURE=                yes
 INSTALLATION_DIRS+=    share/doc/swig/2.0 share/examples/swig/2.0
 
 CHECK_INTERPRETER_SKIP+=       share/examples/swig/*
+CHECK_WRKREF_SKIP+=            share/examples/swig/*
 
 # configure fails to generate this on NetBSD
 LDFLAGS+=      -lpcre



Home | Main Index | Thread Index | Old Index