Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 10:22:50 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120986: Update ports: graphics/mapserver version 5.0.2
Message-ID:  <200802231022.m1NAMoZ5033957@www.freebsd.org>
Resent-Message-ID: <200802231030.m1NAU4lC082054@freefall.freebsd.org>

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

>Number:         120986
>Category:       ports
>Synopsis:       Update ports: graphics/mapserver version 5.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 10:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7 RC2
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RC2 FreeBSD 7.0-RC2 #0: Fri Feb  8 00:09:57 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
summary of changes:
  1 update to 5.0.2 from 4.4.1
  2 fix some bugs where compile it under current FreeBSD version.

>How-To-Repeat:

>Fix:

diff -rcu /usr/ports/graphics/mapserver/Makefile wenmapserv/Makefile
--- /usr/ports/graphics/mapserver/Makefile      2008-02-20 19:43:42.000000000 +0000
+++ wenmapserv/Makefile 2008-02-22 18:05:02.000000000 +0000
@@ -2,21 +2,22 @@
 # Date created:                                2004-05-20
 # Whom:                                        Douglas K. Rand <rand@meridian-enviro.com>
 #
-# $FreeBSD: ports/graphics/mapserver/Makefile,v 1.20 2007/12/15 22:39:18 pav Exp $
+# $FreeBSD$
 #

 PORTNAME=              mapserver
-PORTVERSION=           4.4.1
-PORTREVISION=          4
+PORTVERSION=           5.0.2
+PORTREVISION=          5
 CATEGORIES=            graphics www geography
-MASTER_SITES=          http://cvs.gis.umn.edu/dist/
+MASTER_SITES=          http://download.osgeo.org/mapserver/

 MAINTAINER=            ports@FreeBSD.org
 COMMENT=               System for developing web-based GIS applications

-LIB_DEPENDS=           gd.4:${PORTSDIR}/graphics/gd \
-                       proj.5:${PORTSDIR}/graphics/proj
+LIB_DEPENDS=           gd.4:${PORTSDIR}/graphics/gd
+#                      proj.5:${PORTSDIR}/graphics/proj

+USE_APACHE=            yes
 USE_GMAKE=             yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --enable-runpath \
@@ -47,8 +48,8 @@
 .endif

 .if defined(WITH_MING)
-LIB_DEPENDS+=          ming.4:${PORTSDIR}/graphics/ming
-CONFIGURE_ARGS+=       --with-ming=${LOCALBASE}
+LIB_DEPENDS+=          ming:${PORTSDIR}/graphics/ming
+CONFIGURE_ARGS+=  --with-ming=${LOCALBASE}
 .endif

 .if defined(WITH_PDF)
@@ -88,7 +89,7 @@
                ${ECHO_MSG} ""; \
                sleep 2; \
        fi
-BUILD_DEPENDS+=                php-config:${PORTSDIR}/lang/php4
+BUILD_DEPENDS+=                php-config:${PORTSDIR}/lang/php5
 CONFIGURE_ARGS+=       --with-php=${LOCALBASE}
 PHP_EXTENSION_DIR!=    ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e 's,/usr/local/,,'
 PLIST_SUB+=            PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
diff -rcu /usr/ports/graphics/mapserver/distinfo wenmapserv/distinfo
--- /usr/ports/graphics/mapserver/distinfo      2006-01-22 12:35:00.000000000 +0000
+++ wenmapserv/distinfo 2008-02-19 07:19:17.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (mapserver-4.4.1.tar.gz) = 3c2b845438aec3240f054ec5e37393f1
-SHA256 (mapserver-4.4.1.tar.gz) = f505749ca2c0886b002343254026e4b74135a39d344a40fd6ce280ad67ec665c
-SIZE (mapserver-4.4.1.tar.gz) = 1405891
+MD5 (mapserver-5.0.2.tar.gz) = 508a937a78677110a83d2843ba2f8c1d
+SHA256 (mapserver-5.0.2.tar.gz) = e7250e122fdd03fca624dc40bba7fd116dd8183ee84aa6a2d7f0a03169819621
+SIZE (mapserver-5.0.2.tar.gz) = 1805136
Only in /usr/ports/graphics/mapserver/files: patch-map.h
Only in wenmapserv/files: patch-mapswf.h

>Release-Note:
>Audit-Trail:
>Unformatted:



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