From owner-svn-ports-head@FreeBSD.ORG Sat Aug 30 09:58:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B929169; Sat, 30 Aug 2014 09:58:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B809173D; Sat, 30 Aug 2014 09:58:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7U9w5WX036271; Sat, 30 Aug 2014 09:58:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7U9w3V8036256; Sat, 30 Aug 2014 09:58:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408300958.s7U9w3V8036256@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 Aug 2014 09:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366603 - in head/devel: libesedb liblnk libmsiecf libolecf libpff libqcow libregf libsmdev libvhdi libvmdk py-pydasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 09:58:06 -0000 Author: antoine Date: Sat Aug 30 09:58:03 2014 New Revision: 366603 URL: http://svnweb.freebsd.org/changeset/ports/366603 QAT: https://qat.redports.org/buildarchive/r366603/ Log: Convert to USES=python Modified: head/devel/libesedb/Makefile head/devel/liblnk/Makefile head/devel/libmsiecf/Makefile head/devel/libolecf/Makefile head/devel/libpff/Makefile head/devel/libqcow/Makefile head/devel/libregf/Makefile head/devel/libsmdev/Makefile head/devel/libvhdi/Makefile head/devel/libvmdk/Makefile head/devel/py-pydasm/Makefile Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libesedb/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/liblnk/Makefile ============================================================================== --- head/devel/liblnk/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/liblnk/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -3,10 +3,10 @@ PORTNAME= liblnk PORTVERSION= 20140731 +DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ LOCAL/antoine -DISTNAME= ${PORTNAME}-alpha-${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the Windows shortcut file (LNK) format @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libmsiecf/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libolecf/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig -USE_PYTHON= 2 +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libpff/Makefile ============================================================================== --- head/devel/libpff/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libpff/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes # Remove when configure gets LDFLAGS for python correctly LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/libqcow/Makefile ============================================================================== --- head/devel/libqcow/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libqcow/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,9 +14,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_OPENSSL= yes -USE_PYTHON= 2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libregf/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig -USE_PYTHON= 2 +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libsmdev/Makefile ============================================================================== --- head/devel/libsmdev/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libsmdev/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libvhdi/Makefile ============================================================================== --- head/devel/libvhdi/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libvhdi/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig -USE_PYTHON= 2 +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/libvmdk/Makefile ============================================================================== --- head/devel/libvmdk/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/libvmdk/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig -USE_PYTHON= 2 +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/py-pydasm/Makefile ============================================================================== --- head/devel/py-pydasm/Makefile Sat Aug 30 09:17:20 2014 (r366602) +++ head/devel/py-pydasm/Makefile Sat Aug 30 09:58:03 2014 (r366603) @@ -14,10 +14,9 @@ COMMENT= Python interface to libdasm LICENSE= BSD2CLAUSE +USES= python +USE_PYTHON= distutils autoplist WRKSRC_SUBDIR= ${PORTNAME} -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes PORTDOCS= README.txt PORTEXAMPLES= das.py