[66853] trunk/dports/databases/unixODBC

ryandesign at macports.org ryandesign at macports.org
Fri Apr 23 16:13:06 PDT 2010


Revision: 66853
          http://trac.macports.org/changeset/66853
Author:   ryandesign at macports.org
Date:     2010-04-23 16:13:03 -0700 (Fri, 23 Apr 2010)
Log Message:
-----------
unixODBC: oops: bring back the files directory deleted in r66826 which contained more than just the patchfiles I meant to delete

Revision Links:
--------------
    http://trac.macports.org/changeset/66826

Modified Paths:
--------------
    trunk/dports/databases/unixODBC/Portfile

Added Paths:
-----------
    trunk/dports/databases/unixODBC/files/

Removed Paths:
-------------
    trunk/dports/databases/unixODBC/files/patch-ltmain.sh
    trunk/dports/databases/unixODBC/files/patch-odbc-config.c.diff
    trunk/dports/databases/unixODBC/files/patch-sqltypes.h.diff

Modified: trunk/dports/databases/unixODBC/Portfile
===================================================================
--- trunk/dports/databases/unixODBC/Portfile	2010-04-23 22:47:54 UTC (rev 66852)
+++ trunk/dports/databases/unixODBC/Portfile	2010-04-23 23:13:03 UTC (rev 66853)
@@ -5,6 +5,7 @@
 name                unixODBC
 conflicts           libiodbc virtuoso
 version             2.3.0
+revision            1
 categories          databases
 platforms           darwin
 maintainers         alakazam cotsworth.com:simon

Deleted: trunk/dports/databases/unixODBC/files/patch-ltmain.sh
===================================================================
--- trunk/dports/databases/unixODBC/files/patch-ltmain.sh	2010-04-23 06:56:50 UTC (rev 66825)
+++ trunk/dports/databases/unixODBC/files/patch-ltmain.sh	2010-04-23 23:13:03 UTC (rev 66853)
@@ -1,11 +0,0 @@
---- ltmain.sh.orig	Fri Nov 15 11:21:00 2002
-+++ ltmain.sh	Fri Feb 28 16:23:53 2003
-@@ -1742,7 +1742,7 @@
- 
- 	  if test "$installed" = no; then
- 	    notinst_deplibs="$notinst_deplibs $lib"
--	    need_relink=yes
-+	    need_relink=no
- 	  fi
- 
- 	  if test -n "$old_archive_from_expsyms_cmds"; then

Deleted: trunk/dports/databases/unixODBC/files/patch-odbc-config.c.diff
===================================================================
--- trunk/dports/databases/unixODBC/files/patch-odbc-config.c.diff	2010-04-23 06:56:50 UTC (rev 66825)
+++ trunk/dports/databases/unixODBC/files/patch-odbc-config.c.diff	2010-04-23 23:13:03 UTC (rev 66853)
@@ -1,19 +0,0 @@
---- exe/odbc-config.c.orig	2008-05-20 08:58:17.000000000 -0400
-+++ exe/odbc-config.c	2009-03-08 14:04:15.000000000 -0400
-@@ -66,12 +66,12 @@
-     printf( "#ifndef HAVE_LONG_LONG\n #define HAVE_LONG_LONG\n#endif\n" );
- #endif
- 
--#ifdef ODBCINT64
--    printf( "#ifndef ODBCINT64\n #define ODBCINT64\n#endif\n" );
-+#ifdef ODBCINT64_TYPE
-+    printf( "#ifndef ODBCINT64\n #define ODBCINT64 %s\n#endif\n", ODBCINT64_TYPE );
- #endif
- 
--#ifdef UODBCINT64
--    printf( "#ifndef UODBCINT64\n #define UODBCINT64\n#endif\n" );
-+#ifdef UODBCINT64_TYPE
-+    printf( "#ifndef UODBCINT64\n #define UODBCINT64 %s\n#endif\n", UODBCINT64_TYPE );
- #endif
- 
- #ifdef DISABLE_INI_CACHING

Deleted: trunk/dports/databases/unixODBC/files/patch-sqltypes.h.diff
===================================================================
--- trunk/dports/databases/unixODBC/files/patch-sqltypes.h.diff	2010-04-23 06:56:50 UTC (rev 66825)
+++ trunk/dports/databases/unixODBC/files/patch-sqltypes.h.diff	2010-04-23 23:13:03 UTC (rev 66853)
@@ -1,35 +0,0 @@
---- include/sqltypes.h.orig	2009-03-08 14:07:26.000000000 -0400
-+++ include/sqltypes.h	2009-03-08 14:07:28.000000000 -0400
-@@ -49,7 +49,7 @@
-  */
- 
- #ifndef SIZEOF_LONG_INT
--#include <unixodbc_conf.h>
-+#include "unixodbc_conf.h"
- #endif
- 
- #ifndef SIZEOF_LONG_INT
-@@ -371,10 +371,14 @@
- # if (SIZEOF_LONG_INT == 8)
- #   define ODBCINT64	    long
- #   define UODBCINT64	unsigned long
-+#   define ODBCINT64_TYPE	    "long"
-+#   define UODBCINT64_TYPE	"unsigned long"
- # else
- #  ifdef HAVE_LONG_LONG
- #   define ODBCINT64	    long long
- #   define UODBCINT64	unsigned long long
-+#   define ODBCINT64_TYPE	    "long long"
-+#   define UODBCINT64_TYPE	"unsigned long long"
- #  else
- /*
-  * may fail in some cases, but what else can we do ?
-@@ -391,6 +395,8 @@
- };
- #   define ODBCINT64	    struct __bigint_struct
- #   define UODBCINT64	struct __bigint_struct_u
-+#   define ODBCINT64_TYPE	    "struct __bigint_struct"
-+#   define UODBCINT64_TYPE	"struct __bigint_struct_u"
- #  endif
- # endif
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100423/8309466e/attachment.html>


More information about the macports-changes mailing list