The configure script *must* run pre-fetch, since the dependencies are

checked in the fetch target. Before the patch below, make install will
fail to depend on Tcl/Tk, for instance.

Synchronize the batch and default interactive selections for optional
parts of the port.

PR:		ports/27949
Submitted by:	Palle Girgensohn <girgen@partitur.se> (MAINTAINER)
This commit is contained in:
Akinori MUSHA 2001-06-13 03:16:57 +00:00
parent c2630c339a
commit 2d50ab98aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43927
28 changed files with 112 additions and 112 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \

View File

@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 7.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
@ -89,15 +89,15 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
NO_OPENSSL="${NO_OPENSSL}" \
DISTNAME="${DISTNAME}"
pre-extract:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
# We must .include here because we need the Makefile.inc @ pre-install,
# but it is created @ pre-extract
# We must .include here because we need the Makefile.inc @ pre-install
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
pre-everything:
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
.if !defined(BATCH)

View File

@ -15,14 +15,14 @@ if [ ! "${BATCH}" ]; then
fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"ODBC\" \"SSL\"
set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"
else
/usr/bin/dialog --title "configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 7 \
JDBC "Java DataBase Connectivity" OFF \
MultiByte "Multibyte for Multilingualism" ON \
ODBC "Open Database Connectivity" OFF \
ODBC "Open Database Connectivity" ON \
TCL "Tcl" ON \
TCLTK "Tcl/Tk" ON \
SSL "Secure Socket Layer" ON \