summaryrefslogtreecommitdiff
path: root/math/jakarta-commons-math/files/patch-build.xml
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
commit7526a10e450ca9426aaed0fa9341f56da75cdc0e (patch)
tree7247af281307dfc53b3d0e9891be0278d6ed213a /math/jakarta-commons-math/files/patch-build.xml
parentUpdate to 4.8.4 and remove obsolete patches (diff)
Remove expired ports:
2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
Diffstat (limited to 'math/jakarta-commons-math/files/patch-build.xml')
-rw-r--r--math/jakarta-commons-math/files/patch-build.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/math/jakarta-commons-math/files/patch-build.xml b/math/jakarta-commons-math/files/patch-build.xml
deleted file mode 100644
index 3baeb825d6b2..000000000000
--- a/math/jakarta-commons-math/files/patch-build.xml
+++ /dev/null
@@ -1,39 +0,0 @@
---- build.xml.orig 2011-02-26 18:12:55 UTC
-+++ build.xml
-@@ -167,7 +167,7 @@
-
- <!-- ========== Unit Test Targets ========================================= -->
-
-- <target name="compile.tests" depends="compile, download-dependencies" description="Compile unit tests.">
-+ <target name="compile.tests" depends="compile" description="Compile unit tests.">
-
- <javac srcdir="${test.home}"
- destdir="${build.home}/test-classes"
-@@ -332,27 +332,5 @@
-
- <target name="gump" depends="clean,test,javadoc,jar" description="Gump Target - clean,test,javadoc,jar"/>
-
--
--<!-- ========== Download Dependencies =========================================== -->
--
-- <target name="download-dependencies"
-- depends="check-availability" unless="skip.download">
-- <echo message="doing download-dependencies..." />
-- <antcall target="download-junit" />
-- </target>
--
-- <target name="check-availability">
-- <echo message="doing check-availability..." />
-- <available file="${junit.jar}" property="junit.found"/>
-- </target>
--
-- <target name="download-junit" unless="junit.found">
-- <echo message="Downloading junit..."/>
-- <mkdir dir="${download.lib.dir}" />
-- <get dest="${download.lib.dir}/junit-${junit.version}.jar"
-- usetimestamp="true" ignoreerrors="true"
-- src="http://repo1.maven.org/maven2/junit/junit/${junit.version}/junit-${junit.version}.jar"/>
-- </target>
--
- </project>
-