Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 10:10:57 GMT
From:      Christian Ullrich <chris+freebsd@chrullrich.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76999: [PATCH] Support  for alternative date/time datatype
Message-ID:  <200502021010.j12AAv9a037884@www.freebsd.org>
Resent-Message-ID: <200502021020.j12AKCKa045986@freefall.freebsd.org>

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

>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:



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