Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 11:18:33 +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: r429070 - head/databases/pgmodeler
Message-ID:  <201612211118.uBLBIXlG012816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 21 11:18:33 2016
New Revision: 429070
URL: https://svnweb.freebsd.org/changeset/ports/429070

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Mark BROKEN on FreeBSD 10.1
  
  Approved by:	portmgr blanket

Modified:
  head/databases/pgmodeler/Makefile

Modified: head/databases/pgmodeler/Makefile
==============================================================================
--- head/databases/pgmodeler/Makefile	Wed Dec 21 11:13:04 2016	(r429069)
+++ head/databases/pgmodeler/Makefile	Wed Dec 21 11:18:33 2016	(r429070)
@@ -9,14 +9,15 @@ CATEGORIES=	databases
 MAINTAINER=	lbartoletti@tuxfamily.org
 COMMENT=	PostgreSQL Database Modeler
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 
 USES=		compiler:c++11-lib execinfo pgsql qmake pkgconfig gmake
 USE_GNOME=	libxml2
 USE_QT5=	gui network sql svg printsupport widgets core buildtools_build uitools testlib
-USE_GL+=	gl
+USE_GL=		gl
 USE_XORG=	x11 xext
 
 USE_LDCONFIG=	yes
@@ -32,4 +33,10 @@ pre-install:
 post-install:
 	@${RM} ${STAGEDIR}${PREFIX}/bin/tests
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
+BROKEN=		does not build on FreeBSD 10.1 (src/databaseexplorerwidget.cpp:1604:88: error: chosen constructor is explicit in copy-initialization)
+.endif
+
+.include <bsd.port.post.mk>



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