ports/162600: omegaT fix
Rodrigo OSORIO
rodrigo at bebik.net
Tue Nov 15 22:10:05 UTC 2011
>Number: 162600
>Category: ports
>Synopsis: omegaT fix
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 15 22:10:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Rodrigo OSORIO
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD oldfaithful.bebik.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jul 18 06:20:09 CEST 2011 root at hodja:/usr/src/obj/usr/src/sys/GENERIC amd64
>Description:
Changes in the BSD JDK javax.xml interface prevents omegaT to be compiles.
I switch to openjdk a more conservative JDK to unbreak the port.
ALso bump the PORTREVISION.
>How-To-Repeat:
>Fix:
--- omegaT.patch begins here ---
diff -Naur editors/omegaT/Makefile editors/omegaT.new/Makefile
--- editors/omegaT/Makefile 2011-11-02 23:43:49.000000000 +0100
+++ editors/omegaT/Makefile 2011-11-15 21:56:00.000000000 +0100
@@ -6,6 +6,7 @@
PORTNAME= omegaT
DISTVERSION= 2.3.0_02
+PORTREVISION= 1
CATEGORIES= editors java x11
MASTER_SITES= SF/${PORTNAME:L}/OmegaT%20-%20Standard/OmegaT%202.3.0%20update%202/
DISTNAME= OmegaT_2.3.0_02_Source
@@ -19,12 +20,13 @@
BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-BROKEN= does not build
-
USE_ZIP= yes
USE_ANT= yes
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VENDOR=openjdk
+JAVA_VERSION= 1.7+
+JAVA_BUILD= yes
+JAVA_RUN= yes
NO_WRKSUBDIR= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
--- omegaT.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list