Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2000 17:54:49 -0600
From:      Steve Price <sprice@hiwaay.net>
To:        Steve Price <sprice@hiwaay.net>
Cc:        Daniel <euskalanuncio@euskalnet.net>, ebakke@trolltech.com, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: MyODBC-2.50.34
Message-ID:  <20001108175449.L78829@bonsai.knology.net>
In-Reply-To: <20001108174723.K78829@bonsai.knology.net>; from sprice@hiwaay.net on Wed, Nov 08, 2000 at 05:47:23PM -0600
References:  <3A09CCB4.C3B2BD79@euskalnet.net> <20001108174723.K78829@bonsai.knology.net>

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

--HG+GLK89HZ1zG0kk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Doh!  Forgot the attachment.

I wrote:

# You can't find it because it the package building machines were
# having troubles building it.  I've just sent the attached patch
# to the maintainer of the mysql323-client port (which is where the
# problem originates).

--HG+GLK89HZ1zG0kk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diffs

Index: pkg-plist.client
===================================================================
RCS file: /home/ncvs/ports/databases/mysql323-server/pkg-plist.client,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist.client
--- pkg-plist.client	2000/10/19 13:28:42	1.6
+++ pkg-plist.client	2000/11/08 23:27:13
@@ -9,6 +9,7 @@
 include/mysql/errmsg.h
 include/mysql/m_ctype.h
 include/mysql/m_string.h
+include/mysql/my_config.h
 include/mysql/my_global.h
 include/mysql/my_list.h
 include/mysql/my_net.h
Index: files/patch-ar
===================================================================
RCS file: /home/ncvs/ports/databases/mysql323-server/files/patch-ar,v
retrieving revision 1.1
diff -u -r1.1 patch-ar
--- files/patch-ar	2000/01/05 21:03:02	1.1
+++ files/patch-ar	2000/11/08 23:28:25
@@ -1,6 +1,15 @@
---- include/Makefile.in.orig	Sat Jan  1 17:59:41 2000
-+++ include/Makefile.in	Wed Jan  5 21:04:23 2000
-@@ -259,7 +259,11 @@
+--- include/Makefile.in.orig	Tue Oct 17 16:10:42 2000
++++ include/Makefile.in	Wed Nov  8 17:26:09 2000
+@@ -168,7 +168,7 @@
+ uname_prog = @uname_prog@
+ 
+ BUILT_SOURCES = mysql_version.h m_ctype.h
+-pkginclude_HEADERS = dbug.h m_string.h my_sys.h mysql.h mysql_com.h 			mysqld_error.h my_list.h 		        my_pthread.h my_no_pthread.h raid.h errmsg.h 			my_global.h my_net.h 			sslopt-case.h sslopt-longopts.h sslopt-usage.h 			sslopt-vars.h $(BUILT_SOURCES)
++pkginclude_HEADERS = dbug.h m_string.h my_sys.h mysql.h mysql_com.h 			mysqld_error.h my_config.h my_list.h 		        my_pthread.h my_no_pthread.h raid.h errmsg.h 			my_global.h my_net.h 			sslopt-case.h sslopt-longopts.h sslopt-usage.h 			sslopt-vars.h $(BUILT_SOURCES)
+ 
+ noinst_HEADERS = global.h config-win.h 			nisam.h heap.h merge.h 			myisam.h myisampack.h myisammrg.h ft_global.h 			my_dir.h mysys_err.h my_base.h 			my_nosys.h my_alarm.h queues.h 			my_tree.h hash.h thr_alarm.h thr_lock.h 			getopt.h t_ctype.h violite.h 			mysql_version.h.in
+ 
+@@ -282,7 +282,11 @@
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

--HG+GLK89HZ1zG0kk--


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?20001108175449.L78829>