From owner-svn-ports-all@FreeBSD.ORG Thu Sep 27 02:03:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACEF5106564A; Thu, 27 Sep 2012 02:03:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9805B8FC12; Thu, 27 Sep 2012 02:03:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8R237le032229; Thu, 27 Sep 2012 02:03:07 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8R237Nv032227; Thu, 27 Sep 2012 02:03:07 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209270203.q8R237Nv032227@svn.freebsd.org> From: Wen Heping Date: Thu, 27 Sep 2012 02:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304942 - head/graphics/mapserver X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 02:03:07 -0000 Author: wen Date: Thu Sep 27 02:03:07 2012 New Revision: 304942 URL: http://svn.freebsd.org/changeset/ports/304942 Log: - Apply new Makefile format - Mark IGNORE for php_mapscripts [1] Reported by: Frank Broniewski [1] (via email) > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M mapserver/Makefile Modified: head/graphics/mapserver/Makefile Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Sep 27 00:58:04 2012 (r304941) +++ head/graphics/mapserver/Makefile Thu Sep 27 02:03:07 2012 (r304942) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: mapserver -# Date created: 2004-05-20 -# Whom: Douglas K. Rand -# +# Created by: Douglas K. Rand # $FreeBSD$ -# PORTNAME= mapserver PORTVERSION= 6.0.3 @@ -121,6 +117,7 @@ CONFIGURE_ARGS+= --with-postgis=${LOCALB .endif .if ${PORT_OPTIONS:MPHP} +IGNORE= crashes or doesn't work EXTRA_PATCHES= ${FILESDIR}/extra-patch-mapscript-php-image.c \ ${FILESDIR}/extra-patch-mapscript-php-php_mapscript.c \ ${FILESDIR}/extra-patch-mapscript-php-php_mapscript_util.c