pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45172: Java 1.6 now works on DragonFly, java-vm.mk needs to be updated



>Number:         45172
>Category:       pkg
>Synopsis:       Java 1.6 now works on DragonFly, java-vm.mk needs to be updated
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 24 05:35:00 +0000 2011
>Originator:     Francois Tigeot
>Release:        DragonFly 2.10-RELEASE
>Organization:
>Environment:
DragonFly hakuoro.zefyris.com 2.10-RELEASE DragonFly v2.10.1.1.gf7ba0-RELEASE 
#0: Thu Apr 28 17:36:09 CEST 2011     
ftigeot%hakuoro.zefyris.com@localhost:/usr/obj/usr/src/sys/X86_64_GENERIC  
x86_64
>Description:
Pkgsrc packages on DragonFly do not accept to use a Java 1.6 virtual machine.

java-vm.mk only allows the use of lang/kaffe or wip/jdk15
>How-To-Repeat:
Install wip/jdk16 on a DragonFly system
Remove wip/jdk15 and lang/kaffe
Java packages such as www/apache-tomcat6 will try to install wip/jdk15 again
>Fix:
wip/jdk16 has to be registered as working on DragonFly systems

Apply this modification to mk/java-vm.mk:

 _ONLY_FOR_PLATFORMS.jdk16= \
+       DragonFly-*-* \
        NetBSD-[2-9].*-i386 NetBSD-[4-9].*-x86_64



Home | Main Index | Thread Index | Old Index