diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-10-27 08:11:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-10-27 08:11:23 +0000 |
commit | 424d098fa6c274bb78453ed87ea4d60d9bcd48d2 (patch) | |
tree | 24e93f27135409affbc6d2d37febdd651f7cca7b | |
parent | 06961e5c1e8c9c29f50c35cfb038829a554ef935 (diff) | |
download | freebsd-ports-424d098fa6c274bb78453ed87ea4d60d9bcd48d2.zip |
GC outdated conflicts: lang/njs was removed on 2011-06-09 and
CONFLICTS_BUILD=spidermonkey17 does not reflect reality these
days, if it ever did.
PR: 222289
-rw-r--r-- | lang/cjs/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey17/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey185/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey24/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 45a53fbaa10e..5eb5fe68cc3d 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -14,8 +14,6 @@ BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libmozjs-24.so:lang/spidermonkey24 -CONFLICTS_BUILD=spidermonkey17-1.7.* - USES= autoreconf compiler:c11 gettext gmake gnome libtool pathfix \ pkgconfig python:build shebangfix USE_GNOME= cairo glib20 gnomeprefix introspection:build diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile index 22a382aa0978..52b6571297d4 100644 --- a/lang/spidermonkey17/Makefile +++ b/lang/spidermonkey17/Makefile @@ -13,8 +13,6 @@ COMMENT= Standalone JavaScript interpreter from the Mozilla project LIB_DEPENDS= libnspr4.so:devel/nspr -CONFLICTS= njs-[0-9]* - MAKE_ARGS+= JS_THREADSAFE=YES \ PROG_LIBS="-lreadline -lncurses -lm -lpthread" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index e6a3510b2a27..263096f3e96d 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -15,8 +15,6 @@ BUILD_DEPENDS= zip:archivers/zip \ autoconf-2.13:devel/autoconf213 LIB_DEPENDS= libnspr4.so:devel/nspr -CONFLICTS= njs-[0-9]* - USES= gmake pathfix perl5 pkgconfig python:2.7,build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index 7503a7383588..8472e48fe901 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -15,8 +15,6 @@ COMMENT= Standalone JavaScript based from Mozilla 24-esr BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libnspr4.so:devel/nspr -CONFLICTS= njs-[0-9]* - GNU_CONFIGURE= yes USES= compiler:c++11-lib gmake pathfix perl5 python:2.7,build \ readline tar:bzip2 |