Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:23:05 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172003: games/kbilliards: Fix build
Message-ID:  <20120926022305.059223488936d0d7a8e77840@yahoo.com>
Resent-Message-ID: <201209251810.q8PIAOVZ020305@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172003
>Category:       ports
>Synopsis:       games/kbilliards: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:24 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022305.059223488936d0d7a8e77840>