From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 18 02:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 853F7C69 for ; Thu, 18 Oct 2012 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 423CA8FC0A for ; Thu, 18 Oct 2012 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9I2U1rV073556 for ; Thu, 18 Oct 2012 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9I2U1Td073555; Thu, 18 Oct 2012 02:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 18 Oct 2012 02:30:01 GMT Resent-Message-Id: <201210180230.q9I2U1Td073555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "C. P. Ghost" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34132C25 for ; Thu, 18 Oct 2012 02:24:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1BFBC8FC08 for ; Thu, 18 Oct 2012 02:24:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9I2Op67081273 for ; Thu, 18 Oct 2012 02:24:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9I2OpHD081272; Thu, 18 Oct 2012 02:24:51 GMT (envelope-from nobody) Message-Id: <201210180224.q9I2OpHD081272@red.freebsd.org> Date: Thu, 18 Oct 2012 02:24:51 GMT From: "C. P. Ghost" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/172837: lang/swi-pl compiles with databases/libiodbc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 02:30:01 -0000 >Number: 172837 >Category: ports >Synopsis: lang/swi-pl compiles with databases/libiodbc >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: Thu Oct 18 02:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: C. P. Ghost >Release: 9.1 PRERELEASE amd64 >Organization: Cordula's Web >Environment: FreeBSD phenom.cordula.ws 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239683: Sat Aug 25 21:15:07 CEST 2012 root@phenom.cordula.ws:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The port lang/swi-pl doesn't compile when qt4 is installed. The reason is the required odbc dependency databases/unixODBC which conflicts with databases/libiodbc (required by qt4-odbc-plugin). >How-To-Repeat: Just compile lang/swi-pl when databases/libiodbc is already installed. >Fix: Simply use replacement library databases/libiodbc instead of databases/unixODBC. See attached patch. Patch attached with submission follows: --- Makefile.orig 2012-10-18 04:04:59.000000000 +0200 +++ Makefile 2012-10-18 04:09:30.000000000 +0200 @@ -17,7 +17,7 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ readline:${PORTSDIR}/devel/readline \ - odbc:${PORTSDIR}/databases/unixODBC \ + iodbc:${PORTSDIR}/databases/libiodbc \ jpeg:${PORTSDIR}/graphics/jpeg \ CFLAGS+= -I${LOCALBASE}/include >Release-Note: >Audit-Trail: >Unformatted: