pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jul 16 16:51:48 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: pkg_io.c

Log Message:
Undef bootstrap hack.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c

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

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c:1.12 pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c:1.13
--- pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c:1.12 Wed Apr 19 21:42:50 2017
+++ pkgsrc/pkgtools/pkg_install/files/lib/pkg_io.c      Sun Jul 16 16:51:48 2017
@@ -1,4 +1,4 @@
-/*     $NetBSD: pkg_io.c,v 1.12 2017/04/19 21:42:50 joerg Exp $        */
+/*     $NetBSD: pkg_io.c,v 1.13 2017/07/16 16:51:48 joerg Exp $        */
 /*-
  * Copyright (c) 2008, 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
  * All rights reserved.
@@ -36,7 +36,7 @@
 #include <sys/cdefs.h>
 #endif
 
-__RCSID("$NetBSD: pkg_io.c,v 1.12 2017/04/19 21:42:50 joerg Exp $");
+__RCSID("$NetBSD: pkg_io.c,v 1.13 2017/07/16 16:51:48 joerg Exp $");
 
 #include <archive.h>
 #include <archive_entry.h>
@@ -49,6 +49,7 @@ __RCSID("$NetBSD: pkg_io.c,v 1.12 2017/0
 #include <stdlib.h>
 
 #ifdef BOOTSTRAP
+#undef IS_URL
 #define IS_URL(x) 0
 #else
 #include <fetch.h>



Home | Main Index | Thread Index | Old Index