aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-31 18:03:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-31 18:10:11 +0000
commit0a0c976342746bd73a93f9c7f9635b54fdfe0f14 (patch)
treea4295a0716401acf353615d71e893102fb0e91c2
parentd7a029bbc6fa9a4c093ed644d55f4ab4795b925c (diff)
downloadports-0a0c976342746bd73a93f9c7f9635b54fdfe0f14.tar.gz
ports-0a0c976342746bd73a93f9c7f9635b54fdfe0f14.zip
devel/avalon-framework: Remove deprecation notice
The deprecation notice was added by mistake. avalon-framework is used by math/scilab. SciLab is a major software package for systems modeling, visualization, numeric analysis, etc. SciLab is used in multiple industries, and I am sure that it has FreeBSD users. GUI is its main feature and it can't be deprecated. Its dependency (devel/avalon-framework) can't be deprecated just because it was abandoned upstream. It is buildable and runnable, and should stay for the time being. Approved by: portmgr (blanket; correct mistake)
-rw-r--r--devel/avalon-framework/Makefile3
-rw-r--r--math/scilab/Makefile5
-rw-r--r--www/jmeter/Makefile3
3 files changed, 0 insertions, 11 deletions
diff --git a/devel/avalon-framework/Makefile b/devel/avalon-framework/Makefile
index 56239db848bb..685fbf419b6d 100644
--- a/devel/avalon-framework/Makefile
+++ b/devel/avalon-framework/Makefile
@@ -7,9 +7,6 @@ MASTER_SITES= https://archive.apache.org/dist/avalon/${PORTNAME}/binaries/
MAINTAINER= makc@FreeBSD.org
COMMENT= Apache Avalon core framework for component programming
-DEPRECATED= Abandoned by upstream in 2010
-EXPIRATION_DATE=2022-03-31
-
USE_JAVA= yes
NO_ARCH= yes
NO_BUILD= yes
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 456c7748112d..a34b2429ccbe 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -136,11 +136,6 @@ CONFIGURE_ARGS+= --enable-debug
FFLAGS+= -fallow-argument-mismatch
.endif
-.if ${PORT_OPTIONS:MGUI}
-DEPRECATED= Depends on expired devel/avalon-framework
-EXPIRATION_DATE=2022-09-30
-.endif
-
post-patch:
@${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml
@${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure
diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile
index 11f9758f5226..ca0e8d563a82 100644
--- a/www/jmeter/Makefile
+++ b/www/jmeter/Makefile
@@ -9,9 +9,6 @@ COMMENT= Functional behaviour load and performance test application
LICENSE= APACHE20
-DEPRECATED= Depends on expired devel/avalon-framework
-EXPIRATION_DATE=2022-09-30
-
# These are JAR-files installed by other ports. The list should keep
# growing until all Java applications install just their own JARs -- not
# the 3rd-party ones: