From alex@foxybanana.com  Thu Apr  6 06:32:27 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF0DC16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Apr 2006 06:32:27 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 936DD43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Apr 2006 06:32:27 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217])
	by ultrasuede.reed.edu (8.13.6/8.13.6) with ESMTP id k366WQ4j032109
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 23:32:26 -0700
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k366VjlA018967
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 23:31:45 -0700 (PDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.4/8.13.4/Submit) id k366VjiL018966;
	Wed, 5 Apr 2006 23:31:45 -0700 (PDT)
	(envelope-from alex)
Message-Id: <200604060631.k366VjiL018966@Laptop.mine.box>
Date: Wed, 5 Apr 2006 23:31:45 -0700 (PDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/clint: fix pkg-plist, cleanup
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95396
>Category:       ports
>Synopsis:       [PATCH] devel/clint: fix pkg-plist, cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jmelo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 06:40:15 GMT 2006
>Closed-Date:    Fri Apr 07 15:56:14 GMT 2006
>Last-Modified:  Fri Apr 07 15:56:14 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- fix pkg-plist
- cleanup makefile a bit

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- clint-0.1.2_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/clint/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/Makefile
--- /usr/ports/devel/clint/Makefile	Sat Feb 25 19:08:33 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/Makefile	Wed Apr  5 23:31:07 2006
@@ -17,7 +17,6 @@
 COMMENT=	A static source code checker for C++
 
 USE_PYTHON=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
@@ -28,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
+BROKEN=		Does not compile on FreeBSD >= 5.x
 USE_GCC=	3.3
 .endif
 
diff -ruN --exclude=CVS /usr/ports/devel/clint/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/pkg-plist
--- /usr/ports/devel/clint/pkg-plist	Sun Oct 31 08:52:49 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/pkg-plist	Wed Apr  5 23:30:20 2006
@@ -2,9 +2,11 @@
 include/clint/exceptions.h
 include/clint/python.h
 lib/clint/python.a
+lib/clint/python.la
 lib/clint/python.so
 lib/clint/python.so.0
 lib/libpython++.a
+lib/libpython++.la
 lib/libpython++.so
 lib/libpython++.so.0
 %%DATADIR%%/clint.py
--- clint-0.1.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: jmelo 
Responsible-Changed-When: Thu Apr 6 21:52:21 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95396 
State-Changed-From-To: open->closed 
State-Changed-By: jmelo 
State-Changed-When: Fri Apr 7 15:56:12 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95396 
>Unformatted:
