From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 22 15:10:12 2011 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 4663E106566C for ; Thu, 22 Dec 2011 15:10:12 +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 245B18FC19 for ; Thu, 22 Dec 2011 15:10:12 +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 pBMFACm1053511 for ; Thu, 22 Dec 2011 15:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBMFACvm053510; Thu, 22 Dec 2011 15:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 22 Dec 2011 15:10:12 GMT Resent-Message-Id: <201112221510.pBMFACvm053510@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, Charlie & Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F1BD106564A for ; Thu, 22 Dec 2011 15:09:15 +0000 (UTC) (envelope-from root@42.org) Received: from ice.42.org (v6.42.org [IPv6:2001:608:9::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD358FC13 for ; Thu, 22 Dec 2011 15:09:15 +0000 (UTC) Received: by ice.42.org (Postfix, from userid 0) id 5B40D2841E; Thu, 22 Dec 2011 16:09:13 +0100 (CET) Message-Id: <20111222150913.5B40D2841E@ice.42.org> Date: Thu, 22 Dec 2011 16:09:13 +0100 (CET) From: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/163539: security/dropbear does not compile with STATIC (patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Charlie & List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 15:10:12 -0000 >Number: 163539 >Category: ports >Synopsis: security/dropbear does not compile with STATIC (patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 22 15:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD ice 8.2-STABLE FreeBSD 8.2-STABLE #18: Sun Dec 11 11:23:23 CET 2011 root@ice:/usr/obj/usr/src/sys/ICE amd64 >Description: the dropbear port does not compile if a static binary is requested. >How-To-Repeat: cd /usr/ports/security/dropbear make WITH_STATIC=YES >Fix: forcing the compiler to link libcrypt is enough. --- Makefile.org 2011-09-24 00:25:10.000000000 +0200 +++ Makefile 2011-12-22 16:03:47.000000000 +0100 @@ -25,6 +25,7 @@ .if defined(WITH_STATIC) LDFLAGS+= -static +CONFIGURE_ENV+=LIBS=-lcrypt .endif post-patch: >Release-Note: >Audit-Trail: >Unformatted: