pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/devel



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat May  6 15:29:59 UTC 2017

Modified Files:
        pkgsrc/devel/swig [pkgsrc-2017Q1]: Makefile
        pkgsrc/devel/swig2 [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5401 - requested by sevan
devel/swig: build fix
devel/swig2: build fix

Revisions pulled up:
- devel/swig/Makefile                                           1.39
- devel/swig2/Makefile                                          1.10

---
   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.38.16.1 pkgsrc/devel/swig/Makefile
cvs rdiff -u -r1.9 -r1.9.16.1 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.38.16.1
--- pkgsrc/devel/swig/Makefile:1.38     Fri Jun 12 10:50:00 2015
+++ pkgsrc/devel/swig/Makefile  Sat May  6 15:29:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.38.16.1 2017/05/06 15:29:59 bsiegert 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.9.16.1
--- pkgsrc/devel/swig2/Makefile:1.9     Fri Jun 12 10:50:00 2015
+++ pkgsrc/devel/swig2/Makefile Sat May  6 15:29:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9.16.1 2017/05/06 15:29:59 bsiegert 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