Date: 8 Sep 2009 15:35:54 -0300 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: glewis@FreeBSD.org Subject: ports/138638: [PATCH] java/diablo-jdk: Fix installation on recent 8.0 and 9.0 Message-ID: <20090908183554.36229.qmail@botelhor.bplab.local> Resent-Message-ID: <200909081840.n88Ie1hq068733@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138638 >Category: ports >Synopsis: [PATCH] java/diablo-jdk: Fix installation on recent 8.0 and 9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 08 18:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT i386 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #84 r196967: Tue Sep 8 10:17:43 >Description: After shared libraries versions were bumped, it needs compat7x to work properly Port maintainer (glewis@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- diablo-jdk-1.6.0.07.02_6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/diablo-jdk16/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 4 Sep 2009 04:39:10 -0000 1.10 +++ Makefile 8 Sep 2009 18:33:58 -0000 @@ -51,6 +51,9 @@ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 +. if ${OSVERSION} >= 800105 +LIB_DEPENDS+= libalias.6:${PORTSDIR}/misc/compat7x +. endif JDK_OSREL= freebsd7 PLIST_SUB+= RELEASENOTE="@comment " .else --- diablo-jdk-1.6.0.07.02_6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090908183554.36229.qmail>