ports/122856: Update port: databases/ocaml-sqlite3 (to version 1.0.2)

Meikel Brandmeyer mb at kotka.de
Thu Apr 17 22:00:11 UTC 2008


The following reply was made to PR ports/122856; it has been noted by GNATS.

From: Meikel Brandmeyer <mb at kotka.de>
To: bug-followup at 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 at 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: <ports at freebsd.org>
 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 at 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 <bsd.port.pre.mk>
 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 <bsd.port.post.mk>
 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 <csdontdpam871 at metamatix.org>
 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--



More information about the freebsd-ports-bugs mailing list