From josh@tcbug.org  Tue Aug 26 01:22:56 2008
Return-Path: <josh@tcbug.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 02730106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2008 01:22:56 +0000 (UTC)
	(envelope-from josh@tcbug.org)
Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2])
	by mx1.freebsd.org (Postfix) with ESMTP id BE4D68FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2008 01:22:55 +0000 (UTC)
	(envelope-from josh@tcbug.org)
Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163])
	by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id D89B17846
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Aug 2008 20:22:54 -0500 (CDT)
Received: from homebase.tcbug.org (unknown [208.42.70.167])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.tcbug.org (Postfix) with ESMTPSA id A997E5591C8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Aug 2008 20:22:54 -0500 (CDT)
Message-Id: <1219713774.15035@homebase.tcbug.org>
Date: Mon, 25 Aug 2008 20:22:54 -0500
From: "Josh Paetzel" <josh@tcbug.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] update sysutils/nut to use www/neon28
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify: Joerg.Pulz@frm2.tum.de

>Number:         126843
>Category:       ports
>Synopsis:       [patch] update sysutils/nut to use www/neon28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 01:30:04 UTC 2008
>Closed-Date:    Fri Sep 05 13:03:26 UTC 2008
>Last-Modified:  Fri Sep  5 13:10:02 UTC 2008
>Originator:     Josh Paetzel
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.0-STABLE #4: Wed Aug 13 15:01:58 UTC 2008
    jpaetzel@homebase.tcbug.org:/usr/obj/usr/src/sys/HOMEBASE



>Description:


sysutils/nut has an optional dependancy on www/neon26 which is a superset of and CONFLICTS with www/neon28.  If neon28 is installed it will cause nut to bomb out. 


>How-To-Repeat:


Install anything that depends on www/neon28 (subversion, trac, kde3)

# cd /usr/ports/sysutils/nut
# make -DBATCH install

dies due to CONFLICTS between neon26 and neon28


>Fix:


--- Makefile.old        2008-08-26 01:12:18.000000000 +0000
+++ Makefile    2008-08-26 01:13:12.000000000 +0000
@@ -116,7 +116,11 @@
 .endif

 .if !defined(WITHOUT_NEON)
-LIB_DEPENDS+=  neon.26:${PORTSDIR}/www/neon26
+.if exists(${LOCALBASE}/lib/libneon.so.26)
+LIB_DEPENDS+=   neon.26:${PORTSDIR}/www/neon26
+.else
+LIB_DEPENDS+=   neon.28:${PORTSDIR}/www/neon28
+.endif
 CONFIGURE_ARGS+=       --with-neonxml
 MAN8+=         netxml-ups.8
 PLIST_SUB+=    NUT_NEON=""



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 26 01:30:18 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Joerg.Pulz@frm2.tum.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28
Date: Tue, 26 Aug 2008 01:30:16 UT

 Maintainer of sysutils/nut,
 
 Please note that PR ports/126843 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/126843
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28
Date: Mon, 1 Sep 2008 12:31:04 +0200 (CEST)

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 
 Hi,
 
 i hereby approve the proposed patch.
 
 Thanks for pointing this one out and fixing it.
 
 Kind regards
 Joerg
 
 - -- 
 The beginning is the most important part of the work.
  				-Plato
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iD8DBQFIu8RrSPOsGF+KA+MRAl5fAJ0ap2zcZOj9966dYz5RuZzM2GVS6QCgvkj8
 GYt55T3bcX95yBiyo4C9+0M=
 =K8J0
 -----END PGP SIGNATURE-----
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Sep 1 13:17:21 UTC 2008 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126843 
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Wed Sep 3 15:59:18 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126843 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Fri Sep 5 13:03:25 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126843: commit references a PR
Date: Fri,  5 Sep 2008 13:02:46 +0000 (UTC)

 tabthorpe    2008-09-05 13:02:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/nut         Makefile 
   Log:
   - Fix CONFLICTS between neon26 and neon28
   
   PR:             ports/126843
   Submitted by:   Josh Paetzel <josh tcbug.org>
   Approved by:    Joerg Pulz <Joerg.Pulz frm2.tum.de> (maintainer)
   
   Revision  Changes    Path
   1.45      +4 -0      ports/sysutils/nut/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:
