From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 6 19:50:01 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 002D816A420 for ; Tue, 6 Nov 2007 19:50:00 +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 D425513C4B9 for ; Tue, 6 Nov 2007 19:50:00 +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 lA6Jo0mh058984 for ; Tue, 6 Nov 2007 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lA6Jo0Pb058983; Tue, 6 Nov 2007 19:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 6 Nov 2007 19:50:00 GMT Resent-Message-Id: <200711061950.lA6Jo0Pb058983@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 940D816A41B for ; Tue, 6 Nov 2007 19:45:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 865D613C48D for ; Tue, 6 Nov 2007 19:45:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA6Jjhv2080764 for ; Tue, 6 Nov 2007 19:45:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id lA6JjgoQ080763; Tue, 6 Nov 2007 19:45:42 GMT (envelope-from nobody) Message-Id: <200711061945.lA6JjgoQ080763@www.freebsd.org> Date: Tue, 6 Nov 2007 19:45:42 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117876: www/aria2: [PATCH]: portlint cleanups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 19:50:01 -0000 >Number: 117876 >Category: ports >Synopsis: www/aria2: [PATCH]: portlint cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 06 19:50:00 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.0-CURRENT >Organization: Riderway Inc. >Environment: FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26 16:44:37 EDT 2007 root@philip.office.rws:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1) Minor grammer fix in pkg-descr 2) Hononr WITHOUT_NLS >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/aria2/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 29 Oct 2007 12:14:38 -0000 1.29 +++ Makefile 6 Nov 2007 19:36:49 -0000 @@ -20,18 +20,27 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares \ --program-transform-name="" +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/aria2c \ - share/locale/de/LC_MESSAGES/aria2c.mo \ +PLIST_FILES= bin/aria2c +.if !defined(WITHOUT_NLS) +PLIST_FILES+= share/locale/de/LC_MESSAGES/aria2c.mo \ share/locale/fr/LC_MESSAGES/aria2c.mo \ share/locale/ja/LC_MESSAGES/aria2c.mo \ share/locale/nl/LC_MESSAGES/aria2c.mo \ share/locale/ru/LC_MESSAGES/aria2c.mo +.endif MAN1= aria2c.1 post-configure: Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/aria2/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 28 Jan 2007 16:47:29 -0000 1.4 +++ pkg-descr 6 Nov 2007 19:27:06 -0000 @@ -1,4 +1,4 @@ -aria2 has segmented downloading engine in its core. It therefore, it +aria2 has a segmented downloading engine in its core; therefore, it can download files a lot faster than ordinary browsers. Currently it has following features: * HTTP/HTTPS GET support >Release-Note: >Audit-Trail: >Unformatted: