Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 11:42:26 GMT
From:      Denis Generalov <gd@rambler-co.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170294: java/diablo-jdk16: package dependence fix
Message-ID:  <201207311142.q6VBgQQb084684@red.freebsd.org>
Resent-Message-ID: <201207311150.q6VBo6CH016342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170294
>Category:       ports
>Synopsis:       java/diablo-jdk16: package dependence fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 11:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Denis Generalov
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
Rambler
>Environment:
FreeBSD tyl.rambler.ramblermedia.com 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Feb 14 22:57:58 MSK 2012     root@tyl2.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
When I try to install diablo-jdk16 by package it does'nt install compat7x, but it's realy needed.
>How-To-Repeat:
Install package diablo-jdk16 on FreeBSD 8.0 or newer
>Fix:


Patch attached with submission follows:

Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
Original version does not exist at /usr/ports/java/diablo-jdk
Using /usr/ports/java/diablo-jdk16 instead
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/java/diablo-jdk16/Makefile ./Makefile
--- /usr/ports/java/diablo-jdk16/Makefile	2012-04-11 10:51:03.000000000 +0400
+++ ./Makefile	2012-07-31 15:31:09.000000000 +0400
@@ -44,7 +44,7 @@
 SUB_LIST+=	ARCH="${ARCH}" \
 		JDK_VERSION="${JDK_VERSION}"
 
-PKG_IGNORE_DEPENDS=	'^[^x|^j]'
+PKG_IGNORE_DEPENDS=	'^[^x|^j|^c]'
 
 INSTALL_DIR=	${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION}
 
===> Done


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207311142.q6VBgQQb084684>