ports/160757: [PATCH] databases/postgresql-docs: extend BROKEN check to 9.1

Jimmy Olgeni olgeni at FreeBSD.org
Fri Sep 16 02:00:21 UTC 2011


>Number:         160757
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-docs: extend BROKEN check to 9.1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 16 02:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun May 15 20:37:17 CEST 2011
>Description:
Currently, databases/postgresql-docs is marked as BROKEN for PGSQL_VER == 90,
but the same issue applies to 91.

Due to GZIP_CMD being on the same line as MKDIR in do-install, its
return code is hidden and tinderbox is unable to catch the breakage.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- .patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql-docs/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	4 Apr 2011 20:20:33 -0000	1.19
+++ Makefile	16 Sep 2011 01:43:37 -0000
@@ -30,7 +30,7 @@
 PGSQL_VER=	${DEFAULT_PGSQL_VER}
 .endif
 
-.if (${PGSQL_VER} == 90)
+.if (${PGSQL_VER} == 90) || (${PGSQL_VER} == 91)
 BROKEN=		"not implemented yet"
 .endif
  
--- .patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list