Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ao,v 1.2 2010/05/02 14:09:12 wiz Exp $
--- Lib/distutils/util.py.orig 2010-01-08 23:27:23.000000000 +0000
+++ Lib/distutils/util.py
@@ -87,6 +87,8 @@ def get_platform ():
m = rel_re.match(release)
if m:
release = m.group()
+ elif osname[:9] == "dragonfly":
+ release = string.split(release, "-")[0]
elif osname[:6] == "darwin":
#
# For our purposes, we'll assume that the system version from