Date: Tue, 14 Dec 1999 18:50:02 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/15482: Update port: news/pan Message-ID: <199912150250.SAA43200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15482; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15482: Update port: news/pan Date: Tue, 14 Dec 1999 21:45:58 -0500 (EST) Ok...they put 0.6.7 out also today. Here is the diff, please ignore the previous one. diff -urN pan.old/Makefile pan/Makefile --- pan.old/Makefile Sat Dec 4 18:32:51 1999 +++ pan/Makefile Tue Dec 14 21:25:06 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.6.5 +# Version required: 0.6.7 # 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.7 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 Tue Dec 14 21:27:52 1999 @@ -1 +1 @@ -MD5 (pan-0.6.5.tar.bz2) = 2c238b03b0d25d031c52191cde42ac9f +MD5 (pan-0.6.7.tar.bz2) = f4c404f25614a7e3a24fcc4a997abe91 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 Tue Dec 14 21:32:57 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__) ++typedef u_long ulong; ++#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 Tue Dec 14 21:30:24 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 Tue Dec 14 21:30:24 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 = 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?199912150250.SAA43200>