Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 23:33:54 +0300 (EEST)
From:      "Max E. Kuznecov" <mek@mek.uz.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81528: [MAINTAINER] games/pvpgn-1.7.7 doesn't compile with *SQL support if chosen.
Message-ID:  <200505262033.j4QKXsSS030374@syhpoon-hq.ein.uz.ua>
Resent-Message-ID: <200505262040.j4QKe1Cw059164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 26 20:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505262033.j4QKXsSS030374>