ports/76999: [PATCH] Support for alternative date/time datatype
Christian Ullrich
chris+freebsd at chrullrich.de
Wed Feb 2 10:20:12 UTC 2005
>Number: 76999
>Category: ports
>Synopsis: [PATCH] Support for alternative date/time datatype
>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: Wed Feb 02 10:20:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Christian Ullrich
>Release:
>Organization:
>Environment:
>Description:
PostgreSQL supports the use of 64-bit integer values for date/time types instead of the default double. This option is not yet offered by the port Makefiles. The supplied patch adds support for this feature to the postgresql74-server port.
>How-To-Repeat:
>Fix:
--- /usr/ports/databases/postgresql74-server/Makefile Wed Feb 2 11:55:57 2005
+++ /usr/ports/databases/postgresql74-server/Makefile.orig Wed Feb 2 11:59:39 2005
@@ -86,7 +86,6 @@
OPTIONS+= TESTS "Allows the use of a \"check\" target" off
. endif
OPTIONS+= DEBUG "Builds with debugging symbols" off
-OPTIONS+= INTDATE "Builds with 64-bit integer date/time type" off
. if defined(SERVER_ONLY) && defined(WITH_PAM)
CONFIGURE_ARGS+=--with-pam
@@ -114,10 +113,6 @@
INSTALL_TARGET= install
. else
INSTALL_TARGET= install-strip
-. endif
-
-. if defined(WITH_INTDATE)
-CONFIGURE_ARGS+= --enable-integer-datetimes
. endif
. if defined(WITH_MIT_KRB5)
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list