From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 17 22:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69038106564A for ; Thu, 17 Apr 2008 22:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 532B88FC0A for ; Thu, 17 Apr 2008 22:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3HM0BEe091027 for ; Thu, 17 Apr 2008 22:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3HM0Brh091026; Thu, 17 Apr 2008 22:00:11 GMT (envelope-from gnats) Date: Thu, 17 Apr 2008 22:00:11 GMT Message-Id: <200804172200.m3HM0Brh091026@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Meikel Brandmeyer Cc: Subject: Re: ports/122856: Update port: databases/ocaml-sqlite3 (to version 1.0.2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Meikel Brandmeyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 22:00:11 -0000 The following reply was made to PR ports/122856; it has been noted by GNATS. From: Meikel Brandmeyer To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122856: Update port: databases/ocaml-sqlite3 (to version 1.0.2) Date: Fri, 18 Apr 2008 00:29:43 +0200 This is a multi-part message in MIME format. --Multipart=_Fri__18_Apr_2008_00_29_43_+0200__t6tztdK7MMzIAzk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, I made the following changes to the suggested patch: * I added LIB="-lpthread" to the configure env. Otherwise the build fails if sqlite3 was build with thread support. * I updated the WWW location in the pkg-descr. * I changed to maintainer to ports@freebsd.org. On the one hand I don't use the port anymore. On the other hand I cannot support the wide variety of hardware/software combinations, which seems to be expected by the FreeBSD project. Herewith I drop the maintainership of this port. Sincerely Meikel -- |\ _,,,---,,_ /,`.-'`' -. ;-;;,_ |,4- ) )-,_..;\ ( `'-' '---(_/--' `-'\_) fL --Multipart=_Fri__18_Apr_2008_00_29_43_+0200__t6tztdK7MMzIAzk Content-Type: application/x-shar; name="ocaml-sqlite3.shar" Content-Disposition: attachment; filename="ocaml-sqlite3.shar" Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/databases/ocaml-sqlite3 # /usr/ports/databases/ocaml-sqlite3/files # /usr/ports/databases/ocaml-sqlite3/Makefile # /usr/ports/databases/ocaml-sqlite3/distinfo # /usr/ports/databases/ocaml-sqlite3/pkg-descr # /usr/ports/databases/ocaml-sqlite3/pkg-plist # echo c - /usr/ports/databases/ocaml-sqlite3 mkdir -p /usr/ports/databases/ocaml-sqlite3 > /dev/null 2>&1 echo c - /usr/ports/databases/ocaml-sqlite3/files mkdir -p /usr/ports/databases/ocaml-sqlite3/files > /dev/null 2>&1 echo x - /usr/ports/databases/ocaml-sqlite3/Makefile sed 's/^X//' >/usr/ports/databases/ocaml-sqlite3/Makefile << 'END-of-/usr/p= orts/databases/ocaml-sqlite3/Makefile' X# Ports collection makefile for: ocaml-sqlite3 X# Date created: 27th February 2006 X# Maintainer: X# X# $FreeBSD: ports/databases/ocaml-sqlite3/Makefile,v 1.3 2007/05/19 20:01:= 10 flz Exp $ X# X XPORTNAME=3D sqlite3 XPORTVERSION=3D 1.0.2 XPORTREVISION=3D 0 XCATEGORIES=3D databases XMASTER_SITES=3D http://www.ocaml.info/ocaml_sources/ XPKGNAMEPREFIX=3D ocaml- XDISTNAME=3D ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} X XMAINTAINER=3D ports@freebsd.org XCOMMENT=3D OCaml bindings to sqlite3 library X XUSE_OCAML=3D yes XUSE_OCAML_FINDLIB=3D yes XUSE_OCAML_LDCONFIG=3D yes XUSE_OCAML_PLIST=3D yes XLIB_DEPENDS=3D sqlite3.8:${PORTSDIR}/databases/sqlite3 X XGNU_CONFIGURE=3D yes XCONFIGURE_ARGS=3D CC=3D"${CC}"\ X CFLAGS=3D"${CFLAGS}"\ X CPPFLAGS=3D"-UHAVE_ALLOCA_H -I${PREFIX}/include"\ X LDFLAGS=3D"-L${PREFIX}/lib"\ X LIBS=3D"-lpthread" X XUSE_BZIP2=3D yes X XDOCSDIR=3D ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} XPORTDOCS=3D README style.css *.html X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @( cd ${WRKSRC}; ${INSTALL_DATA} README ${DOCSDIR} ) X @( cd ${WRKSRC}/doc;\ X for f in `${FIND} . -type f -print`; do\ X ${INSTALL_DATA} $${f} ${DOCSDIR};\ X done ) X.endif X X.include END-of-/usr/ports/databases/ocaml-sqlite3/Makefile echo x - /usr/ports/databases/ocaml-sqlite3/distinfo sed 's/^X//' >/usr/ports/databases/ocaml-sqlite3/distinfo << 'END-of-/usr/p= orts/databases/ocaml-sqlite3/distinfo' XMD5 (ocaml-sqlite3-1.0.2.tar.bz2) =3D ad8e71bc0869dd0c2cbc4d36546c9c39 XSHA256 (ocaml-sqlite3-1.0.2.tar.bz2) =3D d1f46754758e00aa95da2a32ea0d05e64= 2c85da448289e21f6f911e72573e0f2 XSIZE (ocaml-sqlite3-1.0.2.tar.bz2) =3D 46806 END-of-/usr/ports/databases/ocaml-sqlite3/distinfo echo x - /usr/ports/databases/ocaml-sqlite3/pkg-descr sed 's/^X//' >/usr/ports/databases/ocaml-sqlite3/pkg-descr << 'END-of-/usr/= ports/databases/ocaml-sqlite3/pkg-descr' XSqlite3 bindings for Objective Caml X XCopyright (c) 2005 Christian Szegedy X XSqlite 3 database library wrapper for ocaml. XSqlite 3 is available from http://www.sqlite.org=20 XThis wrapper is written in a way that enables a friendly=20 Xcoexistence with the old (version 2) sqlite and its Xocaml wrapper ocaml-sqlite. X XWWW: http://www.ocaml.info/home/ocaml_sources.html END-of-/usr/ports/databases/ocaml-sqlite3/pkg-descr echo x - /usr/ports/databases/ocaml-sqlite3/pkg-plist sed 's/^X//' >/usr/ports/databases/ocaml-sqlite3/pkg-plist << 'END-of-/usr/= ports/databases/ocaml-sqlite3/pkg-plist' Xbin/sqlite3top END-of-/usr/ports/databases/ocaml-sqlite3/pkg-plist exit --Multipart=_Fri__18_Apr_2008_00_29_43_+0200__t6tztdK7MMzIAzk--