From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 11 22:40: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 9649D1065674 for ; Sat, 11 Sep 2010 22:40: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 58BF78FC12 for ; Sat, 11 Sep 2010 22:40: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 o8BMe2jF058941 for ; Sat, 11 Sep 2010 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8BMe2Ao058940; Sat, 11 Sep 2010 22:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 11 Sep 2010 22:40:02 GMT Resent-Message-Id: <201009112240.o8BMe2Ao058940@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 05192106564A for ; Sat, 11 Sep 2010 22:35:03 +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 E8C6B8FC12 for ; Sat, 11 Sep 2010 22:35:02 +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 o8BMZ2KD005638 for ; Sat, 11 Sep 2010 22:35:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8BMZ20w005637; Sat, 11 Sep 2010 22:35:02 GMT (envelope-from nobody) Message-Id: <201009112235.o8BMZ20w005637@www.freebsd.org> Date: Sat, 11 Sep 2010 22:35:02 GMT From: Kenji Rikitake To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150495: x11/mlterm build fails on 7.3-RELEASE 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:40:02 -0000 >Number: 150495 >Category: ports >Synopsis: x11/mlterm build fails on 7.3-RELEASE >Confidential: no >Severity: critical >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:40:02 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: Building mlterm fails while building the kiklib; the system fails to find -lutempter >How-To-Repeat: cd /usr/ports/x11/mlterm make clean make >Fix: libtempter is NOT mandatory for 8.x and before though the port version can be used. The attached patch explicitly specifies the dependency to sysutils/libutempter and solves the problem. 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: