Date: Tue, 14 Dec 1999 08:18:43 -0500 (EST) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15482: Update port: news/pan Message-ID: <19991214131843.044B79B1C@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 15482 >Category: ports >Synopsis: Update port: news/pan >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: Tue Dec 14 05:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 * Added de translation * Various bug fixes * Add patch-ad, ae, and af. >Description: Update port: news/pan >How-To-Repeat: >Fix: diff -urN pan.old/Makefile pan/Makefile --- pan.old/Makefile Sat Dec 4 18:32:51 1999 +++ pan/Makefile Mon Dec 13 17:16:41 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.6.5 +# Version required: 0.6.6 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD: ports/news/pan/Makefile,v 1.10 1999/12/04 23:32:51 cpiazza Exp $ # -DISTNAME= pan-0.6.5 +DISTNAME= pan-0.6.6 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ diff -urN pan.old/files/md5 pan/files/md5 --- pan.old/files/md5 Fri Dec 10 12:21:15 1999 +++ pan/files/md5 Mon Dec 13 17:16:57 1999 @@ -1 +1 @@ -MD5 (pan-0.6.5.tar.bz2) = 2c238b03b0d25d031c52191cde42ac9f +MD5 (pan-0.6.6.tar.bz2) = f4672603fe7c6b4009fb99bd95347680 diff -urN pan.old/patches/patch-ad pan/patches/patch-ad --- pan.old/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ad Mon Dec 13 17:11:27 1999 @@ -0,0 +1,13 @@ +--- pan/gui.h.orig Sun Dec 12 01:06:10 1999 ++++ pan/gui.h Mon Dec 13 17:04:30 1999 +@@ -21,6 +21,10 @@ + #ifndef __GUI_H__ + #define __GUI_H__ + ++#if defined(__FreeBSD__) ++#define ulong u_long ++#endif ++ + extern GtkWidget *appbar; + + extern GtkWidget *infobar; diff -urN pan.old/patches/patch-ae pan/patches/patch-ae --- pan.old/patches/patch-ae Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ae Mon Dec 13 17:10:00 1999 @@ -0,0 +1,11 @@ +--- uulib/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ uulib/Makefile.in Mon Dec 13 17:08:46 1999 +@@ -115,7 +115,7 @@ + libuu_a_LIBADD = uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN pan.old/patches/patch-af pan/patches/patch-af --- pan.old/patches/patch-af Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-af Mon Dec 13 17:19:41 1999 @@ -0,0 +1,11 @@ +--- rx/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ rx/Makefile.in Mon Dec 13 17:19:26 1999 +@@ -115,7 +115,7 @@ + noinst_HEADERS = _rx.h rx.h rxanal.h rxbasic.h rxbitset.h rxcontext.h rxcset.h rxgnucomp.h rxhash.h rxnfa.h rxnode.h inst-rxposix.h rxposix.h rxproto.h rxsimp.h rxspencer.h rxstr.h rxsuper.h rxunfa.h rxall.h + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN pan.old/pkg/PLIST pan/pkg/PLIST --- pan.old/pkg/PLIST Tue Nov 30 13:48:06 1999 +++ pan/pkg/PLIST Mon Dec 13 17:23:47 1999 @@ -1,5 +1,6 @@ bin/pan share/locale/da/LC_MESSAGES/pan.mo +share/locale/de/LC_MESSAGES/pan.mo share/locale/es/LC_MESSAGES/pan.mo share/locale/it/LC_MESSAGES/pan.mo share/locale/ja/LC_MESSAGES/pan.mo >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?19991214131843.044B79B1C>