From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 22 22:40:02 2010 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 885F4106567C for ; Sat, 22 May 2010 22:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 663D28FC1F for ; Sat, 22 May 2010 22:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4MMe2gv070834 for ; Sat, 22 May 2010 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4MMe2ot070833; Sat, 22 May 2010 22:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 22 May 2010 22:40:02 GMT Resent-Message-Id: <201005222240.o4MMe2ot070833@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, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD415106566C for ; Sat, 22 May 2010 22:34:38 +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 CCF098FC0C for ; Sat, 22 May 2010 22:34:38 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4MMYcrQ097959 for ; Sat, 22 May 2010 22:34:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4MMYc95097958; Sat, 22 May 2010 22:34:38 GMT (envelope-from nobody) Message-Id: <201005222234.o4MMYc95097958@www.freebsd.org> Date: Sat, 22 May 2010 22:34:38 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146848: multiple ports: SUBDIR/Makefiles corrected 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: Sat, 22 May 2010 22:40:02 -0000 >Number: 146848 >Category: ports >Synopsis: multiple ports: SUBDIR/Makefiles corrected >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 22 22:40:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: Some SUBDIR/Makefile files are inconsistent. Some new ports are missing, some old ports are present, the lists are unsorted etc. >How-To-Repeat: >Fix: Apply the patch. It changes: * databases/Makefile * devel/Makefile * japanese/Makefile * lang/Makefile * ports-mgmt/Makefile (only white-spacing altered) * security/Makefile * www/Makefile (only white-spacing altered) * x11-drivers/Makefile Patch attached with submission follows: >From 8cad9d61a868e48a075aa8f94a751f8e064b978c Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Sat, 22 May 2010 22:55:46 +0200 Subject: [PATCH 2/5] Fix SUBDIR/Makefile diff --git databases/Makefile databases/Makefile index 2b0cf62..60bb208 100644 --- databases/Makefile +++ databases/Makefile @@ -545,7 +545,6 @@ SUBDIR += phppgadmin SUBDIR += postgis SUBDIR += postgis-jdbc - SUBDIR += postgresql-contrib SUBDIR += postgresql-docs SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy @@ -580,6 +579,7 @@ SUBDIR += postgresql84-client SUBDIR += postgresql84-server SUBDIR += postgresql84-contrib + SUBDIR += postgresql90-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += ptop diff --git devel/Makefile devel/Makefile index 2a4938d..b8afb6c 100644 --- devel/Makefile +++ devel/Makefile @@ -441,6 +441,7 @@ SUBDIR += gcvs SUBDIR += gdb53-act SUBDIR += gdb6 + SUBDIR += gdb66 SUBDIR += gdbmods SUBDIR += gdcm SUBDIR += geany @@ -596,7 +597,7 @@ SUBDIR += hs-split SUBDIR += hs-terminfo SUBDIR += hs-test-framework - SUBDIR += hs-test-framework-unit + SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-testpack SUBDIR += hs-transformers diff --git japanese/Makefile japanese/Makefile index 88e4fe7..3d59418 100644 --- japanese/Makefile +++ japanese/Makefile @@ -330,6 +330,7 @@ SUBDIR += srd-fpw SUBDIR += srd-fpw-package SUBDIR += stardict-dict-ja + SUBDIR += stardict2-dict-ja SUBDIR += suicavalue SUBDIR += suikyo SUBDIR += t2ps diff --git lang/Makefile lang/Makefile index e1c07e4..b8eeeb1 100644 --- lang/Makefile +++ lang/Makefile @@ -335,6 +335,7 @@ SUBDIR += spidermonkey SUBDIR += spl SUBDIR += squeak + SUBDIR += squeak-dev SUBDIR += squirrel SUBDIR += sr SUBDIR += stalin diff --git ports-mgmt/Makefile ports-mgmt/Makefile dissimilarity index 89% index eb6ee22..059b468 100644 --- ports-mgmt/Makefile +++ ports-mgmt/Makefile @@ -1,74 +1,74 @@ -# $FreeBSD: ports/ports-mgmt/Makefile,v 1.31 2010/05/10 21:18:30 kwm Exp $ -# - - COMMENT = Ports for managing, installing and developing FreeBSD ports and packages - - SUBDIR += barry - SUBDIR += bpkg - SUBDIR += bpm - SUBDIR += fastest_sites - SUBDIR += genplist - SUBDIR += gnome-packagekit - SUBDIR += jailaudit - SUBDIR += kports - SUBDIR += kports-qt4 - SUBDIR += lsknobs - SUBDIR += managepkg - SUBDIR += p5-App-Pm2Port - SUBDIR += p5-FreeBSD-Pkgs - SUBDIR += p5-FreeBSD-Pkgs-FindUpdates - SUBDIR += p5-FreeBSD-Portindex - SUBDIR += p5-FreeBSD-Ports - SUBDIR += p5-FreeBSD-Ports-INDEXhash - SUBDIR += packagekit - SUBDIR += packagekit-qt4 - SUBDIR += pib - SUBDIR += pkg-orphan - SUBDIR += pkg_add_it - SUBDIR += pkg_cleanup - SUBDIR += pkg_cutleaves - SUBDIR += pkg_install - SUBDIR += pkg_jail - SUBDIR += pkg_remove - SUBDIR += pkg_replace - SUBDIR += pkg_rmleaves - SUBDIR += pkg_search - SUBDIR += pkg_trackinst - SUBDIR += pkg_tree - SUBDIR += pkgfe - SUBDIR += pkgsearch - SUBDIR += port-authoring-tools - SUBDIR += port-maintenance-tools - SUBDIR += portaudit - SUBDIR += portaudit-db - SUBDIR += portcheck - SUBDIR += portcheckout - SUBDIR += portconf - SUBDIR += portdowngrade - SUBDIR += porte - SUBDIR += porteasy - SUBDIR += portell - SUBDIR += portless - SUBDIR += portlint - SUBDIR += portmanager - SUBDIR += portmaster - SUBDIR += portmk - SUBDIR += portrac - SUBDIR += portscout - SUBDIR += portsearch - SUBDIR += portsman - SUBDIR += portsopt - SUBDIR += porttools - SUBDIR += portupdate-scan - SUBDIR += portupgrade - SUBDIR += portupgrade-devel - SUBDIR += psearch - SUBDIR += pver - SUBDIR += qtpkg - SUBDIR += symports - SUBDIR += tinderbox - SUBDIR += tinderbox-devel - SUBDIR += vulnerability-test-port - SUBDIR += xps - -.include +# $FreeBSD: ports/ports-mgmt/Makefile,v 1.31 2010/05/10 21:18:30 kwm Exp $ +# + + COMMENT = Ports for managing, installing and developing FreeBSD ports and packages + + SUBDIR += barry + SUBDIR += bpkg + SUBDIR += bpm + SUBDIR += fastest_sites + SUBDIR += genplist + SUBDIR += gnome-packagekit + SUBDIR += jailaudit + SUBDIR += kports + SUBDIR += kports-qt4 + SUBDIR += lsknobs + SUBDIR += managepkg + SUBDIR += p5-App-Pm2Port + SUBDIR += p5-FreeBSD-Pkgs + SUBDIR += p5-FreeBSD-Pkgs-FindUpdates + SUBDIR += p5-FreeBSD-Portindex + SUBDIR += p5-FreeBSD-Ports + SUBDIR += p5-FreeBSD-Ports-INDEXhash + SUBDIR += packagekit + SUBDIR += packagekit-qt4 + SUBDIR += pib + SUBDIR += pkg-orphan + SUBDIR += pkg_add_it + SUBDIR += pkg_cleanup + SUBDIR += pkg_cutleaves + SUBDIR += pkg_install + SUBDIR += pkg_jail + SUBDIR += pkg_remove + SUBDIR += pkg_replace + SUBDIR += pkg_rmleaves + SUBDIR += pkg_search + SUBDIR += pkg_trackinst + SUBDIR += pkg_tree + SUBDIR += pkgfe + SUBDIR += pkgsearch + SUBDIR += port-authoring-tools + SUBDIR += port-maintenance-tools + SUBDIR += portaudit + SUBDIR += portaudit-db + SUBDIR += portcheck + SUBDIR += portcheckout + SUBDIR += portconf + SUBDIR += portdowngrade + SUBDIR += porte + SUBDIR += porteasy + SUBDIR += portell + SUBDIR += portless + SUBDIR += portlint + SUBDIR += portmanager + SUBDIR += portmaster + SUBDIR += portmk + SUBDIR += portrac + SUBDIR += portscout + SUBDIR += portsearch + SUBDIR += portsman + SUBDIR += portsopt + SUBDIR += porttools + SUBDIR += portupdate-scan + SUBDIR += portupgrade + SUBDIR += portupgrade-devel + SUBDIR += psearch + SUBDIR += pver + SUBDIR += qtpkg + SUBDIR += symports + SUBDIR += tinderbox + SUBDIR += tinderbox-devel + SUBDIR += vulnerability-test-port + SUBDIR += xps + +.include diff --git security/Makefile security/Makefile index 415e450..481d934 100644 --- security/Makefile +++ security/Makefile @@ -233,6 +233,7 @@ SUBDIR += kovpn SUBDIR += krb4 SUBDIR += krb5 + SUBDIR += krb5-16 SUBDIR += krb5-appl SUBDIR += kripp SUBDIR += kssh @@ -773,6 +774,7 @@ SUBDIR += sguil-sensor SUBDIR += sguil-server SUBDIR += sha + SUBDIR += shibboleth2-sp SUBDIR += shimmer SUBDIR += shishi SUBDIR += shttpscanner diff --git www/Makefile www/Makefile index 5f20237..c72a9d1 100644 --- www/Makefile +++ www/Makefile @@ -1192,7 +1192,7 @@ SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Baseball-NPB SUBDIR += p5-WWW-Comic - SUBDIR += p5-WWW-Contact + SUBDIR += p5-WWW-Contact SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-DHL SUBDIR += p5-WWW-Dilbert diff --git x11-drivers/Makefile x11-drivers/Makefile index 1412996..c589a2a 100644 --- x11-drivers/Makefile +++ x11-drivers/Makefile @@ -31,6 +31,7 @@ SUBDIR += xf86-video-i740 SUBDIR += xf86-video-imstt SUBDIR += xf86-video-intel + SUBDIR += xf86-video-intel29 SUBDIR += xf86-video-mach64 SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic -- 1.7.1 >Release-Note: >Audit-Trail: >Unformatted: