pkgsrc-Bugs archive

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

pkg/36321: lang/blackdown-jre13 and lang/blackdown-jdk13 fail to build due to outdated references to SuSE Linux emulation packages (patch included)



>Number:         36321
>Category:       pkg
>Synopsis:       lang/blackdown-jre13 and lang/blackdown-jdk13 fail to build 
>due to outdated references to SuSE Linux emulation packages (patch included)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 13 21:35:00 +0000 2007
>Originator:     David H. Gutteridge
>Release:        3.1/macppc
>Organization:
>Environment:
NetBSD arcusv.nonus-porta.net 3.1 NetBSD 3.1 (ARCUSV) #0: Thu Mar 29 23:50:54 
EDT 2007  
root%arcusv.nonus-porta.net@localhost:/usr/src/sys/arch/macppc/compile/ARCUSV 
macppc

>Description:
lang/blackdown-jre13 and lang/blackdown-jdk13 weren't updated along
with other affected packages when pkgsrc was changed to allow for
multiple versions of SuSE Linux emulation packages.

I gather nobody's using this package anymore, but it's kind of useful
for me, since I'd like to run Java, and this is the only package in
pkgsrc that appears to support the PowerPC architecture, from what I
can see.  (I specifically want Java to run Apache FOP, so I can output
DocBook files as PDFs, etc.)
>How-To-Repeat:
Try building one of them.
>Fix:
--- Makefile.common~    2006-05-23 03:02:11.000000000 -0400
+++ Makefile.common     2007-05-13 17:07:14.000000000 -0400
@@ -26,7 +26,7 @@
 BLACKDOWN_REL= rc1
 EXTRACT_SUFX=  .tar.bz2
 .elif ${BLACKDOWN_ARCH} == "ppc"
-DEPENDS+=      suse_base>=7.3:../../emulators/suse_base
+DEPENDS+=      suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base
 .endif
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
@@ -69,3 +69,5 @@
 do-install:
        ${INSTALL_PROGRAM_DIR} ${JVM_HOME}
        cd ${WRKSRC} && ${PAX} -rw . ${JVM_HOME}
+
+.include "../../emulators/suse_linux/Makefile.application"




Home | Main Index | Thread Index | Old Index