From tkato432@yahoo.com  Tue Sep 25 18:05:05 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 90394106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:04:58 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id 60B458FC12
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:04:58 +0000 (UTC)
Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id B88452BC03B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2012 03:04:56 +0900 (JST)
Message-Id: <20120926022305.059223488936d0d7a8e77840@yahoo.com>
Date: Wed, 26 Sep 2012 02:23:05 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: games/kbilliards: Fix build

>Number:         172003
>Category:       ports
>Synopsis:       games/kbilliards: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:24 UTC 2012
>Closed-Date:    Fri Dec 14 07:20:38 UTC 2012
>Last-Modified:  Fri Dec 14 07:20:38 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Fix build
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/kbilliards/Makefile games/kbilliards/Makefile
--- /usr/ports/games/kbilliards/Makefile	2010-12-04 16:31:45.000000000 +0900
+++ games/kbilliards/Makefile	2012-09-25 03:32:24.000000000 +0900
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	kbilliards
-# Date created:				15 May 2003
-# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew@oberon.net>
 # $FreeBSD: ports/games/kbilliards/Makefile,v 1.29 2010/12/04 07:31:45 ade Exp $
 
 PORTNAME=	kbilliards
@@ -9,27 +6,27 @@
 PORTREVISION=	6
 CATEGORIES=	games kde
 MASTER_SITES=	http://www.hostnotfound.it/kbilliards/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	arved
+		LOCAL/arved
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Funny billiards simulator game for KDE
 
+LICENSE=	GPLv2 # (or later)
+
 EXTRA_PATCHES=	${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
 
 USE_BZIP2=	yes
-USE_GETTEXT=	yes
 USE_KDELIBS_VER=3
 USE_PERL5_BUILD=yes
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-
-CFLAGS+=	-Dsqrtl=sqrt
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800024
-BROKEN=		does not compile
+.if ${OSVERSION} < 800024
+CFLAGS+=	-Dsqrtl=sqrt
 .endif
 
 pre-configure:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 25 18:14:52 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172003 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:45:59 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172003 
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Dec 11 12:57:03 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172003 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Dec 14 07:20:37 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172003 
>Unformatted:
