diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
commit | 2555968c0573552d7e000631e90f448366d84321 (patch) | |
tree | 7a22b49bacb7cc1e31461c5b76827c82d9bee133 /java/jboss4/files/patch-ant-build | |
parent | - add port to build (diff) |
audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
Notes
Notes:
svn path=/head/; revision=284820
Diffstat (limited to 'java/jboss4/files/patch-ant-build')
-rw-r--r-- | java/jboss4/files/patch-ant-build | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/java/jboss4/files/patch-ant-build b/java/jboss4/files/patch-ant-build deleted file mode 100644 index b6972c1fa00d..000000000000 --- a/java/jboss4/files/patch-ant-build +++ /dev/null @@ -1,45 +0,0 @@ -$FreeBSD$ - -These patches disables the ant version checks. - -diff -ruN /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/build-common.xml ./tools/etc/buildmagic/build-common.xml ---- /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/build-common.xml Sat May 12 06:24:27 2007 -+++ ./tools/etc/buildmagic/build-common.xml Tue Jun 19 13:56:11 2007 -@@ -9,10 +9,12 @@ - --> - - <condition property="buildmagic.ant.compatible"> -+ <!-- - <or> - <contains string="${ant.version}" - substring="Ant version ${buildmagic.ant16.baseversion}"/> - </or> -+ --> - </condition> - - <fail unless="buildmagic.ant.compatible"> -diff -ruN /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/buildmagic.ent ./tools/etc/buildmagic/buildmagic.ent ---- /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/buildmagic.ent Sat May 12 06:24:27 2007 -+++ ./tools/etc/buildmagic/buildmagic.ent Tue Jun 19 14:03:55 2007 -@@ -11,19 +11,8 @@ - <property name="buildmagic.ant15.baseversion" value="1.5"/> - <property name="buildmagic.ant16.baseversion" value="1.6"/> - -- <!-- -- | Add new conditions for other supported Ant versions when they -- | become avaialble. -- --> -- -- <condition property="buildmagic.ant.compatible"> -- <or> -- <contains string="${ant.version}" -- substring="Ant version ${buildmagic.ant15.baseversion}"/> -- <contains string="${ant.version}" -- substring="Ant version ${buildmagic.ant16.baseversion}"/> -- </or> -- </condition> -+ <!-- disable ant checks --> -+ <property name="buildmagic.ant.compatible" value="forced"/> - - <fail unless="buildmagic.ant.compatible"> - |