From nobody@FreeBSD.org  Thu Mar 21 12:49:39 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 12407B42
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Mar 2013 12:49:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 03A133D7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Mar 2013 12:49:39 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2LCnceg018266
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Mar 2013 12:49:38 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2LCnciF018265;
	Thu, 21 Mar 2013 12:49:38 GMT
	(envelope-from nobody)
Message-Id: <201303211249.r2LCnciF018265@red.freebsd.org>
Date: Thu, 21 Mar 2013 12:49:38 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: games/xconq: [PATCH] Remove extra "else" from makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177190
>Category:       ports
>Synopsis:       games/xconq: [PATCH] Remove extra "else" from makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 12:50:00 UTC 2013
>Closed-Date:    Thu Mar 21 08:03:10 CDT 2013
>Last-Modified:  Thu Mar 21 13:10:01 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
games/xconq has an extra else in the Makefile.
BMAKE warns about it.
Patch to fix it attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-03-21 12:43:59.545285000 +0000
+++ Makefile
@@ -46,7 +46,6 @@ USE_TK=		yes
 CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \
 		--with-tkconfig=${TK_LIBDIR}
 PLIST_SUB+=	NOSDL=""
-.else
 .endif
 
 post-patch:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Thu Mar 21 08:01:46 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177190 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Thu Mar 21 08:03:10 CDT 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177190 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177190: commit references a PR
Date: Thu, 21 Mar 2013 13:03:18 +0000 (UTC)

 Author: bdrewery
 Date: Thu Mar 21 13:03:07 2013
 New Revision: 314841
 URL: http://svnweb.freebsd.org/changeset/ports/314841
 
 Log:
   - Remove excess .else statement causing warning with bmake
   
   PR:		ports/177190
   Submitted by:	John Marino <draco@marino.st>
 
 Modified:
   head/games/xconq/Makefile
 
 Modified: head/games/xconq/Makefile
 ==============================================================================
 --- head/games/xconq/Makefile	Thu Mar 21 12:59:40 2013	(r314840)
 +++ head/games/xconq/Makefile	Thu Mar 21 13:03:07 2013	(r314841)
 @@ -46,7 +46,6 @@ USE_TK=		yes
  CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \
  		--with-tkconfig=${TK_LIBDIR}
  PLIST_SUB+=	NOSDL=""
 -.else
  .endif
  
  post-patch:
 _______________________________________________
 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"
 
>Unformatted:
