View | Details | Raw Unified | Return to bug 189243 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.autotools.mk (-8 / +8 lines)
Lines 308-313 LIBTOOLFILES?= aclocal.m4 Link Here
308
LIBTOOLFILES?=		${CONFIGURE_SCRIPT}
308
LIBTOOLFILES?=		${CONFIGURE_SCRIPT}
309
. endif
309
. endif
310
310
311
LIBTOOLIZE_ARGS?=	-i -c -f
312
311
LIBTOOL_DEPENDS=	libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT}
313
LIBTOOL_DEPENDS=	libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT}
312
BUILD_DEPENDS+=		${LIBTOOL_DEPENDS}
314
BUILD_DEPENDS+=		${LIBTOOL_DEPENDS}
313
.endif
315
.endif
Lines 329-343 ${var:tu}_ENV+= ${AUTOTOOLS_VARS} Link Here
329
#---------------------------------------------------------------------------
331
#---------------------------------------------------------------------------
330
332
331
.if !target(run-autotools)
333
.if !target(run-autotools)
332
.ORDER:			run-autotools run-autotools-aclocal \
334
.ORDER:			run-autotools run-autotools-libtoolize run-autotools-aclocal \
333
				patch-autotools-libtool run-autotools-autoheader \
335
				patch-autotools-libtool run-autotools-autoconf \
334
				run-autotools-libtoolize run-autotools-autoconf \
336
				run-autotools-autoheader run-autotools-automake
335
				run-autotools-automake
336
337
337
run-autotools:: run-autotools-aclocal \
338
run-autotools::	run-autotools-libtoolize run-autotools-aclocal \
338
				patch-autotools-libtool run-autotools-autoheader \
339
				patch-autotools-libtool run-autotools-autoconf \
339
				run-autotools-libtoolize run-autotools-autoconf \
340
				run-autotools-autoheader run-autotools-automake
340
				run-autotools-automake
341
.endif
341
.endif
342
342
343
.if !target(run-autotools-aclocal)
343
.if !target(run-autotools-aclocal)
(-)databases/vsqlite/Makefile (-9 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	vsqlite
4
PORTNAME=	vsqlite
5
PORTVERSION=	0.3.12
5
PORTVERSION=	0.3.12
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
8
9
MAINTAINER=	kwm@FreeBSD.org
9
MAINTAINER=	kwm@FreeBSD.org
Lines 19-35 GH_PROJECT= vsqlite-- Link Here
19
GH_TAGNAME=	3fa8d32
19
GH_TAGNAME=	3fa8d32
20
GH_COMMIT=	3fa8d32
20
GH_COMMIT=	3fa8d32
21
21
22
USE_AUTOTOOLS=	libtoolize autoconf automake
22
USES=		compiler:c++0x libtool
23
USES=		compiler:c++0x libtool:keepla
23
USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
24
AUTOMAKE_ARGS=	-a -c -f
24
USE_SQLITE=	3
25
USE_SQLITE=	3
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
INSTALL_TARGET=	install-strip
26
CPPFLAGS+=	-I${LOCALBASE}/include
28
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
29
LDFLAGS+=	-L${LOCALBASE}/lib
28
30
29
pre-configure:
30
	@cd ${WRKSRC} && ${SH} autogen.sh
31
32
post-install:
33
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvsqlitepp.so.3
34
35
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)databases/vsqlite/pkg-plist (-1 lines)
Lines 8-14 include/sqlite/result.hpp Link Here
8
include/sqlite/transaction.hpp
8
include/sqlite/transaction.hpp
9
include/sqlite/view.hpp
9
include/sqlite/view.hpp
10
lib/libvsqlitepp.a
10
lib/libvsqlitepp.a
11
lib/libvsqlitepp.la
12
lib/libvsqlitepp.so
11
lib/libvsqlitepp.so
13
lib/libvsqlitepp.so.3
12
lib/libvsqlitepp.so.3
14
lib/libvsqlitepp.so.3.0.0
13
lib/libvsqlitepp.so.3.0.0

Return to bug 189243