Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 01:19:39 +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: r330589 - head/graphics/quesoglc
Message-ID:  <201310170119.r9H1JdLn011909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 17 01:19:38 2013
New Revision: 330589
URL: http://svnweb.freebsd.org/changeset/ports/330589

Log:
  - Support staging
  - Convert USE_GMAKE to USES
  - Use new LIB_DEPENDS syntax
  - Don't try to remove mtree directory

Modified:
  head/graphics/quesoglc/Makefile
  head/graphics/quesoglc/pkg-plist

Modified: head/graphics/quesoglc/Makefile
==============================================================================
--- head/graphics/quesoglc/Makefile	Thu Oct 17 01:18:42 2013	(r330588)
+++ head/graphics/quesoglc/Makefile	Thu Oct 17 01:19:38 2013	(r330589)
@@ -10,14 +10,13 @@ MASTER_SITES=	SF/${PORTNAME}/QuesoGLC/${
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Free implementation of the OpenGL Character Renderer
 
-LIB_DEPENDS=	fribidi:${PORTSDIR}/converters/fribidi \
-		freetype:${PORTSDIR}/print/freetype2 \
-		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS=	libfribidi.so:${PORTSDIR}/converters/fribidi \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pathfix
+USES=		pathfix gmake
 USE_GL=		gl glu glut
 USE_LDCONFIG=	yes
 
@@ -28,15 +27,11 @@ CONFIGURE_ARGS=	--without-glew --with-fr
 
 PORTDOCS=	README
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFAULT=DOCS
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/quesoglc/pkg-plist
==============================================================================
--- head/graphics/quesoglc/pkg-plist	Thu Oct 17 01:18:42 2013	(r330588)
+++ head/graphics/quesoglc/pkg-plist	Thu Oct 17 01:19:38 2013	(r330589)
@@ -4,5 +4,4 @@ lib/libGLC.la
 lib/libGLC.so
 lib/libGLC.so.0
 libdata/pkgconfig/quesoglc.pc
-@dirrmtry libdata/pkgconfig
 @dirrmtry include/GL



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