From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 26 08:10:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14A816A408 for ; Mon, 26 Jun 2006 08:10:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A79143D7D for ; Mon, 26 Jun 2006 08:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5Q8ATPO030209 for ; Mon, 26 Jun 2006 08:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5Q8ATSQ030208; Mon, 26 Jun 2006 08:10:29 GMT (envelope-from gnats) Date: Mon, 26 Jun 2006 08:10:29 GMT Message-Id: <200606260810.k5Q8ATSQ030208@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stanislav Sedov Cc: Subject: Re: ports/99468: [PATCH] cad/libgeda update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stanislav Sedov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 08:10:30 -0000 The following reply was made to PR ports/99468; it has been noted by GNATS. From: Stanislav Sedov To: "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--