another port that does not need autoconf/automake
This commit is contained in:
parent
68ff5c23f8
commit
e60be32a37
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2001/06/05 12:30:02 wilfried Exp $
|
# $OpenBSD: Makefile,v 1.4 2001/08/23 19:00:04 brad Exp $
|
||||||
|
|
||||||
COMMENT= "C++ API for MySQL"
|
COMMENT= "C++ API for MySQL"
|
||||||
COMMENT-docs= "C++ API for MySQL documentation"
|
COMMENT-docs= "C++ API for MySQL documentation"
|
||||||
@ -7,7 +7,7 @@ VERSION= 1.7.9
|
|||||||
DISTNAME= mysql++-${VERSION}
|
DISTNAME= mysql++-${VERSION}
|
||||||
PKGNAME-docs= mysql++-docs-${VERSION}
|
PKGNAME-docs= mysql++-docs-${VERSION}
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
NEED_VERSION= 1.402
|
NEED_VERSION= 1.435
|
||||||
|
|
||||||
HOMEPAGE= http://www.mysql.com/downloads/api-mysql++.html
|
HOMEPAGE= http://www.mysql.com/downloads/api-mysql++.html
|
||||||
|
|
||||||
@ -21,18 +21,14 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/mysql++/ \
|
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/mysql++/ \
|
||||||
ftp://ftp.mysql.com/mysql++/
|
ftp://ftp.mysql.com/mysql++/
|
||||||
|
|
||||||
BUILD_DEPENDS= automake::devel/automake
|
|
||||||
LIB_DEPENDS= mysqlclient.10:mysql-client-3.23.*:databases/mysql
|
LIB_DEPENDS= mysqlclient.10:mysql-client-3.23.*:databases/mysql
|
||||||
|
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
CONFIGURE_STYLE= gnu autoconf
|
CONFIGURE_STYLE= gnu
|
||||||
|
|
||||||
MULTI_PACKAGES= -docs
|
MULTI_PACKAGES= -docs
|
||||||
SUBPACKAGE?=
|
SUBPACKAGE?=
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@cd ${WRKSRC} && automake -a
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mysql++/html
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mysql++/html
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/man-html/* ${PREFIX}/share/doc/mysql++/html
|
${INSTALL_DATA} ${WRKSRC}/doc/man-html/* ${PREFIX}/share/doc/mysql++/html
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2001/04/02 15:13:05 wilfried Exp $
|
|
||||||
--- Makefile.am.orig Tue Nov 14 13:17:19 2000
|
|
||||||
+++ Makefile.am Fri Feb 9 15:42:21 2001
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
EXTRA_DIST = .version Configure doc devel
|
|
||||||
|
|
||||||
#SUBDIRS = sqlplusint examples doc
|
|
||||||
-SUBDIRS = sqlplusint examples
|
|
||||||
+SUBDIRS = sqlplusint
|
|
12
devel/mysql++/patches/patch-Makefile_in
Normal file
12
devel/mysql++/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-Makefile_in,v 1.1 2001/08/23 19:00:05 brad Exp $
|
||||||
|
--- Makefile.in.orig Thu Aug 23 14:49:06 2001
|
||||||
|
+++ Makefile.in Thu Aug 23 14:49:33 2001
|
||||||
|
@@ -80,7 +80,7 @@ VERSION = @VERSION@
|
||||||
|
EXTRA_DIST = .version Configure doc devel
|
||||||
|
|
||||||
|
#SUBDIRS = sqlplusint examples doc
|
||||||
|
-SUBDIRS = sqlplusint examples
|
||||||
|
+SUBDIRS = sqlplusint
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = config.h ./sqlplusint/exceptions.hh
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-sqlplusint_Makefile_am,v 1.1.1.1 2001/04/02 15:13:05 wilfried Exp $
|
|
||||||
--- sqlplusint/Makefile.am.orig Tue Nov 14 13:17:19 2000
|
|
||||||
+++ sqlplusint/Makefile.am Fri Feb 9 15:41:42 2001
|
|
||||||
@@ -8,7 +8,7 @@ libsqlplus_la_SOURCES = coldata.cc conne
|
|
||||||
field_types.cc manip.cc query.cc result.cc set.cc sql_query.cc \
|
|
||||||
type_info.cc vallist.cc string_util.cc
|
|
||||||
|
|
||||||
-libsqlplus_la_LDFLAGS = -version-info $(SQLPLUS_MAJOR_VERSION):$(SQLPLUS_MINOR_VERSION):$(SQLPLUS_MICRO_VERSION)
|
|
||||||
+libsqlplus_la_LDFLAGS = -version-info $(SQLPLUS_MAJOR_VERSION):$(SQLPLUS_MINOR_VERSION)
|
|
||||||
|
|
||||||
include_HEADERS = sqlplus.hh coldata1.hh coldata2.hh coldata3.hh coldata4.hh \
|
|
||||||
compare1.hh compare2.hh compare3.hh connection0.hh connection1.hh \
|
|
12
devel/mysql++/patches/patch-sqlplusint_Makefile_in
Normal file
12
devel/mysql++/patches/patch-sqlplusint_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-sqlplusint_Makefile_in,v 1.1 2001/08/23 19:00:05 brad Exp $
|
||||||
|
--- sqlplusint/Makefile.in.orig Thu Aug 23 14:49:51 2001
|
||||||
|
+++ sqlplusint/Makefile.in Thu Aug 23 14:50:14 2001
|
||||||
|
@@ -90,7 +90,7 @@ lib_LTLIBRARIES = libsqlplus.la
|
||||||
|
libsqlplus_la_SOURCES = coldata.cc connection.cc datetime.cc field_names.cc field_types.cc manip.cc query.cc result.cc set.cc sql_query.cc type_info.cc vallist.cc string_util.cc
|
||||||
|
|
||||||
|
|
||||||
|
-libsqlplus_la_LDFLAGS = -version-info $(SQLPLUS_MAJOR_VERSION):$(SQLPLUS_MINOR_VERSION):$(SQLPLUS_MICRO_VERSION)
|
||||||
|
+libsqlplus_la_LDFLAGS = -version-info $(SQLPLUS_MAJOR_VERSION):$(SQLPLUS_MINOR_VERSION)
|
||||||
|
|
||||||
|
include_HEADERS = sqlplus.hh coldata1.hh coldata2.hh coldata3.hh coldata4.hh compare1.hh compare2.hh compare3.hh connection0.hh connection1.hh connection2.hh connection3.hh const_string1.hh const_string2.hh const_string3.hh convert1.hh convert2.hh convert3.hh custom-macros.hh custom.hh datetime1.hh datetime2.hh datetime3.hh field_names1.hh field_names2.hh field_names3.hh field_types1.hh field_types2.hh field_types3.hh fields1.hh fields2.hh manip1.hh manip2.hh manip3.hh null1.hh null2.hh null3.hh query1.hh query2.hh query3.hh resiter1.hh result1.hh result2.hh result3.hh row1.hh row2.hh row3.hh set1.hh set2.hh set3.hh sql_query0.hh sql_query1.hh sql_query2.hh sql_query3.hh sql_string1.hh sql_string2.hh sql_string3.hh stream2string1.hh stream2string2.hh stream2string3.hh tiny_int1.hh tiny_int2.hh tiny_int3.hh type_info1.hh type_info2.hh type_info3.hh vallist1.hh vallist2.hh vallist3.hh string_util.hh mysql++ exceptions.hh define_short defs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user