ports/81528: [MAINTAINER] games/pvpgn-1.7.7 doesn't compile with *SQL support if chosen.

Max E. Kuznecov mek at mek.uz.ua
Thu May 26 20:40:03 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list