Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Dec 2001 21:52:35 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sobomax@freebsd.org, gnome@freebsd.rog.bmi.net
Subject:   ports/32551: [PATCH] Upgrade pan to pan-0.11.1
Message-ID:  <20011206055235.52AB815503@johncoop.MSHOME>

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

>Number:         32551
>Category:       ports
>Synopsis:       [PATCH] Upgrade pan to pan-0.11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 22:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #23: Tue Dec 4 17:20:36 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Pan-0.11.1 was released today.  No new features, but plenty of
	bug fixes (see the README for long list).  This is probably the
	last release of pan before libESMTP becomes a dependency.  :)

	NOTE:  I think it's a bad  idea to compile PTHREAD programs on
	-STABLE without PTHREAD_CFLAGS ending up on the compile lines.
	Too many of the system header files that get included have
	conditional sections that get triggered by the resulting DEFINE
	in -STABLE.  As always, your mileage may vary.

	NOTE2:  Brian Stafford (the author of libESMTP) and I have a
	working acinclude.m4 macro set that seems to correctly detect
	and build under both -STABLE and -CURRENT without requiring
	perl hacks to configure, etc.  libESMTP 0.8.8 is in pre-release
	testing (I'm using it now) and uses a modified ACX_PTHREAD
	macro to just "Make It Happen(tm)" . . .

>How-To-Repeat:
	N/A

>Fix:

	Changed file summary:

 'pan.new/Makefile' |    0 
 'pan.new/distinfo' |    0 
 ./Makefile         |    6 +++---
 ./distinfo         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

	Patch:

# This is a patch for pan to update it to pan.new
# 
# 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 'pan/Makefile' 'pan.new/Makefile'
Index: ./Makefile
--- ./Makefile	Tue Nov 13 08:33:36 2001
+++ ./Makefile	Wed Dec  5 21:32:59 2001
@@ -2,11 +2,11 @@
 # Date created:				07 August 1999
 # Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
-# $FreeBSD: ports/news/pan/Makefile,v 1.50 2001/11/13 11:16:30 sobomax Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	pan
-PORTVERSION=	0.11.0
+PORTVERSION=	0.11.1
 CATEGORIES=	news gnome
 MASTER_SITES=	http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/
 
@@ -17,7 +17,7 @@
 USE_GMAKE=	yes
 USE_GNOME=	yes
 USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat"
 CONFIGURE_ARGS=	--enable-html
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
diff -u 'pan/distinfo' 'pan.new/distinfo'
Index: ./distinfo
--- ./distinfo	Tue Nov 13 08:33:36 2001
+++ ./distinfo	Wed Dec  5 21:33:54 2001
@@ -1 +1 @@
-MD5 (pan-0.11.0.tar.bz2) = 287fb46544b807bba9f8aa9d5c324049
+MD5 (pan-0.11.1.tar.bz2) = a72845ca049cef6f6b0fee67494e97d9
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Wed Dec  5 21:41:27 2001
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 956 1007616779 0100644
# p 'distinfo' 60 1007616834 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Wed Dec  5 21:41:27 2001] ####
#### Checksum: 64 2147 29281 ####
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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