FreeBSD Bugzilla – Attachment 148184 Details for
Bug 194266
graphics/mapserver: WMS_CLIENT / WFS_CLIENT wrong option passed to your configure script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
more complete usage of WITH_
patch-graphics__mapserver-Makefile.diff (text/plain), 1.02 KB, created by
Rainer Hurling
on 2014-10-11 07:05:17 UTC
(
hide
)
Description:
more complete usage of WITH_
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2014-10-11 07:05:17 UTC
Size:
1.02 KB
patch
obsolete
>--- Makefile.orig 2014-08-31 16:28:07.000000000 +0200 >+++ Makefile 2014-10-11 08:49:00.000000000 +0200 >@@ -39,7 +39,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MPYTHON} >-USE_PYTHON= 2 >+USES+= python:2 > BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 > CMAKE_ARGS+= -DWITH_PYTHON=yes > PLIST_SUB+= PYTHON="" >@@ -115,7 +115,7 @@ > .endif > > .if ${PORT_OPTIONS:MPOSTGIS} >-USE_PGSQL= yes >+USES+= pgsql > CMAKE_ARGS+= -DWITH_POSTGIS=1 > .else > CMAKE_ARGS+= -DWITH_POSTGIS=0 >@@ -169,13 +169,13 @@ > .if ${PORT_OPTIONS:MCLIENT_WMS} > LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl > LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal >-CMAKE_ARGS+= -DWITH_CURL=1 -DGDAL=1 -DCLIENT_WMS=1 >+CMAKE_ARGS+= -DWITH_CURL=1 -DWITH_GDAL=1 -DWITH_CLIENT_WMS=1 > .endif > > .if ${PORT_OPTIONS:MCLIENT_WFS} > LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl > LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal >-CMAKE_ARGS+= -DWITH_CURL=1 -DGDAL=1 -DCLIENT_WFS=1 >+CMAKE_ARGS+= -DWITH_CURL=1 -DWITH_GDAL=1 -DWITH_CLIENT_WFS=1 > .endif > > do-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194266
:
148134
| 148184