ports/172003: games/kbilliards: Fix build
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:10:24 UTC 2012
>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 at oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew at 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 at 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:
More information about the freebsd-ports-bugs
mailing list