Date: Fri, 3 Mar 2017 16:06:41 +0800 From: Vanilla Hsu <vanilla@fatpipi.com> To: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= <pawel@freebsd.org> Cc: "Vanilla I. Shu" <vanilla@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: Re: svn commit: r435212 - head/graphics/libqrencode Message-ID: <CAB_qb6_%2BydM%2Bd3sg6r26C7si-aE8oBw0LBR0-PUOPhhWkYDAbA@mail.gmail.com> In-Reply-To: <20170302170144.7dddbf77@FreeBSD.org> References: <201703020800.v2280trg068967@repo.freebsd.org> <20170302170144.7dddbf77@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi: thanks, I will check it later, I guess the root of problem is "switch to cmake" 2017-03-03 0:01 GMT+08:00 Pawe=C5=82 P=C4=99kala <pawel@freebsd.org>: > 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$ > > > > 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} > > > > MAINTAINER=3D vanilla@FreeBSD.org > > COMMENT=3D C library for encoding data in a QR Code symbol > > > > LICENSE=3D LGPL21 > >+LICENSE_FILE=3D ${WRKSRC}/COPYING > > > > LIB_DEPENDS=3D libpng.so:graphics/png > > > >-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 > > > >+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 > > -- > 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?CAB_qb6_%2BydM%2Bd3sg6r26C7si-aE8oBw0LBR0-PUOPhhWkYDAbA>