Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2011 15:35:33 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        crees@FreeBSD.org, pav@FreeBSD.org, girgen@FreeBSD.org
Subject:   ports/161824: [patch] databases/postgresql82-client: client fails to build (pointyhat)
Message-ID:  <1319063733.358882.37571.nullmailer@experts-exchange.com>
Resent-Message-ID: <201110192240.p9JMe4VL022573@freefall.freebsd.org>

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

>Number:         161824
>Category:       ports
>Synopsis:       [patch] databases/postgresql82-client: client fails to build (pointyhat)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 22:40:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20111019081335/postgresql-client-8.2.22.log

It appears an inclusion of bsd.port.pre.mk is added above where no further OPTIONS are defined.

Builds cleanly in Tinderbox => http://jgh.devio.us/files/logs/postgresql-client-8.2.22_1.log

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/databases/postgresql82-server/Makefile,v
retrieving revision 1.203
diff -u -r1.203 Makefile
--- Makefile	19 Oct 2011 18:29:58 -0000	1.203
+++ Makefile	19 Oct 2011 22:30:06 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME?=	postgresql
 DISTVERSION?=	8.2.22
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL}
 MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
@@ -111,8 +111,6 @@
 OPTIONS+=	INTDATE "Builds with 64-bit date/time type (server)" off
 .endif # !SLAVE_ONLY
  
-.include <bsd.port.pre.mk>
-
 .if !defined(SLAVE_ONLY)
 # .  if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
 # USE_AUTOTOOLS=	autoconf
>Release-Note:
>Audit-Trail:
>Unformatted:



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