Date: Mon, 26 Jun 2006 08:10:29 GMT From: Stanislav Sedov <stas@310.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99468: [PATCH] cad/libgeda update Message-ID: <200606260810.k5Q8ATSQ030208@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/99468; it has been noted by GNATS. From: Stanislav Sedov <stas@310.ru> To: "bug-followup@freebsd.org" <bug-followup@freebsd.org> Cc: Subject: Re: ports/99468: [PATCH] cad/libgeda update Date: Mon, 26 Jun 2006 12:01:18 +0400 This is a multi-part message in MIME format. --Multipart=_Mon__26_Jun_2006_12_01_18_+0400_zzg8nYOKD8rRoQCZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I've provided slightly incorrect patch (not recursive), there is new one. Additionally, I'd like to note, that libgeda/files/patch-libgeda.pc.in was removed. --Multipart=_Mon__26_Jun_2006_12_01_18_+0400_zzg8nYOKD8rRoQCZ Content-Type: text/plain; name="libgeda.diff" Content-Disposition: attachment; filename="libgeda.diff" Content-Transfer-Encoding: 7bit diff -ruN libgeda.orig/Makefile libgeda/Makefile --- libgeda.orig/Makefile Thu Feb 23 13:34:52 2006 +++ libgeda/Makefile Mon Jun 26 01:57:52 2006 @@ -6,8 +6,7 @@ # PORTNAME= libgeda -PORTVERSION= 20050313 -PORTREVISION= 2 +PORTVERSION= 20060123 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ \ diff -ruN libgeda.orig/distinfo libgeda/distinfo --- libgeda.orig/distinfo Sun Jan 22 11:20:47 2006 +++ libgeda/distinfo Mon Jun 26 01:51:05 2006 @@ -1,3 +1,3 @@ -MD5 (libgeda-20050313.tar.gz) = aff7e68dd56f10624ed3891a4d83dbfe -SHA256 (libgeda-20050313.tar.gz) = 41d78795bb118600808ea05838ba51f0d014c63098a61abc9256d0af655c45b6 -SIZE (libgeda-20050313.tar.gz) = 1023201 +MD5 (libgeda-20060123.tar.gz) = fa159b269c8c1d3d248dc39d4b70f366 +SHA256 (libgeda-20060123.tar.gz) = ff47092ede30a4c34a13924de19dc03b187f1737440b65cebf4a493f1ff47bb1 +SIZE (libgeda-20060123.tar.gz) = 1047712 diff -ruN libgeda.orig/files/patch-libgeda.pc.in libgeda/files/patch-libgeda.pc.in --- libgeda.orig/files/patch-libgeda.pc.in Mon May 16 07:26:22 2005 +++ libgeda/files/patch-libgeda.pc.in Thu Jan 1 03:00:00 1970 @@ -1,9 +0,0 @@ ---- libgeda.pc.in.orig Mon May 16 04:11:26 2005 -+++ libgeda.pc.in Mon May 16 04:11:33 2005 -@@ -7,5 +7,5 @@ - Description: gEDA/gaf's core library - Requires: - Version: @VERSION@ --Libs: -L${libdir} -lgeda @LIBGEDA_LDFLAGS@ -+Libs: -L${libdir} @LIBGEDA_LDFLAGS@ -lgeda - Cflags: -I${includedir} @LIBGEDA_CFLAGS@ diff -ruN libgeda.orig/pkg-plist libgeda/pkg-plist --- libgeda.orig/pkg-plist Thu Feb 23 13:34:53 2006 +++ libgeda/pkg-plist Mon Jun 26 01:54:56 2006 @@ -2,15 +2,15 @@ include/libgeda/defines.h include/libgeda/funcs.h include/libgeda/globals.h +include/libgeda/i_vars.h +include/libgeda/libgeda.h include/libgeda/o_types.h +include/libgeda/papersizes.h include/libgeda/prototype.h include/libgeda/struct.h -include/libgeda/libgeda.h -include/libgeda/i_vars.h -include/libgeda/papersizes.h lib/libgeda.a lib/libgeda.la lib/libgeda.so -lib/libgeda.so.23 +lib/libgeda.so.25 libdata/pkgconfig/libgeda.pc @dirrm include/libgeda --Multipart=_Mon__26_Jun_2006_12_01_18_+0400_zzg8nYOKD8rRoQCZ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606260810.k5Q8ATSQ030208>