Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 1999 09:09:58 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13773: Update port: pan 0.5.0
Message-ID:  <19990916130958.3E05AF81B@pawn.primelocation.net>

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

>Number:         13773
>Category:       ports
>Synopsis:       Update port: pan 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 06:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 3.3-RC i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

	FreeBSD 3.3-RC

>Description:

	Update pan to 0.5.0.  Note, I got the author to fix the configure
	script for native FreeBSD threads and generic GLIB_CONFIG so no
	patches are required.

>How-To-Repeat:
>Fix:
	
diff -urN pan.orig/Makefile pan/Makefile
--- pan.orig/Makefile	Wed Sep  8 20:49:49 1999
+++ pan/Makefile	Thu Sep 16 09:04:41 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	pan
-# Version required:		0.4.9
-# Date created:			07 August 1999
-# Whom:				Chris D. Faulhaber <jedgar@fxp.org>
+# Version required:			0.5.0
+# Date created:				07 August 1999
+# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
-# $FreeBSD: ports/news/pan/Makefile,v 1.2 1999/09/08 05:40:26 jim Exp $
+# $FreeBSD$
 #
 
-DISTNAME=	pan-0.4.9
+DISTNAME=	pan-0.5.0
 CATEGORIES=	news gnome
 MASTER_SITES=	ftp://source.rebelbase.com/pub/pan/
 
diff -urN pan.orig/files/md5 pan/files/md5
--- pan.orig/files/md5	Wed Sep  8 20:49:49 1999
+++ pan/files/md5	Thu Sep 16 08:58:42 1999
@@ -1 +1 @@
-MD5 (pan-0.4.9.tar.bz2) = 476b13cccc54fec9101d10e62752581e
+MD5 (pan-0.5.0.tar.bz2) = 9f8ef70857d78795abf2e4eacdc8e198
diff -urN pan.orig/patches/patch-aa pan/patches/patch-aa
--- pan.orig/patches/patch-aa	Wed Sep  8 20:49:49 1999
+++ pan/patches/patch-aa	Wed Dec 31 19:00:00 1969
@@ -1,23 +0,0 @@
---- configure.orig	Tue Sep  7 14:59:29 1999
-+++ configure	Tue Sep  7 22:28:51 1999
-@@ -1893,6 +1893,7 @@
- 	 exit
- fi
- 
-+LIBS="-pthread $LIBS"
- 
- echo $ac_n "checking for library containing pthread_create""... $ac_c" 1>&6
- echo "configure:1899: checking for library containing pthread_create" >&5
-@@ -1994,9 +1995,9 @@
- 	echo ;
- 	exit
- else
--	GLIB_LIBS=`glib-config --libs gthread`
--	GLIB_CFLAGS=`glib-config --cflags gthread`
--	GLIB_VERSION=`glib-config --version`
-+	GLIB_LIBS=`$GLIB_CONFIG --libs gthread`
-+	GLIB_CFLAGS=`$GLIB_CONFIG --cflags gthread`
-+	GLIB_VERSION=`$GLIB_CONFIG --version`
- 
- 	LIBS="$LIBS $GLIB_LIBS"
- 	CFLAGS="$CFLAGS $GLIB_CFLAGS"

>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?19990916130958.3E05AF81B>