From bryan@shatow.net  Thu Jun 14 22:52:22 2012
Return-Path: <bryan@shatow.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A3A3D1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Jun 2012 22:52:22 +0000 (UTC)
	(envelope-from bryan@shatow.net)
Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 4F8478FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Jun 2012 22:52:22 +0000 (UTC)
Received: (qmail 97406 invoked from network); 14 Jun 2012 17:52:19 -0500
Received: from unknown (HELO test8.xzibition.com) (10.10.0.34)
  by sweb.xzibition.com with SMTP; 14 Jun 2012 17:52:19 -0500
Received: by test8.xzibition.com (sSMTP sendmail emulation); Thu, 14 Jun 2012 17:52:09 -0500
Message-Id: <20120614225222.A3A3D1065670@hub.freebsd.org>
Date: Thu, 14 Jun 2012 17:52:09 -0500
From: "Bryan Drewery" <bryan@shatow.net>
Reply-To: Bryan Drewery <bryan@shatow.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tj@freebsd.org
Subject: [PATCH] devel/buildbot: Remove db/schema from plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169085
>Category:       ports
>Synopsis:       [PATCH] devel/buildbot: Remove db/schema from plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 14 23:00:03 UTC 2012
>Closed-Date:    Fri Jun 15 13:20:54 UTC 2012
>Last-Modified:  Fri Jun 15 13:30:01 UTC 2012
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	The plist references %%PYTHON_SITELIBDIR%%/buildbot/db/schema which is not referenced in the code at all, nor is it created at install.

	Seen from my ports-mgmt/poudriere package builder:

	Installing buildbot-0.8.6p1... done                                                              
	===>  Building package for buildbot-0.8.6p1                                                      
	Creating package for buildbot-0.8.6p1                                                            
	pkg: lstat(/usr/local/lib/python2.7/site-packages/buildbot/db/schema/): No such file or directory
>How-To-Repeat:
	This is observed when using pkgng (WITH_PKG=yes) in make.conf to handle packages. It complains about the missing directory.
>Fix:

	

--- patch-buildbot-plist.txt begins here ---
--- pkg-plist.orig	2012-06-14 17:48:40.000000000 -0500
+++ pkg-plist	2012-06-14 17:48:44.000000000 -0500
@@ -1098,7 +1098,6 @@
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/process/users
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/process
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/monkeypatches
-@dirrm %%PYTHON_SITELIBDIR%%/buildbot/db/schema
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/db/migrate/versions
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/db/migrate
 @dirrm %%PYTHON_SITELIBDIR%%/buildbot/db
--- patch-buildbot-plist.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tj 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 15 10:12:47 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169085 
State-Changed-From-To: open->closed 
State-Changed-By: tj 
State-Changed-When: Fri Jun 15 13:20:52 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169085: commit references a PR
Date: Fri, 15 Jun 2012 13:20:21 +0000 (UTC)

 tj          2012-06-15 13:19:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/buildbot       pkg-plist 
   Log:
   Remove directory from plist that is no longer created.
   
   PR:             ports/169085
   Submitted by:   Bryan Drewery <bryan@shatow.net>
   Approved by:    eadler (mentor)
   
   Revision  Changes    Path
   1.17      +0 -1      ports/devel/buildbot/pkg-plist
 _______________________________________________
 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:
