Bug 174189 - games/kardsgt: Support CXXFLAGS properly
Summary: games/kardsgt: Support CXXFLAGS properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 18:10 UTC by tkato432
Modified: 2013-01-16 08:29 UTC (History)
0 users

See Also:


Attachments
file.diff (919 bytes, patch)
2012-12-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-12-05 18:10:09 UTC
- Support CXXFLAGS properly
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2012-12-11 11:17:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-16 07:50:18 UTC
Author: araujo
Date: Wed Jan 16 07:50:04 2013
New Revision: 310480
URL: http://svnweb.freebsd.org/changeset/ports/310480

Log:
  - Support CXXFLAGS properly.
  - Trim header.
  - Bump PORTREVISION.
  
  PR:		ports/174189
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/games/kardsgt/Makefile   (contents, props changed)

Modified: head/games/kardsgt/Makefile
==============================================================================
--- head/games/kardsgt/Makefile	Wed Jan 16 07:48:17 2013	(r310479)
+++ head/games/kardsgt/Makefile	Wed Jan 16 07:50:04 2013	(r310480)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	kardsgt
-# Date created:		8 August 2007
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	kardsgt
 PORTVERSION=	0.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH
 
@@ -28,8 +24,7 @@ post-patch:
 		${WRKSRC}/src/kardsgtinterface.cpp
 
 do-configure:
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \
-		-spec ${QMAKESPEC} kardsgt.pro
+	@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/release/kardsgt ${PREFIX}/bin
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-16 08:29:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!