From owner-freebsd-ports@FreeBSD.ORG Fri Oct 1 09:10:59 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AE14106566B for ; Fri, 1 Oct 2010 09:10:59 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 5CEF58FC14 for ; Fri, 1 Oct 2010 09:10:59 +0000 (UTC) Received: from soth.ventu (151.51.54.64) by cp-out7.libero.it (8.5.107) id 4C9778C3017B19AF; Fri, 1 Oct 2010 11:10:58 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o919AtPx061401; Fri, 1 Oct 2010 11:10:55 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4CA5A59F.4020405@netfence.it> Date: Fri, 01 Oct 2010 11:10:55 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.9) Gecko/20100917 Thunderbird/3.1.4 MIME-Version: 1.0 To: pgollucci@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: Subject: mod_auth_pam does not install mod_auth_sys_group.so X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 09:10:59 -0000 As per subject: _ the original port's Makefile contemplates mod_auth_sys_group; _ it used to be installed in the past; _ however, after a 7.2->7.3 upgrade, I did a "portupgrade -a" and that file is not there anymore. Why? bye & Thanks av.