Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 04:38:09 -0800 (PST)
From:      Takahiro Fujita <takfjt@anet.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32131: Checksum and patch files mismatch for libgda port
Message-ID:  <200111201238.fAKCc9I66606@freefall.freebsd.org>

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

>Number:         32131
>Category:       ports
>Synopsis:       Checksum and patch files mismatch for libgda port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 20 04:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Takahiro Fujita
>Release:        4.4-STABLE
>Organization:
Hiroshima City University
>Environment:
FreeBSD izel 4.4-STABLE FreeBSD 4.4-STABLE #9: Sun Nov 18 23:40:37 JST 2001     root@izel:/usr/src/sys/compile/IZEL  i386

>Description:
The libgda tarball has been changed, but retains the same version number as the old tar ball.
Checksum and patch files mismatch now.


>How-To-Repeat:
Here is the output from md5:

izel# md5 ../../distfiles/libgda-0.2.93.tar.gz 
MD5 (../../distfiles/libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989
izel# ls -l ../../distfiles/libgda-0.2.93.tar.gz
-rw-r--r--  1 root  wheel  1261883  11/19 04:15 ../../distfiles/libgda-0.2.93.tar.gz



>Fix:
Determine if the tar ball has been tampered with.  If not, update the distinfo to:

MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989

Add the following files to database/libgda/files

For patch-aa
--- libgda-0.2.93/Makefile.in.old	Tue Nov 20 20:14:50 2001
+++ libgda-0.2.93/Makefile.in	Tue Nov 20 20:28:52 2001
@@ -158,7 +158,7 @@
 YACC = @YACC@
 l = @l@
 
-SUBDIRS =  	po 	intl 	macros 	idl 	lib 	bindings 	providers 	tools 	doc
+SUBDIRS =  	po 	intl 	macros 	idl 	lib 	bindings 	providers 	tools 	testing 	doc
 
 
 EXTRA_DIST =  	COPYING 	libgda.spec.in 	xml-i18n-extract.in 	xml-i18n-merge.in 	xml-i18n-update.in

for patch-ltmain.sh
--- libgda-0.2.93/ltmain.sh.old	Tue Nov 20 21:32:24 2001
+++ libgda-0.2.93/ltmain.sh	Mon Nov 19 03:54:41 2001
@@ -2449,9 +2449,6 @@
 	  *-*-openbsd*)
 	    # Do not include libc due to us having libc/libc_r.
 	    ;;
-	  *-*-freebsd*)
-	    # FreeBSD doesn't need this...
-	    ;;
 	  *)
 	    # Add libc to deplibs on all other systems if necessary.
 	    if test $build_libtool_need_lc = "yes"; then
@@ -4218,12 +4215,10 @@
 	fi
 
 	# Install the pseudo-library for information purposes.
-	if /usr/bin/false; then
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	instname="$dir/$name"i
 	$show "$install_prog $instname $destdir/$name"
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-	fi
 
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

for patch-po::Makefile.in.in
--- libgda-0.2.93/po/Makefile.in.in.old	Tue Nov 20 20:15:09 2001
+++ libgda-0.2.93/po/Makefile.in.in	Mon Nov 19 03:54:39 2001
@@ -23,7 +23,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
-localedir = $(prefix)/share/locale
+localedir = $(datadir)/locale
 gettextsrcdir = $(datadir)/gettext/po
 
 INSTALL = @INSTALL@

for patch-providers::gda-default-server::Makefile.in
--- libgda-0.2.93/providers/gda-default-server/Makefile.in.old	Tue Nov 20 20:34:06 2001
+++ libgda-0.2.93/providers/gda-default-server/Makefile.in	Tue Nov 20 20:28:52 2001
@@ -461,7 +461,7 @@
 	../../lib/gda-server/gda-server-recordset.h \
 	../../lib/gda-server/gda-server-field.h \
 	../../lib/gda-server/gda-server-error.h \
-	../../lib/gda-server/gda-server-command.h sqlite/sqlite.h
+	../../lib/gda-server/gda-server-command.h sqlite.h
 
 info-am:
 info: info-recursive

for patch-tools::gda-buildserver.in
--- libgda-0.2.93/tools/gda-buildserver.in.old	Tue Nov 20 20:16:25 2001
+++ libgda-0.2.93/tools/gda-buildserver.in	Tue May 29 09:46:22 2001
@@ -7,7 +7,7 @@
 CC=@CC@
 shell=@shell@
 
-TEMPLATES_DIR="${prefix}/share/gnome/gda/templates"
+TEMPLATES_DIR="${prefix}/share/gda/templates"
 TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c"
 TMPL_H_FILES="gda-srv.h"
 
for patch-tools::templates::Makefile.in
--- libgda-0.2.93/tools/templates/Makefile.in.old	Tue Nov 20 20:18:41 2001
+++ libgda-0.2.93/tools/templates/Makefile.in	Tue Nov 20 20:28:52 2001
@@ -163,7 +163,7 @@
 
 EXTRA_DIST = $(TEMPLATE_FILES)
 
-gdatemplatesdir = $(prefix)/share/gnome/gda/templates
+gdatemplatesdir = $(prefix)/share/gda/templates
 gdatemplates_DATA = $(TEMPLATE_FILES)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../config.h

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

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?200111201238.fAKCc9I66606>