1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 0.61.2.

Fix distfile.

PR:		57397
Submitted by:	maintainer
This commit is contained in:
Anders Nordby 2003-11-07 08:26:27 +00:00
parent f088e4ab55
commit e600bd8ea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93290
8 changed files with 50 additions and 10 deletions

View File

@ -5,24 +5,26 @@
# $FreeBSD$
PORTNAME= freetds
PORTVERSION= 0.61
PORTREVISION= 1
PORTVERSION= 0.61.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/freetds/stable
EXTRACT_SUFX= .tgz
MAINTAINER= kiesel@schlund.de
COMMENT= Sybase/Microsoft TDS protocol library
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
BUILD_DEPENDS= ${LOCALBASE}/bin/automake17:${PORTSDIR}/devel/automake17
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
USE_LIBTOOL= yes
NO_AUTOCONF= yes
NO_AUTOMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-tdsver=4.2
CONFIGURE_ARGS= --with-tdsver=5.0
INSTALLS_SHLIB= yes
MAN1= freebcp.1 tsql.1
@ -56,6 +58,11 @@ post-patch:
s|/pool.conf|/pool.conf.dist|g ; \
s| common.h||g'
post-configure:
@cd ${WRKSRC} && ${REINPLACE_CMD} -e \
's|automake-1..|automake17|g ; \
s|aclocal-1..|aclocal17|g' Makefile
post-install:
@${MKDIR} ${PREFIX}/etc/freetds
@${INSTALL_DATA} ${WRKSRC}/interfaces ${PREFIX}/etc/freetds/interfaces.dist

View File

@ -1 +1 @@
MD5 (freetds-0.61.tgz) = 15cc9829beb534606deb3020b3118eb9
MD5 (freetds-0.61.2.tar.gz) = 95e91d26ddfdeed255771f3fa2c28129

View File

@ -0,0 +1,11 @@
--- aclocal.m4.orig Wed Aug 6 07:55:55 2003
+++ aclocal.m4 Wed Aug 6 07:56:00 2003
@@ -441,7 +441,7 @@
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-AC_PREREQ([2.54])
+AC_PREREQ([2.53])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.

View File

@ -21,6 +21,8 @@ include/tds_sysdep_public.h
include/tdsconvert.h
include/tdssrv.h
include/tdsver.h
share/nls/POSIX
share/nls/en_US.US-ASCII
lib/libct.a
lib/libct.so
lib/libct.so.1

View File

@ -5,24 +5,26 @@
# $FreeBSD$
PORTNAME= freetds
PORTVERSION= 0.61
PORTREVISION= 1
PORTVERSION= 0.61.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/freetds/stable
EXTRACT_SUFX= .tgz
MAINTAINER= kiesel@schlund.de
COMMENT= Sybase/Microsoft TDS protocol library
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
BUILD_DEPENDS= ${LOCALBASE}/bin/automake17:${PORTSDIR}/devel/automake17
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
USE_LIBTOOL= yes
NO_AUTOCONF= yes
NO_AUTOMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-tdsver=4.2
CONFIGURE_ARGS= --with-tdsver=5.0
INSTALLS_SHLIB= yes
MAN1= freebcp.1 tsql.1
@ -56,6 +58,11 @@ post-patch:
s|/pool.conf|/pool.conf.dist|g ; \
s| common.h||g'
post-configure:
@cd ${WRKSRC} && ${REINPLACE_CMD} -e \
's|automake-1..|automake17|g ; \
s|aclocal-1..|aclocal17|g' Makefile
post-install:
@${MKDIR} ${PREFIX}/etc/freetds
@${INSTALL_DATA} ${WRKSRC}/interfaces ${PREFIX}/etc/freetds/interfaces.dist

View File

@ -1 +1 @@
MD5 (freetds-0.61.tgz) = 15cc9829beb534606deb3020b3118eb9
MD5 (freetds-0.61.2.tar.gz) = 95e91d26ddfdeed255771f3fa2c28129

View File

@ -0,0 +1,11 @@
--- aclocal.m4.orig Wed Aug 6 07:55:55 2003
+++ aclocal.m4 Wed Aug 6 07:56:00 2003
@@ -441,7 +441,7 @@
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-AC_PREREQ([2.54])
+AC_PREREQ([2.53])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.

View File

@ -21,6 +21,8 @@ include/tds_sysdep_public.h
include/tdsconvert.h
include/tdssrv.h
include/tdsver.h
share/nls/POSIX
share/nls/en_US.US-ASCII
lib/libct.a
lib/libct.so
lib/libct.so.1