From max@syhpoon-hq.ein.uz.ua  Thu May 26 20:33:27 2005
Return-Path: <max@syhpoon-hq.ein.uz.ua>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9661316A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 20:33:27 +0000 (GMT)
	(envelope-from max@syhpoon-hq.ein.uz.ua)
Received: from syhpoon-hq.ein.uz.ua (syhpoon-hq.ein.uz.ua [194.42.202.150])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DEA5343D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 20:33:26 +0000 (GMT)
	(envelope-from max@syhpoon-hq.ein.uz.ua)
Received: from syhpoon-hq.ein.uz.ua (localhost [127.0.0.1])
	by syhpoon-hq.ein.uz.ua (8.13.1/8.13.1) with ESMTP id j4QKXsBr030375
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 23:33:54 +0300 (EEST)
	(envelope-from max@syhpoon-hq.ein.uz.ua)
Received: (from max@localhost)
	by syhpoon-hq.ein.uz.ua (8.13.1/8.13.1/Submit) id j4QKXsSS030374;
	Thu, 26 May 2005 23:33:54 +0300 (EEST)
	(envelope-from max)
Message-Id: <200505262033.j4QKXsSS030374@syhpoon-hq.ein.uz.ua>
Date: Thu, 26 May 2005 23:33:54 +0300 (EEST)
From: "Max E. Kuznecov" <mek@mek.uz.ua>
Reply-To: "Max E. Kuznecov" <mek@mek.uz.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] games/pvpgn-1.7.7 doesn't compile with *SQL support if chosen.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81528
>Category:       ports
>Synopsis:       [MAINTAINER] games/pvpgn-1.7.7 doesn't compile with *SQL support if chosen.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 26 20:40:01 GMT 2005
>Closed-Date:    Thu May 26 21:04:28 GMT 2005
>Last-Modified:  Thu May 26 21:04:28 GMT 2005
>Originator:     Max E. Kuznecov
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
None
>Environment:
System: FreeBSD syhpoon-hq.ein.uz.ua 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Sun Feb 6 19:08:09 EET 2005 max@syhpoon-hq.ein.uz.ua:/usr/obj/usr/src/sys/DOM i386

>Description:
Due to changes in configure script, games/pvpgn-1.7.7 won't compile with *SQL support if chosen.
>How-To-Repeat:
>Fix:

--- pvpgn.patch begins here ---
diff -ruN pvpgn.old/Makefile pvpgn/Makefile
--- pvpgn.old/Makefile	Thu May 26 23:04:56 2005
+++ pvpgn/Makefile	Thu May 26 23:05:13 2005
@@ -49,12 +49,12 @@
 
 .if defined(WITH_MYSQL)
 USE_MYSQL=	yes
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
+CONFIGURE_ARGS+=--with-mysql
 .endif
 
 .if defined(WITH_PGSQL)
 USE_PGSQL=	yes
-CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
+CONFIGURE_ARGS+=--with-pgsql
 .endif
 
 .if defined(WITH_SQLITE3)
--- pvpgn.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu May 26 21:04:22 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81528 
>Unformatted:
