From owner-freebsd-ports Sat Sep 21 17: 0:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1323837B401 for ; Sat, 21 Sep 2002 17:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481EA43E6E for ; Sat, 21 Sep 2002 17:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M00XCo023238 for ; Sat, 21 Sep 2002 17:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M00Xfh023237; Sat, 21 Sep 2002 17:00:33 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7219137B401 for ; Sat, 21 Sep 2002 16:55:39 -0700 (PDT) Received: from kiste.thiemo.net (kiste.thiemo.net [193.159.181.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969B743E4A for ; Sat, 21 Sep 2002 16:55:37 -0700 (PDT) (envelope-from rk@ronald.org) Received: (from uucp@localhost) by kiste.thiemo.net (8.9.3/8.9.3) with UUCP id BAA26718 for FreeBSD-gnats-submit@freebsd.org; Sun, 22 Sep 2002 01:55:35 +0200 (CEST) (envelope-from rk@ronald.org) Received: from wallace.home.ronald.org (rk@localhost [127.0.0.1]) by wallace.home.ronald.org (8.12.5/8.12.5) with ESMTP id g8LNt9oB001479 for ; Sun, 22 Sep 2002 01:55:11 +0200 (CEST) (envelope-from rk@ronald.org) Received: (from rk@localhost) by wallace.home.ronald.org (8.12.5/8.12.5/Submit) id g8LNt89D001478; Sun, 22 Sep 2002 01:55:08 +0200 (CEST) (envelope-from rk) Message-Id: <200209212355.g8LNt89D001478@wallace.home.ronald.org> Date: Sun, 22 Sep 2002 01:55:08 +0200 (CEST) From: Ronald Kuehn Reply-To: Ronald Kuehn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43213: maintainer update: x11-toolkits/ocaml-lablgtk fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43213 >Category: ports >Synopsis: maintainer update: x11-toolkits/ocaml-lablgtk fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 21 17:00:12 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ronald Kuehn >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD wallace.home.ronald.org 4.6-STABLE FreeBSD 4.6-STABLE #9: Mon Aug 19 12:29:58 CEST 2002 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386 >Description: The Makefile specifies "USE_CC=1" so "cc" will be used instead of "ocamlc" for linking. This leads to problems as pointed out by the author of lablgtk. The attached patch removes "USE_CC=1". >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/x11-toolkits/ocaml-lablgtk/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 14 Sep 2002 04:33:28 -0000 1.3 +++ Makefile 21 Sep 2002 23:37:17 -0000 @@ -55,7 +55,7 @@ ALL_TARGET= all opt EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -CONFIGURE_ENV+= USE_CC=1 USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG} +CONFIGURE_ENV+= USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG} CONFIGURE_ENV+= LIBDIR=${PREFIX}/lib/ocaml BINDIR=${PREFIX}/bin CONFIGURE_ENV+= INSTALLDIR=${PREFIX}/lib/ocaml/lablgtk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message