From dm@home3.dinoex.sub.de  Mon May 18 14:07:17 2009
Return-Path: <dm@home3.dinoex.sub.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E3243106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 May 2009 14:07:17 +0000 (UTC)
	(envelope-from dm@home3.dinoex.sub.de)
Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 54CBD8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 May 2009 14:07:17 +0000 (UTC)
	(envelope-from dm@home3.dinoex.sub.de)
Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20])
	by uucp.dinoex.sub.de (8.14.2/8.14.2) with ESMTP id n4IE70UG086429
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 May 2009 16:07:15 +0200 (CEST)
	(envelope-from dm@home3.dinoex.sub.de)
Received: (from dm@localhost)
	by home3.dinoex.sub.de (8.14.3/8.14.3/Submit) id n4IE7148056478;
	Mon, 18 May 2009 16:07:01 +0200 (CEST)
	(envelope-from dm)
Message-Id: <200905181407.n4IE7148056478@home3.dinoex.sub.de>
Date: Mon, 18 May 2009 16:07:01 +0200 (CEST)
From: dirk.meyer@dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] java/openjdk6 reduce depenedencies on cups-base
X-Send-Pr-Version: 3.113
X-GNATS-Notify: brian@experts-exchange.com

>Number:         134648
>Category:       ports
>Synopsis:       [patch] java/openjdk6 reduce depenedencies on cups-base
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 18 14:10:01 UTC 2009
>Closed-Date:    Wed Jun 03 03:49:12 UTC 2009
>Last-Modified:  Wed Jun  3 03:50:01 UTC 2009
>Originator:     Dirk Meyer
>Release:        FreeBSD 7.2-STABLE
>Organization:
privat
>Environment:

	cups-base >= 1.3.20_1

>Description:

	This ports need only libcups.so to build.
	The the dependencies can be changed.
	Verfied sucessufull build in a clean jail.

>How-To-Repeat:

>Fix:

	apply this patch

Index: java/openjdk6/Makefile
===================================================================
RCS file: /home/pcvs/ports/java/openjdk6/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- java/openjdk6/Makefile	9 May 2009 23:21:48 -0000	1.10
+++ java/openjdk6/Makefile	18 May 2009 14:00:50 -0000
@@ -32,7 +32,7 @@
 USE_MOTIF=	yes
 USE_XORG=	xtst xi xt x11
 
-LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS+=	ant:${PORTSDIR}/devel/apache-ant
 BUILD_DEPENDS+=	zip:${PORTSDIR}/archivers/zip
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 18 14:10:19 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134648 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: brian@experts-exchange.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/134648: [patch] java/openjdk6 reduce depenedencies on cups-base
Date: Mon, 18 May 2009 14:10:15 UT

 Maintainer of java/openjdk6,
 
 Please note that PR ports/134648 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134648
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Fri May 22 11:39:35 CEST 2009 
Responsible-Changed-Why:  
- over to new maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134648 
State-Changed-From-To: feedback->closed 
State-Changed-By: glewis 
State-Changed-When: Wed Jun 3 03:49:10 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134648 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134648: commit references a PR
Date: Wed,  3 Jun 2009 03:48:05 +0000 (UTC)

 glewis      2009-06-03 03:47:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/openjdk6        Makefile 
   Log:
   . Restore Brian Gardner as maintainer with his new email address.
   . Remove the runtime dependency on CUPS [2]
   
   PR:             134648 [2]
   Submitted by:   dinoex@ [2]
   
   Revision  Changes    Path
   1.14      +2 -2      ports/java/openjdk6/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
