summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/librep/Makefile2
-rw-r--r--lang/python-devel/Makefile7
-rw-r--r--lang/python/Makefile7
-rw-r--r--lang/python21/Makefile7
-rw-r--r--lang/python22/Makefile7
-rw-r--r--lang/python23/Makefile7
-rw-r--r--lang/python24/Makefile7
-rw-r--r--lang/python25/Makefile7
-rw-r--r--lang/python26/Makefile7
-rw-r--r--lang/python27/Makefile7
-rw-r--r--lang/python30/Makefile7
-rw-r--r--lang/python31/Makefile7
-rw-r--r--lang/python32/Makefile7
13 files changed, 1 insertions, 85 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 2ca71d5..dc3b07f 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl ${PTHREAD_LIBS}"
+ LIBS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index e029488..78b64bd 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 3579aab..504bdc9 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -90,13 +90,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 8ab2312..8a08769 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -52,13 +52,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if ${OSVERSION} >= 500000
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
.elif ${OSVERSION} >= 400000
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 6f05510..3eda730 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -60,13 +60,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 3579aab..504bdc9 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -90,13 +90,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 3579aab..504bdc9 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -90,13 +90,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index e029488..78b64bd 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index e029488..78b64bd 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index e029488..78b64bd 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index e029488..78b64bd 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index e029488..78b64bd 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index e029488..78b64bd 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -88,13 +88,6 @@ CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-.if ${OSVERSION} < 400020
-CONFIGURE_ARGS+= --with-libs='-lxpg4'
-.endif
-
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
OpenPOWER on IntegriCloud