From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 19 22:40:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8AFB1065687 for ; Wed, 19 Oct 2011 22:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAA2F8FC0A for ; Wed, 19 Oct 2011 22:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9JMe4Dl022574 for ; Wed, 19 Oct 2011 22:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9JMe4VL022573; Wed, 19 Oct 2011 22:40:04 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2011 22:40:04 GMT Resent-Message-Id: <201110192240.p9JMe4VL022573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F493106566B; Wed, 19 Oct 2011 22:35:34 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB3D8FC08; Wed, 19 Oct 2011 22:35:33 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id BFA8E6FF5B1; Wed, 19 Oct 2011 15:35:33 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xTiVwfGJYfm2; Wed, 19 Oct 2011 15:35:33 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 9B5026FF549; Wed, 19 Oct 2011 15:35:33 -0700 (PDT) Received: (nullmailer pid 37572 invoked by uid 1001); Wed, 19 Oct 2011 22:35:33 -0000 Message-Id: <1319063733.358882.37571.nullmailer@experts-exchange.com> Date: Wed, 19 Oct 2011 15:35:33 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: crees@FreeBSD.org, pav@FreeBSD.org, girgen@FreeBSD.org Subject: ports/161824: [patch] databases/postgresql82-client: client fails to build (pointyhat) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 22:40:05 -0000 >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 - .if !defined(SLAVE_ONLY) # . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) # USE_AUTOTOOLS= autoconf >Release-Note: >Audit-Trail: >Unformatted: