From owner-freebsd-ports Mon Jan 13 8:10: 6 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FC937B401 for ; Mon, 13 Jan 2003 08:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6551B43F81 for ; Mon, 13 Jan 2003 08:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGA4NS098184 for ; Mon, 13 Jan 2003 08:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0DGA4Pg098183; Mon, 13 Jan 2003 08:10:04 -0800 (PST) Date: Mon, 13 Jan 2003 08:10:04 -0800 (PST) Message-Id: <200301131610.h0DGA4Pg098183@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Paul Everlund Subject: Re: ports/44768: [Port Fix]: games/xblackjack-2.2 Reply-To: Paul Everlund 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 The following reply was made to PR ports/44768; it has been noted by GNATS. From: Paul Everlund To: Tilman Linneweh Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/44768: [Port Fix]: games/xblackjack-2.2 Date: Mon, 13 Jan 2003 17:09:40 +0100 (MET) On Wed, 8 Jan 2003, Tilman Linneweh wrote: > Also the Fix, does not seem to be complete: > > cc -O -pipe -mcpu=pentiumpro -mcpu=pentiumpro -I/usr/X11R6/include > -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DVERSION="\"2.2\"" -c Table.c > Table.c:133: `_XmManagerEnter' undeclared here (not in a function) > Table.c:133: initializer element is not constant > Table.c:133: (near initialization for `actionsList[0].proc') > Table.c:133: initializer element is not constant > Table.c:133: (near initialization for `actionsList[0]') > [..] Please apply this diff to the Makefile... freebsd# diff -ruNd Makefile.orig Makefile --- Makefile.orig Mon Jan 13 17:05:15 2003 +++ Makefile Mon Jan 13 17:05:27 2003 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org -USE_MOTIF= yes +LIB_DEPENDS+= Xm.1:${PORTSDIR}/x11-toolkits/lesstif USE_IMAKE= yes MAN1= xblackjack.1 Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message