Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 20:42:45 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403874 - head/graphics/libprojectm
Message-ID:  <201512162042.tBGKgjqS069191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Wed Dec 16 20:42:45 2015
New Revision: 403874
URL: https://svnweb.freebsd.org/changeset/ports/403874

Log:
  Does not link on recent head.
  
  Sorry, I do not have time to maintain this port any more.

Modified:
  head/graphics/libprojectm/Makefile

Modified: head/graphics/libprojectm/Makefile
==============================================================================
--- head/graphics/libprojectm/Makefile	Wed Dec 16 20:12:10 2015	(r403873)
+++ head/graphics/libprojectm/Makefile	Wed Dec 16 20:42:45 2015	(r403874)
@@ -7,7 +7,7 @@ CATEGORIES=	graphics audio
 MASTER_SITES=	SF/${PORTNAME:tl:S/lib//}/${PORTVERSION}/
 DISTNAME=	${PORTNAME:S/lib//}-${DISTVERSION}-Source
 
-MAINTAINER=	crees@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Awesome music visualiser
 
 LICENSE=	LGPL21
@@ -20,6 +20,12 @@ 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?201512162042.tBGKgjqS069191>