Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 16:19:14 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        William Grzybowski <wg@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, ports-committers <ports-committers@freebsd.org>, Martin Wilke <miwi@freebsd.org>
Subject:   Re: svn commit: r359529 - head/databases/sqlite3
Message-ID:  <20140627141914.GA34108@ivaldir.etoilebsd.net>
In-Reply-To: <CAHtVNLNGK%2BeapFQ_BvtJTm60D_qKdPk_=ezqfuQP4c-RXs-7eQ@mail.gmail.com>
References:  <201406271410.s5REAb2h002436@svn.freebsd.org> <CAHtVNLNGK%2BeapFQ_BvtJTm60D_qKdPk_=ezqfuQP4c-RXs-7eQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jun 27, 2014 at 11:15:29AM -0300, William Grzybowski wrote:
> Hi,
>=20
> Shared library changed from .8 to .0, don't you need to bump port
> revision of all ports depending on libsqlite3?
>=20
>=20
> Cheers,
>=20
> On Fri, Jun 27, 2014 at 11:10 AM, Martin Wilke <miwi@freebsd.org> wrote:
> > Author: miwi
> > Date: Fri Jun 27 14:10:37 2014
> > New Revision: 359529
> > URL: http://svnweb.freebsd.org/changeset/ports/359529
> > QAT: https://qat.redports.org/buildarchive/r359529/
> >
> > Log:
> >   - Update to 3.8.5
> >
> >   PR:           190746
> >
> > Modified:
> >   head/databases/sqlite3/Makefile
> >   head/databases/sqlite3/distinfo
> >
> > Modified: head/databases/sqlite3/Makefile
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> > --- head/databases/sqlite3/Makefile     Fri Jun 27 14:10:03 2014       =
 (r359528)
> > +++ head/databases/sqlite3/Makefile     Fri Jun 27 14:10:37 2014       =
 (r359529)
> > @@ -2,10 +2,10 @@
> >  # $FreeBSD$
> >
> >  PORTNAME=3D      sqlite3
> > -PORTVERSION=3D   3.8.4.3
> > +PORTVERSION=3D   3.8.5
> >  CATEGORIES=3D    databases
> >  MASTER_SITES=3D  http://www.sqlite.org/2014/ http://www2.sqlite.org/20=
14/ http://www3.sqlite.org/2014/
> > -DISTNAME=3D      sqlite-autoconf-3080403
> > +DISTNAME=3D      sqlite-autoconf-3080500
> >
> >  MAINTAINER=3D    pavelivolkov@gmail.com
> >  COMMENT=3D       SQL database engine in a C library
> > @@ -17,7 +17,7 @@ LICENSE_PERMS=3D        dist-mirror dist-sell pkg
> >
> >  CONFLICTS=3D     sqlite34-[0-9]* sqlcipher-[0-9]*
> >
> > -USES=3D          pathfix
> > +USES=3D          pathfix libtool:keepla
> >  USE_LDCONFIG=3D  yes
> >  GNU_CONFIGURE=3D yes
> >
> > @@ -71,8 +71,8 @@ OPTIONS_DEFAULT=3D      FTS4 URI METADATA SECUR
> >
> >  PLIST_FILES=3D   bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
> >                 lib/libsqlite3.a lib/libsqlite3.la lib/libsqlite3.so \
> > -               lib/libsqlite3.so.8 libdata/pkgconfig/sqlite3.pc \
> > -               man/man1/sqlite3.1.gz
> > +               lib/libsqlite3.so.0 lib/libsqlite3.so.0.8.6 \
> > +               libdata/pkgconfig/sqlite3.pc man/man1/sqlite3.1.gz
> >
> >  # The default numeric file permissions for newly created database file=
s under unix.
> >  # If not specified, the default is 0644 which means that the files is =
globally
> > @@ -134,6 +134,6 @@ post-build:
> >  .endif
> >
> >  post-install:
> > -       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.8
> > +       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.0.8.6
> >
> >  .include <bsd.port.mk>

And given the necessary bump we could get further and drop the la file :)

btw stipping can be done via INSTALL_TARGET=3Dinstall-strip

regards,
Bapt

--qDbXVdCdHGoSgWSk
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlOtfWIACgkQ8kTtMUmk6EwAkACdFJ9uUWDudmOsfSOA35xKTkMj
lycAoL8XYprycD5hqr5/g2o2L5A6eBPo
=aRzc
-----END PGP SIGNATURE-----

--qDbXVdCdHGoSgWSk--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140627141914.GA34108>