Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 02:03:07 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304942 - head/graphics/mapserver
Message-ID:  <201209270203.q8R237Nv032227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <brfr@metrico.lu> [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 <rand@meridian-enviro.com>
-#
+# Created by: Douglas K. Rand <rand@meridian-enviro.com>
 # $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



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