From owner-svn-ports-head@FreeBSD.ORG Fri Dec 14 07:07:52 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE03254D; Fri, 14 Dec 2012 07:07:52 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B15D48FC15; Fri, 14 Dec 2012 07:07:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBE77plc010476; Fri, 14 Dec 2012 07:07:51 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBE77pvh010475; Fri, 14 Dec 2012 07:07:51 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212140707.qBE77pvh010475@svn.freebsd.org> From: Marcelo Araujo Date: Fri, 14 Dec 2012 07:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308881 - head/games/kbilliards X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 07:07:52 -0000 Author: araujo Date: Fri Dec 14 07:07:51 2012 New Revision: 308881 URL: http://svnweb.freebsd.org/changeset/ports/308881 Log: - Add LICENSE. - Add MAKE_JOBS_SAFE. - Fix build. PR: ports/172003 Submitted by: KATO Tsuguru Modified: head/games/kbilliards/Makefile (contents, props changed) Modified: head/games/kbilliards/Makefile ============================================================================== --- head/games/kbilliards/Makefile Fri Dec 14 03:51:07 2012 (r308880) +++ head/games/kbilliards/Makefile Fri Dec 14 07:07:51 2012 (r308881) @@ -1,7 +1,4 @@ -# New ports collection makefile for: kbilliards -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= kbilliards @@ -9,27 +6,27 @@ PORTVERSION= 0.8.7b 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 -.if ${OSVERSION} >= 800024 -BROKEN= does not compile +.if ${OSVERSION} < 800024 +CFLAGS+= -Dsqrtl=sqrt .endif pre-configure: