From owner-freebsd-gnome Sun Nov 17 18:54:59 2002 Delivered-To: freebsd-gnome@freebsd.org 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) Date: Sun, 17 Nov 2002 18:54:39 -0800 (PST) Message-Id: <200211180254.gAI2sdIt048737@pc016247.reshall.uidaho.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: [MAINTAINER-UPDATE] Fix -CURRENT mail/libesmtp build From: John Merryweather Cooper Reply-To: John Merryweather Cooper Cc: gnome@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >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