From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 1 20:40:54 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 861A016A53C for ; Fri, 1 Dec 2006 20:40:54 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC97543CF4 for ; Fri, 1 Dec 2006 20:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB1KeH1G099957 for ; Fri, 1 Dec 2006 20:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB1KeHSL099956; Fri, 1 Dec 2006 20:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 20:40:17 GMT Resent-Message-Id: <200612012040.kB1KeHSL099956@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, trasz Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 415B016A529 for ; Fri, 1 Dec 2006 20:36:29 +0000 (UTC) (envelope-from trasz@pin.if.uz.zgora.pl) Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8B043E53 for ; Fri, 1 Dec 2006 20:34:20 +0000 (GMT) (envelope-from trasz@pin.if.uz.zgora.pl) Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001) id 6445439DBA; Fri, 1 Dec 2006 21:36:26 +0100 (CET) Message-Id: <20061201203626.6445439DBA@pin.if.uz.zgora.pl> Date: Fri, 1 Dec 2006 21:36:26 +0100 (CET) From: trasz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106156: [PATCH] games/briquolo: update to 0.5.5 and fix X11BASE 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: Fri, 01 Dec 2006 20:40:54 -0000 >Number: 106156 >Category: ports >Synopsis: [PATCH] games/briquolo: update to 0.5.5 and fix X11BASE >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: Fri Dec 01 20:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: - Update to 0.5.5 - Respect X11BASE http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/briquolo-0.5.4_1.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- briquolo-0.5.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/briquolo/Makefile /home/trasz/briquolo/Makefile --- /usr/ports/games/briquolo/Makefile Wed Sep 20 13:20:55 2006 +++ /home/trasz/briquolo/Makefile Fri Dec 1 21:34:14 2006 @@ -6,8 +6,7 @@ # PORTNAME= briquolo -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -24,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +USE_XLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" diff -ruN --exclude=CVS /usr/ports/games/briquolo/distinfo /home/trasz/briquolo/distinfo --- /usr/ports/games/briquolo/distinfo Sat Jan 7 21:37:30 2006 +++ /home/trasz/briquolo/distinfo Fri Dec 1 21:34:14 2006 @@ -1,3 +1,3 @@ -MD5 (briquolo-0.5.4.tar.bz2) = c8bed228053412c8d2913933cd524caa -SHA256 (briquolo-0.5.4.tar.bz2) = 26f6d6f9a716b8cc4d686340050dbd97f0da7edf9a73f280d427c92ced00fb39 -SIZE (briquolo-0.5.4.tar.bz2) = 2552600 +MD5 (briquolo-0.5.5.tar.bz2) = b82fec43544a5c563fc1e2a882614f5e +SHA256 (briquolo-0.5.5.tar.bz2) = eb1684f0867afc53eee5135c5c479da2d72d2d29bf6614f7ad838278ebb58403 +SIZE (briquolo-0.5.5.tar.bz2) = 2550854 diff -ruN --exclude=CVS /usr/ports/games/briquolo/pkg-plist /home/trasz/briquolo/pkg-plist --- /usr/ports/games/briquolo/pkg-plist Tue Aug 8 04:33:54 2006 +++ /home/trasz/briquolo/pkg-plist Fri Dec 1 21:34:15 2006 @@ -111,7 +111,7 @@ @dirrm %%DATADIR%%/tableau @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrm share/pixmaps +@dirrmtry share/pixmaps share/applications/briquolo.desktop %%NLS%%@dirrmtry share/applications %%NLS%%@dirrmtry share/locale/be/LC_MESSAGES --- briquolo-0.5.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: