ports/161824: [patch] databases/postgresql82-client: client fails to build (pointyhat)
Jason Helfman
jhelfman at experts-exchange.com
Wed Oct 19 22:40:05 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list