From sevan@newbie.thingamajig-systems.co.uk  Fri Jan 29 01:45:09 2010
Return-Path: <sevan@newbie.thingamajig-systems.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E8389106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Jan 2010 01:45:09 +0000 (UTC)
	(envelope-from sevan@newbie.thingamajig-systems.co.uk)
Received: from newbie.thingamajig-systems.co.uk (newbie.thingamajig-systems.co.uk [93.97.185.103])
	by mx1.freebsd.org (Postfix) with ESMTP id 766988FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Jan 2010 01:45:09 +0000 (UTC)
Received: from newbie.thingamajig-systems.co.uk (localhost [127.0.0.1])
	by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3) with ESMTP id o0T1fIxX043429;
	Fri, 29 Jan 2010 01:41:19 GMT
	(envelope-from sevan@newbie.thingamajig-systems.co.uk)
Received: (from root@localhost)
	by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3/Submit) id o0T1fIpe043428;
	Fri, 29 Jan 2010 01:41:18 GMT
	(envelope-from sevan)
Message-Id: <201001290141.o0T1fIpe043428@newbie.thingamajig-systems.co.uk>
Date: Fri, 29 Jan 2010 01:41:18 GMT
From: Sevan Janiyan <venture37@geeklan.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wes@freebsd.org
Subject: [PATCH] devel/poco-ssl: unbreak port 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143334
>Category:       ports
>Synopsis:       [PATCH] devel/poco-ssl: unbreak port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 29 01:50:09 UTC 2010
>Closed-Date:    Wed Sep 08 02:35:43 UTC 2010
>Last-Modified:  Wed Sep  8 02:40:06 UTC 2010
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
The src comes bundles with 2 resource fork files left over from Mac OS which the plist did not take into account
This is a long way around to solving the problem as I could've just added the 2 offending files to the plist
I chose this solution as those files are of no use on a FreeBSD system
note, these files have been removed in the latest release (1.3.6p2)
 
Port maintainer (wes@FreeBSD.org) is cc'd.

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

--- poco-ssl-1.3.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/poco-ssl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	16 Dec 2009 00:56:23 -0000	1.5
+++ Makefile	29 Jan 2010 01:34:52 -0000
@@ -15,9 +15,10 @@
 
 MAINTAINER=	wes@FreeBSD.org
 COMMENT=	C++ Portable Components library with NetSSL library
-CONFLICTS=	poco-[0-9]*
 
-BROKEN=		bad plist
+LIB_DEPENDS=	odbc:${PORTSDIR}/databases/unixODBC
+
+CONFLICTS=	poco-[0-9]*
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
@@ -26,6 +27,11 @@
 
 USE_MYSQL=	yes
 USE_SQLITE=	yes
-LIB_DEPENDS=	odbc:${PORTSDIR}/databases/unixODBC
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+pre-build:
+	@${RM} ${WRKSRC}/Crypto/include/Poco/.DS_Store
+	@${RM} ${WRKSRC}/Crypto/include/Poco/._.DS_Store
+
+.include <bsd.port.post.mk>
--- poco-ssl-1.3.6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wes 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 29 01:50:20 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143334 
Responsible-Changed-From-To: wes->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Sep 2 05:36:29 UTC 2010 
Responsible-Changed-Why:  
maintainer timeout (wes ; 216 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143334 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Sep 8 02:35:41 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143334: commit references a PR
Date: Wed,  8 Sep 2010 02:35:45 +0000 (UTC)

 pgollucci    2010-09-08 02:35:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/poco-ssl       Makefile distinfo 
   Log:
   - Unbreak, fix pkg-plist (Remove non FreeBSD files)
   - Pet portlint
   
   PR:             ports/143334
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   Approved by:    maintainer timeout (wes ; 216 days)
   
   Revision  Changes    Path
   1.6       +6 -4      ports/devel/poco-ssl/Makefile
   1.4       +3 -3      ports/devel/poco-ssl/distinfo
 _______________________________________________
 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:
