mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 0.7.1
PR: ports/64759 Submitted by: Ports Fury
This commit is contained in:
parent
9f14d91f18
commit
c9061d0309
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105332
@ -7,18 +7,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= libdbi-drivers
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= databases devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= libdbi drivers
|
||||
COMMENT= Drivers for libdbi
|
||||
|
||||
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-dbi-incdir=${LOCALBASE}/include/dbi
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_LIBTOOL_VER= 13
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--with-dbi-incdir=${LOCALBASE}/include/dbi
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -54,4 +56,7 @@ PLIST_SUB+= SQLITE="@comment "
|
||||
#PLIST_SUB+= MSQL="@comment "
|
||||
#.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libdbi-drivers-0.7.0.tar.gz) = 4a523d28b53934cdd6bf1fadf0bfc6b9
|
||||
SIZE (libdbi-drivers-0.7.0.tar.gz) = 306057
|
||||
MD5 (libdbi-drivers-0.7.1.tar.gz) = f11020119ceb7a6dee3969cb0589d4bc
|
||||
SIZE (libdbi-drivers-0.7.1.tar.gz) = 488642
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- ltmain.sh.orig Thu Oct 30 11:32:24 2003
|
||||
+++ ltmain.sh Thu Oct 30 11:32:37 2003
|
||||
@@ -3457,11 +3457,13 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
if test "$install_ltlibs" = yes; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
fi
|
||||
|
||||
# Maybe install the static library, too.
|
Loading…
Reference in New Issue
Block a user