upgrade to 4.4.0
This commit is contained in:
parent
0083804533
commit
626c205db9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123953
5 changed files with 21 additions and 23 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= mapserver
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.4.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics www misc
|
||||
MASTER_SITES= http://cvs.gis.umn.edu/dist/
|
||||
|
||||
|
@ -17,8 +17,6 @@ COMMENT= System for developing web-based GIS applications
|
|||
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
|
||||
proj.5:${PORTSDIR}/graphics/proj
|
||||
|
||||
BROKEN= "Does not install"
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-runpath \
|
||||
|
@ -33,7 +31,8 @@ OPTIONS= TIFF "Support for TIFF (but not GeoTIFF) files" off \
|
|||
PHP "Support for MapScript/PHP" off \
|
||||
PERL "Support for MapScript/PERL" off \
|
||||
WMS "Support for web map service server and client" off \
|
||||
WFS "Support for web feature service" off \
|
||||
WFS "Support for web feature service (req: GDAL)" off \
|
||||
MAPSERV "Install mapserv cgi interface" on \
|
||||
DEBUG "Enable debugging output" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -111,6 +110,13 @@ LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
|
|||
CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MAPSERV)
|
||||
USE_APACHE= YES
|
||||
PLIST_SUB+= WITH_MAPSERV=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_MAPSERV="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
@ -126,8 +132,11 @@ do-install:
|
|||
.for f in ${PROG_FILES}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
.endfor
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${LOCALBASE}/www/cgi-bin/mapserv
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/shp2mysql.pl ${PREFIX}/bin/shp2mysql
|
||||
.if defined(WITH_MAPSERV)
|
||||
${MKDIR} ${LOCALBASE}/www/cgi-bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${LOCALBASE}/www/cgi-bin/mapserv
|
||||
.endif
|
||||
.if defined(WITH_PHP)
|
||||
@${MKDIR} ${LOCALBASE}/${PHP_EXTENSION_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mapscript/php3/php_mapscript.so ${LOCALBASE}/${PHP_EXTENSION_DIR}/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (mapserver-4.2.3.tar.gz) = 5d83358cf1147114a4033e98923c0169
|
||||
SIZE (mapserver-4.2.3.tar.gz) = 1044240
|
||||
MD5 (mapserver-4.4.0.tar.gz) = cd15561442dbfd41b8cf82a230b2dc80
|
||||
SIZE (mapserver-4.4.0.tar.gz) = 1402659
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig Mon Jun 7 16:05:35 2004
|
||||
+++ configure Mon Jun 7 16:05:50 2004
|
||||
@@ -8346,7 +8346,7 @@
|
||||
echo "$as_me:$LINENO: result: yes, user supplied MING directory" >&5
|
||||
echo "${ECHO_T}yes, user supplied MING directory" >&6
|
||||
MING_ENABLED=-DUSE_MING_FLASH
|
||||
- MING_LIB=-L$with_ming -lming
|
||||
+ MING_LIB="-L$with_ming -lming"
|
||||
MING_INC=-I$with_ming
|
||||
fi
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- map.h.orig Mon Jun 7 16:12:02 2004
|
||||
+++ map.h Mon Jun 7 16:11:50 2004
|
||||
@@ -39,7 +39,7 @@
|
||||
--- map.h.orig Mon Nov 29 16:33:53 2004
|
||||
+++ map.h Sun Dec 5 21:14:18 2004
|
||||
@@ -171,7 +171,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_MING_FLASH
|
||||
|
|
|
@ -7,7 +7,7 @@ bin/shptree
|
|||
bin/shptreetst
|
||||
bin/shptreevis
|
||||
bin/sortshp
|
||||
www/cgi-bin/mapserv
|
||||
%%WITH_MAPSERV%%www/cgi-bin/mapserv
|
||||
%%WITH_PERL%%%%SITE_PERL%%/mach/auto/mapscript/mapscript.so
|
||||
%%WITH_PERL%%%%SITE_PERL%%/mach/auto/mapscript/mapscript.bs
|
||||
%%WITH_PERL%%%%SITE_PERL%%/mach/auto/mapscript/.packlist
|
||||
|
|
Loading…
Reference in a new issue