svn commit: r403874 - head/graphics/libprojectm

Chris Rees crees at FreeBSD.org
Wed Dec 16 20:42:47 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	ports at 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!


More information about the svn-ports-head mailing list