ports/138638: [PATCH] java/diablo-jdk: Fix installation on recent 8.0 and 9.0

Renato Botelho garga at FreeBSD.org
Tue Sep 8 18:40:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list