cvs commit: ports/graphics/lensfun Makefile distinfo pkg-plist

Stanislav Sedov stas at FreeBSD.org
Thu Aug 5 00:15:55 UTC 2010


On Wed, 4 Aug 2010 18:01:30 +0000 (UTC)
Li-Wen Hsu <lwhsu at FreeBSD.org> mentioned:

> lwhsu       2010-08-04 18:01:30 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     graphics/lensfun     Makefile distinfo pkg-plist 
>   Log:
>   - Update to 0.2.5
>   
>   PR:             ports/149254
>   Submitted by:   Denis Barov <dindin AT dindin.ru> (maintainer)
>   
>   Revision  Changes    Path
>   1.3       +11 -10    ports/graphics/lensfun/Makefile
> http://cvsweb.FreeBSD.org/ports/graphics/lensfun/Makefile.diff?r1=1.2&r2=1.3
> | --- ports/graphics/lensfun/Makefile	2010/03/28 06:36:58	1.2
> | +++ ports/graphics/lensfun/Makefile	2010/08/04 18:01:30	1.3
> | @@ -2,43 +2,44 @@
> |  # Date created:				Mon 25 May 2009 04:45:47 MSD
> |  # Whom:					dindin at dindin.ru
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/lensfun/Makefile,v 1.2 2010/03/28 06:36:58 dinoex Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/lensfun/Makefile,v 1.3 2010/08/04 18:01:30 lwhsu Exp $
> |  #
> |  
> |  PORTNAME=	lensfun
> | -PORTVERSION=	0.2.3
> | -PORTREVISION=	1
> | +PORTVERSION=	0.2.5
> |  CATEGORIES=	graphics
> |  MASTER_SITES=	BERLIOS
> |  
> |  MAINTAINER=	dindin at dindin.ru
> |  COMMENT=	Library for fixing lens geometry distortion
> |  
> | -LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png
> | +LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
> |  
> | +USE_LDCONFIG=	yes
> |  USE_GMAKE=	yes
> |  USE_PYTHON=	yes
> |  USE_BZIP2=	yes
> |  USE_GNOME=	glib20
> |  MAKEFILE=	GNUmakefile
> | +LIBVERSION=	2
> |  
> |  LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
> |  CXXFLAGS+=	-I${LOCALBASE}/include
> |  
> |  HAS_CONFIGURE=	yes
> |  CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
> | -CONFIGURE_ARGS= --prefix=${PREFIX} --target=${TARGET}
> | +CONFIGURE_ARGS=	--prefix=${PREFIX} --target=${TARGET} --vectorization=SSE
> | +
> | +PLIST_SUB+=	PORTVERSION=${PORTVERSION}
> |  
> |  post-patch:
> |  	@${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!/usr/bin/env python|' \
> |  		-e 's|make --version|gmake --version|' \
> |  		-e '/add_config_mak.*DOXYGEN/ d' \
> |  		${WRKSRC}/configure
> | -	@${REINPLACE_CMD} \
> | -		-e 's|cp -d|/bin/cp |' ${WRKSRC}/build/mak/host/posix.mak
> | -	@${REINPLACE_CMD} -e 's|lib64|lib|' ${WRKSRC}/ac.py
> | -	@${REINPLACE_CMD} \
> | -		-e 's|$$(CONF_LIBDIR)pkgconfig/|$$(CONF_PREFIX)libdata/pkgconfig/|g'\
> | -		${WRKSRC}/build/mak/compiler/pkgconfig.mak
> | +	@${REINPLACE_CMD} -e 's|{_libdir}/pkgconfig|{_libdir}/../libdata/pkgconfig|' \
> | +		${WRKSRC}/build/lensfun.spec.in
> | +	@${REINPLACE_CMD} -e 's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|g' \
> | +		${WRKSRC}/build/tibs/compiler/pkgconfig.mak
> |  
> |  .include <bsd.port.mk>
>   1.2       +3 -3      ports/graphics/lensfun/distinfo
> http://cvsweb.FreeBSD.org/ports/graphics/lensfun/distinfo.diff?r1=1.1&r2=1.2
> | --- ports/graphics/lensfun/distinfo	2009/05/26 16:52:00	1.1
> | +++ ports/graphics/lensfun/distinfo	2010/08/04 18:01:30	1.2
> | @@ -1,3 +1,3 @@
> | -MD5 (lensfun-0.2.3.tar.bz2) = c5c04be4f53e3eef450ff4948d8f65b3
> | -SHA256 (lensfun-0.2.3.tar.bz2) = 836ab5869c0e81a54100c389e7274ead183d8dd5ee1992669bad92f57c43484f
> | -SIZE (lensfun-0.2.3.tar.bz2) = 151189
> | +MD5 (lensfun-0.2.5.tar.bz2) = a10438dffae68a5988fc54b0393a3755
> | +SHA256 (lensfun-0.2.5.tar.bz2) = c21498eb1889714af25e4e08474d9faa1e45132c89a8c1ac97340233e988fb87
> | +SIZE (lensfun-0.2.5.tar.bz2) = 470733
>   1.2       +12 -8     ports/graphics/lensfun/pkg-plist
> http://cvsweb.FreeBSD.org/ports/graphics/lensfun/pkg-plist.diff?r1=1.1&r2=1.2
> | --- ports/graphics/lensfun/pkg-plist	2009/05/26 16:52:00	1.1
> | +++ ports/graphics/lensfun/pkg-plist	2010/08/04 18:01:30	1.2
> | @@ -1,12 +1,11 @@
> |  lib/liblensfun.so
> | -lib/liblensfun.so.0
> | -lib/liblensfun.so.0.2.3
> | -include/lensfun.h
> |  libdata/pkgconfig/lensfun.pc
> | +include/lensfun.h
> |  %%DATADIR%%/6x6.xml
> |  %%DATADIR%%/compact-canon.xml
> |  %%DATADIR%%/compact-casio.xml
> |  %%DATADIR%%/compact-fujifilm.xml
> | +%%DATADIR%%/compact-kodak.xml
> |  %%DATADIR%%/compact-konica-minolta.xml
> |  %%DATADIR%%/compact-leica.xml
> |  %%DATADIR%%/compact-nikon.xml
> | @@ -14,14 +13,17 @@ libdata/pkgconfig/lensfun.pc
> |  %%DATADIR%%/compact-panasonic.xml
> |  %%DATADIR%%/compact-pentax.xml
> |  %%DATADIR%%/compact-ricoh.xml
> | +%%DATADIR%%/compact-sigma.xml
> |  %%DATADIR%%/compact-sony.xml
> |  %%DATADIR%%/generic.xml
> |  %%DATADIR%%/rf-leica.xml
> |  %%DATADIR%%/slr-canon.xml
> |  %%DATADIR%%/slr-contax.xml
> | +%%DATADIR%%/slr-hasselblad.xml
> |  %%DATADIR%%/slr-konica-minolta.xml
> |  %%DATADIR%%/slr-nikon.xml
> |  %%DATADIR%%/slr-olympus.xml
> | +%%DATADIR%%/slr-panasonic.xml
> |  %%DATADIR%%/slr-pentax.xml
> |  %%DATADIR%%/slr-samsung.xml
> |  %%DATADIR%%/slr-schneider.xml
> | @@ -30,9 +32,11 @@ libdata/pkgconfig/lensfun.pc
> |  %%DATADIR%%/slr-tamron.xml
> |  %%DATADIR%%/slr-tokina.xml
> |  %%DATADIR%%/slr-ussr.xml
> | -share/doc/lensfun-0.2.3/README
> | -share/doc/lensfun-0.2.3/lgpl-3.0.txt
> | -share/doc/lensfun-0.2.3/gpl-3.0.txt
> | -share/doc/lensfun-0.2.3/cc-by-sa-3.0.txt
> | - at dirrm share/doc/lensfun-0.2.3
> | +share/doc/lensfun-%%PORTVERSION%%/README
> | +share/doc/lensfun-%%PORTVERSION%%/lgpl-3.0.txt
> | +share/doc/lensfun-%%PORTVERSION%%/gpl-3.0.txt
> | +share/doc/lensfun-%%PORTVERSION%%/cc-by-sa-3.0.txt
> | + at dirrm share/doc/lensfun-%%PORTVERSION%%
> |  @dirrm %%DATADIR%%
> | + at dirrmtry lib/pkgconfig
> | + at exec ln -fs lib/liblensfun.so lib/liblensfun.so.2
> 

Hi, Li-Wen!

This port doesn't create the .so.2 link when being installed from the port,
as corresponding @exec only present in pkg-plist.  Thus installation of
all dependent ports fail.

Can you take a look at this?

-- 
Stanislav Sedov
ST4096-RIPE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20100805/110a910b/attachment.pgp


More information about the cvs-ports mailing list