From owner-freebsd-ports Fri Jan 3 4:34:14 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5443737B401; Fri, 3 Jan 2003 04:34:11 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 528B343EB2; Fri, 3 Jan 2003 04:34:10 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id A88F19F9F; Fri, 3 Jan 2003 13:34:03 +0100 (MET) Received: from kvist.cs.umu.se (kvist.cs.umu.se [130.239.40.192]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 610919F9A; Fri, 3 Jan 2003 13:34:01 +0100 (MET) Date: Fri, 3 Jan 2003 13:34:00 +0100 (MET) From: Paul Everlund To: Ying-Chieh Liao Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/44768: [Port Fix]: games/xblackjack-2.2 In-Reply-To: <200301031208.h03C8YXP094876@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 3 Jan 2003, Ying-Chieh Liao wrote: > Synopsis: [Port Fix]: games/xblackjack-2.2 > > State-Changed-From-To: open->feedback > State-Changed-By: ijliao > State-Changed-When: Fri Jan 3 04:08:15 PST 2003 > State-Changed-Why: > plz submit again in "diff" format, thanks > > http://www.freebsd.org/cgi/query-pr.cgi?pr=44768 Hard to make diffs of non-existing files in the port tree... But here we go (please also read my note at the end): freebsd# diff -ruNd pkg-plist.orig pkg-plist --- pkg-plist.orig Fri Jan 3 13:17:18 2003 +++ pkg-plist Fri Jan 3 13:14:23 2003 @@ -1,2 +1,3 @@ bin/xblackjack lib/X11/app-defaults/XBlackjack +lib/X11/doc/html/xblackjack.1.html Remove files/patch-aa Add non-existing new file: files/patch-.::Draw.c --- Draw.c.orig Wed Oct 30 22:16:05 2002 +++ Draw.c Wed Oct 30 22:34:05 2002 @@ -84,7 +84,7 @@ #include #else #include -#include +#include #endif #include "Assert.h" #include "Bitmaps.h" Add non-existing new file: files/patch-.::Imakefile --- Imakefile.orig Wed Oct 30 22:39:10 2002 +++ Imakefile Wed Oct 30 22:39:40 2002 @@ -54,7 +54,7 @@ /* * You may need to remove -lbsd. */ - EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd + EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11 #endif /* Add non-existing new file: files/patch-.::Strategy.c --- Strategy.c.orig Wed Oct 30 22:23:48 2002 +++ Strategy.c Wed Oct 30 22:24:07 2002 @@ -95,8 +95,8 @@ #include #include #else -#include -#include +#include +#include #include "Table.h" #endif #include "Assert.h" Add non-existing new file: files/patch-.::Table.c --- Table.c.orig Wed Oct 30 22:35:52 2002 +++ Table.c Wed Oct 30 23:11:30 2002 @@ -229,7 +229,7 @@ /* always_install_accelerators */ False, #if XmVersion > 1000 /* geo_matrix_create */ NULL, - /* focus_moved_proc */ XtInheritFocusMovedProc, + /* focus_moved_proc */ /*XtInheritFocusMovedProc,*/ #endif /* extension */ NULL, }, @@ -967,7 +967,7 @@ /* XtMoveWidget(w, rx, ry);*/ #if 1 - _XmMoveObject((RectObj) w, rx, ry); + _XmMoveObject( w, rx, ry); #else _XmMoveObject( w, rx, ry); #endif @@ -1020,7 +1020,7 @@ w, nw, nh, w->core.border_width); #endif - _XmResizeObject((RectObj) managed->locs[i].w, nw, nh, + _XmResizeObject( managed->locs[i].w, nw, nh, managed->locs[i].w->core.border_width); } Observe that this fix was made long ago before pat marked the port as broken due to a Motif upgrade. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message