From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 14 00:12:00 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29E0416A5E1 for ; Thu, 14 Dec 2006 00:12:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A540743D6A for ; Thu, 14 Dec 2006 00:08:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBE0AQP0085252 for ; Thu, 14 Dec 2006 00:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBE0AQU7085251; Thu, 14 Dec 2006 00:10:26 GMT (envelope-from gnats) Resent-Date: Thu, 14 Dec 2006 00:10:26 GMT Resent-Message-Id: <200612140010.kBE0AQU7085251@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, Greg Larkin Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C09816A417 for ; Thu, 14 Dec 2006 00:06:40 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mischief.sourcehosting.net (mischief.sourcehosting.net [204.8.45.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A09441BB for ; Wed, 13 Dec 2006 23:50:29 +0000 (GMT) (envelope-from glarkin@sourcehosting.net) Received: from localhost.sourcehosting.net ([127.0.0.1] helo=mischief.sourcehosting.net) by mischief.sourcehosting.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GudtE-000NmX-JI for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Dec 2006 18:51:57 -0500 Received: (from root@localhost) by mischief.sourcehosting.net (8.13.6/8.13.6/Submit) id kBDNpubc091420; Wed, 13 Dec 2006 18:51:56 -0500 (EST) (envelope-from glarkin) Message-Id: <200612132351.kBDNpubc091420@mischief.sourcehosting.net> Date: Wed, 13 Dec 2006 18:51:56 -0500 (EST) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106698: [mail/vm-pop3d] Request to update Makefile with config option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 00:12:00 -0000 >Number: 106698 >Category: ports >Synopsis: [mail/vm-pop3d] Request to update Makefile with config option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 14 00:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD mischief.sourcehosting.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Mon Oct 2 12:00:14 EDT 2006 glarkin@mischief.sourcehosting.net:/usr/obj/usr/src/sys/SMP i386 >Description: The vm-pop3d application provides the --enable-debug option in its configure script, but the port Makefile does not contain a WITH_DEBUG variable to set it. >How-To-Repeat: The current vm-pop3d application reports "Exiting: Compiled without debugging support." if the -D option is supplied. >Fix: Apply the following patch to the port and supply the "WITH_DEBUG=yes" option to the make command. Use the -D option as needed. --- vm-pop3d.diff begins here --- diff -urN vm-pop3d.orig/Makefile vm-pop3d/Makefile --- vm-pop3d.orig/Makefile Wed Dec 13 18:44:47 2006 +++ vm-pop3d/Makefile Wed Dec 13 15:26:21 2006 @@ -23,6 +23,9 @@ .elif defined(WITH_VIRTUAL) CONFIGURE_ARGS+= --enable-virtual .endif +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif MAN8= vm-pop3d.8 --- vm-pop3d.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: