svn commit: r488613 - head/graphics/lprof-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 28 18:15:56 UTC 2018


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 at yahoo.com
  Reported by:	jbeich at 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 at 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}
 


More information about the svn-ports-all mailing list