Index: postgis21/Makefile =================================================================== --- postgis21/Makefile +++ postgis21/Makefile @@ -59,9 +59,6 @@ post-patch: @${GREP} -lR 'bin/bash' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e "s|/bin/bash|/bin/sh|" -pre-configure: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/tiger_2011 (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" ) Index: databases/postgis21/pkg-install =================================================================== --- databases/postgis21/pkg-install +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -msg(){ - echo " - ======================= GEOS Support Notice ======================== - In order to use the GEOS support, you may need to specially compile - your version of PostgreSQL to link the C++ runtime library. - To do this, invoke the PostgreSQL Makefile script this way: - - on csh shell: - - setenv LDFLAGS -lstdc++ - make - - on sh or bash shell: - - export LDFLAGS=-lstdc++ - make - - The initial LDFLAGS variable is passed through to the Makefile and - adds the C++ library to the linking stage. - - ==================================================================== -" -if [ -n "${PACKAGE_BUILDING}" ]; then - sleep 10 -fi - - -} - -case "$2" in - PRE-INSTALL) - msg ;; - MESSAGE) - msg ;; -esac Index: postgis22/Makefile =================================================================== --- postgis22/Makefile +++ postgis22/Makefile @@ -80,9 +80,6 @@ @${GREP} -lR '/usr/share/postgresql/9.4/contrib' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e "s|/usr/share/postgresql/9.4/contrib|${LOCALBASE}/share/postgresql/contrib/postgis-2.2|" -pre-configure: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/tiger_geocoder (cd ${WRKSRC}/extras/tiger_geocoder && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_geocoder/ "! ( -name *\.orig -o -name *\.bak )" ) Index: databases/postgis22/pkg-install =================================================================== --- databases/postgis22/pkg-install +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -msg(){ - echo " - ======================= GEOS Support Notice ======================== - In order to use the GEOS support, you may need to specially compile - your version of PostgreSQL to link the C++ runtime library. - To do this, invoke the PostgreSQL Makefile script this way: - - on csh shell: - - setenv LDFLAGS -lstdc++ - make - - on sh or bash shell: - - export LDFLAGS=-lstdc++ - make - - The initial LDFLAGS variable is passed through to the Makefile and - adds the C++ library to the linking stage. - - ==================================================================== -" -if [ -n "${PACKAGE_BUILDING}" ]; then - sleep 10 -fi - - -} - -case "$2" in - PRE-INSTALL) - msg ;; - MESSAGE) - msg ;; -esac Index: databases/postgis25/pkg-install =================================================================== --- databases/postgis25/pkg-install +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -msg(){ - echo " - ======================= GEOS Support Notice ======================== - In order to use the GEOS support, you may need to specially compile - your version of PostgreSQL to link the C++ runtime library. - To do this, invoke the PostgreSQL Makefile script this way: - - on csh shell: - - setenv LDFLAGS -lstdc++ - make - - on sh or bash shell: - - export LDFLAGS=-lstdc++ - make - - The initial LDFLAGS variable is passed through to the Makefile and - adds the C++ library to the linking stage. - - ==================================================================== -" -if [ -n "${PACKAGE_BUILDING}" ]; then - sleep 10 -fi - - -} - -case "$2" in - PRE-INSTALL) - msg ;; - MESSAGE) - msg ;; -esac