pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang all of these use dlopen().



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f77cb5b2f8d
branches:  trunk
changeset: 485717:9f77cb5b2f8d
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Dec 19 05:34:07 2004 +0000

description:
all of these use dlopen().

diffstat:

 lang/python20/Makefile        |  3 ++-
 lang/python21/Makefile.common |  3 ++-
 lang/python22/Makefile.common |  3 ++-
 lang/python23/Makefile.common |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (65 lines):

diff -r c1aa2e76b511 -r 9f77cb5b2f8d lang/python20/Makefile
--- a/lang/python20/Makefile    Sun Dec 19 05:30:14 2004 +0000
+++ b/lang/python20/Makefile    Sun Dec 19 05:34:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/11/22 21:48:08 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2004/12/19 05:34:07 grant Exp $
 #
 
 DISTNAME=      Python-2.0.1
@@ -78,4 +78,5 @@
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c1aa2e76b511 -r 9f77cb5b2f8d lang/python21/Makefile.common
--- a/lang/python21/Makefile.common     Sun Dec 19 05:30:14 2004 +0000
+++ b/lang/python21/Makefile.common     Sun Dec 19 05:34:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/12/19 05:34:07 grant Exp $
 #
 
 DISTNAME=      Python-2.1.3
@@ -48,6 +48,7 @@
        ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 
 # This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one
diff -r c1aa2e76b511 -r 9f77cb5b2f8d lang/python22/Makefile.common
--- a/lang/python22/Makefile.common     Sun Dec 19 05:30:14 2004 +0000
+++ b/lang/python22/Makefile.common     Sun Dec 19 05:34:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/12/19 05:34:07 grant Exp $
 #
 
 DISTNAME=      Python-2.2.3
@@ -40,6 +40,7 @@
        ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 
 # This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one
diff -r c1aa2e76b511 -r 9f77cb5b2f8d lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Sun Dec 19 05:30:14 2004 +0000
+++ b/lang/python23/Makefile.common     Sun Dec 19 05:34:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2004/11/24 20:45:10 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.22 2004/12/19 05:34:07 grant Exp $
 #
 
 DISTNAME=      Python-2.3.4
@@ -104,5 +104,6 @@
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/ossaudio.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index