Date: Mon, 10 Dec 2012 16:23:14 GMT From: John Marino <draco@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/174336: [patch] databases/postgresql92-server: typo in makefile (breaks on bmake) Message-ID: <201212101623.qBAGNEAK009197@red.freebsd.org> Resent-Message-ID: <201212101630.qBAGU1Cg091073@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174336 >Category: ports >Synopsis: [patch] databases/postgresql92-server: typo in makefile (breaks on bmake) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 10 16:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: There is a typo in the makefile that shows when using bmake to execute it. The fix is attached. >How-To-Repeat: >Fix: --- Makefile.orig 2012-12-06 17:44:17.000000000 +0100 +++ Makefile 2012-12-10 17:05:31.394163000 +0100 @@ -136,7 +136,7 @@ . endif .endif # !SLAVE_ONLY -.if ${PORT_OPTIONS:MOSSP_UUID) +.if ${PORT_OPTIONS:MOSSP_UUID} BUILD_DEPENDS+= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid CONFIGURE_ARGS+=--with-ossp-uuid PLIST_SUB+= OSSP="" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101623.qBAGNEAK009197>