From amdmi3@amdmi3.ru  Thu Aug 27 15:46:37 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E2B6106568C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Aug 2009 15:46:37 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id E2BA68FC3A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Aug 2009 15:46:36 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1MghBO-0000sZ-Gt; Thu, 27 Aug 2009 19:46:38 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 74A79B84D;
	Thu, 27 Aug 2009 19:46:34 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 661CA108842; Thu, 27 Aug 2009 19:46:17 +0400 (MSD)
Message-Id: <20090827154617.661CA108842@hades.panopticon>
Date: Thu, 27 Aug 2009 19:46:17 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: steve@energistic.com
Subject: [PATCH] devel/pwlib: fix MASTER_SITES wierdness, properly use SF, mark MAKE_JOBS_UNSAFE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: steve@energistic.com

>Number:         138236
>Category:       ports
>Synopsis:       [PATCH] devel/pwlib: fix MASTER_SITES wierdness, properly use SF, mark MAKE_JOBS_UNSAFE
>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 Aug 27 15:50:01 UTC 2009
>Closed-Date:    Thu Aug 27 18:18:56 UTC 2009
>Last-Modified:  Thu Aug 27 18:20:05 UTC 2009
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
- Fix weird hacks in MASTER_SITES/DISTNAME
- Use proper SF url
- Mark MAKE_JOBS_UNSAFE - this fails with forced jobs

Port maintainer (steve@energistic.com) is cc'd.

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

--- pwlib-1.12.0_5,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/pwlib/Makefile,v
retrieving revision 1.52
diff -u -u -r1.52 Makefile
--- Makefile	9 Feb 2009 21:58:03 -0000	1.52
+++ Makefile	27 Aug 2009 15:33:35 -0000
@@ -10,9 +10,9 @@
 PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES= 	${MASTER_SITE_SOURCEFORGE}
-DISTNAME=	openh323/ptlib-v${PORTVERSION:S/./_/g}-src.
-EXTRACT_SUFX=	tar.gz
+MASTER_SITES= 	SF/openh323/${PORTNAME}/${PORTVERSION}
+DISTNAME=	ptlib-v${PORTVERSION:S/./_/g}-src
+DIST_SUBDIR=	openh323
 
 MAINTAINER=	steve@energistic.com
 COMMENT=	A cross platform C++ library, used by OpenH323
@@ -29,6 +29,7 @@
 WANT_SDL=	yes
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.pre.mk>
 
--- pwlib-1.12.0_5,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 27 15:50:15 UTC 2009 
Responsible-Changed-Why:  
jmelo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138236 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 27 15:50:19 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: steve@energistic.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138236: [PATCH] devel/pwlib: fix MASTER_SITES wierdness, properly use SF, mark MAKE_JOBS_UNSAFE
Date: Thu, 27 Aug 2009 15:50:17 UT

 Maintainer of devel/pwlib,
 
 Please note that PR ports/138236 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/138236
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: amdmi3 
State-Changed-When: Thu Aug 27 18:18:21 UTC 2009 
State-Changed-Why:  
Maintainer has approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138236 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Aug 27 18:18:55 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138236: commit references a PR
Date: Thu, 27 Aug 2009 18:18:57 +0000 (UTC)

 amdmi3      2009-08-27 18:18:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/openh323         Makefile 
     devel/pwlib          Makefile 
   Log:
   - Use correct SF url
   - Use DIST_SUBDIR instead of DISTNAME hack
   - Mark pwlib MAKE_JOBS_UNSAFE
   
   PR:             138236
   Submitted by:   myself
   Approved by:    Steve Ames <steve@energistic.com> (maintainer via private email, openh323 patch approved as well)
   
   Revision  Changes    Path
   1.53      +4 -3      ports/devel/pwlib/Makefile
   1.84      +4 -3      ports/net/openh323/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:
