From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 11 22:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EA761065673 for ; Sat, 11 Sep 2010 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 517798FC12 for ; Sat, 11 Sep 2010 22:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8BMo2Zt068368 for ; Sat, 11 Sep 2010 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8BMo2hP068367; Sat, 11 Sep 2010 22:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 11 Sep 2010 22:50:02 GMT Resent-Message-Id: <201009112250.o8BMo2hP068367@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, Kenji Rikitake Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D83B106566C for ; Sat, 11 Sep 2010 22:47:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8BB8FC14 for ; Sat, 11 Sep 2010 22:47:31 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8BMlVgY017043 for ; Sat, 11 Sep 2010 22:47:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8BMlV6X017042; Sat, 11 Sep 2010 22:47:31 GMT (envelope-from nobody) Message-Id: <201009112247.o8BMlV6X017042@www.freebsd.org> Date: Sat, 11 Sep 2010 22:47:31 GMT From: Kenji Rikitake To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150496: x11/mlterm does not find -utempter an cannot build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 22:50:02 -0000 >Number: 150496 >Category: ports >Synopsis: x11/mlterm does not find -utempter an cannot build >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 11 22:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Kenji Rikitake >Release: 7.3-RELEASE >Organization: >Environment: FreeBSD reseaux.priv.k2r.org 7.3-RELEASE FreeBSD 7.3-RELEASE #20: Tue Jul 13 20:15:53 JST 2010 root@reseaux.priv.k2r.org:/usr/obj/usr/src/sys/RESEAUX i386 >Description: When building x11/mlterm, it fails because it does not find the libutempter shared library. >How-To-Repeat: cd /usr/ports/X11/mlterm make clean && make >Fix: The attached patch mandates dependency to sysutils/libutempter when ${OSVERSION} < 900004. See also ports/149391. Patch attached with submission follows: --- Makefile.FCS 2010-07-18 14:32:46.000000000 +0900 +++ Makefile 2010-09-12 07:20:45.000000000 +0900 @@ -82,6 +82,9 @@ .if ${OSVERSION} >= 900004 MAKE_ENV= LIBS_LOCAL=-lutempter +.else +MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib +LIB_DEPENDS+= utempter.0:${PORTSDIR}/sysutils/libutempter .endif USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: