Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2005 17:07:04 -0500 (EST)
From:      Rod Taylor <ports@rbt.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anderson@cnpm.embrapa.br
Subject:   ports/91112: Postgis quietly misses projection support 
Message-ID:  <200512302207.jBUM74L2098385@home.rbt.ca>
Resent-Message-ID: <200512302210.jBUMA5al018051@freefall.freebsd.org>

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

>Number:         91112
>Category:       ports
>Synopsis:       Postgis quietly misses projection support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 30 22:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        FreeBSD 6.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home 6.0-RELEASE FreeBSD 6.0-RELEASE #13: Sat Nov 5 00:19:49 EST 2005 root@home:/usr/obj/usr/src/sys/HOME amd64


	
>Description:
	The postgis port checks for the proj.5 library but the configure script for the Postgis package checks for the proj binary. In the event that graphics/proj is improperly installed Postgis will silently skip it.

	Sending --with-proj as a configure argument will force configure to complain if bin/proj cannot be found.

	
>How-To-Repeat:
	
>Fix:

	

--- postgis.patch begins here ---
Binary files postgis.orig/.Makefile.swp and postgis/.Makefile.swp differ
diff -crN postgis.orig/Makefile postgis/Makefile
*** postgis.orig/Makefile	Fri Dec 30 15:36:44 2005
--- postgis/Makefile	Fri Dec 30 17:00:46 2005
***************
*** 30,36 ****
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--datadir=${PREFIX}/share/postgis \
  		--bindir=${PREFIX}/bin \
! 		--libdir=${PREFIX}/lib
  
  .include <bsd.port.pre.mk>
  
--- 30,37 ----
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--datadir=${PREFIX}/share/postgis \
  		--bindir=${PREFIX}/bin \
! 		--libdir=${PREFIX}/lib \
! 		--with-proj
  
  .include <bsd.port.pre.mk>
  
--- postgis.patch ends here ---


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



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