From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 17 06:50:02 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 754C616A4CE for ; Tue, 17 May 2005 06:50:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA0743DAD for ; Tue, 17 May 2005 06:50:01 +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 j4H6o16v090183 for ; Tue, 17 May 2005 06:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4H6o1OV090177; Tue, 17 May 2005 06:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 May 2005 06:50:01 GMT Resent-Message-Id: <200505170650.j4H6o1OV090177@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, Nicholas Kirby Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D0616A4CE for ; Tue, 17 May 2005 06:46:26 +0000 (GMT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B4543D9A for ; Tue, 17 May 2005 06:46:26 +0000 (GMT) (envelope-from nkirby@dagr.net) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-qfe3.prod.shaw.ca [10.0.141.180]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IGM00MBWG370691@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Tue, 17 May 2005 00:45:07 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd3mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IGM004U2G37GOE0@pd3mr4so.prod.shaw.ca> for FreeBSD-gnats-submit@freebsd.org; Tue, 17 May 2005 00:45:07 -0600 (MDT) Received: from [192.168.2.101] (S010600d0e80d0688.ed.shawcable.net [68.148.166.183]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IGM00E1YG36DG@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Tue, 17 May 2005 00:45:07 -0600 (MDT) Message-Id: <200505170045.45160.nkirby@dagr.net> Date: Tue, 17 May 2005 00:45:44 -0600 From: Nicholas Kirby To: FreeBSD-gnats-submit@FreeBSD.org, klaus.goger@reflex.at Subject: ports/81143: [PATCH] Stop games/frozenbubble from creating a perllocal.pod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 06:50:02 -0000 >Number: 81143 >Category: ports >Synopsis: [PATCH] Stop games/frozenbubble from creating a perllocal.pod >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 May 17 06:50:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicholas Kirby >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD almaz 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 05:40:52 MDT 2005 root@diamond:/usr/obj/usr/src/sys/DIAMOND i386 >Description: Patching a post-configuration file, to keep frozenbubble from installing a perllocal.pod file. Also, bump PORTREVISION. >How-To-Repeat: >Fix: Fix is attached unified diff. Sent to both send-pr address, and to maintainer (although maintainer has been unresponsive in previous work I've done on this port). --Boundary-00=_ZMZiCM5AnSznsbD Content-Type: text/x-diff; charset="us-ascii"; name="frozenbubble.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="frozenbubble.diff" diff -ruN frozenbubble.orig/Makefile frozenbubble/Makefile --- frozenbubble.orig/Makefile Sat Mar 26 12:43:51 2005 +++ frozenbubble/Makefile Tue May 17 00:23:07 2005 @@ -7,7 +7,7 @@ PORTNAME= frozenbubble PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://zarb.org/~gc/fb// DISTNAME= frozen-bubble-${PORTVERSION} @@ -19,8 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL -BROKEN= Incorrectly installs a perllocal.pod file - USE_SDL= mixer image sdl USE_GMAKE= yes USE_REINPLACE= yes @@ -39,6 +37,9 @@ .endfor @${REINPLACE_CMD} -e 's|sdl-config|\${SDL_CONFIG}|g' ${WRKSRC}/Makefile.PL @${RM} ${WRKSRC}/lib/FBLE.pm.orig + +post-configure: + patch ${WRKSRC}Makefile_c files/Makefile_c-patch do-install: cd ${WRKSRC}; ${GMAKE} install diff -ruN frozenbubble.orig/pkg-plist frozenbubble/pkg-plist --- frozenbubble.orig/pkg-plist Fri Nov 26 07:46:01 2004 +++ frozenbubble/pkg-plist Tue May 17 00:26:40 2005 @@ -1,45 +1,19 @@ -bin/frozen-bubble.pl bin/frozen-bubble -%%SITE_PERL%%/%%PERL_ARCH%%/auto/fb_c_stuff/fb_c_stuff.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/fb_c_stuff/fb_c_stuff.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/fb_c_stuff/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/build_fbsyms -%%SITE_PERL%%/%%PERL_ARCH%%/FBLE.pm -%%SITE_PERL%%/%%PERL_ARCH%%/fb_c_stuff.pm -%%SITE_PERL%%/%%PERL_ARCH%%/fb_stuff.pm -%%SITE_PERL%%/%%PERL_ARCH%%/fbsyms.pm +bin/frozen-bubble.pl +%%SITE_PERL%%/mach/FBLE.pm +%%SITE_PERL%%/mach/auto/fb_c_stuff/.packlist +%%SITE_PERL%%/mach/auto/fb_c_stuff/fb_c_stuff.bs +%%SITE_PERL%%/mach/auto/fb_c_stuff/fb_c_stuff.so +%%SITE_PERL%%/mach/build_fbsyms +%%SITE_PERL%%/mach/fb_c_stuff.pm +%%SITE_PERL%%/mach/fb_stuff.pm +%%SITE_PERL%%/mach/fbsyms.pm share/frozen-bubble/data/levels share/frozen-bubble/data/plasma.raw -share/frozen-bubble/snd/applause.wav -share/frozen-bubble/snd/cancel.wav -share/frozen-bubble/snd/destroy_group.wav -share/frozen-bubble/snd/hurry.wav -share/frozen-bubble/snd/launch.wav -share/frozen-bubble/snd/lose.wav -share/frozen-bubble/snd/malus.wav -share/frozen-bubble/snd/menu_change.wav -share/frozen-bubble/snd/menu_selected.wav -share/frozen-bubble/snd/newroot.wav -share/frozen-bubble/snd/newroot_solo.wav -share/frozen-bubble/snd/noh.wav -share/frozen-bubble/snd/pause.wav -share/frozen-bubble/snd/rebound.wav -share/frozen-bubble/snd/snore.wav -share/frozen-bubble/snd/stick.wav -share/frozen-bubble/snd/typewriter.wav -share/frozen-bubble/snd/frozen-mainzik-1p.xm -share/frozen-bubble/snd/frozen-mainzik-2p.xm -share/frozen-bubble/snd/introzik.xm -share/frozen-bubble/gfx/balls/bubble_lose.png -share/frozen-bubble/gfx/balls/bubble_prelight.png -share/frozen-bubble/gfx/balls/stick_effect_0.png -share/frozen-bubble/gfx/balls/stick_effect_1.png -share/frozen-bubble/gfx/balls/stick_effect_2.png -share/frozen-bubble/gfx/balls/stick_effect_3.png -share/frozen-bubble/gfx/balls/stick_effect_4.png -share/frozen-bubble/gfx/balls/stick_effect_5.png -share/frozen-bubble/gfx/balls/stick_effect_6.png -share/frozen-bubble/gfx/balls/stick_effect_7.png +share/frozen-bubble/gfx/back_hiscores.png +share/frozen-bubble/gfx/back_one_player.png +share/frozen-bubble/gfx/back_paused.png +share/frozen-bubble/gfx/backgrnd.png share/frozen-bubble/gfx/balls/bubble-1.gif share/frozen-bubble/gfx/balls/bubble-2.gif share/frozen-bubble/gfx/balls/bubble-3.gif @@ -56,6 +30,78 @@ share/frozen-bubble/gfx/balls/bubble-colourblind-6.gif share/frozen-bubble/gfx/balls/bubble-colourblind-7.gif share/frozen-bubble/gfx/balls/bubble-colourblind-8.gif +share/frozen-bubble/gfx/balls/bubble_lose.png +share/frozen-bubble/gfx/balls/bubble_prelight.png +share/frozen-bubble/gfx/balls/stick_effect_0.png +share/frozen-bubble/gfx/balls/stick_effect_1.png +share/frozen-bubble/gfx/balls/stick_effect_2.png +share/frozen-bubble/gfx/balls/stick_effect_3.png +share/frozen-bubble/gfx/balls/stick_effect_4.png +share/frozen-bubble/gfx/balls/stick_effect_5.png +share/frozen-bubble/gfx/balls/stick_effect_6.png +share/frozen-bubble/gfx/balls/stick_effect_7.png +share/frozen-bubble/gfx/banane.png +share/frozen-bubble/gfx/compressor_ext.png +share/frozen-bubble/gfx/compressor_main.png +share/frozen-bubble/gfx/file_list_background.png +share/frozen-bubble/gfx/font-hi.png +share/frozen-bubble/gfx/font.png +share/frozen-bubble/gfx/hiscore_frame.png +share/frozen-bubble/gfx/hover.gif +share/frozen-bubble/gfx/hurry_p1.png +share/frozen-bubble/gfx/hurry_p2.png +share/frozen-bubble/gfx/level_editor.png +share/frozen-bubble/gfx/list_arrow_down.png +share/frozen-bubble/gfx/list_arrow_up.png +share/frozen-bubble/gfx/loading.png +share/frozen-bubble/gfx/loading_step.png +share/frozen-bubble/gfx/loadingpreviews.png +share/frozen-bubble/gfx/lose_panel.png +share/frozen-bubble/gfx/menu/back_start.png +share/frozen-bubble/gfx/menu/banner_artwork.png +share/frozen-bubble/gfx/menu/banner_cpucontrol.png +share/frozen-bubble/gfx/menu/banner_leveleditor.png +share/frozen-bubble/gfx/menu/banner_soundtrack.png +share/frozen-bubble/gfx/menu/small_ping.png +share/frozen-bubble/gfx/menu/txt_1pgame_off.png +share/frozen-bubble/gfx/menu/txt_1pgame_over.png +share/frozen-bubble/gfx/menu/txt_2pgame_off.png +share/frozen-bubble/gfx/menu/txt_2pgame_over.png +share/frozen-bubble/gfx/menu/txt_box_checked.png +share/frozen-bubble/gfx/menu/txt_box_unchecked.png +share/frozen-bubble/gfx/menu/txt_circle_full.png +share/frozen-bubble/gfx/menu/txt_circle_void.png +share/frozen-bubble/gfx/menu/txt_editor_off.png +share/frozen-bubble/gfx/menu/txt_editor_over.png +share/frozen-bubble/gfx/menu/txt_fullscreen_act_off.png +share/frozen-bubble/gfx/menu/txt_fullscreen_act_over.png +share/frozen-bubble/gfx/menu/txt_fullscreen_off.png +share/frozen-bubble/gfx/menu/txt_fullscreen_over.png +share/frozen-bubble/gfx/menu/txt_graphics_1.png +share/frozen-bubble/gfx/menu/txt_graphics_1_off.png +share/frozen-bubble/gfx/menu/txt_graphics_1_over.png +share/frozen-bubble/gfx/menu/txt_graphics_2.png +share/frozen-bubble/gfx/menu/txt_graphics_2_off.png +share/frozen-bubble/gfx/menu/txt_graphics_2_over.png +share/frozen-bubble/gfx/menu/txt_graphics_3.png +share/frozen-bubble/gfx/menu/txt_graphics_3_off.png +share/frozen-bubble/gfx/menu/txt_graphics_3_over.png +share/frozen-bubble/gfx/menu/txt_highscores_off.png +share/frozen-bubble/gfx/menu/txt_highscores_over.png +share/frozen-bubble/gfx/menu/txt_keys_off.png +share/frozen-bubble/gfx/menu/txt_keys_over.png +share/frozen-bubble/gfx/menu/txt_sound_act_off.png +share/frozen-bubble/gfx/menu/txt_sound_act_over.png +share/frozen-bubble/gfx/menu/txt_sound_off.png +share/frozen-bubble/gfx/menu/txt_sound_over.png +share/frozen-bubble/gfx/menu/version.png +share/frozen-bubble/gfx/menu/void_panel.png +share/frozen-bubble/gfx/on_top_next.png +share/frozen-bubble/gfx/pause_1.png +share/frozen-bubble/gfx/pause_2.png +share/frozen-bubble/gfx/pause_3.png +share/frozen-bubble/gfx/pause_4.png +share/frozen-bubble/gfx/pause_5.png share/frozen-bubble/gfx/pinguins/action_p1.png share/frozen-bubble/gfx/pinguins/action_p2.png share/frozen-bubble/gfx/pinguins/base_p1.png @@ -122,6 +168,8 @@ share/frozen-bubble/gfx/pinguins/small_corner_closed_p2.png share/frozen-bubble/gfx/pinguins/small_corner_open_p1.png share/frozen-bubble/gfx/pinguins/small_corner_open_p2.png +share/frozen-bubble/gfx/purple_hover.gif +share/frozen-bubble/gfx/scroll_list_background.png share/frozen-bubble/gfx/shoot/base.png share/frozen-bubble/gfx/shoot/base_-1.png share/frozen-bubble/gfx/shoot/base_-10.png @@ -142,10 +190,10 @@ share/frozen-bubble/gfx/shoot/base_-24.png share/frozen-bubble/gfx/shoot/base_-25.png share/frozen-bubble/gfx/shoot/base_-26.png -share/frozen-bubble/gfx/shoot/base_-3.png share/frozen-bubble/gfx/shoot/base_-27.png share/frozen-bubble/gfx/shoot/base_-28.png share/frozen-bubble/gfx/shoot/base_-29.png +share/frozen-bubble/gfx/shoot/base_-3.png share/frozen-bubble/gfx/shoot/base_-30.png share/frozen-bubble/gfx/shoot/base_-31.png share/frozen-bubble/gfx/shoot/base_-32.png @@ -206,84 +254,36 @@ share/frozen-bubble/gfx/shoot/base_9.png share/frozen-bubble/gfx/shoot/data share/frozen-bubble/gfx/shoot/shooter.png -share/frozen-bubble/gfx/menu/back_start.png -share/frozen-bubble/gfx/menu/banner_artwork.png -share/frozen-bubble/gfx/menu/banner_cpucontrol.png -share/frozen-bubble/gfx/menu/banner_leveleditor.png -share/frozen-bubble/gfx/menu/banner_soundtrack.png -share/frozen-bubble/gfx/menu/small_ping.png -share/frozen-bubble/gfx/menu/txt_1pgame_off.png -share/frozen-bubble/gfx/menu/txt_1pgame_over.png -share/frozen-bubble/gfx/menu/txt_2pgame_off.png -share/frozen-bubble/gfx/menu/txt_2pgame_over.png -share/frozen-bubble/gfx/menu/txt_box_checked.png -share/frozen-bubble/gfx/menu/txt_box_unchecked.png -share/frozen-bubble/gfx/menu/txt_circle_full.png -share/frozen-bubble/gfx/menu/txt_circle_void.png -share/frozen-bubble/gfx/menu/txt_editor_off.png -share/frozen-bubble/gfx/menu/txt_editor_over.png -share/frozen-bubble/gfx/menu/txt_fullscreen_act_off.png -share/frozen-bubble/gfx/menu/txt_fullscreen_act_over.png -share/frozen-bubble/gfx/menu/txt_fullscreen_off.png -share/frozen-bubble/gfx/menu/txt_fullscreen_over.png -share/frozen-bubble/gfx/menu/txt_graphics_1.png -share/frozen-bubble/gfx/menu/txt_graphics_1_off.png -share/frozen-bubble/gfx/menu/txt_graphics_1_over.png -share/frozen-bubble/gfx/menu/txt_graphics_2.png -share/frozen-bubble/gfx/menu/txt_graphics_2_off.png -share/frozen-bubble/gfx/menu/txt_graphics_2_over.png -share/frozen-bubble/gfx/menu/txt_graphics_3.png -share/frozen-bubble/gfx/menu/txt_graphics_3_off.png -share/frozen-bubble/gfx/menu/txt_graphics_3_over.png -share/frozen-bubble/gfx/menu/txt_highscores_off.png -share/frozen-bubble/gfx/menu/txt_highscores_over.png -share/frozen-bubble/gfx/menu/txt_keys_off.png -share/frozen-bubble/gfx/menu/txt_keys_over.png -share/frozen-bubble/gfx/menu/txt_sound_act_off.png -share/frozen-bubble/gfx/menu/txt_sound_act_over.png -share/frozen-bubble/gfx/menu/txt_sound_off.png -share/frozen-bubble/gfx/menu/txt_sound_over.png -share/frozen-bubble/gfx/menu/version.png -share/frozen-bubble/gfx/menu/void_panel.png -share/frozen-bubble/gfx/back_hiscores.png -share/frozen-bubble/gfx/back_one_player.png -share/frozen-bubble/gfx/back_paused.png -share/frozen-bubble/gfx/backgrnd.png -share/frozen-bubble/gfx/banane.png -share/frozen-bubble/gfx/compressor_ext.png -share/frozen-bubble/gfx/compressor_main.png -share/frozen-bubble/gfx/file_list_background.png -share/frozen-bubble/gfx/font-hi.png -share/frozen-bubble/gfx/font.png -share/frozen-bubble/gfx/hiscore_frame.png -share/frozen-bubble/gfx/hover.gif -share/frozen-bubble/gfx/hurry_p1.png -share/frozen-bubble/gfx/hurry_p2.png -share/frozen-bubble/gfx/level_editor.png -share/frozen-bubble/gfx/list_arrow_down.png -share/frozen-bubble/gfx/list_arrow_up.png -share/frozen-bubble/gfx/loading.png -share/frozen-bubble/gfx/loading_step.png -share/frozen-bubble/gfx/loadingpreviews.png -share/frozen-bubble/gfx/lose_panel.png -share/frozen-bubble/gfx/on_top_next.png -share/frozen-bubble/gfx/pause_1.png -share/frozen-bubble/gfx/pause_2.png -share/frozen-bubble/gfx/pause_3.png -share/frozen-bubble/gfx/pause_4.png -share/frozen-bubble/gfx/pause_5.png -share/frozen-bubble/gfx/purple_hover.gif -share/frozen-bubble/gfx/scroll_list_background.png share/frozen-bubble/gfx/tomate.png share/frozen-bubble/gfx/win_panel_1player.png share/frozen-bubble/gfx/win_panel_p1.png share/frozen-bubble/gfx/win_panel_p2.png -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/fb_c_stuff -@dirrm share/frozen-bubble/data +share/frozen-bubble/snd/applause.wav +share/frozen-bubble/snd/cancel.wav +share/frozen-bubble/snd/destroy_group.wav +share/frozen-bubble/snd/frozen-mainzik-1p.xm +share/frozen-bubble/snd/frozen-mainzik-2p.xm +share/frozen-bubble/snd/hurry.wav +share/frozen-bubble/snd/introzik.xm +share/frozen-bubble/snd/launch.wav +share/frozen-bubble/snd/lose.wav +share/frozen-bubble/snd/malus.wav +share/frozen-bubble/snd/menu_change.wav +share/frozen-bubble/snd/menu_selected.wav +share/frozen-bubble/snd/newroot.wav +share/frozen-bubble/snd/newroot_solo.wav +share/frozen-bubble/snd/noh.wav +share/frozen-bubble/snd/pause.wav +share/frozen-bubble/snd/rebound.wav +share/frozen-bubble/snd/snore.wav +share/frozen-bubble/snd/stick.wav +share/frozen-bubble/snd/typewriter.wav @dirrm share/frozen-bubble/snd -@dirrm share/frozen-bubble/gfx/balls -@dirrm share/frozen-bubble/gfx/pinguins @dirrm share/frozen-bubble/gfx/shoot +@dirrm share/frozen-bubble/gfx/pinguins @dirrm share/frozen-bubble/gfx/menu +@dirrm share/frozen-bubble/gfx/balls @dirrm share/frozen-bubble/gfx +@dirrm share/frozen-bubble/data @dirrm share/frozen-bubble +@dirrm %%SITE_PERL%%/mach/auto/fb_c_stuff --Boundary-00=_ZMZiCM5AnSznsbD-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_ZMZiCM5AnSznsbD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/ SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: If you wish to submit a problem report confidentially, then contact SEND-PR: the FreeBSD bugmaster (bugmaster@FreeBSD.org) to arrange for a SEND-PR: relevant developer to be contacted. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha amd64 bin conf docs SEND-PR: gnu i386 ia64 java kern misc SEND-PR: ports powerpc sparc64 standards threads usb SEND-PR: www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Nicholas Kirby Reply-To: Nicholas Kirby Cc: X-send-pr-version: 3.113 X-GNATS-Notify: file, and therefore, unbreak.