View | Details | Raw Unified | Return to bug 64759
Collapse All | Expand All

(-)databases/libdbi-drivers/Makefile (-4 / +9 lines)
Lines 7-24 Link Here
7
#
7
#
8
8
9
PORTNAME=	libdbi-drivers
9
PORTNAME=	libdbi-drivers
10
PORTVERSION=	0.7.0
10
PORTVERSION=	0.7.1
11
CATEGORIES=	databases devel
11
CATEGORIES=	databases devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	libdbi drivers
16
COMMENT=	Drivers for libdbi
17
17
18
LIB_DEPENDS=	dbi.0:${PORTSDIR}/databases/libdbi
18
LIB_DEPENDS=	dbi.0:${PORTSDIR}/databases/libdbi
19
19
20
GNU_CONFIGURE=	yes
20
USE_GNOME=	gnometarget lthack
21
CONFIGURE_ARGS=	--with-dbi-incdir=${LOCALBASE}/include/dbi
21
USE_LIBTOOL_VER=	13
22
CONFIGURE_ARGS=	--disable-static \
23
		--with-dbi-incdir=${LOCALBASE}/include/dbi
22
24
23
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
24
26
Lines 53-57 Link Here
53
#.else
55
#.else
54
#PLIST_SUB+=	MSQL="@comment "
56
#PLIST_SUB+=	MSQL="@comment "
55
#.endif
57
#.endif
58
59
post-patch:
60
	@${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure
56
61
57
.include <bsd.port.mk>
62
.include <bsd.port.mk>
(-)databases/libdbi-drivers/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libdbi-drivers-0.7.0.tar.gz) = 4a523d28b53934cdd6bf1fadf0bfc6b9
1
MD5 (libdbi-drivers-0.7.1.tar.gz) = f11020119ceb7a6dee3969cb0589d4bc
2
SIZE (libdbi-drivers-0.7.0.tar.gz) = 306057
2
SIZE (libdbi-drivers-0.7.1.tar.gz) = 488642
(-)databases/libdbi-drivers/files/patch-ltmain.sh (-16 lines)
Lines 1-16 Link Here
1
--- ltmain.sh.orig	Thu Oct 30 11:32:24 2003
2
+++ ltmain.sh	Thu Oct 30 11:32:37 2003
3
@@ -3457,11 +3457,13 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false ; then
8
 	if test "$install_ltlibs" = yes; then
9
 	  name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
10
 	  instname="$dir/$name"i
11
 	  $show "$install_prog $instname $destdir/$name"
12
 	  $run eval "$install_prog $instname $destdir/$name" || exit $?
13
+	fi
14
 	fi
15
 
16
 	# Maybe install the static library, too.

Return to bug 64759