From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 31 10:50:14 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 922A416A426 for ; Wed, 31 Aug 2005 10:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D68843D46 for ; Wed, 31 Aug 2005 10:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7VAoBex016162 for ; Wed, 31 Aug 2005 10:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7VAoBlt016161; Wed, 31 Aug 2005 10:50:11 GMT (envelope-from gnats) Resent-Date: Wed, 31 Aug 2005 10:50:11 GMT Resent-Message-Id: <200508311050.j7VAoBlt016161@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F93F16A41F for ; Wed, 31 Aug 2005 10:50:04 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394AE43D46 for ; Wed, 31 Aug 2005 10:50:03 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.51) id 1EAQAJ-0007ou-CU; Wed, 31 Aug 2005 16:49:59 +0600 Received: from root by boris.nikom.ru with local (Exim 4.52 (FreeBSD)) id 1EAQAJ-000E3r-4c; Wed, 31 Aug 2005 16:49:59 +0600 Message-Id: Date: Wed, 31 Aug 2005 16:49:59 +0600 From: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: boris@tagnet.ru Subject: ports/85518: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES] 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: Wed, 31 Aug 2005 10:50:14 -0000 >Number: 85518 >Category: ports >Synopsis: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 31 10:50:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris Kovalenko >Release: FreeBSD 5.4-STABLE i386 >Organization: JSC "Tagnet" >Environment: System: FreeBSD boris.nikom.ru 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Aug 18 08:12:33 YEKST 2005 >Description: [DESCRIBE CHANGES] NOTE: Obsoletes ports/85253 + Added support for DRAC RFC Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- tpop3d-1.5.3_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile --- /usr/ports/mail/tpop3d/Makefile Tue Apr 12 09:26:02 2005 +++ /usr/ports/mail/tpop3d.new/Makefile Wed Aug 31 16:47:03 2005 @@ -7,7 +7,7 @@ PORTNAME= tpop3d PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -28,7 +28,8 @@ LDAP "Use LDAP authentication" off \ PERLAUTH "Use Perl authentication" off \ FLATAUTH "Enable /etc/passwd-style authentication" off \ - MAILDIR "Compile Maildir support" on + MAILDIR "Compile Maildir support" on \ + DRAC "Enable DRAC RFC for POP-before-SMTP relaying" off .include @@ -69,6 +70,12 @@ .if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR) CONFIGURE_ARGS+= --enable-mbox-maildir +.endif + +.if defined(WITH_DRAC) && !defined(WITHOUT_DRAC) +CONFIGURE_ARGS+= --enable-drac +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +LDFLAGS+= -L${LOCALBASE}/lib .endif USE_RC_SUBR= tpop3d.sh --- tpop3d-1.5.3_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: