remove obsolete readme, LD_PRELOAD=/usr/lib/libpthread.so no longer needed

This commit is contained in:
sthen 2016-07-01 11:35:51 +00:00
parent a5f9cad7b7
commit 2653b93eaa
3 changed files with 3 additions and 19 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.82 2016/06/29 13:17:33 sthen Exp $
# $OpenBSD: Makefile,v 1.83 2016/07/01 11:35:51 sthen Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
DISTNAME= freetds-0.95.95
REVISION= 0
REVISION= 1
# 1.00 releases have problems with at least sqsh, libdbi-drivers, p5-sybperl
SHARED_LIBS += ct 6.0 # 4.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.23 2015/11/04 23:18:25 sthen Exp $
@comment $OpenBSD: PLIST,v 1.24 2016/07/01 11:35:51 sthen Exp $
@pkgpath databases/freetds,-msdblib
@pkgpath databases/freetds,-openssl
@bin bin/bsqldb
@ -39,7 +39,6 @@ lib/libtdsodbc.la
@man man/man1/osql.1
@man man/man1/tsql.1
@man man/man5/freetds.conf.5
share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/freetds/
share/examples/freetds/freetds.conf
@sample ${SYSCONFDIR}/freetds.conf

View File

@ -1,15 +0,0 @@
$OpenBSD: README,v 1.2 2012/11/22 21:26:18 sthen Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
If you are using FreeTDS from a program which is not linked with the
thread library, you may find that the program fails, possibly reporting
errors like this:
undefined symbol 'pthread_mutex_unlock'
If this occurs, you will need to manually load the pthread shared
library; you can do this by setting "LD_PRELOAD=/usr/lib/libpthread.so"
in the environment before starting your program.