Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2007 08:46:23 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114848: [patch] irc/scrollz: cleanup
Message-ID:  <20070724064623.7D1E9A49A3E@server.t-hosting.hu>
Resent-Message-ID: <200707240650.l6O6o1MY060736@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114848
>Category:       ports
>Synopsis:       [patch] irc/scrollz: cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 06:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070724064623.7D1E9A49A3E>