svn commit: r517126 - head/cad/librecad

Max Brazhnikov makc at freebsd.org
Sun Nov 10 10:54:46 UTC 2019


On Sat, 9 Nov 2019 13:01:16 +0000 (UTC) Piotr Kubaj wrote:
> Author: pkubaj
> Date: Sat Nov  9 13:01:16 2019
> New Revision: 517126
> URL: https://svnweb.freebsd.org/changeset/ports/517126
> 
> Log:
>   cad/librecad: fix build on GCC architectures
>   
>   Merge upstream patch to fix build with GCC.
>   
>   PR:		241496
>   Approved by:	jhale (maintainer timeout), linimon (mentor)
> 
> Modified:
>   head/cad/librecad/Makefile
>   head/cad/librecad/distinfo
> 
> Modified: head/cad/librecad/Makefile
> ==============================================================================
> --- head/cad/librecad/Makefile	Sat Nov  9 12:44:25 2019	(r517125)
> +++ head/cad/librecad/Makefile	Sat Nov  9 13:01:16 2019	(r517126)
> @@ -5,6 +5,9 @@ DISTVERSION=	2.2.0-rc1
>  PORTREVISION=	10
>  CATEGORIES=	cad
>  
> +PATCH_SITES=	https://github.com/LibreCAD/LibreCAD/commit/
> +PATCHFILES=	d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1

Hi Piotr,

the port doesn't build on stable after this commit. Revering the change helps.

Max




More information about the svn-ports-all mailing list