ports/91112: Postgis quietly misses projection support
Rod Taylor
ports at rbt.ca
Fri Dec 30 22:10:08 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list