From gabor@server.t-hosting.hu  Tue Jul 24 06:46:34 2007
Return-Path: <gabor@server.t-hosting.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33D2116A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 06:46:34 +0000 (UTC)
	(envelope-from gabor@server.t-hosting.hu)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.freebsd.org (Postfix) with ESMTP id D6C1313C474
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 06:46:33 +0000 (UTC)
	(envelope-from gabor@server.t-hosting.hu)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id B983DA49A45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 08:46:30 +0200 (CEST)
Received: from server.t-hosting.hu ([127.0.0.1])
	by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id b8IwoHaDqjCJ for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 24 Jul 2007 08:46:23 +0200 (CEST)
Received: by server.t-hosting.hu (Postfix, from userid 1001)
	id 7D1E9A49A3E; Tue, 24 Jul 2007 08:46:23 +0200 (CEST)
Message-Id: <20070724064623.7D1E9A49A3E@server.t-hosting.hu>
Date: Tue, 24 Jul 2007 08:46:23 +0200 (CEST)
From: Gabor Kovesdan <gabor@FreeBSD.org>
Reply-To: Gabor Kovesdan <gabor@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] irc/scrollz: cleanup
X-Send-Pr-Version: 3.113
X-GNATS-Notify: damm@yazzy.org

>Number:         114848
>Category:       ports
>Synopsis:       [patch] irc/scrollz: cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 06:50:01 GMT 2007
>Closed-Date:    Thu Jul 26 21:54:40 GMT 2007
>Last-Modified:  Thu Jul 26 22:00:01 GMT 2007
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
>Description:

I'm working on a cleanup of USE/WITH variables to be used properly.
Please see: http://www.freebsd.org/projects/ideas/#p-ports-cleanup-use

This patch
- Removes a USE variable, which is a noop, does not do anything

>How-To-Repeat:
>Fix:

--- irc-scrollz.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/irc/scrollz/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	1 Jul 2007 08:56:14 -0000	1.33
+++ Makefile	5 Jul 2007 08:08:58 -0000
@@ -27,7 +27,6 @@
 MAN1=	scrollz.1
 
 .if defined(WITH_SSL)
-USE_GNUTLS=	YES
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libgnutls.a:${PORTSDIR}/security/gnutls
 LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-ssl
--- irc-scrollz.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 24 06:50:10 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114848 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jul 24 06:50:16 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: "Scott M. Likens" <damm@yazzy.org>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/114848: [patch] irc/scrollz: cleanup
Date: Wed, 25 Jul 2007 07:04:30 -0700

 Go right ahead and commit that.
 
 
 
 On Tue, 24 Jul 2007 06:50:14 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of irc/scrollz,
 > 
 > Please note that PR ports/114848 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/114848
 > 
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 25 21:58:04 UTC 2007 
State-Changed-Why:  
maintainer approved 


http://www.freebsd.org/cgi/query-pr.cgi?pr=114848 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Thu Jul 26 21:54:23 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114848: commit references a PR
Date: Thu, 26 Jul 2007 21:54:12 +0000 (UTC)

 gabor       2007-07-26 21:54:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/scrollz          Makefile 
   Log:
   - Remove USE_GNUTLS, which is a noop
   
   PR:             ports/114848
   Submitted by:   gabor
   Approved by:    Scott M. Likens <damm@yazzy.org> (maintainer)
   
   Revision  Changes    Path
   1.34      +0 -1      ports/irc/scrollz/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:
