Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 09:42:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8472f898288 - main - graphics/autopano-sift-c: Fix build with llvm16
Message-ID:  <202307250942.36P9gdAg069943@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8472f89828802cb80f56fb68ff8369ef41f8004

commit a8472f89828802cb80f56fb68ff8369ef41f8004
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-25 09:41:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-25 09:42:20 +0000

    graphics/autopano-sift-c: Fix build with llvm16
    
    - Add LICENSE GPLv2
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/autopano-sift-c/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile
index 16b900f25c31..23bf347ba5a2 100644
--- a/graphics/autopano-sift-c/Makefile
+++ b/graphics/autopano-sift-c/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	autopano-sift-C
 PORTVERSION=	2.5.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -8,14 +8,18 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Automatic panorama control point generation tool, C port
 WWW=		http://hugin.sourceforge.net/docs/manual/Autopano-sift-C.html
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libpng.so:graphics/png \
 		libpano13.so:graphics/libpano13
 
 CONFLICTS=	autopano-sift
 
-USE_GNOME=	libxml2
 USES=		cmake gnome jpeg
+USE_CXXSTD=	c++14
+USE_GNOME=	libxml2
 
 PORTDOCS=	*
 



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