Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 18:15:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488613 - head/graphics/lprof-devel
Message-ID:  <201812281815.wBSIFtRg007626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 28 18:15:55 2018
New Revision: 488613
URL: https://svnweb.freebsd.org/changeset/ports/488613

Log:
  - Add license
  - Fix build with LLD
  
  PR:		230994
  Submitted by:	ndowens@yahoo.com
  Reported by:	jbeich@FreeBSD.org

Modified:
  head/graphics/lprof-devel/Makefile

Modified: head/graphics/lprof-devel/Makefile
==============================================================================
--- head/graphics/lprof-devel/Makefile	Fri Dec 28 17:20:38 2018	(r488612)
+++ head/graphics/lprof-devel/Makefile	Fri Dec 28 18:15:55 2018	(r488613)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Open source color profiler
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
@@ -23,6 +26,8 @@ USES=		cmake:insource compiler:c++11-lang desktop-file
 USE_XORG=	x11 xext sm ice xxf86vm
 USE_QT=		corelib gui qt3support svg assistantclient \
 		linguisttools_build qmake_build moc_build uic_build rcc_build
+
+LLD_UNSAFE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 



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