Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 22:08:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323928 - head/devel/libpff
Message-ID:  <201307292208.r6TM8mCV053018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jul 29 22:08:48 2013
New Revision: 323928
URL: http://svnweb.freebsd.org/changeset/ports/323928

Log:
  Make libpff fetchable again
  While here, mark that it is not ready for python 3 yet

Modified:
  head/devel/libpff/Makefile

Modified: head/devel/libpff/Makefile
==============================================================================
--- head/devel/libpff/Makefile	Mon Jul 29 22:06:54 2013	(r323927)
+++ head/devel/libpff/Makefile	Mon Jul 29 22:08:48 2013	(r323928)
@@ -4,7 +4,8 @@
 PORTNAME=	libpff
 DISTVERSION=	alpha-20120802
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/ \
+		LOCAL/antoine
 
 MAINTAINER=	antoine@FreeBSD.org
 COMMENT=	Library and tools to access the PFF and the OFF formats
@@ -13,8 +14,8 @@ LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-python
-USES=		pathfix gettext iconv
-USE_PYTHON=	yes
+USES=		gettext iconv pathfix
+USE_PYTHON=	-2.7
 USE_LDCONFIG=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -32,11 +33,11 @@ PORTEXAMPLES=	*
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
 .if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${EXAMPLESDIR}
+	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
 		${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
 .endif



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