From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 24 06:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA0316A469 for ; Tue, 24 Jul 2007 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06A7713C468 for ; Tue, 24 Jul 2007 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6O6o19N060750 for ; Tue, 24 Jul 2007 06:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6O6o10l060749; Tue, 24 Jul 2007 06:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 24 Jul 2007 06:50:01 GMT Resent-Message-Id: <200707240650.l6O6o10l060749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8564B16A418 for ; Tue, 24 Jul 2007 06:49:30 +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 35B2A13C483 for ; Tue, 24 Jul 2007 06:49:30 +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 3742BA49A43 for ; Tue, 24 Jul 2007 08:49:29 +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 ypzjU1y6+Qhh for ; Tue, 24 Jul 2007 08:49:22 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1001) id 9AF30A49A3F; Tue, 24 Jul 2007 08:49:21 +0200 (CEST) Message-Id: <20070724064921.9AF30A49A3F@server.t-hosting.hu> Date: Tue, 24 Jul 2007 08:49:21 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/114849: [patch] irc/weechat: cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 06:50:02 -0000 >Number: 114849 >Category: ports >Synopsis: [patch] irc/weechat: 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 - Uses USE_PERL5 correctly - Removes 4.X leftovers - Removes old Perl support >How-To-Repeat: >Fix: --- irc-weechat.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/irc/weechat/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 1 Jul 2007 08:56:15 -0000 1.26 +++ Makefile 5 Jul 2007 08:03:52 -0000 @@ -80,23 +80,13 @@ CONFIGURE_ARGS+= --disable-gnu-tls .endif -.include - -.if ${OSVERSION} < 500000 -BROKEN= this port does not compile on FreeBSD 4.x. -.endif - .if defined(WITH_PERL) -.if ${PERL_LEVEL} < 500600 -IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again -.else CONFIGURE_ARGS+= --enable-perl -USE_PERL= yes +USE_PERL5= yes PLIST_SUB+= PERL="" -.endif .else CONFIGURE_ARGS+= --disable-perl PLIST_SUB+= PERL="@comment " .endif -.include +.include --- irc-weechat.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: