From owner-freebsd-ports Thu Sep 16 6:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 063421522E for ; Thu, 16 Sep 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA81820; Thu, 16 Sep 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 8BC831544E for ; Thu, 16 Sep 1999 06:10:01 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 3E05AF81B; Thu, 16 Sep 1999 09:09:58 -0400 (EDT) Message-Id: <19990916130958.3E05AF81B@pawn.primelocation.net> Date: Thu, 16 Sep 1999 09:09:58 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13773: Update port: pan 0.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 +# Version required: 0.5.0 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber # -# $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