From owner-svn-ports-all@freebsd.org Wed Nov 27 19:46:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 412E01B6270; Wed, 27 Nov 2019 19:46:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47NWVM1355z4TJn; Wed, 27 Nov 2019 19:46:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 046EB1A658; Wed, 27 Nov 2019 19:46:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xARJkIer083792; Wed, 27 Nov 2019 19:46:18 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xARJkIMT083791; Wed, 27 Nov 2019 19:46:18 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201911271946.xARJkIMT083791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 27 Nov 2019 19:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518527 - head/databases/postgresql-odbc X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/databases/postgresql-odbc X-SVN-Commit-Revision: 518527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2019 19:46:19 -0000 Author: bofh Date: Wed Nov 27 19:46:18 2019 New Revision: 518527 URL: https://svnweb.freebsd.org/changeset/ports/518527 Log: databases/postgresql-odbc: Fix build on GCC architectures PR: 241897 Submitted by: pkubaz Approved by: linimon MFH: 2019Q4 (runtime fix) Modified: head/databases/postgresql-odbc/Makefile Modified: head/databases/postgresql-odbc/Makefile ============================================================================== --- head/databases/postgresql-odbc/Makefile Wed Nov 27 19:37:10 2019 (r518526) +++ head/databases/postgresql-odbc/Makefile Wed Nov 27 19:46:18 2019 (r518527) @@ -14,17 +14,15 @@ COMMENT= PostgreSQL ODBC driver LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/license.txt -BROKEN_powerpc64= fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check' - LIB_DEPENDS= libodbc.so:databases/unixODBC USES= compiler:c11 libtool pgsql +USE_CSTD= gnu11 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-unixodbc=${LOCALBASE} INSTALL_TARGET= install-strip -CFLAGS+= -std=c11 DOCSDIR= ${PREFIX}/share/doc/postgresql/odbc EXAMPLESDIR= ${PREFIX}/share/examples/postgresql/odbc