From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 11 12:00:33 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14F916A4EC for ; Wed, 11 May 2005 12:00:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325F643D7B for ; Wed, 11 May 2005 12:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4BC0S1K061454 for ; Wed, 11 May 2005 12:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4BC0SFS061453; Wed, 11 May 2005 12:00:28 GMT (envelope-from gnats) Resent-Date: Wed, 11 May 2005 12:00:28 GMT Resent-Message-Id: <200505111200.j4BC0SFS061453@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, "Julian H. Stacey"@FreeBSD.org, jhs@berklix.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E7916A4CE for ; Wed, 11 May 2005 11:55:04 +0000 (GMT) Received: from tower.berklix.org (bsd.bsn.com [194.221.32.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280D943D5D for ; Wed, 11 May 2005 11:55:03 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (p549A5AD8.dip.t-dialin.net [84.154.90.216]) (authenticated bits=0) by tower.berklix.org (8.12.9p2/8.12.9) with ESMTP id j4BBt08o043026; Wed, 11 May 2005 13:55:01 +0200 (CEST) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (fire.jhs.private [192.168.91.41]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id j4BBssPk002037; Wed, 11 May 2005 13:54:57 +0200 (CEST) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (localhost [127.0.0.1]) by fire.jhs.private (8.13.3/8.13.3) with ESMTP id j4BBsssq037282; Wed, 11 May 2005 13:54:54 +0200 (CEST) (envelope-from jhs@fire.jhs.private) Received: (from jhs@localhost) by fire.jhs.private (8.13.3/8.13.1/Submit) id j4BBssGE037281; Wed, 11 May 2005 13:54:54 +0200 (CEST) (envelope-from jhs) Message-Id: <200505111154.j4BBssGE037281@fire.jhs.private> Date: Wed, 11 May 2005 13:54:54 +0200 (CEST) From: "Julian H. Stacey"@FreeBSD.org, jhs@berklix.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jhs@berklix.com cc: "Julian H. Stacey"@fire.jhs.private Subject: ports/80888: enhance ports/Makefile to do human languages last X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Julian H. Stacey"@FreeBSD.org, jhs@berklix.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 12:00:33 -0000 >Number: 80888 >Category: ports >Synopsis: enhance ports/Makefile to do human languages last >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: Wed May 11 12:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: "Julian H. Stacey" jhs@berklix.com >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: System: FreeBSD fire.jhs.private 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 27 17:01:38 CEST 2005 jhs@fire.jhs.private:/usr1/ftp/pri/FreeBSD/branches/5/src/sys/amd64/compile/FIRE64.small amd64 >Description: # Delay human language variants till last. # Allow them all still to be built by default. # Allow an over ride to set just the one(s) you want. >How-To-Repeat: - >Fix: diff -c patch follows ----- *** 5.4-RELEASE/ports/Makefile.~1~ Fri Dec 17 12:23:22 2004 --- new/ports/Makefile Wed May 11 09:30:17 2005 *************** *** 2,15 **** # SUBDIR += accessibility - SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad - SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases --- 2,13 ---- *************** *** 19,35 **** SUBDIR += editors SUBDIR += emulators SUBDIR += finance - SUBDIR += french SUBDIR += ftp SUBDIR += games - SUBDIR += german SUBDIR += graphics - SUBDIR += hebrew - SUBDIR += hungarian SUBDIR += irc - SUBDIR += japanese SUBDIR += java - SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math --- 17,27 ---- *************** *** 40,56 **** SUBDIR += net-mgmt SUBDIR += news SUBDIR += palm - SUBDIR += polish - SUBDIR += portuguese SUBDIR += print - SUBDIR += russian SUBDIR += science SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc - SUBDIR += ukrainian - SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks --- 32,43 ---- *************** *** 60,65 **** --- 47,72 ---- SUBDIR += x11-themes SUBDIR += x11-toolkits SUBDIR += x11-wm + + .if defined(PORTS_LANGUAGES) + # Allow users to specify just the one(s) they may want. + SUBDIR += ${PORTS_LANGUAGES} + .else + # Build all, but after generic international English ports. + SUBDIR += arabic + SUBDIR += chinese + SUBDIR += french + SUBDIR += german + SUBDIR += hebrew + SUBDIR += hungarian + SUBDIR += japanese + SUBDIR += korean + SUBDIR += polish + SUBDIR += portuguese + SUBDIR += russian + SUBDIR += ukrainian + SUBDIR += vietnamese + .endif PORTSTOP= yes - Julian Stacey Net & Sys Eng Consultant, Munich http://berklix.com >Release-Note: >Audit-Trail: >Unformatted: