Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2005 18:36:48 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81925: deskutils/logjam: update to 4.4.1
Message-ID:  <200506051836.j55Iam4K098341@freefall.freebsd.org>
Resent-Message-ID: <200506051840.j55Ie1fu098405@freefall.freebsd.org>

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

>Number:         81925
>Category:       ports
>Synopsis:       deskutils/logjam: update to 4.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 18:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 4.11-STABLE FreeBSD 4.11-STABLE #16: Sat Feb 26 00:02:03 GMT 2005 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386


>Description:
	update to 4.4.1.
>How-To-Repeat:
>Fix:


--- logjam.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/logjam/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	9 May 2005 16:46:24 -0000	1.15
+++ Makefile	5 Jun 2005 18:29:31 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	logjam
-PORTVERSION=	4.4.0
-PORTREVISION=	5
+PORTVERSION=	4.4.1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://logjam.danga.com/download/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/deskutils/logjam/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	6 Nov 2004 21:27:01 -0000	1.5
+++ distinfo	5 Jun 2005 18:29:31 -0000
@@ -1,4 +1,4 @@
-MD5 (logjam-4.4.0.tar.bz2) = 7ff366dee32d354338132bfd5c5adb46
-SIZE (logjam-4.4.0.tar.bz2) = 604310
+MD5 (logjam-4.4.1.tar.bz2) = f16f68a4a6b15fb5bb650614f3ff081c
+SIZE (logjam-4.4.1.tar.bz2) = 715636
 MD5 (logjam_link.c.diff) = 944d94d47e0b3252098b3738dd5c8432
 SIZE (logjam_link.c.diff) = 2991
Index: files/patch-src-get_cmd_out.c
===================================================================
RCS file: files/patch-src-get_cmd_out.c
diff -N files/patch-src-get_cmd_out.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-get_cmd_out.c	5 Jun 2005 18:29:31 -0000
@@ -0,0 +1,10 @@
+--- src/get_cmd_out.c.orig	Sun Jun  5 22:09:21 2005
++++ src/get_cmd_out.c	Sun Jun  5 22:09:38 2005
+@@ -11,6 +11,7 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <signal.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include "util.h"
Index: files/patch-src::cmdline.c
===================================================================
RCS file: files/patch-src::cmdline.c
diff -N files/patch-src::cmdline.c
--- files/patch-src::cmdline.c	27 May 2004 08:27:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- src/cmdline.c.orig	Wed Mar 31 05:03:06 2004
-+++ src/cmdline.c	Mon May 10 00:19:23 2004
-@@ -13,6 +13,7 @@
- #endif
- 
- #ifdef HAVE_REGEX_H
-+#include <sys/types.h>
- #include <regex.h>
- #endif
- 
Index: files/patch-src::get_cmd_out.c
===================================================================
RCS file: files/patch-src::get_cmd_out.c
diff -N files/patch-src::get_cmd_out.c
--- files/patch-src::get_cmd_out.c	27 May 2004 08:27:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
---- src/get_cmd_out.c.orig  Sun May  9 16:29:56 2004
-+++ src/get_cmd_out.c       Sun May  9 16:30:55 2004
-@@ -12,6 +12,7 @@
- #include <unistd.h>
- #include <errno.h>
- #include <sys/types.h>
-+#include <signal.h>
- #include <sys/wait.h>
- #include "util.h"
Index: files/patch-src::network-libxml.c
===================================================================
RCS file: files/patch-src::network-libxml.c
diff -N files/patch-src::network-libxml.c
--- files/patch-src::network-libxml.c	12 Aug 2004 13:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/network-libxml.c.orig	Thu Aug 12 09:48:05 2004
-+++ src/network-libxml.c	Thu Aug 12 09:48:15 2004
-@@ -72,7 +72,7 @@
- 		g_set_error(err, NET_ERROR, NET_ERROR_PROTOCOL,
- 				_("File not found."));
- 		goto out;
--	default:
-+	default:;
- 	}
- 
- 	response = g_string_new(NULL);
Index: files/patch-src::sync.c
===================================================================
RCS file: files/patch-src::sync.c
diff -N files/patch-src::sync.c
--- files/patch-src::sync.c	20 Jun 2004 16:04:23 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- protocol/liblivejournal/livejournal/sync.c.old	Fri Jun 18 14:57:51 2004
-+++ protocol/liblivejournal/livejournal/sync.c	Fri Jun 18 14:58:20 2004
-@@ -33,8 +33,10 @@
- static int
- entry_date_compare_func(const void *a, const void *b) {
- 	/* struct tm* cast needed to un-constify the times passed to mktime. */
--	const LJEntry *entrya = a; time_t timea = mktime((struct tm*)&entrya->time);
--	const LJEntry *entryb = b; time_t timeb = mktime((struct tm*)&entryb->time);
-+	const LJEntry *entrya = *(LJEntry **)a;
-+	const LJEntry *entryb = *(LJEntry **)b;
-+	time_t timea = mktime((struct tm*)&entrya->time);
-+	time_t timeb = mktime((struct tm*)&entryb->time);
- 	/* mktime actually converts the times to local time, which isn't
- 	 * quite correct, but since we're comparing times directly like this
- 	 * it should still sort the same way and timegm is potentially slower. */
--- logjam.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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