ports/174336: [patch] databases/postgresql92-server: typo in makefile (breaks on bmake)

John Marino draco at marino.st
Mon Dec 10 16:30:02 UTC 2012


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


More information about the freebsd-ports-bugs mailing list