diff options
author | adam <adam@pkgsrc.org> | 2011-02-22 10:50:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-22 10:50:37 +0000 |
commit | e7739b47e6751b15a9ddf1cb50b544fd7d9acbb8 (patch) | |
tree | 3252eb743bc3b4fbf8a8de251a922706a89f9ccb /lang/python27 | |
parent | 3ce5b79518517f31fbf7f0802683fd2ac6451b4e (diff) | |
download | pkgsrc-e7739b47e6751b15a9ddf1cb50b544fd7d9acbb8.tar.gz |
Fix unprivileged build
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/buildlink3.mk | 6 | ||||
-rw-r--r-- | lang/python27/distinfo | 4 | ||||
-rw-r--r-- | lang/python27/patches/patch-au | 11 |
3 files changed, 15 insertions, 6 deletions
diff --git a/lang/python27/buildlink3.mk b/lang/python27/buildlink3.mk index db856817acc..5de88e1b7ca 100644 --- a/lang/python27/buildlink3.mk +++ b/lang/python27/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/02/22 08:52:01 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2011/02/22 10:50:37 adam Exp $ BUILDLINK_TREE+= python27 @@ -8,9 +8,9 @@ PYTHON27_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.python27+= python27>=2.7 BUILDLINK_PKGSRCDIR.python27?= ../../lang/python27 -. if defined(BUILDLINK_DEPMETHOD.python) +.if defined(BUILDLINK_DEPMETHOD.python) BUILDLINK_DEPMETHOD.python27?= ${BUILDLINK_DEPMETHOD.python} -. endif +.endif BUILDLINK_INCDIRS.python27+= include/python2.7 BUILDLINK_LIBDIRS.python27+= lib/python2.7/config diff --git a/lang/python27/distinfo b/lang/python27/distinfo index eec998377ef..389bd9588bb 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/22 08:52:01 obache Exp $ +$NetBSD: distinfo,v 1.2 2011/02/22 10:50:37 adam Exp $ SHA1 (Python-2.7.1.tar.bz2) = fbe1894322ff91b80726e269c97454f4129fc2a3 RMD160 (Python-2.7.1.tar.bz2) = 3ce59305f6cd3fb320a53771d0ea01ec0687005f @@ -12,7 +12,7 @@ SHA1 (patch-al) = 2c6a578b62dfba45b2ba01a6b004f1d8feee0fe2 SHA1 (patch-am) = c0a72af7c9827a9107fb7d1862febd487b9b5c83 SHA1 (patch-an) = 6098fbf0fc31422196cc40d3a227934523db11ca SHA1 (patch-ao) = 2061473e5e672b4cc38d91c5d8f885cb361a35b3 -SHA1 (patch-au) = 4eba74a2305e5e49eb5797d9623a262c47096453 +SHA1 (patch-au) = 700dc128833af755f3ea08c4db79c127453b12e6 SHA1 (patch-av) = a14eaf4d5db6fc3b79ed896fbfcc34ca98051af2 SHA1 (patch-aw) = 15652e241f371a22c7300f46771825ea74514fa0 SHA1 (patch-ax) = b3a69107d3abbc8476ce79fb05aa8c9f293896a2 diff --git a/lang/python27/patches/patch-au b/lang/python27/patches/patch-au index d269b43fa28..0e62877b1fc 100644 --- a/lang/python27/patches/patch-au +++ b/lang/python27/patches/patch-au @@ -1,7 +1,16 @@ -$NetBSD: patch-au,v 1.1.1.1 2011/02/22 08:52:01 obache Exp $ +$NetBSD: patch-au,v 1.2 2011/02/22 10:50:38 adam Exp $ --- Makefile.pre.in.orig 2010-04-12 00:10:46.000000000 +0000 +++ Makefile.pre.in +@@ -444,7 +444,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py + + SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py + $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS) +- $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py ++ cp $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py + + # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary + # minimal framework (not including the Lib directory and such) in the current @@ -815,7 +815,8 @@ altbininstall: $(BUILDPYTHON) (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \ fi \ |