Date: Mon, 12 Sep 2005 18:37:11 -0300 (BRT) From: Marcus Alves Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86030: Update port: databases/libsdb to 0.6.1 Message-ID: <200509122137.j8CLbBie087024@marcus.grupos.com.br> Resent-Message-ID: <200509122140.j8CLeG6d009386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86030 >Category: ports >Synopsis: Update port: databases/libsdb to 0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 12 21:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.0-BETA4 i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.0-BETA4 FreeBSD 6.0-BETA4 #44: Sun Sep 11 23:00:33 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: - Update to 0.6.1 >How-To-Repeat: >Fix: --- libsdb.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/libsdb/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 31 May 2005 16:47:15 -0000 1.11 +++ Makefile 12 Sep 2005 21:34:54 -0000 @@ -7,7 +7,7 @@ # PORTNAME= libsdb -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.1 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ @@ -16,15 +16,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple database library -USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 MAN8= sdbd.8 post-patch: - @${REINPLACE_CMD} -e \ - 's|= -lsdb|= $$(top_builddir)/libsdb.la|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|CFLAGS=-Wall|CFLAGS="$$CFLAGS -Wall"|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|PREFIX = .*|PREFIX = ${PREFIX}|g" ${WRKSRC}/config.in .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/libsdb/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 9 Jul 2004 18:04:12 -0000 1.8 +++ distinfo 12 Sep 2005 21:34:54 -0000 @@ -1,2 +1,2 @@ -MD5 (sdb-0.5.5.tar.gz) = c943a26bce057927d4b4a6337fe48297 -SIZE (sdb-0.5.5.tar.gz) = 259588 +MD5 (sdb-0.6.1.tar.gz) = a5e3ba6a1784c328899c9097f1b7cf05 +SIZE (sdb-0.6.1.tar.gz) = 52258 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/libsdb/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 6 Nov 2002 16:42:02 -0000 1.4 +++ pkg-plist 12 Sep 2005 21:34:54 -0000 @@ -5,4 +5,5 @@ include/sdb.h lib/libsdb.a lib/libsdb.so -lib/libsdb.so.5 +lib/libsdb.so.0 +lib/libsdb.so.0.6.1 --- libsdb.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509122137.j8CLbBie087024>