summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/io/Makefile.addons2
-rw-r--r--lang/mdk/Makefile2
-rw-r--r--lang/newlisp/Makefile2
-rw-r--r--lang/python27/Makefile2
-rw-r--r--lang/python36/Makefile2
-rw-r--r--lang/python37/Makefile2
-rw-r--r--lang/python38/Makefile2
-rw-r--r--lang/python39/Makefile2
-rw-r--r--lang/ruby26/Makefile2
-rw-r--r--lang/ruby27/Makefile2
-rw-r--r--lang/scm/Makefile4
-rw-r--r--lang/sdcc/Makefile2
-rw-r--r--lang/tauthon/Makefile2
13 files changed, 12 insertions, 16 deletions
diff --git a/lang/io/Makefile.addons b/lang/io/Makefile.addons
index ec5e2eda3b3a..7555c4b0113b 100644
--- a/lang/io/Makefile.addons
+++ b/lang/io/Makefile.addons
@@ -101,7 +101,7 @@ OPENGL_USE= GL=glut XORG=xmu
POSTGRESQL_USES= pgsql
PYTHON_USES= python:3.3+
QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm
-READLINE_USES= readline:port
+READLINE_USES= readline
REGEX_LIB_DEPENDS= libpcre.so:devel/pcre
SQLITE3_USES= sqlite:3
SAMPLERATECONVERTER_LIB_DEPENDS=\
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index c364e304c80a..b34bbb8fb865 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -10,7 +10,7 @@ COMMENT= Utilities for developing programs using MIX and MIXAL
LICENSE= GPLv3
-USES= gettext gmake gnome ncurses pkgconfig readline:port
+USES= gettext gmake gnome ncurses pkgconfig readline
USE_GNOME= glib20 gtk30 intltool
GNU_CONFIGURE= yes
TEST_TARGET= check
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index 959713a67b24..9d8c25be47bf 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi
CONFLICTS= newlisp-devel-[0-9]*
-USES= readline:port tar:tgz
+USES= readline tar:tgz
OPTIONS_SUB= yes
HAS_CONFIGURE= yes
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index a492ba198698..26465776d71c 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -15,7 +15,7 @@ LICENSE= PSFL
DEPRECATED= EOLed upstream
EXPIRATION_DATE= 2020-12-31
-USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
+USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 7769c1855501..0434c86a5698 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -18,7 +18,7 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
-USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
+USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/lang/python37/Makefile b/lang/python37/Makefile
index 6f4225651176..e83ef0fc6abf 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -17,7 +17,7 @@ LICENSE= PSFL
LIB_DEPENDS= libffi.so:devel/libffi \
libmpdec.so:math/mpdecimal
-USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
+USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index b0d976496459..da6a5bfe9ad1 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -13,7 +13,7 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
-USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
+USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/lang/python39/Makefile b/lang/python39/Makefile
index 4e474427c9c4..0bc868234c78 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -13,7 +13,7 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
-USES= compiler:c11 cpe ncurses pathfix pkgconfig readline:port \
+USES= compiler:c11 cpe ncurses pathfix pkgconfig readline \
shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
diff --git a/lang/ruby26/Makefile b/lang/ruby26/Makefile
index 762e01092286..06393d6096ef 100644
--- a/lang/ruby26/Makefile
+++ b/lang/ruby26/Makefile
@@ -66,7 +66,7 @@ LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE}
LIBEDIT_USES= libedit
RDOC_CONFIGURE_ENABLE= install-rdoc
READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE}
-READLINE_USES= readline:port
+READLINE_USES= readline
CPE_VENDOR= ruby-lang
CPE_VERSION= ${RUBY_RELVERSION}
diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile
index 65435e0f12dc..75ec067993cc 100644
--- a/lang/ruby27/Makefile
+++ b/lang/ruby27/Makefile
@@ -66,7 +66,7 @@ LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE}
LIBEDIT_USES= libedit
RDOC_CONFIGURE_ENABLE= install-rdoc
READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE}
-READLINE_USES= readline:port
+READLINE_USES= readline
CPE_VENDOR= ruby-lang
CPE_VERSION= ${RUBY_RELVERSION}
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 166e17f92dba..25534139a453 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -70,12 +70,8 @@ EXTRA_PATCHES+= ${FILESDIR}/ia64-patch
ARCHOBJS= continue-ia64.S
.endif
-.if "${readline_ARGS}" == "port"
LIBEDIT_SUB1= ${CPPFLAGS}" "${LDFLAGS:M-L*}
LIBEDIT_SUB2= ${LDFLAGS:M-L*}
-.else
-LIBEDIT_SUB1= -I/usr/include/edit" "
-.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include| ; \
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile
index 8607ea79da7a..ffb10c94f599 100644
--- a/lang/sdcc/Makefile
+++ b/lang/sdcc/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-l
CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]*
GNU_CONFIGURE= yes
USES= autoreconf:build bison compiler:c++11-lang gmake \
- readline:port python shebangfix tar:bzip2
+ readline python shebangfix tar:bzip2
SHEBANG_FILES= support/scripts/as2gbmap.py
TEST_WRKSRC= ${WRKSRC}/support/regression
TEST_ARGS= --no-print-directory # tons of them, way too annoying
diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile
index 438f570cf435..aac57d6d7f5d 100644
--- a/lang/tauthon/Makefile
+++ b/lang/tauthon/Makefile
@@ -17,7 +17,7 @@ LICENSE= PSFL
DEPRECATED= Uses Python 2.7 codebase
EXPIRATION_DATE= 2021-06-23
-USES= pathfix shebangfix autoreconf ncurses pkgconfig readline:port ssl tar:xz
+USES= pathfix shebangfix autoreconf ncurses pkgconfig readline ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_GITHUB= yes