aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-27 05:46:12 +0800
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-27 05:46:12 +0800
commit5a52a082347653e46a7330eb60d51230c01183ef (patch)
tree175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /audio
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadfreebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
freebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.tar.zst
freebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.zip
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
Diffstat (limited to 'audio')
-rw-r--r--audio/atunes/Makefile3
-rw-r--r--audio/atunes/files/atunes.in2
-rw-r--r--audio/gervill/Makefile1
-rw-r--r--audio/jid3lib/Makefile1
-rw-r--r--audio/musiccontrol/Makefile1
-rw-r--r--audio/tuxguitar/Makefile1
6 files changed, 2 insertions, 7 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile
index 83064a5e0b5b..f2341810190c 100644
--- a/audio/atunes/Makefile
+++ b/audio/atunes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= atunes
PORTVERSION= 3.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
@@ -15,7 +15,6 @@ LICENSE= GPLv2
NO_BUILD= yes
USE_JAVA= yes
-JAVA_VERSION= 1.6+
SUB_FILES= atunes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/audio/atunes/files/atunes.in b/audio/atunes/files/atunes.in
index 951b65ad1bcb..18bb592c7e6d 100644
--- a/audio/atunes/files/atunes.in
+++ b/audio/atunes/files/atunes.in
@@ -1,7 +1,7 @@
#!/bin/sh
cd %%DATADIR%%
-JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
+exec %%LOCALBASE%%/bin/java \
-Dsubstancelaf.windowRoundedCorners=false \
-Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
-Xms128m -Xmx256m -splash:splash.gif \
diff --git a/audio/gervill/Makefile b/audio/gervill/Makefile
index 2468d078665a..9a2b26aa1460 100644
--- a/audio/gervill/Makefile
+++ b/audio/gervill/Makefile
@@ -17,7 +17,6 @@ BROKEN_armv7= fails to package: find: *: No such file or directory
USES= zip
USE_JAVA= yes
-JAVA_VERSION= 1.6+
USE_ANT= yes
NO_ARCH= yes
diff --git a/audio/jid3lib/Makefile b/audio/jid3lib/Makefile
index 3b37878d9095..9471d30a4725 100644
--- a/audio/jid3lib/Makefile
+++ b/audio/jid3lib/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java ID3 Tag Library
USE_JAVA= yes
-JAVA_VERSION= 1.6+
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/jid3lib.jar
diff --git a/audio/musiccontrol/Makefile b/audio/musiccontrol/Makefile
index 1322301ddddf..a6e36f851481 100644
--- a/audio/musiccontrol/Makefile
+++ b/audio/musiccontrol/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:audio/mpg123 \
${LOCALBASE}/bin/simplemod:audio/simplemod
USE_JAVA= yes
-JAVA_VERSION= 1.6+
NO_BUILD= yes
PLIST_FILES= share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index 48f022803a1b..d32007096d4e 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -35,7 +35,6 @@ CPE_VENDOR= herac
USE_JAVA= yes
USE_ANT= yes
USE_LDCONFIG= yes
-JAVA_VERSION= 1.6+
NO_CCACHE= yes
BUILD_WRKSRC= ${WRKSRC}/TuxGuitar