Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2017 17:01:44 +0100
From:      =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= <pawel@FreeBSD.org>
To:        "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r435212 - head/graphics/libqrencode
Message-ID:  <20170302170144.7dddbf77@FreeBSD.org>
In-Reply-To: <201703020800.v2280trg068967@repo.freebsd.org>
References:  <201703020800.v2280trg068967@repo.freebsd.org>

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

On 2017-03-02 08:00 +0000, "Vanilla I. Shu" <vanilla@FreeBSD.org> wrote:
>Author: vanilla
>Date: Thu Mar  2 08:00:55 2017
>New Revision: 435212
>URL: https://svnweb.freebsd.org/changeset/ports/435212
>
>Log:
>  1: Update to 3.9.0
>  2: add LICENSE_FILE.
>  3: switch to github.
>
>Modified:
>  head/graphics/libqrencode/Makefile
>  head/graphics/libqrencode/distinfo
>
>Modified: head/graphics/libqrencode/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/graphics/libqrencode/Makefile	Thu Mar  2 07:49:53
>2017	(r435211) +++ head/graphics/libqrencode/Makefile
>Thu Mar  2 08:00:55 2017	(r435212) @@ -2,36 +2,35 @@
> # $FreeBSD$
>=20
> PORTNAME=3D	libqrencode
>-PORTVERSION=3D	3.4.4
>-PORTREVISION=3D	1
>+PORTVERSION=3D	3.9.0
> CATEGORIES=3D	graphics
>-MASTER_SITES=3D	http://fukuchi.org/works/qrencode/
> DISTNAME=3D	qrencode-${PORTVERSION}
>=20
> MAINTAINER=3D	vanilla@FreeBSD.org
> COMMENT=3D	C library for encoding data in a QR Code symbol
>=20
> LICENSE=3D	LGPL21
>+LICENSE_FILE=3D	${WRKSRC}/COPYING
>=20
> LIB_DEPENDS=3D	libpng.so:graphics/png
>=20
>-USES=3D		pathfix pkgconfig libtool
>+USE_GITHUB=3D	yes
>+GH_ACCOUNT=3D	fukuchi
>+GH_TAGNAME=3D	e3410bf
>+
>+USES=3D		cmake iconv pathfix pkgconfig
> USE_LDCONFIG=3D	yes
> GNU_CONFIGURE=3D	yes
>-INSTALL_TARGET=3D	install-strip
>-LDFLAGS+=3D	-L${LOCALBASE}/lib
>-CFLAGS+=3D	-I${LOCALBASE}/include
>=20
>+CMAKE_ARGS=3D	-DBUILD_SHARED_LIBS=3DON
> PLIST_FILES=3D	bin/qrencode \
> 		include/qrencode.h \
> 		lib/libqrencode.so \
>-		lib/libqrencode.so.3 \
>-		lib/libqrencode.so.3.4.4 \

I believe that all consumers of libqrencode should be bumped. On my
system one package is broken by this:

# pkg check -dan
Checking all packages: 100%
prison is missing a required shared library: libqrencode.so.3

--=20
pozdrawiam / with regards
Pawe=C5=82 P=C4=99kala



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