From jmcoopr@uidaho.edu  Sun Nov 17 18:54:56 2002
Return-Path: <jmcoopr@uidaho.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E15A537B401; Sun, 17 Nov 2002 18:54:56 -0800 (PST)
Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3FFA843E3B; Sun, 17 Nov 2002 18:54:56 -0800 (PST)
	(envelope-from jmcoopr@uidaho.edu)
Received: from pc016247.reshall.uidaho.edu (PC016247.reshall.uidaho.edu [129.101.136.30])
	by harrier.csrv.uidaho.edu (8.9.3 (PHNE_22672)/) with ESMTP id SAA02109;
	Sun, 17 Nov 2002 18:54:45 -0800 (PST)
Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1])
	by pc016247.reshall.uidaho.edu (8.12.6/8.12.6) with ESMTP id gAI2t43M048741;
	Sun, 17 Nov 2002 18:55:24 -0800 (PST)
	(envelope-from jmcoopr@pc016247.reshall.uidaho.edu)
Received: (from root@localhost)
	by pc016247.reshall.uidaho.edu (8.12.6/8.12.6/Submit) id gAI2sdIt048737;
	Sun, 17 Nov 2002 18:54:39 -0800 (PST)
	(envelope-from jmcoopr)
Message-Id: <200211180254.gAI2sdIt048737@pc016247.reshall.uidaho.edu>
Date: Sun, 17 Nov 2002 18:54:39 -0800 (PST)
From: John Merryweather Cooper <coop9211@uidaho.edu>
Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@freebsd.org
Subject: [MAINTAINER-UPDATE] Fix -CURRENT mail/libesmtp build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45380
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Fix -CURRENT mail/libesmtp build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 17 19:00:08 PST 2002
>Closed-Date:    Sun Nov 17 19:06:21 PST 2002
>Last-Modified:  Sun Nov 17 19:06:21 PST 2002
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD PC016247.reshall.uidaho.edu 4.7-STABLE FreeBSD 4.7-STABLE #62: Thu Nov 14 16:16:48 PST 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	-CURRENT appears to need perl during the build process as reported
	by Bento.  Add USE_PERL5_BUILD=yes to reflect this.  Bump
	PORTREVISION to rebuild package for -CURRENT.

>How-To-Repeat:
	N/A

>Fix:

--- update-libesmtp-1.0_1,1 begins here ---
# This is a patch for libesmtp to update it to libesmtp-1.0_1,1
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'libesmtp/Makefile' 'libesmtp-1.0_1,1/Makefile'
Index: ./Makefile
--- ./Makefile	Sat Nov 16 20:01:57 2002
+++ ./Makefile	Sun Nov 17 18:42:54 2002
@@ -2,10 +2,11 @@
 # Date created:         Sun Feb 21 2001
 # Whom:                 tobez@tobez.org
 #
-# $FreeBSD: ports/mail/libesmtp/Makefile,v 1.18 2002/11/16 14:14:31 edwin Exp $
+# $FreeBSD$
 
 PORTNAME=	libesmtp
 PORTVERSION=	1.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.stafford.uklinux.net/libesmtp/ \
@@ -18,6 +19,7 @@
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 USE_LIBTOOL=	yes
+USE_PERL5_BUILD=yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Sun Nov 17 18:49:05 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 1131 1037587374 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Sun Nov 17 18:49:05 2002] ####
#### Checksum: 54 1716 63884 ####
--- update-libesmtp-1.0_1,1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->marcus 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sun Nov 17 19:02:18 PST 2002 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45380 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Nov 17 19:05:40 PST 2002 
State-Changed-Why:  
Committed, thanks!  Note, I didn't bump PORTREVISION because it's not needed. 
Since the build failed, bento will have to pull the port down again anyway 
to rebuild it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45380 
>Unformatted:
