From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 03:08:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA052564; Sun, 15 Feb 2015 03:08:37 +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 B5277CCD; Sun, 15 Feb 2015 03:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F38bUP049858; Sun, 15 Feb 2015 03:08:37 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F38bMq049857; Sun, 15 Feb 2015 03:08:37 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502150308.t1F38bMq049857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 15 Feb 2015 03:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379026 - head/devel/py-msgpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 03:08:37 -0000 Author: koobs Date: Sun Feb 15 03:08:36 2015 New Revision: 379026 URL: https://svnweb.freebsd.org/changeset/ports/379026 QAT: https://qat.redports.org/buildarchive/r379026/ Log: devel/py-msgpack: Strip shared libraries - Strip shared libraries - Add rename TODO comment - Sort USE_PYTHON values QA: 81 passed in 0.40 seconds (unit tests) Approved by: portmgr (blanket) Modified: head/devel/py-msgpack/Makefile Modified: head/devel/py-msgpack/Makefile ============================================================================== --- head/devel/py-msgpack/Makefile Sat Feb 14 22:12:20 2015 (r379025) +++ head/devel/py-msgpack/Makefile Sun Feb 15 03:08:36 2015 (r379026) @@ -3,17 +3,25 @@ PORTNAME= msgpack PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} +# TODO: Rename to py-msgpack-python (upstream name) + MAINTAINER= zont@FreeBSD.org COMMENT= MessagePack (de)serializer for Python LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_packer.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_unpacker.so .include From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 03:28:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4717389B; Sun, 15 Feb 2015 03:28:01 +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 287D1E81; Sun, 15 Feb 2015 03:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F3S1h1059115; Sun, 15 Feb 2015 03:28:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F3S0oS059112; Sun, 15 Feb 2015 03:28:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150328.t1F3S0oS059112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 03:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379027 - in head/chinese/libchewing: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 03:28:01 -0000 Author: vanilla Date: Sun Feb 15 03:27:59 2015 New Revision: 379027 URL: https://svnweb.freebsd.org/changeset/ports/379027 QAT: https://qat.redports.org/buildarchive/r379027/ Log: Fix build on 10 (makeinfo issue) PR: 197598 Submitted by: Ting-Wei Lan Modified: head/chinese/libchewing/Makefile head/chinese/libchewing/files/patch-CMakeLists.txt Modified: head/chinese/libchewing/Makefile ============================================================================== --- head/chinese/libchewing/Makefile Sun Feb 15 03:08:36 2015 (r379026) +++ head/chinese/libchewing/Makefile Sun Feb 15 03:27:59 2015 (r379027) @@ -11,6 +11,7 @@ COMMENT= Chewing intelligent phonetic in LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 @@ -21,6 +22,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 6d6e67c +CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo CFLAGS+= -I${LOCALBASE}/include INFO= libchewing Modified: head/chinese/libchewing/files/patch-CMakeLists.txt ============================================================================== --- head/chinese/libchewing/files/patch-CMakeLists.txt Sun Feb 15 03:08:36 2015 (r379026) +++ head/chinese/libchewing/files/patch-CMakeLists.txt Sun Feb 15 03:27:59 2015 (r379027) @@ -1,14 +1,30 @@ ---- CMakeLists.txt.orig 2015-02-08 15:09:15 UTC -+++ CMakeLists.txt -@@ -103,6 +103,7 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t +--- CMakeLists.txt.orig 2014-04-11 09:25:28.000000000 +0800 ++++ CMakeLists.txt 2015-02-15 11:25:11.959775965 +0800 +@@ -103,8 +103,9 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t set(INSTALL_INC_DIR ${CMAKE_INSTALL_PREFIX}/include/chewing) set(INSTALL_LIB_DIR ${CMAKE_INSTALL_PREFIX}/lib) +set(INSTALL_LIBDATA_DIR ${CMAKE_INSTALL_PREFIX}/libdata) set(INSTALL_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/libchewing) - set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/share/info) +-set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/share/info) ++set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/info) -@@ -428,5 +429,5 @@ install(FILES ${ALL_DATA} DESTINATION ${ + set(INFO_SRC ${PROJECT_SOURCE_DIR}/doc/libchewing.texi) + set(INFO_BIN ${PROJECT_BINARY_DIR}/doc/libchewing.info) +@@ -166,11 +167,7 @@ if (MAKEINFO) + add_custom_target(INFO ALL DEPENDS ${INFO_BIN}) + add_dependencies(check INFO) + +- find_program(INSTALL_INFO NAMES ginstall-info install-info) +- if (INSTALL_INFO) +- install(FILES ${INFO_BIN} DESTINATION ${INSTALL_INFO_DIR}) +- install(CODE "execute_process(COMMAND ${INSTALL_INFO} --info-dir=${INSTALL_INFO_DIR} ${INFO_BIN})") +- endif() ++ install(FILES ${INFO_BIN} DESTINATION ${INSTALL_INFO_DIR}) + endif() + + +@@ -428,5 +425,5 @@ install(FILES ${ALL_DATA} DESTINATION ${ install(FILES ${ALL_STATIC_DATA} DESTINATION ${INSTALL_DATA_DIR}) install(FILES ${ALL_INC} DESTINATION ${INSTALL_INC_DIR}) install(FILES ${PROJECT_BINARY_DIR}/chewing.pc From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 03:58:06 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A05D8CA7; Sun, 15 Feb 2015 03: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 8B875FF; Sun, 15 Feb 2015 03: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 t1F3w6Es072951; Sun, 15 Feb 2015 03:58:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F3w656072949; Sun, 15 Feb 2015 03:58:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150358.t1F3w656072949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 03:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379028 - head/databases/pecl-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 03:58:06 -0000 Author: vanilla Date: Sun Feb 15 03:58:05 2015 New Revision: 379028 URL: https://svnweb.freebsd.org/changeset/ports/379028 QAT: https://qat.redports.org/buildarchive/r379028/ Log: Upgrade to 1.6.2. Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Sun Feb 15 03:27:59 2015 (r379027) +++ head/databases/pecl-mongo/Makefile Sun Feb 15 03:58:05 2015 (r379028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Sun Feb 15 03:27:59 2015 (r379027) +++ head/databases/pecl-mongo/distinfo Sun Feb 15 03:58:05 2015 (r379028) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.1.tgz) = 7055f9c5d9314e414e153f7fb7a023d8e9b78d23c61bc250af152fa0ab63d483 -SIZE (PECL/mongo-1.6.1.tgz) = 203529 +SHA256 (PECL/mongo-1.6.2.tgz) = b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b +SIZE (PECL/mongo-1.6.2.tgz) = 204061 From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 04:00:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A4B9D8B; Sun, 15 Feb 2015 04:00:27 +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 23B1510A; Sun, 15 Feb 2015 04:00:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F40RHn073477; Sun, 15 Feb 2015 04:00:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F40QvV073475; Sun, 15 Feb 2015 04:00:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150400.t1F40QvV073475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 04:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379029 - head/textproc/p5-Lingua-EN-MatchNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 04:00:27 -0000 Author: vanilla Date: Sun Feb 15 04:00:25 2015 New Revision: 379029 URL: https://svnweb.freebsd.org/changeset/ports/379029 QAT: https://qat.redports.org/buildarchive/r379029/ Log: Upgrade to 1.23. Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile head/textproc/p5-Lingua-EN-MatchNames/distinfo Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/Makefile Sun Feb 15 03:58:05 2015 (r379028) +++ head/textproc/p5-Lingua-EN-MatchNames/Makefile Sun Feb 15 04:00:25 2015 (r379029) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-MatchNames -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-MatchNames/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/distinfo Sun Feb 15 03:58:05 2015 (r379028) +++ head/textproc/p5-Lingua-EN-MatchNames/distinfo Sun Feb 15 04:00:25 2015 (r379029) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-MatchNames-1.12.tar.gz) = 7a15c7f7371290846468f36de051c87f722c7400e274e6b833f13b4357d96555 -SIZE (Lingua-EN-MatchNames-1.12.tar.gz) = 4131 +SHA256 (Lingua-EN-MatchNames-1.23.tar.gz) = 40c3c3277b214969688a3a25b9fbaf4c52c8be8965267320bf83899c6ef204f7 +SIZE (Lingua-EN-MatchNames-1.23.tar.gz) = 4591 From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 04:19:57 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D23BFF5; Sun, 15 Feb 2015 04:19:57 +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 487CB2AA; Sun, 15 Feb 2015 04:19:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F4JvX4082596; Sun, 15 Feb 2015 04:19:57 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F4Jumo082590; Sun, 15 Feb 2015 04:19:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502150419.t1F4Jumo082590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 15 Feb 2015 04:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379030 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 04:19:57 -0000 Author: gerald Date: Sun Feb 15 04:19:56 2015 New Revision: 379030 URL: https://svnweb.freebsd.org/changeset/ports/379030 QAT: https://qat.redports.org/buildarchive/r379030/ Log: Update to the 20150211 snapshot of GCC 4.9.3. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Feb 15 04:00:25 2015 (r379029) +++ head/lang/gcc49/Makefile Sun Feb 15 04:19:56 2015 (r379030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.3.s20150204 +PORTVERSION= 4.9.3.s20150211 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Feb 15 04:00:25 2015 (r379029) +++ head/lang/gcc49/distinfo Sun Feb 15 04:19:56 2015 (r379030) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20150204.tar.bz2) = ed343c3512b4a0d283c1bf455350ffcafd61a93a9b2c4ead75e51d0da1f7db74 -SIZE (gcc-4.9-20150204.tar.bz2) = 85618314 +SHA256 (gcc-4.9-20150211.tar.bz2) = f8c879d5547f18b78b3595499eed39a7ea1f8f9bfbdc4b141e3f7a664ce60415 +SIZE (gcc-4.9-20150211.tar.bz2) = 85667266 From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 09:39:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB98341C; Sun, 15 Feb 2015 09:39:50 +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 C6B5B129; Sun, 15 Feb 2015 09:39:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9do3t030402; Sun, 15 Feb 2015 09:39:50 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F9dox6030401; Sun, 15 Feb 2015 09:39:50 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502150939.t1F9dox6030401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 15 Feb 2015 09:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379031 - head/devel/p5-B-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:39:51 -0000 Author: bofh Date: Sun Feb 15 09:39:49 2015 New Revision: 379031 URL: https://svnweb.freebsd.org/changeset/ports/379031 QAT: https://qat.redports.org/buildarchive/r379031/ Log: devel/p5-B-C: Remove NO_ARCH This port is not ARCH independent hence remove NO_ARCH Submitted by: az Approved by: bapt marino (implicit) Modified: head/devel/p5-B-C/Makefile Modified: head/devel/p5-B-C/Makefile ============================================================================== --- head/devel/p5-B-C/Makefile Sun Feb 15 04:19:56 2015 (r379030) +++ head/devel/p5-B-C/Makefile Sun Feb 15 09:39:49 2015 (r379031) @@ -3,6 +3,7 @@ PORTNAME= B-C PORTVERSION= 1.52 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN @@ -24,7 +25,6 @@ USE_PERL5= configure PERL_INC_STAGE= ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE MAKE_ENV+= PERL_INC_STAGE=${PERL_INC_STAGE} PLIST_SUB+= PERL_ARCH=${PERL_ARCH} -NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s|PERL_INC|PERL_INC_STAGE|g" ${WRKSRC}/Makefile.PL From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 10:08:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A537969; Sun, 15 Feb 2015 10:08:28 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6C13D9; Sun, 15 Feb 2015 10:08:27 +0000 (UTC) Received: by iecrd18 with SMTP id rd18so28485160iec.5; Sun, 15 Feb 2015 02:08:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kYVanUmbLRERL+oCyvLYPP9d6e/Qj7MZ9X3B35lh7iE=; b=QwZ/+hCJE5g6IpzgILb/x7j3prJCWVxUE9XKJ/lxdskTr3unSds4TA6lcEo+Q/KPWH mpescUzkjf0md7LrttiCvnXWQKG3mwPl7b48Aqi7MfEfImY9vWnJwmQ2xJMGjtMKFdHy KtMp8Q8fEQpI9v1+BVxbKxto3F2GtkFswYII0k93iyNyzs/U7ejIctOI+gzKidfVs3Qy kolSiaPC4qY6MrYAP6mXu4kAzztoLqtiNMuZRTiCmExFmtEOGLzu6TVNpbZOo8JK9Woy LKllqfH34YmSf6aFcuLINtTo3JYNQuMU3NiCttVxBokMygLHzr1oZgLNz0v7V8feu+T6 GZ+A== X-Received: by 10.107.138.195 with SMTP id c64mr22963382ioj.47.1423994901261; Sun, 15 Feb 2015 02:08:21 -0800 (PST) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com. [209.85.223.178]) by mx.google.com with ESMTPSA id qd2sm6434613igc.22.2015.02.15.02.08.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 02:08:21 -0800 (PST) Received: by iecvy18 with SMTP id vy18so28422604iec.6; Sun, 15 Feb 2015 02:08:20 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.61.238 with SMTP id t14mr15224029igr.34.1423994900514; Sun, 15 Feb 2015 02:08:20 -0800 (PST) Received: by 10.64.192.70 with HTTP; Sun, 15 Feb 2015 02:08:20 -0800 (PST) In-Reply-To: <20150214111255.GP29891@ivaldir.etoilebsd.net> References: <201502141016.t1EAGWkw066845@svn.freebsd.org> <20150214111255.GP29891@ivaldir.etoilebsd.net> Date: Sun, 15 Feb 2015 16:08:20 +0600 Message-ID: Subject: Re: svn commit: r378955 - in head/devel: . p5-B-C From: Muhammad Moinur Rahman To: Baptiste Daroussin , Andrej Zverev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 10:08:28 -0000 Fixed at r379031. On Sat, Feb 14, 2015 at 5:12 PM, Baptiste Daroussin wrote: > On Sat, Feb 14, 2015 at 10:16:32AM +0000, Muhammad Moinur Rahman wrote: > > Author: bofh > > Date: Sat Feb 14 10:16:31 2015 > > New Revision: 378955 > > URL: https://svnweb.freebsd.org/changeset/ports/378955 > > QAT: https://qat.redports.org/buildarchive/r378955/ > > > > Log: > > [NEW] devel/p5-B-C: Perl compiler's C backend > > > > This compiler backend takes Perl source and generates C source > > code corresponding to the internal structures that perl uses to > > run your program. When the generated C source is compiled and > > run, it cuts out the time which perl would have taken to load > > and parse your program into its internal semi-compiled form. > > That means that compiling with this backend will not help improve > > the runtime execution speed of your program but may improve > > the start-up time. Depending on the environment in which your > > program runs this may be either a help or a hindrance. > > > > WWW: http://search.cpan.org/dist/B-C/ > > > > PR: 196719 > > Submitted by: svysh.fbsd@gmail.com > > Approved by: bapt marino (implicit) > > > > Added: > > head/devel/p5-B-C/ > > head/devel/p5-B-C/Makefile (contents, props changed) > > head/devel/p5-B-C/distinfo (contents, props changed) > > head/devel/p5-B-C/pkg-descr (contents, props changed) > > head/devel/p5-B-C/pkg-plist (contents, props changed) > > Modified: > > head/devel/Makefile > > > > Modified: head/devel/Makefile > > > ============================================================================== > > --- head/devel/Makefile Sat Feb 14 09:12:36 2015 (r378954) > > +++ head/devel/Makefile Sat Feb 14 10:16:31 2015 (r378955) > > @@ -1516,6 +1516,7 @@ > > SUBDIR += p5-Attribute-Persistent > > SUBDIR += p5-AutoLoader > > SUBDIR += p5-AutoXS-Header > > + SUBDIR += p5-B-C > > SUBDIR += p5-B-Compiling > > SUBDIR += p5-B-Deobfuscate > > SUBDIR += p5-B-Flags > > > > Added: head/devel/p5-B-C/Makefile > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-B-C/Makefile Sat Feb 14 10:16:31 2015 > (r378955) > > @@ -0,0 +1,40 @@ > > +# Created by: Sergei Vyshenski > > +# $FreeBSD$ > > + > > +PORTNAME= B-C > > +PORTVERSION= 1.52 > > +CATEGORIES= devel perl5 > > +MASTER_SITES= CPAN > > +MASTER_SITE_SUBDIR= CPAN:RURBAN > > +PKGNAMEPREFIX= p5- > > + > > +MAINTAINER= svysh.fbsd@gmail.com > > +COMMENT= Perl compiler's C backend > > + > > +LICENSE= ART10 GPLv1 > > +LICENSE_COMB= dual > > + > > +BUILD_DEPENDS= p5-B-Flags>=0:${PORTSDIR}/devel/p5-B-Flags \ > > + p5-Opcodes>=0:${PORTSDIR}/devel/p5-Opcodes \ > > + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run > > +RUN_DEPENDS:= ${BUILD_DEPENDS} > > + > > +USES= perl5 > > +USE_PERL5= configure > > +PERL_INC_STAGE= > ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE > > +MAKE_ENV+= PERL_INC_STAGE=${PERL_INC_STAGE} > > +PLIST_SUB+= PERL_ARCH=${PERL_ARCH} > > +NO_ARCH= yes > > No arch is wrong shared objects (.so) are clearly arch dependent > > Bapt > From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 11:18:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41C69DFB; Sun, 15 Feb 2015 11:18:25 +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 21F49B1A; Sun, 15 Feb 2015 11:18:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FBIOYd076513; Sun, 15 Feb 2015 11:18:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FBIOir076507; Sun, 15 Feb 2015 11:18:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502151118.t1FBIOir076507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 Feb 2015 11:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379032 - in head/devel: . py-argcomplete X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 11:18:25 -0000 Author: pi Date: Sun Feb 15 11:18:23 2015 New Revision: 379032 URL: https://svnweb.freebsd.org/changeset/ports/379032 QAT: https://qat.redports.org/buildarchive/r379032/ Log: New port: devel/py-argcomplete Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You're using bash or zsh as your shell - You're using argparse to manage your command line arguments/options WWW: https://pypi.python.org/pypi/argcomplete PR: 196358 Submitted by: Tony Narlock Added: head/devel/py-argcomplete/ head/devel/py-argcomplete/Makefile (contents, props changed) head/devel/py-argcomplete/distinfo (contents, props changed) head/devel/py-argcomplete/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 15 09:39:49 2015 (r379031) +++ head/devel/Makefile Sun Feb 15 11:18:23 2015 (r379032) @@ -3677,6 +3677,7 @@ SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender + SUBDIR += py-argcomplete SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args Added: head/devel/py-argcomplete/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/Makefile Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,19 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= argcomplete +PORTVERSION= 0.8.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Bash tab completion for argparse + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-argcomplete/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/distinfo Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,2 @@ +SHA256 (argcomplete-0.8.4.tar.gz) = 925587268e509a8a1cb80c5d3f7190547de2990b7feb46993530a691a14e9255 +SIZE (argcomplete-0.8.4.tar.gz) = 31590 Added: head/devel/py-argcomplete/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/pkg-descr Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,9 @@ +Argcomplete provides easy, extensible command line tab completion +of arguments for your Python script. + +It makes two assumptions: + +- You're using bash or zsh as your shell +- You're using argparse to manage your command line arguments/options + +WWW: https://pypi.python.org/pypi/argcomplete From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 12:07:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 959AE829; Sun, 15 Feb 2015 12:07:54 +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 62D39F8D; Sun, 15 Feb 2015 12:07:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FC7sVL000184; Sun, 15 Feb 2015 12:07:54 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FC7r19000182; Sun, 15 Feb 2015 12:07:53 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502151207.t1FC7r19000182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 15 Feb 2015 12:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379033 - head/print/foomatic-db-engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 12:07:54 -0000 Author: bofh Date: Sun Feb 15 12:07:53 2015 New Revision: 379033 URL: https://svnweb.freebsd.org/changeset/ports/379033 QAT: https://qat.redports.org/buildarchive/r379033/ Log: print/foomatic-db-engine: Update version 4.0.11=>4.0.12 - Add LICENSE GPLv2 - Remove MAKE_JOBS_UNSAFE as it builds fine without it - Take maintainrship Approved by: bapt marino (implicit) Modified: head/print/foomatic-db-engine/Makefile head/print/foomatic-db-engine/distinfo Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Sun Feb 15 11:18:23 2015 (r379032) +++ head/print/foomatic-db-engine/Makefile Sun Feb 15 12:07:53 2015 (r379033) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= engine -PORTVERSION= 4.0.11 -PORTREVISION= 2 +PORTVERSION= 4.0.12 PORTEPOCH= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ \ @@ -13,9 +12,11 @@ PKGNAMEPREFIX= foomatic-db- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DIST_SUBDIR= foomatic -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Foomatic database engine +LICENSE= GPLv2 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_GNOME= libxml2 @@ -26,8 +27,6 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PRE CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \ CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends -MAKE_JOBS_UNSAFE= yes - post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ Modified: head/print/foomatic-db-engine/distinfo ============================================================================== --- head/print/foomatic-db-engine/distinfo Sun Feb 15 11:18:23 2015 (r379032) +++ head/print/foomatic-db-engine/distinfo Sun Feb 15 12:07:53 2015 (r379033) @@ -1,2 +1,2 @@ -SHA256 (foomatic/foomatic-db-engine-4.0.11.tar.gz) = aa90df28f6dd94d3b590a789009c6a1792696c5cebb1e0dd6037d7dcaa09ffdf -SIZE (foomatic/foomatic-db-engine-4.0.11.tar.gz) = 360379 +SHA256 (foomatic/foomatic-db-engine-4.0.12.tar.gz) = 66143b76ed5b325b7025e261ad917b543de534c6d0a6e495d5489a20cace7c21 +SIZE (foomatic/foomatic-db-engine-4.0.12.tar.gz) = 360499 From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 13:33:29 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03D19E6B; Sun, 15 Feb 2015 13:33:29 +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 DC90D901; Sun, 15 Feb 2015 13:33:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDXSkQ041811; Sun, 15 Feb 2015 13:33:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDXPtv041800; Sun, 15 Feb 2015 13:33:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502151333.t1FDXPtv041800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 15 Feb 2015 13:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379034 - in head: chinese/fortune french/fortune-mod-zarathoustra misc/fortune-mod-bible misc/fortune-mod-bofh misc/fortune-mod-culmea-culmilor misc/fortune-mod-epictetus misc/fortune-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 13:33:29 -0000 Author: antoine Date: Sun Feb 15 13:33:25 2015 New Revision: 379034 URL: https://svnweb.freebsd.org/changeset/ports/379034 QAT: https://qat.redports.org/buildarchive/r379034/ Log: Unbreak on head Deleted: head/russian/fortune-bashorgru/pkg-install head/russian/fortuneru/pkg-install Modified: head/chinese/fortune/Makefile head/french/fortune-mod-zarathoustra/Makefile head/misc/fortune-mod-bible/Makefile head/misc/fortune-mod-bofh/Makefile head/misc/fortune-mod-culmea-culmilor/Makefile.fortune head/misc/fortune-mod-epictetus/Makefile head/misc/fortune-mod-futurama/Makefile head/misc/fortuneit/Makefile head/polish/fortunepl/Makefile head/russian/fortune-bashorgru/Makefile head/russian/fortuneru/Makefile Modified: head/chinese/fortune/Makefile ============================================================================== --- head/chinese/fortune/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/chinese/fortune/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -18,13 +18,17 @@ NO_BUILD= yes USES= tar:bzip2 gmake SUB_FILES= pkg-message -.if !exists(/usr/games/fortune) || !exists(/usr/games/strfile) -IGNORE= needs the FreeBSD games distribution +.if exists(/usr/games/strfile) +STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system .endif post-patch: @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \ - -e "s|strfile|/usr/games/strfile|" \ + -e "s|strfile|${STRFILE}|" \ ${WRKSRC}/src/Makefile .include Modified: head/french/fortune-mod-zarathoustra/Makefile ============================================================================== --- head/french/fortune-mod-zarathoustra/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/french/fortune-mod-zarathoustra/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -4,20 +4,19 @@ PORTNAME= fortune-mod-zarathoustra PORTVERSION= 20100905 CATEGORIES= french -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= culot +MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra SUB_FILES= pkg-message +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile - -pre-build: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system .endif do-build: @@ -25,9 +24,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-bible/Makefile ============================================================================== --- head/misc/fortune-mod-bible/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-bible/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -14,17 +14,25 @@ COMMENT= King James V Bible in fortune f DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message -USES= tar:bzip2 +USES= tar:bzip2 SUB_FILES+= pkg-message +.if exists(/usr/games/strfile) _STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +_STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +post-extract: + ${RM} ${WRKSRC}/bible.dat do-build: @cd ${WRKSRC} && ${_STRFILE} -C bible do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/games @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-bofh/Makefile ============================================================================== --- head/misc/fortune-mod-bofh/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-bofh/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -13,17 +13,24 @@ DISTFILES= bofh-fortune-mod${PORTVERSION MAINTAINER= onatan@gmail.com COMMENT= Compilation of excuses from the "Bastard Operator From Hell" -NO_BUILD= yes WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0 PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +.if exists(/usr/games/strfile) STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +do-build: + @${STRFILE} ${WRKSRC}/bofh do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bofh ${STAGEDIR}${PREFIX}/share/games/fortune - @${STRFILE} ${STAGEDIR}${PREFIX}/share/games/fortune/bofh + ${INSTALL_DATA} ${WRKSRC}/bofh* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-culmea-culmilor/Makefile.fortune ============================================================================== --- head/misc/fortune-mod-culmea-culmilor/Makefile.fortune Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-culmea-culmilor/Makefile.fortune Sun Feb 15 13:33:25 2015 (r379034) @@ -2,7 +2,13 @@ NO_WRKSUBDIR= yes +.if exists(/usr/games/strfile) _STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +_STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif _STRFILE_ARGS?= -C _FORTUNE_DIR= share/games/fortune FORTUNE_DIR= ${PREFIX}/${_FORTUNE_DIR} @@ -29,16 +35,13 @@ do-build: fi do-install: @${MKDIR} ${STAGEDIR}${FORTUNE_DIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE}.dat - @if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE}.dat + if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-o ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE_O}; \ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-o.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE_O}.dat; \ fi -post-install: @if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ ${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O} >> ${TMPPLIST}; \ ${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O}.dat >> ${TMPPLIST}; \ fi - @${ECHO_CMD} "@unexec rmdir %D/${_FORTUNE_DIR} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/games 2>/dev/null || true" >> ${TMPPLIST} Modified: head/misc/fortune-mod-epictetus/Makefile ============================================================================== --- head/misc/fortune-mod-epictetus/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-epictetus/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -15,13 +15,19 @@ USES= tar:bzip2 PLIST_FILES= share/games/fortune/epictetus \ share/games/fortune/epictetus.dat +.if exists(/usr/games/strfile) STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif do-build: @(cd ${WRKSRC} && ${STRFILE} epictetus) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/epictetus* ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/epictetus* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-futurama/Makefile ============================================================================== --- head/misc/fortune-mod-futurama/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-futurama/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -11,13 +11,21 @@ MASTER_SITES= http://www.netmeister.org/ MAINTAINER= freebsd@skysmurf.nl COMMENT= Compilation of quotes from the TV series "Futurama" -USES= tar:bzip2 +USES= tar:bzip2 SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat +.if exists(/usr/games/strfile) +STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + do-build: - @cd ${WRKSRC} && /usr/games/strfile futurama + @${STRFILE} ${WRKSRC}/futurama do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune Modified: head/misc/fortuneit/Makefile ============================================================================== --- head/misc/fortuneit/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortuneit/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -10,38 +10,29 @@ DISTNAME= fortune-it-${PORTVERSION} MAINTAINER= gmarco@gufi.org COMMENT= Funny fortune file in Italian +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif FORTUNEFILES= adams banner computer definizioni formiche italia itatrek \ jackfr leggi luke luttazzi norm paolotedeschi zuse \ computer-o definizioni-o film-o italia-o jackfr-o leggi-o \ luttazzi-o obsc-o zuse-o -pre-build: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 -.endif - do-build: .for f in ${FORTUNEFILES} ${STRCMD} ${WRKSRC}/testi/${f} .endfor do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/games @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune .for f in ${FORTUNEFILES} - @${INSTALL_DATA} ${WRKSRC}/testi/${f}* \ + ${INSTALL_DATA} ${WRKSRC}/testi/${f}* \ ${STAGEDIR}${PREFIX}/share/games/fortune .endfor -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune [-aDefilosw] ${PREFIX}/share/games/fortune/" - @${ECHO_MSG} "" - @${ECHO_MSG} "Please check fortune manual pages for more informations" - @${ECHO_MSG} "" - .include Modified: head/polish/fortunepl/Makefile ============================================================================== --- head/polish/fortunepl/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/polish/fortunepl/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -14,7 +14,13 @@ PATCHFILES= fortunes-pl_${PORTVERSION}.f MAINTAINER= ports@FreeBSD.org COMMENT= Lot of funny Polish fortune files +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}.orig FORTUNES= 7thguard advocacy apcoh argante bajki bok cnp cows \ @@ -28,11 +34,6 @@ FORTUNES= 7thguard advocacy apcoh argant teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ znaki_zodiaku -pre-everything:: -.if !exists(${STRCMD}) -IGNORE= need strfile command. Please install games distribution of base system -.endif - do-patch: ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.freebsd.pl ${WRKSRC}/freebsd.pl ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.filozofia ${WRKSRC}/filozofia @@ -51,10 +52,4 @@ do-install: ${STAGEDIR}${PREFIX}/share/games/fortune/pl .endfor -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/pl/" - @${ECHO_MSG} "" - .include Modified: head/russian/fortune-bashorgru/Makefile ============================================================================== --- head/russian/fortune-bashorgru/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/russian/fortune-bashorgru/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -3,6 +3,7 @@ PORTNAME= fortune-bashorgru PORTVERSION= 20080903 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= http://limbo.xim.bz/distfiles/ Modified: head/russian/fortuneru/Makefile ============================================================================== --- head/russian/fortuneru/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/russian/fortuneru/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -3,6 +3,7 @@ PORTNAME= fortuneru PORTVERSION= 20090524 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= ftp://bestia.kiev.ua/pub/files/ ftp://hosting.cvu.kiev.ua/pub/files/ DISTNAME= fortune.ru-${PORTVERSION} @@ -10,30 +11,23 @@ DISTNAME= fortune.ru-${PORTVERSION} MAINTAINER= obezpalko@gmail.com COMMENT= Fortunes in Russian -NO_BUILD= yes - PKGMESSAGE= ${WRKDIR}/pkg-message +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +do-build: + @for fortune in ${WRKSRC}/* ; do \ + ${STRCMD} $$fortune ; \ + done do-install: - @${SETENV} STRCMD=${STRCMD} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/rus ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/games/fortune/rus -pre-install: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 -.endif - -post-install: - @for fortune in ${STAGEDIR}${PREFIX}/share/games/fortune/rus/* ; do \ - ${STRCMD} $$fortune >/dev/null 2>/dev/null ; \ - done - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/rus" - @${ECHO_MSG} "" - .include From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 13:33:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E11FF46; Sun, 15 Feb 2015 13:33:40 +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 3EFC4904; Sun, 15 Feb 2015 13:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDXeZK041967; Sun, 15 Feb 2015 13:33:40 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDXdGc041964; Sun, 15 Feb 2015 13:33:39 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502151333.t1FDXdGc041964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 15 Feb 2015 13:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379035 - in head/cad/spice: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 13:33:40 -0000 Author: hrs Date: Sun Feb 15 13:33:38 2015 New Revision: 379035 URL: https://svnweb.freebsd.org/changeset/ports/379035 QAT: https://qat.redports.org/buildarchive/r379035/ Log: - Fix device support. The previous version was totally broken. - Fix help(1). Modified: head/cad/spice/Makefile head/cad/spice/files/Makefile head/cad/spice/pkg-plist Modified: head/cad/spice/Makefile ============================================================================== --- head/cad/spice/Makefile Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/Makefile Sun Feb 15 13:33:38 2015 (r379035) @@ -3,7 +3,7 @@ PORTNAME= spice PORTVERSION= 3f5.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad MASTER_SITES= http://embedded.eecs.berkeley.edu/pubs/downloads/spice/:srcs \ http://www-device.eecs.berkeley.edu/~bsim/Files/BSIM3/ftpv330/src/:bsim3 \ @@ -102,9 +102,12 @@ post-extract: ${CONFIGFILE}:: @${SETENV} ${CONFIGURE_ENV} ${MAKE} -f ${MAKEFILE} configure -.for V in CC MAKE CC_OPT DEVICES +.for V in CC MAKE CC_OPT @${ECHO_CMD} "${V}=${$V}" >> ${WRKSRC}/conf/FreeBSD .endfor +.for V in DEVICES + @${ECHO_CMD} "${V}+=${$V}" >> ${WRKSRC}/conf/FreeBSD +.endfor do-configure: ${CONFIGFILE} @${DO_NADA} Modified: head/cad/spice/files/Makefile ============================================================================== --- head/cad/spice/files/Makefile Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/files/Makefile Sun Feb 15 13:33:38 2015 (r379035) @@ -32,8 +32,8 @@ SHAREFILESDIR= ${PREFIX}/share/spice HELPFILESDIR= ${SHAREFILESDIR}/helpdir SCRIPTFILESDIR= ${SHAREFILESDIR}/scripts -PROGRAMS= spice3 nutmeg sconvert help proc2mod multidec -HELPFILES= spice.txt +PROGRAMS= spice3 nutmeg sconvert help proc2mod multidec makeidx +HELPFILES= spice.txt spice.idx SCRIPTFILES= setplot spinit SHAREFILES= mfbcap news @@ -54,6 +54,11 @@ ${DESTDIR}${MANDIR}${n}/$M: $M .endfor ln -s -f spice.1 ${DESTDIR}${MANDIR}1/spice3.1 +spice.idx: spice.txt + ${DESTDIR}${BINDIR}/makeidx ${.ALLSRC} + ${BSD_INSTALL_DATA} ${.CURDIR}/lib/helpdir/spice.idx \ + ${.CURDIR}/spice.idx + .for D in HELPFILES SCRIPTFILES SHAREFILES . for F in ${${D}} install:: ${DESTDIR}${${D}DIR}/$F Modified: head/cad/spice/pkg-plist ============================================================================== --- head/cad/spice/pkg-plist Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/pkg-plist Sun Feb 15 13:33:38 2015 (r379035) @@ -4,6 +4,7 @@ bin/sconvert bin/help bin/proc2mod bin/multidec +bin/makeidx man/man1/sconvert.1.gz man/man1/nutmeg.1.gz man/man1/spice.1.gz @@ -11,6 +12,7 @@ man/man1/spice3.1.gz man/man3/mfb.3.gz man/man5/mfbcap.5.gz %%DATADIR%%/helpdir/spice.txt +%%DATADIR%%/helpdir/spice.idx %%DATADIR%%/scripts/setplot %%DATADIR%%/scripts/spinit %%DATADIR%%/mfbcap From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 13:43:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97AB3EB; Sun, 15 Feb 2015 13:43:00 +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 687BF9D6; Sun, 15 Feb 2015 13:43:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDh0WR046670; Sun, 15 Feb 2015 13:43:00 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDh0Du046669; Sun, 15 Feb 2015 13:43:00 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502151343.t1FDh0Du046669@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sun, 15 Feb 2015 13:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379036 - head/print/foomatic-db-engine/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 13:43:00 -0000 Author: mi Date: Sun Feb 15 13:42:59 2015 New Revision: 379036 URL: https://svnweb.freebsd.org/changeset/ports/379036 QAT: https://qat.redports.org/buildarchive/r379036/ Log: Add a patch, that removes the reference to bash from one of the installed scripts. (This was caught by the "QA step" here.) Added: head/print/foomatic-db-engine/files/ head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in (contents, props changed) Added: head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in Sun Feb 15 13:42:59 2015 (r379036) @@ -0,0 +1,44 @@ +Do not require bash -- BSD sh(1) is perfectly capable of executing +this script. + +While here, replace use of perl in removal of some characters from +streams with the much lighter tr(1) invocations. Strip out +carriage-returns (\r) characters from remote printer's responses too. + +Remove useless braces around variable-names. + + -mi + +--- foomatic-getpjloptions.in 2015-02-14 07:21:56.000000000 -0500 ++++ foomatic-getpjloptions.in 2015-02-15 07:36:23.000000000 -0500 +@@ -1,3 +1,3 @@ +-#!@SH@ ++#!/bin/sh + # + # Polls PJL options from local or network printers +@@ -23,6 +23,5 @@ + NC=@NC@ + CAT=@CAT@ +-PRINTF=@PRINTF@ +-PERL=@PERL@ ++PRINTF=printf # sh builtin + + usage(){ +@@ -63,12 +62,13 @@ +- # We have two arguments, do ethernet printer request ++ # We have two arguments, do network printer request + # Poll the printer's answer and filter out the newpage characters ++ # as well as the carriage-returns (\r or, in octal, 015) +- ${NC} -w 3 ${1} ${2} 2>/dev/null | ${PERL} -p -e "s/\014//" ++ $NC -w 3 $1 $2 2>/dev/null | tr -d "\015\014" + else + # We have one argument, do local printer request + # Send commands to printer port +- ${CAT} > ${1} ++ $CAT > $1 + # Wait ten seconds for the printer to process the request + sleep 10 + # Poll the printer's answer and filter out the newpage and CR characters +- ${CAT} < ${1} | ${PERL} -p -e "s/[\015\014]//" ++ exec tr -d "\015\014" < $1 + fi From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 14:12:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B8F3528; Sun, 15 Feb 2015 14:12:20 +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 564E8C85; Sun, 15 Feb 2015 14:12:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FECK0k060726; Sun, 15 Feb 2015 14:12:20 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FECKpi060725; Sun, 15 Feb 2015 14:12:20 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502151412.t1FECKpi060725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 15 Feb 2015 14:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379037 - head/multimedia/libvpx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 14:12:20 -0000 Author: ashish Date: Sun Feb 15 14:12:19 2015 New Revision: 379037 URL: https://svnweb.freebsd.org/changeset/ports/379037 QAT: https://qat.redports.org/buildarchive/r379037/ Log: - Fix build with GCC 5 PR: 197624 Submitted by: marino Added: head/multimedia/libvpx/files/patch-nestegg_halloc_src (contents, props changed) Added: head/multimedia/libvpx/files/patch-nestegg_halloc_src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libvpx/files/patch-nestegg_halloc_src Sun Feb 15 14:12:19 2015 (r379037) @@ -0,0 +1,31 @@ + +$FreeBSD$ + +Fix build on modern gcc which defines max_align_t for C11 +It renames the locale definition to avoid the name clash. + +--- nestegg/halloc/src/align.h.orig ++++ nestegg/halloc/src/align.h +@@ -30,7 +30,7 @@ + void (*q)(void); + }; + +-typedef union max_align max_align_t; ++typedef union max_align halloc_max_align_t; + + #endif + + +$FreeBSD$ + +--- nestegg/halloc/src/halloc.c.orig ++++ nestegg/halloc/src/halloc.c +@@ -30,7 +30,7 @@ + #endif + hlist_item_t siblings; /* 2 pointers */ + hlist_head_t children; /* 1 pointer */ +- max_align_t data[1]; /* not allocated, see below */ ++ halloc_max_align_t data[1]; /* not allocated, see below */ + + } hblock_t; + From owner-svn-ports-all@FreeBSD.ORG Sun Feb 15 14:21:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D18E1679; Sun, 15 Feb 2015 14:21:30 +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 B15E0D55; Sun, 15 Feb 2015 14:21:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FELUbZ065053; Sun, 15 Feb 2015 14:21:30 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FELSNb065043; Sun, 15 Feb 2015 14:21:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201502151421.t1FELSNb065043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 15 Feb 2015 14:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379038 - in head/devel: . pig pig/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 14:21:30 -0000 Author: demon Date: Sun Feb 15 14:21:28 2015 New Revision: 379038 URL: https://svnweb.freebsd.org/changeset/ports/379038 QAT: https://qat.redports.org/buildarchive/r379038/ Log: New port: Apache Pig. Pig is an engine for executing data flows in parallel on Hadoop. Added: head/devel/pig/ head/devel/pig/Makefile (contents, props changed) head/devel/pig/distinfo (contents, props changed) head/devel/pig/files/ head/devel/pig/files/patch-bin-pig (contents, props changed) head/devel/pig/files/patch-ivy-ivysettings.xml (contents, props changed) head/devel/pig/pkg-descr (contents, props changed) head/devel/pig/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 15 14:12:19 2015 (r379037) +++ head/devel/Makefile Sun Feb 15 14:21:28 2015 (r379038) @@ -3545,6 +3545,7 @@ SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog + SUBDIR += pig SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus Added: head/devel/pig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/Makefile Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,47 @@ +# Created by: Dmitry Sivachenko +# $FreeBSD$ + +PORTNAME= pig +PORTVERSION= 0.14.0 +CATEGORIES= devel java +MASTER_SITES= ${MASTER_SITE_APACHE} \ + LOCAL/demon/:ant \ + http://people.freebsd.org/~demon/:ant \ + http://central.maven.org/maven2/org/apache/ivy/ivy/2.2.0/:ivy +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION} +DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-ant-repository.tar.gz:ant ivy-2.2.0.jar:ivy +DIST_SUBDIR= hadoop +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-ant-repository.tar.gz + +MAINTAINER= demon@FreeBSD.org +COMMENT= Engine for executing data flows in parallel on Hadoop + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ + yarn:${PORTSDIR}/devel/hadoop2 + +USE_JAVA= yes +JAVA_VERSION= 1.7+ +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src + +post-patch: + ${REINPLACE_CMD} -e "s#%%WRKDIR%%#${WRKDIR}#" ${WRKSRC}/ivy/ivysettings.xml + +pre-build: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ivy-2.2.0.jar ${WRKSRC}/ivy/ + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/ant -Dhadoopversion=23 + +post-build: + ${REINPLACE_CMD} -e "s#%%JAVA_HOME%%#${JAVA_HOME}#" -e "s#%%LOCALBASE%%#${LOCALBASE}#" ${WRKSRC}/bin/pig + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/pig-${PORTVERSION}-SNAPSHOT-core-h2.jar ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/bin/pig ${STAGEDIR}/${PREFIX}/bin/ + +.include Added: head/devel/pig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/distinfo Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,6 @@ +SHA256 (hadoop/pig-0.14.0-src.tar.gz) = e95e8449b68186966996be786c4a620b36b4e15707d263bd76c3e10cdb26c1a2 +SIZE (hadoop/pig-0.14.0-src.tar.gz) = 14651571 +SHA256 (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = cc298457ba337564a0addd4a129c8a51d7aaa1a512e6ebdf89d6cba6fb22de81 +SIZE (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = 111651511 +SHA256 (hadoop/ivy-2.2.0.jar) = 9d0a56026680999986ca33d53d12d6f28f7bff5e3c9e6e0c6633a3677ca00f18 +SIZE (hadoop/ivy-2.2.0.jar) = 947592 Added: head/devel/pig/files/patch-bin-pig ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/files/patch-bin-pig Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,68 @@ +--- bin/pig.orig 2014-11-17 04:37:53.000000000 +0300 ++++ bin/pig 2015-02-15 16:23:44.000000000 +0300 +@@ -88,6 +88,8 @@ + export PIG_HOME=`dirname "$this"`/.. + fi + ++PIG_CONF_DIR=${PIG_HOME}/etc/pig ++ + if [ -z "$PIG_CONF_DIR" ]; then + if [ -f ${PIG_HOME}/conf/pig.properties ]; then + PIG_CONF_DIR=${PIG_HOME}/conf +@@ -111,6 +113,7 @@ + JAVA_HOME=$JAVA_HOME + fi + ++JAVA_HOME=%%JAVA_HOME%% + if [ "$JAVA_HOME" = "" ]; then + echo "Error: JAVA_HOME is not set." + exit 1 +@@ -206,6 +209,7 @@ + fi + + # add HADOOP_CONF_DIR ++HADOOP_CONF_DIR=%%LOCALBASE%%/etc/hadoop + if [ "$HADOOP_CONF_DIR" != "" ]; then + CLASSPATH=${CLASSPATH}:${HADOOP_CONF_DIR} + fi +@@ -244,23 +248,23 @@ + + # For Hadoop 0.23.0+ + # +-#if [ -d "${PIG_HOME}/share/hadoop/common" ]; then +-# for f in ${PIG_HOME}/share/hadoop/common/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi +-# +-#if [ -d "${PIG_HOME}/share/hadoop/hdfs" ]; then +-# for f in ${PIG_HOME}/share/hadoop/hdfs/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi +-# +-#if [ -d "${PIG_HOME}/share/hadoop/mapreduce" ]; then +-# for f in ${PIG_HOME}/share/hadoop/mapreduce/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi ++if [ -d "${PIG_HOME}/share/hadoop/common" ]; then ++ for f in ${PIG_HOME}/share/hadoop/common/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi ++ ++if [ -d "${PIG_HOME}/share/hadoop/hdfs" ]; then ++ for f in ${PIG_HOME}/share/hadoop/hdfs/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi ++ ++if [ -d "${PIG_HOME}/share/hadoop/mapreduce" ]; then ++ for f in ${PIG_HOME}/share/hadoop/mapreduce/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi + + if which hadoop >/dev/null; then + HADOOP_BIN=`which hadoop` Added: head/devel/pig/files/patch-ivy-ivysettings.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/files/patch-ivy-ivysettings.xml Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,10 @@ +--- ivy/ivysettings.xml.bak 2014-11-17 04:37:53.000000000 +0300 ++++ ivy/ivysettings.xml 2015-02-12 18:18:00.000000000 +0300 +@@ -1,5 +1,7 @@ + + ++ ++ +