Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 11:12:05 +0100
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        =?utf-8?B?TG/Dr2M=?= Bartoletti <lbartoletti@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r555543 - in head: astro/merkaartor astro/qmapshack cad/sumo converters/osm2pgsql databases/grass7 databases/postgis24 databases/postgis25 databases/postgis30 databases/spatialite datab...
Message-ID:  <X7Oh9WkdufV1OtpG@elch.exwg.net>
In-Reply-To: <202011170923.0AH9NxfB024611@repo.freebsd.org>
References:  <202011170923.0AH9NxfB024611@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
## Loïc Bartoletti (lbartoletti@FreeBSD.org):

> Log:
>   graphics/proj: Update to 7.1.1

Your commit in graphics/proj does not match the patches in PR 219603,
e.g. the LIB_DEPENDS changes are missing, the OPTIONS are not there
and DATA_DISTFILES is not defined. The build fails in configure
with "Package 'libtiff-4', required by 'virtual:world', not found",
which clearly show that the LIB_DEPENDS changes in the PR were not
optional.

Compare:
>   - Add curl and tiff dependencies since proj can read datum grids from remote
>     COG (Cloud Optimized Geotiff)

and:
> Modified: head/graphics/proj/Makefile
> ==============================================================================
> --- head/graphics/proj/Makefile	Tue Nov 17 08:49:03 2020	(r555542)
> +++ head/graphics/proj/Makefile	Tue Nov 17 09:23:58 2020	(r555543)
> @@ -2,14 +2,15 @@
>  # $FreeBSD$
>  
>  PORTNAME=	proj
> -PORTVERSION=	6.3.1
> +PORTVERSION=	7.1.1
>  PORTEPOCH=	1
>  CATEGORIES=	graphics geography
>  MASTER_SITES=	https://download.osgeo.org/proj/
> -DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DATUM_GRID_FILES}
> +DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
> +		${DATUM_GRID_FILES}
>  EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
>  
> -MAINTAINER=	wen@FreeBSD.org
> +MAINTAINER=	lbartoletti@FreeBSD.org
>  COMMENT=	Cartographic Projections library
>  
>  LICENSE=	MIT
> @@ -36,8 +37,14 @@ post-extract:
>  .for f in ${DATUM_GRID_FILES}
>  	@${TAR} -xf ${DISTDIR}/${f} -C ${WRKSRC}/datum
>  .endfor
> +post-extract-DATA-on:
> +	${MKDIR} ${WRKSRC}/proj_data
> +	@${TAR} -xf ${DISTDIR}/${DATA_DISTFILES} -C ${WRKSRC}/proj_data
>  
>  post-install:
>  	cd ${WRKSRC}/datum && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}
> +
> +post-install-DATA-on:
> +	cd ${WRKSRC}/proj_data && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}
>  
>  .include <bsd.port.mk>


Regards,
Christoph

-- 
Spare Space



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