Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 18:54:39 -0800 (PST)
From:      John Merryweather Cooper <coop9211@uidaho.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [MAINTAINER-UPDATE] Fix -CURRENT mail/libesmtp build
Message-ID:  <200211180254.gAI2sdIt048737@pc016247.reshall.uidaho.edu>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	John Merryweather Cooper
>Organization:	
>Confidential:	no 
>Synopsis:	[MAINTAINER-UPDATE] Fix -CURRENT mail/libesmtp build
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		maintainer-update
>Release:	FreeBSD 4.7-STABLE i386
>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 ---



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211180254.gAI2sdIt048737>