From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 9 15:16:18 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70B9C106564A for ; Thu, 9 Jun 2011 15:16:18 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from smtp03.lnh.mail.rcn.net (smtp03.lnh.mail.rcn.net [207.172.157.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA308FC08 for ; Thu, 9 Jun 2011 15:16:17 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 Jun 2011 10:47:06 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AXS46240; Thu, 9 Jun 2011 10:47:05 -0400 Received-SPF: None identity=pra; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi@aldan.algebra.com"; x-sender="mi@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi@aldan.algebra.com"; x-sender="mi@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi@aldan.algebra.com"; x-sender="postmaster@utka.zajac"; x-conformance=sidf_compatible X-Auth-ID: anat Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO utka.zajac) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 Jun 2011 10:47:05 -0400 Message-ID: <4DF0DCE9.9030203@aldan.algebra.com> Date: Thu, 09 Jun 2011 10:47:05 -0400 From: mi@aldan.algebra.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.17) Gecko/20110525 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: openoffice@FreeBSD.org Content-Type: multipart/mixed; boundary="------------020509000405090808090904" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Updating devel/epm to 4.2 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2011 15:16:18 -0000 This is a multi-part message in MIME format. --------------020509000405090808090904 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello! Version 4.2 was released by the developer(s) in the last day of 2010: http://www.epmhome.org/articles.php?L82 the update is straightforward, as our only patch is no longer necessary. Also, it seems, parallel building can now be enabled. Can I commit the attached? Thanks! Yours, -mi --------------020509000405090808090904 Content-Type: text/plain; name="epm.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="epm.patch" ? cscope.out ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/epm/Makefile,v retrieving revision 1.12 diff -U 2 -r1.12 Makefile --- Makefile 4 Dec 2010 07:31:04 -0000 1.12 +++ Makefile 9 Jun 2011 14:45:59 -0000 @@ -7,6 +7,5 @@ PORTNAME= epm -PORTVERSION= 4.1 -PORTREVISION= 1 +PORTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_EASYSW} @@ -22,5 +21,4 @@ MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 -MAKE_JOBS_UNSAFE= yes .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/epm/distinfo,v retrieving revision 1.4 diff -U 2 -r1.4 distinfo --- distinfo 17 Nov 2009 00:37:17 -0000 1.4 +++ distinfo 9 Jun 2011 14:45:59 -0000 @@ -1,3 +1,2 @@ -MD5 (epm-4.1-source.tar.bz2) = 658385d63e81bfd0989f8f9b8a956c2c -SHA256 (epm-4.1-source.tar.bz2) = 960ce17836040dc64f5058186c71032c2c9c9b5f8a31b790e820900e130cb8a3 -SIZE (epm-4.1-source.tar.bz2) = 452818 +SHA256 (epm-4.2-source.tar.bz2) = 66c689fae292d4e390d5c52a4bcbd4b231d20dd51d309a7cb9a73d172a7d358e +SIZE (epm-4.2-source.tar.bz2) = 458362 Index: files/patch-link =================================================================== RCS file: files/patch-link diff -N files/patch-link --- files/patch-link 27 Nov 2009 04:41:06 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,29 +0,0 @@ -Change copy_file() function to try to create a hard link instead -of copying... - -Submitted to author: - - http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q - - -mi - ---- file.c 2006-08-29 12:43:09.000000000 -0400 -+++ file.c 2009-11-16 19:49:06.242283000 -0500 -@@ -67,4 +67,17 @@ - - unlink(dst); -+ if (link(src, dst) == 0) -+ { -+ if (Verbosity > 1) -+ printf("Successfully linked %s to %s instead of copying\n", -+ src, dst); -+ return 0; -+ } -+ else -+ { -+ if (Verbosity > 1) -+ printf("Linking %s to %s failed: %s.\n\tFalling back to copying\n", -+ src, dst, strerror(errno)); -+ } - - if ((dstfile = fopen(dst, "wb")) == NULL) --------------020509000405090808090904--