Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.28 2014/12/30 15:13:20 wiz Exp $ */
/* $NetBSD: main.c,v 1.29 2015/05/08 16:29:37 agc Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -7,7 +7,7 @@
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
__RCSID("$NetBSD: main.c,v 1.28 2014/12/30 15:13:20 wiz Exp $");
__RCSID("$NetBSD: main.c,v 1.29 2015/05/08 16:29:37 agc Exp $");
/*
*
@@ -62,9 +62,9 @@ int ReplaceSame = 0;
static void
usage(void)
{
(void) fprintf(stderr, "%s\n%s\n%s\n%s\n",
(void) fprintf(stderr, "%s\n%s\n%s\n",
"usage: pkg_add [-AfhInRuVv] [-C config] [-P destdir] [-K pkg_dbdir]",
" [-m machine] [-p prefix] [-s verification-type]\n",
" [-m machine] [-p prefix] [-s verification-type]",
" [[ftp|http]://[user[:password]@]host[:port]][/path/]pkg-name ...");
exit(1);
}

View File

@@ -1,4 +1,4 @@
/* $NetBSD: license.c,v 1.38 2014/05/15 09:59:09 wiz Exp $ */
/* $NetBSD: license.c,v 1.41 2015/05/08 10:37:32 wiz Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -57,6 +57,7 @@ const char *default_acceptable_licenses =
"cpl-1.0 "
"epl-v1.0 "
"eupl-v1.1 "
"gfsl "
"gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 "
"gnu-gpl-v1 "
"gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
@@ -64,7 +65,7 @@ const char *default_acceptable_licenses =
"ibm-public-license-1.0 "
"ipafont "
"isc "
"lppl-1.3c "
"lppl-1.2 lppl-1.3c "
"lucent "
"miros "
"mit "
@@ -82,6 +83,7 @@ const char *default_acceptable_licenses =
"sgi-free-software-b-v2.0 "
"sleepycat-public "
"unlicense "
"w3c "
"x11 "
"zlib "
"zpl";

View File

@@ -1,4 +1,4 @@
/* $NetBSD: version.h,v 1.167 2014/12/30 15:13:21 wiz Exp $ */
/* $NetBSD: version.h,v 1.168 2015/05/08 16:29:37 agc Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -27,6 +27,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
#define PKGTOOLS_VERSION 20141227
#define PKGTOOLS_VERSION 20150508
#endif /* _INST_LIB_VERSION_H_ */