Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 20:21:42 +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: r404594 - head/graphics/libprojectm
Message-ID:  <201512272021.tBRKLghN082581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 27 20:21:42 2015
New Revision: 404594
URL: https://svnweb.freebsd.org/changeset/ports/404594

Log:
  - Clarify LICENSE
  - Switch to USES=localbase
  - Unbreak on 11.x

Modified:
  head/graphics/libprojectm/Makefile

Modified: head/graphics/libprojectm/Makefile
==============================================================================
--- head/graphics/libprojectm/Makefile	Sun Dec 27 20:15:42 2015	(r404593)
+++ head/graphics/libprojectm/Makefile	Sun Dec 27 20:21:42 2015	(r404594)
@@ -10,22 +10,16 @@ DISTNAME=	${PORTNAME:S/lib//}-${DISTVERS
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Awesome music visualiser
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 # or later
 
 LIB_DEPENDS=	libftgl.so:${PORTSDIR}/graphics/ftgl \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		cmake
+USES=		cmake localbase
+CMAKE_ARGS=	-DUSE_OPENMP=OFF # openmp breaks build on 11.x
 USE_GL=		glew
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} >= 1100000
-BROKEN=		requires -lomp which cannot be found
-.endif
-
 post-patch:
 # Install config.inp.sample instead of overwriting user's file.
 # Needs to be specific enough not to rename config.inp.in too!



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