pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43085: lang/sun-jre6 needs to be unmasked for DragonFly
>Number: 43085
>Category: pkg
>Synopsis: lang/sun-jre6 needs to be unmasked for DragonFly
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Mar 31 02:25:00 +0000 2010
>Originator: Justin Sherrill
>Release: DragonFly 2.5
>Organization:
>Environment:
>Description:
lang/sun-jre6 (and by extension lang/sun-jdk6) will not build on DragonFly
because of this line in the Makefile:
NOT_FOR_PLATFORM= DragonFly-*-*
However, Linux emulation has been fixed in DragonFly 2.5, with 2.6 due to
release in the next week. Can this be removed? I have several confirmed
reports that it works fine.
>How-To-Repeat:
cd /usr/pkgsrc/lang/sun-jre6
bmake install
>Fix:
--- Makefile.common.orig 2010-03-30 22:17:51 -0400
+++ Makefile.common 2010-03-30 22:18:02 -0400
@@ -34,9 +34,6 @@
DIST_ARCH= ${EMUL_ARCH}
.endif
-# On DragonFly, this just seems to coredump and/or hang around.
-NOT_FOR_PLATFORM= DragonFly-*-*
-
INTERACTIVE_STAGE= fetch
BUILD_DIRS= # empty
Home |
Main Index |
Thread Index |
Old Index