Update to freetds-0.53
This commit is contained in:
parent
b92e60d777
commit
e55ca75dee
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/11/01 02:40:55 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/12/27 02:56:38 jcs Exp $
|
||||
|
||||
DISTNAME= freetds-0.52
|
||||
DISTNAME= freetds-0.53
|
||||
CATEGORIES= databases
|
||||
NEED_VERSION= 1.433
|
||||
NEED_VERSION= 1.503
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -17,15 +17,15 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltmain_sh \
|
||||
patch-*
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-static \
|
||||
--enable-dbmfix
|
||||
--with-libiconv-prefix="${LOCALBASE}"
|
||||
MAKE_ENV= RM=rm
|
||||
MODULES= gettext
|
||||
|
||||
post-configure:
|
||||
@chmod 644 ${WRKSRC}/include/tds_configs.h
|
||||
|
||||
post-install:
|
||||
@sed -e "s:@sysconfdir@:${SYSCONFDIR}:g" ${WRKSRC}/freetds.conf > \
|
||||
|
3
databases/freetds/distinfo
Normal file
3
databases/freetds/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (freetds-0.53.tgz) = 78586f3db87f53a8097d7665a4d8f892
|
||||
RMD160 (freetds-0.53.tgz) = d3319316c6c162e99c53abc1b2d646df657075f7
|
||||
SHA1 (freetds-0.53.tgz) = 7ae8e843ad91c357e9fa91e28176775737584af3
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
||||
--- Makefile.in.orig Mon Jul 2 05:15:54 2001
|
||||
+++ Makefile.in Sat Aug 11 02:57:59 2001
|
||||
@@ -80,7 +80,7 @@ smallint = @smallint@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2001/12/27 02:56:38 jcs Exp $
|
||||
--- Makefile.in.orig Wed Dec 26 20:12:09 2001
|
||||
+++ Makefile.in Wed Dec 26 20:13:23 2001
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
SUBDIRS = include src
|
||||
|
||||
@ -10,16 +10,11 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
||||
|
||||
DEFDIR = $(prefix)
|
||||
ETC = $(sysconfdir)
|
||||
@@ -335,17 +335,6 @@ maintainer-clean-generic clean mostlycle
|
||||
@@ -369,12 +369,6 @@
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(DEFDIR) $(ETC)
|
||||
- if [ -f $(DEFDIR)/interfaces ]; \
|
||||
- then :; \
|
||||
- else \
|
||||
- $(INSTALL_DATA) interfaces $(DEFDIR); \
|
||||
- fi
|
||||
- if [ -f $(ETC)/freetds.conf ]; \
|
||||
- then :; \
|
||||
- else \
|
||||
|
19
databases/freetds/patches/patch-configure
Normal file
19
databases/freetds/patches/patch-configure
Normal file
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2001/12/27 02:56:38 jcs Exp $
|
||||
--- configure.orig Wed Dec 26 20:36:39 2001
|
||||
+++ configure Wed Dec 26 20:37:43 2001
|
||||
@@ -5934,11 +5934,13 @@
|
||||
CFLAGS="$CFLAGS -DIODBC";
|
||||
ODBC_INC=$with_iodbc/include;
|
||||
odbc=true
|
||||
+else
|
||||
+ odbc=false
|
||||
fi
|
||||
|
||||
# Check whether --with-iodbc or --without-iodbc was given.
|
||||
-if test "${with_iodbc+set}" = set; then
|
||||
- withval="$with_iodbc"
|
||||
+if test "${with_unixodbc+set}" = set; then
|
||||
+ withval="$with_unixodbc"
|
||||
:
|
||||
fi
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-include-tds_h_in,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
||||
--- include/tds.h.in.orig Sun Jun 10 03:35:55 2001
|
||||
+++ include/tds.h.in Sat Aug 11 02:58:00 2001
|
||||
@@ -53,7 +53,7 @@ static void *no_unused_tds_h_warn[]={rcs
|
||||
#include <time.h>
|
||||
/* FIX ME -- use autoconf for the existance of malloc.h */
|
||||
#ifndef __APPLE__
|
||||
-#include <malloc.h>
|
||||
+/* #include <malloc.h> */
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#endif
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/12/27 02:56:38 jcs Exp $
|
||||
lib/libct.so.0.0
|
||||
lib/libsybdb.so.0.0
|
||||
lib/libsybdb.so.1.0
|
||||
lib/libtds.so.0.0
|
||||
lib/libtdssrv.so.0.0
|
||||
DYNLIBDIR(%B)
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/10/06 19:58:33 jcs Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/12/27 02:56:38 jcs Exp $
|
||||
include/bkpublic.h
|
||||
include/cspublic.h
|
||||
include/cstypes.h
|
||||
|
Loading…
Reference in New Issue
Block a user