git: 68c4464c9aac - main - lang/ocaml-nox11: Remove redundant sub port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Apr 2024 16:20:35 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c4464c9aac2ea0822548086150db97a29776fb commit 68c4464c9aac2ea0822548086150db97a29776fb Author: Benjamin Jacobs <freebsd@dev.thsi.be> AuthorDate: 2024-04-10 16:15:30 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-04-10 16:19:22 +0000 lang/ocaml-nox11: Remove redundant sub port X11 support has been removed upstream from ocaml, menaing the UI support in the ocaml compiler. Ability to compile ports with X11 UI is supported and depends on other components available in the ports tree. So remove this redundant port since the provided functionality is identical to the lang/ocaml port. PR: 277676 Approved by: michael.grunewald@laposte.net (maintainer timeout) --- MOVED | 1 + lang/Makefile | 1 - lang/ocaml-nox11/Makefile | 15 --------------- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/MOVED b/MOVED index 73489090d532..90fdfcd65a4b 100644 --- a/MOVED +++ b/MOVED @@ -3167,3 +3167,4 @@ misc/urbit||2024-04-08|Deprecated: Can't be built with a reasonable effort lang/tcl85||2024-04-09|EOL x11-toolkits/tk85||2024-04-09|EOL audio/fasttracker2|audio/ft2-clone|2024-04-10|Renamed to match upstream +lang/ocaml-nox11|lang/ocaml|2024-04-10|X11 support removed upstream diff --git a/lang/Makefile b/lang/Makefile index 9fb33fb616be..5fd1c46dea5f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -228,7 +228,6 @@ SUBDIR += ocaml SUBDIR += ocaml-autoconf SUBDIR += ocaml-camlidl - SUBDIR += ocaml-nox11 SUBDIR += oo2c SUBDIR += opencoarrays SUBDIR += opensycl diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile deleted file mode 100644 index 6a33119778d7..000000000000 --- a/lang/ocaml-nox11/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PORTNAME= ocaml-nox11 -CATEGORIES= lang - -MAINTAINER= michael.grunewald@laposte.net -COMMENT= Objective Caml compiler and programming environment (no X11) - -MASTERDIR= ${.CURDIR}/../ocaml - -CONFLICTS= metaocaml ocaml ocaml-notk - -OPTIONS_EXCLUDE=TK X11 - -SFX= -nox11 - -.include "${MASTERDIR}/Makefile"