Diff
Modified: trunk/dports/lang/python26/Portfile (140530 => 140531)
--- trunk/dports/lang/python26/Portfile 2015-09-21 22:49:20 UTC (rev 140530)
+++ trunk/dports/lang/python26/Portfile 2015-09-21 23:39:33 UTC (rev 140531)
@@ -151,6 +151,12 @@
}
}
+variant readline description {Use readline instead of libedit} {
+ patchfiles-delete patch-libedit.diff
+ depends_lib-append port:readline
+ depends_lib-delete port:libedit
+}
+
variant universal {
post-patch {
set universal_arch_flags {}
Modified: trunk/dports/lang/python27/Portfile (140530 => 140531)
--- trunk/dports/lang/python27/Portfile 2015-09-21 22:49:20 UTC (rev 140530)
+++ trunk/dports/lang/python27/Portfile 2015-09-21 23:39:33 UTC (rev 140531)
@@ -133,6 +133,12 @@
}
}
+variant readline description {Use readline instead of libedit} {
+ patchfiles-delete patch-libedit.diff
+ depends_lib-append port:readline
+ depends_lib-delete port:libedit
+}
+
variant universal {
# This patch will need updating when 2.7.6 is released, as ARCH_RUN_32BIT
# will once again be used for something. See ticket #39270.
Modified: trunk/dports/lang/python34/Portfile (140530 => 140531)
--- trunk/dports/lang/python34/Portfile 2015-09-21 22:49:20 UTC (rev 140530)
+++ trunk/dports/lang/python34/Portfile 2015-09-21 23:39:33 UTC (rev 140531)
@@ -139,6 +139,12 @@
}
}
+variant readline description {Use readline instead of libedit} {
+ patchfiles-delete patch-libedit.diff
+ depends_lib-append port:readline
+ depends_lib-delete port:libedit
+}
+
variant universal {
post-patch {
set universal_arch_flags {}
Modified: trunk/dports/lang/python35/Portfile (140530 => 140531)
--- trunk/dports/lang/python35/Portfile 2015-09-21 22:49:20 UTC (rev 140530)
+++ trunk/dports/lang/python35/Portfile 2015-09-21 23:39:33 UTC (rev 140531)
@@ -139,6 +139,12 @@
}
}
+variant readline description {Use readline instead of libedit} {
+ patchfiles-delete patch-libedit.diff
+ depends_lib-append port:readline
+ depends_lib-delete port:libedit
+}
+
variant universal {
post-patch {
set universal_arch_flags {}