From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:10:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91C924B5; Sun, 1 Sep 2013 00:10:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70AD12B38; Sun, 1 Sep 2013 00:10:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810AHLi050597; Sun, 1 Sep 2013 00:10:17 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810AGvY050590; Sun, 1 Sep 2013 00:10:16 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010010.r810AGvY050590@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325837 - in head/misc/vifm: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 00:10:17 -0000 Author: madpilot Date: Sun Sep 1 00:10:16 2013 New Revision: 325837 URL: http://svnweb.freebsd.org/changeset/ports/325837 Log: - Update to 0.7.4b PR: ports/177589 Submitted by: Kaspars Bankovskis (maintainer) Added: head/misc/vifm/files/patch-configure.in (contents, props changed) head/misc/vifm/files/patch-src-sort.c (contents, props changed) head/misc/vifm/files/patch-src-utils-utils.c (contents, props changed) Deleted: head/misc/vifm/files/patch-src__commands.c head/misc/vifm/files/patch-src__file_magic.c head/misc/vifm/files/patch-src__fileops.c Modified: head/misc/vifm/Makefile (contents, props changed) head/misc/vifm/distinfo (contents, props changed) Modified: head/misc/vifm/Makefile ============================================================================== --- head/misc/vifm/Makefile Sat Aug 31 23:55:40 2013 (r325836) +++ head/misc/vifm/Makefile Sun Sep 1 00:10:16 2013 (r325837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vifm -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.4b CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,40 +12,21 @@ COMMENT= Ncurses based file manager with LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= VIFM_SCREEN -VIFM_SCREEN_DESC= Use vifm with the screen program - -USES= ncurses +USES= gmake ncurses USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --without-gtk MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" -MAN1= vifm.1 +MAN1= vifm.1 \ + vifm-pause.1 \ + vifmrc-converter.1 PLIST_FILES= bin/vifm \ + bin/vifmrc-converter \ bin/vifm-pause \ - %%DATADIR%%/startup \ %%DATADIR%%/vifm-help.txt \ - %%DATADIR%%/vifm.txt \ - %%DATADIR%%/vifm.vim \ %%DATADIR%%/vifmrc PLIST_DIRS= %%DATADIR%% -.include - -.if ${PORT_OPTIONS:MVIFM_SCREEN} -RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/resize_term/resizeterm/g' \ - ${WRKSRC}/src/ui.c -.if ${PORT_OPTIONS:MVIFM_SCREEN} - @${REINPLACE_CMD} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \ - ${WRKSRC}/src/config.c - @${REINPLACE_CMD} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \ - ${WRKSRC}/src/vifmrc -.endif - .include Modified: head/misc/vifm/distinfo ============================================================================== --- head/misc/vifm/distinfo Sat Aug 31 23:55:40 2013 (r325836) +++ head/misc/vifm/distinfo Sun Sep 1 00:10:16 2013 (r325837) @@ -1,2 +1,2 @@ -SHA256 (vifm-0.6.3.tar.bz2) = 7b6ac1056e7fbca46fb8eb1a40f31c92fc5694b19ca4267fc63e9e295d8cb3ec -SIZE (vifm-0.6.3.tar.bz2) = 386861 +SHA256 (vifm-0.7.4b.tar.bz2) = 90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57 +SIZE (vifm-0.7.4b.tar.bz2) = 562778 Added: head/misc/vifm/files/patch-configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-configure.in Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,42 @@ +--- configure.in.orig 2013-04-02 18:52:13.000000000 +0300 ++++ configure.in 2013-04-02 18:53:57.000000000 +0300 +@@ -24,7 +24,6 @@ + AC_CHECK_HEADER([limits.h], [], [AC_MSG_ERROR([limits.h header not found.])]) + AC_CHECK_HEADER([locale.h], [], [AC_MSG_ERROR([locale.h header not found.])]) + AC_CHECK_HEADER([math.h], [], [AC_MSG_ERROR([math.h header not found.])]) +-AC_CHECK_HEADER([mntent.h], [], [AC_MSG_ERROR([mntent.h header not found.])]) + AC_CHECK_HEADER([pwd.h], [], [AC_MSG_ERROR([pwd.h header not found.])]) + AC_CHECK_HEADER([signal.h], [], [AC_MSG_ERROR([signal.h header not found.])]) + AC_CHECK_HEADER([stdarg.h], [], [AC_MSG_ERROR([stdarg.h header not found.])]) +@@ -69,7 +68,6 @@ + AC_CHECK_FUNC([closedir], [], [AC_MSG_ERROR([closedir() function not found.])]) + AC_CHECK_FUNC([dup], [], [AC_MSG_ERROR([dup() function not found.])]) + AC_CHECK_FUNC([dup2], [], [AC_MSG_ERROR([dup2() function not found.])]) +-AC_CHECK_FUNC([endmntent], [], [AC_MSG_ERROR([endmntent() function not found.])]) + AC_CHECK_FUNC([execve], [], [AC_MSG_ERROR([execve() function not found.])]) + AC_CHECK_FUNC([execvp], [], [AC_MSG_ERROR([execvp() function not found.])]) + AC_CHECK_FUNC([exit], [], [AC_MSG_ERROR([exit() function not found.])]) +@@ -91,7 +89,6 @@ + AC_CHECK_FUNC([getgrgid], [], [AC_MSG_ERROR([getgrgid() function not found.])]) + AC_CHECK_FUNC([getgrgid_r], [], [AC_MSG_ERROR([getgrgid_r() function not found.])]) + AC_CHECK_FUNC([getgrnam], [], [AC_MSG_ERROR([getgrnam() function not found.])]) +-AC_CHECK_FUNC([getmntent], [], [AC_MSG_ERROR([getmntent() function not found.])]) + AC_CHECK_FUNC([getpid], [], [AC_MSG_ERROR([getpid() function not found.])]) + AC_CHECK_FUNC([getppid], [], [AC_MSG_ERROR([getppid() function not found.])]) + AC_CHECK_FUNC([getpwent], [], [AC_MSG_ERROR([getpwent() function not found.])]) +@@ -132,7 +129,6 @@ + AC_CHECK_FUNC([setenv], [], [AC_MSG_ERROR([setenv() function not found.])]) + AC_CHECK_FUNC([setgrent], [], [AC_MSG_ERROR([setgrent() function not found.])]) + AC_CHECK_FUNC([setlocale], [], [AC_MSG_ERROR([setlocale() function not found.])]) +-AC_CHECK_FUNC([setmntent], [], [AC_MSG_ERROR([setmntent() function not found.])]) + AC_CHECK_FUNC([setpgid], [], [AC_MSG_ERROR([setpgid() function not found.])]) + AC_CHECK_FUNC([setpwent], [], [AC_MSG_ERROR([setpwent() function not found.])]) + AC_CHECK_FUNC([setsid], [], [AC_MSG_ERROR([setsid() function not found.])]) +@@ -164,7 +160,6 @@ + AC_CHECK_FUNC([strtok_r], [], [AC_MSG_ERROR([strtok_r() function not found.])]) + AC_CHECK_FUNC([strtol], [], [AC_MSG_ERROR([strtol() function not found.])]) + AC_CHECK_FUNC([strtoll], [], [AC_MSG_ERROR([strtoll() function not found.])]) +-AC_CHECK_FUNC([strverscmp], [], [AC_MSG_ERROR([strverscmp() function not found.])]) + AC_CHECK_FUNC([sysconf], [], [AC_MSG_ERROR([sysconf() function not found.])]) + AC_CHECK_FUNC([time], [], [AC_MSG_ERROR([time() function not found.])]) + AC_CHECK_FUNC([tolower], [], [AC_MSG_ERROR([tolower() function not found.])]) Added: head/misc/vifm/files/patch-src-sort.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-src-sort.c Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,29 @@ +--- src/sort.c.orig 2013-04-02 18:55:08.000000000 +0300 ++++ src/sort.c 2013-04-02 18:37:26.000000000 +0300 +@@ -46,7 +46,7 @@ + + static int sort_dir_list(const void *one, const void *two); + TSTATIC int strnumcmp(const char s[], const char t[]); +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + static int vercmp(const char s[], const char t[]); + #else + static char * skip_leading_zeros(const char str[]); +@@ -106,7 +106,7 @@ + TSTATIC int + strnumcmp(const char s[], const char t[]) + { +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + return vercmp(s, t); + #else + const char *new_s = skip_leading_zeros(s); +@@ -115,7 +115,7 @@ + #endif + } + +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + static int + vercmp(const char s[], const char t[]) + { Added: head/misc/vifm/files/patch-src-utils-utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-src-utils-utils.c Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,20 @@ +--- src/utils/utils.c.orig 2013-04-02 18:56:49.000000000 +0300 ++++ src/utils/utils.c 2013-04-02 18:21:24.000000000 +0300 +@@ -34,7 +34,7 @@ + #include /* waitpid() */ + #endif + +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__) + #include /* getmntent() */ + #endif + +@@ -267,7 +267,7 @@ + int + is_on_slow_fs(const char *full_path) + { +-#if defined(_WIN32) || defined(__APPLE__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__FreeBSD__) + return 0; + #else + FILE *f; From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:13:52 2013 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 ESMTP id 998BC5D0; Sun, 1 Sep 2013 00:13:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2302B72; Sun, 1 Sep 2013 00:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810DqW6053644; Sun, 1 Sep 2013 00:13:52 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810Dp9p053629; Sun, 1 Sep 2013 00:13:51 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010013.r810Dp9p053629@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325838 - in head/games/opensonic: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 00:13:52 -0000 Author: madpilot Date: Sun Sep 1 00:13:51 2013 New Revision: 325838 URL: http://svnweb.freebsd.org/changeset/ports/325838 Log: - Update to 0.1.4 - Trim Makefile headers - Convert to new LIB_DEPENDS syntax PR: ports/180967 Submitted by: Stas Timokhin (maintainer) Deleted: head/games/opensonic/files/patch-src__misc__opensonic_launcher Modified: head/games/opensonic/Makefile head/games/opensonic/distinfo (contents, props changed) head/games/opensonic/files/patch-CMakeLists.txt (contents, props changed) head/games/opensonic/pkg-plist (contents, props changed) Modified: head/games/opensonic/Makefile ============================================================================== --- head/games/opensonic/Makefile Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/Makefile Sun Sep 1 00:13:51 2013 (r325838) @@ -1,16 +1,11 @@ -# New ports collection makefile for: games/opensonic -# Date created: 27 Aug 2009 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# PORTNAME= opensonic -PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTVERSION= 0.1.4 CATEGORIES= games MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION} -DISTNAME= opensnc-src${PORTVERSION} +DISTNAME= opensnc-src-${PORTVERSION} MAINTAINER= devel@stasyan.com COMMENT= Game based on the "Sonic the Hedgehog" universe @@ -23,7 +18,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \ "false" USES= cmake -CMAKE_ENV+= OPENSNC_ALLEGRO_LIBS="`allegro-config --libs`" OPENSNC_ALLEGRO_VERSION="`allegro-config --version`" +CMAKE_ENV+= _ALLEGRO_LIBS="`allegro-config --libs`" _ALLEGRO_VERSION="`allegro-config --version`" CFLAGS+= -I${LOCALBASE}/include @@ -31,18 +26,21 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libaldm alpng>=1.3:${PORTSDIR}/graphics/alpng RUN_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ alpng>=1.3:${PORTSDIR}/graphics/alpng -LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro \ - ogg:${PORTSDIR}/audio/libogg \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= liballeg.so:${PORTSDIR}/devel/allegro \ + libogg.so:${PORTSDIR}/audio/libogg \ + libvorbis.so:${PORTSDIR}/audio/libvorbis .include post-patch: @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ - ${PATCH_WRKSRC}/CMakeLists.txt ${PATCH_WRKSRC}/src/global.h + ${PATCH_WRKSRC}/CMakeLists.txt ${PATCH_WRKSRC}/src/core/global.h @${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,g' \ - ${PATCH_WRKSRC}/src/global.h - @${REINPLACE_CMD} -e 's,%%GAME_DIR%%,${DATADIR},g' \ - ${PATCH_WRKSRC}/src/misc/opensonic ${PATCH_WRKSRC}/src/misc/opensonic_launcher + ${PATCH_WRKSRC}/src/core/global.h + @${REINPLACE_CMD} -e 's,%%GAME_DIR%%,${DATADIR},g' -e 's,opensonic_bin,opensonic,g' -e 's,/bin/bash,/bin/sh,g' \ + ${PATCH_WRKSRC}/src/misc/opensonic + +post-install: + @${INSTALL_SCRIPT} ${PATCH_WRKSRC}/src/misc/opensonic ${LOCALBASE}/bin/opensonic .include Modified: head/games/opensonic/distinfo ============================================================================== --- head/games/opensonic/distinfo Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/distinfo Sun Sep 1 00:13:51 2013 (r325838) @@ -1,2 +1,2 @@ -SHA256 (opensnc-src0.1.2.tar.gz) = 9171ee123556f6600fb2b4198f75b7b252d5159e3714666e3589f17b6a76b1a5 -SIZE (opensnc-src0.1.2.tar.gz) = 4392887 +SHA256 (opensnc-src-0.1.4.tar.gz) = 3a4c3fa9538ee27c04b5ea848c9ad0a83f335471936d4617a18d3648c42588e9 +SIZE (opensnc-src-0.1.4.tar.gz) = 10525059 Modified: head/games/opensonic/files/patch-CMakeLists.txt ============================================================================== --- head/games/opensonic/files/patch-CMakeLists.txt Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/files/patch-CMakeLists.txt Sun Sep 1 00:13:51 2013 (r325838) @@ -1,43 +1,13 @@ ---- CMakeLists.txt.orig 2009-07-22 16:54:28.000000000 +1100 -+++ CMakeLists.txt 2010-02-02 20:05:55.037102480 +1000 -@@ -6,8 +6,15 @@ - # Initializing... - CMAKE_MINIMUM_REQUIRED(VERSION 2.4) - PROJECT(opensonic C) --SET(GAME_BIN opensonic) --SET(LAUNCHER_BIN opensonic_launcher) -+SET(GAME_NAME opensonic) -+if(NOT WIN32) -+SET(GAME_BIN ${GAME_NAME}_bin) -+SET(LAUNCHER_BIN ${GAME_NAME}_launcher_bin) -+else(NOT WIN32) -+SET(GAME_BIN ${GAME_NAME}) -+SET(LAUNCHER_BIN ${GAME_NAME}_launcher) -+endif(NOT WIN32) -+ - SET(GAME_VERSION "0.1.2") - SET(ALLEGRO_RECOMMENDED_VERSION "4.2.2") - SET(CMAKE_BUILD_TYPE Release) -@@ -248,8 +255,8 @@ - - # Installing on *nix - IF(UNIX) -- SET(GAME_INSTALL_DIR "/usr/share/opensonic") -- SET(GAME_FINAL_DIR "/usr/bin") -+ SET(GAME_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/opensonic") -+ SET(GAME_FINAL_DIR "${CMAKE_INSTALL_PREFIX}/bin") - - INSTALL(CODE "MESSAGE(\"Installing Open Sonic ${GAME_VERSION}... Make sure you have root privileges.\")") - INSTALL(TARGETS ${GAME_BIN} ${LAUNCHER_BIN} RUNTIME DESTINATION ${GAME_INSTALL_DIR}) -@@ -257,8 +264,8 @@ - INSTALL(DIRECTORY config gui images levels licenses musics quests samples screenshots themes languages DESTINATION ${GAME_INSTALL_DIR} PATTERN ".svn" EXCLUDE) - - INSTALL(CODE "MESSAGE(\"Creating files at ${GAME_FINAL_DIR}...\")") -- INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${GAME_INSTALL_DIR}/${GAME_BIN}\" \"${GAME_FINAL_DIR}/${GAME_BIN}\")") -- INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${GAME_INSTALL_DIR}/${LAUNCHER_BIN}\" \"${GAME_FINAL_DIR}/${LAUNCHER_BIN}\")") -+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${CMAKE_CURRENT_BINARY_DIR}/src/misc/${GAME_NAME}\" \"${GAME_FINAL_DIR}/${GAME_NAME}\")") -+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${CMAKE_CURRENT_BINARY_DIR}/src/misc/${GAME_NAME}_launcher\" \"${GAME_FINAL_DIR}/${GAME_NAME}_launcher\")") - -- INSTALL(CODE "MESSAGE(\"Done! Run ${LAUNCHER_BIN} to start the game.\")") -+ INSTALL(CODE "MESSAGE(\"Done! Run ${GAME_NAME}_launcher to start the game.\")") - ENDIF(UNIX) +--- CMakeLists.txt.orig 2010-12-15 10:31:17.000000000 +0600 ++++ CMakeLists.txt 2010-12-15 10:32:02.000000000 +0600 +@@ -410,8 +410,8 @@ + + # Installing on *nix + IF(UNIX) +- SET(GAME_INSTALL_DIR "/usr/share/${GAME_UNIXNAME}") +- SET(GAME_FINAL_DIR "/usr/bin") ++ SET(GAME_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/${GAME_UNIXNAME}") ++ SET(GAME_FINAL_DIR "{CMAKE_INSTALL_PREFIX}/bin") + + INSTALL(CODE "MESSAGE(\"Installing ${GAME_NAME} ${GAME_VERSION}... Make sure you have root privileges.\")") + INSTALL(TARGETS ${GAME_UNIXNAME} RUNTIME DESTINATION ${GAME_INSTALL_DIR}) Modified: head/games/opensonic/pkg-plist ============================================================================== --- head/games/opensonic/pkg-plist Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/pkg-plist Sun Sep 1 00:13:51 2013 (r325838) @@ -1,87 +1,95 @@ bin/opensonic -bin/opensonic_launcher -%%DATADIR%%/config/sprite.def -%%DATADIR%%/gui/button1.tga -%%DATADIR%%/gui/button_disabled.tga -%%DATADIR%%/gui/buttonhi.tga -%%DATADIR%%/gui/buttonpress.tga -%%DATADIR%%/gui/checkbox.tga -%%DATADIR%%/gui/dialog.tga -%%DATADIR%%/gui/gui.dat -%%DATADIR%%/gui/listbox.tga -%%DATADIR%%/gui/logo.tga -%%DATADIR%%/gui/radio.tga -%%DATADIR%%/gui/scrollbar.tga -%%DATADIR%%/gui/slider.tga -%%DATADIR%%/gui/textbox.tga -%%DATADIR%%/gui/vscroll.tga +%%DATADIR%%/config/samples.def +%%DATADIR%%/images/acts.png %%DATADIR%%/images/animals.png %%DATADIR%%/images/baddies.png %%DATADIR%%/images/boss.png +%%DATADIR%%/images/bumper.png %%DATADIR%%/images/checkpoint_orb.png +%%DATADIR%%/images/desert1.png +%%DATADIR%%/images/dnadoors.png +%%DATADIR%%/images/editorbg.png +%%DATADIR%%/images/even_more_shields.png %%DATADIR%%/images/font.png %%DATADIR%%/images/gui.png -%%DATADIR%%/images/icon.png %%DATADIR%%/images/intro.png %%DATADIR%%/images/island.png %%DATADIR%%/images/island2.png %%DATADIR%%/images/island3.png +%%DATADIR%%/images/item_boxes.png %%DATADIR%%/images/items.png +%%DATADIR%%/images/lady_bugsy.png +%%DATADIR%%/images/more_shields.png %%DATADIR%%/images/null.png %%DATADIR%%/images/ocean.png %%DATADIR%%/images/ocean2.png +%%DATADIR%%/images/oceanfg.png %%DATADIR%%/images/player.png %%DATADIR%%/images/prototype1.png %%DATADIR%%/images/prototype2.png +%%DATADIR%%/images/quest_extra.png +%%DATADIR%%/images/quest_superbosses.png +%%DATADIR%%/images/quest_tutorial.png +%%DATADIR%%/images/questionmark.png %%DATADIR%%/images/ring_shields.png %%DATADIR%%/images/sourcecode.png +%%DATADIR%%/images/special.png +%%DATADIR%%/images/spikes.png %%DATADIR%%/images/spring_pads.png %%DATADIR%%/images/squarebg.png +%%DATADIR%%/images/switches.png +%%DATADIR%%/images/template.png +%%DATADIR%%/images/template2.png +%%DATADIR%%/images/template3.png %%DATADIR%%/images/title.png +%%DATADIR%%/languages/deutsch.lng +%%DATADIR%%/languages/dutch.lng %%DATADIR%%/languages/english.lng -%%DATADIR%%/languages/espanol.lng %%DATADIR%%/languages/francais.lng +%%DATADIR%%/languages/indonesian.lng +%%DATADIR%%/languages/italiano.lng +%%DATADIR%%/languages/polish.lng %%DATADIR%%/languages/ptbr.lng %%DATADIR%%/levels/blue_ocean_1.lev -%%DATADIR%%/levels/blue_ocean_1m.lev %%DATADIR%%/levels/blue_ocean_2.lev -%%DATADIR%%/levels/blue_ocean_2m.lev %%DATADIR%%/levels/blue_ocean_3.lev -%%DATADIR%%/levels/blue_ocean_3m.lev +%%DATADIR%%/levels/desert1.lev %%DATADIR%%/levels/exotic_1.lev -%%DATADIR%%/levels/exotic_1m.lev %%DATADIR%%/levels/exotic_2.lev -%%DATADIR%%/levels/exotic_2m.lev %%DATADIR%%/levels/exotic_3.lev -%%DATADIR%%/levels/exotic_3m.lev +%%DATADIR%%/levels/exotichell_1.lev %%DATADIR%%/levels/prototype.lev +%%DATADIR%%/levels/superboss_1.lev +%%DATADIR%%/levels/superboss_2.lev +%%DATADIR%%/levels/template.lev %%DATADIR%%/levels/testzone.lev %%DATADIR%%/levels/tutorial_1.lev %%DATADIR%%/levels/tutorial_2.lev %%DATADIR%%/license.txt %%DATADIR%%/licenses/2xsai.txt %%DATADIR%%/licenses/Allegro.txt -%%DATADIR%%/licenses/AllegroPNG.txt %%DATADIR%%/licenses/DUMB.txt -%%DATADIR%%/licenses/lexgui.txt +%%DATADIR%%/licenses/jpgalleg.txt +%%DATADIR%%/licenses/loadpng.txt %%DATADIR%%/licenses/logg.txt -%%DATADIR%%/musics/boss.it +%%DATADIR%%/licenses/nanoparser.txt +%%DATADIR%%/musics/boss.ogg %%DATADIR%%/musics/credits.txt -%%DATADIR%%/musics/endofquest.it -%%DATADIR%%/musics/exotic.it -%%DATADIR%%/musics/invencible.it -%%DATADIR%%/musics/ocean.it -%%DATADIR%%/musics/speed.it +%%DATADIR%%/musics/crusader.ogg +%%DATADIR%%/musics/invincible.ogg +%%DATADIR%%/musics/luminous_vein.ogg +%%DATADIR%%/musics/options.ogg +%%DATADIR%%/musics/speed.ogg %%DATADIR%%/musics/title.ogg -%%DATADIR%%/musics/tutorial.it -%%DATADIR%%/opensonic_bin -%%DATADIR%%/opensonic_launcher_bin -%%DATADIR%%/quests/master.png -%%DATADIR%%/quests/master.qst -%%DATADIR%%/quests/tutorial.png +%%DATADIR%%/objects/old_enemies.obj +%%DATADIR%%/opensonic +%%DATADIR%%/quests/default.qst +%%DATADIR%%/quests/extra.qst +%%DATADIR%%/quests/superbosses.qst %%DATADIR%%/quests/tutorial.qst %%DATADIR%%/readme.html %%DATADIR%%/samples/1up.ogg +%%DATADIR%%/samples/acidshield.wav %%DATADIR%%/samples/bigring.wav %%DATADIR%%/samples/bigshot.wav %%DATADIR%%/samples/bosshit.wav @@ -100,9 +108,10 @@ bin/opensonic_launcher %%DATADIR%%/samples/endsign.wav %%DATADIR%%/samples/fire.wav %%DATADIR%%/samples/fire2.wav +%%DATADIR%%/samples/fireshield.wav %%DATADIR%%/samples/floorfall.wav %%DATADIR%%/samples/glasses.wav -%%DATADIR%%/samples/goal.wav +%%DATADIR%%/samples/goal.ogg %%DATADIR%%/samples/jump.wav %%DATADIR%%/samples/puff.wav %%DATADIR%%/samples/return.wav @@ -114,6 +123,8 @@ bin/opensonic_launcher %%DATADIR%%/samples/shield.wav %%DATADIR%%/samples/shot.wav %%DATADIR%%/samples/spikes.wav +%%DATADIR%%/samples/spikes_appearing.wav +%%DATADIR%%/samples/spikes_disappearing.wav %%DATADIR%%/samples/spin.wav %%DATADIR%%/samples/spindash1.wav %%DATADIR%%/samples/spindash2.wav @@ -122,32 +133,92 @@ bin/opensonic_launcher %%DATADIR%%/samples/teleporter.wav %%DATADIR%%/samples/tfly1.wav %%DATADIR%%/samples/tfly2.wav +%%DATADIR%%/samples/thundershield.wav %%DATADIR%%/samples/touch.wav %%DATADIR%%/samples/touch2.wav +%%DATADIR%%/samples/watershield.wav +%%DATADIR%%/samples/windshield.wav %%DATADIR%%/screenshots/screenshots.txt +%%DATADIR%%/sprites/animal.spr +%%DATADIR%%/sprites/bigring.spr +%%DATADIR%%/sprites/bluering.spr +%%DATADIR%%/sprites/bosses.spr +%%DATADIR%%/sprites/bumper.spr +%%DATADIR%%/sprites/charge.spr +%%DATADIR%%/sprites/checkpointorb.spr +%%DATADIR%%/sprites/chef.spr +%%DATADIR%%/sprites/danger.spr +%%DATADIR%%/sprites/dangpower.spr +%%DATADIR%%/sprites/dnadoor.spr +%%DATADIR%%/sprites/door.spr +%%DATADIR%%/sprites/explosion.spr +%%DATADIR%%/sprites/fireball.spr +%%DATADIR%%/sprites/flyingboy.spr +%%DATADIR%%/sprites/flyingeyes.spr +%%DATADIR%%/sprites/font.spr +%%DATADIR%%/sprites/glasses.spr +%%DATADIR%%/sprites/goal.spr +%%DATADIR%%/sprites/goldfish.spr +%%DATADIR%%/sprites/hud.spr +%%DATADIR%%/sprites/icon.spr +%%DATADIR%%/sprites/itembox.spr +%%DATADIR%%/sprites/joan.spr +%%DATADIR%%/sprites/kleps.spr +%%DATADIR%%/sprites/lady_bugsy.spr +%%DATADIR%%/sprites/levelact.spr +%%DATADIR%%/sprites/loop.spr +%%DATADIR%%/sprites/menu.spr +%%DATADIR%%/sprites/misc.spr +%%DATADIR%%/sprites/nafder.spr +%%DATADIR%%/sprites/neon.spr +%%DATADIR%%/sprites/oranjection.spr +%%DATADIR%%/sprites/ring.spr +%%DATADIR%%/sprites/roboxer.spr +%%DATADIR%%/sprites/shield.spr +%%DATADIR%%/sprites/spikes.spr +%%DATADIR%%/sprites/spring.spr +%%DATADIR%%/sprites/surge.spr +%%DATADIR%%/sprites/surpreyes.spr +%%DATADIR%%/sprites/switch.spr +%%DATADIR%%/sprites/teleporter.spr +%%DATADIR%%/themes/credits.bg +%%DATADIR%%/themes/desert1.bg +%%DATADIR%%/themes/desert1.brk +%%DATADIR%%/themes/intro.bg %%DATADIR%%/themes/island.bg %%DATADIR%%/themes/island.brk +%%DATADIR%%/themes/island.grp %%DATADIR%%/themes/island2.bg %%DATADIR%%/themes/island2.brk %%DATADIR%%/themes/island3.bg %%DATADIR%%/themes/island3.brk +%%DATADIR%%/themes/langselect.bg +%%DATADIR%%/themes/levelselect.bg +%%DATADIR%%/themes/menu.bg %%DATADIR%%/themes/ocean.bg %%DATADIR%%/themes/ocean.brk %%DATADIR%%/themes/ocean2.bg %%DATADIR%%/themes/ocean2.brk %%DATADIR%%/themes/ocean2b.bg %%DATADIR%%/themes/oceanb.bg +%%DATADIR%%/themes/oceanf.bg +%%DATADIR%%/themes/options.bg %%DATADIR%%/themes/prototype.bg %%DATADIR%%/themes/prototype.brk +%%DATADIR%%/themes/template.bg +%%DATADIR%%/themes/template.brk +%%DATADIR%%/themes/template.grp +%%DATADIR%%/themes/tutorial.bg @dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/sprites @dirrm %%DATADIR%%/screenshots @dirrm %%DATADIR%%/samples @dirrm %%DATADIR%%/quests +@dirrm %%DATADIR%%/objects @dirrm %%DATADIR%%/musics @dirrm %%DATADIR%%/licenses @dirrm %%DATADIR%%/levels @dirrm %%DATADIR%%/languages @dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gui @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:17:41 2013 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 ESMTP id 503146F4; Sun, 1 Sep 2013 00:17:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 234DD2B97; Sun, 1 Sep 2013 00:17:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810HfmG055152; Sun, 1 Sep 2013 00:17:41 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810HetS055149; Sun, 1 Sep 2013 00:17:40 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010017.r810HetS055149@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325839 - in head/graphics/openimageio: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 00:17:41 -0000 Author: madpilot Date: Sun Sep 1 00:17:40 2013 New Revision: 325839 URL: http://svnweb.freebsd.org/changeset/ports/325839 Log: - Update to 1.2.1 - Convert to new LIB_DEPENDS format PR: ports/181517 Submitted by: Shane Ambler (maintainer) Deleted: head/graphics/openimageio/files/patch-include__thread.h Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/Makefile Sun Sep 1 00:17:40 2013 (r325839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -11,18 +11,18 @@ COMMENT= OpenImageIO graphics library LICENSE?= BSD -LIB_DEPENDS?= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - boost_thread:${PORTSDIR}/devel/boost-libs \ - hdf5:${PORTSDIR}/science/hdf5-18 \ - opencv_legacy:${PORTSDIR}/graphics/opencv \ - openjpeg:${PORTSDIR}/graphics/openjpeg \ - webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS?= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libhdf5.so:${PORTSDIR}/science/hdf5-18 \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ + libwebp.so:${PORTSDIR}/graphics/webp USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f4d79c0 +GH_COMMIT= f7908a3 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/distinfo Sun Sep 1 00:17:40 2013 (r325839) @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.2.0.tar.gz) = f378aff7bcf57e396453b5b21ce9216d6d2055484f6f13ea3b62c75c1548fba8 -SIZE (openimageio-1.2.0.tar.gz) = 12366933 +SHA256 (openimageio-1.2.1.tar.gz) = 030f4247c2c2a576f5611989bf656baf502f3bfaeb6e9ae37f3b5d3a5e5c97b7 +SIZE (openimageio-1.2.1.tar.gz) = 12380093 Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/pkg-plist Sun Sep 1 00:17:40 2013 (r325839) @@ -39,7 +39,7 @@ include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.2 -lib/libOpenImageIO.so.1.2.0 +lib/libOpenImageIO.so.1.2.1 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 01:15:24 2013 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 ESMTP id DF7729FA; Sun, 1 Sep 2013 01:15:24 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1A82D86; Sun, 1 Sep 2013 01:15:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r811FORp089013; Sun, 1 Sep 2013 01:15:24 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r811FOMp089011; Sun, 1 Sep 2013 01:15:24 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309010115.r811FOMp089011@svn.freebsd.org> From: Niclas Zeising Date: Sun, 1 Sep 2013 01:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325840 - head/x11/xscreensaver 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.14 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: Sun, 01 Sep 2013 01:15:25 -0000 Author: zeising Date: Sun Sep 1 01:15:24 2013 New Revision: 325840 URL: http://svnweb.freebsd.org/changeset/ports/325840 Log: Fix plist. Bump portrevision. noticed by: QAT Modified: head/x11/xscreensaver/Makefile head/x11/xscreensaver/pkg-plist Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Sun Sep 1 00:17:40 2013 (r325839) +++ head/x11/xscreensaver/Makefile Sun Sep 1 01:15:24 2013 (r325840) @@ -3,6 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.22 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -103,23 +104,23 @@ MAN6= anemone.6 anemotaxis.6 antinspect. fuzzyflakes.6 galaxy.6 gears.6 gflux.6 glblur.6 gleidescope.6 \ glhanoi.6 glknots.6 glmatrix.6 glplanet.6 glschool.6 \ glslideshow.6 glsnake.6 gltext.6 goop.6 grav.6 greynetic.6 halftone.6 \ - halo.6 helix.6 hopalong.6 hypertorus.6 ifs.6 \ + halo.6 helix.6 hexadrop.6 hopalong.6 hypertorus.6 ifs.6 \ imsmap.6 interaggregate.6 interference.6 intermomentary.6 jigglypuff.6 \ - jigsaw.6 juggler3d.6 julia.6 kaleidescope.6 klein.6 kumppa.6 \ - lament.6 lavalite.6 ljlatest.6 \ + jigsaw.6 juggler3d.6 julia.6 kaleidocycle.6 kaleidescope.6 klein.6 \ + kumppa.6 lament.6 lavalite.6 ljlatest.6 \ loop.6 maze.6 memscroller.6 menger.6 metaballs.6 mirrorblob.6 \ moebius.6 moire.6 moire2.6 molecule.6 morph3d.6 mountain.6 \ munch.6 nerverot.6 noof.6 noseguy.6 pacman.6 pedal.6 penetrate.6 \ penrose.6 petri.6 phosphor.6 piecewise.6 pinion.6 pipes.6 polyhedra.6 \ polyominoes.6 polytopes.6 pong.6 providence.6 pulsar.6 pyro.6 qix.6 \ - queens.6 rd-bomb.6 ripples.6 rocks.6 rorschach.6 rotzoomer.6 \ - rubik.6 sballs.6 shadebobs.6 sierpinski.6 sierpinski3d.6 slidescreen.6 \ - slip.6 sonar.6 speedmine.6 spheremonics.6 \ + quasicrystal.6 queens.6 rd-bomb.6 ripples.6 rocks.6 rorschach.6 \ + rotzoomer.6 rubik.6 sballs.6 shadebobs.6 sierpinski.6 sierpinski3d.6 \ + slidescreen.6 slip.6 sonar.6 speedmine.6 spheremonics.6 \ spotlight.6 sproingies.6 squiral.6 stairs.6 starfish.6 \ starwars.6 stonerview.6 strange.6 substrate.6 superquadrics.6 \ swirl.6 tangram.6 thornbird.6 timetunnel.6 topblock.6 \ - triangle.6 truchet.6 twang.6 vermiculate.6 vidwhacker.6 \ - wander.6 webcollage.6 whirlwindwarp.6 wormhole.6 \ + triangle.6 truchet.6 twang.6 unknownpleasures.6 vermiculate.6 \ + vidwhacker.6 wander.6 webcollage.6 whirlwindwarp.6 wormhole.6 \ xanalogtv.6 xflame.6 xjack.6 xlyap.6 xmatrix.6 xrayswarm.6 \ xspirograph.6 zoom.6 cwaves.6 glcells.6 voronoi.6 \ abstractile.6 moebiusgears.6 lockward.6 cubicgrid.6 hypnowheel.6 \ Modified: head/x11/xscreensaver/pkg-plist ============================================================================== --- head/x11/xscreensaver/pkg-plist Sun Sep 1 00:17:40 2013 (r325839) +++ head/x11/xscreensaver/pkg-plist Sun Sep 1 01:15:24 2013 (r325840) @@ -94,6 +94,7 @@ bin/xscreensaver-hacks/greynetic bin/xscreensaver-hacks/halftone bin/xscreensaver-hacks/halo bin/xscreensaver-hacks/helix +bin/xscreensaver-hacks/hexadrop bin/xscreensaver-hacks/hilbert bin/xscreensaver-hacks/hopalong bin/xscreensaver-hacks/hypertorus @@ -107,6 +108,7 @@ bin/xscreensaver-hacks/jigglypuff bin/xscreensaver-hacks/jigsaw bin/xscreensaver-hacks/juggler3d bin/xscreensaver-hacks/julia +bin/xscreensaver-hacks/kaleidocycle bin/xscreensaver-hacks/kaleidescope bin/xscreensaver-hacks/klein bin/xscreensaver-hacks/kumppa @@ -152,6 +154,7 @@ bin/xscreensaver-hacks/providence bin/xscreensaver-hacks/pulsar bin/xscreensaver-hacks/pyro bin/xscreensaver-hacks/qix +bin/xscreensaver-hacks/quasicrystal bin/xscreensaver-hacks/queens bin/xscreensaver-hacks/rd-bomb bin/xscreensaver-hacks/ripples @@ -190,6 +193,7 @@ bin/xscreensaver-hacks/triangle bin/xscreensaver-hacks/tronbit bin/xscreensaver-hacks/truchet bin/xscreensaver-hacks/twang +bin/xscreensaver-hacks/unknownpleasures bin/xscreensaver-hacks/vermiculate bin/xscreensaver-hacks/vidwhacker bin/xscreensaver-hacks/voronoi @@ -304,6 +308,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/halftone.xml %%DATADIR%%/config/halo.xml %%DATADIR%%/config/helix.xml +%%DATADIR%%/config/hexadrop.xml %%DATADIR%%/config/hilbert.xml %%DATADIR%%/config/hopalong.xml %%DATADIR%%/config/hypertorus.xml @@ -317,6 +322,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/jigsaw.xml %%DATADIR%%/config/juggler3d.xml %%DATADIR%%/config/julia.xml +%%DATADIR%%/config/kaleidocycle.xml %%DATADIR%%/config/kaleidescope.xml %%DATADIR%%/config/klein.xml %%DATADIR%%/config/kumppa.xml @@ -361,6 +367,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/pulsar.xml %%DATADIR%%/config/pyro.xml %%DATADIR%%/config/qix.xml +%%DATADIR%%/config/quasicrystal.xml %%DATADIR%%/config/queens.xml %%DATADIR%%/config/rd-bomb.xml %%DATADIR%%/config/ripples.xml @@ -399,6 +406,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/tronbit.xml %%DATADIR%%/config/truchet.xml %%DATADIR%%/config/twang.xml +%%DATADIR%%/config/unknownpleasures.xml %%DATADIR%%/config/vermiculate.xml %%DATADIR%%/config/vidwhacker.xml %%DATADIR%%/config/voronoi.xml From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 01:18:06 2013 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 ESMTP id 2A8F7AE7; Sun, 1 Sep 2013 01:18:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04D4B2D94; Sun, 1 Sep 2013 01:18:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r811I5MM089929; Sun, 1 Sep 2013 01:18:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r811I5vQ089928; Sun, 1 Sep 2013 01:18:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010118.r811I5vQ089928@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 01:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325841 - head/Mk 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.14 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: Sun, 01 Sep 2013 01:18:06 -0000 Author: koobs Date: Sun Sep 1 01:18:05 2013 New Revision: 325841 URL: http://svnweb.freebsd.org/changeset/ports/325841 Log: Fix spelling mistake Reported by: danfe (with hat: aspell) Modified: head/Mk/bsd.autotools.mk Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Sun Sep 1 01:15:24 2013 (r325840) +++ head/Mk/bsd.autotools.mk Sun Sep 1 01:18:05 2013 (r325841) @@ -44,7 +44,7 @@ Autotools_Include_MAINTAINER= autotools@ # - Extra arguments passed to autoheader during configure step # # LIBTOOLIZE_ARGS=... -# - Extra arugments passed to libtoolize during configure step +# - Extra arguments passed to libtoolize during configure step # # LIBTOOLFLAGS= # - Arguments passed to libtool during configure step From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 02:38:22 2013 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 ESMTP id 31EB3452; Sun, 1 Sep 2013 02:38:22 +0000 (UTC) (envelope-from jase@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10D332092; Sun, 1 Sep 2013 02:38:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r812cLE8036916; Sun, 1 Sep 2013 02:38:21 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r812cLFm036912; Sun, 1 Sep 2013 02:38:21 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201309010238.r812cLFm036912@svn.freebsd.org> From: Jase Thew Date: Sun, 1 Sep 2013 02:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325842 - head/sysutils/duplicity 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.14 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: Sun, 01 Sep 2013 02:38:22 -0000 Author: jase Date: Sun Sep 1 02:38:20 2013 New Revision: 325842 URL: http://svnweb.freebsd.org/changeset/ports/325842 Log: - Update to 0.6.22 - Add options for GIO and Ubuntu One backends as their dependancies are now available in the Ports Collection Changes: http://duplicity.nongnu.org/CHANGELOG Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo head/sysutils/duplicity/pkg-message head/sysutils/duplicity/pkg-plist Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/Makefile Sun Sep 1 02:38:20 2013 (r325842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.6.21 +PORTVERSION= 0.6.22 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ @@ -20,14 +20,16 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_LDCONFIG= yes -OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES +OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES GIO U1 OPTIONS_DEFAULT=SSH FTP FTPS S3 CLOUDFILES_DESC=Install CloudFiles backend FTP_DESC= Install FTP backend FTPS_DESC= Install FTPS backend GDOCS_DESC= Install Google Docs backend +GIO_DESC= Install GIO backend S3_DESC= Install Amazon S3 backend SSH_DESC= Install SSH/SCP/SFTP backend +U1_DESC= Install Ubuntu One backend .include "bsd.port.options.mk" @@ -80,6 +82,22 @@ PLIST_SUB+= CLOUDFILES="" PLIST_SUB+= CLOUDFILES="@comment " .endif +.if ${PORT_OPTIONS:MGIO} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gobject>0:${PORTSDIR}/devel/py-gobject \ + dbus>0:${PORTSDIR}/devel/dbus +PLIST_SUB+= GIO="" +.else +PLIST_SUB+= GIO="@comment " +.endif + +.if ${PORT_OPTIONS:MU1} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>0:${PORTSDIR}/security/py-oauthlib +PLIST_SUB+= U1="" +.else +PLIST_SUB+= U1="@comment " +.endif + post-patch: .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e '54,62d' \ @@ -103,6 +121,12 @@ post-patch: .if empty(PORT_OPTIONS:MCLOUDFILES) @${RM} -f ${WRKSRC}/${PORTNAME}/backends/cloudfilesbackend.py .endif +.if empty(PORT_OPTIONS:MGIO) + @${RM} -f ${WRKSRC}/${PORTNAME}/backends/giobackend.py +.endif +.if empty(PORT_OPTIONS:MU1) + @${RM} -f ${WRKSRC}/${PORTNAME}/backends/u1backend.py +.endif MAN1= duplicity.1 rdiffdir.1 Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/distinfo Sun Sep 1 02:38:20 2013 (r325842) @@ -1,2 +1,2 @@ -SHA256 (duplicity-0.6.21.tar.gz) = a3628aa6c151fbc1a3014f0db7812d7234e04bba0a45ce1255e7450bdfeff706 -SIZE (duplicity-0.6.21.tar.gz) = 1235340 +SHA256 (duplicity-0.6.22.tar.gz) = 6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12 +SIZE (duplicity-0.6.22.tar.gz) = 1257082 Modified: head/sysutils/duplicity/pkg-message ============================================================================== --- head/sysutils/duplicity/pkg-message Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/pkg-message Sun Sep 1 02:38:20 2013 (r325842) @@ -3,10 +3,10 @@ * require manual installation of their respective dependencies because * * they are not yet available in the ports tree: * * * -* - The GIO backend. * -* - The HSI backend. * -* - The tahoe backend for Tahoe-LAFS. * -* - The U1 backend for Ubuntu One cloud storage * +* - The Dropbox backend * +* - The HSI backend * +* - The swift backend for OpenStack Object Storage * +* - The tahoe backend for Tahoe-LAFS * * * * Please refer to upstream duplicity documentation for information on * * the use of these backends. * Modified: head/sysutils/duplicity/pkg-plist ============================================================================== --- head/sysutils/duplicity/pkg-plist Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/pkg-plist Sun Sep 1 02:38:20 2013 (r325842) @@ -31,6 +31,9 @@ bin/rdiffdir %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.py %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyc %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.pyo %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo @@ -40,9 +43,9 @@ bin/rdiffdir %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.py %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.pyc %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.pyo -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyo @@ -52,18 +55,24 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyo %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.py %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyc %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyo -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.py -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyc -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyo +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.py +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyc +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyo @@ -133,6 +142,9 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/pexpect.py %%PYTHON_SITELIBDIR%%/duplicity/pexpect.pyc %%PYTHON_SITELIBDIR%%/duplicity/pexpect.pyo +%%PYTHON_SITELIBDIR%%/duplicity/progress.py +%%PYTHON_SITELIBDIR%%/duplicity/progress.pyc +%%PYTHON_SITELIBDIR%%/duplicity/progress.pyo %%PYTHON_SITELIBDIR%%/duplicity/robust.py %%PYTHON_SITELIBDIR%%/duplicity/robust.pyc %%PYTHON_SITELIBDIR%%/duplicity/robust.pyo From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 06:32:43 2013 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 ESMTP id 32659B38; Sun, 1 Sep 2013 06:32:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20A9529A0; Sun, 1 Sep 2013 06:32:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r816WgMg073962; Sun, 1 Sep 2013 06:32:42 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r816WgpI073955; Sun, 1 Sep 2013 06:32:42 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309010632.r816WgpI073955@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 06:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325843 - head/sysutils/sec 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.14 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: Sun, 01 Sep 2013 06:32:43 -0000 Author: rm Date: Sun Sep 1 06:32:42 2013 New Revision: 325843 URL: http://svnweb.freebsd.org/changeset/ports/325843 Log: - update to 2.7.4 PR: 181674 Submitted by: Kurt Jaeger Approved by: Nicolas Jombart (maintainer) Modified: head/sysutils/sec/Makefile head/sysutils/sec/distinfo Modified: head/sysutils/sec/Makefile ============================================================================== --- head/sysutils/sec/Makefile Sun Sep 1 02:38:20 2013 (r325842) +++ head/sysutils/sec/Makefile Sun Sep 1 06:32:42 2013 (r325843) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sec -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.4 CATEGORIES= sysutils MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} Modified: head/sysutils/sec/distinfo ============================================================================== --- head/sysutils/sec/distinfo Sun Sep 1 02:38:20 2013 (r325842) +++ head/sysutils/sec/distinfo Sun Sep 1 06:32:42 2013 (r325843) @@ -1,2 +1,2 @@ -SHA256 (sec-2.7.2.tar.gz) = 7fd013cdb16b03f57ee785877d94bcab9d302085662b4094cd5bfe1db68a0970 -SIZE (sec-2.7.2.tar.gz) = 107642 +SHA256 (sec-2.7.4.tar.gz) = 9970285caf14406c74a6899bfb1dc376a5ee3bfc95c6299ee3d44ad4790526f2 +SIZE (sec-2.7.4.tar.gz) = 114289 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 07:49:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 066052A6; Sun, 1 Sep 2013 07:49:49 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E322A2C02; Sun, 1 Sep 2013 07:49:47 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l12so891328wiv.0 for ; Sun, 01 Sep 2013 00:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-type; bh=X5hFJec7645Ha8d2HdR3sG+8MOdY7VD/KuqbO85BZn0=; b=GnGewiuODs7QbCrzZfonBixRiiaG/U6fK7j9U1YoC6sOsm58oiHpFLATtzjWxFLxid Dpw92WxKMQwy2fFr3cfsUmTdfAn0q7yP96DBnjqjtMqbU4ZbLZ5z0oOU5sFb9otpORQI oxxnO11aTZ85mtsggz9d0xOXfStmEub+QLt4pirx0/YyMet6tBdCkIAN5+G4ELx3debo vCbzL2x9TB5v44cNPcTIE7VdLoQCYERnK5lhbE0qb0mg/petev/Ijr7PAOQBwuO4GgsW FKKs65Kemx7rY6mMAFi1ZmtOXaHfGD3gcJifEYbuOSf4SUOJGwo2nApXsVMIid8mcaJK eXPA== X-Received: by 10.194.201.202 with SMTP id kc10mr17841602wjc.1.1378021786192; Sun, 01 Sep 2013 00:49:46 -0700 (PDT) Received: from dragon.dg ([197.87.91.139]) by mx.google.com with ESMTPSA id ey2sm8724269wib.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 00:49:45 -0700 (PDT) Sender: David Naylor From: David Naylor To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 01 Sep 2013 09:49:37 +0300 Message-ID: <2131634.G81FAWrTEc@dragon.dg> Organization: FreeBSD User-Agent: KMail/4.10.5 (FreeBSD/9.2-PRERELEASE; KDE/4.10.5; amd64; ; ) In-Reply-To: <5221FA9D.7020005@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2939983.Mf9WZlMFG6"; micalg="pgp-sha1"; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 07:49:49 -0000 --nextPart2939983.Mf9WZlMFG6 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1" On Saturday, 31 August 2013 09:15:57 Bryan Drewery wrote: > On 8/31/2013 9:10 AM, Alexey Dokuchaev wrote: > > On Sat, Aug 31, 2013 at 01:56:08PM +0000, Bryan Drewery wrote: > >> New Revision: 325807 > >> URL: http://svnweb.freebsd.org/changeset/ports/325807 > >> > >> - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependencies > >> > >> from existing packages and not fallback on building from source. > >> > >> This is useful for package building tools such as poudriere and > >> tinderbox > >> to avoid building from source and confusing the build log, if a > >> dependency > >> failed to build for some reason. > > > > I actually don't quite see the use for any of them. As for the build log, > > if I understand correctly what you're describing, usually it's *good* to > > "confuse" the log, as it's an indication of wrongly spelled _DEPENDS line. > > > > Am I missing some really warranted usage scenario for these knobs? > > > > ./danfe > > make build-depends USE_PACKAGE_DEPENDS > This installs dependencies from packages if present, else, fallback on > source. > > make build-depends USE_PACKAGE_DEPENDS_ONLY > This installs dependencies from packages only. > > It has nothing to do with misspelling anything. > > These are used to install dependencies from packages using the ports > framework. The alternative is to have the package building tool install > the dependencies themselves, which tinderbox _and_ portbuild do wrong! > Why reinvent the wheel. Let the ports framework install depenencies with > 'build-depends', and use packages from already built. Are you are referring to ports-mgmt/portbuilder? In which case I would like to clarify that while the default behaviour is this, it can be changed using the '--method' argument. Also, portbuilder passes NO_DEPENDS to the build and install stages, managing the installation of dependencies itself. Regards --nextPart2939983.Mf9WZlMFG6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEABECAAYFAlIi8ZQACgkQUaaFgP9pFrIKSQCfXvUo1V9vYQutauUcMHbbpVcK jgoAn0WVkDpAQGpirV2T1LuofUf53HxZ =ZY2e -----END PGP SIGNATURE----- --nextPart2939983.Mf9WZlMFG6-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 08:23:06 2013 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 ESMTP id 4E1E293E; Sun, 1 Sep 2013 08:23:06 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B25E2D83; Sun, 1 Sep 2013 08:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r818N6GZ037809; Sun, 1 Sep 2013 08:23:06 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r818N5So037804; Sun, 1 Sep 2013 08:23:05 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309010823.r818N5So037804@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 1 Sep 2013 08:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325844 - head/textproc/rubygem-coderay 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.14 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: Sun, 01 Sep 2013 08:23:06 -0000 Author: tota Date: Sun Sep 1 08:23:05 2013 New Revision: 325844 URL: http://svnweb.freebsd.org/changeset/ports/325844 Log: - Update to 1.1.0 - Transfer maintainership to ruby@ Modified: head/textproc/rubygem-coderay/Makefile head/textproc/rubygem-coderay/distinfo Modified: head/textproc/rubygem-coderay/Makefile ============================================================================== --- head/textproc/rubygem-coderay/Makefile Sun Sep 1 06:32:42 2013 (r325843) +++ head/textproc/rubygem-coderay/Makefile Sun Sep 1 08:23:05 2013 (r325844) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= coderay -PORTVERSION= 1.0.9 +PORTVERSION= 1.1.0 CATEGORIES= textproc rubygems MASTER_SITES= RG -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Fast and easy syntax highlighting for selected languages LICENSE= LGPL21 Modified: head/textproc/rubygem-coderay/distinfo ============================================================================== --- head/textproc/rubygem-coderay/distinfo Sun Sep 1 06:32:42 2013 (r325843) +++ head/textproc/rubygem-coderay/distinfo Sun Sep 1 08:23:05 2013 (r325844) @@ -1,2 +1,2 @@ -SHA256 (rubygem/coderay-1.0.9.gem) = c8c713f7f06c8c0c60a89abaa6ba3bbfc8b0ac4be1b2a84cebaa896cdad672dd -SIZE (rubygem/coderay-1.0.9.gem) = 89088 +SHA256 (rubygem/coderay-1.1.0.gem) = 5a943c59e36f7ef9dd2677855735656413af02e3f302431e9c548aabe89f3c15 +SIZE (rubygem/coderay-1.1.0.gem) = 95232 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 08:55:17 2013 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 ESMTP id 73777C98; Sun, 1 Sep 2013 08:55:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6138E2E9F; Sun, 1 Sep 2013 08:55:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r818tHsP055651; Sun, 1 Sep 2013 08:55:17 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r818tG7j055642; Sun, 1 Sep 2013 08:55:16 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010855.r818tG7j055642@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 08:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325845 - in head/devel: buildbot buildbot-slave buildbot-slave/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 08:55:17 -0000 Author: koobs Date: Sun Sep 1 08:55:15 2013 New Revision: 325845 URL: http://svnweb.freebsd.org/changeset/ports/325845 Log: devel/buildbot devel/buildbot-slave: Update to 0.8.8 - Update to 0.8.8 - Update pkg-plist - Add extract target to regression-test: - Tweak TESTS option description - master: Update RUN and BUILD DEPENDS versions - slave: Remove patch that is now upstream Changes: https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/0.8.8.rst Deleted: head/devel/buildbot-slave/files/patch-buildslave__test____init__.py Modified: head/devel/buildbot-slave/Makefile head/devel/buildbot-slave/distinfo head/devel/buildbot-slave/pkg-plist head/devel/buildbot/Makefile (contents, props changed) head/devel/buildbot/distinfo (contents, props changed) head/devel/buildbot/pkg-plist (contents, props changed) Modified: head/devel/buildbot-slave/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/Makefile Sun Sep 1 08:55:15 2013 (r325845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-slave -PORTVERSION= 0.8.7p1 +PORTVERSION= 0.8.8 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -23,8 +23,7 @@ USE_TWISTED_RUN= runner MAKE_ENV+= NO_INSTALL_REQS=1 OPTIONS_DEFINE= TESTS -TESTS_DESC= Install py-mock for unit tests -# Ports infrastructure bug +TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .include @@ -38,7 +37,7 @@ MAN1= buildslave.1 post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildslave.1 ${MANPREFIX}/man/man1 -regression-test: +regression-test: extract @cd ${WRKSRC} && trial buildslave.test .include Modified: head/devel/buildbot-slave/distinfo ============================================================================== --- head/devel/buildbot-slave/distinfo Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/distinfo Sun Sep 1 08:55:15 2013 (r325845) @@ -1,2 +1,2 @@ -SHA256 (buildbot-slave-0.8.7p1.tar.gz) = bbdb07a3847efa186f942142a09394b467d7375745c49da0a42e9aa5b206eadc -SIZE (buildbot-slave-0.8.7p1.tar.gz) = 104575 +SHA256 (buildbot-slave-0.8.8.tar.gz) = 8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc +SIZE (buildbot-slave-0.8.8.tar.gz) = 107470 Modified: head/devel/buildbot-slave/pkg-plist ============================================================================== --- head/devel/buildbot-slave/pkg-plist Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/pkg-plist Sun Sep 1 08:55:15 2013 (r325845) @@ -78,6 +78,9 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.pyo @@ -87,6 +90,9 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.pyo @@ -174,6 +180,12 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.pyo Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/Makefile Sun Sep 1 08:55:15 2013 (r325845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.8.7p1 +PORTVERSION= 0.8.8 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -14,14 +14,14 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}migrate>=0.6.1:${PORTSDIR}/databases/py-migrate \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ trial:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedWeb>9.0.0:${PORTSDIR}/www/py-twistedWeb \ - ${PYTHON_PKGNAMEPREFIX}twistedWords>9.0.0:${PORTSDIR}/net-im/py-twistedWords + ${PYTHON_PKGNAMEPREFIX}twistedWeb>=9.0.0:${PORTSDIR}/www/py-twistedWeb \ + ${PYTHON_PKGNAMEPREFIX}twistedWords>=9.0.0:${PORTSDIR}/net-im/py-twistedWords USE_PYTHON= yes USE_PYDISTUTILS= easy_install @@ -30,8 +30,7 @@ USE_TWISTED_RUN= conch mail web words MAKE_ENV+= NO_INSTALL_REQS=1 OPTIONS_DEFINE= TESTS -TESTS_DESC= Install py-mock for unit tests -# Ports infrastructure bug +TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .include @@ -45,7 +44,7 @@ post-patch: 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete -regression-test: +regression-test: extract @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/distinfo Sun Sep 1 08:55:15 2013 (r325845) @@ -1,2 +1,2 @@ -SHA256 (buildbot-0.8.7p1.tar.gz) = 8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776 -SIZE (buildbot-0.8.7p1.tar.gz) = 4597202 +SHA256 (buildbot-0.8.8.tar.gz) = 5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0 +SIZE (buildbot-0.8.8.tar.gz) = 4641582 Modified: head/devel/buildbot/pkg-plist ============================================================================== --- head/devel/buildbot/pkg-plist Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/pkg-plist Sun Sep 1 08:55:15 2013 (r325845) @@ -13,9 +13,21 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.pyo @@ -234,6 +246,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.pyo @@ -270,6 +285,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.pyo @@ -604,9 +622,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.pyo @@ -673,6 +688,12 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.pyo @@ -709,12 +730,18 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.pyo @@ -751,9 +778,15 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.pyo @@ -877,9 +910,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.pyo @@ -889,9 +919,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyo @@ -904,6 +931,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.pyo @@ -1069,9 +1099,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.pyo @@ -1129,6 +1156,12 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.pyo @@ -1210,6 +1243,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.pyo @@ -1293,6 +1329,7 @@ bin/buildbot @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/db @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/clients +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 09:09:00 2013 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 ESMTP id E1581F1F; Sun, 1 Sep 2013 09:09:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFA8A2F8F; Sun, 1 Sep 2013 09:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81990iJ063172; Sun, 1 Sep 2013 09:09:00 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81990Cq063171; Sun, 1 Sep 2013 09:09:00 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010909.r81990Cq063171@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 09:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325846 - head/Mk 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.14 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: Sun, 01 Sep 2013 09:09:01 -0000 Author: koobs Date: Sun Sep 1 09:09:00 2013 New Revision: 325846 URL: http://svnweb.freebsd.org/changeset/ports/325846 Log: Bring the Python PyPi MASTERSITES list back to the future - Part I - Remove a. b. d. and g. mirrors that now redirect to pypi. [1][2][3] [1] http://www.python.org/dev/peps/pep-0449/ [2] http://mail.python.org/pipermail/distutils-sig/2013-August/022126.html [3] pypi.python.org is a CDN backed by Fastly Reviewed by: mva, kwm, Johannes Meixner (xmj) Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Sep 1 08:55:15 2013 (r325845) +++ head/Mk/bsd.sites.mk Sun Sep 1 09:09:00 2013 (r325846) @@ -126,13 +126,9 @@ MASTER_SITE_CENKES+= \ .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) MASTER_SITE_CHEESESHOP+= \ http://pypi.python.org/packages/%SUBDIR%/ \ - http://a.pypi.python.org/packages/%SUBDIR%/ \ - http://b.pypi.python.org/packages/%SUBDIR%/ \ http://c.pypi.python.org/packages/%SUBDIR%/ \ - http://d.pypi.python.org/packages/%SUBDIR%/ \ http://e.pypi.python.org/packages/%SUBDIR%/ \ http://f.pypi.python.org/packages/%SUBDIR%/ \ - http://g.pypi.python.org/packages/%SUBDIR%/ \ http://pypi.crate.io/packages/%SUBDIR%/ \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 09:14:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 863F51F8; Sun, 1 Sep 2013 09:14:27 +0000 (UTC) Date: Sun, 1 Sep 2013 09:14:27 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Message-ID: <20130901091427.GA77614@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5221FA9D.7020005@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 09:14:27 -0000 On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: > make build-depends USE_PACKAGE_DEPENDS > This installs dependencies from packages if present, else, fallback on > source. > > make build-depends USE_PACKAGE_DEPENDS_ONLY > This installs dependencies from packages only. Yes, that's how I understood it. I still fail to see how it can be useful for regular ports users (vs. bulk builders like poudriere or tinderbox). Several things are immediately not clear to me: 1) as a ports user, I do not have any binary packages repositories around (except tinderbox cache); 2) even if I would, how can it be decided on per-ports basis what *user* wants to use, ports or packages: I don't see the reason to expose this at the ports' Makefile level; 3) it looks (even without looking at the details of implementation) like some sort of hack, and that bothers me. > It has nothing to do with misspelling anything. I was referring to the cases when wrongly spelled LIB_DEPENDS results in ports rebuilding already-installed-from-package dependencies because, say, package installs libfoo.so.4, but port says libfoo.so.3 because of missed shlib version bump. In this case, build log would be polluted with the build of the dependency, which normally would not happen (only lines like "package libfoo-1.42 already installed" and "... depends on libfoo.so.4 - found" should be there). > These are used to install dependencies from packages using the ports > framework. The alternative is to have the package building tool install > the dependencies themselves, which tinderbox _and_ portbuild do wrong! Perhaps I don't quite understand this particular point here, but why not fix tinderbox/portbuild instead? Are we talking about some really hard to track down and fix bug(s) here? > The reason for _ONLY is that if a dependency failed to build, a port > would still, in some race-condition cases, run build-depends, not find > the dependency packages, then try to build them. Having no network > access, it would hit fetch errors; it shouldn't be building missing > dependencies, it should immediately fail because dependencies were not met. > > The PR has more information and linked patches which demonstrate the issue: > > http://www.bayofrum.net/~crees/scratch/log.log > > With fix: > > http://www.bayofrum.net/~crees/scratch/loglog.log What I see exactly proves my point: these knobs belong inside the bulk builder, not in the ports' Makefiles. If I would see, as a user, that I'm having some network problem, I would rather go and fix it, and continue to play with my ports. This obviously may not work for bulk builders, but that's totally different use case and definitely not something normal ports users should case about or even know = see those USE_PACKAGE_DEPENDS* knobs. ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 10:28:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45E43DE4; Sun, 1 Sep 2013 10:28:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31ED52484; Sun, 1 Sep 2013 10:28:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81ASwQE009562; Sun, 1 Sep 2013 10:28:58 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81ASvFa009557; Sun, 1 Sep 2013 10:28:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011028.r81ASvFa009557@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 10:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325847 - head/lang/p5-Scalar-List-Utils 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.14 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: Sun, 01 Sep 2013 10:28:58 -0000 Author: tobez Date: Sun Sep 1 10:28:57 2013 New Revision: 325847 URL: http://svnweb.freebsd.org/changeset/ports/325847 Log: Update to 1.32. Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes Modified: head/lang/p5-Scalar-List-Utils/Makefile head/lang/p5-Scalar-List-Utils/distinfo Modified: head/lang/p5-Scalar-List-Utils/Makefile ============================================================================== --- head/lang/p5-Scalar-List-Utils/Makefile Sun Sep 1 09:09:00 2013 (r325846) +++ head/lang/p5-Scalar-List-Utils/Makefile Sun Sep 1 10:28:57 2013 (r325847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-List-Utils -PORTVERSION= 1.31 +PORTVERSION= 1.32 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN Modified: head/lang/p5-Scalar-List-Utils/distinfo ============================================================================== --- head/lang/p5-Scalar-List-Utils/distinfo Sun Sep 1 09:09:00 2013 (r325846) +++ head/lang/p5-Scalar-List-Utils/distinfo Sun Sep 1 10:28:57 2013 (r325847) @@ -1,2 +1,2 @@ -SHA256 (Scalar-List-Utils-1.31.tar.gz) = 761bc0a204d9ed307a4addb783390672630d7687b250e3850ae294970984e8b6 -SIZE (Scalar-List-Utils-1.31.tar.gz) = 72587 +SHA256 (Scalar-List-Utils-1.32.tar.gz) = 1906496a893b0e642103ebb2438ae2a6f7f728e24abf13d1e84d61e1e2ed4813 +SIZE (Scalar-List-Utils-1.32.tar.gz) = 72905 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 10:59:31 2013 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 ESMTP id 736951ED; Sun, 1 Sep 2013 10:59:31 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [IPv6:2001:2010:1::feef]) by mx1.freebsd.org (Postfix) with ESMTP id 3638B25B1; Sun, 1 Sep 2013 10:59:31 +0000 (UTC) Received: by heechee.tobez.org (Postfix, from userid 1001) id 9B6F6457C6; Sun, 1 Sep 2013 12:59:28 +0200 (CEST) Date: Sun, 1 Sep 2013 12:59:28 +0200 From: Anton Berezin To: Sahil Tandon Subject: Re: svn commit: r325805 - head/Mk Message-ID: <20130901105928.GG26604@heechee.tobez.org> References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130831215840.GA13875@magnus> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 10:59:31 -0000 On Sat, Aug 31, 2013 at 05:58:41PM -0400, Sahil Tandon wrote: > On Sat, 2013-08-31 at 13:22:02 +0000, Bryan Drewery wrote: > > > Log: > > - make fetch/checksum: If a fetched file does not match the expected size, > > delete it and try the next site, if there is one to try. > [...] > > + actual_size=`stat -f %z "$${file}"`; \ > > + if [ $${actual_size} -eq $${CKSIZE} ]; then \ > > + continue 2; \ > > + else \ > > + ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ > > + if [ $${sites_remaining} -gt 1 ]; then \ > > + ${ECHO_MSG} "=> Trying next site"; \ > > + ${RM} -f $${file}; \ > > + fi; \ > > + fi; \ > > fi; \ > > done; \ > > ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ > > I have not had time to properly investigate, but could the above explain > the following behavior? Or, perhaps I've messed up something in my > local environment. Sorry for the line-wraps: > > sahil@mirage [/usr/ports/mail/postfix-current] % sudo make makesum > ===> License IPL10 accepted by the user > ===> Found saved configuration for postfix-current-2.11.20130825,4 > ===> postfix-current-2.11.20130825,4 depends on file: > /usr/local/sbin/pkg - found > => postfix-2.11-20130825.tar.gz doesn't seem to exist in > /usr/ports/distfiles/postfix. > => Attempting to fetch > ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.11-20130825.tar.gz > postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 > kBps > [: -eq: argument expected > => Fetched file size mismatch (expected , actual 3959547) > => Trying next site > > This only happens if the distfile does not already exist (and therefore > needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is > undefined. Notably, if I 'make fetch' first, and then 'make makesum', > there is no problem. I see the same behavior. So, updating ports is kinda broken at the moment. Cheers, \Anton. -- Our society can survive even a large amount of irrational regulation. -- John McCarthy From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:04:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B9DE358; Sun, 1 Sep 2013 11:04:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 391B32602; Sun, 1 Sep 2013 11:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81B4suf031041; Sun, 1 Sep 2013 11:04:54 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81B4rhB031039; Sun, 1 Sep 2013 11:04:53 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011104.r81B4rhB031039@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 11:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325848 - head/devel/p5-enum 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.14 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: Sun, 01 Sep 2013 11:04:54 -0000 Author: tobez Date: Sun Sep 1 11:04:53 2013 New Revision: 325848 URL: http://svnweb.freebsd.org/changeset/ports/325848 Log: Update to 1.02(0). Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Sun Sep 1 10:28:57 2013 (r325847) +++ head/devel/p5-enum/Makefile Sun Sep 1 11:04:53 2013 (r325848) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.016 +PORTVERSION= 1.020 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= \ Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Sun Sep 1 10:28:57 2013 (r325847) +++ head/devel/p5-enum/distinfo Sun Sep 1 11:04:53 2013 (r325848) @@ -1,2 +1,2 @@ -SHA256 (enum-1.016.tar.gz) = fd4a2f44f60fe0ac5f708a7a232601a634bfb6b7f561e2eef706e9efa2cd04d0 -SIZE (enum-1.016.tar.gz) = 5847 +SHA256 (enum-1.02.tar.gz) = cc843bfe879f0cf5ae2f99f88f66923d0f041cf49b340c68a949fef72d6f88b6 +SIZE (enum-1.02.tar.gz) = 6827 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:24:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CCE5545; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1707A26A6; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81BOJrC042491; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81BOJ3j042490; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309011124.r81BOJ3j042490@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 1 Sep 2013 11:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325849 - head/graphics/netpbm 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.14 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: Sun, 01 Sep 2013 11:24:20 -0000 Author: danfe Date: Sun Sep 1 11:24:19 2013 New Revision: 325849 URL: http://svnweb.freebsd.org/changeset/ports/325849 Log: - Unmark it as make jobs (-jX) unsafe: there is a comment saying that as of version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in 2011, and no build failure logs are available since that time; it was not reproduced on few n-cored machines with various -jX settings as of today - While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header Tested by: marino (poudriere testport) Approved by: dinoex (maintainer) Modified: head/graphics/netpbm/Makefile Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Sun Sep 1 11:04:53 2013 (r325848) +++ head/graphics/netpbm/Makefile Sun Sep 1 11:24:19 2013 (r325849) @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi # $FreeBSD$ PORTNAME= netpbm @@ -20,10 +20,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/t xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_JOBS_UNSAFE= yes - -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:53:29 2013 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 ESMTP id 9F3639C9; Sun, 1 Sep 2013 11:53:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7420827B6; Sun, 1 Sep 2013 11:53:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81BrT96059611; Sun, 1 Sep 2013 11:53:29 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81BrTgC059609; Sun, 1 Sep 2013 11:53:29 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309011153.r81BrTgC059609@svn.freebsd.org> From: Pawel Pekala Date: Sun, 1 Sep 2013 11:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325850 - head/textproc/meld 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.14 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: Sun, 01 Sep 2013 11:53:29 -0000 Author: pawel Date: Sun Sep 1 11:53:28 2013 New Revision: 325850 URL: http://svnweb.freebsd.org/changeset/ports/325850 Log: Update to version 1.7.5 Features: * Open the version control console view when the exit code of a VC operation indicates that there was an error (Kai Willadsen) * Improve our handling of bad gconf setups, and add a file-system key to force a no-gconf fallback for persistent issues (Daniel Richard G) * Add a preference for whether to highlight the current line of a file comparison (Kai Willadsen) * Keyboard shortcut for the commit dialog (Kai Willadsen) Fixes: * Fix traversing symlink loops in version control comparisons (Kai Willadsen) * Minor fixes and cleanups (Boruch Baum, Sandro Bonazzola, Kai Willadsen) Translations: * Antonio Fernandes C. Neto (pt_BR) * Daniel Mustieles (es) * Fran Diuez (gl) * Marek Cernocky (cs) * Rafael Ferreira (pt_BR) * Piotr Drag (pl) Modified: head/textproc/meld/Makefile head/textproc/meld/distinfo Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Sun Sep 1 11:24:19 2013 (r325849) +++ head/textproc/meld/Makefile Sun Sep 1 11:53:28 2013 (r325850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= textproc devel python MASTER_SITES= GNOME Modified: head/textproc/meld/distinfo ============================================================================== --- head/textproc/meld/distinfo Sun Sep 1 11:24:19 2013 (r325849) +++ head/textproc/meld/distinfo Sun Sep 1 11:53:28 2013 (r325850) @@ -1,2 +1,2 @@ -SHA256 (meld-1.7.4.tar.xz) = 17c1230512b4b788c4b7b0c6bbd72b10c1005a810c1c9c8db9a0bf1cb1f7d56f -SIZE (meld-1.7.4.tar.xz) = 406156 +SHA256 (meld-1.7.5.tar.xz) = 4043354074ebd7a29f1a246e180bb5d5c1aa771710dd7ae2621f64515210518d +SIZE (meld-1.7.5.tar.xz) = 406620 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:37:58 2013 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 ESMTP id 327D08F; Sun, 1 Sep 2013 12:37:58 +0000 (UTC) (envelope-from sperber@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB2B296F; Sun, 1 Sep 2013 12:37:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Cbvhj086004; Sun, 1 Sep 2013 12:37:57 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Cbucl085994; Sun, 1 Sep 2013 12:37:56 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201309011237.r81Cbucl085994@svn.freebsd.org> From: Armin Pirkovitsch Date: Sun, 1 Sep 2013 12:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325851 - in head/multimedia/miro: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 12:37:58 -0000 Author: sperber Date: Sun Sep 1 12:37:56 2013 New Revision: 325851 URL: http://svnweb.freebsd.org/changeset/ports/325851 Log: - Update multimedia/miro to 6.0 - change ffmpeg dependency to ffmpeg1 - update maintainer to swills@ (suggested and accepted over irc) PR: ports/181348 Submitted by: Steve Wills Approved by: decke (mentor) Modified: head/multimedia/miro/Makefile head/multimedia/miro/distinfo (contents, props changed) head/multimedia/miro/files/patch-lib__startup.py (contents, props changed) head/multimedia/miro/files/patch-linux__plat__options.py (contents, props changed) head/multimedia/miro/files/patch-linux__setup.py (contents, props changed) head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile (contents, props changed) head/multimedia/miro/pkg-plist (contents, props changed) Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/Makefile Sun Sep 1 12:37:56 2013 (r325851) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= miro -PORTVERSION= 5.0 -PORTREVISION= 1 +PORTVERSION= 6.0 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ -MAINTAINER= sperber@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= A video player to get internet TV broadcasts LICENSE= GPLv2 @@ -18,12 +17,13 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/ update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/taglib/taglib.h:${PORTSDIR}/audio/taglib -LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= avutil1:${PORTSDIR}/multimedia/ffmpeg1 \ + sqlite3:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ - ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ + ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ Modified: head/multimedia/miro/distinfo ============================================================================== --- head/multimedia/miro/distinfo Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/distinfo Sun Sep 1 12:37:56 2013 (r325851) @@ -1,2 +1,2 @@ -SHA256 (miro-5.0.tar.gz) = ff529e5846b6c7e24298cfd1e1cac29feeb4b49ff019151da90a5a955fa39090 -SIZE (miro-5.0.tar.gz) = 12938978 +SHA256 (miro-6.0.tar.gz) = 558d194278fe5d602ba4d5d6737035b150e907c57da3344afa2ec462062f026b +SIZE (miro-6.0.tar.gz) = 13121803 Modified: head/multimedia/miro/files/patch-lib__startup.py ============================================================================== --- head/multimedia/miro/files/patch-lib__startup.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-lib__startup.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- ./lib/startup.py.orig 2011-05-25 00:30:12.000000000 +0200 -+++ ./lib/startup.py 2011-05-25 17:53:57.000000000 +0200 -@@ -407,8 +407,8 @@ +--- lib/startup.py.orig 2013-08-17 02:48:00.884785831 +0000 ++++ lib/startup.py 2013-08-17 02:48:27.966783822 +0000 +@@ -501,8 +501,8 @@ yield None commandline.startup() yield None @@ -8,6 +8,6 @@ - yield None + # autoupdate.check_for_updates() + # yield None + app.local_metadata_manager.schedule_retry_net_lookup() # Delay running high CPU/IO operations for a bit - eventloop.add_timeout(5, downloader.startup_downloader, - "start downloader daemon") + eventloop.add_timeout(5, app.download_state_manager.startup_downloader, Modified: head/multimedia/miro/files/patch-linux__plat__options.py ============================================================================== --- head/multimedia/miro/files/patch-linux__plat__options.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux__plat__options.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- ./linux/plat/options.py.orig 2011-05-25 17:56:13.000000000 +0200 -+++ ./linux/plat/options.py 2011-05-25 17:56:57.000000000 +0200 -@@ -51,13 +51,13 @@ +--- ./linux/plat/options.py.orig 2013-08-17 02:50:01.620777937 +0000 ++++ ./linux/plat/options.py 2013-08-17 02:50:48.339773948 +0000 +@@ -51,7 +51,7 @@ FFMPEG_BINARY = LinuxPref( key="ffmpegBinary", @@ -9,10 +9,3 @@ alias="ffmpeg", helptext="Absolute path for ffmpeg binary.") - FFMPEG2THEORA_BINARY = LinuxPref( - key="ffmpeg2TheoraBinary", -- default="/usr/bin/ffmpeg2theora", -+ default="%%LOCALBASE%%/bin/ffmpeg2theora", - alias="ffmpeg2theora", - helptext="Absolute path for ffmpeg2theora binary.") - Modified: head/multimedia/miro/files/patch-linux__setup.py ============================================================================== --- head/multimedia/miro/files/patch-linux__setup.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux__setup.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- linux/setup.py.orig 2012-04-30 16:25:50.000000000 +0200 -+++ linux/setup.py 2012-05-12 08:50:18.990985060 +0200 -@@ -243,7 +243,7 @@ +--- linux/setup.py.orig 2013-04-05 16:02:42.000000000 +0000 ++++ linux/setup.py 2013-08-17 04:32:00.154355610 +0000 +@@ -249,7 +249,7 @@ xlib_ext = \ Extension("miro.plat.xlibhelper", [os.path.join(platform_package_dir, 'xlibhelper.pyx')], @@ -9,7 +9,15 @@ libraries=['X11'], ) -@@ -291,7 +291,7 @@ +@@ -264,6 +264,7 @@ + namecollation_ext = \ + Extension("miro.data.namecollation", + [os.path.join(portable_dir, 'data', 'namecollation.cpp')], ++ library_dirs=['/usr/local/lib'], + libraries=['sqlite3'], + ) + +@@ -300,16 +301,16 @@ # filter out app.config.template (which is handled specially) files = [f for f in listfiles(resource_dir) \ if os.path.basename(f) != 'app.config.template'] @@ -17,17 +25,19 @@ +data_files.append(('/usr/local/share/miro/resources/', files)) # handle the sub directories. - for dir in ('searchengines', -@@ -310,7 +310,7 @@ - os.path.join('testdata', 'metadata'), - os.path.join('testdata', 'locale', 'fr', 'LC_MESSAGES')): + for dir in ('searchengines', 'images', 'conversions', 'devices'): source_dir = os.path.join(resource_dir, dir) - dest_dir = os.path.join('/usr/share/miro/resources/', dir) + dest_dir = os.path.join('/usr/local/share/miro/resources/', dir) data_files.append((dest_dir, listfiles(source_dir))) - data_files.append((dest_dir, [os.path.join(resource_dir, 'donate.html')])) + for path, dirs, files in os.walk(os.path.join(resource_dir, 'testdata')): + relpath = os.path.relpath(path, resource_dir) +- dest_dir = os.path.join('/usr/share/miro/resources/', relpath) ++ dest_dir = os.path.join('/usr/local/share/miro/resources/', relpath) + files = [os.path.join(resource_dir, relpath, f) for f in files] + data_files.append((dest_dir, files)) -@@ -320,7 +320,7 @@ +@@ -321,7 +322,7 @@ files = [os.path.join(root, f) for f in files if (not f.endswith("~") and not "#" in f)] data_files.append(( @@ -36,7 +46,7 @@ files)) # add core platform extension files -@@ -329,28 +329,28 @@ +@@ -330,28 +331,28 @@ files = [os.path.join(root, f) for f in files if (not f.endswith("~") and not "#" in f)] data_files.append(( @@ -73,7 +83,7 @@ [os.path.join(platform_dir, 'miro.real.1.gz')]), ] -@@ -376,7 +376,7 @@ +@@ -377,7 +378,7 @@ def install_app_config(self): source = os.path.join(resource_dir, 'app.config.template') @@ -82,7 +92,7 @@ config_file = buildutils.read_simple_config_file(source) print "Trying to figure out the git revision...." -@@ -418,7 +418,7 @@ +@@ -419,7 +420,7 @@ lang = os.path.basename(source)[:-3] if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']: continue @@ -91,18 +101,27 @@ if self.root: dest = change_root(self.root, dest) self.mkpath(os.path.dirname(dest)) -@@ -438,7 +438,9 @@ - cc.add_library('avcodec') +@@ -434,12 +435,15 @@ + def build_segmenter(self): + segmenter_src = os.path.join(platform_dir, 'miro-segmenter.c') + cc = ccompiler.new_compiler() +- cc.add_library('avutil') +- cc.add_library('avformat') +- cc.add_library('avcodec') ++ cc.add_library('avutil1') ++ cc.add_library('avformat1') ++ cc.add_library('avcodec1') # Fedora places ffmpeg include into this directory rather than # root /usr/include. - cc.add_include_dir('/usr/include/ffmpeg') ++ cc.add_include_dir('/usr/local/include/ffmpeg1') + cc.add_include_dir('/usr/local/include') -+ cc.add_include_dir('/usr/local/include/ffmpeg') ++ cc.add_library_dir('/usr/local/lib/ffmpeg1') + cc.add_library_dir('/usr/local/lib') output_dir = os.path.join(self.build_base, 'miro-segmenter') segmenter_objs = cc.compile([segmenter_src], output_dir=output_dir, -@@ -449,7 +451,7 @@ +@@ -450,7 +454,7 @@ self.distribution.scripts.append(segmenter_exe) def build_echoprint_codegen(self): @@ -111,7 +130,7 @@ src_binary = os.path.join(echoprint_dir, 'echoprint-codegen') dest_dir = os.path.join(self.build_base, 'echoprint-codegen') dest_binary = os.path.join(dest_dir, 'echoprint-codegen') -@@ -488,7 +490,7 @@ +@@ -490,7 +494,7 @@ #### install_theme installs a specified theme .zip class install_theme(Command): @@ -120,7 +139,7 @@ user_options = [("theme=", None, 'ZIP file containing the theme')] def initialize_options(self): -@@ -516,7 +518,7 @@ +@@ -518,7 +522,7 @@ raise DistutilsOptionError("invalid theme file") self.zipfile = zf self.theme_name = themeName Modified: head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile ============================================================================== --- head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile Sun Sep 1 12:37:56 2013 (r325851) @@ -1,7 +1,13 @@ ---- linux/contrib/echoprint-codegen/src/Makefile.orig 2012-05-17 08:26:52.738877942 +0200 -+++ linux/contrib/echoprint-codegen/src/Makefile 2012-05-17 08:27:18.755880033 +0200 -@@ -9,7 +9,7 @@ - CC=gcc +--- linux/contrib/echoprint-codegen/src/Makefile.orig 2013-04-05 16:02:42.000000000 +0000 ++++ linux/contrib/echoprint-codegen/src/Makefile 2013-08-17 03:52:32.669519516 +0000 +@@ -5,11 +5,11 @@ + VERSION_MAJ := $(word 1, $(EP_VERSION)) + VERSION_COMPAT := $(word 1, $(EP_VERSION)).$(word 2, $(EP_VERSION)) + UNAME := $(shell uname -s) +-CXX=g++ +-CC=gcc ++CXX=c++ ++CC=cc #OPTFLAGS=-g -O0 OPTFLAGS=-O3 -DBOOST_UBLAS_NDEBUG -DNDEBUG -BOOST_CFLAGS=-I/usr/local/include/boost-1_35 Modified: head/multimedia/miro/pkg-plist ============================================================================== --- head/multimedia/miro/pkg-plist Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/pkg-plist Sun Sep 1 12:37:56 2013 (r325851) @@ -1,1012 +1,3 @@ -bin/codegen.Linux-i686 -bin/codegen.Linux-x86_64 -bin/echoprint-codegen -bin/miro -bin/miro.real -bin/miro-segmenter -%%PYTHON_SITELIBDIR%%/miro/__init__.py -%%PYTHON_SITELIBDIR%%/miro/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/amazon.py -%%PYTHON_SITELIBDIR%%/miro/amazon.pyc -%%PYTHON_SITELIBDIR%%/miro/amazon.pyo -%%PYTHON_SITELIBDIR%%/miro/api.py -%%PYTHON_SITELIBDIR%%/miro/api.pyc -%%PYTHON_SITELIBDIR%%/miro/api.pyo -%%PYTHON_SITELIBDIR%%/miro/app.py -%%PYTHON_SITELIBDIR%%/miro/app.pyc -%%PYTHON_SITELIBDIR%%/miro/app.pyo -%%PYTHON_SITELIBDIR%%/miro/appconfig.py -%%PYTHON_SITELIBDIR%%/miro/appconfig.pyc -%%PYTHON_SITELIBDIR%%/miro/appconfig.pyo -%%PYTHON_SITELIBDIR%%/miro/autodiscover.py -%%PYTHON_SITELIBDIR%%/miro/autodiscover.pyc -%%PYTHON_SITELIBDIR%%/miro/autodiscover.pyo -%%PYTHON_SITELIBDIR%%/miro/autodler.py -%%PYTHON_SITELIBDIR%%/miro/autodler.pyc -%%PYTHON_SITELIBDIR%%/miro/autodler.pyo -%%PYTHON_SITELIBDIR%%/miro/autoupdate.py -%%PYTHON_SITELIBDIR%%/miro/autoupdate.pyc -%%PYTHON_SITELIBDIR%%/miro/autoupdate.pyo -%%PYTHON_SITELIBDIR%%/miro/bootstrap.py -%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyc -%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyo -%%PYTHON_SITELIBDIR%%/miro/buildutils.py -%%PYTHON_SITELIBDIR%%/miro/buildutils.pyc -%%PYTHON_SITELIBDIR%%/miro/buildutils.pyo -%%PYTHON_SITELIBDIR%%/miro/clock.py -%%PYTHON_SITELIBDIR%%/miro/clock.pyc -%%PYTHON_SITELIBDIR%%/miro/clock.pyo -%%PYTHON_SITELIBDIR%%/miro/commandline.py -%%PYTHON_SITELIBDIR%%/miro/commandline.pyc -%%PYTHON_SITELIBDIR%%/miro/commandline.pyo -%%PYTHON_SITELIBDIR%%/miro/config.py -%%PYTHON_SITELIBDIR%%/miro/config.pyc -%%PYTHON_SITELIBDIR%%/miro/config.pyo -%%PYTHON_SITELIBDIR%%/miro/controller.py -%%PYTHON_SITELIBDIR%%/miro/controller.pyc -%%PYTHON_SITELIBDIR%%/miro/controller.pyo -%%PYTHON_SITELIBDIR%%/miro/conversions.py -%%PYTHON_SITELIBDIR%%/miro/conversions.pyc -%%PYTHON_SITELIBDIR%%/miro/conversions.pyo -%%PYTHON_SITELIBDIR%%/miro/convert20database.py -%%PYTHON_SITELIBDIR%%/miro/convert20database.pyc -%%PYTHON_SITELIBDIR%%/miro/convert20database.pyo -%%PYTHON_SITELIBDIR%%/miro/coverart.py -%%PYTHON_SITELIBDIR%%/miro/coverart.pyc -%%PYTHON_SITELIBDIR%%/miro/coverart.pyo -%%PYTHON_SITELIBDIR%%/miro/crashreport.py -%%PYTHON_SITELIBDIR%%/miro/crashreport.pyc -%%PYTHON_SITELIBDIR%%/miro/crashreport.pyo -%%PYTHON_SITELIBDIR%%/miro/database.py -%%PYTHON_SITELIBDIR%%/miro/database.pyc -%%PYTHON_SITELIBDIR%%/miro/database.pyo -%%PYTHON_SITELIBDIR%%/miro/databasehelper.py -%%PYTHON_SITELIBDIR%%/miro/databasehelper.pyc -%%PYTHON_SITELIBDIR%%/miro/databasehelper.pyo -%%PYTHON_SITELIBDIR%%/miro/databaselog.py -%%PYTHON_SITELIBDIR%%/miro/databaselog.pyc -%%PYTHON_SITELIBDIR%%/miro/databaselog.pyo -%%PYTHON_SITELIBDIR%%/miro/databasesanity.py -%%PYTHON_SITELIBDIR%%/miro/databasesanity.pyc -%%PYTHON_SITELIBDIR%%/miro/databasesanity.pyo -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.py -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.py -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.pyc -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.pyo -%%PYTHON_SITELIBDIR%%/miro/debugutil.py -%%PYTHON_SITELIBDIR%%/miro/debugutil.pyc -%%PYTHON_SITELIBDIR%%/miro/debugutil.pyo -%%PYTHON_SITELIBDIR%%/miro/des.py -%%PYTHON_SITELIBDIR%%/miro/des.pyc -%%PYTHON_SITELIBDIR%%/miro/des.pyo -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.py -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/devices.py -%%PYTHON_SITELIBDIR%%/miro/devices.pyc -%%PYTHON_SITELIBDIR%%/miro/devices.pyo -%%PYTHON_SITELIBDIR%%/miro/dialogs.py -%%PYTHON_SITELIBDIR%%/miro/dialogs.pyc -%%PYTHON_SITELIBDIR%%/miro/dialogs.pyo -%%PYTHON_SITELIBDIR%%/miro/directorywatch.py -%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyc -%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyo -%%PYTHON_SITELIBDIR%%/miro/displaytext.py -%%PYTHON_SITELIBDIR%%/miro/displaytext.pyc -%%PYTHON_SITELIBDIR%%/miro/displaytext.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.pyo -%%PYTHON_SITELIBDIR%%/miro/donate.py -%%PYTHON_SITELIBDIR%%/miro/donate.pyc -%%PYTHON_SITELIBDIR%%/miro/donate.pyo -%%PYTHON_SITELIBDIR%%/miro/download_utils.py -%%PYTHON_SITELIBDIR%%/miro/download_utils.pyc -%%PYTHON_SITELIBDIR%%/miro/download_utils.pyo -%%PYTHON_SITELIBDIR%%/miro/downloader.py -%%PYTHON_SITELIBDIR%%/miro/downloader.pyc -%%PYTHON_SITELIBDIR%%/miro/downloader.pyo -%%PYTHON_SITELIBDIR%%/miro/echonest.py -%%PYTHON_SITELIBDIR%%/miro/echonest.pyc -%%PYTHON_SITELIBDIR%%/miro/echonest.pyo -%%PYTHON_SITELIBDIR%%/miro/emusic.py -%%PYTHON_SITELIBDIR%%/miro/emusic.pyc -%%PYTHON_SITELIBDIR%%/miro/emusic.pyo -%%PYTHON_SITELIBDIR%%/miro/errors.py -%%PYTHON_SITELIBDIR%%/miro/errors.pyc -%%PYTHON_SITELIBDIR%%/miro/errors.pyo -%%PYTHON_SITELIBDIR%%/miro/eventloop.py -%%PYTHON_SITELIBDIR%%/miro/eventloop.pyc -%%PYTHON_SITELIBDIR%%/miro/eventloop.pyo -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.py -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/feed.py -%%PYTHON_SITELIBDIR%%/miro/feed.pyc -%%PYTHON_SITELIBDIR%%/miro/feed.pyo -%%PYTHON_SITELIBDIR%%/miro/feedparser.py -%%PYTHON_SITELIBDIR%%/miro/feedparser.pyc -%%PYTHON_SITELIBDIR%%/miro/feedparser.pyo -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.py -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.pyc -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.pyo -%%PYTHON_SITELIBDIR%%/miro/feedupdate.py -%%PYTHON_SITELIBDIR%%/miro/feedupdate.pyc -%%PYTHON_SITELIBDIR%%/miro/feedupdate.pyo -%%PYTHON_SITELIBDIR%%/miro/fileobject.py -%%PYTHON_SITELIBDIR%%/miro/fileobject.pyc -%%PYTHON_SITELIBDIR%%/miro/fileobject.pyo -%%PYTHON_SITELIBDIR%%/miro/filetags.py -%%PYTHON_SITELIBDIR%%/miro/filetags.pyc -%%PYTHON_SITELIBDIR%%/miro/filetags.pyo -%%PYTHON_SITELIBDIR%%/miro/filetypes.py -%%PYTHON_SITELIBDIR%%/miro/filetypes.pyc -%%PYTHON_SITELIBDIR%%/miro/filetypes.pyo -%%PYTHON_SITELIBDIR%%/miro/fileutil.py -%%PYTHON_SITELIBDIR%%/miro/fileutil.pyc -%%PYTHON_SITELIBDIR%%/miro/fileutil.pyo -%%PYTHON_SITELIBDIR%%/miro/flashscraper.py -%%PYTHON_SITELIBDIR%%/miro/flashscraper.pyc -%%PYTHON_SITELIBDIR%%/miro/flashscraper.pyo -%%PYTHON_SITELIBDIR%%/miro/folder.py -%%PYTHON_SITELIBDIR%%/miro/folder.pyc -%%PYTHON_SITELIBDIR%%/miro/folder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/pygtkhacks.so -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/webkitgtkhacks.so -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyo -%%PYTHON_SITELIBDIR%%/miro/gtcache.py -%%PYTHON_SITELIBDIR%%/miro/gtcache.pyc -%%PYTHON_SITELIBDIR%%/miro/gtcache.pyo -%%PYTHON_SITELIBDIR%%/miro/guide.py -%%PYTHON_SITELIBDIR%%/miro/guide.pyc -%%PYTHON_SITELIBDIR%%/miro/guide.pyo -%%PYTHON_SITELIBDIR%%/miro/httpauth.py -%%PYTHON_SITELIBDIR%%/miro/httpauth.pyc -%%PYTHON_SITELIBDIR%%/miro/httpauth.pyo -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.py -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.pyc -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.pyo -%%PYTHON_SITELIBDIR%%/miro/httpclient.py -%%PYTHON_SITELIBDIR%%/miro/httpclient.pyc -%%PYTHON_SITELIBDIR%%/miro/httpclient.pyo -%%PYTHON_SITELIBDIR%%/miro/iconcache.py -%%PYTHON_SITELIBDIR%%/miro/iconcache.pyc -%%PYTHON_SITELIBDIR%%/miro/iconcache.pyo -%%PYTHON_SITELIBDIR%%/miro/importmedia.py -%%PYTHON_SITELIBDIR%%/miro/importmedia.pyc -%%PYTHON_SITELIBDIR%%/miro/importmedia.pyo -%%PYTHON_SITELIBDIR%%/miro/infolist.so -%%PYTHON_SITELIBDIR%%/miro/infoupdater.py -%%PYTHON_SITELIBDIR%%/miro/infoupdater.pyc -%%PYTHON_SITELIBDIR%%/miro/infoupdater.pyo -%%PYTHON_SITELIBDIR%%/miro/iso639.py -%%PYTHON_SITELIBDIR%%/miro/iso639.pyc -%%PYTHON_SITELIBDIR%%/miro/iso639.pyo -%%PYTHON_SITELIBDIR%%/miro/item.py -%%PYTHON_SITELIBDIR%%/miro/item.pyc -%%PYTHON_SITELIBDIR%%/miro/item.pyo -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.py -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyc -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyo -%%PYTHON_SITELIBDIR%%/miro/itemsource.py -%%PYTHON_SITELIBDIR%%/miro/itemsource.pyc -%%PYTHON_SITELIBDIR%%/miro/itemsource.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyo -%%PYTHON_SITELIBDIR%%/miro/messagehandler.py -%%PYTHON_SITELIBDIR%%/miro/messagehandler.pyc -%%PYTHON_SITELIBDIR%%/miro/messagehandler.pyo -%%PYTHON_SITELIBDIR%%/miro/messages.py -%%PYTHON_SITELIBDIR%%/miro/messages.pyc -%%PYTHON_SITELIBDIR%%/miro/messages.pyo -%%PYTHON_SITELIBDIR%%/miro/messagetools.py -%%PYTHON_SITELIBDIR%%/miro/messagetools.pyc -%%PYTHON_SITELIBDIR%%/miro/messagetools.pyo -%%PYTHON_SITELIBDIR%%/miro/metadata.py -%%PYTHON_SITELIBDIR%%/miro/metadata.pyc -%%PYTHON_SITELIBDIR%%/miro/metadata.pyo -%%PYTHON_SITELIBDIR%%/miro/miro_helper.py -%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyc -%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyo -%%PYTHON_SITELIBDIR%%/miro/models.py -%%PYTHON_SITELIBDIR%%/miro/models.pyc -%%PYTHON_SITELIBDIR%%/miro/models.pyo -%%PYTHON_SITELIBDIR%%/miro/moviedata.py -%%PYTHON_SITELIBDIR%%/miro/moviedata.pyc -%%PYTHON_SITELIBDIR%%/miro/moviedata.pyo -%%PYTHON_SITELIBDIR%%/miro/net.py -%%PYTHON_SITELIBDIR%%/miro/net.pyc -%%PYTHON_SITELIBDIR%%/miro/net.pyo -%%PYTHON_SITELIBDIR%%/miro/ngrams.so -%%PYTHON_SITELIBDIR%%/miro/opml.py -%%PYTHON_SITELIBDIR%%/miro/opml.pyc -%%PYTHON_SITELIBDIR%%/miro/opml.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/associate.py -%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.py -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/config.py -%%PYTHON_SITELIBDIR%%/miro/plat/config.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/config.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.py -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.py -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.py -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/options.py -%%PYTHON_SITELIBDIR%%/miro/plat/options.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/options.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/popen.py -%%PYTHON_SITELIBDIR%%/miro/plat/popen.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/popen.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.py -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/resources.py -%%PYTHON_SITELIBDIR%%/miro/plat/resources.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/resources.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.py -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.py -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/utils.py -%%PYTHON_SITELIBDIR%%/miro/plat/utils.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/utils.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/xlibhelper.so -%%PYTHON_SITELIBDIR%%/miro/player.py -%%PYTHON_SITELIBDIR%%/miro/player.pyc -%%PYTHON_SITELIBDIR%%/miro/player.pyo -%%PYTHON_SITELIBDIR%%/miro/playlist.py -%%PYTHON_SITELIBDIR%%/miro/playlist.pyc -%%PYTHON_SITELIBDIR%%/miro/playlist.pyo -%%PYTHON_SITELIBDIR%%/miro/prefs.py -%%PYTHON_SITELIBDIR%%/miro/prefs.pyc -%%PYTHON_SITELIBDIR%%/miro/prefs.pyo -%%PYTHON_SITELIBDIR%%/miro/schema.py -%%PYTHON_SITELIBDIR%%/miro/schema.pyc -%%PYTHON_SITELIBDIR%%/miro/schema.pyo -%%PYTHON_SITELIBDIR%%/miro/schemav79.py -%%PYTHON_SITELIBDIR%%/miro/schemav79.pyc -%%PYTHON_SITELIBDIR%%/miro/schemav79.pyo -%%PYTHON_SITELIBDIR%%/miro/search.py -%%PYTHON_SITELIBDIR%%/miro/search.pyc -%%PYTHON_SITELIBDIR%%/miro/search.pyo -%%PYTHON_SITELIBDIR%%/miro/searchengines.py -%%PYTHON_SITELIBDIR%%/miro/searchengines.pyc -%%PYTHON_SITELIBDIR%%/miro/searchengines.pyo -%%PYTHON_SITELIBDIR%%/miro/sharing.py -%%PYTHON_SITELIBDIR%%/miro/sharing.pyc -%%PYTHON_SITELIBDIR%%/miro/sharing.pyo -%%PYTHON_SITELIBDIR%%/miro/signals.py -%%PYTHON_SITELIBDIR%%/miro/signals.pyc -%%PYTHON_SITELIBDIR%%/miro/signals.pyo -%%PYTHON_SITELIBDIR%%/miro/singleclick.py -%%PYTHON_SITELIBDIR%%/miro/singleclick.pyc -%%PYTHON_SITELIBDIR%%/miro/singleclick.pyo -%%PYTHON_SITELIBDIR%%/miro/startfrontend.py -%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyc -%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyo -%%PYTHON_SITELIBDIR%%/miro/startup.py -%%PYTHON_SITELIBDIR%%/miro/startup.pyc -%%PYTHON_SITELIBDIR%%/miro/startup.pyo -%%PYTHON_SITELIBDIR%%/miro/storedatabase.py -%%PYTHON_SITELIBDIR%%/miro/storedatabase.pyc -%%PYTHON_SITELIBDIR%%/miro/storedatabase.pyo -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.py -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/subscription.py -%%PYTHON_SITELIBDIR%%/miro/subscription.pyc -%%PYTHON_SITELIBDIR%%/miro/subscription.pyo -%%PYTHON_SITELIBDIR%%/miro/tabs.py -%%PYTHON_SITELIBDIR%%/miro/tabs.pyc -%%PYTHON_SITELIBDIR%%/miro/tabs.pyo -%%PYTHON_SITELIBDIR%%/miro/test/__init__.py -%%PYTHON_SITELIBDIR%%/miro/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.py -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.py -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.py -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.py -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.py -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.py -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/extensiontest.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:38:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91BFC187; Sun, 1 Sep 2013 12:38:48 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7342974; Sun, 1 Sep 2013 12:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CcmQZ086421; Sun, 1 Sep 2013 12:38:48 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Ccm4Z086419; Sun, 1 Sep 2013 12:38:48 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011238.r81Ccm4Z086419@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 12:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325852 - head/net/p5-Net-GitHub 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.14 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: Sun, 01 Sep 2013 12:38:48 -0000 Author: tobez Date: Sun Sep 1 12:38:47 2013 New Revision: 325852 URL: http://svnweb.freebsd.org/changeset/ports/325852 Log: Update to 0.53. Changes: http://search.cpan.org/dist/Net-GitHub/Changes Modified: head/net/p5-Net-GitHub/Makefile head/net/p5-Net-GitHub/distinfo Modified: head/net/p5-Net-GitHub/Makefile ============================================================================== --- head/net/p5-Net-GitHub/Makefile Sun Sep 1 12:37:56 2013 (r325851) +++ head/net/p5-Net-GitHub/Makefile Sun Sep 1 12:38:47 2013 (r325852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -DISTVERSION= 0.52 +DISTVERSION= 0.53 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND Modified: head/net/p5-Net-GitHub/distinfo ============================================================================== --- head/net/p5-Net-GitHub/distinfo Sun Sep 1 12:37:56 2013 (r325851) +++ head/net/p5-Net-GitHub/distinfo Sun Sep 1 12:38:47 2013 (r325852) @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.52.tar.gz) = 8a63da317dec7b96c0e639fd1d4796777fd2960ba3d94e4c91d0a547b824517e -SIZE (Net-GitHub-0.52.tar.gz) = 42377 +SHA256 (Net-GitHub-0.53.tar.gz) = f15efe60f642dc789640cf959c1342e696fb036c244c82632d3dae14c6f05266 +SIZE (Net-GitHub-0.53.tar.gz) = 42531 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:56:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6552130E; Sun, 1 Sep 2013 12:56:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 441882A12; Sun, 1 Sep 2013 12:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CuYco097022; Sun, 1 Sep 2013 12:56:34 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81CuXaA097010; Sun, 1 Sep 2013 12:56:33 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201309011256.r81CuXaA097010@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 1 Sep 2013 12:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325853 - in head: . databases databases/py-migrate databases/py-sqlalchemy-migrate 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.14 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: Sun, 01 Sep 2013 12:56:34 -0000 Author: lwhsu Date: Sun Sep 1 12:56:33 2013 New Revision: 325853 URL: http://svnweb.freebsd.org/changeset/ports/325853 Log: Rename databases/py-migrate to databases/py-sqlalchemy-migrate Requested by: koobs Reviewed by: koobs, mva Added: head/databases/py-sqlalchemy-migrate/ - copied from r325816, head/databases/py-migrate/ Deleted: head/databases/py-migrate/ Modified: head/MOVED head/databases/Makefile head/databases/py-sqlalchemy-migrate/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 1 12:38:47 2013 (r325852) +++ head/MOVED Sun Sep 1 12:56:33 2013 (r325853) @@ -4894,3 +4894,4 @@ german/bugzilla3|german/bugzilla42|2013- japanese/bugzilla3|japanese/bugzilla42|2013-08-30|EOL: Please update to a supported version russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version net-im/licq-console||2013-08-30|No longer maintained upstream +databases/py-migrate|databases/py-sqlalchemy-migrate|2013-09-01|Rename to reflect official project name Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Sep 1 12:38:47 2013 (r325852) +++ head/databases/Makefile Sun Sep 1 12:56:33 2013 (r325853) @@ -739,7 +739,6 @@ SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-memcached - SUBDIR += py-migrate SUBDIR += py-mssql SUBDIR += py-mysql2pgsql SUBDIR += py-odbc @@ -764,6 +763,7 @@ SUBDIR += py-south SUBDIR += py-sqlalchemy SUBDIR += py-sqlalchemy-devel + SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm Modified: head/databases/py-sqlalchemy-migrate/Makefile ============================================================================== --- head/databases/py-migrate/Makefile Sat Aug 31 16:07:19 2013 (r325816) +++ head/databases/py-sqlalchemy-migrate/Makefile Sun Sep 1 12:56:33 2013 (r325853) @@ -1,16 +1,11 @@ -# New ports collection makefile for: py-migrate -# Date created: 9 November 2006 -# Whom: elvstone@gmail.com -# +# Created by: elvstone@gmail.com # $FreeBSD$ -# -PORTNAME= migrate +PORTNAME= sqlalchemy-migrate PORTVERSION= 0.7.2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Database schema migrations for SQLAlchemy @@ -21,9 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqla ${PYTHON_PKGNAMEPREFIX}Tempita>0:${PORTSDIR}/textproc/py-Tempita \ ${PYTHON_PKGNAMEPREFIX}decorator>0:${PORTSDIR}/devel/py-decorator -PROJECTHOST= sqlalchemy-migrate USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME} +PYDISTUTILS_PKGNAME= sqlalchemy_migrate .include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:58:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 87391405; Sun, 1 Sep 2013 12:58:09 +0000 (UTC) Date: Sun, 1 Sep 2013 12:58:09 +0000 From: Alexey Dokuchaev To: Armin Pirkovitsch Subject: Re: svn commit: r325851 - in head/multimedia/miro: . files Message-ID: <20130901125809.GA57685@FreeBSD.org> References: <201309011237.r81Cbucl085994@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309011237.r81Cbucl085994@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 12:58:09 -0000 On Sun, Sep 01, 2013 at 12:37:56PM +0000, Armin Pirkovitsch wrote: > New Revision: 325851 > URL: http://svnweb.freebsd.org/changeset/ports/325851 > > Log: > - Update multimedia/miro to 6.0 > - change ffmpeg dependency to ffmpeg1 > - update maintainer to swills@ (suggested and accepted over irc) > > PR: ports/181348 > Submitted by: Steve Wills Any reason not to use Steve's freefall login in Submitted by: tag? :) > -MAINTAINER= sperber@FreeBSD.org > +MAINTAINER= swills@FreeBSD.org > COMMENT= A video player to get internet TV broadcasts You could've dropped leading indefinite article while you're on it. > +LIB_DEPENDS= avutil1:${PORTSDIR}/multimedia/ffmpeg1 \ > + sqlite3:${PORTSDIR}/databases/sqlite3 Also, you could have adopted new LIB_DEPENDS syntax (per r322328). And last but not least, you (or Steve) might want to consider switching to dynamic PLIST, as it's just huge right now. ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:58:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D20C8407; Sun, 1 Sep 2013 12:58:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF0422A22; Sun, 1 Sep 2013 12:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CwBTU097688; Sun, 1 Sep 2013 12:58:11 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81CwBeD097685; Sun, 1 Sep 2013 12:58:11 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201309011258.r81CwBeD097685@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 1 Sep 2013 12:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325854 - in head: devel/buildbot multimedia/py-openlp www/py-imdbpy 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.14 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: Sun, 01 Sep 2013 12:58:12 -0000 Author: lwhsu Date: Sun Sep 1 12:58:10 2013 New Revision: 325854 URL: http://svnweb.freebsd.org/changeset/ports/325854 Log: Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate Modified: head/devel/buildbot/Makefile head/multimedia/py-openlp/Makefile head/www/py-imdbpy/Makefile Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/devel/buildbot/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -3,6 +3,7 @@ PORTNAME= buildbot PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -13,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}migrate>=0.6.1:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 Modified: head/multimedia/py-openlp/Makefile ============================================================================== --- head/multimedia/py-openlp/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/multimedia/py-openlp/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -2,6 +2,7 @@ PORTNAME= OpenLP PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ RUN_DEPENDS= py*-beautifulsoup<3.1:${POR py*-qt4-opengl>=0:${PORTSDIR}/x11/py-qt4-opengl \ py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \ py*-mako>0:${PORTSDIR}/textproc/py-mako \ - py*-migrate>=0:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ py*-sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 PYDISTUTILS_NOEGGINFO= yes Modified: head/www/py-imdbpy/Makefile ============================================================================== --- head/www/py-imdbpy/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/www/py-imdbpy/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -8,6 +8,7 @@ PORTNAME= imdbpy PORTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= SF/${PORTNAME}/IMDbPY/${PORTVERSION:S/.2//} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Retrieve and manage the data of the IMDb movie database RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}migrate>=0:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ ${PYTHON_PKGNAMEPREFIX}sqlobject>=0:${PORTSDIR}/databases/py-sqlobject From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:02:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A0B9803; Sun, 1 Sep 2013 13:02:57 +0000 (UTC) (envelope-from decke@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26C302A77; Sun, 1 Sep 2013 13:02:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81D2vAv001889; Sun, 1 Sep 2013 13:02:57 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81D2uWx001887; Sun, 1 Sep 2013 13:02:56 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201309011302.r81D2uWx001887@svn.freebsd.org> From: Bernhard Froehlich Date: Sun, 1 Sep 2013 13:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325855 - in head/devel/libtool: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:02:57 -0000 Author: decke Date: Sun Sep 1 13:02:56 2013 New Revision: 325855 URL: http://svnweb.freebsd.org/changeset/ports/325855 Log: - Add support for lang/clang33 from ports which installs it's binaries as clang33 and clang++33. Right now libtool fails for various ports and aks for a "--tag" flag because it tries to detect tag based on the binary name but doesn't know about clang33. PR: ports/179809 Submitted by: myself Approved by: maintainer timeout (9 weeks) Modified: head/devel/libtool/Makefile (contents, props changed) head/devel/libtool/files/patch-libltdl_config_ltmain.sh (contents, props changed) Modified: head/devel/libtool/Makefile ============================================================================== --- head/devel/libtool/Makefile Sun Sep 1 12:58:10 2013 (r325854) +++ head/devel/libtool/Makefile Sun Sep 1 13:02:56 2013 (r325855) @@ -7,6 +7,7 @@ PORTNAME?= libtool PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool Modified: head/devel/libtool/files/patch-libltdl_config_ltmain.sh ============================================================================== --- head/devel/libtool/files/patch-libltdl_config_ltmain.sh Sun Sep 1 12:58:10 2013 (r325854) +++ head/devel/libtool/files/patch-libltdl_config_ltmain.sh Sun Sep 1 13:02:56 2013 (r325855) @@ -4,8 +4,8 @@ $opt_debug + + # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc* clang" -+ tag_compilers_CXX="*c++ c++* *g++ g++* clang++" ++ tag_compilers_CC="*cc cc* *gcc gcc* clang*" ++ tag_compilers_CXX="*c++ c++* *g++ g++* clang++*" + base_compiler=`set -- "$@"; echo $1` + + # If $tagname isn't set, then try to infer if the default "CC" tag applies From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:07:19 2013 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 ESMTP id BF7CF906; Sun, 1 Sep 2013 13:07:19 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from cricket.hamla.org (cricket.hamla.org [206.251.255.31]) by mx1.freebsd.org (Postfix) with ESMTP id A4AC12A8B; Sun, 1 Sep 2013 13:07:19 +0000 (UTC) Received: from jubz (cpe-68-174-190-55.nyc.res.rr.com [68.174.190.55]) by cricket.hamla.org (Postfix) with ESMTPSA id 69FDB8A068; Sun, 1 Sep 2013 09:07:12 -0400 (EDT) Date: Sun, 1 Sep 2013 09:07:10 -0400 From: Sahil Tandon To: Anton Berezin Subject: Re: svn commit: r325805 - head/Mk Message-ID: <20130901130709.GA55745@jubz> References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130901105928.GG26604@heechee.tobez.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.3 at cricket.hamla.org X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sahil Tandon 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: Sun, 01 Sep 2013 13:07:19 -0000 On Sun, 2013-09-01 at 12:59:28 +0200, Anton Berezin wrote: [ .. ] > > => Attempting to fetch > > ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.11-20130825.tar.gz > > postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 > > kBps > > [: -eq: argument expected > > => Fetched file size mismatch (expected , actual 3959547) > > => Trying next site > > > > This only happens if the distfile does not already exist (and therefore > > needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is > > undefined. Notably, if I 'make fetch' first, and then 'make makesum', > > there is no problem. > > I see the same behavior. So, updating ports is kinda broken at the moment. Looking at this a bit more, and I believe it happens because the makesum target calls the fetch target with DISABLE_SIZE=yes, and earlier in bsd.port.mk, we have: .if !defined(DISABLE_SIZE) FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .endif Because CKSIZE is undefined, the following comparison inside the fetch target does not work as intended: if [ $${actual_size} -eq $${CKSIZE} ]; then \ Hope this helps. -- Sahil Tandon From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:20:36 2013 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 ESMTP id F3CF8B04 for ; Sun, 1 Sep 2013 13:20:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C291C2AFC for ; Sun, 1 Sep 2013 13:20:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DKZ7h037290 for ; Sun, 1 Sep 2013 13:20:35 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DKZKF037281 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:20:35 GMT (envelope-from bdrewery) Received: (qmail 1509 invoked from network); 1 Sep 2013 08:20:33 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:20:33 -0500 References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <2131634.G81FAWrTEc@dragon.dg> Mime-Version: 1.0 (1.0) In-Reply-To: <2131634.G81FAWrTEc@dragon.dg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <5EDD9B13-7764-46AB-A8FE-923491771633@FreeBSD.org> X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 1 Sep 2013 08:20:30 -0500 To: David Naylor Cc: "svn-ports-head@freebsd.org" , Alexey Dokuchaev , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:20:36 -0000 On Sep 1, 2013, at 1:49, David Naylor wrote: > On Saturday, 31 August 2013 09:15:57 Bryan Drewery wrote: >> On 8/31/2013 9:10 AM, Alexey Dokuchaev wrote: >>> On Sat, Aug 31, 2013 at 01:56:08PM +0000, Bryan Drewery wrote: >>>> New Revision: 325807 >>>> URL: http://svnweb.freebsd.org/changeset/ports/325807 >>>>=20 >>>> - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependencies >>>>=20 >>>> from existing packages and not fallback on building from source. >>>>=20 >>>> This is useful for package building tools such as poudriere and >>>> tinderbox >>>> to avoid building from source and confusing the build log, if a >>>> dependency >>>> failed to build for some reason. >>>=20 >>> I actually don't quite see the use for any of them. As for the build lo= g, >>> if I understand correctly what you're describing, usually it's *good* to= >>> "confuse" the log, as it's an indication of wrongly spelled _DEPENDS lin= e. >>>=20 >>> Am I missing some really warranted usage scenario for these knobs? >>>=20 >>> ./danfe >>=20 >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback on >> source. >>=20 >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >>=20 >> It has nothing to do with misspelling anything. >>=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool install >> the dependencies themselves, which tinderbox _and_ portbuild do wrong! >> Why reinvent the wheel. Let the ports framework install depenencies with >> 'build-depends', and use packages from already built. >=20 > Are you are referring to ports-mgmt/portbuilder? In which case I would li= ke=20 > to clarify that while the default behaviour is this, it can be changed usi= ng=20 > the '--method' argument. Also, portbuilder passes NO_DEPENDS to the build= and=20 > install stages, managing the installation of dependencies itself. No, I am referring to portbuild, the old cluster package tool on pointyhat. The tool should have as little logic as possible and rely on the ports frame= work as much as possible. > =20 >=20 > Regards From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:21:43 2013 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 ESMTP id EF535C1E for ; Sun, 1 Sep 2013 13:21:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5C5D2B2E for ; Sun, 1 Sep 2013 13:21:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DLgch038882 for ; Sun, 1 Sep 2013 13:21:42 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DLgsa038875 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:21:42 GMT (envelope-from bdrewery) Received: (qmail 16114 invoked from network); 1 Sep 2013 08:21:40 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:21:40 -0500 References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> Mime-Version: 1.0 (1.0) In-Reply-To: <20130901091427.GA77614@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 1 Sep 2013 08:21:37 -0500 To: Alexey Dokuchaev Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:21:43 -0000 On Sep 1, 2013, at 4:14, Alexey Dokuchaev wrote: > On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback on >> source. >>=20 >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >=20 > Yes, that's how I understood it. I still fail to see how it can be useful= > for regular ports users (vs. bulk builders like poudriere or tinderbox) It is not intended to. > Several things are immediately not clear to me: 1) as a ports user, I do > not have any binary packages repositories around (except tinderbox cache);= > 2) even if I would, how can it be decided on per-ports basis what *user* > wants to use, ports or packages: I don't see the reason to expose this at > the ports' Makefile level; 3) it looks (even without looking at the detail= s > of implementation) like some sort of hack, and that bothers me. >=20 >> It has nothing to do with misspelling anything. >=20 > I was referring to the cases when wrongly spelled LIB_DEPENDS results in > ports rebuilding already-installed-from-package dependencies because, say,= > package installs libfoo.so.4, but port says libfoo.so.3 because of missed > shlib version bump. In this case, build log would be polluted with the > build of the dependency, which normally would not happen (only lines like > "package libfoo-1.42 already installed" and "... depends on libfoo.so.4 - > found" should be there). >=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool install >> the dependencies themselves, which tinderbox _and_ portbuild do wrong! >=20 > Perhaps I don't quite understand this particular point here, but why not > fix tinderbox/portbuild instead? Are we talking about some really hard to= > track down and fix bug(s) here? >=20 >> The reason for _ONLY is that if a dependency failed to build, a port >> would still, in some race-condition cases, run build-depends, not find >> the dependency packages, then try to build them. Having no network >> access, it would hit fetch errors; it shouldn't be building missing >> dependencies, it should immediately fail because dependencies were not me= t. >>=20 >> The PR has more information and linked patches which demonstrate the issu= e: >>=20 >> http://www.bayofrum.net/~crees/scratch/log.log >>=20 >> With fix: >>=20 >> http://www.bayofrum.net/~crees/scratch/loglog.log >=20 > What I see exactly proves my point: these knobs belong inside the bulk > builder, not in the ports' Makefiles. If I would see, as a user, that I'm= > having some network problem, I would rather go and fix it, and continue > to play with my ports. This obviously may not work for bulk builders, > but that's totally different use case and definitely not something normal > ports users should case about or even know =3D see those USE_PACKAGE_DEPEN= DS* > knobs. >=20 > ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:23:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11F6DD00 for ; Sun, 1 Sep 2013 13:23:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEE6D2B35 for ; Sun, 1 Sep 2013 13:23:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DNPDF038936 for ; Sun, 1 Sep 2013 13:23:25 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DNPnO038929 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:23:25 GMT (envelope-from bdrewery) Received: (qmail 33387 invoked from network); 1 Sep 2013 08:23:23 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:23:23 -0500 References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> <20130901130709.GA55745@jubz> Mime-Version: 1.0 (1.0) In-Reply-To: <20130901130709.GA55745@jubz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325805 - head/Mk Date: Sun, 1 Sep 2013 08:23:19 -0500 To: Sahil Tandon Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Anton Berezin , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:23:26 -0000 Looking now Sent from my iPhone On Sep 1, 2013, at 8:07, Sahil Tandon wrote: > On Sun, 2013-09-01 at 12:59:28 +0200, Anton Berezin wrote: > [ .. ] >>> =3D> Attempting to fetch >>> ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.= 11-20130825.tar.gz >>> postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 >>> kBps >>> [: -eq: argument expected >>> =3D> Fetched file size mismatch (expected , actual 3959547) >>> =3D> Trying next site >>>=20 >>> This only happens if the distfile does not already exist (and therefore >>> needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is >>> undefined. Notably, if I 'make fetch' first, and then 'make makesum', >>> there is no problem. >>=20 >> I see the same behavior. So, updating ports is kinda broken at the momen= t. >=20 > Looking at this a bit more, and I believe it happens because the makesum > target calls the fetch target with DISABLE_SIZE=3Dyes, and earlier in > bsd.port.mk, we have: >=20 > .if !defined(DISABLE_SIZE) > FETCH_BEFORE_ARGS+=3D $${CKSIZE:+-S $$CKSIZE} > .endif >=20 > Because CKSIZE is undefined, the following comparison inside the fetch > target does not work as intended: >=20 > if [ $${actual_size} -eq $${CKSIZE} ]; then \ >=20 > Hope this helps. >=20 > --=20 > Sahil Tandon From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:31:51 2013 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 ESMTP id BE69CE6E for ; Sun, 1 Sep 2013 13:31:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A7FA2B8D for ; Sun, 1 Sep 2013 13:31:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DVp17040709 for ; Sun, 1 Sep 2013 13:31:51 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DVpqq040702 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:31:51 GMT (envelope-from bdrewery) Received: (qmail 19553 invoked from network); 1 Sep 2013 08:31:49 -0500 Received: from unknown (HELO ?192.168.1.215?) (freebsd@shatow.net@71.32.191.86) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:31:49 -0500 Message-ID: <522341BE.2070201@FreeBSD.org> Date: Sun, 01 Sep 2013 08:31:42 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r325807 - in head: . Mk References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> In-Reply-To: <20130901091427.GA77614@FreeBSD.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:31:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 9/1/2013 4:14 AM, Alexey Dokuchaev wrote: > On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback = on >> source. >> >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >=20 > Yes, that's how I understood it. I still fail to see how it can be use= ful > for regular ports users (vs. bulk builders like poudriere or tinderbox)= =2E > Several things are immediately not clear to me: 1) as a ports user, I d= o > not have any binary packages repositories around (except tinderbox cach= e); > 2) even if I would, how can it be decided on per-ports basis what *user= * > wants to use, ports or packages: I don't see the reason to expose this = at > the ports' Makefile level; 3) it looks (even without looking at the det= ails > of implementation) like some sort of hack, and that bothers me. >=20 >> It has nothing to do with misspelling anything. >=20 > I was referring to the cases when wrongly spelled LIB_DEPENDS results i= n > ports rebuilding already-installed-from-package dependencies because, s= ay, > package installs libfoo.so.4, but port says libfoo.so.3 because of miss= ed > shlib version bump. In this case, build log would be polluted with the= > build of the dependency, which normally would not happen (only lines li= ke > "package libfoo-1.42 already installed" and "... depends on libfoo.so.4= - > found" should be there). >=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool instal= l >> the dependencies themselves, which tinderbox _and_ portbuild do wrong!= >=20 > Perhaps I don't quite understand this particular point here, but why no= t > fix tinderbox/portbuild instead? Are we talking about some really hard= to > track down and fix bug(s) here? >=20 >> The reason for _ONLY is that if a dependency failed to build, a port >> would still, in some race-condition cases, run build-depends, not find= >> the dependency packages, then try to build them. Having no network >> access, it would hit fetch errors; it shouldn't be building missing >> dependencies, it should immediately fail because dependencies were not= met. >> >> The PR has more information and linked patches which demonstrate the i= ssue: >> >> http://www.bayofrum.net/~crees/scratch/log.log >> >> With fix: >> >> http://www.bayofrum.net/~crees/scratch/loglog.log >=20 > What I see exactly proves my point: these knobs belong inside the bulk > builder, not in the ports' Makefiles. If I would see, as a user, that = I'm > having some network problem, I would rather go and fix it, and continue= > to play with my ports. This obviously may not work for bulk builders, > but that's totally different use case and definitely not something norm= al > ports users should case about or even know =3D see those USE_PACKAGE_DE= PENDS* > knobs. Yes of course. As the log message said, USE_PACKAGE_DEPENDS *did not change*. This *adds a feature* for package building. >=20 > ./danfe >=20 --=20 Regards, Bryan Drewery --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSI0HCAAoJEG54KsA8mwz5miAP/jgdr9hnUJIISKccPkl+B5Bq /AaNfrCfa6atgfhMNrpabZcA+LBmKV8w7dQaYsmJ5QG0puOHhlEyb9237+N+2pHP YKkLU7TchwgxiO2vWIpzG76+RhAprxNi0++wxQ04l0wGM2SwlTsci36qs1YwtDod oaqZoQIN2P/wzunGyO9O3QAuEdyUJvgp/OvOG1CTldj5hESVxmgOMuHHsQIh68VV 79MyQoMtBIL9l066+faDm9cQIoCJEwwNEBBkz40gdXIApMtPIYbEAlSNUn3ByRe9 x+uVDZAWaFg01qsPGaLn3ti1TN2GcVyU7BWxQTeD+PrS4TI0Oxa5N8kePndRgO3q XNtDvumaZFCfUo75XrRyZNv6/C+ST0qB2LZyH/66dRnG7hfvIj87vSZhuZjyEgZ6 9qlMxH0NSS7ElYBF7AXooPbdj+MIvYuBIHNSN1ud6znsks+mA7iw5JsHOYxRm9CQ ebyZIFL9LsNeeO5QJWXACrPEl/pQNRV09rRZL2j47T3kk4eh7Y3o3oAxcj+/Jpf6 WqexVyldXQ0rAq1gpUbpQ2/UEWM7lIKFM12rr4JxmdY7lFOaNQDKVBk54VTQkVn0 yPCIiegV8HquXToxliGSgKnBuSeoJA/mklNv1/Op+/3qOQV5UIATWxLHVQaKUdd6 JQOqYEWq898vFlA31m9r =voHb -----END PGP SIGNATURE----- --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:42:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF7891EE; Sun, 1 Sep 2013 13:42:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC2412C19; Sun, 1 Sep 2013 13:42:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DglGA025117; Sun, 1 Sep 2013 13:42:47 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81DglPA025116; Sun, 1 Sep 2013 13:42:47 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309011342.r81DglPA025116@svn.freebsd.org> From: Bryan Drewery Date: Sun, 1 Sep 2013 13:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325856 - head/Mk 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.14 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: Sun, 01 Sep 2013 13:42:47 -0000 Author: bdrewery Date: Sun Sep 1 13:42:47 2013 New Revision: 325856 URL: http://svnweb.freebsd.org/changeset/ports/325856 Log: - Fix regression with 'makesum' from r325805 by respecting DISABLE_SIZE Reported by: sahil, tobez, many With hat: portmgr Pointyhat to: bdrewery Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Sep 1 13:02:56 2013 (r325855) +++ head/Mk/bsd.port.mk Sun Sep 1 13:42:47 2013 (r325856) @@ -3432,7 +3432,7 @@ do-fetch: esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ - if [ $${actual_size} -eq $${CKSIZE} ]; then \ + if [ -n "${DISABLE_SIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:43:16 2013 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 ESMTP id 77A3A2D1 for ; Sun, 1 Sep 2013 13:43:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 410602C22 for ; Sun, 1 Sep 2013 13:43:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DhF7P042454 for ; Sun, 1 Sep 2013 13:43:15 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DhFHF042448 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:43:15 GMT (envelope-from bdrewery) Received: (qmail 36880 invoked from network); 1 Sep 2013 08:43:13 -0500 Received: from unknown (HELO ?192.168.1.215?) (freebsd@shatow.net@71.32.191.86) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:43:13 -0500 Message-ID: <5223446E.1080806@FreeBSD.org> Date: Sun, 01 Sep 2013 08:43:10 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Anton Berezin Subject: Re: svn commit: r325805 - head/Mk References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> In-Reply-To: <20130901105928.GG26604@heechee.tobez.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Sahil Tandon , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 13:43:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 9/1/2013 5:59 AM, Anton Berezin wrote: > On Sat, Aug 31, 2013 at 05:58:41PM -0400, Sahil Tandon wrote: >> On Sat, 2013-08-31 at 13:22:02 +0000, Bryan Drewery wrote: >> >>> Log: >>> - make fetch/checksum: If a fetched file does not match the expecte= d size, >>> delete it and try the next site, if there is one to try. >> [...] >>> + actual_size=3D`stat -f %z "$${file}"`; \ >>> + if [ $${actual_size} -eq $${CKSIZE} ]; then \ >>> + continue 2; \ >>> + else \ >>> + ${ECHO_MSG} "=3D> Fetched file size mismatch (expected $${CKSI= ZE}, actual $${actual_size})"; \ >>> + if [ $${sites_remaining} -gt 1 ]; then \ >>> + ${ECHO_MSG} "=3D> Trying next site"; \ >>> + ${RM} -f $${file}; \ >>> + fi; \ >>> + fi; \ >>> fi; \ >>> done; \ >>> ${ECHO_MSG} "=3D> Couldn't fetch it - please try to retrieve this= ";\ >> >> I have not had time to properly investigate, but could the above expla= in >> the following behavior? Or, perhaps I've messed up something in my >> local environment. Sorry for the line-wraps: >> Fixed, sorry about that. --=20 Regards, Bryan Drewery --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSI0RvAAoJEG54KsA8mwz5+4oQAKONf2Rj70xAj5xopvCx2nLQ Dbr1/C6Qdct7VE9vNchidChyPuhL8/OblxkFUpTlH9XQCBStFTIxUpUC6PzUCuvk HK8o2JefwBYXXtJKsQuI7BS3xcod8EkVjG9kn7vqwDt3dns9E6nyCPVW+v3w/Zvz iEgzEW51INEmiue8tU3vHi07XFLNltyJd7YzEGZeL8DTzbb5jC+KYWxrVtzxH4Wv 0x9692pMXuVh/BS5eZryEPruvN6vUmSbx9rLPgq5OQYXLjFQqy5jtAfrWvbFaGgH CQGnrqPBVWm4sXsbMjMz1lwOu9p2WaXnDGolaZAAz2OmmqBCuh6wECupoky/eYrs b6HUO/Qm897KcFWhK9JOvHcKx42u5fb6GhNnTqQEjWjzsdoJwE35awd/cQ1ODPaE uw77Hu1FUepaoBKC9Qo2BR/1agNE11yzxaWmbfxbBl56tJdCqU+8Ug4dYhu+YIp2 zXm0MxmUnTrGW1OSbnP511TdK7Q5QEmpGmfv9fMqGYTISotcFQCoBrUdAa0k9jwU ERAXs5EclCjKs+jKiwByYuupokteMCohQ74Y6reNcCQNzmp2qOZM6JWTp1rjwYtD HSGgyU1PDWu0WwIvTydim0oNHk97ojsMnHAeR8EoKGUGP2x0eAQhXPsIKBiUBqjb A8pLeGFSCfJxYYrv7af4 =DJqD -----END PGP SIGNATURE----- --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:25:12 2013 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 ESMTP id 72FA1C33; Sun, 1 Sep 2013 14:25:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 523422E7C; Sun, 1 Sep 2013 14:25:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81EPCq4049330; Sun, 1 Sep 2013 14:25:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81EPB4v049325; Sun, 1 Sep 2013 14:25:11 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309011425.r81EPB4v049325@svn.freebsd.org> From: John Marino Date: Sun, 1 Sep 2013 14:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325857 - in head/devel/opencl: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 14:25:12 -0000 Author: marino Date: Sun Sep 1 14:25:11 2013 New Revision: 325857 URL: http://svnweb.freebsd.org/changeset/ports/325857 Log: devel/opencl: Unbreak fetch This port has been unfetchable for some time due to a checksum mismatch. PR: ports/180338 Submitted by: Oliver Hartmann (maintainer) Added: head/devel/opencl/files/ head/devel/opencl/files/patch-cl.hpp (contents, props changed) head/devel/opencl/pkg-message (contents, props changed) Modified: head/devel/opencl/Makefile head/devel/opencl/distinfo Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Sun Sep 1 13:42:47 2013 (r325856) +++ head/devel/opencl/Makefile Sun Sep 1 14:25:11 2013 (r325857) @@ -3,7 +3,7 @@ PORTNAME= opencl PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/ DISTFILES= opencl.h cl_platform.h cl.h cl_ext.h cl_dx9_media_sharing.h \ @@ -12,21 +12,27 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= MAINTAINER= ohartman@zedat.fu-berlin.de -COMMENT= Open Computing Language (OpenCL) specifications V1.2 +COMMENT= Open Computing Language (OpenCL) specifications V1.2 (header files) CONFLICTS= opencl-1.[0-1] NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_DIRS= include/CL +PLIST_DIRS+= include/CL .for f in ${DISTFILES} PLIST_FILES+=include/CL/$f .endfor +pre-patch: + @${MKDIR} ${WRKSRC} +.for f in ${DISTFILES} + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ +.endfor + do-install: - ${MKDIR} ${PREFIX}/include/CL - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.h ${PREFIX}/include/CL - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.hpp ${PREFIX}/include/CL + @${MKDIR} ${PREFIX}/include/CL +.for f in ${DISTFILES} + @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/CL +.endfor .include Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Sun Sep 1 13:42:47 2013 (r325856) +++ head/devel/opencl/distinfo Sun Sep 1 14:25:11 2013 (r325857) @@ -4,8 +4,8 @@ SHA256 (opencl/cl_platform.h) = e212b89b SIZE (opencl/cl_platform.h) = 41127 SHA256 (opencl/cl.h) = a5465c2ed1a0687878c8f7aa25f94626d7cd3a3868163ecaa6e8b36d6ed52368 SIZE (opencl/cl.h) = 61545 -SHA256 (opencl/cl_ext.h) = 3eafb74bc1b9456fd0e12393bfe65e48c9b3246d3c36b9f69ac253f73e0b50c7 -SIZE (opencl/cl_ext.h) = 11540 +SHA256 (opencl/cl_ext.h) = d23a11d1daebe39c6f5a9743f356bb58cdf0bf5a2019c723a6e2dc1e7dcb0360 +SIZE (opencl/cl_ext.h) = 13646 SHA256 (opencl/cl_dx9_media_sharing.h) = 26fb40bac8e229747bdc27b350b836e3703c1e946cb40893f4c8ab2289203920 SIZE (opencl/cl_dx9_media_sharing.h) = 5157 SHA256 (opencl/cl_d3d10.h) = c7adb38a19663ee240977afc64903f4638d9c5c03ca478793c9f7a15c1c6ac2b @@ -16,5 +16,5 @@ SHA256 (opencl/cl_gl.h) = aa49d380177ac5 SIZE (opencl/cl_gl.h) = 7343 SHA256 (opencl/cl_gl_ext.h) = 4d663bbfc932ab405623e5f5d1bba3f438351d0ead65e1ccdd9bb769caf7a7d0 SIZE (opencl/cl_gl_ext.h) = 2630 -SHA256 (opencl/cl.hpp) = 006671ee638a29a95c19bf37fbbf71ec8df445d2ea46df81f65faaff2d8a5133 -SIZE (opencl/cl.hpp) = 272297 +SHA256 (opencl/cl.hpp) = d7c8f5c17f88e098dc9f71d80e4b7408fab353e2828b0ba4d4bb55adaa427e83 +SIZE (opencl/cl.hpp) = 277155 Added: head/devel/opencl/files/patch-cl.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opencl/files/patch-cl.hpp Sun Sep 1 14:25:11 2013 (r325857) @@ -0,0 +1,52 @@ +--- cl.hpp.orig 2013-09-01 13:35:56.642641000 +0000 ++++ cl.hpp +@@ -210,11 +210,10 @@ + #include + #endif + +-#if defined(linux) || defined(__APPLE__) || defined(__MACOSX) ++#if defined(linux) || defined(__APPLE__) || defined(__MACOSX) \ ++ || defined(__FreeBSD__) || defined(__DragonFly__) + #include + +-#include +-#include + #endif // linux + + #include +@@ -1037,7 +1036,7 @@ namespace detail { + #endif // !_WIN32 + } + +- inline void fence() { _mm_mfence(); } ++ inline void fence() { __sync_synchronize(); } + }; // namespace detail + + +@@ -2037,6 +2036,26 @@ public: + #endif // #if defined(CL_VERSION_1_1) + }; + ++template ++cl_int detail::GetInfoHelper >:: ++ get(Func f, cl_uint name, VECTOR_CLASS* param) ++ { ++ ::size_t required; ++ cl_int err = f(name, 0, NULL, &required); ++ if (err != CL_SUCCESS) { ++ return err; ++ } ++ ++ cl_device_id* value = (cl_device_id*) alloca(required); ++ err = f(name, required, value, NULL); ++ if (err != CL_SUCCESS) { ++ return err; ++ } ++ ++ param->assign(&value[0], &value[required/sizeof(cl_device_id)]); ++ return CL_SUCCESS; ++ } ++ + /*! \brief Class interface for cl_platform_id. + * + * \note Copies of these objects are inexpensive, since they don't 'own' Added: head/devel/opencl/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opencl/pkg-message Sun Sep 1 14:25:11 2013 (r325857) @@ -0,0 +1,4 @@ +OpenCL is the first open, royalty-free standard for cross-platform, +parallel programming of modern processors. + +Patchset provided by POCL developers for cl.hpp applied. From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:36:31 2013 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 ESMTP id BD50EFB9; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA4A52F4E; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81EaVQQ055577; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81EaVHM055576; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201309011436.r81EaVHM055576@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 1 Sep 2013 14:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325858 - head/www/mawstats 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.14 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: Sun, 01 Sep 2013 14:36:31 -0000 Author: itetcu Date: Sun Sep 1 14:36:31 2013 New Revision: 325858 URL: http://svnweb.freebsd.org/changeset/ports/325858 Log: Deprecate, set for removal in the beginnign of 2014 because upstream ceased development. PR: ports/180387 Submitted by: Maintainer (Frank Wall) Modified: head/www/mawstats/Makefile Modified: head/www/mawstats/Makefile ============================================================================== --- head/www/mawstats/Makefile Sun Sep 1 14:25:11 2013 (r325857) +++ head/www/mawstats/Makefile Sun Sep 1 14:36:31 2013 (r325858) @@ -1,7 +1,4 @@ -# New ports collection makefile for: mawstats -# Date created: Mon Apr 26 19:03:51 CEST 2010 -# Whom: Frank Wall -# +# Created by: Frank Wall # $FreeBSD$ # @@ -15,6 +12,9 @@ COMMENT= MAWStats is a Free Web Site Sta RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats +DEPRECATED= Upstream development dead, use www/[j]awstats instead +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:51:04 2013 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 ESMTP id A23AC645; Sun, 1 Sep 2013 14:51:04 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3CD20D5; Sun, 1 Sep 2013 14:51:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Ep4uM064936; Sun, 1 Sep 2013 14:51:04 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Ep4sQ064934; Sun, 1 Sep 2013 14:51:04 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011451.r81Ep4sQ064934@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 14:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325859 - head/databases/p5-Dancer-Plugin-Database 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.14 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: Sun, 01 Sep 2013 14:51:04 -0000 Author: tobez Date: Sun Sep 1 14:51:03 2013 New Revision: 325859 URL: http://svnweb.freebsd.org/changeset/ports/325859 Log: Update to 2.08. Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes Modified: head/databases/p5-Dancer-Plugin-Database/Makefile head/databases/p5-Dancer-Plugin-Database/distinfo Modified: head/databases/p5-Dancer-Plugin-Database/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Database/Makefile Sun Sep 1 14:36:31 2013 (r325858) +++ head/databases/p5-Dancer-Plugin-Database/Makefile Sun Sep 1 14:51:03 2013 (r325859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-Database -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer-Plugin-Database/distinfo ============================================================================== --- head/databases/p5-Dancer-Plugin-Database/distinfo Sun Sep 1 14:36:31 2013 (r325858) +++ head/databases/p5-Dancer-Plugin-Database/distinfo Sun Sep 1 14:51:03 2013 (r325859) @@ -1,2 +1,2 @@ -SHA256 (Dancer-Plugin-Database-2.07.tar.gz) = c7b84be30300d6d894186e0c21213cf38f3cff0d273b76ef90ce64ec6a0232fb -SIZE (Dancer-Plugin-Database-2.07.tar.gz) = 19429 +SHA256 (Dancer-Plugin-Database-2.08.tar.gz) = a6c2525ebd535972a52b94d058c7909bba092307f9955ed3028b2a6205a77816 +SIZE (Dancer-Plugin-Database-2.08.tar.gz) = 19575 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:03:51 2013 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 ESMTP id F28B59B1; Sun, 1 Sep 2013 15:03:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D02D921C6; Sun, 1 Sep 2013 15:03:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F3oqB072173; Sun, 1 Sep 2013 15:03:50 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F3oFU072167; Sun, 1 Sep 2013 15:03:50 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011503.r81F3oFU072167@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 15:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325860 - head/misc/compat9x 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.14 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: Sun, 01 Sep 2013 15:03:51 -0000 Author: garga Date: Sun Sep 1 15:03:49 2013 New Revision: 325860 URL: http://svnweb.freebsd.org/changeset/ports/325860 Log: Update to 9.1.901000.201309, added libstdc++ that will be removed from head Requested by: bapt@ Modified: head/misc/compat9x/Makefile head/misc/compat9x/distinfo head/misc/compat9x/pkg-plist.amd64 head/misc/compat9x/pkg-plist.i386 Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat9x/Makefile Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/Makefile Sun Sep 1 15:03:49 2013 (r325860) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat9x -PORTVERSION= 9.1.901000.201308 +PORTVERSION= 9.1.901000.201309 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat Modified: head/misc/compat9x/distinfo ============================================================================== --- head/misc/compat9x/distinfo Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/distinfo Sun Sep 1 15:03:49 2013 (r325860) @@ -1,4 +1,4 @@ -SHA256 (compat9x-amd64-9.1.901000.201308.tar.xz) = 00d0a8088d468b47a592fdc12a7eb3cc8469e089ec644ef74a38bea61d369dda -SIZE (compat9x-amd64-9.1.901000.201308.tar.xz) = 2351532 -SHA256 (compat9x-i386-9.1.901000.201308.tar.xz) = c088f5141c9552042ba00b321bcf289b4d504498b88d0c03e8e32707b5f39dd4 -SIZE (compat9x-i386-9.1.901000.201308.tar.xz) = 1213844 +SHA256 (compat9x-amd64-9.1.901000.201309.tar.xz) = 5679787b1bf77d10bd4c2991e804b1bb6b442dcd449e65e3c91e153fd6687ced +SIZE (compat9x-amd64-9.1.901000.201309.tar.xz) = 2790836 +SHA256 (compat9x-i386-9.1.901000.201309.tar.xz) = d5fd1006bb8d71aaa1aefd510684d58c6ac3f846e4f415eb72340d9f5708f085 +SIZE (compat9x-i386-9.1.901000.201309.tar.xz) = 1438932 Modified: head/misc/compat9x/pkg-plist.amd64 ============================================================================== --- head/misc/compat9x/pkg-plist.amd64 Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/pkg-plist.amd64 Sun Sep 1 15:03:49 2013 (r325860) @@ -16,6 +16,7 @@ lib/compat/libncp.so.4 lib/compat/libodialog.so.7 lib/compat/libroken.so.10 lib/compat/libssl.so.6 +lib/compat/libstdc++.so.6 lib/compat/libusb.so.2 lib32/compat/libarchive.so.5 lib32/compat/libasn1.so.10 @@ -35,6 +36,7 @@ lib32/compat/libncp.so.4 lib32/compat/libodialog.so.7 lib32/compat/libroken.so.10 lib32/compat/libssl.so.6 +lib32/compat/libstdc++.so.6 lib32/compat/libusb.so.2 @dirrmtry lib/compat @dirrmtry lib32/compat Modified: head/misc/compat9x/pkg-plist.i386 ============================================================================== --- head/misc/compat9x/pkg-plist.i386 Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/pkg-plist.i386 Sun Sep 1 15:03:49 2013 (r325860) @@ -16,5 +16,6 @@ lib/compat/libncp.so.4 lib/compat/libodialog.so.7 lib/compat/libroken.so.10 lib/compat/libssl.so.6 +lib/compat/libstdc++.so.6 lib/compat/libusb.so.2 @dirrmtry lib/compat From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:05:09 2013 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 ESMTP id 14585A9E; Sun, 1 Sep 2013 15:05:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00C3421D4; Sun, 1 Sep 2013 15:05:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F585u072901; Sun, 1 Sep 2013 15:05:08 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F58gM072890; Sun, 1 Sep 2013 15:05:08 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011505.r81F58gM072890@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 15:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325861 - head/misc/compat8x 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.14 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: Sun, 01 Sep 2013 15:05:09 -0000 Author: garga Date: Sun Sep 1 15:05:07 2013 New Revision: 325861 URL: http://svnweb.freebsd.org/changeset/ports/325861 Log: Update to 8.4.804000.201309: - Drop broken sparc64 support - Use XZ - Add libstdc++, that will be removed from head [1] Requested by: bapt@ [1] Deleted: head/misc/compat8x/pkg-plist.sparc64 Modified: head/misc/compat8x/Makefile head/misc/compat8x/distinfo head/misc/compat8x/pkg-plist.amd64 head/misc/compat8x/pkg-plist.i386 Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/Makefile Sun Sep 1 15:05:07 2013 (r325861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat8x -PORTVERSION= 8.4.804000.201306.1 +PORTVERSION= 8.4.804000.201309 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -11,14 +11,13 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERS MAINTAINER= garga@FreeBSD.org COMMENT= A convenience package to install the compat8x libraries -USE_BZIP2= yes +USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} -WRKSRC= ${WRKDIR}/${PORTNAME}-${ARCH}-8.4.804000.201306 .include Modified: head/misc/compat8x/distinfo ============================================================================== --- head/misc/compat8x/distinfo Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/distinfo Sun Sep 1 15:05:07 2013 (r325861) @@ -1,4 +1,4 @@ -SHA256 (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 0fac2c13e54e3381e24e2d8c12391e7b184b59b255ffa43f4e92e2867fc0f000 -SIZE (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 625998 -SHA256 (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 5f8da9c68822bca651180daa1e7d3a2a635b7ba4d99b7e202b4737dc9ddddca8 -SIZE (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 312064 +SHA256 (compat8x-amd64-8.4.804000.201309.tar.xz) = f75db4b4922612b7c6876b51affd432012ab09bc2ce8cdca4a7c181521b8e698 +SIZE (compat8x-amd64-8.4.804000.201309.tar.xz) = 889828 +SHA256 (compat8x-i386-8.4.804000.201309.tar.xz) = ec7bd8f900f3f7e9c695c66e709d85d4d839fb68aa20bd6ca5d39cdd8beb6cb2 +SIZE (compat8x-i386-8.4.804000.201309.tar.xz) = 482692 Modified: head/misc/compat8x/pkg-plist.amd64 ============================================================================== --- head/misc/compat8x/pkg-plist.amd64 Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/pkg-plist.amd64 Sun Sep 1 15:05:07 2013 (r325861) @@ -7,6 +7,7 @@ lib/compat/libopie.so.6 lib/compat/libpcap.so.7 lib/compat/librtld_db.so.1 lib/compat/libsbuf.so.5 +lib/compat/libstdc++.so.6 lib/compat/libtacplus.so.4 lib/compat/libufs.so.5 lib/compat/libutil.so.8 @@ -19,6 +20,7 @@ lib32/compat/libopie.so.6 lib32/compat/libpcap.so.7 lib32/compat/librtld_db.so.1 lib32/compat/libsbuf.so.5 +lib32/compat/libstdc++.so.6 lib32/compat/libtacplus.so.4 lib32/compat/libufs.so.5 lib32/compat/libutil.so.8 Modified: head/misc/compat8x/pkg-plist.i386 ============================================================================== --- head/misc/compat8x/pkg-plist.i386 Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/pkg-plist.i386 Sun Sep 1 15:05:07 2013 (r325861) @@ -7,6 +7,7 @@ lib/compat/libopie.so.6 lib/compat/libpcap.so.7 lib/compat/librtld_db.so.1 lib/compat/libsbuf.so.5 +lib/compat/libstdc++.so.6 lib/compat/libtacplus.so.4 lib/compat/libufs.so.5 lib/compat/libutil.so.8 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:06:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49206C52; Sun, 1 Sep 2013 15:06:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 347A421F6; Sun, 1 Sep 2013 15:06:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F6nJ5073907; Sun, 1 Sep 2013 15:06:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F6kVY073885; Sun, 1 Sep 2013 15:06:46 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309011506.r81F6kVY073885@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Sep 2013 15:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325862 - in head: . comms comms/ib-kmod comms/uticom deskutils deskutils/chmsee devel devel/dsss devel/libgiigic games games/koth graphics graphics/libggigcp graphics/libggimisc graphi... 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.14 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: Sun, 01 Sep 2013 15:06:49 -0000 Author: rene Date: Sun Sep 1 15:06:45 2013 New Revision: 325862 URL: http://svnweb.freebsd.org/changeset/ports/325862 Log: Remove expired ports: 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained Deleted: head/comms/ib-kmod/ head/comms/uticom/ head/deskutils/chmsee/ head/devel/dsss/ head/devel/libgiigic/ head/games/koth/ head/graphics/libggigcp/ head/graphics/libggimisc/ head/graphics/libggiwmh/ head/graphics/phpsview/ head/graphics/qcamview/ head/graphics/spcaview/ head/lang/gdc/ head/misc/usbrh/ head/net-im/cli-msn/ head/net/atmsupport/ head/net/ipex/ head/net/libproxy-mozjs/ head/security/openvpn22/ head/www/cacheboy15-devel/ head/www/helixplugin/ head/www/moonshine/ head/x11-toolkits/wxd/ head/x11/ggiterm/ Modified: head/MOVED head/comms/Makefile head/deskutils/Makefile head/devel/Makefile head/games/Makefile head/graphics/Makefile head/lang/Makefile head/misc/Makefile head/net-im/Makefile head/net/Makefile head/security/Makefile head/www/Makefile head/x11-toolkits/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 1 15:05:07 2013 (r325861) +++ head/MOVED Sun Sep 1 15:06:45 2013 (r325862) @@ -4895,3 +4895,27 @@ japanese/bugzilla3|japanese/bugzilla42|2 russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version net-im/licq-console||2013-08-30|No longer maintained upstream databases/py-migrate|databases/py-sqlalchemy-migrate|2013-09-01|Rename to reflect official project name +lang/gdc||2013-09-01|Has expired: Broken for more than 6 month +net-im/cli-msn||2013-09-01|Has expired: MSN Messenger service terminated 30 APR 2013 +x11-toolkits/wxd||2013-09-01|Has expired: Depends on deprecated lang/gdc +security/openvpn22||2013-09-01|Has expired: Please migrate to a newer OpenVPN version +devel/dsss||2013-09-01|Has expired: Depends on expired lang/gdc +graphics/qcamview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +www/cacheboy15-devel||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +graphics/spcaview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +comms/uticom||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/ipex||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +graphics/phpsview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +misc/usbrh||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/atmsupport||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +comms/ib-kmod||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/libproxy-mozjs||2013-09-01|Has expired: Does not work with newer libxul +www/helixplugin||2013-09-01|Has expired: Does not work with newer libxul +deskutils/chmsee||2013-09-01|Has expired: Does not work with newer libxul +www/moonshine||2013-09-01|Has expired: Does not work with newer libxul +x11/ggiterm||2013-09-01|Has expired: Unmaintained and broken +graphics/libggigcp||2013-09-01|Has expired: Unmaintained +graphics/libggimisc||2013-09-01|Has expired: Unmaintained +graphics/libggiwmh||2013-09-01|Has expired: Unmaintained +devel/libgiigic||2013-09-01|Has expired: Unmaintained +games/koth||2013-09-01|Has expired: Unmaintained Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/comms/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -64,7 +64,6 @@ SUBDIR += hcidump SUBDIR += hf SUBDIR += hylafax - SUBDIR += ib-kmod SUBDIR += ibp SUBDIR += java-commapi SUBDIR += java-commapi-freebsd @@ -159,7 +158,6 @@ SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += usrp - SUBDIR += uticom SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/deskutils/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -26,7 +26,6 @@ SUBDIR += charmap SUBDIR += charmtimetracker SUBDIR += checkrdf - SUBDIR += chmsee SUBDIR += clipit SUBDIR += conduit SUBDIR += conkyemail Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/devel/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -372,7 +372,6 @@ SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython - SUBDIR += dsss SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump @@ -1007,7 +1006,6 @@ SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii - SUBDIR += libgiigic SUBDIR += libgit2 SUBDIR += libglade SUBDIR += libglade-java Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/games/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -463,7 +463,6 @@ SUBDIR += kolf SUBDIR += kollision SUBDIR += konquest - SUBDIR += koth SUBDIR += kpat SUBDIR += krank SUBDIR += kreversi Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/graphics/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -505,9 +505,6 @@ SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi - SUBDIR += libggigcp - SUBDIR += libggimisc - SUBDIR += libggiwmh SUBDIR += libgltext SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference @@ -770,7 +767,6 @@ SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += phplot - SUBDIR += phpsview SUBDIR += picpuz SUBDIR += picturebook SUBDIR += picviz @@ -876,7 +872,6 @@ SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg - SUBDIR += qcamview SUBDIR += qcomicbook SUBDIR += qcread SUBDIR += qgis @@ -979,7 +974,6 @@ SUBDIR += sketch SUBDIR += sng SUBDIR += sodipodi - SUBDIR += spcaview SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/lang/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -97,7 +97,6 @@ SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcl - SUBDIR += gdc SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/misc/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -463,7 +463,6 @@ SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes - SUBDIR += usbrh SUBDIR += usbrh-libusb SUBDIR += utftools SUBDIR += vera Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/net-im/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -13,7 +13,6 @@ SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc - SUBDIR += cli-msn SUBDIR += climm SUBDIR += coccinella SUBDIR += convey Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/net/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -33,7 +33,6 @@ SUBDIR += asterisk11 SUBDIR += asterisk14 SUBDIR += asterisk14-addons - SUBDIR += atmsupport SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd @@ -253,7 +252,6 @@ SUBDIR += ip6_int SUBDIR += ipa_ip6fw SUBDIR += ipa_ipfw - SUBDIR += ipex SUBDIR += ipfw-graph SUBDIR += ipgrab SUBDIR += iplog @@ -337,7 +335,6 @@ SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-kde - SUBDIR += libproxy-mozjs SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/security/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -369,7 +369,6 @@ SUBDIR += openvpn-auth-radius SUBDIR += openvpn-beta SUBDIR += openvpn-devel - SUBDIR += openvpn22 SUBDIR += ophcrack SUBDIR += opieprint SUBDIR += orthrus Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/www/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -68,7 +68,6 @@ SUBDIR += bugmenot-firefox SUBDIR += c-icap SUBDIR += c-icap-modules - SUBDIR += cacheboy15-devel SUBDIR += cacheboy16 SUBDIR += cadaver SUBDIR += cakephp11 @@ -274,7 +273,6 @@ SUBDIR += hastymail2 SUBDIR += hastymail2-devel SUBDIR += havp - SUBDIR += helixplugin SUBDIR += helma SUBDIR += hiawatha SUBDIR += hinventory-client @@ -551,7 +549,6 @@ SUBDIR += moodle23 SUBDIR += moodle24 SUBDIR += moodle25 - SUBDIR += moonshine SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/x11-toolkits/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -271,7 +271,6 @@ SUBDIR += vte-reference SUBDIR += vtkfox SUBDIR += wmapp - SUBDIR += wxd SUBDIR += wxgtk26 SUBDIR += wxgtk26-common SUBDIR += wxgtk26-contrib Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/x11/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -71,7 +71,6 @@ SUBDIR += gdesklets-tasklist SUBDIR += gdkxft SUBDIR += gdm - SUBDIR += ggiterm SUBDIR += glproto SUBDIR += gmessage SUBDIR += gmrun From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:14:50 2013 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 ESMTP id 969E4DAC; Sun, 1 Sep 2013 15:14:50 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 824B92263; Sun, 1 Sep 2013 15:14:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FEo9l079155; Sun, 1 Sep 2013 15:14:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FEoF2079154; Sun, 1 Sep 2013 15:14:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309011514.r81FEoF2079154@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Sep 2013 15:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325863 - head/www/chromium 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.14 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: Sun, 01 Sep 2013 15:14:50 -0000 Author: rene Date: Sun Sep 1 15:14:49 2013 New Revision: 325863 URL: http://svnweb.freebsd.org/changeset/ports/325863 Log: Add back -fno-stack-protector to CFLAGS Submitted by: George Liaskos / Peter Harrison (four.harrisons@googlemail.com) Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Sep 1 15:06:45 2013 (r325862) +++ head/www/chromium/Makefile Sun Sep 1 15:14:49 2013 (r325863) @@ -17,6 +17,8 @@ COMMENT= Mostly BSD-licensed web browser LICENSE= BSD LGPL21 MPL LICENSE_COMB= multi +CFLAGS+= -fno-stack-protector + BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:19:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92AEAEC5; Sun, 1 Sep 2013 15:19:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 800722289; Sun, 1 Sep 2013 15:19:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FJnhH081119; Sun, 1 Sep 2013 15:19:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FJm9Y081113; Sun, 1 Sep 2013 15:19:48 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011519.r81FJm9Y081113@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 15:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325864 - in head: devel/clanlib devel/clanlib/files games/super_methane_brothers 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.14 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: Sun, 01 Sep 2013 15:19:49 -0000 Author: rm Date: Sun Sep 1 15:19:48 2013 New Revision: 325864 URL: http://svnweb.freebsd.org/changeset/ports/325864 Log: - update to 2.3.7 - chase the update in games/super_methane_brothers - convert USE_GMAKE to USES, while here PR: 181491 Submitted by: chris petrik (maintainer) Deleted: head/devel/clanlib/files/patch-Sources__Core__System__Unix__init_linux.cpp head/devel/clanlib/files/patch-Sources__Core__System__system.cpp Modified: head/devel/clanlib/Makefile head/devel/clanlib/distinfo head/games/super_methane_brothers/Makefile Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clanlib -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.3.7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ @@ -21,12 +20,12 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j mikmod:${PORTSDIR}/audio/libmikmod \ vorbis:${PORTSDIR}/audio/libvorbis \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre + pcre:${PORTSDIR}/devel/pcre \ + execinfo:${PORTSDIR}/devel/libexecinfo -USE_GMAKE= yes USE_GCC= yes USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes USE_SQLITE= yes @@ -56,5 +55,10 @@ PLIST_SUB+= VER=${PORTVERSION:R} \ post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure - + @${REINPLACE_CMD} -e '114 s|/proc/self/exe|/proc/curproc/file|g' \ + ${WRKSRC}/Sources/Core/System/Unix/init_linux.cpp + @${REINPLACE_CMD} -e 's|APPLE|FreeBSD|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp + @${REINPLACE_CMD} -e '47 s|#ifndef __FreeBSD__|#if !defined(__FreeBSD__)|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp .include Modified: head/devel/clanlib/distinfo ============================================================================== --- head/devel/clanlib/distinfo Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/distinfo Sun Sep 1 15:19:48 2013 (r325864) @@ -1,2 +1,2 @@ -SHA256 (ClanLib-2.3.6.tgz) = b8dc9b41028bf16c0a6082aa15cdee5d8b1ecd5256797576970f09a63e3fafde -SIZE (ClanLib-2.3.6.tgz) = 25605576 +SHA256 (ClanLib-2.3.7.tgz) = d46127c08103f48d15936ceb9f95b3dfb1ff8ccba667cef1b3f8e639cb2601c2 +SIZE (ClanLib-2.3.7.tgz) = 26132425 Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/games/super_methane_brothers/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -3,6 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} @@ -16,10 +17,9 @@ LICENSE= GPLv2 LIB_DEPENDS= clan23Core:${PORTSDIR}/devel/clanlib \ execinfo:${PORTSDIR}/devel/libexecinfo -USES= pkgconfig +USES= gmake pkgconfig USE_GCC= yes USE_GL= glu -USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:33:32 2013 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 ESMTP id 75871251; Sun, 1 Sep 2013 15:33:32 +0000 (UTC) (envelope-from mva@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48D62236E; Sun, 1 Sep 2013 15:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FXWgs090337; Sun, 1 Sep 2013 15:33:32 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FXV17090333; Sun, 1 Sep 2013 15:33:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011533.r81FXV17090333@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 15:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325865 - head/x11-fm/emelfm2 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.14 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: Sun, 01 Sep 2013 15:33:32 -0000 Author: mva Date: Sun Sep 1 15:33:31 2013 New Revision: 325865 URL: http://svnweb.freebsd.org/changeset/ports/325865 Log: - Update to 0.9.0 Modified: head/x11-fm/emelfm2/Makefile head/x11-fm/emelfm2/distinfo (contents, props changed) head/x11-fm/emelfm2/pkg-plist Modified: head/x11-fm/emelfm2/Makefile ============================================================================== --- head/x11-fm/emelfm2/Makefile Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/Makefile Sun Sep 1 15:33:31 2013 (r325865) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= emelfm2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.0 CATEGORIES= x11-fm MASTER_SITES= http://emelfm2.net/rel/ Modified: head/x11-fm/emelfm2/distinfo ============================================================================== --- head/x11-fm/emelfm2/distinfo Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/distinfo Sun Sep 1 15:33:31 2013 (r325865) @@ -1,2 +1,2 @@ -SHA256 (emelfm2-0.8.2.tar.bz2) = 230bf59f2bbf22d56f434bb9b5e7a2eb9bb7c608fc0b6749dd462a8b6f5fe881 -SIZE (emelfm2-0.8.2.tar.bz2) = 1117651 +SHA256 (emelfm2-0.9.0.tar.bz2) = 0f50b859e82ec26bd71eb23a5de9f1223b3af2d05744afa6eb395cdbb28f5fdb +SIZE (emelfm2-0.9.0.tar.bz2) = 1135533 Modified: head/x11-fm/emelfm2/pkg-plist ============================================================================== --- head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:33:31 2013 (r325865) @@ -13,6 +13,7 @@ lib/emelfm2/plugins/e2p_names_clip.so lib/emelfm2/plugins/e2p_pack.so lib/emelfm2/plugins/e2p_rename.so lib/emelfm2/plugins/e2p_selmatch.so +lib/emelfm2/plugins/e2p_shred.so lib/emelfm2/plugins/e2p_sort_by_ext.so lib/emelfm2/plugins/e2p_tag.so lib/emelfm2/plugins/e2p_times.so @@ -80,8 +81,9 @@ share/pixmaps/emelfm2/plugin_foreach_48. share/pixmaps/emelfm2/plugin_glob_48.png share/pixmaps/emelfm2/plugin_move_48.png share/pixmaps/emelfm2/plugin_pack_48.png -share/pixmaps/emelfm2/plugin_selmatch_48.png share/pixmaps/emelfm2/plugin_rename_48.png +share/pixmaps/emelfm2/plugin_selmatch_48.png +share/pixmaps/emelfm2/plugin_shred_48.png share/pixmaps/emelfm2/plugin_timeset_48.png share/pixmaps/emelfm2/plugin_tag_48.png %%TRACKER%%share/pixmaps/emelfm2/plugin_track_48.png @@ -101,6 +103,7 @@ share/pixmaps/emelfm2/user_commands_48.p share/pixmaps/emelfm2/view_48.png @dirrm share/pixmaps/emelfm2 %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/application-registry @dirrmtry share/applications @dirrm lib/emelfm2/plugins @dirrm lib/emelfm2 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:33:47 2013 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 ESMTP id 2C06B32A; Sun, 1 Sep 2013 15:33:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 197832370; Sun, 1 Sep 2013 15:33:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FXkQM090458; Sun, 1 Sep 2013 15:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FXkKV090457; Sun, 1 Sep 2013 15:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011533.r81FXkKV090457@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325866 - head/science/udunits 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.14 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: Sun, 01 Sep 2013 15:33:47 -0000 Author: sunpoet Date: Sun Sep 1 15:33:46 2013 New Revision: 325866 URL: http://svnweb.freebsd.org/changeset/ports/325866 Log: - Convert to new LIB_DEPENDS format Suggested by: wg Modified: head/science/udunits/Makefile Modified: head/science/udunits/Makefile ============================================================================== --- head/science/udunits/Makefile Sun Sep 1 15:33:31 2013 (r325865) +++ head/science/udunits/Makefile Sun Sep 1 15:33:46 2013 (r325866) @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating units of physical quantities -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:43:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 389B7555; Sun, 1 Sep 2013 15:43:36 +0000 (UTC) (envelope-from mva@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D98E23D9; Sun, 1 Sep 2013 15:43:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FhZbh095990; Sun, 1 Sep 2013 15:43:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FhZJ5095987; Sun, 1 Sep 2013 15:43:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011543.r81FhZJ5095987@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 15:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325867 - in head/lang: python python2 python3 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.14 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: Sun, 01 Sep 2013 15:43:36 -0000 Author: mva Date: Sun Sep 1 15:43:35 2013 New Revision: 325867 URL: http://svnweb.freebsd.org/changeset/ports/325867 Log: - improve the python meta port descriptions Requested by: demon@ Reviewed by: demon@ Modified: head/lang/python/pkg-descr (contents, props changed) head/lang/python2/pkg-descr head/lang/python3/pkg-descr Modified: head/lang/python/pkg-descr ============================================================================== --- head/lang/python/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python interpreter and provides symbolic links +to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with +version agnostic python scripts. WWW: http://www.python.org/ Modified: head/lang/python2/pkg-descr ============================================================================== --- head/lang/python2/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python2/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python 2.x interpreter and provides symbolic links +to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with +minor version agnostic python scripts. WWW: http://www.python.org/ Modified: head/lang/python3/pkg-descr ============================================================================== --- head/lang/python3/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python3/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python 3.x interpreter and provides symbolic links +to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with +minor version agnostic python scripts. WWW: http://www.python.org/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:49:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C627474E; Sun, 1 Sep 2013 15:49:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B308E242A; Sun, 1 Sep 2013 15:49:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FnqRD098343; Sun, 1 Sep 2013 15:49:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Fnqk2098342; Sun, 1 Sep 2013 15:49:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011549.r81Fnqk2098342@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325868 - head/www/httrack 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.14 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: Sun, 01 Sep 2013 15:49:52 -0000 Author: sunpoet Date: Sun Sep 1 15:49:52 2013 New Revision: 325868 URL: http://svnweb.freebsd.org/changeset/ports/325868 Log: - Fix USE_LDCONFIG: remove unnecessary ${PREFIX}/lib which affects lib-depends: output for ports with new LIB_DEPENDS format Here is an example % cd /usr/ports/science/udunits % make build ===> udunits-2.1.24_1 depends on package: libtool>=2.4 - found ===> udunits-2.1.24_1 depends on shared library: libexpat.so - found - found It was caused by duplicate /usr/local/lib entry in $$dirs in bsd.port.mk lib-depends: Modified: head/www/httrack/Makefile Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sun Sep 1 15:43:35 2013 (r325867) +++ head/www/httrack/Makefile Sun Sep 1 15:49:52 2013 (r325868) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= libtool -USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USES= gmake iconv MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:50:19 2013 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 ESMTP id 6E91382E; Sun, 1 Sep 2013 15:50:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42BED2430; Sun, 1 Sep 2013 15:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FoJu4098748; Sun, 1 Sep 2013 15:50:19 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FoIIY098742; Sun, 1 Sep 2013 15:50:18 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309011550.r81FoIIY098742@svn.freebsd.org> From: Koop Mast Date: Sun, 1 Sep 2013 15:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325869 - in head/devel/desktop-file-utils: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 15:50:19 -0000 Author: kwm Date: Sun Sep 1 15:50:18 2013 New Revision: 325869 URL: http://svnweb.freebsd.org/changeset/ports/325869 Log: Update to 0.22. desktop-file-validate add DBusActivatable key to allowed keys warn about OnlyShowIn in Action groups allow validating multiple desktop files improve help output update man page update-desktop-database list only once a desktop file per mime type Deleted: head/devel/desktop-file-utils/files/patch-src_update-desktop-database.c Modified: head/devel/desktop-file-utils/Makefile head/devel/desktop-file-utils/distinfo Modified: head/devel/desktop-file-utils/Makefile ============================================================================== --- head/devel/desktop-file-utils/Makefile Sun Sep 1 15:49:52 2013 (r325868) +++ head/devel/desktop-file-utils/Makefile Sun Sep 1 15:50:18 2013 (r325869) @@ -3,20 +3,19 @@ # $MCom: ports/trunk/devel/desktop-file-utils/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= desktop-file-utils -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A couple of command line utilities for working with desktop entries +COMMENT= Couple of command line utilities for working with desktop entries -USES= pkgconfig gettext +USES= gettext gmake pkgconfig USE_GNOME= glib20 USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir -CONFIGURE_ENV= EMACS="no" LIBS="-lintl" +CONFIGURE_ENV= EMACS="no" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/desktop-file-utils/distinfo ============================================================================== --- head/devel/desktop-file-utils/distinfo Sun Sep 1 15:49:52 2013 (r325868) +++ head/devel/desktop-file-utils/distinfo Sun Sep 1 15:50:18 2013 (r325869) @@ -1,2 +1,2 @@ -SHA256 (desktop-file-utils-0.21.tar.xz) = b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b -SIZE (desktop-file-utils-0.21.tar.xz) = 128972 +SHA256 (desktop-file-utils-0.22.tar.xz) = 843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 +SIZE (desktop-file-utils-0.22.tar.xz) = 131028 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:52:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3F5B917; Sun, 1 Sep 2013 15:52:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F43C245B; Sun, 1 Sep 2013 15:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FqOoC001668; Sun, 1 Sep 2013 15:52:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FqOia001649; Sun, 1 Sep 2013 15:52:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011552.r81FqOia001649@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325870 - head/graphics/gdal 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.14 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: Sun, 01 Sep 2013 15:52:24 -0000 Author: sunpoet Date: Sun Sep 1 15:52:23 2013 New Revision: 325870 URL: http://svnweb.freebsd.org/changeset/ports/325870 Log: - Update to 1.10.1 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Sep 1 15:50:18 2013 (r325869) +++ head/graphics/gdal/Makefile Sun Sep 1 15:52:23 2013 (r325870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Sun Sep 1 15:50:18 2013 (r325869) +++ head/graphics/gdal/distinfo Sun Sep 1 15:52:23 2013 (r325870) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.10.0.tar.gz) = 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 -SIZE (gdal-1.10.0.tar.gz) = 10232486 +SHA256 (gdal-1.10.1.tar.gz) = 9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea +SIZE (gdal-1.10.1.tar.gz) = 10241357 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:55:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8566DA2E; Sun, 1 Sep 2013 15:55:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7306D2476; Sun, 1 Sep 2013 15:55:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FtQdJ002798; Sun, 1 Sep 2013 15:55:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FtQS5002797; Sun, 1 Sep 2013 15:55:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011555.r81FtQS5002797@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325871 - head/Mk 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.14 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: Sun, 01 Sep 2013 15:55:26 -0000 Author: sunpoet Date: Sun Sep 1 15:55:25 2013 New Revision: 325871 URL: http://svnweb.freebsd.org/changeset/ports/325871 Log: - Add shared GTA description Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Sun Sep 1 15:52:23 2013 (r325870) +++ head/Mk/bsd.options.desc.mk Sun Sep 1 15:55:25 2013 (r325871) @@ -121,6 +121,7 @@ GRASS_DESC?= GRASS support GSM_DESC?= GSM codec support GSSAPI_DESC?= GSSAPI support GSTREAMER_DESC?= Multimedia support via GStreamer +GTA_DESC?= Generic Tagged Array (GTA) support GTK1_DESC?= GTK+ 1 GUI toolkit support GTK2_DESC?= GTK+ 2 GUI toolkit support GTK3_DESC?= GTK+ 3 GUI toolkit support From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:40:34 2013 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 ESMTP id 83F566F; Sun, 1 Sep 2013 16:40:34 +0000 (UTC) (envelope-from mva@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71A8126B1; Sun, 1 Sep 2013 16:40:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GeYcb028591; Sun, 1 Sep 2013 16:40:34 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GeYAG028588; Sun, 1 Sep 2013 16:40:34 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011640.r81GeYAG028588@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 16:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325872 - head/x11-fm/emelfm2 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.14 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: Sun, 01 Sep 2013 16:40:34 -0000 Author: mva Date: Sun Sep 1 16:40:33 2013 New Revision: 325872 URL: http://svnweb.freebsd.org/changeset/ports/325872 Log: - fix PLIST after the update Modified: head/x11-fm/emelfm2/pkg-plist Modified: head/x11-fm/emelfm2/pkg-plist ============================================================================== --- head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:55:25 2013 (r325871) +++ head/x11-fm/emelfm2/pkg-plist Sun Sep 1 16:40:33 2013 (r325872) @@ -103,7 +103,6 @@ share/pixmaps/emelfm2/user_commands_48.p share/pixmaps/emelfm2/view_48.png @dirrm share/pixmaps/emelfm2 %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/application-registry @dirrmtry share/applications @dirrm lib/emelfm2/plugins @dirrm lib/emelfm2 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:44:52 2013 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 ESMTP id 3858B2A6; Sun, 1 Sep 2013 16:44:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 168432704; Sun, 1 Sep 2013 16:44:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GipTH031650; Sun, 1 Sep 2013 16:44:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GipwJ031646; Sun, 1 Sep 2013 16:44:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309011644.r81GipwJ031646@svn.freebsd.org> From: Antoine Brodin Date: Sun, 1 Sep 2013 16:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325873 - in head/devel: . py-docopt 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.14 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: Sun, 01 Sep 2013 16:44:52 -0000 Author: antoine Date: Sun Sep 1 16:44:50 2013 New Revision: 325873 URL: http://svnweb.freebsd.org/changeset/ports/325873 Log: New port: py-docopt docopt helps you: - define interface for your command-line app, and - automatically generate parser for it. WWW: http://docopt.org/ Added: head/devel/py-docopt/ head/devel/py-docopt/Makefile (contents, props changed) head/devel/py-docopt/distinfo (contents, props changed) head/devel/py-docopt/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 1 16:40:33 2013 (r325872) +++ head/devel/Makefile Sun Sep 1 16:44:50 2013 (r325873) @@ -3509,6 +3509,7 @@ SUBDIR += py-distorm SUBDIR += py-distribute SUBDIR += py-distutils-extra + SUBDIR += py-docopt SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo Added: head/devel/py-docopt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/Makefile Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,40 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= docopt +PORTVERSION= 0.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Pythonic argument parser, that will make you smile + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +PORTDOCS= README.rst +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + +PORTEXAMPLES= * +EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} + +OPTIONS_DEFINE= DOCS EXAMPLES + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} +.endif + +.include Added: head/devel/py-docopt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/distinfo Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,2 @@ +SHA256 (docopt-0.6.1.tar.gz) = 71ad940a773fbc23be6093e9476ad57b2ecec446946a28d30127501f3b29aa35 +SIZE (docopt-0.6.1.tar.gz) = 25815 Added: head/devel/py-docopt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/pkg-descr Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,5 @@ +docopt helps you: +- define interface for your command-line app, and +- automatically generate parser for it. + +WWW: http://docopt.org/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:45:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1487393; Sun, 1 Sep 2013 16:45:59 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEA582710; Sun, 1 Sep 2013 16:45:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Gjxxx032250; Sun, 1 Sep 2013 16:45:59 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Gjx4f032249; Sun, 1 Sep 2013 16:45:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011645.r81Gjx4f032249@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325874 - head/devel/egypt 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.14 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: Sun, 01 Sep 2013 16:45:59 -0000 Author: az Date: Sun Sep 1 16:45:59 2013 New Revision: 325874 URL: http://svnweb.freebsd.org/changeset/ports/325874 Log: - Resolve of using USE_PERL5_RUN and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/devel/egypt/Makefile (contents, props changed) Modified: head/devel/egypt/Makefile ============================================================================== --- head/devel/egypt/Makefile Sun Sep 1 16:44:50 2013 (r325873) +++ head/devel/egypt/Makefile Sun Sep 1 16:45:59 2013 (r325874) @@ -1,9 +1,5 @@ -# New ports collection makefile for: egypt -# Date created: 21 April 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= egypt PORTVERSION= 1.10 @@ -16,8 +12,10 @@ COMMENT= Create call graphs of C program LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5_RUN= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= egypt + MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:51:09 2013 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 ESMTP id 8FAE0543; Sun, 1 Sep 2013 16:51:09 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C5882770; Sun, 1 Sep 2013 16:51:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Gp9lh036209; Sun, 1 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Gp9l6036206; Sun, 1 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011651.r81Gp9l6036206@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325875 - head/devel/p5-Log-Log4perl-Appender-RabbitMQ 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.14 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: Sun, 01 Sep 2013 16:51:09 -0000 Author: az Date: Sun Sep 1 16:51:08 2013 New Revision: 325875 URL: http://svnweb.freebsd.org/changeset/ports/325875 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile (contents, props changed) head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr (contents, props changed) Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile Sun Sep 1 16:45:59 2013 (r325874) +++ head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile Sun Sep 1 16:51:08 2013 (r325875) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Log4perl-Appender-RabbitMQ -# Date created: 2010-09-09 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Log-Log4perl-Appender-RabbitMQ PORTVERSION= 0.102220 @@ -27,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/l4p-tmpl MAN3= Log::Log4perl::Appender::RabbitMQ.3 -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr Sun Sep 1 16:45:59 2013 (r325874) +++ head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr Sun Sep 1 16:51:08 2013 (r325875) @@ -1,3 +1,3 @@ Perl module which allows logging to RabbitMQ -WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-RabbitMQ/ +WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-RabbitMQ/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:53:12 2013 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 ESMTP id AEA3D642; Sun, 1 Sep 2013 16:53:12 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A75F2787; Sun, 1 Sep 2013 16:53:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GrCDN037012; Sun, 1 Sep 2013 16:53:12 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GrCrm037011; Sun, 1 Sep 2013 16:53:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011653.r81GrCrm037011@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325876 - head/devel/p5-MooseX-Has-Sugar 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.14 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: Sun, 01 Sep 2013 16:53:12 -0000 Author: az Date: Sun Sep 1 16:53:11 2013 New Revision: 325876 URL: http://svnweb.freebsd.org/changeset/ports/325876 Log: - Resolve of using -PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/devel/p5-MooseX-Has-Sugar/Makefile (contents, props changed) Modified: head/devel/p5-MooseX-Has-Sugar/Makefile ============================================================================== --- head/devel/p5-MooseX-Has-Sugar/Makefile Sun Sep 1 16:51:08 2013 (r325875) +++ head/devel/p5-MooseX-Has-Sugar/Makefile Sun Sep 1 16:53:11 2013 (r325876) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-MooseX-Has-Sugar -# Date created: 16 Nov, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= MooseX-Has-Sugar PORTVERSION= 0.05070421 @@ -23,8 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.61:${PORTSDIR p5-Module-Build>=0.4002:${PORTSDIR}/devel/p5-Module-Build RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= MooseX::Has::Sugar.3 \ MooseX::Has::Sugar::Saccharin.3 \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:59:12 2013 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 ESMTP id D5626879; Sun, 1 Sep 2013 16:59:12 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C310327C9; Sun, 1 Sep 2013 16:59:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GxChi039261; Sun, 1 Sep 2013 16:59:12 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GxCsK039259; Sun, 1 Sep 2013 16:59:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011659.r81GxCsK039259@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325877 - head/devel/p5-Path-Resource 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.14 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: Sun, 01 Sep 2013 16:59:12 -0000 Author: az Date: Sun Sep 1 16:59:12 2013 New Revision: 325877 URL: http://svnweb.freebsd.org/changeset/ports/325877 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Path-Resource/Makefile (contents, props changed) head/devel/p5-Path-Resource/pkg-descr (contents, props changed) Modified: head/devel/p5-Path-Resource/Makefile ============================================================================== --- head/devel/p5-Path-Resource/Makefile Sun Sep 1 16:53:11 2013 (r325876) +++ head/devel/p5-Path-Resource/Makefile Sun Sep 1 16:59:12 2013 (r325877) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Resource -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Path-Resource PORTVERSION= 0.072 @@ -26,8 +22,8 @@ RUN_DEPENDS= p5-Path-Abstract>0:${PORTSD TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ p5-Test-Lazy>=0:${PORTSDIR}/devel/p5-Test-Lazy -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Resource.3 Path::Resource::Base.3 Modified: head/devel/p5-Path-Resource/pkg-descr ============================================================================== --- head/devel/p5-Path-Resource/pkg-descr Sun Sep 1 16:53:11 2013 (r325876) +++ head/devel/p5-Path-Resource/pkg-descr Sun Sep 1 16:59:12 2013 (r325877) @@ -2,4 +2,4 @@ Path::Resource is a module for combining with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. -WWW: http://search.cpan.org/dist/Path-Resource/ +WWW: http://search.cpan.org/dist/Path-Resource/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:01:36 2013 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 ESMTP id 4C65397F; Sun, 1 Sep 2013 17:01:36 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20D5F2804; Sun, 1 Sep 2013 17:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H1Z0A042281; Sun, 1 Sep 2013 17:01:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H1ZPj042276; Sun, 1 Sep 2013 17:01:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011701.r81H1ZPj042276@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325878 - head/devel/p5-Test-Kwalitee 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.14 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: Sun, 01 Sep 2013 17:01:36 -0000 Author: az Date: Sun Sep 1 17:01:35 2013 New Revision: 325878 URL: http://svnweb.freebsd.org/changeset/ports/325878 Log: - Resolve of using PERL_CONFIGURE and PERL_MODBUILD together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Test-Kwalitee/Makefile (contents, props changed) head/devel/p5-Test-Kwalitee/pkg-descr (contents, props changed) Modified: head/devel/p5-Test-Kwalitee/Makefile ============================================================================== --- head/devel/p5-Test-Kwalitee/Makefile Sun Sep 1 16:59:12 2013 (r325877) +++ head/devel/p5-Test-Kwalitee/Makefile Sun Sep 1 17:01:35 2013 (r325878) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Kwalitee -# Date created: 2008-02-14 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Test-Kwalitee PORTVERSION= 1.01 @@ -15,17 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Test the Kwalitee of a distribution before you release it -BUILD_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ +BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature -RUN_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ +RUN_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::Kwalitee.3 Modified: head/devel/p5-Test-Kwalitee/pkg-descr ============================================================================== --- head/devel/p5-Test-Kwalitee/pkg-descr Sun Sep 1 16:59:12 2013 (r325877) +++ head/devel/p5-Test-Kwalitee/pkg-descr Sun Sep 1 17:01:35 2013 (r325878) @@ -1,3 +1,3 @@ Test::Kwalitee - Test the Kwalitee of a distribution before you release it. -WWW: http://search.cpan.org/dist/Test-Kwalitee/ +WWW: http://search.cpan.org/dist/Test-Kwalitee/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:03:28 2013 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 ESMTP id 5397DA98; Sun, 1 Sep 2013 17:03:28 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4123F2824; Sun, 1 Sep 2013 17:03:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H3SqD043209; Sun, 1 Sep 2013 17:03:28 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H3R9e043207; Sun, 1 Sep 2013 17:03:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011703.r81H3R9e043207@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325879 - head/devel/p5-Tie-LLHash 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.14 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: Sun, 01 Sep 2013 17:03:28 -0000 Author: az Date: Sun Sep 1 17:03:27 2013 New Revision: 325879 URL: http://svnweb.freebsd.org/changeset/ports/325879 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Tie-LLHash/Makefile (contents, props changed) head/devel/p5-Tie-LLHash/pkg-descr (contents, props changed) Modified: head/devel/p5-Tie-LLHash/Makefile ============================================================================== --- head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:01:35 2013 (r325878) +++ head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:03:27 2013 (r325879) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-LLHash -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Tie-LLHash PORTVERSION= 1.003 @@ -15,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl module which implements an ordered hash-like object -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::LLHash.3 Modified: head/devel/p5-Tie-LLHash/pkg-descr ============================================================================== --- head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:01:35 2013 (r325878) +++ head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:03:27 2013 (r325879) @@ -2,4 +2,4 @@ Perl module which implements an ordered a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. -WWW: http://search.cpan.org/dist/Tie-LLHash/ +WWW: http://search.cpan.org/dist/Tie-LLHash/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:05:53 2013 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 ESMTP id 750EFBFA; Sun, 1 Sep 2013 17:05:53 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62BCB2863; Sun, 1 Sep 2013 17:05:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H5rx6044241; Sun, 1 Sep 2013 17:05:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H5rmd044238; Sun, 1 Sep 2013 17:05:53 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011705.r81H5rmd044238@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325880 - head/devel/p5-UUID 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.14 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: Sun, 01 Sep 2013 17:05:53 -0000 Author: az Date: Sun Sep 1 17:05:52 2013 New Revision: 325880 URL: http://svnweb.freebsd.org/changeset/ports/325880 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr and adjust URL look With hat: perl@ Modified: head/devel/p5-UUID/Makefile (contents, props changed) head/devel/p5-UUID/pkg-descr (contents, props changed) Modified: head/devel/p5-UUID/Makefile ============================================================================== --- head/devel/p5-UUID/Makefile Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/Makefile Sun Sep 1 17:05:52 2013 (r325880) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-UUID -# Date created: 2011-07-10 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= UUID PORTVERSION= 0.04 @@ -17,8 +13,8 @@ COMMENT= Perl extension for using UUID i LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= UUID.3 Modified: head/devel/p5-UUID/pkg-descr ============================================================================== --- head/devel/p5-UUID/pkg-descr Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/pkg-descr Sun Sep 1 17:05:52 2013 (r325880) @@ -1,3 +1,3 @@ UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. -WWW: http://search.cpan.org/~jnh/UUID/ +WWW: http://search.cpan.org/dist/UUID/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:10:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A81EE5F; Sun, 1 Sep 2013 17:10:02 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECAB02898; Sun, 1 Sep 2013 17:10:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HA13A045959; Sun, 1 Sep 2013 17:10:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HA1CM045957; Sun, 1 Sep 2013 17:10:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011710.r81HA1CM045957@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325881 - head/devel/perlconsole 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.14 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: Sun, 01 Sep 2013 17:10:02 -0000 Author: az Date: Sun Sep 1 17:10:01 2013 New Revision: 325881 URL: http://svnweb.freebsd.org/changeset/ports/325881 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/devel/perlconsole/Makefile (contents, props changed) Modified: head/devel/perlconsole/Makefile ============================================================================== --- head/devel/perlconsole/Makefile Sun Sep 1 17:05:52 2013 (r325880) +++ head/devel/perlconsole/Makefile Sun Sep 1 17:10:01 2013 (r325881) @@ -1,9 +1,5 @@ -# New ports collection makefile for: perlconsole -# Date created: 9 October 2007 -# Whom: Philippe Audeoud -# +# Created by: Philippe Audeoud # $FreeBSD$ -# PORTNAME= perlconsole PORTVERSION= 0.4 @@ -20,8 +16,9 @@ RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSD p5-Lexical-Persistence>=0:${PORTSDIR}/devel/p5-Lexical-Persistence \ p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= perlconsole PORTDOCS= README \ AUTHORS \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:12:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A38B8F68; Sun, 1 Sep 2013 17:12:04 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90D6528D9; Sun, 1 Sep 2013 17:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HC4Gr048879; Sun, 1 Sep 2013 17:12:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HC4Sl048878; Sun, 1 Sep 2013 17:12:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011712.r81HC4Sl048878@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325882 - head/mail/ezmlm-web 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.14 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: Sun, 01 Sep 2013 17:12:04 -0000 Author: az Date: Sun Sep 1 17:12:03 2013 New Revision: 325882 URL: http://svnweb.freebsd.org/changeset/ports/325882 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert USE_GMAKE to Uses - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/mail/ezmlm-web/Makefile (contents, props changed) Modified: head/mail/ezmlm-web/Makefile ============================================================================== --- head/mail/ezmlm-web/Makefile Sun Sep 1 17:10:01 2013 (r325881) +++ head/mail/ezmlm-web/Makefile Sun Sep 1 17:12:03 2013 (r325882) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezmlm-web -# Date Created: 18 May 2000 -# Whom: Guy Antony Halse -# +# Created by: Guy Antony Halse # $FreeBSD$ -# PORTNAME= ezmlm-web PORTVERSION= 3.2 @@ -21,9 +17,9 @@ EXAMPLES= apache.conf.dist ezmlmwebrc.di htaccess.dist multidomain.conf.dist webusers.dist DOCS= INSTALL README TODO UPGRADING changelog copyright -USE_GMAKE= yes -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= gmake perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= ezmlm-web.cgi post-patch: ${REINPLACE_CMD} -e 's|local/share|share|' \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:15:22 2013 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 ESMTP id 0C741126; Sun, 1 Sep 2013 17:15:22 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE09E2907; Sun, 1 Sep 2013 17:15:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HFLoW050155; Sun, 1 Sep 2013 17:15:21 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HFLTQ050152; Sun, 1 Sep 2013 17:15:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011715.r81HFLTQ050152@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325883 - head/mail/imaputils 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.14 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: Sun, 01 Sep 2013 17:15:22 -0000 Author: az Date: Sun Sep 1 17:15:21 2013 New Revision: 325883 URL: http://svnweb.freebsd.org/changeset/ports/325883 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5_RUN together - Convert to new perl5 framework - Remove an indefinite article from COMMENT line - Use shebangfix for runable files With hat: perl@ Modified: head/mail/imaputils/Makefile (contents, props changed) Modified: head/mail/imaputils/Makefile ============================================================================== --- head/mail/imaputils/Makefile Sun Sep 1 17:12:03 2013 (r325882) +++ head/mail/imaputils/Makefile Sun Sep 1 17:15:21 2013 (r325883) @@ -7,14 +7,15 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= m.tsatsenko@gmail.com -COMMENT= A number of tools and scripts for use with IMAP servers +COMMENT= Number of tools and scripts for use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USE_PERL5_RUN= yes +USES= perl5 shebangfix +USE_PERL5= configure NO_BUILD= yes -PERL_CONFIGURE= yes +SHEBANG_FILES= bin/* OPTIONS_DEFINE= SSL UNICODE From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:17:12 2013 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 ESMTP id 11DD221F; Sun, 1 Sep 2013 17:17:12 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34AC291A; Sun, 1 Sep 2013 17:17:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HHBML050983; Sun, 1 Sep 2013 17:17:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HHB3o050982; Sun, 1 Sep 2013 17:17:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011717.r81HHB3o050982@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325884 - head/mail/slapd-cyrus 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.14 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: Sun, 01 Sep 2013 17:17:12 -0000 Author: az Date: Sun Sep 1 17:17:11 2013 New Revision: 325884 URL: http://svnweb.freebsd.org/changeset/ports/325884 Log: - Resolve of using PERL_MODBUILD and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/mail/slapd-cyrus/Makefile (contents, props changed) Modified: head/mail/slapd-cyrus/Makefile ============================================================================== --- head/mail/slapd-cyrus/Makefile Sun Sep 1 17:15:21 2013 (r325883) +++ head/mail/slapd-cyrus/Makefile Sun Sep 1 17:17:11 2013 (r325884) @@ -1,9 +1,5 @@ -# New ports collection makefile for: slapd-cyrus -# Date created: Wed 16 Sep 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= slapd-cyrus PORTVERSION= 1.00 @@ -24,9 +20,8 @@ BUILD_DEPENDS= cyrus-imapd>=0:${PORTSDIR p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes - -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_SUB= SITE_PERL_REL=${SITE_PERL_REL} \ DOCS_DIR_REL=${DOCSDIR_REL} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:18:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B7B238F; Sun, 1 Sep 2013 17:18:50 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 880DE2953; Sun, 1 Sep 2013 17:18:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HIoYe051518; Sun, 1 Sep 2013 17:18:50 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HIoV1051516; Sun, 1 Sep 2013 17:18:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011718.r81HIoV1051516@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325885 - head/multimedia/mp3cd 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.14 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: Sun, 01 Sep 2013 17:18:50 -0000 Author: az Date: Sun Sep 1 17:18:49 2013 New Revision: 325885 URL: http://svnweb.freebsd.org/changeset/ports/325885 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/multimedia/mp3cd/Makefile (contents, props changed) head/multimedia/mp3cd/pkg-descr (contents, props changed) Modified: head/multimedia/mp3cd/Makefile ============================================================================== --- head/multimedia/mp3cd/Makefile Sun Sep 1 17:17:11 2013 (r325884) +++ head/multimedia/mp3cd/Makefile Sun Sep 1 17:18:49 2013 (r325885) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3cd -# Date created: 2009-06-15 -# Whom: Sylvio Cesar -# +# Created by: Sylvio Cesar # $FreeBSD$ -# PORTNAME= mp3cd PORTVERSION= 1.027 @@ -17,8 +13,9 @@ COMMENT= Perl script that burns MP3 to a BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= scripts/mp3cd MAN1= mp3cd.1 MANCOMPRESS= yes Modified: head/multimedia/mp3cd/pkg-descr ============================================================================== --- head/multimedia/mp3cd/pkg-descr Sun Sep 1 17:17:11 2013 (r325884) +++ head/multimedia/mp3cd/pkg-descr Sun Sep 1 17:18:49 2013 (r325885) @@ -1,4 +1,4 @@ mp3cd is a perl script that normalizes and burns MP3, OGG, and WAV files to audio CDs. -WWW: http://outflux.net +WWW: http://outflux.net From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:19:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EDBF3484; Sun, 1 Sep 2013 17:19:39 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA6F22961; Sun, 1 Sep 2013 17:19:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HJdST051909; Sun, 1 Sep 2013 17:19:39 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HJdKK051908; Sun, 1 Sep 2013 17:19:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011719.r81HJdKK051908@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325886 - head/net/p5-Net-RabbitMQ 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.14 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: Sun, 01 Sep 2013 17:19:40 -0000 Author: az Date: Sun Sep 1 17:19:39 2013 New Revision: 325886 URL: http://svnweb.freebsd.org/changeset/ports/325886 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/net/p5-Net-RabbitMQ/Makefile (contents, props changed) Modified: head/net/p5-Net-RabbitMQ/Makefile ============================================================================== --- head/net/p5-Net-RabbitMQ/Makefile Sun Sep 1 17:18:49 2013 (r325885) +++ head/net/p5-Net-RabbitMQ/Makefile Sun Sep 1 17:19:39 2013 (r325886) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-RabbitMQ -# Date created: 2010-09-07 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Net-RabbitMQ PORTVERSION= 0.2.0 @@ -18,8 +14,8 @@ COMMENT= Perl module to interact with Ra BUILD_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::RabbitMQ.3 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:21:41 2013 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 ESMTP id 6D17E58C; Sun, 1 Sep 2013 17:21:41 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB14299D; Sun, 1 Sep 2013 17:21:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HLfhh054785; Sun, 1 Sep 2013 17:21:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HLfXs054783; Sun, 1 Sep 2013 17:21:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011721.r81HLfXs054783@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325887 - head/net/p5-Queue-Beanstalk 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.14 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: Sun, 01 Sep 2013 17:21:41 -0000 Author: az Date: Sun Sep 1 17:21:40 2013 New Revision: 325887 URL: http://svnweb.freebsd.org/changeset/ports/325887 Log: - Resolve of using PERL_CONFIGURE and PERL_MODBUILD together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/net/p5-Queue-Beanstalk/Makefile (contents, props changed) Modified: head/net/p5-Queue-Beanstalk/Makefile ============================================================================== --- head/net/p5-Queue-Beanstalk/Makefile Sun Sep 1 17:19:39 2013 (r325886) +++ head/net/p5-Queue-Beanstalk/Makefile Sun Sep 1 17:21:40 2013 (r325887) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Queue-Beanstalk -# Date created: 2008-05-06 -# Whom: Anton Yuzhaninov -# +# Created by: Anton Yuzhaninov # $FreeBSD$ -# PORTNAME= Queue-Beanstalk PORTVERSION= 0.02 @@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citrin@citrin.ru COMMENT= Client for beanstalkd, in-memory workqueue daemon -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Queue::Beanstalk.3 PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm" From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:23:34 2013 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 ESMTP id 68D79691; Sun, 1 Sep 2013 17:23:34 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5507829B7; Sun, 1 Sep 2013 17:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HNYkw055543; Sun, 1 Sep 2013 17:23:34 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HNYSM055542; Sun, 1 Sep 2013 17:23:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011723.r81HNYSM055542@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325888 - head/net-mgmt/ocsinventory-agent 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.14 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: Sun, 01 Sep 2013 17:23:34 -0000 Author: az Date: Sun Sep 1 17:23:33 2013 New Revision: 325888 URL: http://svnweb.freebsd.org/changeset/ports/325888 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework With hat: perl@ Modified: head/net-mgmt/ocsinventory-agent/Makefile (contents, props changed) Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:21:40 2013 (r325887) +++ head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:23:33 2013 (r325888) @@ -20,9 +20,9 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils +USES= perl5 FETCH_ARGS= -USE_PERL5= yes -PERL_CONFIGURE= yes +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAN1= ocsinventory-agent.1 MAN3= Ocsinventory::Agent::XML::Inventory.3 \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:26:14 2013 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 ESMTP id 9AD5F79C; Sun, 1 Sep 2013 17:26:14 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8803529D4; Sun, 1 Sep 2013 17:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HQEOp056453; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HQEK4056452; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011726.r81HQEK4056452@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325889 - head/sysutils/netident 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.14 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: Sun, 01 Sep 2013 17:26:14 -0000 Author: az Date: Sun Sep 1 17:26:14 2013 New Revision: 325889 URL: http://svnweb.freebsd.org/changeset/ports/325889 Log: - Resolve of using USE_PERL5_RUN and USE_PERL5_BUILD together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Remove an indefinite article from COMMENT line With hat: perl@ Modified: head/sysutils/netident/Makefile (contents, props changed) Modified: head/sysutils/netident/Makefile ============================================================================== --- head/sysutils/netident/Makefile Sun Sep 1 17:23:33 2013 (r325888) +++ head/sysutils/netident/Makefile Sun Sep 1 17:26:14 2013 (r325889) @@ -1,9 +1,5 @@ -# New ports collection makefile for: netident -# Date created: 11 March 2008 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= netident PORTVERSION= 0.1.0 @@ -15,13 +11,13 @@ EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net -COMMENT= A tool for helping identify what network a machine is on +COMMENT= Tool for helping identify what network a machine is on RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface \ p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite -USE_PERL5_RUN= yes -USE_PERL5_BUILD=yes +USES= perl5 shebangfix +SHEBANG_FILES= *.pl NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 @@ -32,10 +28,6 @@ PLIST_DIRS= etc/netident post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} -#nothing to configure -#do-configure: -# @${ECHO} -n - do-build: @${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:28:01 2013 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 ESMTP id 93E658D9; Sun, 1 Sep 2013 17:28:01 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81BC029E1; Sun, 1 Sep 2013 17:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HS1Ll057283; Sun, 1 Sep 2013 17:28:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HS1Qg057281; Sun, 1 Sep 2013 17:28:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011728.r81HS1Qg057281@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325890 - head/sysutils/p5-BSD-Process 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.14 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: Sun, 01 Sep 2013 17:28:01 -0000 Author: az Date: Sun Sep 1 17:28:00 2013 New Revision: 325890 URL: http://svnweb.freebsd.org/changeset/ports/325890 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/sysutils/p5-BSD-Process/Makefile (contents, props changed) head/sysutils/p5-BSD-Process/pkg-descr (contents, props changed) Modified: head/sysutils/p5-BSD-Process/Makefile ============================================================================== --- head/sysutils/p5-BSD-Process/Makefile Sun Sep 1 17:26:14 2013 (r325889) +++ head/sysutils/p5-BSD-Process/Makefile Sun Sep 1 17:28:00 2013 (r325890) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-BSD-Process -# Date created: 2011-04-11 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= BSD-Process PORTVERSION= 0.06 @@ -18,8 +14,9 @@ COMMENT= Information about running proce BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= eg/* MAN3= BSD::Process.3 Modified: head/sysutils/p5-BSD-Process/pkg-descr ============================================================================== --- head/sysutils/p5-BSD-Process/pkg-descr Sun Sep 1 17:26:14 2013 (r325889) +++ head/sysutils/p5-BSD-Process/pkg-descr Sun Sep 1 17:28:00 2013 (r325890) @@ -1,3 +1,3 @@ Information about running processes on BSD platforms -WWW: http://search.cpan.org/dist/BSD-Process/ +WWW: http://search.cpan.org/dist/BSD-Process/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:29:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 127979D2; Sun, 1 Sep 2013 17:29:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4BB729F5; Sun, 1 Sep 2013 17:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HT0ck057703; Sun, 1 Sep 2013 17:29:00 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HSx4Z057688; Sun, 1 Sep 2013 17:28:59 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309011728.r81HSx4Z057688@svn.freebsd.org> From: Mark Felder Date: Sun, 1 Sep 2013 17:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325891 - in head/dns/rbldnsd: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 17:29:01 -0000 Author: feld Date: Sun Sep 1 17:28:59 2013 New Revision: 325891 URL: http://svnweb.freebsd.org/changeset/ports/325891 Log: - Update to 0.997a - Port cleanup to pass rclint/portlint PR: ports/181288 Submitted by: alexey@renatasystems.org Approved by: crees (mentor) Modified: head/dns/rbldnsd/Makefile head/dns/rbldnsd/distinfo head/dns/rbldnsd/files/pkg-message.in head/dns/rbldnsd/files/rbldnsd.in head/dns/rbldnsd/pkg-plist Modified: head/dns/rbldnsd/Makefile ============================================================================== --- head/dns/rbldnsd/Makefile Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/Makefile Sun Sep 1 17:28:59 2013 (r325891) @@ -1,29 +1,15 @@ -# New ports collection makefile for: rbldnsd -# Date created: Fri Jun 13 05:30:12 EDT 2003 -# Whom: Paul Chvostek -# +# Created by: Paul Chvostek # $FreeBSD$ -# PORTNAME= rbldnsd -PORTVERSION= 0.996b -PORTREVISION= 1 +PORTVERSION= 0.997a CATEGORIES= dns -MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/:0 \ - http://www.it.ca/~paul/src/:0 -DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0 +MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/ \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org COMMENT= Small and fast DNS daemon especially for DNSBL zones -.if !defined(NOPORTDOCS) -EXTRACT_ONLY+= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} -MASTER_SITES+= http://www.corpit.ru/mjt/:1 \ - http://www.it.ca/~paul/src/:1 -DISTFILES+= rbldnsd.html:1 -IGNOREFILES+= rbldnsd.html -.endif - RBLDNSUSER= rbldns RBLDNSGROUP= ${RBLDNSUSER} ROOTDIR= ${PREFIX}/etc/rbldnsd/ @@ -37,6 +23,8 @@ GROUPS= ${USERS} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +.include + do-install: @if [ ! -d ${ROOTDIR} ]; then \ ${MKDIR} ${ROOTDIR}; \ @@ -47,7 +35,7 @@ do-install: ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/ @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} @@ -57,7 +45,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR} .endif -.include +.include Modified: head/dns/rbldnsd/distinfo ============================================================================== --- head/dns/rbldnsd/distinfo Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/distinfo Sun Sep 1 17:28:59 2013 (r325891) @@ -1,3 +1,2 @@ -SHA256 (rbldnsd_0.996b.tar.gz) = 475afe5be8729a76b7c23e2f3d5ce1c773775140406a58bfb7477fac5a528342 -SIZE (rbldnsd_0.996b.tar.gz) = 113128 -SHA256 (rbldnsd.html) = IGNORE +SHA256 (rbldnsd-0.997a.tar.gz) = 9c17c6bde6995058204a66805444039d31523a7d4ef40cec059e505a0882a8ef +SIZE (rbldnsd-0.997a.tar.gz) = 144771 Modified: head/dns/rbldnsd/files/pkg-message.in ============================================================================== --- head/dns/rbldnsd/files/pkg-message.in Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/files/pkg-message.in Sun Sep 1 17:28:59 2013 (r325891) @@ -1,6 +1,4 @@ ======================================================================== - NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE -======================================================================== The rbldnsd port has been installed with an example zone file, located in %%PREFIX%%/etc/rbldnsd/. Modified: head/dns/rbldnsd/files/rbldnsd.in ============================================================================== --- head/dns/rbldnsd/files/rbldnsd.in Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/files/rbldnsd.in Sun Sep 1 17:28:59 2013 (r325891) @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FreeBSD$ # # PROVIDE: rbldnsd @@ -19,25 +19,22 @@ name=rbldnsd rcvar=rbldnsd_enable +load_rc_config $name + +rbldnsd_enable=${rbldnsd_enable:-"NO"} +rbldnsd_flags=${rbldnsd_flags:-"-r %%PREFIX%%/etc/rbldnsd -b 127.0.0.1 bl.example.com:ip4set:example"} command=%%PREFIX%%/sbin/rbldnsd pidfile=/var/run/rbldnsd.pid -load_rc_config $name -extra_commands="reload" - -stop_postcmd=stop_postcmd +extra_commands=reload +start_precmd=prestart +stop_postcmd="rm -f ${pidfile}" -stop_postcmd() +prestart() { - rm -f $pidfile + # enforce pidfile as first argument + rc_flags="-p ${pidfile} ${rbldnsd_flags}" } -# set defaults, enforce pidfile by making it last option before db - -rbldnsd_enable=${rbldnsd_enable:-"NO"} -rbldnsd_flags=${rbldnsd_flags:-"-r /usr/local/etc/rbldnsd -b 127.0.0.1 bl.example.com:ip4set:example"} -rbldnsd_flags="-p $pidfile ${rbldnsd_flags}" - run_rc_command "$1" - Modified: head/dns/rbldnsd/pkg-plist ============================================================================== --- head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:59 2013 (r325891) @@ -8,6 +8,5 @@ etc/rbldnsd/example %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.default %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.init %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.spec -%%PORTDOCS%%%%DOCSDIR%%/rbldnsd.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry etc/rbldnsd/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:41:55 2013 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 ESMTP id 4E38BD5A; Sun, 1 Sep 2013 17:41:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BA7F2AF9; Sun, 1 Sep 2013 17:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HftVY066533; Sun, 1 Sep 2013 17:41:55 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HfsVq066531; Sun, 1 Sep 2013 17:41:54 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011741.r81HfsVq066531@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 17:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325892 - head/security/clamav-devel 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.14 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: Sun, 01 Sep 2013 17:41:55 -0000 Author: garga Date: Sun Sep 1 17:41:54 2013 New Revision: 325892 URL: http://svnweb.freebsd.org/changeset/ports/325892 Log: Update to 20130901 Replace USES_GMAKE by USES=gmake Modified: head/security/clamav-devel/Makefile head/security/clamav-devel/distinfo Modified: head/security/clamav-devel/Makefile ============================================================================== --- head/security/clamav-devel/Makefile Sun Sep 1 17:28:59 2013 (r325891) +++ head/security/clamav-devel/Makefile Sun Sep 1 17:41:54 2013 (r325892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 20130621 +PORTVERSION= 20130901 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ \ LOCAL/garga/clamav-devel @@ -40,9 +40,9 @@ ICONV_CONFIGURE_ON= --with-iconv ICONV_CONFIGURE_OFF= --without-iconv ICONV_USES= iconv +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_GCC= any USE_RC_SUBR= clamav-clamd clamav-freshclam CLAM_CONF_FILES= clamd freshclam Modified: head/security/clamav-devel/distinfo ============================================================================== --- head/security/clamav-devel/distinfo Sun Sep 1 17:28:59 2013 (r325891) +++ head/security/clamav-devel/distinfo Sun Sep 1 17:41:54 2013 (r325892) @@ -1,2 +1,2 @@ -SHA256 (clamav-devel-20130621.tar.gz) = 25c9652b6261c7bb6d15b453be39d3dfec21771209fc49035ca4ceffd360b505 -SIZE (clamav-devel-20130621.tar.gz) = 37001626 +SHA256 (clamav-devel-20130901.tar.gz) = f3cac2d849b5af6d8394ef5bb3e9977cbbd23e65b0dd3c872ed8c7fc1f07e88b +SIZE (clamav-devel-20130901.tar.gz) = 37002157 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:48:38 2013 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 ESMTP id 41A66F63; Sun, 1 Sep 2013 17:48:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EDEB2B6B; Sun, 1 Sep 2013 17:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HmcM4069041; Sun, 1 Sep 2013 17:48:38 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HmbG2069035; Sun, 1 Sep 2013 17:48:37 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011748.r81HmbG2069035@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 17:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325893 - head/graphics/gimp-gmic-plugin 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.14 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: Sun, 01 Sep 2013 17:48:38 -0000 Author: rm Date: Sun Sep 1 17:48:37 2013 New Revision: 325893 URL: http://svnweb.freebsd.org/changeset/ports/325893 Log: - update to 1.5.6.1 - convert USE_GMAKE to USES equivalent Modified: head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-gmic-plugin/distinfo Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sun Sep 1 17:41:54 2013 (r325892) +++ head/graphics/gimp-gmic-plugin/Makefile Sun Sep 1 17:48:37 2013 (r325893) @@ -1,8 +1,7 @@ -# Created by: Mahmatkhanov Ruslan # $FreeBSD$ PORTNAME= gmic -PORTVERSION= 1.5.5.2 +PORTVERSION= 1.5.6.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/old @@ -26,7 +25,7 @@ OPTIONS_EXCLUDE=NLS DOCS WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk20 USE_XORG= x11 xext xrandr Modified: head/graphics/gimp-gmic-plugin/distinfo ============================================================================== --- head/graphics/gimp-gmic-plugin/distinfo Sun Sep 1 17:41:54 2013 (r325892) +++ head/graphics/gimp-gmic-plugin/distinfo Sun Sep 1 17:48:37 2013 (r325893) @@ -1,2 +1,2 @@ -SHA256 (gmic_1.5.5.2.tar.gz) = 4e1ff3dcd7dc79dcc7f8ac92cae49951854aea283751a83e90b9510de972382d -SIZE (gmic_1.5.5.2.tar.gz) = 1683717 +SHA256 (gmic_1.5.6.1.tar.gz) = 8399a97f4479a379d8e7fda6a0a73bde0ac120f781111b9ed8a2e28e5a3ed22f +SIZE (gmic_1.5.6.1.tar.gz) = 2137616 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:09:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F010E3D5; Sun, 1 Sep 2013 18:09:54 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBC762C78; Sun, 1 Sep 2013 18:09:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81I9sCh081408; Sun, 1 Sep 2013 18:09:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81I9sdF081407; Sun, 1 Sep 2013 18:09:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011809.r81I9sdF081407@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325894 - head/comms/p5-SMS-SMS77 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.14 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: Sun, 01 Sep 2013 18:09:55 -0000 Author: az Date: Sun Sep 1 18:09:54 2013 New Revision: 325894 URL: http://svnweb.freebsd.org/changeset/ports/325894 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/comms/p5-SMS-SMS77/Makefile (contents, props changed) Modified: head/comms/p5-SMS-SMS77/Makefile ============================================================================== --- head/comms/p5-SMS-SMS77/Makefile Sun Sep 1 17:48:37 2013 (r325893) +++ head/comms/p5-SMS-SMS77/Makefile Sun Sep 1 18:09:54 2013 (r325894) @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-SMS-SMS77 -# Date created: 2010-02-04 -# Whom: Frank Steinborn -# +# Created by: Frank Steinborn # $FreeBSD$ PORTNAME= SMS-SMS77 @@ -19,7 +16,7 @@ MAN1= sms77send.1 MAN3= SMS::SMS77::Message.3 \ SMS::SMS77.3 -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:11:35 2013 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 ESMTP id 6F2FE535; Sun, 1 Sep 2013 18:11:35 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0EE2CC3; Sun, 1 Sep 2013 18:11:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IBZhn084257; Sun, 1 Sep 2013 18:11:35 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IBZEW084255; Sun, 1 Sep 2013 18:11:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011811.r81IBZEW084255@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325895 - head/devel/libparserutils 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.14 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: Sun, 01 Sep 2013 18:11:35 -0000 Author: az Date: Sun Sep 1 18:11:34 2013 New Revision: 325895 URL: http://svnweb.freebsd.org/changeset/ports/325895 Log: - Convert to new perl5 framework - Convert USE_GMAKE to USES With hat: perl@ Modified: head/devel/libparserutils/Makefile (contents, props changed) Modified: head/devel/libparserutils/Makefile ============================================================================== --- head/devel/libparserutils/Makefile Sun Sep 1 18:09:54 2013 (r325894) +++ head/devel/libparserutils/Makefile Sun Sep 1 18:11:34 2013 (r325895) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= unobe@cpan.org COMMENT= Library useful when writing parsers (formerly a part of NetSurf) -USE_GMAKE= yes +USES= gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -31,7 +31,8 @@ LDFLAGS+= -liconv .if ${PORT_OPTIONS:MSTATIC} PLIST_SUB+= NO_STATIC="@comment " STATIC="" .else -USE_PERL5_BUILD=yes +USES+= perl5 +USE_PERL5= build USE_LDCONFIG= yes COMPONENT_TYPE= lib-shared MAKE_ENV+= COMPONENT_TYPE=${COMPONENT_TYPE} @@ -39,7 +40,8 @@ PLIST_SUB+= NO_STATIC="" STATIC="@commen .endif .if ${PORT_OPTIONS:MTEST} -USE_PERL5_BUILD=yes +USES+= perl5 +USE_PERL5= build ALL_TARGET+= test .endif From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:13:14 2013 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 ESMTP id 5A22563A; Sun, 1 Sep 2013 18:13:14 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 471C52CDD; Sun, 1 Sep 2013 18:13:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IDExl084889; Sun, 1 Sep 2013 18:13:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IDD0F084884; Sun, 1 Sep 2013 18:13:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011813.r81IDD0F084884@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325896 - head/devel/p5-Path-Abstract 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.14 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: Sun, 01 Sep 2013 18:13:14 -0000 Author: az Date: Sun Sep 1 18:13:13 2013 New Revision: 325896 URL: http://svnweb.freebsd.org/changeset/ports/325896 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Path-Abstract/Makefile (contents, props changed) head/devel/p5-Path-Abstract/pkg-descr (contents, props changed) Modified: head/devel/p5-Path-Abstract/Makefile ============================================================================== --- head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:11:34 2013 (r325895) +++ head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:13:13 2013 (r325896) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Abstract -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Path-Abstract PORTVERSION= 0.096 @@ -20,8 +16,8 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSD TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ p5-Test-Lazy>=0:${PORTSDIR}/devel/p5-Test-Lazy -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Abstract.3 Path::Abstract::Underload.3 Modified: head/devel/p5-Path-Abstract/pkg-descr ============================================================================== --- head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:11:34 2013 (r325895) +++ head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:13:13 2013 (r325896) @@ -2,4 +2,4 @@ A tool for parsing, interrogating, and m behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash). -WWW: http://search.cpan.org/dist/Path-Abstract/ +WWW: http://search.cpan.org/dist/Path-Abstract/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:14:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82F3B746; Sun, 1 Sep 2013 18:14:41 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF372CEB; Sun, 1 Sep 2013 18:14:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IEfPm085464; Sun, 1 Sep 2013 18:14:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IEf3t085463; Sun, 1 Sep 2013 18:14:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011814.r81IEf3t085463@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325897 - head/devel/p5-SUPER 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.14 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: Sun, 01 Sep 2013 18:14:41 -0000 Author: az Date: Sun Sep 1 18:14:40 2013 New Revision: 325897 URL: http://svnweb.freebsd.org/changeset/ports/325897 Log: - Resolve of using PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/devel/p5-SUPER/Makefile (contents, props changed) Modified: head/devel/p5-SUPER/Makefile ============================================================================== --- head/devel/p5-SUPER/Makefile Sun Sep 1 18:13:13 2013 (r325896) +++ head/devel/p5-SUPER/Makefile Sun Sep 1 18:14:40 2013 (r325897) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-SUPER -# Date created: 12 June, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= SUPER PORTVERSION= 1.17 @@ -19,8 +15,8 @@ BUILD_DEPENDS= p5-Sub-Identify>=0.04:${P p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SUPER.3 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:15:30 2013 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 ESMTP id 7E19C828; Sun, 1 Sep 2013 18:15:30 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0A42CF2; Sun, 1 Sep 2013 18:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IFUdr086024; Sun, 1 Sep 2013 18:15:30 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IFUOs086022; Sun, 1 Sep 2013 18:15:30 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011815.r81IFUOs086022@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325898 - head/devel/p5-Term-Title 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.14 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: Sun, 01 Sep 2013 18:15:30 -0000 Author: az Date: Sun Sep 1 18:15:29 2013 New Revision: 325898 URL: http://svnweb.freebsd.org/changeset/ports/325898 Log: - Resolve of using PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Term-Title/Makefile (contents, props changed) head/devel/p5-Term-Title/pkg-descr (contents, props changed) Modified: head/devel/p5-Term-Title/Makefile ============================================================================== --- head/devel/p5-Term-Title/Makefile Sun Sep 1 18:14:40 2013 (r325897) +++ head/devel/p5-Term-Title/Makefile Sun Sep 1 18:15:29 2013 (r325898) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-Title -# Date created: 2011-02-05 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Term-Title PORTVERSION= 0.03 @@ -15,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Portable API to set the terminal titlebar -USE_PERL5= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Term::Title.3 Modified: head/devel/p5-Term-Title/pkg-descr ============================================================================== --- head/devel/p5-Term-Title/pkg-descr Sun Sep 1 18:14:40 2013 (r325897) +++ head/devel/p5-Term-Title/pkg-descr Sun Sep 1 18:15:29 2013 (r325898) @@ -1,3 +1,3 @@ Portable API to set the terminal titlebar -WWW: http://search.cpan.org/dist/Term-Title/ +WWW: http://search.cpan.org/dist/Term-Title/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:17:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5EC2A8E; Sun, 1 Sep 2013 18:17:20 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9308B2D16; Sun, 1 Sep 2013 18:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IHKZp086717; Sun, 1 Sep 2013 18:17:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IHKTt086716; Sun, 1 Sep 2013 18:17:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011817.r81IHKTt086716@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325899 - head/dns/p5-Net-DNS-Resolver-Programmable 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.14 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: Sun, 01 Sep 2013 18:17:20 -0000 Author: az Date: Sun Sep 1 18:17:20 2013 New Revision: 325899 URL: http://svnweb.freebsd.org/changeset/ports/325899 Log: - Resolve of using PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/dns/p5-Net-DNS-Resolver-Programmable/Makefile (contents, props changed) Modified: head/dns/p5-Net-DNS-Resolver-Programmable/Makefile ============================================================================== --- head/dns/p5-Net-DNS-Resolver-Programmable/Makefile Sun Sep 1 18:15:29 2013 (r325898) +++ head/dns/p5-Net-DNS-Resolver-Programmable/Makefile Sun Sep 1 18:17:20 2013 (r325899) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNS-Resolver-Programmable -# Date created: February 9, 2007 -# Whom: Koen Martens -# +# Created by: Koen Martens # $FreeBSD$ -# PORTNAME= Net-DNS-Resolver-Programmable PORTVERSION= 0.003 @@ -19,8 +15,8 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/d p5-version>=0:${PORTSDIR}/devel/p5-version BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::DNS::Resolver::Programmable.3 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:18:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75101B7D; Sun, 1 Sep 2013 18:18:41 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 625212D21; Sun, 1 Sep 2013 18:18:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IIf58087163; Sun, 1 Sep 2013 18:18:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IIfVS087162; Sun, 1 Sep 2013 18:18:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011818.r81IIfVS087162@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325900 - head/security/clusterssh 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.14 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: Sun, 01 Sep 2013 18:18:41 -0000 Author: az Date: Sun Sep 1 18:18:40 2013 New Revision: 325900 URL: http://svnweb.freebsd.org/changeset/ports/325900 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Pet portlint With hat: perl@ Modified: head/security/clusterssh/Makefile Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Sun Sep 1 18:17:20 2013 (r325899) +++ head/security/clusterssh/Makefile Sun Sep 1 18:18:40 2013 (r325900) @@ -16,14 +16,13 @@ BUILD_DEPENDS= p5-File-Which>=0:${PORTSD p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \ p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest - RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cssh.1 ccon.1 crsh.1 ctel.1 MAN3= App::ClusterSSH.3 \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:24:51 2013 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 ESMTP id 030C2C9F; Sun, 1 Sep 2013 18:24:51 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBF022D6B; Sun, 1 Sep 2013 18:24:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IOoIU091526; Sun, 1 Sep 2013 18:24:50 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IOoVt091499; Sun, 1 Sep 2013 18:24:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011824.r81IOoVt091499@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325901 - head/sysutils/watchmen 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.14 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: Sun, 01 Sep 2013 18:24:51 -0000 Author: az Date: Sun Sep 1 18:24:49 2013 New Revision: 325901 URL: http://svnweb.freebsd.org/changeset/ports/325901 Log: - Update to 0.08 - Resolve of using USE_PERL5_RUN and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file - Use single space after WWW: in pkg-descr Approved by: maintainer (via IRC) Modified: head/sysutils/watchmen/Makefile head/sysutils/watchmen/distinfo (contents, props changed) head/sysutils/watchmen/pkg-descr (contents, props changed) Modified: head/sysutils/watchmen/Makefile ============================================================================== --- head/sysutils/watchmen/Makefile Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/Makefile Sun Sep 1 18:24:49 2013 (r325901) @@ -1,13 +1,8 @@ -# New ports collection makefile for: watchmen -# Date created: 2009-07-16 -# Whom: Oleg Alexeenkov -# +# Created by: Oleg Alexeenkov # $FreeBSD$ -# PORTNAME= watchmen -PORTVERSION= 0.07 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -16,16 +11,18 @@ COMMENT= Watch and restart daemons LICENSE= GPLv3 -RUN_DEPENDS+= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= watchmen OPTIONS_DEFINE= MYSQL PGSQL EMAIL MYSQL_DESC= Want test mysql queries PGSQL_DESC= Want test postgresql queries EMAIL_DESC= report problems by email -USE_PERL5_RUN= yes POD2MAN?= pod2man MAN1= ${PORTNAME}.1 @@ -49,7 +46,7 @@ RUN_DEPENDS+= p5-DBD-Pg>=2.19.2:${PORTSD .endif .if ${PORT_OPTIONS:MEMAIL} -RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send +RUN_DEPENDS+= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite .endif post-install: Modified: head/sysutils/watchmen/distinfo ============================================================================== --- head/sysutils/watchmen/distinfo Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/distinfo Sun Sep 1 18:24:49 2013 (r325901) @@ -1,2 +1,2 @@ -SHA256 (watchmen-0.07.tar.gz) = 7f52dd6052a332d725aa4e47c02329406a45e1d882fc15102a718b118e37e0cc -SIZE (watchmen-0.07.tar.gz) = 16638 +SHA256 (watchmen-0.08.tar.gz) = 3e31f9ac2b32a2326896737032c9b38a21bf3b7554a962746f6bfe0f8e051cbb +SIZE (watchmen-0.08.tar.gz) = 18578 Modified: head/sysutils/watchmen/pkg-descr ============================================================================== --- head/sysutils/watchmen/pkg-descr Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/pkg-descr Sun Sep 1 18:24:49 2013 (r325901) @@ -1,3 +1,3 @@ Watch and restart daemons -WWW: http://watchmen.googlecode.com +WWW: http://watchmen.googlecode.com From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:53:54 2013 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 ESMTP id 975E65C5; Sun, 1 Sep 2013 18:53:54 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 844DA2F7B; Sun, 1 Sep 2013 18:53:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Irsp0008337; Sun, 1 Sep 2013 18:53:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Irshe008336; Sun, 1 Sep 2013 18:53:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011853.r81Irshe008336@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325902 - head/textproc/p5-Plagger 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.14 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: Sun, 01 Sep 2013 18:53:54 -0000 Author: az Date: Sun Sep 1 18:53:54 2013 New Revision: 325902 URL: http://svnweb.freebsd.org/changeset/ports/325902 Log: - textproc/p5-KinoSearch was removed (r318336) and superseded by textproc/p5-KinoSearch1 With hat: perl@ Modified: head/textproc/p5-Plagger/Makefile Modified: head/textproc/p5-Plagger/Makefile ============================================================================== --- head/textproc/p5-Plagger/Makefile Sun Sep 1 18:24:49 2013 (r325901) +++ head/textproc/p5-Plagger/Makefile Sun Sep 1 18:53:54 2013 (r325902) @@ -259,7 +259,7 @@ BUILD_DEPENDS+= p5-URI-Find>=0:${PORTSDI .endif .if ${PORT_OPTIONS:MKINOSEARCH} -BUILD_DEPENDS+= p5-KinoSearch>=0:${PORTSDIR}/textproc/p5-KinoSearch +BUILD_DEPENDS+= p5-KinoSearch1>=0:${PORTSDIR}/textproc/p5-KinoSearch1 .endif .if ${PORT_OPTIONS:MPUBLISHGMAIL} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:03:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 720209C3; Sun, 1 Sep 2013 19:03:20 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7462FF9; Sun, 1 Sep 2013 19:03:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81J3Kq6014155; Sun, 1 Sep 2013 19:03:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81J3KMe014154; Sun, 1 Sep 2013 19:03:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011903.r81J3KMe014154@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325903 - head/misc/p5-List-Util-WeightedRoundRobin 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.14 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: Sun, 01 Sep 2013 19:03:20 -0000 Author: az Date: Sun Sep 1 19:03:19 2013 New Revision: 325903 URL: http://svnweb.freebsd.org/changeset/ports/325903 Log: - Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion) Modified: head/misc/p5-List-Util-WeightedRoundRobin/Makefile Modified: head/misc/p5-List-Util-WeightedRoundRobin/Makefile ============================================================================== --- head/misc/p5-List-Util-WeightedRoundRobin/Makefile Sun Sep 1 18:53:54 2013 (r325902) +++ head/misc/p5-List-Util-WeightedRoundRobin/Makefile Sun Sep 1 19:03:19 2013 (r325903) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Creates a list based on weighted input -PERL_CONFIGURE= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:04:56 2013 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 ESMTP id D42A2AD6; Sun, 1 Sep 2013 19:04:56 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1999200C; Sun, 1 Sep 2013 19:04:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81J4u4N014792; Sun, 1 Sep 2013 19:04:56 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81J4uQd014791; Sun, 1 Sep 2013 19:04:56 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011904.r81J4uQd014791@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325904 - head/www/p5-CGI-Simple 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.14 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: Sun, 01 Sep 2013 19:04:56 -0000 Author: az Date: Sun Sep 1 19:04:56 2013 New Revision: 325904 URL: http://svnweb.freebsd.org/changeset/ports/325904 Log: - Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion) - Trim Makefile header while i'm here Modified: head/www/p5-CGI-Simple/Makefile Modified: head/www/p5-CGI-Simple/Makefile ============================================================================== --- head/www/p5-CGI-Simple/Makefile Sun Sep 1 19:03:19 2013 (r325903) +++ head/www/p5-CGI-Simple/Makefile Sun Sep 1 19:04:56 2013 (r325904) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CGI-Simple -# Date created: 16 November 2004 -# Whom: Lars Thegler -# +# Created by: Lars Thegler # $FreeBSD$ -# PORTNAME= CGI-Simple PORTVERSION= 1.113 @@ -17,7 +13,6 @@ COMMENT= A simple totally OO CGI interfa TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:12:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCD01D82; Sun, 1 Sep 2013 19:12:18 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B92DC2097; Sun, 1 Sep 2013 19:12:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JCIKa019857; Sun, 1 Sep 2013 19:12:18 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JCIMX019856; Sun, 1 Sep 2013 19:12:18 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011912.r81JCIMX019856@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325905 - head/net-mgmt/nagios-devel 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.14 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: Sun, 01 Sep 2013 19:12:18 -0000 Author: az Date: Sun Sep 1 19:12:18 2013 New Revision: 325905 URL: http://svnweb.freebsd.org/changeset/ports/325905 Log: - Finish conversion to perl5 framework EMBEDDED_PERL - needs perl for run Modified: head/net-mgmt/nagios-devel/Makefile Modified: head/net-mgmt/nagios-devel/Makefile ============================================================================== --- head/net-mgmt/nagios-devel/Makefile Sun Sep 1 19:04:56 2013 (r325904) +++ head/net-mgmt/nagios-devel/Makefile Sun Sep 1 19:12:18 2013 (r325905) @@ -94,7 +94,7 @@ SUB_LIST= PREFIX=${PREFIX} \ USE_PHP= yes .if ${PORT_OPTIONS:MEMBEDDED_PERL} -USE_PERL5= yes +USE_PERL5+= run CONFIGURE_ARGS+= --enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:14:37 2013 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 ESMTP id 07EE3EAA; Sun, 1 Sep 2013 19:14:37 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E941620AF; Sun, 1 Sep 2013 19:14:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JEaqG020729; Sun, 1 Sep 2013 19:14:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JEaJl020728; Sun, 1 Sep 2013 19:14:36 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011914.r81JEaJl020728@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325906 - head/mail/p5-MIME-Lite-TT-HTML 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.14 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: Sun, 01 Sep 2013 19:14:37 -0000 Author: az Date: Sun Sep 1 19:14:36 2013 New Revision: 325906 URL: http://svnweb.freebsd.org/changeset/ports/325906 Log: - Fix typo in perl5 conversion. With hat: perl@ Modified: head/mail/p5-MIME-Lite-TT-HTML/Makefile Modified: head/mail/p5-MIME-Lite-TT-HTML/Makefile ============================================================================== --- head/mail/p5-MIME-Lite-TT-HTML/Makefile Sun Sep 1 19:12:18 2013 (r325905) +++ head/mail/p5-MIME-Lite-TT-HTML/Makefile Sun Sep 1 19:14:36 2013 (r325906) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-MIME-Lite-TT-HTML -# Date created: 22 March 2008 -# Whom: Tuc -# +# Created by: Tuc # $FreeBSD$ -# PORTNAME= MIME-Lite-TT-HTML PORTVERSION= 0.04 @@ -26,8 +22,7 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PO p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks USES= perl5 -USE_PERL5= configure -PERL_MODBUILD= yes +USE_PERL5= modbuild MAN3= MIME::Lite::TT::HTML.3 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:18:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E054DFF9; Sun, 1 Sep 2013 19:18:06 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE31820D1; Sun, 1 Sep 2013 19:18:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JI6gT022202; Sun, 1 Sep 2013 19:18:06 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JI6pN022201; Sun, 1 Sep 2013 19:18:06 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011918.r81JI6pN022201@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325907 - head/archivers/rpm5 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.14 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: Sun, 01 Sep 2013 19:18:07 -0000 Author: az Date: Sun Sep 1 19:18:06 2013 New Revision: 325907 URL: http://svnweb.freebsd.org/changeset/ports/325907 Log: - Finish conversion to perl5 framework In global context we already have perl for build, with PERL we need perl for run With hat: perl@ Modified: head/archivers/rpm5/Makefile Modified: head/archivers/rpm5/Makefile ============================================================================== --- head/archivers/rpm5/Makefile Sun Sep 1 19:14:36 2013 (r325906) +++ head/archivers/rpm5/Makefile Sun Sep 1 19:18:06 2013 (r325907) @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--without-lua \ .if ${PORT_OPTIONS:MPERL} CONFIGURE_ARGS+=--with-perl CONFIGURE_ENV+= __PERL=${PERL} -USE_PERL5= yes +USE_PERL5+= run PLIST_SUB+= PERL="" .else CONFIGURE_ARGS+=--without-perl From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:18:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD51E163; Sun, 1 Sep 2013 19:18:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAC5920D6; Sun, 1 Sep 2013 19:18:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JIjJg022381; Sun, 1 Sep 2013 19:18:45 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JIjwu022379; Sun, 1 Sep 2013 19:18:45 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011918.r81JIjwu022379@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 19:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325908 - head/www/py-html5lib 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.14 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: Sun, 01 Sep 2013 19:18:45 -0000 Author: rm Date: Sun Sep 1 19:18:44 2013 New Revision: 325908 URL: http://svnweb.freebsd.org/changeset/ports/325908 Log: - trim Makefile header - remove indefinite article from COMMENT - update homepage url Modified: head/www/py-html5lib/Makefile head/www/py-html5lib/pkg-descr Modified: head/www/py-html5lib/Makefile ============================================================================== --- head/www/py-html5lib/Makefile Sun Sep 1 19:18:06 2013 (r325907) +++ head/www/py-html5lib/Makefile Sun Sep 1 19:18:44 2013 (r325908) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: html5lib -# Date created: Aug 8, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= html5lib PORTVERSION= 0.95 @@ -14,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org -COMMENT= A Python based HTML parser based on the HTML5 spec +COMMENT= Python based HTML parser based on the HTML5 spec LICENSE= MIT Modified: head/www/py-html5lib/pkg-descr ============================================================================== --- head/www/py-html5lib/pkg-descr Sun Sep 1 19:18:06 2013 (r325907) +++ head/www/py-html5lib/pkg-descr Sun Sep 1 19:18:44 2013 (r325908) @@ -6,4 +6,4 @@ desktop web browsers. Output is to a tree structure; the current release supports output to a custom tree similar to DOM and to ElementTree. -WWW: http://code.google.com/p/html5lib/ +WWW: https://github.com/html5lib/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:30:43 2013 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 ESMTP id 8852C501; Sun, 1 Sep 2013 19:30:43 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75A1E217C; Sun, 1 Sep 2013 19:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JUhVV029394; Sun, 1 Sep 2013 19:30:43 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JUhQY029393; Sun, 1 Sep 2013 19:30:43 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011930.r81JUhQY029393@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 19:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325909 - head/textproc/p5-Text-RecordParser/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 19:30:43 -0000 Author: az Date: Sun Sep 1 19:30:42 2013 New Revision: 325909 URL: http://svnweb.freebsd.org/changeset/ports/325909 Log: - Regen files/patch-Build.PL which failed to apply: ===> Applying FreeBSD patches for p5-Text-RecordParser-1.6.3 1 out of 1 hunks failed--saving rejects to ./Build.PL.rej => Patch patch-Build.PL failed to apply cleanly. *** Error code 1 With hat: perl@ Modified: head/textproc/p5-Text-RecordParser/files/patch-Build.PL (contents, props changed) Modified: head/textproc/p5-Text-RecordParser/files/patch-Build.PL ============================================================================== --- head/textproc/p5-Text-RecordParser/files/patch-Build.PL Sun Sep 1 19:18:44 2013 (r325908) +++ head/textproc/p5-Text-RecordParser/files/patch-Build.PL Sun Sep 1 19:30:42 2013 (r325909) @@ -1,11 +1,11 @@ ---- ./Build.PL.orig Thu May 18 20:54:43 2006 -+++ ./Build.PL Wed Jun 14 11:44:18 2006 -@@ -21,8 +21,6 @@ - 'version' => 0, +--- ./Build.PL.orig 2013-09-01 23:28:02.490722263 +0400 ++++ ./Build.PL 2013-09-01 23:28:29.153102745 +0400 +@@ -61,8 +61,6 @@ }, + build_requires => { - 'Test::More' => 0, - 'Test::Exception' => 0, - }, - recommends => { - 'Readonly::XS' => 0, + 'Pod::Readme' => 0, + 'Pod::Select' => 0, + 'Pod::Markdown' => 0, From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:30:55 2013 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 ESMTP id 0BAA45DE; Sun, 1 Sep 2013 19:30:55 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED969217F; Sun, 1 Sep 2013 19:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81JUsMR029489; Sun, 1 Sep 2013 19:30:54 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81JUsWj029486; Sun, 1 Sep 2013 19:30:54 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011930.r81JUsWj029486@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 19:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325910 - head/devel/p5-Variable-Magic 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.14 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: Sun, 01 Sep 2013 19:30:55 -0000 Author: tobez Date: Sun Sep 1 19:30:54 2013 New Revision: 325910 URL: http://svnweb.freebsd.org/changeset/ports/325910 Log: Update to 0.53. Changes: http://search.cpan.org/dist/Variable-Magic/Changes Modified: head/devel/p5-Variable-Magic/Makefile head/devel/p5-Variable-Magic/distinfo Modified: head/devel/p5-Variable-Magic/Makefile ============================================================================== --- head/devel/p5-Variable-Magic/Makefile Sun Sep 1 19:30:42 2013 (r325909) +++ head/devel/p5-Variable-Magic/Makefile Sun Sep 1 19:30:54 2013 (r325910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Variable-Magic -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Variable-Magic/distinfo ============================================================================== --- head/devel/p5-Variable-Magic/distinfo Sun Sep 1 19:30:42 2013 (r325909) +++ head/devel/p5-Variable-Magic/distinfo Sun Sep 1 19:30:54 2013 (r325910) @@ -1,2 +1,2 @@ -SHA256 (Variable-Magic-0.52.tar.gz) = 0abbdb5cf512d000657195741c731ecec8cb223e1fb7607ef1df11306d22db8d -SIZE (Variable-Magic-0.52.tar.gz) = 58146 +SHA256 (Variable-Magic-0.53.tar.gz) = 18fd97b913b383df0c8f1e91cabe82bfc450d7aec8d5f62f9d015884cf7abed7 +SIZE (Variable-Magic-0.53.tar.gz) = 58153 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:51:54 2013 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 ESMTP id 314567E8; Sun, 1 Sep 2013 19:51:54 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E05C2244; Sun, 1 Sep 2013 19:51:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Jpr33042786; Sun, 1 Sep 2013 19:51:53 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Jpr2J042779; Sun, 1 Sep 2013 19:51:53 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309011951.r81Jpr2J042779@svn.freebsd.org> From: Boris Samorodov Date: Sun, 1 Sep 2013 19:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325911 - in head: irc/epic5 multimedia/xawtv multimedia/xbmc-pvr textproc/wbxml2 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.14 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: Sun, 01 Sep 2013 19:51:54 -0000 Author: bsam Date: Sun Sep 1 19:51:52 2013 New Revision: 325911 URL: http://svnweb.freebsd.org/changeset/ports/325911 Log: Adopt USES+=iconv. Approved by: maintainers (by e-mail) Modified: head/irc/epic5/Makefile head/multimedia/xawtv/Makefile head/multimedia/xbmc-pvr/Makefile head/textproc/wbxml2/Makefile Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Sun Sep 1 19:30:54 2013 (r325910) +++ head/irc/epic5/Makefile Sun Sep 1 19:51:52 2013 (r325911) @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-termcap .endif CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USES= iconv post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf Modified: head/multimedia/xawtv/Makefile ============================================================================== --- head/multimedia/xawtv/Makefile Sun Sep 1 19:30:54 2013 (r325910) +++ head/multimedia/xawtv/Makefile Sun Sep 1 19:51:52 2013 (r325911) @@ -9,10 +9,8 @@ MASTER_SITES= http://linuxtv.org/downloa MAINTAINER= oliver@FreeBSD.org COMMENT= A TV viewing application and a few TV utilities -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts -RUN_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts +BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg @@ -21,7 +19,7 @@ OPTIONS_DEFINE_i386= MMX OPTIONS_DEFAULT= AALIB ZVBI_DESC= Enable libzvbi support -USES= gmake motif +USES= gmake iconv motif USE_BZIP2= yes GNU_CONFIGURE= yes USE_PERL5= yes Modified: head/multimedia/xbmc-pvr/Makefile ============================================================================== --- head/multimedia/xbmc-pvr/Makefile Sun Sep 1 19:30:54 2013 (r325910) +++ head/multimedia/xbmc-pvr/Makefile Sun Sep 1 19:51:52 2013 (r325911) @@ -51,8 +51,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al ass:${PORTSDIR}/multimedia/libass \ wavpack:${PORTSDIR}/audio/wavpack \ yajl:${PORTSDIR}/devel/yajl \ - plist:${PORTSDIR}/devel/libplist \ - iconv:${PORTSDIR}/converters/libiconv + plist:${PORTSDIR}/devel/libplist RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ @@ -63,7 +62,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l GITHASH= 9023e39 WRKSRC= ${WRKDIR}/opdenkamp-${PORTNAME}-${GITHASH} FETCH_ARGS= -Fpr -USES= pkgconfig +USES= iconv pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= autoconf libtool automake libltdl GNU_CONFIGURE= yes Modified: head/textproc/wbxml2/Makefile ============================================================================== --- head/textproc/wbxml2/Makefile Sun Sep 1 19:30:54 2013 (r325910) +++ head/textproc/wbxml2/Makefile Sun Sep 1 19:51:52 2013 (r325911) @@ -14,8 +14,7 @@ DISTNAME= libwbxml-${PORTVERSION} MAINTAINER= flo@FreeBSD.org COMMENT= Library & tools for converting wbxml<->xml -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION} CONFIGURE_WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}/build @@ -23,7 +22,7 @@ BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} USE_BZIP2= yes -USES= cmake +USES= cmake iconv CMAKE_SOURCE_PATH= .. USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:12:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6C66DA8; Sun, 1 Sep 2013 20:12:33 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8445235D; Sun, 1 Sep 2013 20:12:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81KCXgx055043; Sun, 1 Sep 2013 20:12:33 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81KCXWX055041; Sun, 1 Sep 2013 20:12:33 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309012012.r81KCXWX055041@svn.freebsd.org> From: Sahil Tandon Date: Sun, 1 Sep 2013 20:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325912 - head/mail/postfix27 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.14 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: Sun, 01 Sep 2013 20:12:34 -0000 Author: sahil Date: Sun Sep 1 20:12:32 2013 New Revision: 325912 URL: http://svnweb.freebsd.org/changeset/ports/325912 Log: - Update to 2.7.14 and bump VDAVERSION Modified: head/mail/postfix27/Makefile head/mail/postfix27/distinfo (contents, props changed) Modified: head/mail/postfix27/Makefile ============================================================================== --- head/mail/postfix27/Makefile Sun Sep 1 19:51:52 2013 (r325911) +++ head/mail/postfix27/Makefile Sun Sep 1 20:12:32 2013 (r325912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.7.13 +PORTVERSION= 2.7.14 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -21,7 +21,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -VDAVERSION= 2.7.8 +VDAVERSION= 2.7.13 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \ postfix-2.10.* postfix-base-2.10.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ Modified: head/mail/postfix27/distinfo ============================================================================== --- head/mail/postfix27/distinfo Sun Sep 1 19:51:52 2013 (r325911) +++ head/mail/postfix27/distinfo Sun Sep 1 20:12:32 2013 (r325912) @@ -1,6 +1,6 @@ -SHA256 (postfix/postfix-2.7.13.tar.gz) = 0d2cf4f34d8b0883f028155b6e9179e8dcc78db130ac1e464033a3b7b53a95ae -SIZE (postfix/postfix-2.7.13.tar.gz) = 3419331 +SHA256 (postfix/postfix-2.7.14.tar.gz) = c632aae4f4cf2e74d363cda252c0e6bf89e978545fba7e0482b8bde120c486c6 +SIZE (postfix/postfix-2.7.14.tar.gz) = 3419780 SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = b67efb1ffbcae91f13bf3ed90a5181d4b5bc86ebe15753eaf9db8b2278f5bb16 SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 8186 -SHA256 (postfix/postfix-vda-v10-2.7.8.patch) = 10738a30f2cb00cd05c593caf5b4b9d4ca44927432c1995a9db5c3557d0528db -SIZE (postfix/postfix-vda-v10-2.7.8.patch) = 56777 +SHA256 (postfix/postfix-vda-v10-2.7.13.patch) = aaefb45cec8744c9cd211c87ef5fa779519f459a986d354e11fe1c9a05f1c624 +SIZE (postfix/postfix-vda-v10-2.7.13.patch) = 56805 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:12:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2887BE66; Sun, 1 Sep 2013 20:12:40 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F16AB235F; Sun, 1 Sep 2013 20:12:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81KCdVW055135; Sun, 1 Sep 2013 20:12:39 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81KCdIq055132; Sun, 1 Sep 2013 20:12:39 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309012012.r81KCdIq055132@svn.freebsd.org> From: Sahil Tandon Date: Sun, 1 Sep 2013 20:12:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325913 - head/mail/postfix28 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.14 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: Sun, 01 Sep 2013 20:12:40 -0000 Author: sahil Date: Sun Sep 1 20:12:39 2013 New Revision: 325913 URL: http://svnweb.freebsd.org/changeset/ports/325913 Log: - Update to 2.8.15 and bump VDAVERSION Modified: head/mail/postfix28/Makefile head/mail/postfix28/distinfo (contents, props changed) Modified: head/mail/postfix28/Makefile ============================================================================== --- head/mail/postfix28/Makefile Sun Sep 1 20:12:32 2013 (r325912) +++ head/mail/postfix28/Makefile Sun Sep 1 20:12:39 2013 (r325913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.8.14 +PORTVERSION= 2.8.15 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -21,7 +21,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -VDAVERSION= 2.8.13 +VDAVERSION= 2.8.14 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \ postfix-2.10.* postfix-base-2.10.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ Modified: head/mail/postfix28/distinfo ============================================================================== --- head/mail/postfix28/distinfo Sun Sep 1 20:12:32 2013 (r325912) +++ head/mail/postfix28/distinfo Sun Sep 1 20:12:39 2013 (r325913) @@ -1,6 +1,6 @@ -SHA256 (postfix/postfix-2.8.14.tar.gz) = 04e26548550d53c42c1bf35fe45943f9d7c589a3d4ef8af4c60f96a220473adf -SIZE (postfix/postfix-2.8.14.tar.gz) = 3641913 +SHA256 (postfix/postfix-2.8.15.tar.gz) = 3d293f07c2873acab91981cda0a6ef65f402bd880ed68cb64cea49db8cb65feb +SIZE (postfix/postfix-2.8.15.tar.gz) = 3642389 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 -SHA256 (postfix/postfix-vda-v10-2.8.13.patch) = 87166c1f52840d5caf6e24a1f9e07fd7a2f5dfc7b4c340a212e387dace509c42 -SIZE (postfix/postfix-vda-v10-2.8.13.patch) = 56805 +SHA256 (postfix/postfix-vda-v10-2.8.14.patch) = 04ee708e9532ae7d04460992927e47de7f1a7ea29b8d91ae5f87725653bfae43 +SIZE (postfix/postfix-vda-v10-2.8.14.patch) = 56805 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:12:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40166F3C; Sun, 1 Sep 2013 20:12:47 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 157762361; Sun, 1 Sep 2013 20:12:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81KCkNS055246; Sun, 1 Sep 2013 20:12:46 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81KCkRm055244; Sun, 1 Sep 2013 20:12:46 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309012012.r81KCkRm055244@svn.freebsd.org> From: Sahil Tandon Date: Sun, 1 Sep 2013 20:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325914 - head/mail/postfix29 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.14 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: Sun, 01 Sep 2013 20:12:47 -0000 Author: sahil Date: Sun Sep 1 20:12:46 2013 New Revision: 325914 URL: http://svnweb.freebsd.org/changeset/ports/325914 Log: - Update to 2.9.7 and bump VDAVERSION Modified: head/mail/postfix29/Makefile head/mail/postfix29/distinfo (contents, props changed) Modified: head/mail/postfix29/Makefile ============================================================================== --- head/mail/postfix29/Makefile Sun Sep 1 20:12:39 2013 (r325913) +++ head/mail/postfix29/Makefile Sun Sep 1 20:12:46 2013 (r325914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.9.6 +PORTVERSION= 2.9.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -21,7 +21,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -VDAVERSION= 2.9.5 +VDAVERSION= 2.9.6 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-8].* postfix-base-2.[0-8].* \ postfix-2.10.* postfix-base-2.10.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ Modified: head/mail/postfix29/distinfo ============================================================================== --- head/mail/postfix29/distinfo Sun Sep 1 20:12:39 2013 (r325913) +++ head/mail/postfix29/distinfo Sun Sep 1 20:12:46 2013 (r325914) @@ -1,6 +1,6 @@ -SHA256 (postfix/postfix-2.9.6.tar.gz) = 790542a238f64d2620c26e787c98b07fb6e75a7620ce0584a7932b089dc5367c -SIZE (postfix/postfix-2.9.6.tar.gz) = 3767309 +SHA256 (postfix/postfix-2.9.7.tar.gz) = 8730e4586de301cd721c5f2a365bc14177f5f04a52f18cbb37d69289354e4647 +SIZE (postfix/postfix-2.9.7.tar.gz) = 3767678 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 -SHA256 (postfix/postfix-vda-v11-2.9.5.patch) = df30379c456971a514ae5587531bb5cd8492921a6a27e6d23f5014a1434945aa -SIZE (postfix/postfix-vda-v11-2.9.5.patch) = 55009 +SHA256 (postfix/postfix-vda-v11-2.9.6.patch) = 5dc94fca86501351e8c01360aa16c1cf49a363253e4076662d0103d3d431d309 +SIZE (postfix/postfix-vda-v11-2.9.6.patch) = 55009 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:12:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB19AFFB; Sun, 1 Sep 2013 20:12:53 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A046E2363; Sun, 1 Sep 2013 20:12:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81KCrTv055394; Sun, 1 Sep 2013 20:12:53 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81KCrcI055392; Sun, 1 Sep 2013 20:12:53 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309012012.r81KCrcI055392@svn.freebsd.org> From: Sahil Tandon Date: Sun, 1 Sep 2013 20:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325915 - head/mail/postfix 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.14 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: Sun, 01 Sep 2013 20:12:53 -0000 Author: sahil Date: Sun Sep 1 20:12:52 2013 New Revision: 325915 URL: http://svnweb.freebsd.org/changeset/ports/325915 Log: - Update to 2.10.1 and bump VDAVERSION Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo (contents, props changed) Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Sep 1 20:12:46 2013 (r325914) +++ head/mail/postfix/Makefile Sun Sep 1 20:12:52 2013 (r325915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.10.0 +PORTVERSION= 2.10.1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -21,7 +21,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -VDAVERSION= 2.9.5 +VDAVERSION= 2.10.0 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-9].* postfix-base-2.[0-9].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* @@ -228,7 +228,7 @@ _REQUIRE+= ypserv .if ${PORT_OPTIONS:MVDA} PATCH_SITES+= http://vda.sourceforge.net/VDA/:vda -PATCHFILES+= postfix-vda-v11-${VDAVERSION}.patch:vda +PATCHFILES+= postfix-vda-v13-${VDAVERSION}.patch:vda PATCH_DIST_STRIP= -p1 PLIST_SUB+= VDA="" .else Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sun Sep 1 20:12:46 2013 (r325914) +++ head/mail/postfix/distinfo Sun Sep 1 20:12:52 2013 (r325915) @@ -1,6 +1,6 @@ -SHA256 (postfix/postfix-2.10.0.tar.gz) = 4a42a6029af418cbd4a8668b4f8c7e1ea9975cbe9756df760649c0a941bfeb7b -SIZE (postfix/postfix-2.10.0.tar.gz) = 3826655 +SHA256 (postfix/postfix-2.10.1.tar.gz) = 2e85a62e97418bbb022b4d4433098a7f25adc7dc707c37d9984db2c2f314b1c1 +SIZE (postfix/postfix-2.10.1.tar.gz) = 3827595 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 -SHA256 (postfix/postfix-vda-v11-2.9.5.patch) = df30379c456971a514ae5587531bb5cd8492921a6a27e6d23f5014a1434945aa -SIZE (postfix/postfix-vda-v11-2.9.5.patch) = 55009 +SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f +SIZE (postfix/postfix-vda-v13-2.10.0.patch) = 55701 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:13:01 2013 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 ESMTP id 48738147; Sun, 1 Sep 2013 20:13:00 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFB8E2368; Sun, 1 Sep 2013 20:12:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81KCxgF055524; Sun, 1 Sep 2013 20:12:59 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81KCxp9055518; Sun, 1 Sep 2013 20:12:59 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309012012.r81KCxp9055518@svn.freebsd.org> From: Sahil Tandon Date: Sun, 1 Sep 2013 20:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325916 - head/mail/postfix-current 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.14 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: Sun, 01 Sep 2013 20:13:01 -0000 Author: sahil Date: Sun Sep 1 20:12:59 2013 New Revision: 325916 URL: http://svnweb.freebsd.org/changeset/ports/325916 Log: - Update to Postfix 2.11 Snapshot 20130825 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo (contents, props changed) Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Sep 1 20:12:52 2013 (r325915) +++ head/mail/postfix-current/Makefile Sun Sep 1 20:12:59 2013 (r325916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 2.11-20130405 +DISTVERSION= 2.11-20130825 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Sep 1 20:12:52 2013 (r325915) +++ head/mail/postfix-current/distinfo Sun Sep 1 20:12:59 2013 (r325916) @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.11-20130405.tar.gz) = 81ad2d8c94484d4e1fe9afb6b85d9c08dfac1086d9c721d0b30050574126aa0b -SIZE (postfix/postfix-2.11-20130405.tar.gz) = 3860386 +SHA256 (postfix/postfix-2.11-20130825.tar.gz) = 75d5cb3529c2eb88fa9a8e3465691941a5c66344825c3e450cf6c798bed5a970 +SIZE (postfix/postfix-2.11-20130825.tar.gz) = 3959547 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:22:31 2013 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 ESMTP id 293A9418; Sun, 1 Sep 2013 20:22:31 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 03A6223C8; Sun, 1 Sep 2013 20:22:30 +0000 (UTC) Received: from [192.168.0.131] (vie-188-118-252-004.dsl.sil.at [188.118.252.4]) by ainaz.pair.com (Postfix) with ESMTPSA id 291B63F418; Sun, 1 Sep 2013 16:22:20 -0400 (EDT) Date: Sun, 1 Sep 2013 22:22:18 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev Subject: Re: svn commit: r325631 - in head: databases/php5-pdo_dblib/files databases/php55-pdo_dblib/files devel/py-hashring/files devel/rubygem-fog/files graphics/py-graph-core/files sysutils/usbhotkey/files x... In-Reply-To: <20130830023543.GA15271@FreeBSD.org> Message-ID: References: <201308291911.r7TJBYx5033033@svn.freebsd.org> <20130830023543.GA15271@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 20:22:31 -0000 On Fri, 30 Aug 2013, Alexey Dokuchaev wrote: >> Log: >> - remove empty directories > It's getting annoying. Perhaps a portlint(1) check could be thrown in to > prevent this happening in the future? Ditto to empty files, $EDITOR back- > ups, etc... Have you considered submitting such a check for portlint, or a irst attempt to code it? Or file this as an issue aginst portlint? That looks like much more productive than reviewing individual commits and following up manually. (This is what I do, cf. http://www.freebsd.org/cgi/query-pr.cgi?pr=181730 or http://www.freebsd.org/cgi/query-pr.cgi?pr=181359 .) Gerald From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 20:53:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 037CAC29; Sun, 1 Sep 2013 20:53:59 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E52A9252B; Sun, 1 Sep 2013 20:53:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Krw2g078919; Sun, 1 Sep 2013 20:53:58 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Krwxc078918; Sun, 1 Sep 2013 20:53:58 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309012053.r81Krwxc078918@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 20:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325917 - head/misc/compat8x 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.14 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: Sun, 01 Sep 2013 20:53:59 -0000 Author: garga Date: Sun Sep 1 20:53:58 2013 New Revision: 325917 URL: http://svnweb.freebsd.org/changeset/ports/325917 Log: . Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option . Bump PORTREVISION Reported by: tijl@ Deleted: head/misc/compat8x/pkg-message Modified: head/misc/compat8x/Makefile Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Sun Sep 1 20:12:59 2013 (r325916) +++ head/misc/compat8x/Makefile Sun Sep 1 20:53:58 2013 (r325917) @@ -2,6 +2,7 @@ PORTNAME= compat8x PORTVERSION= 8.4.804000.201309 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -38,7 +39,4 @@ do-install: (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 21:15:35 2013 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 ESMTP id 36375EF7; Sun, 1 Sep 2013 21:15:35 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2188D25F3; Sun, 1 Sep 2013 21:15:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81LFYGe091568; Sun, 1 Sep 2013 21:15:34 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81LFYeq091566; Sun, 1 Sep 2013 21:15:34 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309012115.r81LFYeq091566@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Sep 2013 21:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325918 - head/www/chromium 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.14 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: Sun, 01 Sep 2013 21:15:35 -0000 Author: rene Date: Sun Sep 1 21:15:34 2013 New Revision: 325918 URL: http://svnweb.freebsd.org/changeset/ports/325918 Log: Update to 29.0.1547.62 (bugfixes) Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Sep 1 20:53:58 2013 (r325917) +++ head/www/chromium/Makefile Sun Sep 1 21:15:34 2013 (r325918) @@ -5,7 +5,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 29.0.1547.57 +DISTVERSION= 29.0.1547.62 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Sun Sep 1 20:53:58 2013 (r325917) +++ head/www/chromium/distinfo Sun Sep 1 21:15:34 2013 (r325918) @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-29.0.1547.57.tar.xz) = 2a6f136248ae5c36df56a8516d9108e586101e600d21390bd65ae9350b1415c2 -SIZE (chromium-courgette-redacted-29.0.1547.57.tar.xz) = 173670128 +SHA256 (chromium-courgette-redacted-29.0.1547.62.tar.xz) = fc4345665e0c8ace5164f454d3a61e8e41c6d1c30a5b5031c6c103a14dd708df +SIZE (chromium-courgette-redacted-29.0.1547.62.tar.xz) = 173641108 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 21:39:13 2013 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 ESMTP id C651E56C; Sun, 1 Sep 2013 21:39:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B379326E7; Sun, 1 Sep 2013 21:39:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81LdDAd004320; Sun, 1 Sep 2013 21:39:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81LdDFN004319; Sun, 1 Sep 2013 21:39:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012139.r81LdDFN004319@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 21:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325919 - head/Templates 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.14 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: Sun, 01 Sep 2013 21:39:13 -0000 Author: bapt Date: Sun Sep 1 21:39:13 2013 New Revision: 325919 URL: http://svnweb.freebsd.org/changeset/ports/325919 Log: Do not cache the openpty function this breaks at least heimdal and rancid Reported by: ohauer@ (by mail) and crest (irc) Modified: head/Templates/config.site Modified: head/Templates/config.site ============================================================================== --- head/Templates/config.site Sun Sep 1 21:15:34 2013 (r325918) +++ head/Templates/config.site Sun Sep 1 21:39:13 2013 (r325919) @@ -352,7 +352,8 @@ : ${ac_cv_func_munmap=yes} : ${ac_cv_func_nl_langinfo=yes} : ${ac_cv_func_opendir=yes} -: ${ac_cv_func_openpty=yes} +# Breaks heimdal and rancid at least +# : ${ac_cv_func_openpty=yes} : ${ac_cv_func_pam_getenvlist=yes} : ${ac_cv_func_pam_putenv=yes} : ${ac_cv_func_pathconf=yes} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:03:09 2013 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 ESMTP id 3ADE6A4A; Sun, 1 Sep 2013 22:03:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2577727F7; Sun, 1 Sep 2013 22:03:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81M39GR019566; Sun, 1 Sep 2013 22:03:09 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81M38uM019563; Sun, 1 Sep 2013 22:03:08 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309012203.r81M38uM019563@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 1 Sep 2013 22:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325920 - in head/x11-themes/gtk-oxygen-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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 22:03:09 -0000 Author: rakuco Date: Sun Sep 1 22:03:08 2013 New Revision: 325920 URL: http://svnweb.freebsd.org/changeset/ports/325920 Log: - Update to 1.4.0. - Remove patch for EOL'ed FreeBSD releases (< 8.1). Added: head/x11-themes/gtk-oxygen-engine/files/patch-git_14571f1 (contents, props changed) Deleted: head/x11-themes/gtk-oxygen-engine/files/extra-patch-demo-oxygengtkdeco_main.cpp Modified: head/x11-themes/gtk-oxygen-engine/Makefile head/x11-themes/gtk-oxygen-engine/distinfo Modified: head/x11-themes/gtk-oxygen-engine/Makefile ============================================================================== --- head/x11-themes/gtk-oxygen-engine/Makefile Sun Sep 1 21:39:13 2013 (r325919) +++ head/x11-themes/gtk-oxygen-engine/Makefile Sun Sep 1 22:03:08 2013 (r325920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oxygen -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.0 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk2/${PORTVERSION}/src/ @@ -22,12 +22,4 @@ USE_BZIP2= yes USE_GNOME= gtk20 USES= cmake pkgconfig -.include - -# FreeBSD SVN r205606 was only MFC'ed to 8.1+, so we need to match -# the old function signature on previous versions. -.if ${OSVERSION} < 801000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-demo-oxygengtkdeco_main.cpp -.endif - -.include +.include Modified: head/x11-themes/gtk-oxygen-engine/distinfo ============================================================================== --- head/x11-themes/gtk-oxygen-engine/distinfo Sun Sep 1 21:39:13 2013 (r325919) +++ head/x11-themes/gtk-oxygen-engine/distinfo Sun Sep 1 22:03:08 2013 (r325920) @@ -1,2 +1,2 @@ -SHA256 (oxygen-gtk2-1.3.4.tar.bz2) = b2521b62c4b55545a216dfbebe8aa62805419b0fe33d2b17ff354308f034040b -SIZE (oxygen-gtk2-1.3.4.tar.bz2) = 195123 +SHA256 (oxygen-gtk2-1.4.0.tar.bz2) = 84e24b78c71a73c38bfe41da609524307344060fe7e74fa9790380da234e1734 +SIZE (oxygen-gtk2-1.4.0.tar.bz2) = 198415 Added: head/x11-themes/gtk-oxygen-engine/files/patch-git_14571f1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gtk-oxygen-engine/files/patch-git_14571f1 Sun Sep 1 22:03:08 2013 (r325920) @@ -0,0 +1,61 @@ +commit 14571f123ad56909986f795c26ae48e42b0ceb26 +Author: Raphael Kubo da Costa +Date: Sat Aug 31 16:12:49 2013 +0300 + + Use g_mkdir() instead of different versions of mkdir(). + + The current code was erroneously relying on the _POSIX_C_SOURCE macro to + decide whether to use mkdir() with the signature present in POSIX-compliant + systems or with the Windows signature. + + It turns out POSIX.1 expects the applications to define _POSIX_C_SOURCE to + certain values. Only glibc resorts to defining it to a value by default, + opposing what the standard says. It would then break systems that use + another libc, such as the BSDs, OS X and maybe even other Linux libc + implementations. + + Work around the issue by just relying on glib's g_mkdir(), which has the + proper means to decide which mkdir() function to call. We still need to + check for whether we are on Windows, though, since some of the mode + constants are not defined on it. + + REVIEW: 112402 + +diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp +index 9027d30..10ebdf8 100644 +--- src/oxygenqtsettings.cpp ++++ src/oxygenqtsettings.cpp +@@ -28,6 +28,8 @@ + #include "oxygentimeline.h" + #include "config.h" + ++#include ++#include + #include + + #include +@@ -38,7 +40,6 @@ + #include + #include + #include +-#include + + namespace Oxygen + { +@@ -330,11 +331,12 @@ namespace Oxygen + struct stat st; + if( stat( _userConfigDir.c_str(), &st ) != 0 ) + { +- +- #if _POSIX_C_SOURCE +- mkdir( _userConfigDir.c_str(), S_IRWXU|S_IRWXG|S_IRWXO ); ++ #ifdef G_OS_WIN32 ++ // S_IRWXG and S_IRWXO are undefined on Windows, and g_mkdir() ++ // ignores its second parameter on Windows anyway. ++ g_mkdir( _userConfigDir.c_str(), 0 ); + #else +- mkdir( _userConfigDir.c_str() ); ++ g_mkdir( _userConfigDir.c_str(), S_IRWXU|S_IRWXG|S_IRWXO ); + #endif + } + From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:07:01 2013 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 ESMTP id 4962FD63; Sun, 1 Sep 2013 22:07:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35C122825; Sun, 1 Sep 2013 22:07:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81M71aR021167; Sun, 1 Sep 2013 22:07:01 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81M70WB021161; Sun, 1 Sep 2013 22:07:00 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309012207.r81M70WB021161@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 1 Sep 2013 22:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325921 - in head/x11-themes/gtk3-oxygen-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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 22:07:01 -0000 Author: rakuco Date: Sun Sep 1 22:07:00 2013 New Revision: 325921 URL: http://svnweb.freebsd.org/changeset/ports/325921 Log: - Update to 1.2.0. - Remove patch for EOL'ed FreeBSD releases (< 8.1). Added: head/x11-themes/gtk3-oxygen-engine/files/patch-git_f2ac117 (contents, props changed) Deleted: head/x11-themes/gtk3-oxygen-engine/files/extra-patch-demo-oxygengtkdeco_main.cpp Modified: head/x11-themes/gtk3-oxygen-engine/Makefile head/x11-themes/gtk3-oxygen-engine/distinfo Modified: head/x11-themes/gtk3-oxygen-engine/Makefile ============================================================================== --- head/x11-themes/gtk3-oxygen-engine/Makefile Sun Sep 1 22:03:08 2013 (r325920) +++ head/x11-themes/gtk3-oxygen-engine/Makefile Sun Sep 1 22:07:00 2013 (r325921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oxygen -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk3/${PORTVERSION}/src/ @@ -22,12 +22,4 @@ USE_BZIP2= yes USE_GNOME= gtk30 USES= cmake:outsource pkgconfig -.include - -# FreeBSD SVN r205606 was only MFC'ed to 8.1+, so we need to match -# the old function signature on previous versions. -.if ${OSVERSION} < 801000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-demo-oxygengtkdeco_main.cpp -.endif - -.include +.include Modified: head/x11-themes/gtk3-oxygen-engine/distinfo ============================================================================== --- head/x11-themes/gtk3-oxygen-engine/distinfo Sun Sep 1 22:03:08 2013 (r325920) +++ head/x11-themes/gtk3-oxygen-engine/distinfo Sun Sep 1 22:07:00 2013 (r325921) @@ -1,2 +1,2 @@ -SHA256 (oxygen-gtk3-1.1.4.tar.bz2) = c40f1766ae7d2f110f1bd40af4ca5c88ccb5fee5713e9cb835e8023c98be4d17 -SIZE (oxygen-gtk3-1.1.4.tar.bz2) = 188960 +SHA256 (oxygen-gtk3-1.2.0.tar.bz2) = ea550bd215614c89704501d44479e0b3373db033d6026ce2244b70593241c61f +SIZE (oxygen-gtk3-1.2.0.tar.bz2) = 190583 Added: head/x11-themes/gtk3-oxygen-engine/files/patch-git_f2ac117 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gtk3-oxygen-engine/files/patch-git_f2ac117 Sun Sep 1 22:07:00 2013 (r325921) @@ -0,0 +1,60 @@ +commit f2ac117f0343f8f18b7c43eb875c2d4f8faef722 +Author: Raphael Kubo da Costa +Date: Sat Aug 31 16:12:49 2013 +0300 + + Use g_mkdir() instead of different versions of mkdir(). + + The current code was erroneously relying on the _POSIX_C_SOURCE macro to + decide whether to use mkdir() with the signature present in POSIX-compliant + systems or with the Windows signature. + + It turns out POSIX.1 expects the applications to define _POSIX_C_SOURCE to + certain values. Only glibc resorts to defining it to a value by default, + opposing what the standard says. It would then break systems that use + another libc, such as the BSDs, OS X and maybe even other Linux libc + implementations. + + Work around the issue by just relying on glib's g_mkdir(), which has the + proper means to decide which mkdir() function to call. We still need to + check for whether we are on Windows, though, since some of the mode + constants are not defined on it. + + REVIEW: 112402 + +diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp +index b9fdaea..9ad648c 100644 +--- src/oxygenqtsettings.cpp ++++ src/oxygenqtsettings.cpp +@@ -26,6 +26,8 @@ + #include "oxygentimeline.h" + #include "config.h" + ++#include ++#include + #include + + #include +@@ -36,7 +38,6 @@ + #include + #include + #include +-#include + + namespace Oxygen + { +@@ -327,10 +328,12 @@ namespace Oxygen + struct stat st; + if( stat( _userConfigDir.c_str(), &st ) != 0 ) + { +- #if _POSIX_C_SOURCE +- mkdir( _userConfigDir.c_str(), S_IRWXU|S_IRWXG|S_IRWXO ); ++ #ifdef G_OS_WIN32 ++ // S_IRWXG and S_IRWXO are undefined on Windows, and g_mkdir() ++ // ignores its second parameter on Windows anyway. ++ g_mkdir( _userConfigDir.c_str(), 0 ); + #else +- mkdir( _userConfigDir.c_str() ); ++ g_mkdir( _userConfigDir.c_str(), S_IRWXU|S_IRWXG|S_IRWXO ); + #endif + } + From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:31:45 2013 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 ESMTP id 7CB154DB; Sun, 1 Sep 2013 22:31:45 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 691BB2956; Sun, 1 Sep 2013 22:31:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MVjRR036732; Sun, 1 Sep 2013 22:31:45 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MViDe036729; Sun, 1 Sep 2013 22:31:44 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309012231.r81MViDe036729@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 1 Sep 2013 22:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325922 - in head/devel/gdb: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 01 Sep 2013 22:31:45 -0000 Author: rakuco Date: Sun Sep 1 22:31:44 2013 New Revision: 325922 URL: http://svnweb.freebsd.org/changeset/ports/325922 Log: Enable PowerPC support. The latest gdb, 7.6, brings native PowerPC FreeBSD support. We just need enable it in ports. There is a minor glitch which needs patching gdb itself. Namely, ALL_TARGET_OBJ is missing ppcfbsd-tdep.o. This part is already sent upstream. PR: ports/178784 Submitted by: andreast Approved by: Luca Pizzamiglio Modified: head/devel/gdb/Makefile head/devel/gdb/files/extrapatch-gdb-Makefile.in head/devel/gdb/files/extrapatch-gdb-configure.tgt Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Sun Sep 1 22:07:00 2013 (r325921) +++ head/devel/gdb/Makefile Sun Sep 1 22:31:44 2013 (r325922) @@ -31,7 +31,7 @@ VER= ${PORTVERSION:S/.//g} PLIST_SUB= VER=${VER} MAN1= gdb${VER}.1 -ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work +ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 # untested elsewhere, might work OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS TUI GDB_LINK OPTIONS_SINGLE_READLINE= BASE_READLINE BUNDLED_READLINE PORT_READLINE Modified: head/devel/gdb/files/extrapatch-gdb-Makefile.in ============================================================================== --- head/devel/gdb/files/extrapatch-gdb-Makefile.in Sun Sep 1 22:07:00 2013 (r325921) +++ head/devel/gdb/files/extrapatch-gdb-Makefile.in Sun Sep 1 22:31:44 2013 (r325922) @@ -1,9 +1,20 @@ ---- gdb/Makefile.in.orig 2012-07-02 17:29:33.000000000 +0200 -+++ gdb/Makefile.in 2012-08-26 21:01:45.589052997 +0200 -@@ -573,6 +573,7 @@ +--- gdb/Makefile.in.orig 2013-04-02 19:38:43.000000000 +0200 ++++ gdb/Makefile.in 2013-05-18 13:08:47.000000000 +0200 +@@ -566,8 +566,8 @@ + moxie-tdep.o \ + mt-tdep.o \ + nto-tdep.o \ +- ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \ +- ppc64-tdep.o rl78-tdep.o \ ++ ppc-linux-tdep.o ppcfbsd-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o \ ++ ppc-sysv-tdep.o ppc64-tdep.o rl78-tdep.o \ + rs6000-aix-tdep.o rs6000-tdep.o ppc-ravenscar-thread.o \ + rs6000-lynx178-tdep.o \ + rx-tdep.o \ +@@ -585,6 +585,7 @@ xtensa-config.o xtensa-tdep.o xtensa-linux-tdep.o \ glibc-tdep.o \ - bsd-uthread.o \ + bsd-uthread.o \ + fbsd-threads.o \ nbsd-tdep.o obsd-tdep.o \ sol2-tdep.o \ Modified: head/devel/gdb/files/extrapatch-gdb-configure.tgt ============================================================================== --- head/devel/gdb/files/extrapatch-gdb-configure.tgt Sun Sep 1 22:07:00 2013 (r325921) +++ head/devel/gdb/files/extrapatch-gdb-configure.tgt Sun Sep 1 22:31:44 2013 (r325922) @@ -1,6 +1,6 @@ ---- gdb/configure.tgt.orig 2012-08-01 21:48:44.000000000 +0200 -+++ gdb/configure.tgt 2012-08-22 16:47:02.000000000 +0200 -@@ -176,7 +176,7 @@ +--- gdb/configure.tgt.orig 2013-03-05 14:37:10.000000000 +0100 ++++ gdb/configure.tgt 2013-05-18 13:11:06.000000000 +0200 +@@ -188,7 +188,7 @@ i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) # Target: FreeBSD/i386 gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ @@ -9,7 +9,16 @@ ;; i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu) # Target: NetBSD/i386 -@@ -606,7 +606,7 @@ +@@ -398,7 +398,7 @@ + powerpc*-*-freebsd*) + # Target: FreeBSD/powerpc + gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \ +- ppcfbsd-tdep.o solib-svr4.o \ ++ ppcfbsd-tdep.o solib-svr4.o fbsd-threads.o \ + ravenscar-thread.o ppc-ravenscar-thread.o" + ;; + +@@ -650,7 +650,7 @@ # Target: FreeBSD/amd64 gdb_target_obs="amd64-tdep.o amd64fbsd-tdep.o i386-tdep.o \ i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:36:56 2013 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 ESMTP id D7ED663A; Sun, 1 Sep 2013 22:36:56 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C53042983; Sun, 1 Sep 2013 22:36:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MauF3038811; Sun, 1 Sep 2013 22:36:56 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MauZV038810; Sun, 1 Sep 2013 22:36:56 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309012236.r81MauZV038810@svn.freebsd.org> From: Niclas Zeising Date: Sun, 1 Sep 2013 22:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325923 - head/x11/xscreensaver 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.14 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: Sun, 01 Sep 2013 22:36:56 -0000 Author: zeising Date: Sun Sep 1 22:36:56 2013 New Revision: 325923 URL: http://svnweb.freebsd.org/changeset/ports/325923 Log: Add missing dependencies. Bump portrevision (again). PR: ports/181726 Submitted by: Pawel Pekala Modified: head/x11/xscreensaver/Makefile Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Sun Sep 1 22:31:44 2013 (r325922) +++ head/x11/xscreensaver/Makefile Sun Sep 1 22:36:56 2013 (r325923) @@ -3,7 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-libwww>0:${PORTSDIR}/www CONFLICTS= xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]* USES= pkgconfig gettext gmake -USE_XORG= xpm +USE_XORG= xpm xext xxf86misc USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:40:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B3B6999; Sun, 1 Sep 2013 22:40:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18F1129DB; Sun, 1 Sep 2013 22:40:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MeMIR040378; Sun, 1 Sep 2013 22:40:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MeMMp040377; Sun, 1 Sep 2013 22:40:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012240.r81MeMMp040377@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325924 - head/graphics/nomacs 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.14 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: Sun, 01 Sep 2013 22:40:23 -0000 Author: bapt Date: Sun Sep 1 22:40:22 2013 New Revision: 325924 URL: http://svnweb.freebsd.org/changeset/ports/325924 Log: Add an explicit dependency on pkgconf Modified: head/graphics/nomacs/Makefile Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Sun Sep 1 22:36:56 2013 (r325923) +++ head/graphics/nomacs/Makefile Sun Sep 1 22:40:22 2013 (r325924) @@ -15,7 +15,7 @@ LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/ sysinfo:${PORTSDIR}/devel/libsysinfo USE_BZIP2= yes -USES= cmake desktop-file-utils +USES= cmake desktop-file-utils pkgconfig USE_QT4= gui network linguist_build moc_build \ qmake_build rcc_build uic_build LDFLAGS+= -lsysinfo -lkvm From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:45:05 2013 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 ESMTP id A0797AD2; Sun, 1 Sep 2013 22:45:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB3729FE; Sun, 1 Sep 2013 22:45:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Mj58i044081; Sun, 1 Sep 2013 22:45:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Mj5kQ044080; Sun, 1 Sep 2013 22:45:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012245.r81Mj5kQ044080@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325925 - head/math/scilab-toolbox-sivp 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.14 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: Sun, 01 Sep 2013 22:45:05 -0000 Author: bapt Date: Sun Sep 1 22:45:05 2013 New Revision: 325925 URL: http://svnweb.freebsd.org/changeset/ports/325925 Log: Add an explicit dependency on pkgconf Modified: head/math/scilab-toolbox-sivp/Makefile Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Sun Sep 1 22:40:22 2013 (r325924) +++ head/math/scilab-toolbox-sivp/Makefile Sun Sep 1 22:45:05 2013 (r325925) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sivp -# Date created: 2007-09-15 -# Whom: Max Brazhnikov -# +# Created by: Max Brazhnikov # $FreeBSD$ -# PORTNAME= sivp DISTVERSION= 1.0.0.r286 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${SCILAB_CMD}:${PORTSDIR} LIB_DEPENDS= opencv_legacy.2:${PORTSDIR}/graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:${PORTSDIR}/math/scilab +USES= pkgconfig USE_XZ= yes SCILAB_CMD= ${LOCALBASE}/bin/scilab From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:46:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E811BC9; Sun, 1 Sep 2013 22:46:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AD772A09; Sun, 1 Sep 2013 22:46:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MkBJQ044616; Sun, 1 Sep 2013 22:46:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MkBfU044615; Sun, 1 Sep 2013 22:46:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012246.r81MkBfU044615@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325926 - head/graphics/libkface 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.14 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: Sun, 01 Sep 2013 22:46:11 -0000 Author: bapt Date: Sun Sep 1 22:46:10 2013 New Revision: 325926 URL: http://svnweb.freebsd.org/changeset/ports/325926 Log: Add an explicit dependency on pkgconf Modified: head/graphics/libkface/Makefile Modified: head/graphics/libkface/Makefile ============================================================================== --- head/graphics/libkface/Makefile Sun Sep 1 22:45:05 2013 (r325925) +++ head/graphics/libkface/Makefile Sun Sep 1 22:46:10 2013 (r325926) @@ -9,6 +9,7 @@ COMMENT= KDE4 library for face recogniti .include "${.CURDIR}/../digikam-kde4/Makefile.common" +USES+= pkgconfig LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:47:01 2013 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 ESMTP id A1EB7CAB; Sun, 1 Sep 2013 22:47:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ED592A10; Sun, 1 Sep 2013 22:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Ml1d3044957; Sun, 1 Sep 2013 22:47:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Ml1k9044955; Sun, 1 Sep 2013 22:47:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012247.r81Ml1k9044955@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325927 - head/www/mod_pagespeed 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.14 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: Sun, 01 Sep 2013 22:47:01 -0000 Author: bapt Date: Sun Sep 1 22:47:01 2013 New Revision: 325927 URL: http://svnweb.freebsd.org/changeset/ports/325927 Log: Add an explicit dependency on pkgconfig While here convert USE_GMAKE to USES=gmake Modified: head/www/mod_pagespeed/Makefile Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Sun Sep 1 22:46:10 2013 (r325926) +++ head/www/mod_pagespeed/Makefile Sun Sep 1 22:47:01 2013 (r325927) @@ -24,11 +24,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ opencv_legacy:${PORTSDIR}/graphics/opencv \ execinfo:${PORTSDIR}/devel/libexecinfo +USES= gmake pkgconfig USE_XZ= yes USE_BINUTILS= yes USE_APACHE= 22 USE_PYTHON= 2.6+ -USE_GMAKE= yes # debugging #MAKE_ENV+= V=1 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:50:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58851EEA; Sun, 1 Sep 2013 22:50:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 441D52A2D; Sun, 1 Sep 2013 22:50:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MoBkr047839; Sun, 1 Sep 2013 22:50:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Mo66Z047099; Sun, 1 Sep 2013 22:50:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012250.r81Mo66Z047099@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325928 - in head/graphics: cal3d cal3d-devel ender enesim etch flam3 frei0r gnash gts imlib2 liblqr-1 libvisual04 libvisual04-plugins nip2 opencv picpuz pngnq py-poppler ruby-cairo sdl... 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.14 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: Sun, 01 Sep 2013 22:50:11 -0000 Author: bapt Date: Sun Sep 1 22:50:06 2013 New Revision: 325928 URL: http://svnweb.freebsd.org/changeset/ports/325928 Log: Eradicate USE_GNOME=pkgconfig from graphics While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5 Modified: head/graphics/cal3d-devel/Makefile head/graphics/cal3d/Makefile head/graphics/ender/Makefile head/graphics/enesim/Makefile head/graphics/etch/Makefile head/graphics/flam3/Makefile head/graphics/frei0r/Makefile head/graphics/gnash/Makefile head/graphics/gts/Makefile head/graphics/imlib2/Makefile head/graphics/liblqr-1/Makefile head/graphics/libvisual04-plugins/Makefile head/graphics/libvisual04/Makefile head/graphics/nip2/Makefile head/graphics/opencv/Makefile head/graphics/picpuz/Makefile head/graphics/pngnq/Makefile head/graphics/py-poppler/Makefile head/graphics/ruby-cairo/Makefile head/graphics/sdl_ttf/Makefile head/graphics/vips/Makefile Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/cal3d-devel/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter -# +# Created by: Stefan Walter # $FreeBSD$ -# PORTNAME= cal3d PORTVERSION= 20060720 @@ -20,7 +16,7 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-[0-9]* USE_BZIP2= yes -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing Modified: head/graphics/cal3d/Makefile ============================================================================== --- head/graphics/cal3d/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/cal3d/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter -# +# Created by: Stefan Walter # $FreeBSD$ -# PORTNAME= cal3d PORTVERSION= 0.11.0 @@ -17,7 +13,7 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-devel-[0-9]* -USE_GNOME= pkgconfig +USES= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing Modified: head/graphics/ender/Makefile ============================================================================== --- head/graphics/ender/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/ender/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= bison pathfix +USES= bison pathfix pkgconfig USE_EFL= eina enesim libtool_hack -USE_GNOME= pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/enesim/Makefile ============================================================================== --- head/graphics/enesim/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/enesim/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina libtool_hack -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/etch/Makefile ============================================================================== --- head/graphics/etch/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/etch/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina enesim libtool_hack -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/flam3/Makefile ============================================================================== --- head/graphics/flam3/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/flam3/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flam3 -# Date created: 21 Mar 2010 -# Whom: John Prather -# +# Created by: John Prather # $FreeBSD$ -# PORTNAME= flam3 PORTVERSION= 2.7.18 @@ -23,8 +19,7 @@ MAN1= flam3-animate.1 flam3-genome.1 fl MANCOMPRESSED= no GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/frei0r/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ COMMENT?= Minimalistic plugin API for vi .if !defined(BUILDING_FREI0R_METAPORT) GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/gnash/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -20,14 +20,14 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de CONFLICTS= gnash-devel-[0-9]* USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 WANT_GSTREAMER= yes -USE_GNOME= pkgconfig libxml2 +USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_AUTOTOOLS= libltdl INSTALLS_ICONS= yes Modified: head/graphics/gts/Makefile ============================================================================== --- head/graphics/gts/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/gts/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= GNU Triangulated Surface Library -USE_GNOME= glib20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/imlib2/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -16,7 +16,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_EFL= libtool_hack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/liblqr-1/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -13,9 +13,8 @@ COMMENT= An easy to use C/C++ seam carvi GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= glib20 pkgconfig -USES= gettext +USES= gettext gmake pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes # Use GNU89 inline semantics Modified: head/graphics/libvisual04-plugins/Makefile ============================================================================== --- head/graphics/libvisual04-plugins/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/libvisual04-plugins/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvisual04-plugins -# Date created: 8 February 2007 -# Whom: Björn König -# +# Created by: Björn König # $FreeBSD$ -# PORTNAME= libvisual PORTVERSION= 0.4.0 @@ -18,7 +14,7 @@ COMMENT= Set of plugins for the libvisua LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 -USE_GNOME= pkgconfig +USES= pkgconfig USE_GL= yes USE_XORG= x11 GNU_CONFIGURE= yes Modified: head/graphics/libvisual04/Makefile ============================================================================== --- head/graphics/libvisual04/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/libvisual04/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,8 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig -USES= gettext +USES= gettext pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/nip2/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,9 +14,8 @@ LIB_DEPENDS= vips.3[0-9]:${PORTSDIR}/gra gsl:${PORTSDIR}/math/gsl \ xml2:${PORTSDIR}/textproc/libxml2 -USES= bison -USE_GMAKE= yes -USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 +USES= bison gmake pkgconfig +USE_GNOME= gnomemimedata glib20 gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man # This port has no man-pages. It installs a number of HTML files, Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/opencv/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,11 +14,10 @@ COMMENT= Open Source Computer Vision lib LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/license.txt -USE_GNOME= pkgconfig WANT_GSTREAMER= yes MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/OpenCV-${DISTVERSION} Modified: head/graphics/picpuz/Makefile ============================================================================== --- head/graphics/picpuz/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/picpuz/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -11,8 +11,8 @@ MASTER_SITES= http://kornelix.squarespac MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program -USE_GMAKE= yes -USE_GNOME= gtk20 pkgconfig +USES= gmake pkgconfig +USE_GNOME= gtk20 ALL_TARGET= # #RUN_DEPENDS+= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils Modified: head/graphics/pngnq/Makefile ============================================================================== --- head/graphics/pngnq/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/pngnq/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pngnq -# Date created: 10 May 2009 -# Whom: stb@lassitu.de -# +# Created by: stb@lassitu.de # $FreeBSD$ -# PORTNAME= pngnq PORTVERSION= 1.1 @@ -24,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LIBS=-lpng LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= pkgconfig +USES= pkgconfig PORTDOCS= README COPYING PLIST_FILES= bin/pngcomp bin/pngnq Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/py-poppler/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-poppler -# Date created: 2008-04-14 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= poppler PORTVERSION= 0.12.1 @@ -21,7 +17,7 @@ LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/ USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig atk pygtk2 +USES= gmake pkgconfig +USE_GNOME= atk pygtk2 .include Modified: head/graphics/ruby-cairo/Makefile ============================================================================== --- head/graphics/ruby-cairo/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/ruby-cairo/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,7 +14,7 @@ COMMENT= Ruby binding for Cairo BUILD_DEPENDS= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -USE_GNOME= pkgconfig +USES= pkgconfig USE_RUBY= yes USE_RUBY_EXTCONF=yes CONFIGURE_ARGS+=--ruby=${RUBY} Modified: head/graphics/sdl_ttf/Makefile ============================================================================== --- head/graphics/sdl_ttf/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/sdl_ttf/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sdl_ttf -# Date created: 20 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= sdl_ttf PORTVERSION= 2.0.11 @@ -18,8 +14,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/vips/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -31,10 +31,9 @@ PYPRESENT!= which python > /dev/null && .if ${PYPRESENT} == on OPTIONS_DEFAULT+= PYTHON .endif -USE_GMAKE= yes -USES= gettext -USE_PERL5_BUILD=yes -USE_GNOME= gnomehack glib20 pkgconfig pango libxml2 +USES= gettext gmake perl5 pkgconfig +USE_PERL5= build +USE_GNOME= gnomehack glib20 pango libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:55:05 2013 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 ESMTP id E627D135; Sun, 1 Sep 2013 22:55:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D203F2A7A; Sun, 1 Sep 2013 22:55:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Mt5ll050324; Sun, 1 Sep 2013 22:55:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Mt5x9050322; Sun, 1 Sep 2013 22:55:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012255.r81Mt5x9050322@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325929 - in head/games: openttd ufoai 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.14 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: Sun, 01 Sep 2013 22:55:06 -0000 Author: bapt Date: Sun Sep 1 22:55:05 2013 New Revision: 325929 URL: http://svnweb.freebsd.org/changeset/ports/325929 Log: Eradiracte USE_GNOME=pkgconfig from games While here: Convert USE_GMAKE to USES=gmake Modified: head/games/openttd/Makefile head/games/ufoai/Makefile Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Sun Sep 1 22:50:06 2013 (r325928) +++ head/games/openttd/Makefile Sun Sep 1 22:55:05 2013 (r325929) @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH .endif .if defined(WITH_DEDICATED_SERVER_ONLY) -USE_GNOME= pkgconfig # Needed for liblzma support +USES+= pkgconfig # Needed for liblzma support CONFIGURE_ARGS+= --enable-dedicated # Aid it to find lzo2 headers; client build gets it via sdl-config CFLAGS+= -I${LOCALBASE}/include Modified: head/games/ufoai/Makefile ============================================================================== --- head/games/ufoai/Makefile Sun Sep 1 22:50:06 2013 (r325928) +++ head/games/ufoai/Makefile Sun Sep 1 22:55:05 2013 (r325929) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= ufoai @@ -25,9 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNA USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf -USES= gettext -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gettext gmake pkgconfig USE_OPENAL= soft HAS_CONFIGURE= yes CONFIGURE_ARGS+= --enable-release From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:57:27 2013 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 ESMTP id A2A55280; Sun, 1 Sep 2013 22:57:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FF9E2AA6; Sun, 1 Sep 2013 22:57:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MvRib051345; Sun, 1 Sep 2013 22:57:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MvRTe051344; Sun, 1 Sep 2013 22:57:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012257.r81MvRTe051344@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:57:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325930 - head/emulators/snes9x-gtk 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.14 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: Sun, 01 Sep 2013 22:57:27 -0000 Author: bapt Date: Sun Sep 1 22:57:27 2013 New Revision: 325930 URL: http://svnweb.freebsd.org/changeset/ports/325930 Log: Eliminate USE_GNOME=pkgconfig While here: Convert to USES=perl5 Convert to USES=desktop-file-utils Convert to USES=gmake Modified: head/emulators/snes9x-gtk/Makefile Modified: head/emulators/snes9x-gtk/Makefile ============================================================================== --- head/emulators/snes9x-gtk/Makefile Sun Sep 1 22:55:05 2013 (r325929) +++ head/emulators/snes9x-gtk/Makefile Sun Sep 1 22:57:27 2013 (r325930) @@ -14,13 +14,11 @@ COMMENT= Super Nintendo Entertainment Sy LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_PERL5= yes USE_BZIP2= yes USE_XORG= x11 sm ice xext -USE_GMAKE= yes -USE_GNOME= gtk20 desktopfileutils pkgconfig intltool libglade2 libxml2 +USES= gettext gmake perl5 desktop-file-utils pkgconfig +USE_GNOME= gtk20 intltool libglade2 libxml2 GNU_CONFIGURE= yes -USES= gettext USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:58:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E9A4378; Sun, 1 Sep 2013 22:58:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0E92ABA; Sun, 1 Sep 2013 22:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MwuxN051887; Sun, 1 Sep 2013 22:58:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MwuKF051886; Sun, 1 Sep 2013 22:58:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012258.r81MwuKF051886@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325931 - head/editors/poedit 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.14 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: Sun, 01 Sep 2013 22:58:56 -0000 Author: bapt Date: Sun Sep 1 22:58:55 2013 New Revision: 325931 URL: http://svnweb.freebsd.org/changeset/ports/325931 Log: Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GMAKE to USES=gmake Modified: head/editors/poedit/Makefile Modified: head/editors/poedit/Makefile ============================================================================== --- head/editors/poedit/Makefile Sun Sep 1 22:57:27 2013 (r325930) +++ head/editors/poedit/Makefile Sun Sep 1 22:58:55 2013 (r325931) @@ -1,11 +1,6 @@ -# ex:ts=8 -# New ports collection makefile for: poedit -# Date created: Mar 27, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ # $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $ -# PORTNAME= poedit PORTVERSION= 1.4.6.1 @@ -19,14 +14,12 @@ COMMENT= Gettext catalogs (.po files) ed BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell -USE_GNOME= pkgconfig +USES= gettext gmake pkgconfig USE_WX= 2.8+ WX_CONF_ARGS= absolute WX_UNICODE= yes USE_BDB= yes WITH_BDB_HIGHEST= yes -USES= gettext -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 23:02:46 2013 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 ESMTP id 7AAD54E1; Sun, 1 Sep 2013 23:02:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 680522B14; Sun, 1 Sep 2013 23:02:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81N2kJJ055445; Sun, 1 Sep 2013 23:02:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81N2k8e055444; Sun, 1 Sep 2013 23:02:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012302.r81N2k8e055444@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 23:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325932 - head/deskutils/tagutils 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.14 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: Sun, 01 Sep 2013 23:02:46 -0000 Author: bapt Date: Sun Sep 1 23:02:45 2013 New Revision: 325932 URL: http://svnweb.freebsd.org/changeset/ports/325932 Log: Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GMAKE to USES=gmake Convert USE_GNOME=gnomehack to USES=pathfix Modified: head/deskutils/tagutils/Makefile Modified: head/deskutils/tagutils/Makefile ============================================================================== --- head/deskutils/tagutils/Makefile Sun Sep 1 22:58:55 2013 (r325931) +++ head/deskutils/tagutils/Makefile Sun Sep 1 23:02:45 2013 (r325932) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tagutils -# Date Created: 24 May 2006 -# Whom: Khairil Yusof -# +# Created by: Khairil Yusof # $FreeBSD$ -# PORTNAME= tagutils PORTVERSION= 0.3.0 @@ -16,9 +12,9 @@ COMMENT= A command line tool for tagging LIB_DEPENDS= leaftag.0:${PORTSDIR}/devel/libleaftag -USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 pkgconfig +USES= gmake pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:15:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AC1672A3; Mon, 2 Sep 2013 01:15:34 +0000 (UTC) Date: Mon, 2 Sep 2013 01:15:34 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Message-ID: <20130902011534.GA43972@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> <522341BE.2070201@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <522341BE.2070201@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:15:34 -0000 On Sun, Sep 01, 2013 at 08:31:42AM -0500, Bryan Drewery wrote: > > What I see exactly proves my point: these knobs belong inside the bulk > > builder, not in the ports' Makefiles. If I would see, as a user, that I'm > > having some network problem, I would rather go and fix it, and continue > > to play with my ports. This obviously may not work for bulk builders, > > but that's totally different use case and definitely not something normal > > ports users should case about or even know = see those USE_PACKAGE_DEPENDS* > > knobs. > > Yes of course. As the log message said, USE_PACKAGE_DEPENDS *did not > change*. This *adds a feature* for package building. OK, I understand now. I guess I was confused by the USE_* namespace, which is typically exposed to a port's Makefile usage. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:24:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 43C4248E; Mon, 2 Sep 2013 01:24:54 +0000 (UTC) Date: Mon, 2 Sep 2013 01:24:54 +0000 From: Alexey Dokuchaev To: Raphael Kubo da Costa Subject: Re: svn commit: r325922 - in head/devel/gdb: . files Message-ID: <20130902012454.GC43972@FreeBSD.org> References: <201309012231.r81MViDe036729@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309012231.r81MViDe036729@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:24:54 -0000 On Sun, Sep 01, 2013 at 10:31:44PM +0000, Raphael Kubo da Costa wrote: > New Revision: 325922 > URL: http://svnweb.freebsd.org/changeset/ports/325922 > > -ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work > +ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 # untested elsewhere, might work If the comment really stands true, I don't see any point for ONLY_FOR_ARCHS. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:32:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A521E5B4; Mon, 2 Sep 2013 01:32:49 +0000 (UTC) Date: Mon, 2 Sep 2013 01:32:49 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Subject: Re: svn commit: r325631 - in head: databases/php5-pdo_dblib/files databases/php55-pdo_dblib/files devel/py-hashring/files devel/rubygem-fog/files graphics/py-graph-core/files sysutils/usbhotkey/files x... Message-ID: <20130902013249.GD43972@FreeBSD.org> References: <201308291911.r7TJBYx5033033@svn.freebsd.org> <20130830023543.GA15271@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:32:49 -0000 On Sun, Sep 01, 2013 at 10:22:18PM +0200, Gerald Pfeifer wrote: > On Fri, 30 Aug 2013, Alexey Dokuchaev wrote: > >> Log: > >> - remove empty directories > > It's getting annoying. Perhaps a portlint(1) check could be thrown in to > > prevent this happening in the future? Ditto to empty files, $EDITOR back- > > ups, etc... > > Have you considered submitting such a check for portlint, or a irst > attempt to code it? Honestly, I didn't, yet I understand (and totally support) your point that doing so would be more productive. The thing is that I myself do not need this check, as I rely heavily on svn st/diff and find(1) before committing, and normally catch empty dirs without the warning from sanity tools. That said, if the problem of ppl being unable to properly clean up after themselves would start to annoy me enough, I as well might sit down to craft a patch. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:41:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9400A712; Mon, 2 Sep 2013 01:41:08 +0000 (UTC) Date: Mon, 2 Sep 2013 01:41:08 +0000 From: Alexey Dokuchaev To: Mark Felder Subject: Re: svn commit: r325891 - in head/dns/rbldnsd: . files Message-ID: <20130902014108.GE43972@FreeBSD.org> References: <201309011728.r81HSx4Z057688@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309011728.r81HSx4Z057688@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:41:08 -0000 On Sun, Sep 01, 2013 at 05:28:59PM +0000, Mark Felder wrote: > New Revision: 325891 > URL: http://svnweb.freebsd.org/changeset/ports/325891 > > @@ -37,6 +23,8 @@ GROUPS= ${USERS} > PKGMESSAGE= ${WRKDIR}/pkg-message > SUB_FILES= pkg-message > > +.include > + Any reason not to use instead? > do-install: > @if [ ! -d ${ROOTDIR} ]; then \ > ${MKDIR} ${ROOTDIR}; \ > @@ -47,7 +35,7 @@ do-install: > ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/ > @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/ > @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/ The whole do-install recipe is badly indented (extra tabstop); destination paths carry bogus slashes at EOL, manpages should be installed relative to MAN[n]PREFIX (where optional n is section number). > -.if !defined(NOPORTDOCS) > +.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR}/ > @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} > @@ -57,7 +45,6 @@ do-install: > @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} > - @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR} We do not mute installation commands (muting MKDIR is fine). Silent build log does help to debug any potential problems. > .endif > > -.include > +.include Using above would have allow you to avoid changing this line. > --- head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:00 2013 (r325890) > +++ head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:59 2013 (r325891) > @@ -8,6 +8,5 @@ etc/rbldnsd/example > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.default > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.init > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.spec > -%%PORTDOCS%%%%DOCSDIR%%/rbldnsd.html > %%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrmtry etc/rbldnsd/ Superfluous slash at EOL. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:45:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 34E6E806; Mon, 2 Sep 2013 01:45:00 +0000 (UTC) Date: Mon, 2 Sep 2013 01:45:00 +0000 From: Alexey Dokuchaev To: John Marino Subject: Re: svn commit: r325857 - in head/devel/opencl: . files Message-ID: <20130902014500.GF43972@FreeBSD.org> References: <201309011425.r81EPB4v049325@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309011425.r81EPB4v049325@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:45:00 -0000 On Sun, Sep 01, 2013 at 02:25:11PM +0000, John Marino wrote: > New Revision: 325857 > URL: http://svnweb.freebsd.org/changeset/ports/325857 > > @@ -3,7 +3,7 @@ > > PORTNAME= opencl > PORTVERSION= 1.2 > -PORTREVISION= 2 > +PORTREVISION= 5 Wow, now *that's* a BUMP! :) Why so high? ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 02:57:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 168A9E72; Mon, 2 Sep 2013 02:57:54 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCCBA28D6; Mon, 2 Sep 2013 02:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r822vrJo094006; Mon, 2 Sep 2013 02:57:53 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r822vrnU094002; Mon, 2 Sep 2013 02:57:53 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201309020257.r822vrnU094002@svn.freebsd.org> From: Jun Kuriyama Date: Mon, 2 Sep 2013 02:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325933 - in head/japanese: ajaxzip2-data zipcodes 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.14 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: Mon, 02 Sep 2013 02:57:54 -0000 Author: kuriyama Date: Mon Sep 2 02:57:52 2013 New Revision: 325933 URL: http://svnweb.freebsd.org/changeset/ports/325933 Log: - Update to 20130830. Modified: head/japanese/ajaxzip2-data/Makefile head/japanese/ajaxzip2-data/distinfo head/japanese/zipcodes/Makefile head/japanese/zipcodes/distinfo Modified: head/japanese/ajaxzip2-data/Makefile ============================================================================== --- head/japanese/ajaxzip2-data/Makefile Sun Sep 1 23:02:45 2013 (r325932) +++ head/japanese/ajaxzip2-data/Makefile Mon Sep 2 02:57:52 2013 (r325933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ajaxzip2 -PORTVERSION= 20130628 +PORTVERSION= 20130830 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama Modified: head/japanese/ajaxzip2-data/distinfo ============================================================================== --- head/japanese/ajaxzip2-data/distinfo Sun Sep 1 23:02:45 2013 (r325932) +++ head/japanese/ajaxzip2-data/distinfo Mon Sep 2 02:57:52 2013 (r325933) @@ -1,4 +1,4 @@ -SHA256 (ken_all-20130628.lzh) = 78630e7f8b396603cde066c4a6d598c9af94bb97f415a68148dd3144dea18871 -SIZE (ken_all-20130628.lzh) = 1735995 -SHA256 (jigyosyo-20130628.lzh) = d7b796d8643457d883de4a33cb3edf7455f11d778ea74d07b450ea10f3339cf7 -SIZE (jigyosyo-20130628.lzh) = 823590 +SHA256 (ken_all-20130830.lzh) = 1b31a90e390d11e21193fbf294aa787b97a29f61c07a2b2ac3c8666b712832d7 +SIZE (ken_all-20130830.lzh) = 1736273 +SHA256 (jigyosyo-20130830.lzh) = 15e679ccec10851a0938d96b7aba13d2d02e3130053a979fada445a17efd4882 +SIZE (jigyosyo-20130830.lzh) = 819152 Modified: head/japanese/zipcodes/Makefile ============================================================================== --- head/japanese/zipcodes/Makefile Sun Sep 1 23:02:45 2013 (r325932) +++ head/japanese/zipcodes/Makefile Mon Sep 2 02:57:52 2013 (r325933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zipcodes -PORTVERSION= 20130628 +PORTVERSION= 20130830 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama Modified: head/japanese/zipcodes/distinfo ============================================================================== --- head/japanese/zipcodes/distinfo Sun Sep 1 23:02:45 2013 (r325932) +++ head/japanese/zipcodes/distinfo Mon Sep 2 02:57:52 2013 (r325933) @@ -1,4 +1,4 @@ -SHA256 (ken_all-20130628.lzh) = 78630e7f8b396603cde066c4a6d598c9af94bb97f415a68148dd3144dea18871 -SIZE (ken_all-20130628.lzh) = 1735995 -SHA256 (jigyosyo-20130628.lzh) = d7b796d8643457d883de4a33cb3edf7455f11d778ea74d07b450ea10f3339cf7 -SIZE (jigyosyo-20130628.lzh) = 823590 +SHA256 (ken_all-20130830.lzh) = 1b31a90e390d11e21193fbf294aa787b97a29f61c07a2b2ac3c8666b712832d7 +SIZE (ken_all-20130830.lzh) = 1736273 +SHA256 (jigyosyo-20130830.lzh) = 15e679ccec10851a0938d96b7aba13d2d02e3130053a979fada445a17efd4882 +SIZE (jigyosyo-20130830.lzh) = 819152 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:23:00 2013 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 ESMTP id 3A331E23; Mon, 2 Sep 2013 05:23:00 +0000 (UTC) (envelope-from mi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16D642E92; Mon, 2 Sep 2013 05:23:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r825Mx5s080286; Mon, 2 Sep 2013 05:22:59 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r825MxwW080249; Mon, 2 Sep 2013 05:22:59 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309020522.r825MxwW080249@svn.freebsd.org> From: Mikhail Teterin Date: Mon, 2 Sep 2013 05:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325934 - in head/graphics/libfpx: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 05:23:00 -0000 Author: mi Date: Mon Sep 2 05:22:58 2013 New Revision: 325934 URL: http://svnweb.freebsd.org/changeset/ports/325934 Log: Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2) and gcc (4.8). PR: 181302 Submitted by: delphij@ Tested by: ImageMagick's self-test suit Added: head/graphics/libfpx/files/patch-warnings (contents, props changed) Deleted: head/graphics/libfpx/files/patch-aa head/graphics/libfpx/files/patch-fpxlib head/graphics/libfpx/files/patch-ph_image Modified: head/graphics/libfpx/Makefile head/graphics/libfpx/distinfo head/graphics/libfpx/files/Makefile.bsd Modified: head/graphics/libfpx/Makefile ============================================================================== --- head/graphics/libfpx/Makefile Mon Sep 2 02:57:52 2013 (r325933) +++ head/graphics/libfpx/Makefile Mon Sep 2 05:22:58 2013 (r325934) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfpx -DISTVERSION= 1.3.1-1 +DISTVERSION= 1.3.1-2 CATEGORIES= graphics MASTER_SITES= http://imagemagick.mirrorcatalogs.com/delegates/ \ http://www.imagemagick.org/download/delegates/ \ Modified: head/graphics/libfpx/distinfo ============================================================================== --- head/graphics/libfpx/distinfo Mon Sep 2 02:57:52 2013 (r325933) +++ head/graphics/libfpx/distinfo Mon Sep 2 05:22:58 2013 (r325934) @@ -1,2 +1,2 @@ -SHA256 (libfpx-1.3.1-1.tar.xz) = d27700c9215ed0fda0878bda098ed5f19ecb436f76f4a1895cca5e4835c253a1 -SIZE (libfpx-1.3.1-1.tar.xz) = 1899164 +SHA256 (libfpx-1.3.1-2.tar.xz) = 61c6332e8049460bebd9148589ffaad45a3849f0bf5f2dd8a79fefe9ac9ab0b0 +SIZE (libfpx-1.3.1-2.tar.xz) = 1892952 Modified: head/graphics/libfpx/files/Makefile.bsd ============================================================================== --- head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 02:57:52 2013 (r325933) +++ head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 05:22:58 2013 (r325934) @@ -4,8 +4,8 @@ SHLIB_MAJOR= 2 SHLIB_MINOR= 7 WARNS= 3 -LIBDIR = ${LOCALBASE}/lib -INCSDIR = ${LOCALBASE}/include +LIBDIR = ${PREFIX}/lib +INCSDIR = ${PREFIX}/include INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API NO_PROFILE= Don't want it Added: head/graphics/libfpx/files/patch-warnings ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfpx/files/patch-warnings Mon Sep 2 05:22:58 2013 (r325934) @@ -0,0 +1,479 @@ +--- basics/filename.cpp 2013-09-01 20:54:18.000000000 -0400 ++++ basics/filename.cpp 2013-09-01 21:00:22.000000000 -0400 +@@ -430,12 +430,13 @@ + #else + struct statfs buf; +- int errNum=0, fstyp; ++ int errNum; + /* Get file system stats */ +- fstyp=0; + #ifdef __SVR4 // FIXME: statfs is not a portable API +- errNum = statfs ( ".", &buf, sizeof( struct statfs ), fstyp); ++ errNum = statfs ( ".", &buf, sizeof( struct statfs ), 0); + #else + errNum = statfs ( ".", &buf); + #endif ++ if (errNum) ++ perror("statfs on current directory"); + + return (buf.f_bsize*buf.f_bfree)/kOneKilobyte; +--- basics/a_file.cpp 2005-02-25 21:23:03.000000000 -0500 ++++ basics/a_file.cpp 2013-09-01 21:05:29.000000000 -0400 +@@ -259,8 +259,7 @@ + // remove access path from name + long index = 0; +- while (cname[i] != '\0') { ++ for (i = 0; cname[i] != '\0'; i++) { + if (cname[i] == ':') + index = i; +- i++; + } + if (index != 0) { +--- ole/olecore.cpp 2007-11-02 03:10:05.000000000 -0400 ++++ ole/olecore.cpp 2013-09-01 21:07:54.000000000 -0400 +@@ -154,11 +154,6 @@ + { + FPXStatus terr; +- unsigned short errCode, errFac, errSev; + SCODE sCode = GetScode(err); + +- errSev = SCODE_SEVERITY(sCode); +- errCode = SCODE_CODE(sCode); +- errFac = SCODE_FACILITY(sCode); +- + switch (sCode) { + case S_OK: terr = FPX_OK; +@@ -385,13 +380,6 @@ + { + OSErr terr; +- // DAG +- unsigned short errCode, errFac, errSev; + SCODE sCode = GetScode(err); + +- errSev = SCODE_SEVERITY(sCode); +- errCode = SCODE_CODE(sCode); +- errFac = SCODE_FACILITY(sCode); +- // end DAG +- + switch (sCode) { + case S_OK: terr = noErr; +--- ri_image/ptile.cpp 2007-11-02 03:10:05.000000000 -0400 ++++ ri_image/ptile.cpp 2013-09-01 21:09:31.000000000 -0400 +@@ -776,5 +776,5 @@ + PTile *currTile = first; + PTile *nextTile = currTile->next; +- time_t ancientTime, timeNow; ++ time_t ancientTime; + + // Calculate the minimum time for the last access to the tile. If a tile +@@ -782,8 +782,6 @@ + // it to be "ancient" + #ifdef _WINDOWS +- timeNow = GetCurrentTime(); + ancientTime = GetCurrentTime() - (numMinutesOld * 60L * CLOCKS_PER_SEC); + #else +- timeNow = clock(); + ancientTime = clock() - (numMinutesOld * 60L * CLOCKS_PER_SEC); + #endif +--- fpx/f_fpxvw.cpp 2012-10-05 07:30:48.000000000 -0400 ++++ fpx/f_fpxvw.cpp 2013-09-01 21:11:33.000000000 -0400 +@@ -437,5 +437,4 @@ + PFileFlashPixView::~PFileFlashPixView () + { +- Boolean status; + // CAUTION: Elements have to be deleted in the reverse order of their creation... + +@@ -443,6 +442,5 @@ + // all ole buffers for the elements) + if (mode != OLE_READ_ONLY_MODE) +- status = Commit(); +- ++ Commit(); + + // Delete an element releases the OLE object. +--- fpx/fpxformt.cpp 2007-11-02 03:10:05.000000000 -0400 ++++ fpx/fpxformt.cpp 2013-09-01 21:15:16.000000000 -0400 +@@ -547,5 +547,4 @@ + FPXStatus PFlashPixFile::Erreur() const + { +- long error = 0; + FPXStatus status = FPX_OK; + +@@ -563,5 +562,5 @@ + // It's not an error not to have an Image Info property set (optionnal) + if (imageInfoPropertySet) +- error = imageInfoPropertySet->getFPXStatus(); ++ status = imageInfoPropertySet->getFPXStatus(); + } + +--- fpx/fpxlibio.cpp 2007-11-02 03:10:05.000000000 -0400 ++++ fpx/fpxlibio.cpp 2013-09-01 21:21:36.000000000 -0400 +@@ -1752,6 +1752,5 @@ + { + // Open the sub-storage +- Boolean bRes; +- bRes = theowningStorage->OpenStorage( ++ theowningStorage->OpenStorage( + (const char*) storagePathInFile, + &theSubStorage, +--- oless/ascii.cxx 2005-02-25 21:23:09.000000000 -0500 ++++ oless/ascii.cxx 2013-09-01 21:46:40.000000000 -0400 +@@ -112,5 +112,5 @@ + SCODE sc; + olDebugOut((DEB_ITRACE, "In CheckAName(%s)\n", pwcsName)); +- if (FAILED(sc = ValidateNameA(pwcsName, CBMAXPATHCOMPLEN))) ++ if (FAILED(ValidateNameA(pwcsName, CBMAXPATHCOMPLEN))) + return sc; + // >= is used because the max len includes the null terminator +@@ -142,5 +142,5 @@ + olAssert(sizeof(STATSTG) == sizeof(STATSTGW)); + +- olChk(sc = Next(celt, (STATSTGW *)rgelt, &cnt)); ++ olChk(Next(celt, (STATSTGW *)rgelt, &cnt)); + for (i = 0; ipwcsName) + _wcstotbs(pstatstg->pwcsName, (WCHAR *)pstatstg->pwcsName, +@@ -190,5 +190,5 @@ + + // call the virtual (wide char) function +- olChk(sc = this->Stat((STATSTGW *)pstatstg, grfStatFlag)); ++ olChk(this->Stat((STATSTGW *)pstatstg, grfStatFlag)); + + if (pstatstg->pwcsName) +--- oless/docfile.cxx 2007-11-02 03:10:05.000000000 -0400 ++++ oless/docfile.cxx 2013-09-01 21:57:30.000000000 -0400 +@@ -94,5 +94,4 @@ + SCODE sc; + CFileILB *pilb = NULL; +- int i; + + olDebugOut((DEB_ITRACE, "In StgCreateDocfile(%p, %lX, %lu, %p)\n", +@@ -124,6 +123,8 @@ + if (pilb) + { +- if (FAILED(sc)) i=pilb->ReleaseOnError(); +- else i=pilb->Release(); ++#if DBG == 1 ++ int i = ++#endif ++ FAILED(sc) ? pilb->ReleaseOnError() : pilb->Release(); + olAssert(SUCCEEDED(sc) ? i==1 : i==0); + } +@@ -182,5 +183,5 @@ + df |= DF_INDEPENDENT; + olChkTo(EH_Truncate, +- sc = DfFromLB(plkbyt, df, ++ DfFromLB(plkbyt, df, + RSF_CREATE | + ((grfMode & STGM_CREATE) ? RSF_TRUNCATE : 0) | +--- oless/expdf.cxx 2007-11-02 03:10:05.000000000 -0400 ++++ oless/expdf.cxx 2013-09-01 21:59:56.000000000 -0400 +@@ -170,6 +170,8 @@ + if (IsRoot() && P_WRITE(_df)) + { +- SCODE sc; +- sc = _pmsBase->Flush(0); ++#if DBG == 1 ++ SCODE sc = ++#endif ++ _pmsBase->Flush(0); + #if DBG == 1 + if (FAILED(sc)) +--- oless/fat.cxx 2007-11-02 03:10:05.000000000 -0400 ++++ oless/fat.cxx 2013-09-01 22:02:10.000000000 -0400 +@@ -405,7 +405,4 @@ + _cfsTable = cFatSect; + +- USHORT cbSectorSize; +- cbSectorSize = _pmsParent->GetSectorSize(); +- + _ulFreeSects = MAX_ULONG; + +--- oless/refilb.cxx 2007-11-02 03:10:05.000000000 -0400 ++++ oless/refilb.cxx 2013-09-01 22:04:44.000000000 -0400 +@@ -298,7 +298,7 @@ + if (!result) // fill in zeros + { +- pstatstg->atime.dwLowDateTime = pstatstg->atime.dwLowDateTime = 0; +- pstatstg->mtime.dwLowDateTime = pstatstg->mtime.dwLowDateTime = 0; +- pstatstg->ctime.dwLowDateTime = pstatstg->ctime.dwLowDateTime = 0; ++ pstatstg->atime.dwLowDateTime = 0; ++ pstatstg->mtime.dwLowDateTime = 0; ++ pstatstg->ctime.dwLowDateTime = 0; + } + else +--- oless/storage.cxx 2007-11-02 03:10:05.000000000 -0400 ++++ oless/storage.cxx 2013-09-01 22:08:18.000000000 -0400 +@@ -54,5 +54,4 @@ + { + SCODE sc; +- int i; + + if (!pwcsName) +@@ -73,6 +72,8 @@ + + EH_Err: +- if (FAILED(sc)) i=pilb->ReleaseOnError(); +- else i=pilb->Release(); ++#if DBG == 1 ++ int i = ++#endif ++ FAILED(sc) ? pilb->ReleaseOnError() : pilb->Release(); + olAssert(SUCCEEDED(sc) ? i==1 : i==0); + olDebugOut((DEB_TRACE,"Out StgOpenStorage: ppstgOpen=%p ret=> %lX\n", +@@ -140,5 +141,4 @@ + { + SCODE sc; +- int i=0; + CFileILB* pilb; + +@@ -149,7 +149,11 @@ + + EH_Err: +- if (pilb) +- i=pilb->Release(); +- olAssert(i==0); // should not have any more reference to it ++ if (pilb) { ++#if DBG == 1 ++ int i = ++#endif ++ pilb->Release(); ++ olAssert(i==0); // should not have any more reference to it ++ } + olDebugOut((DEB_TRACE, "Out StgIsStorageFile: ret=> %lx\n", sc)); + return ResultFromScode(sc); +--- oless/vect.cxx 2005-02-25 21:23:11.000000000 -0500 ++++ oless/vect.cxx 2013-09-01 22:14:07.000000000 -0400 +@@ -62,5 +62,5 @@ + + msfDebugOut((DEB_ITRACE,"Out CPagedVector::CPagedVector()\n")); +- return S_OK; ++ return sc; + + Err: +--- jpeg/mcu2rast.c 2005-02-25 21:23:06.000000000 -0500 ++++ jpeg/mcu2rast.c 2013-09-01 22:17:29.000000000 -0400 +@@ -214,5 +214,5 @@ + unsigned char *buf_ptr, *c2_ptr, *c3_ptr; + int *p1, *p2, *p3, *p4, i, j, k, t; +- int skip, skip2, skip_row_data, skip_row_data2; ++ int skip, skip2, skip_row_data; + int *mcupos; + int nvMCU, nhMCU; /* number of FULL MCU vert. and hor. */ +@@ -265,5 +265,4 @@ + skip2 = (width/2) - 8; + skip_row_data = 8*width; /* One row of MCUs */ +- skip_row_data2 = 8*width/2; /* one row of chroma blocks */ + + for (i = 0; i < nvMCU; i++) { +@@ -326,5 +325,5 @@ + unsigned char *buf_ptr, *c1_ptr, *c2_ptr, *c3_ptr, *c4_ptr; + int *p1, *p2, *p3, *p4, *p5, *p6, i, j, k, t; +- int skip, skip2, skip_row_data, skip_row_data2; ++ int skip, skip2, skip_row_data; + int *mcupos; + int nvMCU, nhMCU; /* number of FULL MCU vert. and hor. */ +@@ -382,5 +381,4 @@ + skip2 = (width/2) - 8; + skip_row_data = 8*width; /* One row of MCUs */ +- skip_row_data2 = 8*width/2; /* one row of chroma blocks */ + + for (i = 0; i < nvMCU; i++) { +--- jpeg/encoder.h 2005-02-25 21:23:06.000000000 -0500 ++++ jpeg/encoder.h 2013-09-01 22:25:58.000000000 -0400 +@@ -161,15 +161,10 @@ + ); + +- + /* see above */ + JPEGEXPORT + int eJPEG_ConcatenateHeader( +-void *encoder, +-unsigned char *hdrBuffer,/* the buffer itself */ +-long *hdrBufferUsed /* upon return shows the amount of +- hdrbuffer that was used. */ ++void *encoder + ); + +- + JPEGEXPORT + long eJPEG_EncodeTile( +--- jpeg/public.c 2005-02-25 21:23:06.000000000 -0500 ++++ jpeg/public.c 2013-09-01 22:36:15.000000000 -0400 +@@ -19,7 +19,10 @@ + #define IMP_ENCODER + #include ++#include + #include + #include "jpegconf.h" + ++#include "ejpeg.h" ++ + #include "enctile.h" + #include "encoder.h" +@@ -449,8 +452,5 @@ + #define HDR_BUFF_SIZE 1440 + int eJPEG_ConcatenateHeader( +-void *encoder, /* same value returned by eJPEG_Init */ +-unsigned char *hdrBuffer, /* the buffer itself */ +-long *hdrBufferUsed /* upon return shows the amount of +- that was used */ ++void *encoder /* same value returned by eJPEG_Init */ + ) + { +@@ -462,5 +462,4 @@ + ret = eJPEG_CreateHeader(encoder, HDR_BUFF_SIZE, tempBuf, &size); + size_minus_eoi = size-2; +- *hdrBufferUsed = size; + + if(ret) +@@ -477,6 +476,4 @@ + } + +- hdrBuffer = jpg->header; +- + return(ret); + } +@@ -584,4 +581,21 @@ + jpg->xPixels * jpg->yPixels * jpg->bytes, + &finalSize); ++ switch(check) { ++ case 0: ++ break; ++ /* Actual two error-returns from JPEGEncodeTile() */ ++ case EJPEG_ERROR_MEM: ++ fprintf(stderr, "libfpx: JPEGEncodeTile %s\n", ++ "complained of lack of memory"); ++ return -1; ++ case EJPEG_ERROR_EOF: ++ fprintf(stderr, "libfpx: JPEGEncodeTile %s\n", ++ "complained of corrupt file"); ++ return -1; ++ default: ++ fprintf(stderr, "libfpx: JPEGEncodeTile %s\n", ++ "failed unexpectedly"); ++ return -1; ++ } + + /* Are supposed to include the header in the tile */ +--- ri_image/cp_jpeg.cpp 2007-11-02 03:10:05.000000000 -0400 ++++ ri_image/cp_jpeg.cpp 2013-09-01 22:43:43.000000000 -0400 +@@ -251,5 +251,5 @@ + status = eJPEG_CreateHeader(pEncoder, DEFAULTJPEGHEADERSIZE, jpegHeader, (long *)&headerSize); + else +- status = eJPEG_ConcatenateHeader(pEncoder, jpegHeader, (long *)&headerSize); ++ status = eJPEG_ConcatenateHeader(pEncoder); + + if (status) +--- jpeg/process.c 2007-11-02 03:10:05.000000000 -0400 ++++ jpeg/process.c 2013-09-01 22:45:24.000000000 -0400 +@@ -86,10 +86,9 @@ + SubSample422(const unsigned char *src, unsigned char *dst, int tileSize, int bpp) + { +- int x, y, blocks, acc, lineOffset; ++ int x, y, blocks, acc; + unsigned char *dstPtr = dst; + const unsigned char *p1, *p2; + + blocks = tileSize / 2; +- lineOffset = tileSize * bpp; + for(x = 0; x < tileSize; x++) + { +--- jpeg/enctile.c 2007-11-02 03:10:05.000000000 -0400 ++++ jpeg/enctile.c 2013-09-01 22:46:30.000000000 -0400 +@@ -195,5 +195,5 @@ + Some error checking should be done at the higher level. + */ +- int j, i, k, nvblocks, nhblocks; ++ int j, i, k, nhblocks; + int t, skip; + /* HANDLE lBlock; */ +@@ -204,5 +204,4 @@ + Clear_Last_DC(jpeg_struct); + +- nvblocks = height/8; + nhblocks = width/8; + skip = width -8; +--- jpeg/dectile.c 2011-12-16 10:49:44.000000000 -0500 ++++ jpeg/dectile.c 2013-09-01 22:55:16.000000000 -0400 +@@ -433,5 +433,8 @@ + { + int marker, i = 0, ii; +- static int error_code, dct_method, image_found, eoi_found, is_gray_scale; ++#ifdef WARNING ++ static int eoi_found; ++#endif ++ static int error_code, dct_method, image_found, is_gray_scale; + static int interleave_flag; + static unsigned int restart_interv; /* restart interval, 0 if disabled */ +@@ -457,5 +460,7 @@ + restart_interv = 0; + image_found = 0; ++#ifdef WARNING + eoi_found = 0; ++#endif + dct_method = method; + error_code = 0; +@@ -480,5 +485,7 @@ + restart_interv = 0; + image_found = 0; ++#ifdef WARNING + eoi_found = 0; ++#endif + dct_method = method; + error_code = 0; +@@ -675,5 +682,7 @@ + } + #endif /* NOCODE GSY 8/2/96 */ ++#ifdef WARNING + eoi_found = 1; ++#endif + if (image_found) { + goto Finished; +@@ -688,5 +697,7 @@ + } else if ((frame == NULL) && + ((marker = DP_Get_Next_Marker(db_state)) == MARKER_SOI)) { ++#ifdef WARNING + eoi_found = 0; ++#endif + goto Switch0; + } else { +--- jpeg/djpeg.c 2007-11-02 03:10:05.000000000 -0400 ++++ jpeg/djpeg.c 2013-09-01 22:56:51.000000000 -0400 +@@ -130,5 +130,4 @@ + int grayscale; + int error_type; +- size_t byte_count; + DB_STATE *db_state; + DECODER_STRUCT *decodePtr = (DECODER_STRUCT *)decoder; +@@ -165,5 +164,4 @@ + return(error_type); + } +- byte_count = (size_t)DB_Processed_Bytes(db_state); + + if (db_state->db_MCUbuf != NULL) { +@@ -190,5 +188,4 @@ + int grayscale; + int error_type; +- size_t byte_count; + DB_STATE *db_state; + DECODER_STRUCT *decodePtr = (DECODER_STRUCT *)decoder; +@@ -232,5 +229,4 @@ + return(error_type); + } +- byte_count = (size_t)DB_Processed_Bytes(db_state); + + if (db_state->db_MCUbuf != NULL) { +@@ -273,6 +269,4 @@ + } + +- byte_count = (size_t) DB_Processed_Bytes(db_state); +- + if (db_state->db_MCUbuf != NULL) { + FPX_free(db_state->db_MCUbuf); From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:36:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7BE8010C; Mon, 2 Sep 2013 05:36:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5BE2EF6; Mon, 2 Sep 2013 05:36:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r825avdW087579; Mon, 2 Sep 2013 05:36:57 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r825auNi087577; Mon, 2 Sep 2013 05:36:56 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309020536.r825auNi087577@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 2 Sep 2013 05:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325935 - head/lang/pcc 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.14 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: Mon, 02 Sep 2013 05:36:57 -0000 Author: danfe Date: Mon Sep 2 05:36:56 2013 New Revision: 325935 URL: http://svnweb.freebsd.org/changeset/ports/325935 Log: - Try to fix parallel (-jX) builds: use make's -C switch and add a missing dependency - While here: adjust header and COMMENT, remove useless WRKSRC assignment, put USES higher up where it's normally found - Kill EOL whitespace in pkg-descr Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/lang/pcc/Makefile head/lang/pcc/pkg-descr Modified: head/lang/pcc/Makefile ============================================================================== --- head/lang/pcc/Makefile Mon Sep 2 05:22:58 2013 (r325934) +++ head/lang/pcc/Makefile Mon Sep 2 05:36:56 2013 (r325935) @@ -1,4 +1,4 @@ -# Created by: David O'Brien (obrien@NUXI.org) +# Created by: David O'Brien # $FreeBSD$ PORTNAME= pcc @@ -10,20 +10,23 @@ MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/ EXTRACT_SUFX= .tgz MAINTAINER= joel@FreeBSD.org -COMMENT= The Portable C Compiler +COMMENT= Portable C Compiler ONLY_FOR_ARCHS= i386 amd64 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=${YACC} -USES= gmake - -MAKE_JOBS_UNSAFE=yes MAN1= ccom.1 cpp.1 pcc.1 PLIST_FILES= bin/pcc libexec/ccom libexec/cpp +# Fix -jX builds: use -C switch instead of cd'ing and add missing dependency +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ + 's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/' + @${ECHO_CMD} 'builtins.o: pass1.h' >> ${WRKSRC}/cc/ccom/Makefile.in + pre-configure: ${MKDIR} ${WRKSRC}/os/freebsd ${CP} ${FILESDIR}/*.h ${WRKSRC}/os/freebsd Modified: head/lang/pcc/pkg-descr ============================================================================== --- head/lang/pcc/pkg-descr Mon Sep 2 05:22:58 2013 (r325934) +++ head/lang/pcc/pkg-descr Mon Sep 2 05:36:56 2013 (r325935) @@ -1,6 +1,6 @@ This compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. Even though much of the compiler has been -rewritten, some of the basics still remain. +rewritten, some of the basics still remain. The intention is to write a C99 compiler while still keeping it small, simple, fast and understandable. I think of it as if it shall be able to compile and From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:40:38 2013 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 ESMTP id 282BC201; Mon, 2 Sep 2013 05:40:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1598B2F2B; Mon, 2 Sep 2013 05:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r825eb0U089210; Mon, 2 Sep 2013 05:40:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r825ebIp089209; Mon, 2 Sep 2013 05:40:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020540.r825ebIp089209@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 05:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325936 - head/net-mgmt/collectd5 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.14 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: Mon, 02 Sep 2013 05:40:38 -0000 Author: bapt Date: Mon Sep 2 05:40:37 2013 New Revision: 325936 URL: http://svnweb.freebsd.org/changeset/ports/325936 Log: Add an explicit dependency on pkgconfig Fix missing description for the NOTIFYEMAIL option Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon Sep 2 05:36:56 2013 (r325935) +++ head/net-mgmt/collectd5/Makefile Mon Sep 2 05:40:37 2013 (r325936) @@ -10,7 +10,7 @@ MASTER_SITES= http://collectd.org/files/ MAINTAINER= ports@bsdserwis.com COMMENT= Systems & network statistics collection daemon -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf autoheader automake libltdl @@ -27,6 +27,7 @@ GCRYPT_DESC= Build with libgcrypt JSON_DESC= Enable JSON plugins MEMCACHEC_DESC= Enable memcachec plugin MODBUS_DESC= Enable modbus plugin +NOTIFYEMAIL_DESC= Mail notification MYSQL_DESC= Enable mysql-based plugins NUTUPS_DESC= Enable nut (ups) plugin PGSQL_DESC= Enable postgresql-based plugins From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:41:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA82C2DC; Mon, 2 Sep 2013 05:41:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B927C2F2F; Mon, 2 Sep 2013 05:41:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r825fqjs091536; Mon, 2 Sep 2013 05:41:52 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r825fojI091526; Mon, 2 Sep 2013 05:41:50 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309020541.r825fojI091526@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 05:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325937 - in head: Mk/Uses devel/common_lib devel/liblangtag emulators/vice hebrew/hunspell japanese/gjiten japanese/platex-japanese sysutils/djmount ukrainian/hunspell 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.14 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: Mon, 02 Sep 2013 05:41:52 -0000 Author: bsam Date: Mon Sep 2 05:41:50 2013 New Revision: 325937 URL: http://svnweb.freebsd.org/changeset/ports/325937 Log: 1. Introduce using iconv with arguments: . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt) Modified: head/Mk/Uses/iconv.mk head/devel/common_lib/Makefile head/devel/liblangtag/Makefile head/emulators/vice/Makefile head/hebrew/hunspell/Makefile head/japanese/gjiten/Makefile head/japanese/platex-japanese/Makefile head/sysutils/djmount/Makefile head/ukrainian/hunspell/Makefile Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Mon Sep 2 05:40:37 2013 (r325936) +++ head/Mk/Uses/iconv.mk Mon Sep 2 05:41:50 2013 (r325937) @@ -5,17 +5,25 @@ # MAINTAINER: portmgr@FreeBSD.org # # Feature: iconv -# Usage: USES=iconv -# Valid ARGS: does not require args +# Usage: USES=iconv or USES=iconv:ARGS +# Valid ARGS: lib (default, implicit), build, patch # # .if !defined(_INCLUDE_USES_ICONV_MK) _INCLUDE_USES_ICONV_MK= yes -.if defined(iconv_ARGS) -IGNORE= USES=iconv does not require args +ICONV_CMD= ${LOCALBASE}/bin/iconv + +.if !defined(iconv_ARGS) +iconv_ARGS= lib .endif +.if ${iconv_ARGS} == "lib" LIB_DEPENDS+= libiconv.so.3:${PORTSDIR}/converters/libiconv +.elif ${iconv_ARGS} == "build" +BUILD_DEPENDS+= ${ICONV_CMD}:${PORTSDIR}/converters/libiconv +.elif ${iconv_ARGS} == "patch" +PATCH_DEPENDS+= ${ICONV_CMD}:${PORTSDIR}/converters/libiconv +.endif .endif Modified: head/devel/common_lib/Makefile ============================================================================== --- head/devel/common_lib/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/devel/common_lib/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -9,8 +9,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Library of commonly used Erlang functions BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - txt2tags:${PORTSDIR}/textproc/txt2tags \ - iconv:${PORTSDIR}/converters/libiconv + txt2tags:${PORTSDIR}/textproc/txt2tags RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" @@ -24,6 +23,7 @@ GH_TAGNAME= ${PORTVERSION} USE_GMAKE= yes USE_DOS2UNIX= Makefile ALL_TARGET= compile doc +USES= iconv:build MAN1= common_lib.1 MAN3= cl_application.3 cl_binary.3 cl_calendar.3 cl_consumer.3 \ @@ -37,7 +37,7 @@ post-extract: do-install: .for manpage in ${MAN1} ${MAN3} - @iconv -f UTF-8 -t ISO-8859-1 ${WRKSRC}/doc/man/${manpage} > ${WRKSRC}/doc/man/${manpage}.iconv + @${ICONV_CMD} -f UTF-8 -t ISO-8859-1 ${WRKSRC}/doc/man/${manpage} > ${WRKSRC}/doc/man/${manpage}.iconv .endfor .for manpage in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/man/${manpage}.iconv ${MAN1PREFIX}/man/man1/${manpage} Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/devel/liblangtag/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -13,7 +13,6 @@ COMMENT= An interface library to access LICENSE= LGPL3 MPL LICENSE_COMB= dual -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes @@ -21,7 +20,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= iconv:build pathfix pkgconfig CONFIGURE_ARGS= --disable-introspection Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/emulators/vice/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -105,8 +105,7 @@ LIB_DEPENDS+= avcodec:${PORTSDIR}/multi .endif .if ${PORT_OPTIONS:MNLS} -USES+= gettext -PATCH_DEPENDS+= ${LOCALBASE}/bin/iconv:${PORTSDIR}/converters/libiconv +USES+= gettext iconv:patch CONFIGURE_ARGS+= --enable-nls --localedir=${LOCALBASE}/share/locale # causes vice to crash: #LDFLAGS+= -lgettextlib @@ -139,7 +138,7 @@ post-patch: ${WRKSRC}/configure .for i in da.po de.po fr.po hu.po it.po nl.po pl.po sv.po tr.po ${MV} "${WRKSRC}/po/${i}" "${WRKSRC}/po/${i}.latin" - ${LOCALBASE}/bin/iconv -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}" + ${ICONV_CMD} -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}" .endfor .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/hebrew/hunspell/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -16,9 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Hebrew hunspell dictionaries -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv - -USES= perl5 +USES= iconv:build perl5 ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes Modified: head/japanese/gjiten/Makefile ============================================================================== --- head/japanese/gjiten/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/japanese/gjiten/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -46,7 +46,7 @@ RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/ EDICT_DIR= ${LOCALBASE}/share/dict/edict EDICT_FILE= ${EDICT_DIR}/edict RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/japanese/edict -BUILD_DEPENDS+= ${LOCALBASE}/bin/iconv:${PORTSDIR}/converters/libiconv +USES+= iconv:build .endif DICTIONARIES= kanjidic edict compdic @@ -72,7 +72,7 @@ post-install: .endfor .else .for f in ${DICTIONARIES} - ${LOCALBASE}/bin/iconv -c -f EUC-JP -t UTF-8 ${EDICT_DIR}/${f} > ${GJITEN_DICS}/${f} + ${ICONV_CMD} -c -f EUC-JP -t UTF-8 ${EDICT_DIR}/${f} > ${GJITEN_DICS}/${f} .endfor .endif -@update-desktop-database Modified: head/japanese/platex-japanese/Makefile ============================================================================== --- head/japanese/platex-japanese/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/japanese/platex-japanese/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -18,10 +18,9 @@ DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp COMMENT= pLaTeX package that literally provides Japanese option to babel -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv - USE_ZIP= yes USE_TEX= latex ptex +USES= iconv:build TEXMFDIR= share/texmf STYDIR= tex/generic/babel @@ -33,7 +32,6 @@ SAMPLEFILE= sample.tex PDFFILE= sample.pdf TEXTFILE= README ENCODING?= EUC-JP -ICONV= ${LOCALBASE}/bin/iconv MKTEXLSR= ${LOCALBASE}/bin/mktexlsr .SILENT:: @@ -49,7 +47,7 @@ post-configure: ${SED} -e 's/\(sample\.tex\)/j\1/g' ${INSFILE:S/$/.orig/} \ > ${INSFILE} && \ ${MV} ${DTXFILE} ${DTXFILE}.orig && \ - ${ICONV} -f ISO-2022-JP -t ${ENCODING} ${DTXFILE}.orig > ${DTXFILE} ) + ${ICONV_CMD} -f ISO-2022-JP -t ${ENCODING} ${DTXFILE}.orig > ${DTXFILE} ) do-build: ( cd ${WRKSRC} && platex ${INSFILE} && \ Modified: head/sysutils/djmount/Makefile ============================================================================== --- head/sysutils/djmount/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/sysutils/djmount/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -11,11 +11,10 @@ MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USES= fuse pkgconfig +USES= fuse iconv:build pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Mon Sep 2 05:40:37 2013 (r325936) +++ head/ukrainian/hunspell/Makefile Mon Sep 2 05:41:50 2013 (r325937) @@ -12,9 +12,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Ukrainian hunspell dictionaries -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv - -USES= shebangfix perl5 +USES= iconv:build shebangfix perl5 ALL_TARGET= myspell USE_GMAKE= yes USE_PERL5= build From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:44:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 46F713DC; Mon, 2 Sep 2013 05:44:31 +0000 (UTC) Date: Mon, 2 Sep 2013 05:44:31 +0000 From: Alexey Dokuchaev To: Boris Samorodov Subject: Re: svn commit: r325937 - in head: Mk/Uses devel/common_lib devel/liblangtag emulators/vice hebrew/hunspell japanese/gjiten japanese/platex-japanese sysutils/djmount ukrainian/hunspell Message-ID: <20130902054431.GA3476@FreeBSD.org> References: <201309020541.r825fojI091526@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309020541.r825fojI091526@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 05:44:31 -0000 On Mon, Sep 02, 2013 at 05:41:50AM +0000, Boris Samorodov wrote: > New Revision: 325937 > URL: http://svnweb.freebsd.org/changeset/ports/325937 > > Log: > 1. Introduce using iconv with arguments: > . lib (default, implicit); > . build, > . patch. Very nice, I remember I needed iconv:patch or :build for some port of mine; thanks a bunch! ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 05:46:47 2013 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 ESMTP id 2FA154C1; Mon, 2 Sep 2013 05:46:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE812F4F; Mon, 2 Sep 2013 05:46:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r825kkgE093400; Mon, 2 Sep 2013 05:46:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r825kkAU093399; Mon, 2 Sep 2013 05:46:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020546.r825kkAU093399@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 05:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325938 - head/comms/usrp 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.14 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: Mon, 02 Sep 2013 05:46:47 -0000 Author: bapt Date: Mon Sep 2 05:46:46 2013 New Revision: 325938 URL: http://svnweb.freebsd.org/changeset/ports/325938 Log: Add an explicit dependency on pkgconfig Convert USE_GMAKE to USES=gmake Modified: head/comms/usrp/Makefile Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Mon Sep 2 05:41:50 2013 (r325937) +++ head/comms/usrp/Makefile Mon Sep 2 05:46:46 2013 (r325938) @@ -19,8 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos sdcc:${PORTSDIR}/lang/sdcc USE_DOS2UNIX= yes -USES= cmake:outsource -USE_GMAKE= yes +USES= cmake:outsource gmake pkgconfig USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:00:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7AC2781F; Mon, 2 Sep 2013 06:00:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5214B2FE5; Mon, 2 Sep 2013 06:00:41 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D2EB5435C7; Mon, 2 Sep 2013 01:00:17 -0500 (CDT) Message-ID: <52242960.3060700@marino.st> Date: Mon, 02 Sep 2013 08:00:00 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r325857 - in head/devel/opencl: . files References: <201309011425.r81EPB4v049325@svn.freebsd.org> <20130902014500.GF43972@FreeBSD.org> In-Reply-To: <20130902014500.GF43972@FreeBSD.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org 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: Mon, 02 Sep 2013 06:00:42 -0000 On 9/2/2013 03:45, Alexey Dokuchaev wrote: > On Sun, Sep 01, 2013 at 02:25:11PM +0000, John Marino wrote: >> New Revision: 325857 >> URL: http://svnweb.freebsd.org/changeset/ports/325857 >> >> @@ -3,7 +3,7 @@ >> >> PORTNAME= opencl >> PORTVERSION= 1.2 >> -PORTREVISION= 2 >> +PORTREVISION= 5 > > Wow, now *that's* a BUMP! :) Why so high? The PR seemed to indicate that it something the maintainer was internally tracking it. I couldn't figure out if he was bumping each one so we wouldn't get the patches mixed up, or if he had some kind of internal configuration control. Since the important thing is that the number changes and increases, I didn't feel like having a back-and-forth over 3 vs 5. I may have made the wrong decision (well, probably did) but I felt the consequences were minor in any case. John From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:20:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0200BB6; Mon, 2 Sep 2013 06:20:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC9DC20B8; Mon, 2 Sep 2013 06:20:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826KBuX012670; Mon, 2 Sep 2013 06:20:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826KAkg012648; Mon, 2 Sep 2013 06:20:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020620.r826KAkg012648@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 06:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325939 - in head: astro/nova devel/xmltooling games/asc multimedia/schroedinger security/opensaml2 x11-toolkits/gtkmm20 x11-toolkits/paragui-devel 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.14 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: Mon, 02 Sep 2013 06:20:11 -0000 Author: bapt Date: Mon Sep 2 06:20:09 2013 New Revision: 325939 URL: http://svnweb.freebsd.org/changeset/ports/325939 Log: Add an expicit dependency on pkgconf Modified: head/astro/nova/Makefile head/devel/xmltooling/Makefile head/games/asc/Makefile head/multimedia/schroedinger/Makefile head/security/opensaml2/Makefile head/x11-toolkits/gtkmm20/Makefile head/x11-toolkits/paragui-devel/Makefile Modified: head/astro/nova/Makefile ============================================================================== --- head/astro/nova/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/astro/nova/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,6 +21,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/devel/xmltooling/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,8 +19,8 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc +USES= gmake pkgconfig USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/games/asc/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -27,7 +27,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= perl5 +USES= perl5 pkgconfig USE_BZIP2= yes USE_SDL= image mixer sound sdl USE_WX= 2.4+ Modified: head/multimedia/schroedinger/Makefile ============================================================================== --- head/multimedia/schroedinger/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/multimedia/schroedinger/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/opensaml2/Makefile ============================================================================== --- head/security/opensaml2/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/security/opensaml2/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/x11-toolkits/gtkmm20/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,10 +21,10 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack lthack gtk20 +USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} Modified: head/x11-toolkits/paragui-devel/Makefile ============================================================================== --- head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/ CONFLICTS= paragui-[0-9]* +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:23:31 2013 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 ESMTP id A3367CBC; Mon, 2 Sep 2013 06:23:31 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 901B820F8; Mon, 2 Sep 2013 06:23:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826NVEb015849; Mon, 2 Sep 2013 06:23:31 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826NVXo015848; Mon, 2 Sep 2013 06:23:31 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020623.r826NVXo015848@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 06:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325940 - head/devel/p5-Tie-iCal 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.14 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: Mon, 02 Sep 2013 06:23:31 -0000 Author: az Date: Mon Sep 2 06:23:30 2013 New Revision: 325940 URL: http://svnweb.freebsd.org/changeset/ports/325940 Log: - Cleanup perl usage (Tie::File 0.97 already with coremodules since perl 5.12) - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/devel/p5-Tie-iCal/Makefile (contents, props changed) Modified: head/devel/p5-Tie-iCal/Makefile ============================================================================== --- head/devel/p5-Tie-iCal/Makefile Mon Sep 2 06:20:09 2013 (r325939) +++ head/devel/p5-Tie-iCal/Makefile Mon Sep 2 06:23:30 2013 (r325940) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-iCal -# Date created: 13 June 2005 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= Tie-iCal PORTVERSION= 0.15 @@ -18,8 +14,8 @@ COMMENT= Tie iCal files to Perl hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes -USE_PERL5_REASON= requires newer version of Perl with Tie::File 0.97 or later +USES= perl5 +USE_PERL5= configure MAN3= Tie::iCal.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:26:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 218FBDBC; Mon, 2 Sep 2013 06:26:02 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1F2210B; Mon, 2 Sep 2013 06:26:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826Q1JT016758; Mon, 2 Sep 2013 06:26:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826Q14P016757; Mon, 2 Sep 2013 06:26:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020626.r826Q14P016757@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 06:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325941 - head/devel/p5-Workflow 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.14 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: Mon, 02 Sep 2013 06:26:02 -0000 Author: az Date: Mon Sep 2 06:26:01 2013 New Revision: 325941 URL: http://svnweb.freebsd.org/changeset/ports/325941 Log: - Cleanup requirement for the perl version - Convert to new perl5 framework With hat: perl@ Modified: head/devel/p5-Workflow/Makefile Modified: head/devel/p5-Workflow/Makefile ============================================================================== --- head/devel/p5-Workflow/Makefile Mon Sep 2 06:23:30 2013 (r325940) +++ head/devel/p5-Workflow/Makefile Mon Sep 2 06:26:01 2013 (r325941) @@ -42,8 +42,8 @@ BUILD_DEPENDS= p5-Class-Observable>=1.04 p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp -USE_PERL5= 5.10+ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Workflow.3 \ Workflow::Action.3 \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:33:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64EA2FE9; Mon, 2 Sep 2013 06:33:02 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 525402168; Mon, 2 Sep 2013 06:33:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826X2Iq021300; Mon, 2 Sep 2013 06:33:02 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826X2jK021299; Mon, 2 Sep 2013 06:33:02 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020633.r826X2jK021299@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 06:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325942 - head/lang/whitespace 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.14 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: Mon, 02 Sep 2013 06:33:02 -0000 Author: az Date: Mon Sep 2 06:33:01 2013 New Revision: 325942 URL: http://svnweb.freebsd.org/changeset/ports/325942 Log: - Cleanup requirement for the perl version - Remove an indefinite article from COMMENT line - Convert to new perl5 framework With hat: perl@ Modified: head/lang/whitespace/Makefile (contents, props changed) Modified: head/lang/whitespace/Makefile ============================================================================== --- head/lang/whitespace/Makefile Mon Sep 2 06:26:01 2013 (r325941) +++ head/lang/whitespace/Makefile Mon Sep 2 06:33:01 2013 (r325942) @@ -10,15 +10,16 @@ DISTNAME= wspace-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= llwang@infor.org -COMMENT= An interpreter for the Whitespace programming language +COMMENT= Interpreter for the Whitespace programming language LICENSE= GPLv2 BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ ffi.6:${PORTSDIR}/devel/libffi -USE_PERL5_BUILD= 5.8+ +USES= perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/WSpace USE_GMAKE= yes ALL_TARGET= ${TARGET} From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:35:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A861171; Mon, 2 Sep 2013 06:35:35 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87B5E2178; Mon, 2 Sep 2013 06:35:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826ZZQr022494; Mon, 2 Sep 2013 06:35:35 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826ZZlk022492; Mon, 2 Sep 2013 06:35:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020635.r826ZZlk022492@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 06:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325943 - head/textproc/p5-Text-Trim 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.14 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: Mon, 02 Sep 2013 06:35:35 -0000 Author: az Date: Mon Sep 2 06:35:34 2013 New Revision: 325943 URL: http://svnweb.freebsd.org/changeset/ports/325943 Log: - Use single space after WWW: in pkg-descr - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/textproc/p5-Text-Trim/Makefile (contents, props changed) head/textproc/p5-Text-Trim/pkg-descr (contents, props changed) Modified: head/textproc/p5-Text-Trim/Makefile ============================================================================== --- head/textproc/p5-Text-Trim/Makefile Mon Sep 2 06:33:01 2013 (r325942) +++ head/textproc/p5-Text-Trim/Makefile Mon Sep 2 06:35:34 2013 (r325943) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Trim -# Date created: 2007-29-12 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Text-Trim PORTVERSION= 1.02 @@ -18,8 +14,8 @@ COMMENT= Extract the structure of a quot BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -USE_PERL5= yes -PERL_MODBUILD= Module::Build +USES= perl5 +USE_PERL5= modbuild MAN3= Text::Trim.3 Modified: head/textproc/p5-Text-Trim/pkg-descr ============================================================================== --- head/textproc/p5-Text-Trim/pkg-descr Mon Sep 2 06:33:01 2013 (r325942) +++ head/textproc/p5-Text-Trim/pkg-descr Mon Sep 2 06:35:34 2013 (r325943) @@ -1,3 +1,3 @@ Text::Trim does what chomp does, but at both ends of the string. -WWW: http://search.cpan.org/dist/Text-Trim/ +WWW: http://search.cpan.org/dist/Text-Trim/ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:39:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A87B265; Mon, 2 Sep 2013 06:39:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 182B1218A; Mon, 2 Sep 2013 06:39:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826dchV023848; Mon, 2 Sep 2013 06:39:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826dcKC023840; Mon, 2 Sep 2013 06:39:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020639.r826dcKC023840@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 06:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325944 - in head: cad/brlcad graphics/libdrm net/x11vnc print/photoprint sysutils/nitrogen 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.14 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: Mon, 02 Sep 2013 06:39:39 -0000 Author: bapt Date: Mon Sep 2 06:39:37 2013 New Revision: 325944 URL: http://svnweb.freebsd.org/changeset/ports/325944 Log: Add an explicit dependency on pkgconfig Modified: head/cad/brlcad/Makefile head/graphics/libdrm/Makefile head/net/x11vnc/Makefile head/print/photoprint/Makefile head/sysutils/nitrogen/Makefile Modified: head/cad/brlcad/Makefile ============================================================================== --- head/cad/brlcad/Makefile Mon Sep 2 06:35:34 2013 (r325943) +++ head/cad/brlcad/Makefile Mon Sep 2 06:39:37 2013 (r325944) @@ -24,7 +24,7 @@ USE_GL= gl glu USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ xproto xrender xscrnsaver xt xxf86vm USE_GMAKE= yes -USES= bison pathfix cmake +USES= bison pathfix cmake pkgconfig USE_TCL= 85 USE_TK= 85 USE_LDCONFIG= yes Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Mon Sep 2 06:35:34 2013 (r325943) +++ head/graphics/libdrm/Makefile Mon Sep 2 06:39:37 2013 (r325944) @@ -13,6 +13,7 @@ COMMENT= Userspace interface to kernel D LIB_DEPENDS= pciaccess:${PORTSDIR}/devel/libpciaccess \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -20,7 +21,7 @@ USE_LDCONFIG= yes .if defined(WITH_NEW_XORG) -USE_GMAKE= yes +USES+= gmake OPTIONS_DEFINE= KMS MANPAGES OPTIONS_DEFAULT=KMS Modified: head/net/x11vnc/Makefile ============================================================================== --- head/net/x11vnc/Makefile Mon Sep 2 06:35:34 2013 (r325943) +++ head/net/x11vnc/Makefile Mon Sep 2 06:39:37 2013 (r325944) @@ -22,7 +22,7 @@ USE_XORG= x11 xcb xdamage xfixes xrandr # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/print/photoprint/Makefile ============================================================================== --- head/print/photoprint/Makefile Mon Sep 2 06:35:34 2013 (r325943) +++ head/print/photoprint/Makefile Mon Sep 2 06:39:37 2013 (r325944) @@ -23,7 +23,7 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups tiff:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext pkgconfig USE_GNOME= pango USE_XORG= x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender Modified: head/sysutils/nitrogen/Makefile ============================================================================== --- head/sysutils/nitrogen/Makefile Mon Sep 2 06:35:34 2013 (r325943) +++ head/sysutils/nitrogen/Makefile Mon Sep 2 06:39:37 2013 (r325944) @@ -32,7 +32,7 @@ RUN_DEPENDS= gnome-icon-theme>0:${PORTSD OPTIONS_DEFINE= XINERAMA OPTIONS_DEFAULT=XINERAMA -USES= gettext iconv +USES= gettext iconv pkgconfig USE_GNOME= gtk20 USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ xrandr xrender From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:45:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 803E162F; Mon, 2 Sep 2013 06:45:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B42221EC; Mon, 2 Sep 2013 06:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826jtvd028791; Mon, 2 Sep 2013 06:45:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826jmcJ028634; Mon, 2 Sep 2013 06:45:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020645.r826jmcJ028634@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 06:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325945 - in head/devel: ccrtp cvstrac ding-libs etl jansson jna json-c lasi libdlna libev libftdi libleaftag libmcs liboil libopendaap libopkele libpthread-stubs librelp libsigc++12 li... 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.14 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: Mon, 02 Sep 2013 06:45:55 -0000 Author: bapt Date: Mon Sep 2 06:45:47 2013 New Revision: 325945 URL: http://svnweb.freebsd.org/changeset/ports/325945 Log: Eradicate USE_GNOME=pkgconfig from devel While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Modified: head/devel/ccrtp/Makefile head/devel/cvstrac/Makefile head/devel/ding-libs/Makefile head/devel/etl/Makefile head/devel/jansson/Makefile head/devel/jna/Makefile head/devel/json-c/Makefile head/devel/lasi/Makefile head/devel/libdlna/Makefile head/devel/libev/Makefile head/devel/libftdi/Makefile head/devel/libleaftag/Makefile head/devel/libmcs/Makefile head/devel/liboil/Makefile head/devel/libopendaap/Makefile head/devel/libopkele/Makefile head/devel/libpthread-stubs/Makefile head/devel/librelp/Makefile head/devel/libsigc++12/Makefile head/devel/libstatgrab/Makefile head/devel/libukcprog/Makefile head/devel/libzvbi/Makefile head/devel/log4shib/Makefile head/devel/mono-addins/Makefile head/devel/mq4cpp/Makefile head/devel/omniORB/Makefile head/devel/orc/Makefile head/devel/p5-Net-DBus/Makefile head/devel/p5-Unix-Statgrab/Makefile head/devel/pcsc-lite/Makefile head/devel/protobuf-c/Makefile head/devel/ptlib/Makefile head/devel/ruby-statgrab/Makefile Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/ccrtp/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -13,8 +13,7 @@ COMMENT= Implementation of the real-time LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" Modified: head/devel/cvstrac/Makefile ============================================================================== --- head/devel/cvstrac/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/cvstrac/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvstrac -# Date created: 29 August 2002 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME?= cvstrac PORTVERSION= 2.0.1 @@ -16,8 +12,7 @@ COMMENT?= Web-Based Bug And Patch-Set Tr WRKSRC= ${WRKDIR}/cvstrac-${PORTVERSION} USE_SQLITE= yes -USE_GNOME= pkgconfig -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ARGS+= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} MAKE_JOBS_UNSAFE= yes Modified: head/devel/ding-libs/Makefile ============================================================================== --- head/devel/ding-libs/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/ding-libs/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ding-libs -# Date created: Sep 6 2011 -# Whom: Andrew Elble -# +# Created by: Andrew Elble # $FreeBSD$ -# PORTNAME= ding-libs DISTVERSION= 0.1.3 @@ -18,8 +14,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USES= gettext -USE_GNOME= pkgconfig +USES= gettext pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV+= DOXYGEN="" Modified: head/devel/etl/Makefile ============================================================================== --- head/devel/etl/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/etl/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ETL -# Date created: 25 Jun 2006 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= etl PORTVERSION= 0.04.15 @@ -14,8 +10,7 @@ DISTNAME= ETL-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Voria Extended Class and Template Library -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes post-install: Modified: head/devel/jansson/Makefile ============================================================================== --- head/devel/jansson/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/jansson/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -7,11 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ MAINTAINER= vanilla@FreeBSD.org -COMMENT= A C library for encoding, decoding, and manipulating JSON data +COMMENT= C library for encoding, decoding, and manipulating JSON data +USES= pathfix pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig .include Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/jna/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -11,11 +11,13 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E MAINTAINER= olgeni@FreeBSD.org COMMENT= Java access to native shared libraries +USES= gmake +USE_GCC= any USE_ANT= yes -USE_GMAKE= yes USE_JAVA= 1.4+ USE_ZIP= yes USE_XORG= x11 xt +MAKE_ARGS= -DCC=${CC} -DLD=${LD} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOCSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/json-c/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -11,8 +11,7 @@ COMMENT= JSON (JavaScript Object Notatio USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFLICTS= cocaine-core-[0-9]* Modified: head/devel/lasi/Makefile ============================================================================== --- head/devel/lasi/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/lasi/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,6 +1,7 @@ # Created by: giffunip # $FreeBSD$ # $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $ + PORTNAME= lasi PORTVERSION= 1.1.1 PORTREVISION= 1 @@ -11,14 +12,14 @@ DISTNAME= libLASi-${PORTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= C++ stream output interface for creating Postscript documents -USE_GNOME= pango pkgconfig +USES= cmake pkgconfig +USE_GNOME= pango USE_AUTOTOOLS= libltdl PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH} USE_LDCONFIG= yes -USES= cmake CMAKE_ARGS+= -DCMAKE_INSTALL_DATADIR:PATH=${DATADIR} .if !defined(NOPORTDOCS) Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libdlna/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/libdlna -# Date created: Sat Feb 9 20:20:00 UTC 2008 -# Whom: Dave Grochowski -# +# Created by: Dave Grochowski # $FreeBSD$ -# PORTNAME= libdlna PORTVERSION= 0.2.3 @@ -20,8 +16,7 @@ LIB_DEPENDS+= avcodec:${PORTSDIR}/multim HAS_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/devel/libev/Makefile ============================================================================== --- head/devel/libev/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libev/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libev -# Date created: 18 Dec 2007 -# Whom: vsevolod -# +# Created by: vsevolod # $FreeBSD$ -# PORTNAME= libev PORTVERSION= 4.15 @@ -17,7 +13,7 @@ COMMENT= A full-featured and high-perfor GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig MAN3= ev.3 Modified: head/devel/libftdi/Makefile ============================================================================== --- head/devel/libftdi/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libftdi/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -17,7 +17,7 @@ USE_AUTOTOOLS= autoconf libtool automak GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USE_GNOME= pkgconfig gnomehack +USES= pathfix pkgconfig PORTDOCS= COPYING.LIB ChangeLog README Modified: head/devel/libleaftag/Makefile ============================================================================== --- head/devel/libleaftag/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libleaftag/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libleaftag -# Date Created: 24 May 2006 -# Whom: Khairil Yusof -# +# Created by: Khairil Yusof # $FreeBSD$ -# PORTNAME= libleaftag PORTVERSION= 0.3.1 @@ -15,9 +11,9 @@ MAINTAINER= kaeru@inigo-tech.com COMMENT= Leaftag is a library for tagging files on the desktop USE_SQLITE= 2 -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libmcs/Makefile ============================================================================== --- head/devel/libmcs/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libmcs/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -18,8 +18,7 @@ OPTIONS_DEFAULT= GCONF GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig .include Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/liboil/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,10 +1,6 @@ -# New ports collection makefile for: liboil -# Date created: Nov 24, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $ -# $Id: Makefile 23 2006-10-25 14:24:32Z buhnux $ PORTNAME= liboil PORTVERSION= 0.3.17 @@ -18,7 +14,8 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING USE_GCC= any -USE_GNOME= pkgconfig gnomehack ltverhack +USES= pathfix pkgconfig +USE_GNOME= ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ Modified: head/devel/libopendaap/Makefile ============================================================================== --- head/devel/libopendaap/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libopendaap/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopendaap -# Date created: 2004-03-10 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= libopendaap PORTVERSION= 0.4.0 @@ -16,7 +12,7 @@ COMMENT= C lib used to connect to iTunes USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libopkele/Makefile ============================================================================== --- head/devel/libopkele/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libopkele/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopkele -# Date created: 28 November 2007 -# Whom: Sutra Zhou -# +# Created by: Sutra Zhou # $FreeBSD$ -# PORTNAME= libopkele PORTVERSION= 2.0.4 @@ -21,9 +17,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tidy:${PORTSDIR}/www/tidy-lib \ xslt:${PORTSDIR}/textproc/libxslt -USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ OPENSSL_LIBS=-L${OPENSSLLIB} Modified: head/devel/libpthread-stubs/Makefile ============================================================================== --- head/devel/libpthread-stubs/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libpthread-stubs/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpthread-stubs -# Date created: 24 January 2007 -# Whom: wahjava -# +# Created by: wahjava # $FreeBSD$ -# PORTNAME= libpthread-stubs PORTVERSION= 0.3 @@ -14,9 +10,8 @@ MASTER_SITES= http://xcb.freedesktop.org MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USE_GMAKE= yes +USES= gmake pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/librelp/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -9,7 +9,7 @@ MASTER_SITES= http://download.rsyslog.co MAINTAINER= brd@FreeBSD.org COMMENT= Reliable event logging protocol library -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/devel/libsigc++12/Makefile ============================================================================== --- head/devel/libsigc++12/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libsigc++12/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsigc++ -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck -# +# Created by: Martin Klaffenboeck # $FreeBSD$ -# PORTNAME= libsigc++ PORTVERSION= 1.2.7 @@ -19,10 +15,9 @@ COMMENT= Callback Framework for C++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes LATEST_LINK= libsigc++12 USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes .include Modified: head/devel/libstatgrab/Makefile ============================================================================== --- head/devel/libstatgrab/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libstatgrab/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libstatgrab -# Date created: 30 March 2003 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= libstatgrab PORTVERSION= 0.17 @@ -21,7 +17,7 @@ COMMENT= Provides a useful interface to DIST_SUBDIR= i-scream USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig MAN3= sg_get_cpu_percents.3 sg_get_cpu_stats.3 \ sg_get_cpu_stats_diff.3 sg_get_disk_io_stats.3 \ Modified: head/devel/libukcprog/Makefile ============================================================================== --- head/devel/libukcprog/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libukcprog/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libukcprog -# Date created: 30 March 2003 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= libukcprog PORTVERSION= 1.0.2 @@ -26,6 +22,7 @@ MAN3= ukcprog.3 DIST_SUBDIR= i-scream GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig lthack +USES= pathfix pkgconfig +USE_GNOME= lthack .include Modified: head/devel/libzvbi/Makefile ============================================================================== --- head/devel/libzvbi/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/libzvbi/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libzvbi -# Date created: 15 May 2003 -# Whom: Oliver Lehmann -# +# Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= libzvbi PORTVERSION= 0.2.34 @@ -17,9 +13,8 @@ COMMENT= Routines to access raw VBI capt LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ unicode.0:${PORTSDIR}/devel/libunicode -USES= gettext +USES= gettext pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN1= zvbi-ntsc-cc.1 Modified: head/devel/log4shib/Makefile ============================================================================== --- head/devel/log4shib/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/log4shib/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: log4shib -# Date created: Feb 13 2008 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= log4shib DISTVERSION= 1.0.7 @@ -15,13 +10,11 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= A library of C++ classes for flexible logging USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -USE_GNOME= pkgconfig gnomehack CONFIGURE_ARGS= --disable-html-docs --disable-doxygen USE_LDCONFIG= yes -USES= pathfix post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure Modified: head/devel/mono-addins/Makefile ============================================================================== --- head/devel/mono-addins/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/mono-addins/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -16,8 +16,7 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= GTK2 Modified: head/devel/mq4cpp/Makefile ============================================================================== --- head/devel/mq4cpp/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/mq4cpp/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp4cpp -# Date created: Jan 4 2007 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= mq4cpp PORTVERSION= 1.16 @@ -15,7 +11,8 @@ COMMENT= Message Queuing for C++ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig ltverhack +USES= pathfix pkgconfig +USE_GNOME= ltverhack USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/devel/omniORB/Makefile ============================================================================== --- head/devel/omniORB/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/omniORB/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: omniORB -# Date created: 14 May 1997 -# Whom: ejc@bazzle.com -# +# Created by: ejc@bazzle.com # $FreeBSD$ -# PORTNAME= omniORB PORTVERSION= 4.1.6 @@ -14,11 +10,10 @@ COMMENT= A robust high performance CORBA PLIST_SUB+= SONUM=${PORTVERSION:C/.*\.//} USE_GCC= any -USE_GMAKE= yes GNU_CONFIGURE= yes USE_PYTHON= yes USE_OPENSSL= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes MAKEFILE= GNUmakefile Modified: head/devel/orc/Makefile ============================================================================== --- head/devel/orc/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/orc/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -12,10 +12,9 @@ COMMENT= Library and toolset to operate LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes CONFIGURE_ARGS+= --disable-gtk-doc Modified: head/devel/p5-Net-DBus/Makefile ============================================================================== --- head/devel/p5-Net-DBus/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/p5-Net-DBus/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DBus -# Date created: 2005-11-25 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= Net-DBus PORTVERSION= 1.0.0 @@ -19,8 +15,8 @@ RUN_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/ p5-XML-Grove>=0:${PORTSDIR}/textproc/p5-XML-Grove \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -USE_GNOME= pkgconfig -PERL_CONFIGURE= yes +USES= pkgconfig perl5 +USES_PERL5= configure MAN3= Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \ Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \ Modified: head/devel/p5-Unix-Statgrab/Makefile ============================================================================== --- head/devel/p5-Unix-Statgrab/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/p5-Unix-Statgrab/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unix-Statgrab -# Date created: June 20th, 2004 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= Unix-Statgrab PORTVERSION= 0.04 @@ -17,9 +13,9 @@ COMMENT= Perl extension for collecting i LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab -USE_GNOME= pkgconfig +USES= perl5 pkgconfig +USE_PERL5= configure -PERL_CONFIGURE= yes CONFIGURE_ARGS+= INC="`pkg-config libstatgrab --cflags`" \ LIBS="`pkg-config libstatgrab --libs`" Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/pcsc-lite/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -17,9 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_GNOME= gnomehack pkgconfig +USES= gmake perl5 pathfix pkgconfig +USE_PERL5= build USE_RC_SUBR= pcscd USE_LDCONFIG= yes Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/protobuf-c/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New Ports collection makefile for: protobuf -# Date created: 2011.05.16 -# Whom: Aaron Hurt -# +# Created by: Aaron Hurt # $FreeBSD$ -# PORTNAME= protobuf-c PORTVERSION= 0.15 @@ -16,10 +12,9 @@ COMMENT= This package provides a code ge LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/ptlib/Makefile ============================================================================== --- head/devel/ptlib/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/ptlib/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -16,11 +16,8 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro CONFLICTS= pwlib-1.* ptlib-2.6.* -USES= bison -USE_GMAKE= yes +USES= bison gmake pkgconfig GNU_CONFIGURE= yes -USE_GNOME= pkgconfig -WANT_GNOME= yes WANT_SDL= yes USE_OPENSSL= yes USE_LDCONFIG= yes Modified: head/devel/ruby-statgrab/Makefile ============================================================================== --- head/devel/ruby-statgrab/Makefile Mon Sep 2 06:39:37 2013 (r325944) +++ head/devel/ruby-statgrab/Makefile Mon Sep 2 06:45:47 2013 (r325945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-statgrab -# Date created: 16 June 2008 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= statgrab PORTVERSION= 0.1 @@ -19,7 +15,7 @@ LIB_DEPENDS= statgrab.8:${PORTSDIR}/deve USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_GNOME= pkgconfig +USES= pkgconfig INSTALL_TARGET= site-install From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:54:16 2013 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 ESMTP id 95E807D8; Mon, 2 Sep 2013 06:54:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 830192240; Mon, 2 Sep 2013 06:54:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826sGwY033941; Mon, 2 Sep 2013 06:54:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826sGHM033940; Mon, 2 Sep 2013 06:54:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020654.r826sGHM033940@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 06:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325946 - head/devel/mono-addins 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.14 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: Mon, 02 Sep 2013 06:54:16 -0000 Author: bapt Date: Mon Sep 2 06:54:15 2013 New Revision: 325946 URL: http://svnweb.freebsd.org/changeset/ports/325946 Log: readd WANT_GNOME remoed by mistake Modified: head/devel/mono-addins/Makefile Modified: head/devel/mono-addins/Makefile ============================================================================== --- head/devel/mono-addins/Makefile Mon Sep 2 06:45:47 2013 (r325945) +++ head/devel/mono-addins/Makefile Mon Sep 2 06:54:15 2013 (r325946) @@ -17,6 +17,7 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig +WANT_GNOME= yes MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= GTK2 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 07:47:39 2013 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 ESMTP id 16EC9FCA; Mon, 2 Sep 2013 07:47:39 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 031F124C6; Mon, 2 Sep 2013 07:47:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r827lcod064460; Mon, 2 Sep 2013 07:47:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r827lcEp064458; Mon, 2 Sep 2013 07:47:38 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020747.r827lcEp064458@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 07:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325947 - head/textproc/p5-Pod-Markdown 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.14 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: Mon, 02 Sep 2013 07:47:39 -0000 Author: az Date: Mon Sep 2 07:47:38 2013 New Revision: 325947 URL: http://svnweb.freebsd.org/changeset/ports/325947 Log: - Update to 1.322(000) While i'm here: - Trim Makefile header PR: ports/181744 Submitted by: Kurt Jaeger Modified: head/textproc/p5-Pod-Markdown/Makefile head/textproc/p5-Pod-Markdown/distinfo (contents, props changed) Modified: head/textproc/p5-Pod-Markdown/Makefile ============================================================================== --- head/textproc/p5-Pod-Markdown/Makefile Mon Sep 2 06:54:15 2013 (r325946) +++ head/textproc/p5-Pod-Markdown/Makefile Mon Sep 2 07:47:38 2013 (r325947) @@ -1,9 +1,8 @@ -# Ports collection makefile for: p5-Pod-Markdown # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= Pod-Markdown -PORTVERSION= 1.320000 +PORTVERSION= 1.322000 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-Markdown/distinfo ============================================================================== --- head/textproc/p5-Pod-Markdown/distinfo Mon Sep 2 06:54:15 2013 (r325946) +++ head/textproc/p5-Pod-Markdown/distinfo Mon Sep 2 07:47:38 2013 (r325947) @@ -1,2 +1,2 @@ -SHA256 (Pod-Markdown-1.320.tar.gz) = f2a732f6ffab97a677687db37407e2b3a97bcbab362ec4d497ec6e9d2a47eed4 -SIZE (Pod-Markdown-1.320.tar.gz) = 26299 +SHA256 (Pod-Markdown-1.322.tar.gz) = 375091d89d9662b0c41bedad391927d6904d05f740e1bb689b494b4b35e979f7 +SIZE (Pod-Markdown-1.322.tar.gz) = 27763 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 08:56:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22603BD; Mon, 2 Sep 2013 08:56:08 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1922912; Mon, 2 Sep 2013 08:56:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r828u7qG004359; Mon, 2 Sep 2013 08:56:07 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r828u7E0004356; Mon, 2 Sep 2013 08:56:07 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309020856.r828u7E0004356@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 2 Sep 2013 08:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325948 - in head: devel/hp48xgcc devel/plan9port games/yadex 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.14 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: Mon, 02 Sep 2013 08:56:08 -0000 Author: danfe Date: Mon Sep 2 08:56:06 2013 New Revision: 325948 URL: http://svnweb.freebsd.org/changeset/ports/325948 Log: - Convert old-school USE_GMAKE and USE_PERL5_* to modern USES - Perform some minor cleanups whenever appropriate Submitted by: az Modified: head/devel/hp48xgcc/Makefile head/devel/plan9port/Makefile head/games/yadex/Makefile Modified: head/devel/hp48xgcc/Makefile ============================================================================== --- head/devel/hp48xgcc/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/devel/hp48xgcc/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -1,9 +1,5 @@ -# New ports collection makefile for: HP48-xgcc -# Date created: 20 Feb 2006 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= hp48xgcc PORTVERSION= 1.0.2 @@ -22,10 +18,11 @@ COMMENT= GNU C cross-compiler for HP48 c LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -USE_PERL5_BUILD= yes -USE_ZIP= yes +ONLY_FOR_ARCHS= i386 + +USES= gmake perl5 +USE_PERL5= build +USE_ZIP= yes GCC_VER= 2.7.2 GCC_DIR= ${WRKDIR}/gcc-${GCC_VER} Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/devel/plan9port/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -15,8 +15,9 @@ LICENSE_NAME= Lucent Public License Vers LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= perl5 +USE_PERL5= build USE_XORG= x11 xt xi xaw -USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/plan9 PLIST= ${WRKDIR}/.PLIST SUB_FILES= pkg-message @@ -103,7 +104,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \ ${WRKSRC}/src/cmd/acme/acme.c @${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \ - > ${WRKSRC}/src/cmd/9term/FreeBSD.c + > ${WRKSRC}/src/cmd/9term/${OPSYS}.c do-build: cd ${WRKSRC} && ./INSTALL Modified: head/games/yadex/Makefile ============================================================================== --- head/games/yadex/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/games/yadex/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -13,10 +13,10 @@ COMMENT= WAD file editor, for games like LICENSE= GPLv2 +USES= gmake perl5 HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 MAKEFILE= GNUmakefile From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:00:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5FEA3393; Mon, 2 Sep 2013 09:00:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34EE22983; Mon, 2 Sep 2013 09:00:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8290G3r006179; Mon, 2 Sep 2013 09:00:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8290Gsu006178; Mon, 2 Sep 2013 09:00:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020900.r8290Gsu006178@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325949 - head/x11/i3lock 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.14 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: Mon, 02 Sep 2013 09:00:16 -0000 Author: bapt Date: Mon Sep 2 09:00:15 2013 New Revision: 325949 URL: http://svnweb.freebsd.org/changeset/ports/325949 Log: Add an explicit dependency on pkgconf Modified: head/x11/i3lock/Makefile Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Mon Sep 2 08:56:06 2013 (r325948) +++ head/x11/i3lock/Makefile Mon Sep 2 09:00:15 2013 (r325949) @@ -31,6 +31,6 @@ LDFLAGS+= -liconv USE_XORG= x11 xcb xt xproto xext USE_BZIP2= yes USE_GMAKE= yes -USES= iconv +USES= iconv pkgconfig .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:01:53 2013 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 ESMTP id 0C49A4B0; Mon, 2 Sep 2013 09:01:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED85229CC; Mon, 2 Sep 2013 09:01:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8291qFY008807; Mon, 2 Sep 2013 09:01:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8291qgo008803; Mon, 2 Sep 2013 09:01:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020901.r8291qgo008803@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325950 - in head/databases: freetds-devel libiodbc libmemcached libodbc++ 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.14 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: Mon, 02 Sep 2013 09:01:53 -0000 Author: bapt Date: Mon Sep 2 09:01:51 2013 New Revision: 325950 URL: http://svnweb.freebsd.org/changeset/ports/325950 Log: Eliminate USE_GNOME=pkgconfig from databases While here: - trim headers - Convert to USES=pathfix, USES=gmake Modified: head/databases/freetds-devel/Makefile head/databases/libiodbc/Makefile head/databases/libmemcached/Makefile head/databases/libodbc++/Makefile Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/freetds-devel/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -14,8 +14,7 @@ COMMENT= Sybase/Microsoft TDS protocol l WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} TDS_VER?= 5.0 -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_GONFIGURE= yes USE_AUTOTOOLS= autoconf:env libtool CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/databases/libiodbc/Makefile ============================================================================== --- head/databases/libiodbc/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libiodbc/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libiodbc -# Date created: 24 Mar 2000 -# Whom: erikhb@bgnett.no -# +# Created by: erikhb@bgnett.no # $FreeBSD$ -# PORTNAME= libiodbc PORTVERSION= 3.52.8 @@ -20,7 +16,7 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.L CONFLICTS= unixODBC-[0-9]* -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} USE_LDCONFIG= yes Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libmemcached/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmemcached -# Date created: January 22, 2008 -# Whom: Yen-Ming Lee -# +# Created by Yen-Ming Lee # $FreeBSD$ -# PORTNAME= libmemcached PORTVERSION= 1.0.7 @@ -18,10 +14,9 @@ LIB_DEPENDS?= execinfo.1:${PORTSDIR}/dev event-1.4.4:${PORTSDIR}/devel/libevent FETCH_ARGS?= -pRr -USE_GMAKE= yes +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS= --without-memcached CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" Modified: head/databases/libodbc++/Makefile ============================================================================== --- head/databases/libodbc++/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libodbc++/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libodbc++ -# Date created: 26 September 2001 -# Whom: Johann Visagie -# +# Creayed by: Johann Visagie # $FreeBSD$ -# PORTNAME= libodbc++ PORTVERSION= 0.2.5 @@ -19,9 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-isqlxx CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:03:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE7865CB; Mon, 2 Sep 2013 09:03:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C82E29EC; Mon, 2 Sep 2013 09:03:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8293fd9009532; Mon, 2 Sep 2013 09:03:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8293fF7009530; Mon, 2 Sep 2013 09:03:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020903.r8293fF7009530@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325951 - in head/comms: hamlib morse 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.14 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: Mon, 02 Sep 2013 09:03:41 -0000 Author: bapt Date: Mon Sep 2 09:03:40 2013 New Revision: 325951 URL: http://svnweb.freebsd.org/changeset/ports/325951 Log: Eliminate USE_GNOME=pkgconfig from comms Modified: head/comms/hamlib/Makefile head/comms/morse/Makefile Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/hamlib/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -13,8 +13,8 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_GNOME= pkgconfig gnomehack libxml2 -USE_PERL5= yes +USES= perl5 pkgconfig pathfix +USE_GNOME= libxml2 USE_TCL= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/morse/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -37,7 +37,7 @@ LDFLAGS+= -L${PREFIX}/lib .elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio -USE_GNOME= pkgconfig +USES+= pkgconfig .endif do-install: From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:04:38 2013 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 ESMTP id CC0746C8; Mon, 2 Sep 2013 09:04:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB07C2A01; Mon, 2 Sep 2013 09:04:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8294cpe010114; Mon, 2 Sep 2013 09:04:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8294cCd010113; Mon, 2 Sep 2013 09:04:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020904.r8294cCd010113@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325952 - head/chinese/libpinyin 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.14 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: Mon, 02 Sep 2013 09:04:38 -0000 Author: bapt Date: Mon Sep 2 09:04:38 2013 New Revision: 325952 URL: http://svnweb.freebsd.org/changeset/ports/325952 Log: Eliminate USE_GNOME=pkgconfig from chinese Modified: head/chinese/libpinyin/Makefile Modified: head/chinese/libpinyin/Makefile ============================================================================== --- head/chinese/libpinyin/Makefile Mon Sep 2 09:03:40 2013 (r325951) +++ head/chinese/libpinyin/Makefile Mon Sep 2 09:04:38 2013 (r325952) @@ -13,11 +13,10 @@ MAN1= libpinyin.1 gen_binary_files.1 ge import_interpolation.1 USE_BDB= yes -USE_GNOME= glib20 gnomehack pkgconfig -USES= gettext +USE_GNOME= glib20 +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:13:18 2013 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 ESMTP id 183479E5; Mon, 2 Sep 2013 09:13:18 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06A882ACC; Mon, 2 Sep 2013 09:13:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829DH0B015680; Mon, 2 Sep 2013 09:13:17 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829DHkY015674; Mon, 2 Sep 2013 09:13:17 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309020913.r829DHkY015674@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 09:13:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325953 - head/devel/p5-Test-Aggregate 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.14 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: Mon, 02 Sep 2013 09:13:18 -0000 Author: tobez Date: Mon Sep 2 09:13:17 2013 New Revision: 325953 URL: http://svnweb.freebsd.org/changeset/ports/325953 Log: Update to 0.370. Changes: http://search.cpan.org/dist/Test-Aggregate/Changes Modified: head/devel/p5-Test-Aggregate/Makefile head/devel/p5-Test-Aggregate/distinfo Modified: head/devel/p5-Test-Aggregate/Makefile ============================================================================== --- head/devel/p5-Test-Aggregate/Makefile Mon Sep 2 09:04:38 2013 (r325952) +++ head/devel/p5-Test-Aggregate/Makefile Mon Sep 2 09:13:17 2013 (r325953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Aggregate -PORTVERSION= 0.369 +PORTVERSION= 0.370 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Aggregate/distinfo ============================================================================== --- head/devel/p5-Test-Aggregate/distinfo Mon Sep 2 09:04:38 2013 (r325952) +++ head/devel/p5-Test-Aggregate/distinfo Mon Sep 2 09:13:17 2013 (r325953) @@ -1,2 +1,2 @@ -SHA256 (Test-Aggregate-0.369.tar.gz) = 5702ae26114d431dd6cc86dd4fbe8bd17e425bf7c87ed274df531400d4411e95 -SIZE (Test-Aggregate-0.369.tar.gz) = 32837 +SHA256 (Test-Aggregate-0.370.tar.gz) = be5465d1dea50af5d218c4452d161ad57216171485515a91161d0ae754b5c50d +SIZE (Test-Aggregate-0.370.tar.gz) = 33062 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:17:07 2013 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 ESMTP id 58FDAB29; Mon, 2 Sep 2013 09:17:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45F9B2AF0; Mon, 2 Sep 2013 09:17:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829H7cW017245; Mon, 2 Sep 2013 09:17:07 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829H6K9017243; Mon, 2 Sep 2013 09:17:06 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309020917.r829H6K9017243@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 09:17:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325954 - head/devel/p5-Config-Tiny 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.14 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: Mon, 02 Sep 2013 09:17:07 -0000 Author: tobez Date: Mon Sep 2 09:17:06 2013 New Revision: 325954 URL: http://svnweb.freebsd.org/changeset/ports/325954 Log: Update to 2.15. Changes: http://search.cpan.org/dist/Config-Tiny/Changes Modified: head/devel/p5-Config-Tiny/Makefile head/devel/p5-Config-Tiny/distinfo Modified: head/devel/p5-Config-Tiny/Makefile ============================================================================== --- head/devel/p5-Config-Tiny/Makefile Mon Sep 2 09:13:17 2013 (r325953) +++ head/devel/p5-Config-Tiny/Makefile Mon Sep 2 09:17:06 2013 (r325954) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= Config-Tiny -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Read/Write .ini style files with as little code as possible Modified: head/devel/p5-Config-Tiny/distinfo ============================================================================== --- head/devel/p5-Config-Tiny/distinfo Mon Sep 2 09:13:17 2013 (r325953) +++ head/devel/p5-Config-Tiny/distinfo Mon Sep 2 09:17:06 2013 (r325954) @@ -1,2 +1,2 @@ -SHA256 (Config-Tiny-2.14.tar.gz) = 787b0fa658d8acef092de02059a99da44c75229834a275f07d8808a1e796e1a8 -SIZE (Config-Tiny-2.14.tar.gz) = 16963 +SHA256 (Config-Tiny-2.15.tgz) = 569b9f460d581d650e78a2cc31243bdc509c596b042c230fc5af1c16aa536639 +SIZE (Config-Tiny-2.15.tgz) = 23774 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:22:53 2013 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 ESMTP id EFB93E14; Mon, 2 Sep 2013 09:22:53 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1CA02B76; Mon, 2 Sep 2013 09:22:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829Mrup021760; Mon, 2 Sep 2013 09:22:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829MmOd021709; Mon, 2 Sep 2013 09:22:48 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020922.r829MmOd021709@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 09:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325955 - in head: ftp/ftpcopy ftp/ftpsync ftp/mirror ftp/p5-Net-FTP-Common ftp/p5-Net-FTP-Recursive misc/cloc misc/ipbt misc/lesspipe misc/p5-Asterisk-FastAGI misc/p5-Bot-Training misc... 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.14 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: Mon, 02 Sep 2013 09:22:54 -0000 Author: az Date: Mon Sep 2 09:22:47 2013 New Revision: 325955 URL: http://svnweb.freebsd.org/changeset/ports/325955 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/ftp/ftpcopy/Makefile (contents, props changed) head/ftp/ftpsync/Makefile (contents, props changed) head/ftp/mirror/Makefile (contents, props changed) head/ftp/p5-Net-FTP-Common/Makefile (contents, props changed) head/ftp/p5-Net-FTP-Recursive/Makefile (contents, props changed) head/misc/cloc/Makefile head/misc/ipbt/Makefile (contents, props changed) head/misc/lesspipe/Makefile (contents, props changed) head/misc/p5-Asterisk-FastAGI/Makefile (contents, props changed) head/misc/p5-Bot-Training-StarCraft/Makefile (contents, props changed) head/misc/p5-Bot-Training/Makefile (contents, props changed) head/misc/p5-Business-ISBN-Data/Makefile (contents, props changed) head/misc/p5-I18N-Charset/Makefile head/misc/p5-Locale-Codes/Makefile (contents, props changed) head/misc/p5-Test-Dir/Makefile (contents, props changed) head/misc/sloccount/Makefile (contents, props changed) head/misc/translate/Makefile (contents, props changed) head/news/c-nocem/Makefile (contents, props changed) head/news/cleanfeed/Makefile (contents, props changed) head/news/fidogate-ds/Makefile (contents, props changed) head/news/husky-hpt-devel/Makefile (contents, props changed) head/news/husky-hpt/Makefile (contents, props changed) head/news/newsgrab/Makefile (contents, props changed) head/news/p5-NNML/Makefile (contents, props changed) head/news/p5-NNTPClient/Makefile (contents, props changed) head/news/p5-News-Article-NoCeM/Makefile (contents, props changed) head/news/slrnconf/Makefile (contents, props changed) head/news/ubh/Makefile (contents, props changed) Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/ftp/ftpcopy/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -13,7 +13,8 @@ MASTER_SITES= http://www.ohse.de/uwe/ftp MAINTAINER= mandree@FreeBSD.org COMMENT= Command line ftp tools for listing and mirroring -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/web/${DISTNAME} Modified: head/ftp/ftpsync/Makefile ============================================================================== --- head/ftp/ftpsync/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/ftp/ftpsync/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR NO_BUILD= yes USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/${PORTNAME}.pl PORTDOCS= README Modified: head/ftp/mirror/Makefile ============================================================================== --- head/ftp/mirror/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/ftp/mirror/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -31,7 +31,7 @@ PLIST_FILES= bin/mirror \ PLIST_DIRS= lib/mirror -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 Modified: head/ftp/p5-Net-FTP-Common/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Common/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/ftp/p5-Net-FTP-Common/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -16,7 +16,8 @@ COMMENT= Perl module to provide simplify RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::FTP::Common.3 Modified: head/ftp/p5-Net-FTP-Recursive/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Recursive/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/ftp/p5-Net-FTP-Recursive/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::FTP::Recursive.3 Modified: head/misc/cloc/Makefile ============================================================================== --- head/misc/cloc/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/cloc/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -12,7 +12,8 @@ COMMENT= Counts lines of code RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ./${PORTNAME} Modified: head/misc/ipbt/Makefile ============================================================================== --- head/misc/ipbt/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/ipbt/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -17,7 +17,7 @@ COMMENT= A high-tech ttyrec player with MAN1= ipbt.1 -USE_PERL5= yes +USES= perl5 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump Modified: head/misc/lesspipe/Makefile ============================================================================== --- head/misc/lesspipe/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/lesspipe/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -26,7 +26,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archiver cdrecord:${PORTSDIR}/sysutils/cdrtools .endif -USE_PERL5= yes +USES= perl5 NO_BUILD= yes HAS_CONFIGURE= yes Modified: head/misc/p5-Asterisk-FastAGI/Makefile ============================================================================== --- head/misc/p5-Asterisk-FastAGI/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Asterisk-FastAGI/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Module-Install>=0:${PO RUN_DEPENDS= p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Asterisk::FastAGI.3 Modified: head/misc/p5-Bot-Training-StarCraft/Makefile ============================================================================== --- head/misc/p5-Bot-Training-StarCraft/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Bot-Training-StarCraft/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-File-ShareDir-Install> RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bot::Training::StarCraft.3 Modified: head/misc/p5-Bot-Training/Makefile ============================================================================== --- head/misc/p5-Bot-Training/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Bot-Training/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -30,7 +30,8 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDI p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= bot-training.1 MAN3= Bot::Training.3 Modified: head/misc/p5-Business-ISBN-Data/Makefile ============================================================================== --- head/misc/p5-Business-ISBN-Data/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Business-ISBN-Data/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Data pack for Business::ISBN -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::ISBN::Data.3 Modified: head/misc/p5-I18N-Charset/Makefile ============================================================================== --- head/misc/p5-I18N-Charset/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-I18N-Charset/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-IO-Capture>=0:${PORTSD RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= I18N::Charset.3 Modified: head/misc/p5-Locale-Codes/Makefile ============================================================================== --- head/misc/p5-Locale-Codes/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Locale-Codes/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Locale::Codes.3 Locale::Codes::API.3 Locale::Codes::Changes.3 \ Locale::Codes::Constants.3 Locale::Codes::Country.3 \ Modified: head/misc/p5-Test-Dir/Makefile ============================================================================== --- head/misc/p5-Test-Dir/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/p5-Test-Dir/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kiwi@oav.net COMMENT= Test directory attributes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Dir.3 \ Test::Dir::Base.3 \ Modified: head/misc/sloccount/Makefile ============================================================================== --- head/misc/sloccount/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/sloccount/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,7 @@ MASTER_SITES= http://www.dwheeler.com/sl MAINTAINER= freaky@aagh.net COMMENT= Counts physical Source Lines of Code (SLOC) -USE_PERL5= yes +USES= perl5 MAKEFILE= makefile INSTALL_TARGET= install_programs install_man Modified: head/misc/translate/Makefile ============================================================================== --- head/misc/translate/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/misc/translate/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -16,7 +16,7 @@ COMMENT= Translates string using Babelfi RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/news/c-nocem/Makefile ============================================================================== --- head/news/c-nocem/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/c-nocem/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -22,7 +22,7 @@ CNEWS_PORT?= news/cnews CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work NEWSBIN?= ${PREFIX}/libexec/cnews USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} Modified: head/news/cleanfeed/Makefile ============================================================================== --- head/news/cleanfeed/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/cleanfeed/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -16,7 +16,7 @@ COMMENT= Spam filter for Usenet news ser RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:${PORTSDIR}/news/inn NO_BUILD= yes -USE_PERL5= yes +USES= perl5 BINOWN= news BINGRP= news SHAREOWN= news Modified: head/news/fidogate-ds/Makefile ============================================================================== --- head/news/fidogate-ds/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/fidogate-ds/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/news/bin/in USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 MAKE_JOBS_UNSAFE= yes SPOOLDIR?=/var/spool/fido/gate Modified: head/news/husky-hpt-devel/Makefile ============================================================================== --- head/news/husky-hpt-devel/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/husky-hpt-devel/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -15,7 +15,7 @@ CONFLICTS= husky-hpt-[0-9]* .if !defined(WITHOUT_PERL) MAKE_ARGS+= PERL=1 -USE_PERL5= yes +USES= perl5 .else MAKE_ARGS+= PERL=0 .endif Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/husky-hpt/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -17,7 +17,7 @@ CONFLICTS= husky-hpt-devel-[0-9]* .if !defined(WITHOUT_PERL) MAKE_ARGS+= PERL=1 -USE_PERL5= yes +USES= perl5 .else MAKE_ARGS+= PERL=0 .endif Modified: head/news/newsgrab/Makefile ============================================================================== --- head/news/newsgrab/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/newsgrab/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes -USE_PERL5= yes +USES= perl5 post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/newsgrab.pl Modified: head/news/p5-NNML/Makefile ============================================================================== --- head/news/p5-NNML/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/p5-NNML/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= A minimal NNTP server -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure RESTRICTED= License unknown Modified: head/news/p5-NNTPClient/Makefile ============================================================================== --- head/news/p5-NNTPClient/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/p5-NNTPClient/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gary@hayers.org COMMENT= Client interface to NNTP (RFC977) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= News::NNTPClient.3 Modified: head/news/p5-News-Article-NoCeM/Makefile ============================================================================== --- head/news/p5-News-Article-NoCeM/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/p5-News-Article-NoCeM/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-News-Article>=0:${PORTSD p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= News::Article::NoCeM.3 Modified: head/news/slrnconf/Makefile ============================================================================== --- head/news/slrnconf/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/slrnconf/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x1 p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 MAKE_ARGS+= PREFIX=${PREFIX} do-install: Modified: head/news/ubh/Makefile ============================================================================== --- head/news/ubh/Makefile Mon Sep 2 09:17:06 2013 (r325954) +++ head/news/ubh/Makefile Mon Sep 2 09:22:47 2013 (r325955) @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 NO_BUILD= YES -USE_PERL5= YES +USES= perl5 pre-patch: @${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:25:49 2013 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 ESMTP id 61EDFF37; Mon, 2 Sep 2013 09:25:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 504902B97; Mon, 2 Sep 2013 09:25:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829Pnr8022824; Mon, 2 Sep 2013 09:25:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829Pn3B022823; Mon, 2 Sep 2013 09:25:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020925.r829Pn3B022823@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:25:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325956 - head/games/supertuxkart 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.14 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: Mon, 02 Sep 2013 09:25:49 -0000 Author: bapt Date: Mon Sep 2 09:25:48 2013 New Revision: 325956 URL: http://svnweb.freebsd.org/changeset/ports/325956 Log: Add an explicit dependency on pkgconfig Modified: head/games/supertuxkart/Makefile Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Mon Sep 2 09:22:47 2013 (r325955) +++ head/games/supertuxkart/Makefile Mon Sep 2 09:25:48 2013 (r325956) @@ -24,8 +24,7 @@ LIB_DEPENDS= vorbisfile:${PORTSDIR}/audi USE_BZIP2= yes USE_GL= gl glu glut USE_OPENAL= al alut -USES= cmake gettext -USE_GMAKE= yes +USES= cmake gettext gmake pkgconfig USE_SDL= sdl USE_DOS2UNIX= lib/irrlicht/source/Irrlicht/Makefile From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:34:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09A83246; Mon, 2 Sep 2013 09:34:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC12F2C32; Mon, 2 Sep 2013 09:34:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829Y4Qp027932; Mon, 2 Sep 2013 09:34:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829Y4T2027931; Mon, 2 Sep 2013 09:34:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020934.r829Y4T2027931@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325957 - head/games/sumwars 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.14 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: Mon, 02 Sep 2013 09:34:05 -0000 Author: bapt Date: Mon Sep 2 09:34:04 2013 New Revision: 325957 URL: http://svnweb.freebsd.org/changeset/ports/325957 Log: Add an explicit dependency on pkgconfig Modified: head/games/sumwars/Makefile Modified: head/games/sumwars/Makefile ============================================================================== --- head/games/sumwars/Makefile Mon Sep 2 09:25:48 2013 (r325956) +++ head/games/sumwars/Makefile Mon Sep 2 09:34:04 2013 (r325957) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/sumwars -# Date created: 13 Nov 2011 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# PORTNAME= sumwars PORTVERSION= 0.5.6 @@ -26,8 +22,7 @@ LIB_DEPENDS= CEGUIBase-0.7.9.0:${PORTSDI PocoNet.12:${PORTSDIR}/devel/poco \ physfs.1:${PORTSDIR}/devel/physfs -USE_GMAKE= yes -USES= cmake gettext +USES= cmake gettext gmake pkgconfig USE_GL= gl glu USE_BZIP2= yes INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:35:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D663D364; Mon, 2 Sep 2013 09:35:45 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C30FA2C4A; Mon, 2 Sep 2013 09:35:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829Zjtt028715; Mon, 2 Sep 2013 09:35:45 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829Zj97028714; Mon, 2 Sep 2013 09:35:45 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309020935.r829Zj97028714@svn.freebsd.org> From: Lars Thegler Date: Mon, 2 Sep 2013 09:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325958 - in head/textproc/p5-Text-RecordParser: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 09:35:45 -0000 Author: lth Date: Mon Sep 2 09:35:45 2013 New Revision: 325958 URL: http://svnweb.freebsd.org/changeset/ports/325958 Log: - fix broken patch [1] - workaround for bug in distribution PR: ports/181745 Submitted by: Kurt Jaeger Deleted: head/textproc/p5-Text-RecordParser/files/ Modified: head/textproc/p5-Text-RecordParser/Makefile Modified: head/textproc/p5-Text-RecordParser/Makefile ============================================================================== --- head/textproc/p5-Text-RecordParser/Makefile Mon Sep 2 09:34:04 2013 (r325957) +++ head/textproc/p5-Text-RecordParser/Makefile Mon Sep 2 09:35:45 2013 (r325958) @@ -2,6 +2,7 @@ PORTNAME= Text-RecordParser PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,4 +31,8 @@ MAN3= Text::RecordParser.3 \ Text::RecordParser::Tab.3 \ Text::RecordParser::Object.3 +post-extract: + # workaround for https://rt.cpan.org/Public/Bug/Display.html?id=87855 + ${CHMOD} +w ${WRKSRC}/README.md + .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:36:35 2013 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 ESMTP id 28372516; Mon, 2 Sep 2013 09:36:35 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED0A92C5D; Mon, 2 Sep 2013 09:36:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829aYT5029349; Mon, 2 Sep 2013 09:36:34 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829aTVv029316; Mon, 2 Sep 2013 09:36:29 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020936.r829aTVv029316@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 09:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325959 - in head: finance/cbb finance/p5-Finance-YahooQuote finance/p5-Math-Financial misc/gcstar misc/gnuls misc/kenny misc/p5-Bot-Training-MegaHAL misc/p5-Business-EDI misc/p5-Geogra... 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.14 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: Mon, 02 Sep 2013 09:36:35 -0000 Author: az Date: Mon Sep 2 09:36:29 2013 New Revision: 325959 URL: http://svnweb.freebsd.org/changeset/ports/325959 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/finance/cbb/Makefile head/finance/p5-Finance-YahooQuote/Makefile (contents, props changed) head/finance/p5-Math-Financial/Makefile (contents, props changed) head/misc/gcstar/Makefile (contents, props changed) head/misc/gnuls/Makefile (contents, props changed) head/misc/kenny/Makefile head/misc/p5-Bot-Training-MegaHAL/Makefile (contents, props changed) head/misc/p5-Business-EDI/Makefile head/misc/p5-Geography-Countries/Makefile (contents, props changed) head/misc/p5-I18N-LangTags/Makefile (contents, props changed) head/misc/p5-List-Compare/Makefile (contents, props changed) head/misc/p5-Norge/Makefile (contents, props changed) head/misc/spamcalc/Makefile (contents, props changed) head/x11-toolkits/gnome-desktop-sharp20/Makefile (contents, props changed) head/x11-toolkits/gnome-sharp20/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp10/Makefile head/x11-toolkits/gtk-sharp20/Makefile head/x11-toolkits/p5-Gtk2-Chmod/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-GladeXML/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2/Makefile head/x11-toolkits/p5-Pango/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-FileDialog/Makefile head/x11-toolkits/p5-Tk-FontDialog/Makefile (contents, props changed) Modified: head/finance/cbb/Makefile ============================================================================== --- head/finance/cbb/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/cbb/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -17,7 +17,7 @@ COMMENT= Checkbook balancing tool USE_TK= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl=${PERL} \ --with-wish=${WISH} Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/p5-Finance-YahooQuote/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>=2.2:${PORTS p5-libwww>=1.62:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= yahooquote.1 MAN3= Finance::YahooQuote.3 Modified: head/finance/p5-Math-Financial/Makefile ============================================================================== --- head/finance/p5-Math-Financial/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/p5-Math-Financial/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module containing common functions for loans and annuities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Financial.3 Modified: head/misc/gcstar/Makefile ============================================================================== --- head/misc/gcstar/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/gcstar/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -35,7 +35,8 @@ MAN1= gcstar.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= desktopfileutils -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/misc/gnuls/Makefile ============================================================================== --- head/misc/gnuls/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/gnuls/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes # Required for tests and man page generation +USES= perl5 +USE_PERL5= build MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/kenny/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -16,7 +16,7 @@ PROJECTHOST= ak-various-projects CONFLICTS= filters-* -USE_PERL5= yes +USES= perl5 EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} Modified: head/misc/p5-Bot-Training-MegaHAL/Makefile ============================================================================== --- head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-File-ShareDir-Install> RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bot::Training::MegaHAL.3 Modified: head/misc/p5-Business-EDI/Makefile ============================================================================== --- head/misc/p5-Business-EDI/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Business-EDI/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::EDI.3 \ Business::EDI::CodeList.3 \ Modified: head/misc/p5-Geography-Countries/Makefile ============================================================================== --- head/misc/p5-Geography-Countries/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Geography-Countries/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Handle ISO-3166 country codes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= INSTALLDIRS='site' MAN3= Geography::Countries.3 Modified: head/misc/p5-I18N-LangTags/Makefile ============================================================================== --- head/misc/p5-I18N-LangTags/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-I18N-LangTags/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Functions for dealing with RFC-1766-style language tags -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3 Modified: head/misc/p5-List-Compare/Makefile ============================================================================== --- head/misc/p5-List-Compare/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-List-Compare/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= marck@FreeBSD.org COMMENT= Perl extension for comparing lists -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PLIST_FILES= \ ${SITE_PERL_REL}/List/Compare.pm \ Modified: head/misc/p5-Norge/Makefile ============================================================================== --- head/misc/p5-Norge/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Norge/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= anders@FreeBSD.org COMMENT= Misc. Norwegian methods for Perl, conversion/dates/numbers etc. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3 Modified: head/misc/spamcalc/Makefile ============================================================================== --- head/misc/spamcalc/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/spamcalc/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= logix@foobar.franken.de COMMENT= Calculates "DNS-spam"-values for hostnames -USE_PERL5= YES +USES= perl5 do-build: ${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \ Modified: head/x11-toolkits/gnome-desktop-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-desktop-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gnome-desktop-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gnome-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -19,7 +19,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui MAKE_JOBS_UNSAFE= yes Modified: head/x11-toolkits/gtk-sharp10/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp10/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gtk-sharp10/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -22,7 +22,8 @@ LATEST_LINK= gtk-sharp10 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ libgnomeprintui libglade2 libgnomeui Modified: head/x11-toolkits/gtk-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gtk-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gtk20 libglade2 post-patch: Modified: head/x11-toolkits/p5-Gtk2-Chmod/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Chmod/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Chmod/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-File-Stat-Bits>=0:${PO p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Chmod.3 Modified: head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-Type>=0:${PORTSDI p5-Gtk2-Ex-Utils>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Ex::Dialogs::Question.3 \ Gtk2::Ex::Dialogs::ChooseDirectory.3 \ Gtk2::Ex::Dialogs::Message.3 \ Modified: head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Ex::Constants.3 \ Gtk2::Ex::Utils.3 Modified: head/x11-toolkits/p5-Gtk2-GladeXML/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-GladeXML/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-GladeXML/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/ USE_GNOME= libglade2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 .include Modified: head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ COMMENT= Creates a bar for path manipula RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::PathButtonBar.3 Modified: head/x11-toolkits/p5-Gtk2/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-Pango>=0:${PORTSDIR}/x11 p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= gtk20 pango -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_GMAKE= yes CONFIGURE_ENV+= FORCE_GMAKE=yes MAKE_ENV+= LANG=C Modified: head/x11-toolkits/p5-Pango/Makefile ============================================================================== --- head/x11-toolkits/p5-Pango/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Pango/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 RUN_DEPENDS= p5-Glib2>=1.220:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= pango -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE=yes post-install: Modified: head/x11-toolkits/p5-Tk-FileDialog/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-FileDialog/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Tk-FileDialog/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -16,7 +16,8 @@ COMMENT= Tk::FileDialog - A file selecto BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tk::FileDialog.3 PLIST_SUB= PERL_VERSION=${PERL_VERSION} Modified: head/x11-toolkits/p5-Tk-FontDialog/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-FontDialog/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Tk-FontDialog/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ COMMENT= Font dialog widget BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:44:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D71E77EC; Mon, 2 Sep 2013 09:44:19 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A928F2D06; Mon, 2 Sep 2013 09:44:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829iJkf034498; Mon, 2 Sep 2013 09:44:19 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829iEnH034419; Mon, 2 Sep 2013 09:44:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020944.r829iEnH034419@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 09:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325960 - in head: finance/p5-Business-MaxMind-CreditCardFraudDetection finance/p5-Business-PayPal-IPN finance/p5-Business-Stripe finance/p5-PayflowPro www/asql www/p5-AnyEvent-HTTP-LWP... 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.14 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: Mon, 02 Sep 2013 09:44:19 -0000 Author: az Date: Mon Sep 2 09:44:14 2013 New Revision: 325960 URL: http://svnweb.freebsd.org/changeset/ports/325960 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile head/finance/p5-Business-PayPal-IPN/Makefile (contents, props changed) head/finance/p5-Business-Stripe/Makefile (contents, props changed) head/finance/p5-PayflowPro/Makefile (contents, props changed) head/www/asql/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile (contents, props changed) head/www/p5-AnyEvent-Mojo/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-ActionRole/Makefile head/www/p5-Catalyst-Model-Tarantool/Makefile head/www/p5-FCGI-ProcManager/Makefile (contents, props changed) head/www/p5-File-Mork/Makefile (contents, props changed) head/www/p5-HTML-Parser/Makefile head/www/p5-HTTP-WebTest/Makefile (contents, props changed) head/www/p5-Mozilla-CA/Makefile (contents, props changed) head/www/p5-Nginx-Simple/Makefile (contents, props changed) head/www/p5-POE-Component-Server-HTTPServer/Makefile (contents, props changed) head/www/p5-POE-Component-Server-PSGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ConsoleLogger/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Header/Makefile (contents, props changed) head/www/p5-Template-Plugin-VMethods/Makefile (contents, props changed) head/www/p5-Template-Toolkit-Simple/Makefile (contents, props changed) head/www/p5-URI-Escape-JavaScript/Makefile (contents, props changed) head/www/p5-WWW-IMDb/Makefile (contents, props changed) head/www/p5-WWW-TV/Makefile (contents, props changed) Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ============================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -21,7 +21,8 @@ RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/ p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::MaxMind::CreditCardFraudDetection.3 \ Business::MaxMind::HTTPBase.3 \ Modified: head/finance/p5-Business-PayPal-IPN/Makefile ============================================================================== --- head/finance/p5-Business-PayPal-IPN/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-PayPal-IPN/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${P RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::PayPal::IPN.3 Modified: head/finance/p5-Business-Stripe/Makefile ============================================================================== --- head/finance/p5-Business-Stripe/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-Stripe/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORT WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Business::Stripe.3 Business::README.3 Modified: head/finance/p5-PayflowPro/Makefile ============================================================================== --- head/finance/p5-PayflowPro/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-PayflowPro/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ COMMENT= Pure Perl PayflowPro payment ga RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: ${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${LOCALBASE}/etc Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/asql/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,6 +20,6 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR NO_BUILD= yes PLIST_FILES= bin/asql -USE_PERL5= yes +USES= perl5 .include Modified: head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-libwww>=5.815:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTP::LWP::UserAgent.3 Modified: head/www/p5-AnyEvent-Mojo/Makefile ============================================================================== --- head/www/p5-AnyEvent-Mojo/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-AnyEvent-Mojo/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -23,7 +23,8 @@ RUN_DEPENDS= \ # p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Mojo.3 \ AnyEvent::Mojo::Server.3 \ Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.71 p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::ActionRole.3 Modified: head/www/p5-Catalyst-Model-Tarantool/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Tarantool/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Catalyst-Model-Tarantool/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90 p5-MR-Tarantool>=0.0.24:${PORTSDIR}/databases/p5-MR-Tarantool RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN3= Catalyst::Model::Tarantool.3 Modified: head/www/p5-FCGI-ProcManager/Makefile ============================================================================== --- head/www/p5-FCGI-ProcManager/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-FCGI-ProcManager/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= peter@vereshagin.org COMMENT= Functions for managing FastCGI applications -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FCGI::ProcManager.3 \ FCGI::ProcManager::Constrained.3 Modified: head/www/p5-File-Mork/Makefile ============================================================================== --- head/www/p5-File-Mork/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-File-Mork/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ COMMENT= A module to read Mozilla URL hi BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mork.1 MAN3= File::Mork.3 Modified: head/www/p5-HTML-Parser/Makefile ============================================================================== --- head/www/p5-HTML-Parser/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-HTML-Parser/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -13,7 +13,8 @@ COMMENT= Perl5 module for parsing HTML d RUN_DEPENDS= p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Entities.3 \ HTML::Filter.3 \ Modified: head/www/p5-HTTP-WebTest/Makefile ============================================================================== --- head/www/p5-HTTP-WebTest/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-HTTP-WebTest/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ BUILD_DEPENDS= \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN1= wt.1 Modified: head/www/p5-Mozilla-CA/Makefile ============================================================================== --- head/www/p5-Mozilla-CA/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Mozilla-CA/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Mozilla CA cert bundle in PEM format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mozilla::CA.3 Modified: head/www/p5-Nginx-Simple/Makefile ============================================================================== --- head/www/p5-Nginx-Simple/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Nginx-Simple/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 module for easy to use interface for Nginx Perl Module -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Nginx::Simple::Dispatch.3 Nginx::Simple::Cookie.3 \ Nginx::Simple::Ajax.3 Nginx::Simple.3 \ Modified: head/www/p5-POE-Component-Server-HTTPServer/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-HTTPServer/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-POE-Component-Server-HTTPServer/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/dev p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Server::HTTPServer.3 \ POE::Component::Server::HTTPServer::BasicAuthenHandler.3 \ Modified: head/www/p5-POE-Component-Server-PSGI/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-PSGI/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-POE-Component-Server-PSGI/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= Perl extension to PSGI Server i RUN_DEPENDS= p5-POEx-Role-PSGIServer>0:${PORTSDIR}/www/p5-POEx-Role-PSGIServer BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Server::PSGI.3 \ Plack::Server::POE.3 Modified: head/www/p5-Plack-Middleware-ConsoleLogger/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-ConsoleLogger/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Plack-Middleware-ConsoleLogger/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-JavaScript-Value-Escape>0:${PORTSDIR}/lang/p5-JavaScript-Value-Escape BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::ConsoleLogger.3 Modified: head/www/p5-Plack-Middleware-Header/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Header/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Plack-Middleware-Header/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Header.3 Modified: head/www/p5-Template-Plugin-VMethods/Makefile ============================================================================== --- head/www/p5-Template-Plugin-VMethods/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Template-Plugin-VMethods/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= Install vmethods for Template-T BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::VMethods.3 Modified: head/www/p5-Template-Toolkit-Simple/Makefile ============================================================================== --- head/www/p5-Template-Toolkit-Simple/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Template-Toolkit-Simple/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= A Simple Interface to Template BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Toolkit::Simple.3 Modified: head/www/p5-URI-Escape-JavaScript/Makefile ============================================================================== --- head/www/p5-URI-Escape-JavaScript/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-URI-Escape-JavaScript/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Perl implementation of JavaScript's escape()/unescape() functions -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= URI::Escape::JavaScript.3 Modified: head/www/p5-WWW-IMDb/Makefile ============================================================================== --- head/www/p5-WWW-IMDb/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-WWW-IMDb/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IMDb.3 IMDb::People.3 IMDb::Title.3 Modified: head/www/p5-WWW-TV/Makefile ============================================================================== --- head/www/p5-WWW-TV/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-WWW-TV/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -16,7 +16,8 @@ COMMENT= Perl interface to the database RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:45:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 546218DB; Mon, 2 Sep 2013 09:45:04 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40E572D13; Mon, 2 Sep 2013 09:45:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829j4oC034974; Mon, 2 Sep 2013 09:45:04 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829j0e9034935; Mon, 2 Sep 2013 09:45:00 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309020945.r829j0e9034935@svn.freebsd.org> From: Renato Botelho Date: Mon, 2 Sep 2013 09:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325961 - in head: archivers/sharutils ftp/ftpmirror mail/mb2md net/wmnd net/xmlrpc-c net/xmlrpc-c-devel security/keychain textproc/cdiff textproc/po4a www/sarg x11/gmrun x11/xcb-util x... 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.14 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: Mon, 02 Sep 2013 09:45:04 -0000 Author: garga Date: Mon Sep 2 09:45:00 2013 New Revision: 325961 URL: http://svnweb.freebsd.org/changeset/ports/325961 Log: Change my ports to USES (gmake|perl5) Modified: head/archivers/sharutils/Makefile head/ftp/ftpmirror/Makefile head/mail/mb2md/Makefile head/net/wmnd/Makefile head/net/xmlrpc-c-devel/Makefile head/net/xmlrpc-c/Makefile head/security/keychain/Makefile head/textproc/cdiff/Makefile head/textproc/po4a/Makefile head/www/sarg/Makefile head/x11/gmrun/Makefile head/x11/xcb-util-image/Makefile head/x11/xcb-util-keysyms/Makefile head/x11/xcb-util-renderutil/Makefile head/x11/xcb-util-wm/Makefile head/x11/xcb-util/Makefile Modified: head/archivers/sharutils/Makefile ============================================================================== --- head/archivers/sharutils/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/archivers/sharutils/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -15,13 +15,12 @@ LICENSE= GPLv3 OPTIONS_DEFINE= NLS USE_XZ= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 INFO= sharutils -USES= charsetfix +USES= charsetfix perl5 .include Modified: head/ftp/ftpmirror/Makefile ============================================================================== --- head/ftp/ftpmirror/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/ftp/ftpmirror/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,10 +14,9 @@ RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/n OPTIONS_DEFINE= DOCS -USE_PERL5= yes GNU_CONFIGURE= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ftpmirror rotate CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" Modified: head/mail/mb2md/Makefile ============================================================================== --- head/mail/mb2md/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/mail/mb2md/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -20,8 +20,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNA NO_WRKSUBDIR= yes NO_BUILD= yes -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= mb2md PLIST_FILES= bin/mb2md Modified: head/net/wmnd/Makefile ============================================================================== --- head/net/wmnd/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/wmnd/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,8 +14,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= EXAMPLES +USES= gmake USE_XORG= ice sm x11 xext xpm -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dummy-driver Modified: head/net/xmlrpc-c-devel/Makefile ============================================================================== --- head/net/xmlrpc-c-devel/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/xmlrpc-c-devel/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -21,8 +21,8 @@ CPLUSPLUS_DESC= Build xmlrpc-c c++ libs CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* +USES= gmake USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes Modified: head/net/xmlrpc-c/Makefile ============================================================================== --- head/net/xmlrpc-c/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/xmlrpc-c/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -20,8 +20,7 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes MAKEFILE= GNUmakefile Modified: head/security/keychain/Makefile ============================================================================== --- head/security/keychain/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/security/keychain/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -12,11 +12,11 @@ COMMENT= User-friendly front-end to ssh- LICENSE= GPLv2 +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= DOCS FETCH_ARGS?= -Fpr USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes MAN1= keychain.1 Modified: head/textproc/cdiff/Makefile ============================================================================== --- head/textproc/cdiff/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/textproc/cdiff/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,7 +14,7 @@ COMMENT= Diff readability enhancer for c NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 SRC= ${.CURDIR}/src Modified: head/textproc/po4a/Makefile ============================================================================== --- head/textproc/po4a/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/textproc/po4a/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-Term-ReadKey>=2.30:${P jade>=0:${PORTSDIR}/textproc/jade RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext -USE_PERL5= yes -PERL_MODBUILD= yes +USES= gettext perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-v0.40.1 MANPREFIX= ${PREFIX} Modified: head/www/sarg/Makefile ============================================================================== --- head/www/sarg/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/www/sarg/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -18,8 +18,8 @@ OPTIONS_DEFAULT=GD PHP NLS PCRE LDAP ICO PHP_DESC= Install PHP for reporting generating +USES= gmake USE_AUTOTOOLS= autoconf aclocal -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \ Modified: head/x11/gmrun/Makefile ============================================================================== --- head/x11/gmrun/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/gmrun/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,8 +14,8 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt OPTIONS_DEFINE= DOCS +USES= gmake USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11/xcb-util-image/Makefile ============================================================================== --- head/x11/xcb-util-image/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-image/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= A port of Xlib's XImage and XSh LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-keysyms/Makefile ============================================================================== --- head/x11/xcb-util-keysyms/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-keysyms/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Standard X key constants and co LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-renderutil/Makefile ============================================================================== --- head/x11/xcb-util-renderutil/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-renderutil/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the R LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-wm/Makefile ============================================================================== --- head/x11/xcb-util-wm/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-wm/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Framework for window manager im LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util/Makefile ============================================================================== --- head/x11/xcb-util/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:45:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B38F8DE; Mon, 2 Sep 2013 09:45:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 391B12D15; Mon, 2 Sep 2013 09:45:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829j7Yx035123; Mon, 2 Sep 2013 09:45:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829j5Iu035114; Mon, 2 Sep 2013 09:45:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020945.r829j5Iu035114@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325962 - in head/games: chromium-bsu glest megaglest openlierox scorched3d vavoom-extras xteddy 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.14 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: Mon, 02 Sep 2013 09:45:07 -0000 Author: bapt Date: Mon Sep 2 09:45:05 2013 New Revision: 325962 URL: http://svnweb.freebsd.org/changeset/ports/325962 Log: Add explicit dependencies on pkgconf Modified: head/games/chromium-bsu/Makefile head/games/glest/Makefile head/games/megaglest/Makefile head/games/openlierox/Makefile head/games/scorched3d/Makefile head/games/vavoom-extras/Makefile head/games/xteddy/Makefile Modified: head/games/chromium-bsu/Makefile ============================================================================== --- head/games/chromium-bsu/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/chromium-bsu/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -14,6 +14,7 @@ LIB_DEPENDS= glpng:${PORTSDIR}/graphics/ fontconfig:${PORTSDIR}/x11-fonts/fontconfig GNU_CONFIGURE= yes +USES= pkgconfig USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/glest/Makefile ============================================================================== --- head/games/glest/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/glest/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -17,6 +17,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/tex BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data +USES= pkgconfig USE_AUTOTOOLS= automake:env autoconf:env USE_ZIP= yes USE_OPENAL= al alut Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/megaglest/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -24,7 +24,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basi SUB_FILES= pkg-message USE_XZ= yes -USES= cmake +USES= cmake pkgconfig USE_DOS2UNIX= yes USE_GL= glew gl glu USE_LUA= 5.1 Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/openlierox/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ -DLIBZIP_BUILTIN=YES \ -DBREAKPAD=NO \ Modified: head/games/scorched3d/Makefile ============================================================================== --- head/games/scorched3d/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/scorched3d/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -30,8 +30,7 @@ USE_OPENAL= al alut USE_SDL= mixer net sdl USE_WX= 2.4+ WX_CONF_ARGS= absolute -USES= iconv perl5 -USE_GMAKE= yes +USES= iconv perl5 gmake pkgconfig USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force --foreign Modified: head/games/vavoom-extras/Makefile ============================================================================== --- head/games/vavoom-extras/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/vavoom-extras/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -26,8 +26,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes NO_PACKAGE= package could be up to 661MB; set FORCE_PACKAGE if you really want it -OPTIONS_MULTI= EXTRA -OPTIONS_MULTI_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP +OPTIONS_GROUP= EXTRA +OPTIONS_GROUP_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP MODELS_DESC= Install 3D models (17MB) SOUNDTRACKS_DESC= Install enhanced soundtracks (482MB) Modified: head/games/xteddy/Makefile ============================================================================== --- head/games/xteddy/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/xteddy/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xteddy -# Date created: 3 June 1998 -# Whom: Eckart "Isegrim" Hofmann -# +# Created by: Eckart "Isegrim" Hofmann # $FreeBSD$ -# $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $ PORTNAME= xteddy PORTVERSION= 2.2 @@ -11,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/ MAINTAINER= ports@FreeBSD.org -COMMENT= A cuddlesome teddy for the X desktop +COMMENT= Cuddlesome teddy for the X desktop LICENSE= GPLv2 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:50:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83918B80; Mon, 2 Sep 2013 09:50:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71E3E2D78; Mon, 2 Sep 2013 09:50:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829oMKV037242; Mon, 2 Sep 2013 09:50:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829oMMj037241; Mon, 2 Sep 2013 09:50:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020950.r829oMMj037241@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325963 - head/comms/gtkmmorse 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.14 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: Mon, 02 Sep 2013 09:50:22 -0000 Author: bapt Date: Mon Sep 2 09:50:21 2013 New Revision: 325963 URL: http://svnweb.freebsd.org/changeset/ports/325963 Log: Add an explicit dependency on pkgconf Modified: head/comms/gtkmmorse/Makefile Modified: head/comms/gtkmmorse/Makefile ============================================================================== --- head/comms/gtkmmorse/Makefile Mon Sep 2 09:45:05 2013 (r325962) +++ head/comms/gtkmmorse/Makefile Mon Sep 2 09:50:21 2013 (r325963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: morse -# Date created: 2012-04-26 -# Whom: Stephen Hurd -# +# Created by: Stephen Hurd # $FreeBSD$ -# PORTNAME= gtkmmorse PORTVERSION= 0.9.27 @@ -20,6 +16,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig PLIST_FILES= bin/gtkmmorse MAN1= gtkmmorse.1 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:59:05 2013 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 ESMTP id A9DD3D45; Mon, 2 Sep 2013 09:59:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 963FD2DC9; Mon, 2 Sep 2013 09:59:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829x5Ti042458; Mon, 2 Sep 2013 09:59:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829x5Oh042457; Mon, 2 Sep 2013 09:59:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020959.r829x5Oh042457@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325964 - head/games/gcompris 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.14 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: Mon, 02 Sep 2013 09:59:05 -0000 Author: bapt Date: Mon Sep 2 09:59:05 2013 New Revision: 325964 URL: http://svnweb.freebsd.org/changeset/ports/325964 Log: Add an explicit dependency on pkgconfig Modified: head/games/gcompris/Makefile Modified: head/games/gcompris/Makefile ============================================================================== --- head/games/gcompris/Makefile Mon Sep 2 09:50:21 2013 (r325963) +++ head/games/gcompris/Makefile Mon Sep 2 09:59:05 2013 (r325964) @@ -24,7 +24,7 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/ gnucap:${PORTSDIR}/cad/gnucap USE_BZIP2= yes -USES= gettext gmake display:configure +USES= gettext gmake display:configure pkgconfig GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_PYTHON= -2.7 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:00:43 2013 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 ESMTP id 675C3F4B; Mon, 2 Sep 2013 10:00:43 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47A932DE4; Mon, 2 Sep 2013 10:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82A0hLL045001; Mon, 2 Sep 2013 10:00:43 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82A0dR9044972; Mon, 2 Sep 2013 10:00:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021000.r82A0dR9044972@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 10:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325965 - in head/www: p5-CGI-FCKeditor p5-Catalyst-Controller-RequestToken p5-Google-Search p5-HTML-Chunks p5-HTML-Display p5-HTML-GoogleMaps p5-HTML-TableContentParser p5-HTML-Toc p5-... 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.14 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: Mon, 02 Sep 2013 10:00:43 -0000 Author: az Date: Mon Sep 2 10:00:38 2013 New Revision: 325965 URL: http://svnweb.freebsd.org/changeset/ports/325965 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-FCKeditor/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-RequestToken/Makefile head/www/p5-Google-Search/Makefile (contents, props changed) head/www/p5-HTML-Chunks/Makefile (contents, props changed) head/www/p5-HTML-Display/Makefile (contents, props changed) head/www/p5-HTML-GoogleMaps/Makefile (contents, props changed) head/www/p5-HTML-TableContentParser/Makefile head/www/p5-HTML-Toc/Makefile (contents, props changed) head/www/p5-HTTP-Parser/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-Determined/Makefile (contents, props changed) head/www/p5-Mason/Makefile head/www/p5-Plack-Middleware-IEnosniff/Makefile (contents, props changed) head/www/p5-Plack-Middleware-MemoryUsage/Makefile (contents, props changed) head/www/p5-Tenjin/Makefile (contents, props changed) head/www/p5-URI-ToDisk/Makefile head/www/p5-WWW-Mechanize-DecodedContent/Makefile (contents, props changed) head/www/p5-WWW-Plurk/Makefile head/www/p5-WWW-Shorten-0rz/Makefile (contents, props changed) head/www/p5-WebService-Pushover/Makefile (contents, props changed) Modified: head/www/p5-CGI-FCKeditor/Makefile ============================================================================== --- head/www/p5-CGI-FCKeditor/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-CGI-FCKeditor/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This's FCKeditor Controller for Perl OOP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::FCKeditor.3 Modified: head/www/p5-Catalyst-Controller-RequestToken/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Catalyst-Action-Render RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::RequestToken.3 \ Catalyst::Controller::RequestToken::Action::CreateToken.3 \ Modified: head/www/p5-Google-Search/Makefile ============================================================================== --- head/www/p5-Google-Search/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Google-Search/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Google::Search.3 Google::Search::Result.3 Modified: head/www/p5-HTML-Chunks/Makefile ============================================================================== --- head/www/p5-HTML-Chunks/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Chunks/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -16,7 +16,8 @@ COMMENT= A simple nested template engine RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Display/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-HTML-TokeParser-Simple>= BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Display.3 \ HTML::Display::Common.3 \ Modified: head/www/p5-HTML-GoogleMaps/Makefile ============================================================================== --- head/www/p5-HTML-GoogleMaps/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-GoogleMaps/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ COMMENT= A simple wrapper around the Goo RUN_DEPENDS= p5-Geo-Coder-Google>=0.02:${PORTSDIR}/misc/p5-Geo-Coder-Google BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::GoogleMaps.3 Modified: head/www/p5-HTML-TableContentParser/Makefile ============================================================================== --- head/www/p5-HTML-TableContentParser/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-TableContentParser/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -12,7 +12,8 @@ COMMENT= Do interesting things with the RUN_DEPENDS= p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::TableContentParser.3 Modified: head/www/p5-HTML-Toc/Makefile ============================================================================== --- head/www/p5-HTML-Toc/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Toc/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Test-Differences>=0:${ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-HTTP-Parser/Makefile ============================================================================== --- head/www/p5-HTTP-Parser/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTTP-Parser/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Parser.3 Modified: head/www/p5-LWP-UserAgent-Determined/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-Determined/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-LWP-UserAgent-Determined/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ COMMENT= A virtual browser that retries RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::UserAgent::Determined.3 Modified: head/www/p5-Mason/Makefile ============================================================================== --- head/www/p5-Mason/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Mason/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -35,7 +35,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class-Most>=0:${PORTSDIR}/devel/p5-Test-Class-Most \ p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mason.pl.1 MAN3= Mason.3 \ Modified: head/www/p5-Plack-Middleware-IEnosniff/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-IEnosniff/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Plack-Middleware-IEnosniff/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::IEnosniff.3 Modified: head/www/p5-Plack-Middleware-MemoryUsage/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-MemoryUsage/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Plack-Middleware-MemoryUsage/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::MemoryUsage.3 Modified: head/www/p5-Tenjin/Makefile ============================================================================== --- head/www/p5-Tenjin/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Tenjin/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tenjin.3 \ Tenjin::Context.3 \ Modified: head/www/p5-URI-ToDisk/Makefile ============================================================================== --- head/www/p5-URI-ToDisk/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-URI-ToDisk/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/ p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::ToDisk.3 Modified: head/www/p5-WWW-Mechanize-DecodedContent/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-DecodedContent/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Mechanize-DecodedContent/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-HTTP-Response-Encoding>=0:${PORTSDIR}/www/p5-HTTP-Response-Encoding RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::DecodedContent.3 Modified: head/www/p5-WWW-Plurk/Makefile ============================================================================== --- head/www/p5-WWW-Plurk/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Plurk/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-Mail>=0: BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3 Modified: head/www/p5-WWW-Shorten-0rz/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-0rz/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Shorten-0rz/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-WWW-Shorten>=0:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::0rz.3 Modified: head/www/p5-WebService-Pushover/Makefile ============================================================================== --- head/www/p5-WebService-Pushover/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WebService-Pushover/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Pushover.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:06:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CEBD296; Mon, 2 Sep 2013 10:06:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9012E69; Mon, 2 Sep 2013 10:06:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82A696P047999; Mon, 2 Sep 2013 10:06:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82A64HW047959; Mon, 2 Sep 2013 10:06:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021006.r82A64HW047959@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325966 - in head/audio: alsa-plugins bmp-htmlplaylist flac freealut gbemol gimmix gmpc-extraplaylist gnomoradio libaacplus libao libbpm libcdaudio libfishsound libmodplug libmpd libogg... 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.14 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: Mon, 02 Sep 2013 10:06:09 -0000 Author: bapt Date: Mon Sep 2 10:06:03 2013 New Revision: 325966 URL: http://svnweb.freebsd.org/changeset/ports/325966 Log: Eliminate USE_GNOME=pkgconfig from audio While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Modified: head/audio/alsa-plugins/Makefile head/audio/bmp-htmlplaylist/Makefile head/audio/flac/Makefile head/audio/freealut/Makefile head/audio/gbemol/Makefile head/audio/gimmix/Makefile head/audio/gmpc-extraplaylist/Makefile head/audio/gnomoradio/Makefile head/audio/libaacplus/Makefile head/audio/libao/Makefile head/audio/libbpm/Makefile head/audio/libcdaudio/Makefile head/audio/libfishsound/Makefile head/audio/libmodplug/Makefile head/audio/libmpd/Makefile head/audio/liboggz/Makefile head/audio/libshout2/Makefile head/audio/mpdas/Makefile head/audio/mpdscribble/Makefile head/audio/p5-Audio/Makefile head/audio/p5-MusicBrainz-DiscID/Makefile head/audio/p5-Net-LibLO/Makefile head/audio/pianobar/Makefile head/audio/uade/Makefile head/audio/vorbis-tools/Makefile Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/alsa-plugins/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: alsa-plugins -# Date created: June 29, 2009 -# Whom: Aragon Gouveia -# +# Created by: Aragon Gouveia # $FreeBSD$ -# PORTNAME= alsa-plugins PORTVERSION= 1.0.26 @@ -18,7 +14,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/alsa-lib Modified: head/audio/bmp-htmlplaylist/Makefile ============================================================================== --- head/audio/bmp-htmlplaylist/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/bmp-htmlplaylist/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-htmlplaylist -# Date created: 2005-04-30 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= bmp-htmlplaylist PORTVERSION= 0.2.1 @@ -19,8 +15,8 @@ COMMENT= Application which saves your cu BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -MAKE_ARGS= CC=${CC} LD=${CC} -USE_GNOME= pkgconfig +MAKE_ARGS= CC="${CC}" LD="${CC}" +USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/flac/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -12,7 +12,7 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_XZ= yes GNU_CONFIGURE= yes Modified: head/audio/freealut/Makefile ============================================================================== --- head/audio/freealut/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/freealut/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -14,8 +14,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig USE_OPENAL= al USE_LDCONFIG= yes Modified: head/audio/gbemol/Makefile ============================================================================== --- head/audio/gbemol/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gbemol/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -15,7 +15,7 @@ LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/lib xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 post-patch: Modified: head/audio/gimmix/Makefile ============================================================================== --- head/audio/gimmix/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gimmix/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -19,18 +19,18 @@ LICENSE= GPLv2 OPTIONS_DEFINE= NLS -.include - USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig MAN1= gimmix.1 CONFIGURE_ENV= DATADIRNAME=share +.include + .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl Modified: head/audio/gmpc-extraplaylist/Makefile ============================================================================== --- head/audio/gmpc-extraplaylist/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gmpc-extraplaylist/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmpc-extraplaylist -# Date created: March 27 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= gmpc-extraplaylist PORTVERSION= 0.20.0 @@ -20,7 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 gtk20 libglade2 libxml2 +USES= pkgconfig +USE_GNOME= glib20 gtk20 libglade2 libxml2 PLIST_FILES= lib/gmpc/plugins/libextraplaylist.la \ lib/gmpc/plugins/libextraplaylist.so Modified: head/audio/gnomoradio/Makefile ============================================================================== --- head/audio/gnomoradio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gnomoradio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomoradio -# Date created: 23 Oct 2004 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= gnomoradio PORTVERSION= 0.15.1 @@ -22,7 +18,8 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel vorbis:${PORTSDIR}/audio/libvorbis \ ao:${PORTSDIR}/audio/libao -USE_GNOME= gnomehack gnomeprefix +USES= pathfix pkgconfig +USE_GNOME= gnomeprefix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes LIBTOOLFLAGS= --tag=CXX Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libaacplus/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -19,7 +19,7 @@ RESTRICTED= unclear legal status, probab CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libtoolize aclocal autoheader automake GNOME_MAKEFILEIN= Makefile.am Modified: head/audio/libao/Makefile ============================================================================== --- head/audio/libao/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libao/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libao -# Date created: 18 October 2000 -# Whom: t.vanklaveren@student.utwente.nl -# +# Created by: t.vanklaveren@student.utwente.nl # $FreeBSD$ -# PORTNAME= libao PORTVERSION= 1.1.0 @@ -16,7 +12,7 @@ COMMENT= Portable audio output library USE_AUTOTOOLS= libtool WANT_GNOME= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-arts Modified: head/audio/libbpm/Makefile ============================================================================== --- head/audio/libbpm/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libbpm/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,6 +1,4 @@ -# New ports collection makefile for: libbpm -# Date created: 11 December 2009 -# Whom: Mykola Dzham +# Created by: Mykola Dzham # # $FreeBSD$ # @@ -16,7 +14,7 @@ COMMENT= C-library contains low level be GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig post-patch: ${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in Modified: head/audio/libcdaudio/Makefile ============================================================================== --- head/audio/libcdaudio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libcdaudio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libcdaudio -# Date created: 01 June 1999 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= libcdaudio PORTVERSION= 0.99.12p2 @@ -15,7 +11,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libfishsound/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -20,7 +20,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes .include Modified: head/audio/libmodplug/Makefile ============================================================================== --- head/audio/libmodplug/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libmodplug/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -9,15 +9,12 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USES= gmake +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= pkgconfig GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in .include Modified: head/audio/libmpd/Makefile ============================================================================== --- head/audio/libmpd/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libmpd/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmpd -# Date created: Apr 4 2006 -# Whom: Stepan Zastupov [RedChrom] -# +# Created by: Stepan Zastupov [RedChrom] # $FreeBSD$ -# PORTNAME= libmpd PORTVERSION= 11.8.17 @@ -15,7 +11,8 @@ COMMENT= Abstraction around libmpdclient USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 gnomehack +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes post-patch: Modified: head/audio/liboggz/Makefile ============================================================================== --- head/audio/liboggz/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/liboggz/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: liboggz -# Date created: 08 October 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= liboggz DISTVERSION= 1.1.1 @@ -18,7 +14,7 @@ COMMENT= Simple Ogg API LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} --program-transform-name="" Modified: head/audio/libshout2/Makefile ============================================================================== --- head/audio/libshout2/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libshout2/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -22,9 +22,8 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -USES= gmake +USES= gmake pathfix pkgconfig DOCSDIR= ${PREFIX}/share/doc/libshout Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/mpdas/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,7 +13,7 @@ COMMENT= MPD AudioScrobbler written in C LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ mpd.4:${PORTSDIR}/audio/libmpd -USE_GNOME= pkgconfig +USES= pkgconfig USE_BZIP2= yes USE_RC_SUBR= mpdas Modified: head/audio/mpdscribble/Makefile ============================================================================== --- head/audio/mpdscribble/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/mpdscribble/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -15,7 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS+= mpdclient.2:${PORTSDIR}/audio/libmpdclient USE_BZIP2= yes -USE_GNOME= glib20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_RC_SUBR= mpdscribble Modified: head/audio/p5-Audio/Makefile ============================================================================== --- head/audio/p5-Audio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-Audio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,12 +13,13 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org -COMMENT= An audio manipulation routines for perl +COMMENT= Audio manipulation routines for perl BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Audio::Play.3 Audio::Data.3 Modified: head/audio/p5-MusicBrainz-DiscID/Makefile ============================================================================== --- head/audio/p5-MusicBrainz-DiscID/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-MusicBrainz-DiscID/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WebService-MusicBrainz -# Date created: 2009-12-22 -# Whom: Tobias Rehbein -# +# Created by: Tobias Rehbein # $FreeBSD$ -# PORTNAME= MusicBrainz-DiscID PORTVERSION= 0.03 @@ -19,8 +15,8 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= pkgconfig -PERL_MODBUILD= yes +USES= pkgconfig perl5 +USE_PERL5= modbuild MAN3= MusicBrainz::DiscID.3 Modified: head/audio/p5-Net-LibLO/Makefile ============================================================================== --- head/audio/p5-Net-LibLO/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-Net-LibLO/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net::LibLO -# Date created: 01 May 2010 -# Whom: Jun Kuriyama -# +# Created by: Jun Kuriyama # $FreeBSD$ -# PORTNAME= Net-LibLO PORTVERSION= 0.06 @@ -17,8 +13,8 @@ COMMENT= Perl extension for liblo Lightw LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo -PERL_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig perl5 +USE_PERL5= configure MAN3= \ Net::LibLO.3 \ Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/pianobar/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -23,7 +23,7 @@ MAN_COMPRESSED= no PLIST_FILES= bin/pianobar -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes MAKE_ARGS+= CC="${CC}" Modified: head/audio/uade/Makefile ============================================================================== --- head/audio/uade/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/uade/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,7 +13,7 @@ COMMENT= Unix Amiga Delitracker Emulator LIB_DEPENDS= ao:${PORTSDIR}/audio/libao -USES= gmake +USES= gmake pkgconfig HAS_CONFIGURE= yes USE_BZIP2= yes Modified: head/audio/vorbis-tools/Makefile ============================================================================== --- head/audio/vorbis-tools/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/vorbis-tools/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -18,6 +18,7 @@ LIB_DEPENDS= ao.4:${PORTSDIR}/audio/liba speex.1:${PORTSDIR}/audio/speex \ vorbis.4:${PORTSDIR}/audio/libvorbis +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:10:58 2013 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 ESMTP id E05E9408; Mon, 2 Sep 2013 10:10:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEE982EC8; Mon, 2 Sep 2013 10:10:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AAwvo051905; Mon, 2 Sep 2013 10:10:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AAwTd051904; Mon, 2 Sep 2013 10:10:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021010.r82AAwTd051904@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325967 - head/devel/libpthread-stubs 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.14 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: Mon, 02 Sep 2013 10:10:59 -0000 Author: bapt Date: Mon Sep 2 10:10:58 2013 New Revision: 325967 URL: http://svnweb.freebsd.org/changeset/ports/325967 Log: Conversion from USE_GNOME=gnomehack to USES=pathfix is not that simple, revert back to USE_GNOME=gnomehack Modified: head/devel/libpthread-stubs/Makefile Modified: head/devel/libpthread-stubs/Makefile ============================================================================== --- head/devel/libpthread-stubs/Makefile Mon Sep 2 10:06:03 2013 (r325966) +++ head/devel/libpthread-stubs/Makefile Mon Sep 2 10:10:58 2013 (r325967) @@ -10,7 +10,8 @@ MASTER_SITES= http://xcb.freedesktop.org MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USES= gmake pathfix pkgconfig +USES= gmake pkgconfig +USE_GNOME= gnomehack USE_BZIP2= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:26:43 2013 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 ESMTP id E0616C5C; Mon, 2 Sep 2013 10:26:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE27A2FD8; Mon, 2 Sep 2013 10:26:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AQhmo059965; Mon, 2 Sep 2013 10:26:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AQh5X059964; Mon, 2 Sep 2013 10:26:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021026.r82AQh5X059964@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325968 - head/deskutils/libopensync-plugin-python-devel 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.14 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: Mon, 02 Sep 2013 10:26:44 -0000 Author: bapt Date: Mon Sep 2 10:26:43 2013 New Revision: 325968 URL: http://svnweb.freebsd.org/changeset/ports/325968 Log: Convert to USES=pkgconfig Modified: head/deskutils/libopensync-plugin-python-devel/Makefile Modified: head/deskutils/libopensync-plugin-python-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-python-devel/Makefile Mon Sep 2 10:10:58 2013 (r325967) +++ head/deskutils/libopensync-plugin-python-devel/Makefile Mon Sep 2 10:26:43 2013 (r325968) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-python-devel -# Date created: 16 June 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-python PORTVERSION= 0.36 @@ -22,9 +18,8 @@ CONFLICTS= libopensync-plugin-python-0.2 BROKEN= fails to build with recent libopensync USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_PYTHON= yes -USE_GNOME= pkgconfig CMAKE_ARGS+= -Wno-dev \ -DPYTHON_INCLUDE_PATH:PATH=${PYTHON_INCLUDEDIR} \ -DPYTHON_LIBRARY:PATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.so From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:30:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B265BEC3; Mon, 2 Sep 2013 10:30:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0F22205B; Mon, 2 Sep 2013 10:30:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AUCCR061443; Mon, 2 Sep 2013 10:30:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AUCgb061442; Mon, 2 Sep 2013 10:30:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021030.r82AUCgb061442@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325969 - head/net/netatalk 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.14 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: Mon, 02 Sep 2013 10:30:12 -0000 Author: bapt Date: Mon Sep 2 10:30:12 2013 New Revision: 325969 URL: http://svnweb.freebsd.org/changeset/ports/325969 Log: Convert to USES: pkgconfig, gmake, perl5 Modified: head/net/netatalk/Makefile Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Mon Sep 2 10:26:43 2013 (r325968) +++ head/net/netatalk/Makefile Mon Sep 2 10:30:12 2013 (r325969) @@ -15,11 +15,8 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security USE_AUTOTOOLS= libtool USE_BDB= 46+ USE_BZIP2= yes -USES= iconv +USES= iconv gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes -WANT_GNOME= yes USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --with-tcp-wrappers \ @@ -102,7 +99,7 @@ PLIST_SUB+= TIMELORD="@comment " CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app -USE_GNOME+= pkgconfig +USES+= pkgconfig SUB_LIST+= ZEROCONF="avahi_daemon" .else CONFIGURE_ARGS+= --disable-zerconf From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:31:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09B14FE4; Mon, 2 Sep 2013 10:31:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBEA62078; Mon, 2 Sep 2013 10:31:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AVjhq063929; Mon, 2 Sep 2013 10:31:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AVjjU063927; Mon, 2 Sep 2013 10:31:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021031.r82AVjjU063927@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325970 - in head/polish: gnugadu2 libgadu 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.14 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: Mon, 02 Sep 2013 10:31:46 -0000 Author: bapt Date: Mon Sep 2 10:31:45 2013 New Revision: 325970 URL: http://svnweb.freebsd.org/changeset/ports/325970 Log: Eliminate USE_GNOME=pkgconfig from polish Modified: head/polish/gnugadu2/Makefile head/polish/libgadu/Makefile Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Mon Sep 2 10:30:12 2013 (r325969) +++ head/polish/gnugadu2/Makefile Mon Sep 2 10:31:45 2013 (r325970) @@ -17,8 +17,7 @@ LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/l GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USES= gettext perl5 -USE_GMAKE= yes +USES= gettext gmake perl5 pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes USE_XORG= x11 xaw ice xscrnsaver Modified: head/polish/libgadu/Makefile ============================================================================== --- head/polish/libgadu/Makefile Mon Sep 2 10:30:12 2013 (r325969) +++ head/polish/libgadu/Makefile Mon Sep 2 10:31:45 2013 (r325970) @@ -14,7 +14,7 @@ LICENSE= LGPL21 CONFLICTS= pl-ekg-1.[0-6]* -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:35:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66D7120F; Mon, 2 Sep 2013 10:35:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4679120B9; Mon, 2 Sep 2013 10:35:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AZk7h065651; Mon, 2 Sep 2013 10:35:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AZjWe065641; Mon, 2 Sep 2013 10:35:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021035.r82AZjWe065641@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325971 - in head: ports-mgmt/kpackagekit security/yersinia textproc/libxml2 x11-fonts/gbdfed 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.14 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: Mon, 02 Sep 2013 10:35:46 -0000 Author: bapt Date: Mon Sep 2 10:35:45 2013 New Revision: 325971 URL: http://svnweb.freebsd.org/changeset/ports/325971 Log: Track down the latest USE_GNOME=pkgconfig Modified: head/ports-mgmt/kpackagekit/Makefile head/security/yersinia/Makefile head/textproc/libxml2/Makefile head/x11-fonts/gbdfed/Makefile Modified: head/ports-mgmt/kpackagekit/Makefile ============================================================================== --- head/ports-mgmt/kpackagekit/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/ports-mgmt/kpackagekit/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,7 +1,4 @@ -# New ports collection makefile for: kpackagekit -# Date created: 11 May 2010 -# Whom: Alberto Villa -# +# Created by: Alberto Villa # $FreeBSD$ PORTNAME= KPackageKit @@ -20,10 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4 USE_BZIP2= yes -USE_GNOME= pkgconfig USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/security/yersinia/Makefile ============================================================================== --- head/security/yersinia/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/security/yersinia/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,9 +1,5 @@ -# New ports collection makefile for: yersinia -# Date created: Sun Jul 24 10:43:13 CEST 2005 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= yersinia PORTVERSION= 0.7.1 @@ -22,7 +18,8 @@ WITH_GTK= true .endif .endif .if defined(WITH_GTK) -USE_GNOME+= pkgconfig gtk20 +USES= pkgconfig +USE_GNOME+= gtk20 PKGNAMESUFFIX= -gtk CONFLICTS= yersinia-[0-9]* .else Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/textproc/libxml2/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -17,10 +17,8 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) USE_CSTD= gnu89 -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix iconv -USE_GNOME?= pkgconfig +USES= pathfix gmake iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ Modified: head/x11-fonts/gbdfed/Makefile ============================================================================== --- head/x11-fonts/gbdfed/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/x11-fonts/gbdfed/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbdfed -# Date created: 2012-06-05 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= gbdfed PORTVERSION= 1.6 @@ -16,8 +12,8 @@ COMMENT= A GTK2 bitmap font editor LICENSE= MIT USE_BZIP2= yes -USES= gettext -USE_GNOME= gtk20 pkgconfig +USES= gettext pkgconfig +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:50:01 2013 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 ESMTP id 6C17973B; Mon, 2 Sep 2013 10:50:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A9C4219E; Mon, 2 Sep 2013 10:50:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Ao1RN072766; Mon, 2 Sep 2013 10:50:01 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Ao1kv072765; Mon, 2 Sep 2013 10:50:01 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309021050.r82Ao1kv072765@svn.freebsd.org> From: Koop Mast Date: Mon, 2 Sep 2013 10:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325972 - head/Mk 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.14 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: Mon, 02 Sep 2013 10:50:01 -0000 Author: kwm Date: Mon Sep 2 10:50:00 2013 New Revision: 325972 URL: http://svnweb.freebsd.org/changeset/ports/325972 Log: Remove pkgconfig USE_GNOME component, it not used anymore [1]. Submitted by: bapt@ [1] Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Mon Sep 2 10:35:45 2013 (r325971) +++ head/Mk/bsd.gnome.mk Mon Sep 2 10:50:00 2013 (r325972) @@ -70,7 +70,7 @@ Gnome_Pre_Include= bsd.gnome.mk # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack lthack \ ltverhack gnomehack referencehack gnomehier gnomemimedata \ - gnomeprefix pkgconfig + gnomeprefix # GNOME 1 components _USE_GNOME_ALL+= bonobo gconf gdkpixbuf glib12 \ @@ -516,10 +516,6 @@ gtksourceview3_LIB_DEPENDS= gtksourcevie gtksourceview3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksoureview-3.0.pc gtksourceview3_USE_GNOME_IMPL= gtk30 libxml2 -pkgconfig_DETECT= ${LOCALBASE}/bin/pkgconf -pkgconfig_BUILD_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf -pkgconfig_RUN_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf - libgsf_LIB_DEPENDS= gsf-1.114:${PORTSDIR}/devel/libgsf libgsf_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-1.pc libgsf_USE_GNOME_IMPL= glib20 libxml2 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:52:59 2013 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 ESMTP id 41EF98A9; Mon, 2 Sep 2013 10:52:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F8D621ED; Mon, 2 Sep 2013 10:52:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Aqxdt075947; Mon, 2 Sep 2013 10:52:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AqxdZ075946; Mon, 2 Sep 2013 10:52:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021052.r82AqxdZ075946@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325973 - head 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.14 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: Mon, 02 Sep 2013 10:52:59 -0000 Author: bapt Date: Mon Sep 2 10:52:58 2013 New Revision: 325973 URL: http://svnweb.freebsd.org/changeset/ports/325973 Log: Document the removal of USE_GNOME=pkgconfig Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Mon Sep 2 10:50:00 2013 (r325972) +++ head/CHANGES Mon Sep 2 10:52:58 2013 (r325973) @@ -10,6 +10,12 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +21030902: +AUTHOR: bapt@FreeBSD.org + + USE_GNOME=pkgconfig is not supported anymore by the ports tree, please + uses: USES=pkgconfig + 20130831: AUTHOR: bdrewery@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 11:04:14 2013 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 ESMTP id B3114D9C; Mon, 2 Sep 2013 11:04:14 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 936BD230E; Mon, 2 Sep 2013 11:04:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82B4EMp082620; Mon, 2 Sep 2013 11:04:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82B4A5F082590; Mon, 2 Sep 2013 11:04:10 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021104.r82B4A5F082590@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 11:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325974 - in head/www: get_flash_videos p5-Any-URI-Escape p5-Apache-Htgroup p5-Business-PayPal p5-CGI-Application-Plugin-DevPopup p5-CGI-Emulate-PSGI p5-CIF-Client p5-Catalyst-Component... 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.14 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: Mon, 02 Sep 2013 11:04:14 -0000 Author: az Date: Mon Sep 2 11:04:10 2013 New Revision: 325974 URL: http://svnweb.freebsd.org/changeset/ports/325974 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/get_flash_videos/Makefile (contents, props changed) head/www/p5-Any-URI-Escape/Makefile head/www/p5-Apache-Htgroup/Makefile (contents, props changed) head/www/p5-Business-PayPal/Makefile head/www/p5-CGI-Application-Plugin-DevPopup/Makefile (contents, props changed) head/www/p5-CGI-Emulate-PSGI/Makefile (contents, props changed) head/www/p5-CIF-Client/Makefile head/www/p5-Catalyst-Component-InstancePerContext/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile (contents, props changed) head/www/p5-Facebook-Graph/Makefile (contents, props changed) head/www/p5-HTML-RSSAutodiscovery/Makefile (contents, props changed) head/www/p5-HTML-Summary/Makefile (contents, props changed) head/www/p5-HTTP-Engine/Makefile (contents, props changed) head/www/p5-HTTP-Exception/Makefile (contents, props changed) head/www/p5-HTTPD-Log-Filter/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-PodToHTML/Makefile (contents, props changed) head/www/p5-TestGen4Web-Runner/Makefile (contents, props changed) head/www/p5-WWW-Shorten-isgd/Makefile (contents, props changed) Modified: head/www/get_flash_videos/Makefile ============================================================================== --- head/www/get_flash_videos/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/get_flash_videos/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -29,7 +29,7 @@ RUN_DEPENDS= \ rtmpdump>=2.4.0:${PORTSDIR}/multimedia/rtmpdump FETCH_ARGS= -Fpr # work around 302 redirect at github -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/www/p5-Any-URI-Escape/Makefile ============================================================================== --- head/www/p5-Any-URI-Escape/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Any-URI-Escape/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -15,7 +15,8 @@ RUN_DEPENDS:= p5-URI-Escape-XS>=0:${PORT LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Any::URI::Escape.3 Modified: head/www/p5-Apache-Htgroup/Makefile ============================================================================== --- head/www/p5-Apache-Htgroup/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Apache-Htgroup/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= otaviof@gmail.com COMMENT= Manage Apache authentication group files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Apache::Htgroup.3 Modified: head/www/p5-Business-PayPal/Makefile ============================================================================== --- head/www/p5-Business-PayPal/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Business-PayPal/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net-SSLeay>=1.35:${PORTS p5-Digest-MD5>=2.52:${PORTSDIR}/security/p5-Digest-MD5 BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::PayPal.3 Modified: head/www/p5-CGI-Application-Plugin-DevPopup/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-DevPopup/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CGI-Application-Plugin-DevPopup/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.01: p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::DevPopup.3 \ CGI::Application::Plugin::DevPopup::HTTPHeaders.3 \ Modified: head/www/p5-CGI-Emulate-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-Emulate-PSGI/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CGI-Emulate-PSGI/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Emulate::PSGI.3 \ CGI::Parse::PSGI.3 Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CIF-Client/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -34,7 +34,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:$ p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CIF::Client.3 Modified: head/www/p5-Catalyst-Component-InstancePerContext/Makefile ============================================================================== --- head/www/p5-Catalyst-Component-InstancePerContext/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Catalyst-Component-InstancePerContext/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Component::InstancePerContext.3 Modified: head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Log-Dispatch>=2.13:${P p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Log::Dispatch.3 Modified: head/www/p5-Facebook-Graph/Makefile ============================================================================== --- head/www/p5-Facebook-Graph/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Facebook-Graph/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-URI>=1.54:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Facebook::Graph.3 \ Facebook::Graph::AccessToken.3 \ Modified: head/www/p5-HTML-RSSAutodiscovery/Makefile ============================================================================== --- head/www/p5-HTML-RSSAutodiscovery/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTML-RSSAutodiscovery/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::RSSAutodiscovery.3 Modified: head/www/p5-HTML-Summary/Makefile ============================================================================== --- head/www/p5-HTML-Summary/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTML-Summary/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -16,7 +16,8 @@ COMMENT= Produces summaries from the tex BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Summary.3 Text::Sentence.3 Lingua::JA::Jtruncate.3 Modified: head/www/p5-HTTP-Engine/Makefile ============================================================================== --- head/www/p5-HTTP-Engine/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTP-Engine/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -31,7 +31,8 @@ TEST_DEPENDS= \ p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Engine.3 \ HTTP::Engine::Cookbook.3 \ Modified: head/www/p5-HTTP-Exception/Makefile ============================================================================== --- head/www/p5-HTTP-Exception/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTP-Exception/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -22,7 +22,8 @@ TEST_DEPENDS= \ p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoWarnings>=1.04:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Exception.3 \ HTTP::Exception::1XX.3 \ Modified: head/www/p5-HTTPD-Log-Filter/Makefile ============================================================================== --- head/www/p5-HTTPD-Log-Filter/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTPD-Log-Filter/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ COMMENT= Perl module to filter entries o BUILD_DEPENDS= p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib RUN_DEPENDS= p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= exclude_robots.1 MAN3= HTTPD::Log::Filter.3 Modified: head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Handler::AnyEvent::ReverseHTTP.3 Modified: head/www/p5-PodToHTML/Makefile ============================================================================== --- head/www/p5-PodToHTML/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-PodToHTML/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= podtohtml.1 MAN3= Pod::HTML_Elements.3 \ Modified: head/www/p5-TestGen4Web-Runner/Makefile ============================================================================== --- head/www/p5-TestGen4Web-Runner/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-TestGen4Web-Runner/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TestGen4Web::Runner.3 Modified: head/www/p5-WWW-Shorten-isgd/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-isgd/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-WWW-Shorten-isgd/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -17,7 +17,8 @@ COMMENT= Abstract interface to is.gd, on BUILD_DEPENDS= p5-WWW-Shorten>=1.97:${PORTSDIR}/www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::isgd.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 11:12:00 2013 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 ESMTP id 02C8DB22; Mon, 2 Sep 2013 11:12:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E562925BF; Mon, 2 Sep 2013 11:11:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82BBxPw087830; Mon, 2 Sep 2013 11:11:59 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82BBxL7087827; Mon, 2 Sep 2013 11:11:59 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309021111.r82BBxL7087827@svn.freebsd.org> From: Renato Botelho Date: Mon, 2 Sep 2013 11:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325975 - head/net-im/twirssi 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.14 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: Mon, 02 Sep 2013 11:12:00 -0000 Author: garga Date: Mon Sep 2 11:11:59 2013 New Revision: 325975 URL: http://svnweb.freebsd.org/changeset/ports/325975 Log: Update to 2.6.0 PR: ports/181621 Submitted by: Konstantinos Koukopoulos Modified: head/net-im/twirssi/Makefile head/net-im/twirssi/distinfo Modified: head/net-im/twirssi/Makefile ============================================================================== --- head/net-im/twirssi/Makefile Mon Sep 2 11:04:10 2013 (r325974) +++ head/net-im/twirssi/Makefile Mon Sep 2 11:11:59 2013 (r325975) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= twirssi -PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= net-im MASTER_SITES= http://twirssi.com/ EXTRACT_SUFX= .pl Modified: head/net-im/twirssi/distinfo ============================================================================== --- head/net-im/twirssi/distinfo Mon Sep 2 11:04:10 2013 (r325974) +++ head/net-im/twirssi/distinfo Mon Sep 2 11:11:59 2013 (r325975) @@ -1,2 +1,2 @@ -SHA256 (twirssi-2.5.1.pl) = 46192e44f1323cd2287286b9f5d6e6818feefb750940f45f60616e8c595d06e0 -SIZE (twirssi-2.5.1.pl) = 136983 +SHA256 (twirssi-2.6.0.pl) = 227cf9ba5395b66d22c0d7cafb5bad04c1b39f2bddb59765a88eb8fc74181719 +SIZE (twirssi-2.6.0.pl) = 142331 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 11:27:43 2013 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 ESMTP id C056CFAB; Mon, 2 Sep 2013 11:27:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F64D271E; Mon, 2 Sep 2013 11:27:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82BRhUY095678; Mon, 2 Sep 2013 11:27:43 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82BRgvw095672; Mon, 2 Sep 2013 11:27:42 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309021127.r82BRgvw095672@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 2 Sep 2013 11:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325976 - in head/science: . py-pupynere py-pupynere/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 11:27:43 -0000 Author: koobs Date: Mon Sep 2 11:27:42 2013 New Revision: 325976 URL: http://svnweb.freebsd.org/changeset/ports/325976 Log: science/py-pupynere: Module for reading and writing NetCDF files [NEW PORT] Pupynere is a Python module for reading and writing NetCDF files, using the same API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed. WWW: https://pypi.python.org/pypi/pupynere/ PR: ports/179744 Submitted by: Johannes Jost Meixner Added: head/science/py-pupynere/ head/science/py-pupynere/Makefile (contents, props changed) head/science/py-pupynere/distinfo (contents, props changed) head/science/py-pupynere/files/ head/science/py-pupynere/files/patch-setup.py (contents, props changed) head/science/py-pupynere/pkg-descr (contents, props changed) head/science/py-pupynere/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Mon Sep 2 11:11:59 2013 (r325975) +++ head/science/Makefile Mon Sep 2 11:27:42 2013 (r325976) @@ -157,6 +157,7 @@ SUBDIR += py-netCDF4 SUBDIR += py-obspy SUBDIR += py-paida + SUBDIR += py-pupynere SUBDIR += py-pydicom SUBDIR += py-scikit-learn SUBDIR += py-scimath Added: head/science/py-pupynere/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pupynere/Makefile Mon Sep 2 11:27:42 2013 (r325976) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= pupynere +PORTVERSION= 1.0.15 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= xmj@chaot.net +COMMENT= Python module for reading and writing NetCDF files + +LICENSE= MIT + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PYDISTUTILS_NOEGGINFO= yes + +.include Added: head/science/py-pupynere/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pupynere/distinfo Mon Sep 2 11:27:42 2013 (r325976) @@ -0,0 +1,2 @@ +SHA256 (pupynere-1.0.15.tar.gz) = b759b501406c950b576de1880f1dc080e05536ae42299267093e2379dac9086d +SIZE (pupynere-1.0.15.tar.gz) = 8566 Added: head/science/py-pupynere/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pupynere/files/patch-setup.py Mon Sep 2 11:27:42 2013 (r325976) @@ -0,0 +1,11 @@ +--- ./setup.py.orig 2013-06-20 10:29:51.598889219 +0300 ++++ ./setup.py 2013-06-20 10:30:03.628888237 +0300 +@@ -93,7 +93,7 @@ + license='MIT', + py_modules=['pupynere'], + include_package_data=True, +- zip_safe=True, ++ zip_safe=False, + test_suite = 'nose.collector', + install_requires=[ + 'numpy', Added: head/science/py-pupynere/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pupynere/pkg-descr Mon Sep 2 11:27:42 2013 (r325976) @@ -0,0 +1,5 @@ +Pupynere is a Python module for reading and writing NetCDF files, using the same +API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't +need to have the NetCDF library installed. + +WWW: http://bitbucket.org/robertodealmeida/pupynere/ Added: head/science/py-pupynere/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pupynere/pkg-plist Mon Sep 2 11:27:42 2013 (r325976) @@ -0,0 +1,11 @@ +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.py +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyc +%%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/pupynere.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg/EGG-INFO +@dirrmtry %%PYTHON_SITELIBDIR%%/pupynere-1.0.15-py2.7.egg From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 11:41:56 2013 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 ESMTP id 6E407489; Mon, 2 Sep 2013 11:41:56 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C204283C; Mon, 2 Sep 2013 11:41:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82BfuTp005210; Mon, 2 Sep 2013 11:41:56 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Bfu8B005208; Mon, 2 Sep 2013 11:41:56 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309021141.r82Bfu8B005208@svn.freebsd.org> From: Frederic Culot Date: Mon, 2 Sep 2013 11:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325977 - head/devel/p5-Term-Menus 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.14 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: Mon, 02 Sep 2013 11:41:56 -0000 Author: culot Date: Mon Sep 2 11:41:55 2013 New Revision: 325977 URL: http://svnweb.freebsd.org/changeset/ports/325977 Log: - Update to 2.44 Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog Modified: head/devel/p5-Term-Menus/Makefile head/devel/p5-Term-Menus/distinfo Modified: head/devel/p5-Term-Menus/Makefile ============================================================================== --- head/devel/p5-Term-Menus/Makefile Mon Sep 2 11:27:42 2013 (r325976) +++ head/devel/p5-Term-Menus/Makefile Mon Sep 2 11:41:55 2013 (r325977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Term-Menus -PORTVERSION= 2.43 +PORTVERSION= 2.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:REEDFISH Modified: head/devel/p5-Term-Menus/distinfo ============================================================================== --- head/devel/p5-Term-Menus/distinfo Mon Sep 2 11:27:42 2013 (r325976) +++ head/devel/p5-Term-Menus/distinfo Mon Sep 2 11:41:55 2013 (r325977) @@ -1,2 +1,2 @@ -SHA256 (Term-Menus-2.43.tar.gz) = 2a593b40af6e65d4bb73f5e01bd020953b3f46ec17f38650062e89f32d82130d -SIZE (Term-Menus-2.43.tar.gz) = 104733 +SHA256 (Term-Menus-2.44.tar.gz) = a3e73d954c685065ce367ad8b4061d383a8354d4e5cf360a887b016dc42e946c +SIZE (Term-Menus-2.44.tar.gz) = 105341 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 11:56:53 2013 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 ESMTP id 33AE89C4; Mon, 2 Sep 2013 11:56:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21BE3292E; Mon, 2 Sep 2013 11:56:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82BurW0012619; Mon, 2 Sep 2013 11:56:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Buqw0012618; Mon, 2 Sep 2013 11:56:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021156.r82Buqw0012618@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 11:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325978 - head/x11/libxcb 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.14 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: Mon, 02 Sep 2013 11:56:53 -0000 Author: bapt Date: Mon Sep 2 11:56:52 2013 New Revision: 325978 URL: http://svnweb.freebsd.org/changeset/ports/325978 Log: Add an explicit dependency on pkgconfig Reported by: antoine Modified: head/x11/libxcb/Makefile Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Mon Sep 2 11:41:55 2013 (r325977) +++ head/x11/libxcb/Makefile Mon Sep 2 11:56:52 2013 (r325978) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= libxslt:build USE_GMAKE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:06:00 2013 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 ESMTP id A5B81ED0; Mon, 2 Sep 2013 12:06:00 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92AEA29FB; Mon, 2 Sep 2013 12:06:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82C60sG018430; Mon, 2 Sep 2013 12:06:00 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82C5x4O018417; Mon, 2 Sep 2013 12:05:59 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309021205.r82C5x4O018417@svn.freebsd.org> From: Niclas Zeising Date: Mon, 2 Sep 2013 12:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325979 - in head/x11/xscreensaver: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 12:06:00 -0000 Author: zeising Date: Mon Sep 2 12:05:58 2013 New Revision: 325979 URL: http://svnweb.freebsd.org/changeset/ports/325979 Log: A bunch of cleanups and fixes. Fix build with compiler is gccXX (where xx is for instance 46, 47) by running autoconf to generate a working configure. Use ${REINPLACE_CMD} instead of hand-rolled sed. Change regexp to work on configure.in instead of configure, since we'll autoconf configure.in anyway. Check for libutil.h alongside util.h, and make use of that if it is found. Make detection and use of gettext work with all compilers. Add locale messages to plist. Bump portrevision. Noticed by: avg (build issues) Tested by: avg Added: head/x11/xscreensaver/files/patch-config.h.in (contents, props changed) head/x11/xscreensaver/files/patch-configure.in (contents, props changed) head/x11/xscreensaver/files/patch-utils_textclient.c (contents, props changed) Modified: head/x11/xscreensaver/Makefile head/x11/xscreensaver/files/patch-driver_Makefile.in head/x11/xscreensaver/pkg-plist Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Mon Sep 2 11:56:52 2013 (r325978) +++ head/x11/xscreensaver/Makefile Mon Sep 2 12:05:58 2013 (r325979) @@ -3,7 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -26,6 +26,8 @@ USES= pkgconfig gettext gmake USE_XORG= xpm xext xxf86misc USE_GL= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf +CONFIGURE_ENV+= "CPPFLAGS= -I ${LOCALBASE}/include" "LDFLAGS= -L ${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ @@ -132,12 +134,9 @@ SUB_FILES= xscreensaver-blank.desktop xs xscreensaver-start.desktop xscreensaver-stop.desktop post-patch: - @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched - @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ - -e 's#malloc.h#stdlib.h#g' \ - -e 's#/usr/X11R6#${LOCALBASE}#g' \ - -e 's#pkg_config --list-all#pkg_config --help#' \ - ${WRKSRC}/configure.Patched > ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ + -e 's|pkg_config --list-all|pkg_config --help|' \ + ${WRKSRC}/configure.in .if ${PORT_OPTIONS:MPAM} .for f in driver/passwd-pam.c driver/xscreensaver.man @ ${CP} ${WRKSRC}/${f} ${WRKSRC}/${f}.presed Added: head/x11/xscreensaver/files/patch-config.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscreensaver/files/patch-config.h.in Mon Sep 2 12:05:58 2013 (r325979) @@ -0,0 +1,12 @@ +--- config.h.in.orig 2013-09-02 12:44:35.341733572 +0200 ++++ config.h.in 2013-09-02 12:45:05.396737361 +0200 +@@ -340,6 +340,9 @@ + /* Define to 1 if you have the header file. */ + #undef HAVE_UTIL_H + ++/* Define to 1 if you have the header file. */ ++#undef HAVE_LIBUTIL_H ++ + /* Define this if you have the XF86MiscSetGrabKeysState function (which allows + the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily + disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */ Added: head/x11/xscreensaver/files/patch-configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscreensaver/files/patch-configure.in Mon Sep 2 12:05:58 2013 (r325979) @@ -0,0 +1,11 @@ +--- configure.in.orig 2013-09-02 12:45:33.940731237 +0200 ++++ configure.in 2013-09-02 12:46:13.253728009 +0200 +@@ -3359,7 +3359,7 @@ + ############################################################################### + + PTY_LIBS= +-AC_CHECK_HEADERS(pty.h util.h) ++AC_CHECK_HEADERS(pty.h util.h libutil.h) + AC_CHECK_X_LIB(util, forkpty, + [PTY_LIBS="-lutil" + ac_have_forkpty=yes Modified: head/x11/xscreensaver/files/patch-driver_Makefile.in ============================================================================== --- head/x11/xscreensaver/files/patch-driver_Makefile.in Mon Sep 2 11:56:52 2013 (r325978) +++ head/x11/xscreensaver/files/patch-driver_Makefile.in Mon Sep 2 12:05:58 2013 (r325979) @@ -1,5 +1,5 @@ ---- driver/Makefile.in.orig 2008-07-16 14:40:49.000000000 -0700 -+++ driver/Makefile.in 2008-07-18 16:23:37.000000000 -0700 +--- driver/Makefile.in.orig 2013-07-16 11:23:32.000000000 +0200 ++++ driver/Makefile.in 2013-09-02 11:56:16.862939343 +0200 @@ -81,8 +81,8 @@ @@ -11,3 +11,12 @@ UTILS_SRC = $(srcdir)/../utils UTILS_BIN = ../utils +@@ -207,7 +207,7 @@ + SAVER_LIBS = $(LIBS) $(X_LIBS) $(XMU_LIBS) @SAVER_LIBS@ \ + $(XDPMS_LIBS) $(XINERAMA_LIBS) $(GL_LIBS) $(X_PRE_LIBS) \ + -lXt -lX11 -lXext $(X_EXTRA_LIBS) \ +- $(PASSWD_LIBS) ++ $(PASSWD_LIBS) $(INTL_LIBS) + + CMD_LIBS = $(LIBS) $(X_LIBS) \ + $(X_PRE_LIBS) -lX11 -lXext $(X_EXTRA_LIBS) Added: head/x11/xscreensaver/files/patch-utils_textclient.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscreensaver/files/patch-utils_textclient.c Mon Sep 2 12:05:58 2013 (r325979) @@ -0,0 +1,12 @@ +--- utils/textclient.c.orig 2013-09-02 12:43:01.271738814 +0200 ++++ utils/textclient.c 2013-09-02 12:43:25.014748042 +0200 +@@ -50,6 +50,9 @@ + # ifdef HAVE_UTIL_H + # include + # endif ++# ifdef HAVE_LIBUTIL_H ++# include ++# endif + #endif /* HAVE_FORKPTY */ + + /*#define DEBUG*/ Modified: head/x11/xscreensaver/pkg-plist ============================================================================== --- head/x11/xscreensaver/pkg-plist Mon Sep 2 11:56:52 2013 (r325978) +++ head/x11/xscreensaver/pkg-plist Mon Sep 2 12:05:58 2013 (r325979) @@ -217,6 +217,29 @@ share/applications/xscreensaver-lock.des share/applications/xscreensaver-properties.desktop share/applications/xscreensaver-start.desktop share/applications/xscreensaver-stop.desktop +share/locale/ca/LC_MESSAGES/xscreensaver.mo +share/locale/da/LC_MESSAGES/xscreensaver.mo +share/locale/de/LC_MESSAGES/xscreensaver.mo +share/locale/es/LC_MESSAGES/xscreensaver.mo +share/locale/et/LC_MESSAGES/xscreensaver.mo +share/locale/fi/LC_MESSAGES/xscreensaver.mo +share/locale/fr/LC_MESSAGES/xscreensaver.mo +share/locale/hu/LC_MESSAGES/xscreensaver.mo +share/locale/it/LC_MESSAGES/xscreensaver.mo +share/locale/ja/LC_MESSAGES/xscreensaver.mo +share/locale/ko/LC_MESSAGES/xscreensaver.mo +share/locale/nb/LC_MESSAGES/xscreensaver.mo +share/locale/nl/LC_MESSAGES/xscreensaver.mo +share/locale/pl/LC_MESSAGES/xscreensaver.mo +share/locale/pt/LC_MESSAGES/xscreensaver.mo +share/locale/pt_BR/LC_MESSAGES/xscreensaver.mo +share/locale/ru/LC_MESSAGES/xscreensaver.mo +share/locale/sk/LC_MESSAGES/xscreensaver.mo +share/locale/sv/LC_MESSAGES/xscreensaver.mo +share/locale/vi/LC_MESSAGES/xscreensaver.mo +share/locale/wa/LC_MESSAGES/xscreensaver.mo +share/locale/zh_CN/LC_MESSAGES/xscreensaver.mo +share/locale/zh_TW/LC_MESSAGES/xscreensaver.mo share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/README %%DATADIR%%/config/abstractile.xml @@ -436,6 +459,51 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/glade/screensaver-snap.png %%DATADIR%%/glade/xscreensaver-demo.glade2 @dirrmtry bin/xscreensaver-hacks +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/da/LC_MESSAGES +@dirrmtry share/locale/da +@dirrmtry share/locale/de/LC_MESSAGES +@dirrmtry share/locale/de +@dirrmtry share/locale/es/LC_MESSAGES +@dirrmtry share/locale/es +@dirrmtry share/locale/et/LC_MESSAGES +@dirrmtry share/locale/et +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/fr/LC_MESSAGES +@dirrmtry share/locale/fr +@dirrmtry share/locale/hu/LC_MESSAGES +@dirrmtry share/locale/hu +@dirrmtry share/locale/it/LC_MESSAGES +@dirrmtry share/locale/it +@dirrmtry share/locale/ja/LC_MESSAGES +@dirrmtry share/locale/ja +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/nb/LC_MESSAGES +@dirrmtry share/locale/nb +@dirrmtry share/locale/nl/LC_MESSAGES +@dirrmtry share/locale/nl +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pt_BR/LC_MESSAGES +@dirrmtry share/locale/pt_BR +@dirrmtry share/locale/ru/LC_MESSAGES +@dirrmtry share/locale/ru +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/sv/LC_MESSAGES +@dirrmtry share/locale/sv +@dirrmtry share/locale/vi/LC_MESSAGES +@dirrmtry share/locale/vi +@dirrmtry share/locale/wa/LC_MESSAGES +@dirrmtry share/locale/wa +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale @dirrmtry share/applications @dirrmtry %%DATADIR%%/config @dirrm %%DATADIR%%/glade From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:06:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68F31FC2; Mon, 2 Sep 2013 12:06:50 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56C282A0D; Mon, 2 Sep 2013 12:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82C6o7N018892; Mon, 2 Sep 2013 12:06:50 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82C6n6E018890; Mon, 2 Sep 2013 12:06:49 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021206.r82C6n6E018890@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 12:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325980 - in head/www: nginx nginx-devel 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.14 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: Mon, 02 Sep 2013 12:06:50 -0000 Author: bsam Date: Mon Sep 2 12:06:49 2013 New Revision: 325980 URL: http://svnweb.freebsd.org/changeset/ports/325980 Log: Adopt USES+=iconv. Submitted by: bsam (me, by e-mail) Approved by: osa (maintainer) Modified: head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Sep 2 12:05:58 2013 (r325979) +++ head/www/nginx-devel/Makefile Mon Sep 2 12:06:49 2013 (r325980) @@ -854,7 +854,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/c .endif .if ${PORT_OPTIONS:MICONV} -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USES+= iconv NGINX_ICONV_VERSION= 0.10 GIT_ICONV_VERSION= 0-gb37efb5 FETCH_ARGS= -pRr Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Sep 2 12:05:58 2013 (r325979) +++ head/www/nginx/Makefile Mon Sep 2 12:06:49 2013 (r325980) @@ -852,7 +852,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/c .endif .if ${PORT_OPTIONS:MICONV} -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USES+= iconv NGINX_ICONV_VERSION= 0.10 GIT_ICONV_VERSION= 0-gb37efb5 FETCH_ARGS= -pRr From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:26:33 2013 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 ESMTP id BD94141F; Mon, 2 Sep 2013 12:26:33 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB8EA2B36; Mon, 2 Sep 2013 12:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82CQXI3030344; Mon, 2 Sep 2013 12:26:33 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82CQXWT030342; Mon, 2 Sep 2013 12:26:33 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309021226.r82CQXWT030342@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 12:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325981 - head/devel/p5-Scope-Upper 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.14 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: Mon, 02 Sep 2013 12:26:33 -0000 Author: tobez Date: Mon Sep 2 12:26:32 2013 New Revision: 325981 URL: http://svnweb.freebsd.org/changeset/ports/325981 Log: Update to 0.23. Changes: http://search.cpan.org/dist/Scope-Upper/Changes Modified: head/devel/p5-Scope-Upper/Makefile head/devel/p5-Scope-Upper/distinfo Modified: head/devel/p5-Scope-Upper/Makefile ============================================================================== --- head/devel/p5-Scope-Upper/Makefile Mon Sep 2 12:06:49 2013 (r325980) +++ head/devel/p5-Scope-Upper/Makefile Mon Sep 2 12:26:32 2013 (r325981) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= Scope-Upper -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VPIT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-Scope-Upper/distinfo ============================================================================== --- head/devel/p5-Scope-Upper/distinfo Mon Sep 2 12:06:49 2013 (r325980) +++ head/devel/p5-Scope-Upper/distinfo Mon Sep 2 12:26:32 2013 (r325981) @@ -1,2 +1,2 @@ -SHA256 (Scope-Upper-0.22.tar.gz) = ce9b8df9b5967feb61469bf6557e4491e3fe0a1f4bbd1928b491cdc489f7e010 -SIZE (Scope-Upper-0.22.tar.gz) = 77710 +SHA256 (Scope-Upper-0.23.tar.gz) = 99c2289fe27e60aaa9345150ce4edf0c372a4271888fe50a7c87cbdd718627fa +SIZE (Scope-Upper-0.23.tar.gz) = 81879 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:32:28 2013 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 ESMTP id B8D46609; Mon, 2 Sep 2013 12:32:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6C712B9F; Mon, 2 Sep 2013 12:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82CWSWn034554; Mon, 2 Sep 2013 12:32:28 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82CWSW1034553; Mon, 2 Sep 2013 12:32:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021232.r82CWSW1034553@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 12:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325982 - head/sysutils/rsyslog6 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.14 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: Mon, 02 Sep 2013 12:32:28 -0000 Author: bapt Date: Mon Sep 2 12:32:28 2013 New Revision: 325982 URL: http://svnweb.freebsd.org/changeset/ports/325982 Log: Add an explicit dependency on pkgconfig Modified: head/sysutils/rsyslog6/Makefile Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Mon Sep 2 12:26:32 2013 (r325981) +++ head/sysutils/rsyslog6/Makefile Mon Sep 2 12:32:28 2013 (r325982) @@ -23,6 +23,8 @@ LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee json.0:${PORTSDIR}/devel/json-c \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +USES= pkgconfig + .ifdef MNAME RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog6 PLIST= ${.CURDIR}/pkg-plist From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:50:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38284AE8; Mon, 2 Sep 2013 12:50:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16A752CBD; Mon, 2 Sep 2013 12:50:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Co7v4043433; Mon, 2 Sep 2013 12:50:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Co7Zx043430; Mon, 2 Sep 2013 12:50:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021250.r82Co7Zx043430@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 12:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325983 - head/math/py-numexpr 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.14 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: Mon, 02 Sep 2013 12:50:08 -0000 Author: sunpoet Date: Mon Sep 2 12:50:07 2013 New Revision: 325983 URL: http://svnweb.freebsd.org/changeset/ports/325983 Log: - Update to 2.2 - Do not use setuptools Changes: http://code.google.com/p/numexpr/wiki/ReleaseNotes Modified: head/math/py-numexpr/Makefile head/math/py-numexpr/distinfo head/math/py-numexpr/pkg-plist Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Mon Sep 2 12:32:28 2013 (r325982) +++ head/math/py-numexpr/Makefile Mon Sep 2 12:50:07 2013 (r325983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= math python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast numerical array expression evaluator for Python and NumPy BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS=yes + +post-patch: + @${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP} .include Modified: head/math/py-numexpr/distinfo ============================================================================== --- head/math/py-numexpr/distinfo Mon Sep 2 12:32:28 2013 (r325982) +++ head/math/py-numexpr/distinfo Mon Sep 2 12:50:07 2013 (r325983) @@ -1,2 +1,2 @@ -SHA256 (numexpr-2.1.tar.gz) = 39f2fed7f1b8125c0f2df3af454c97e5dfa636ce487ad7921025815e24c17df8 -SIZE (numexpr-2.1.tar.gz) = 73944 +SHA256 (numexpr-2.2.tar.gz) = 78089f6ee49096ce8f16cca6649b302d658f32fba730e8bd84e0fc92b8c1d610 +SIZE (numexpr-2.2.tar.gz) = 75333 Modified: head/math/py-numexpr/pkg-plist ============================================================================== --- head/math/py-numexpr/pkg-plist Mon Sep 2 12:32:28 2013 (r325982) +++ head/math/py-numexpr/pkg-plist Mon Sep 2 12:50:07 2013 (r325983) @@ -1,41 +1,30 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/native_libs.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__config__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__config__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__config__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/cpuinfo.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/cpuinfo.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/cpuinfo.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/expressions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/expressions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/expressions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/interpreter.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/interpreter.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/interpreter.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/interpreter.so -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/necompiler.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/necompiler.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/necompiler.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/test_numexpr.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/test_numexpr.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests/test_numexpr.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/version.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/version.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/version.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/numexpr -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PYTHON_SITELIBDIR%%/numexpr/__config__.py +%%PYTHON_SITELIBDIR%%/numexpr/__config__.pyc +%%PYTHON_SITELIBDIR%%/numexpr/__config__.pyo +%%PYTHON_SITELIBDIR%%/numexpr/__init__.py +%%PYTHON_SITELIBDIR%%/numexpr/__init__.pyc +%%PYTHON_SITELIBDIR%%/numexpr/__init__.pyo +%%PYTHON_SITELIBDIR%%/numexpr/cpuinfo.py +%%PYTHON_SITELIBDIR%%/numexpr/cpuinfo.pyc +%%PYTHON_SITELIBDIR%%/numexpr/cpuinfo.pyo +%%PYTHON_SITELIBDIR%%/numexpr/expressions.py +%%PYTHON_SITELIBDIR%%/numexpr/expressions.pyc +%%PYTHON_SITELIBDIR%%/numexpr/expressions.pyo +%%PYTHON_SITELIBDIR%%/numexpr/interpreter.so +%%PYTHON_SITELIBDIR%%/numexpr/necompiler.py +%%PYTHON_SITELIBDIR%%/numexpr/necompiler.pyc +%%PYTHON_SITELIBDIR%%/numexpr/necompiler.pyo +%%PYTHON_SITELIBDIR%%/numexpr/tests/__init__.py +%%PYTHON_SITELIBDIR%%/numexpr/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/numexpr/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/numexpr/tests/test_numexpr.py +%%PYTHON_SITELIBDIR%%/numexpr/tests/test_numexpr.pyc +%%PYTHON_SITELIBDIR%%/numexpr/tests/test_numexpr.pyo +%%PYTHON_SITELIBDIR%%/numexpr/utils.py +%%PYTHON_SITELIBDIR%%/numexpr/utils.pyc +%%PYTHON_SITELIBDIR%%/numexpr/utils.pyo +%%PYTHON_SITELIBDIR%%/numexpr/version.py +%%PYTHON_SITELIBDIR%%/numexpr/version.pyc +%%PYTHON_SITELIBDIR%%/numexpr/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/numexpr/tests +@dirrm %%PYTHON_SITELIBDIR%%/numexpr From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:52:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BDE2C0C; Mon, 2 Sep 2013 12:52:47 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07B3A2D07; Mon, 2 Sep 2013 12:52:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Cqkxe046556; Mon, 2 Sep 2013 12:52:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Cqh9P046536; Mon, 2 Sep 2013 12:52:43 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021252.r82Cqh9P046536@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 12:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325984 - in head/www: dtse p5-CGI-Application-Plugin-Config-YAML p5-Catalyst-Plugin-Authentication-OpenID p5-Catalyst-Plugin-StatusMessage p5-HTML-FillInForm-Lite p5-HTML-TableLayout p... 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.14 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: Mon, 02 Sep 2013 12:52:47 -0000 Author: az Date: Mon Sep 2 12:52:42 2013 New Revision: 325984 URL: http://svnweb.freebsd.org/changeset/ports/325984 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/dtse/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-StatusMessage/Makefile head/www/p5-HTML-FillInForm-Lite/Makefile (contents, props changed) head/www/p5-HTML-TableLayout/Makefile (contents, props changed) head/www/p5-HTTP-Router/Makefile (contents, props changed) head/www/p5-HTTP-Session-State-MobileAgentID/Makefile (contents, props changed) head/www/p5-JE/Makefile (contents, props changed) head/www/p5-MediaWiki-API/Makefile (contents, props changed) head/www/p5-Mojo-Server-FastCGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AutoRefresh/Makefile head/www/p5-Template-GD/Makefile (contents, props changed) head/www/p5-Template-Provider-Encoding/Makefile (contents, props changed) head/www/p5-VUser-Google-ProvisioningAPI/Makefile (contents, props changed) head/www/p5-WWW-Mixi-Scraper/Makefile (contents, props changed) head/www/p5-Web-oEmbed/Makefile (contents, props changed) head/www/p5-Yahoo-Lifestyle/Makefile (contents, props changed) head/www/p5-ZConf-RSS/Makefile (contents, props changed) Modified: head/www/dtse/Makefile ============================================================================== --- head/www/dtse/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/dtse/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -24,7 +24,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif -USE_PERL5= yes +USES= perl5 USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= aclocal:env automake:env autoconf:env Modified: head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-CGI-Application>4.01:$ RUN_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \ p5-Config-YAML>=0:${PORTSDIR}/devel/p5-Config-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::Config::YAML.3 Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PO p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Authentication::OpenID.3 Modified: head/www/p5-Catalyst-Plugin-StatusMessage/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-StatusMessage/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Catalyst-Plugin-StatusMessage/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -12,7 +12,8 @@ COMMENT= Handle passing of status (succe BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::StatusMessage.3 Modified: head/www/p5-HTML-FillInForm-Lite/Makefile ============================================================================== --- head/www/p5-HTML-FillInForm-Lite/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-HTML-FillInForm-Lite/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for lightweight FillInForm module in Pure Perl -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HTML::FillInForm::Lite.3 \ HTML::FillInForm::Lite::Compat.3 \ Modified: head/www/p5-HTML-TableLayout/Makefile ============================================================================== --- head/www/p5-HTML-TableLayout/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-HTML-TableLayout/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Layout manager for CGI-based web applications -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::TableLayout.3 Modified: head/www/p5-HTTP-Router/Makefile ============================================================================== --- head/www/p5-HTTP-Router/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-HTTP-Router/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -28,7 +28,8 @@ BUILD_DEPENDS= \ p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::README.3 \ HTTP::Router.3 \ Modified: head/www/p5-HTTP-Session-State-MobileAgentID/Makefile ============================================================================== --- head/www/p5-HTTP-Session-State-MobileAgentID/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-HTTP-Session-State-MobileAgentID/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Session::State::MobileAgentID.3 Modified: head/www/p5-JE/Makefile ============================================================================== --- head/www/p5-JE/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-JE/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-TimeDate>0:${PORTSDIR}/d p5-Tie-RefHash-Weak>0:${PORTSDIR}/devel/p5-Tie-RefHash-Weak BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= JE::Object.3 JE::_FieldHash.3 JE::String.3 \ JE::Object::Boolean.3 JE::Object::Number.3 \ Modified: head/www/p5-MediaWiki-API/Makefile ============================================================================== --- head/www/p5-MediaWiki-API/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-MediaWiki-API/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MediaWiki::API.3 Modified: head/www/p5-Mojo-Server-FastCGI/Makefile ============================================================================== --- head/www/p5-Mojo-Server-FastCGI/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Mojo-Server-FastCGI/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -15,7 +15,8 @@ LICENSE= ART20 RUN_DEPENDS= p5-Mojolicious>=3.21:${PORTSDIR}/www/p5-Mojolicious -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mojolicious::Command::fastcgi.3 \ Mojo::Server::FastCGI.3 Modified: head/www/p5-Plack-Middleware-AutoRefresh/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-AutoRefresh/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Plack-Middleware-AutoRefresh/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Plack::Middleware::AutoRefresh.3 Modified: head/www/p5-Template-GD/Makefile ============================================================================== --- head/www/p5-Template-GD/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Template-GD/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -17,7 +17,8 @@ COMMENT= Template Toolkit plugin to inte BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::GD.3 \ Template::Plugin::GD::Constants.3 \ Modified: head/www/p5-Template-Provider-Encoding/Makefile ============================================================================== --- head/www/p5-Template-Provider-Encoding/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Template-Provider-Encoding/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -18,7 +18,8 @@ COMMENT= Template plugin to specify enco RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Provider::Encoding.3 \ Template::Stash::ForceUTF8.3 \ Modified: head/www/p5-VUser-Google-ProvisioningAPI/Makefile ============================================================================== --- head/www/p5-VUser-Google-ProvisioningAPI/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-VUser-Google-ProvisioningAPI/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= VUser::Google::ProvisioningAPI::V2_0::EmailListEntry.3 \ VUser::Google::ProvisioningAPI::V2_0::NicknameEntry.3 \ Modified: head/www/p5-WWW-Mixi-Scraper/Makefile ============================================================================== --- head/www/p5-WWW-Mixi-Scraper/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-WWW-Mixi-Scraper/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-Module-Find>=0:${PORTSDI p5-WWW-Mechanize>=1.50:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_DOS2UNIX= yes MAN3= WWW::Mixi::Scraper::Utils.3 \ Modified: head/www/p5-Web-oEmbed/Makefile ============================================================================== --- head/www/p5-Web-oEmbed/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Web-oEmbed/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-XML-LibXML-Simple>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Web::oEmbed.3 Modified: head/www/p5-Yahoo-Lifestyle/Makefile ============================================================================== --- head/www/p5-Yahoo-Lifestyle/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-Yahoo-Lifestyle/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Yahoo-BBAuth>=0:${PORTSD p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Yahoo::Lifestyle.3 Modified: head/www/p5-ZConf-RSS/Makefile ============================================================================== --- head/www/p5-ZConf-RSS/Makefile Mon Sep 2 12:50:07 2013 (r325983) +++ head/www/p5-ZConf-RSS/Makefile Mon Sep 2 12:52:42 2013 (r325984) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/n p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::RSS.3 \ ZConf::RSS::GUI.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 12:59:40 2013 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 ESMTP id 80002DF4; Mon, 2 Sep 2013 12:59:40 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E4232D5D; Mon, 2 Sep 2013 12:59:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Cxek2049253; Mon, 2 Sep 2013 12:59:40 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82CxcOH049242; Mon, 2 Sep 2013 12:59:38 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021259.r82CxcOH049242@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 12:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325985 - in head/multimedia: libaacs xbmc xbmc-addon-xvdr xbmc-pvr 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.14 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: Mon, 02 Sep 2013 12:59:40 -0000 Author: wg Date: Mon Sep 2 12:59:38 2013 New Revision: 325985 URL: http://svnweb.freebsd.org/changeset/ports/325985 Log: multimedia/libaacs: update to 0.6.0 - Update to 0.6.0 [1] - Convert lib depends to new syntax - Bump PORTREVISION for dependent ports Changes: http://git.videolan.org/?p=libaacs.git;a=blob_plain;f=ChangeLog;hb=HEAD PR: ports/181492 Submitted by: Dominic Fandrey (maintainer) Modified: head/multimedia/libaacs/Makefile head/multimedia/libaacs/distinfo head/multimedia/libaacs/pkg-descr head/multimedia/libaacs/pkg-plist head/multimedia/xbmc-addon-xvdr/Makefile head/multimedia/xbmc-pvr/Makefile head/multimedia/xbmc/Makefile Modified: head/multimedia/libaacs/Makefile ============================================================================== --- head/multimedia/libaacs/Makefile Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/libaacs/Makefile Mon Sep 2 12:59:38 2013 (r325985) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libaacs -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ @@ -12,8 +11,8 @@ MAINTAINER= kamikaze@bsdforen.de COMMENT= Advanced Access Content System implementation BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ - gpg-error.0:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes USE_LDCONFIG= yes @@ -23,8 +22,7 @@ USES= bison gettext iconv HAS_CONFIGURE= yes CONFIGURE_ENV+= LEX="${LOCALBASE}/bin/flex" CONFIGURE_ARGS+= --prefix="${PREFIX}" \ - --disable-debug \ - --disable-optimizations + --disable-debug # Evil hack, necessitating another evil hack in the plist target. MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ CFLAGS=${CFLAGS:Q} Modified: head/multimedia/libaacs/distinfo ============================================================================== --- head/multimedia/libaacs/distinfo Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/libaacs/distinfo Mon Sep 2 12:59:38 2013 (r325985) @@ -1,2 +1,2 @@ -SHA256 (libaacs-0.3.0.tar.bz2) = bf92dab1a6a8ee08a55e8cf347c2cda49e6535b52e85bb1e92e1cfcc8ecec22c -SIZE (libaacs-0.3.0.tar.bz2) = 313776 +SHA256 (libaacs-0.6.0.tar.bz2) = 8f1dadef40257280e5aff4242cca5bb81a0267921c7402f474156e3eb45ec1d9 +SIZE (libaacs-0.6.0.tar.bz2) = 331318 Modified: head/multimedia/libaacs/pkg-descr ============================================================================== --- head/multimedia/libaacs/pkg-descr Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/libaacs/pkg-descr Mon Sep 2 12:59:38 2013 (r325985) @@ -5,4 +5,4 @@ way to understand how the AACS works. This research project is mainly developed by an international team of developers from Doom9. -WWW: http://www.videolan.org/developers/libaacs.html +WWW: http://www.videolan.org/developers/libaacs.html Modified: head/multimedia/libaacs/pkg-plist ============================================================================== --- head/multimedia/libaacs/pkg-plist Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/libaacs/pkg-plist Mon Sep 2 12:59:38 2013 (r325985) @@ -1,9 +1,10 @@ +bin/aacs_info include/libaacs/aacs-version.h include/libaacs/aacs.h include/libaacs/filesystem.h lib/libaacs.a lib/libaacs.la lib/libaacs.so -lib/libaacs.so.1 +lib/libaacs.so.3 libdata/pkgconfig/libaacs.pc @dirrm include/libaacs Modified: head/multimedia/xbmc-addon-xvdr/Makefile ============================================================================== --- head/multimedia/xbmc-addon-xvdr/Makefile Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/xbmc-addon-xvdr/Makefile Mon Sep 2 12:59:38 2013 (r325985) @@ -7,7 +7,7 @@ PORTNAME= xbmc-addon-xvdr PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= LOCAL/nox DISTNAME= pipelka-${PORTNAME}-xvdr-${PORTVERSION}-0-g${GITHASH} Modified: head/multimedia/xbmc-pvr/Makefile ============================================================================== --- head/multimedia/xbmc-pvr/Makefile Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/xbmc-pvr/Makefile Mon Sep 2 12:59:38 2013 (r325985) @@ -3,7 +3,7 @@ PORTNAME= xbmc PORTVERSION= 70 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= LOCAL/nox PKGNAMESUFFIX= -pvr-ppa-odk Modified: head/multimedia/xbmc/Makefile ============================================================================== --- head/multimedia/xbmc/Makefile Mon Sep 2 12:52:42 2013 (r325984) +++ head/multimedia/xbmc/Makefile Mon Sep 2 12:59:38 2013 (r325985) @@ -2,6 +2,7 @@ PORTNAME= xbmc DISTVERSION= 12.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:02:08 2013 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 ESMTP id 5ADD2FB6; Mon, 2 Sep 2013 13:02:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48AA52DB4; Mon, 2 Sep 2013 13:02:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82D28Q9052289; Mon, 2 Sep 2013 13:02:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82D28nY052288; Mon, 2 Sep 2013 13:02:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021302.r82D28nY052288@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 13:02:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325986 - head/www/tinymce3 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.14 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: Mon, 02 Sep 2013 13:02:08 -0000 Author: sunpoet Date: Mon Sep 2 13:02:07 2013 New Revision: 325986 URL: http://svnweb.freebsd.org/changeset/ports/325986 Log: - Add LICENSE - Remove whitespace Modified: head/www/tinymce3/Makefile Modified: head/www/tinymce3/Makefile ============================================================================== --- head/www/tinymce3/Makefile Mon Sep 2 12:59:38 2013 (r325985) +++ head/www/tinymce3/Makefile Mon Sep 2 13:02:07 2013 (r325986) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites +LICENSE= LGPL21 + NO_BUILD= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} @@ -42,5 +44,5 @@ genplist: do-clean extract #.endfor ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} ${REINPLACE_CMD} -e "/^EMPTYDIRS=/ s| .*$$| `${CAT} ${MS_EMPTYDIRS}`|" ${.CURDIR}/Makefile - + .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:02:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1906512B; Mon, 2 Sep 2013 13:02:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 054D62DBE; Mon, 2 Sep 2013 13:02:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82D2pWD052633; Mon, 2 Sep 2013 13:02:51 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82D2pJQ052626; Mon, 2 Sep 2013 13:02:51 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021302.r82D2pJQ052626@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 13:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325987 - head/multimedia/libbluray 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.14 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: Mon, 02 Sep 2013 13:02:52 -0000 Author: wg Date: Mon Sep 2 13:02:50 2013 New Revision: 325987 URL: http://svnweb.freebsd.org/changeset/ports/325987 Log: multimedia/libbluray: update to 0.3.0 - Update to 0.3.0 [1] - Use single space in WWW [1] - Add LICENSE (LGPL21) - Convert to new lib depends syntax Changes: http://git.videolan.org/?p=libbluray.git;a=blob_plain;f=ChangeLog;hb=HEAD PR: ports/181492 Submitted by: Dominic Fandrey (maintainer) Modified: head/multimedia/libbluray/Makefile head/multimedia/libbluray/distinfo head/multimedia/libbluray/pkg-descr head/multimedia/libbluray/pkg-plist Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Mon Sep 2 13:02:07 2013 (r325986) +++ head/multimedia/libbluray/Makefile Mon Sep 2 13:02:50 2013 (r325987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libbluray -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ @@ -11,9 +11,11 @@ MASTER_SITES= ftp://ftp.videolan.org/pub MAINTAINER= kamikaze@bsdforen.de COMMENT= Blu-Ray discs playback library for media players -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +LICENSE= LGPL21 + +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 # dlopen dependencies, libbdplus not yet available -LIB_DEPENDS+= aacs.1:${PORTSDIR}/multimedia/libaacs +LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs USES= iconv USE_LDCONFIG= yes @@ -21,11 +23,9 @@ USE_BZIP2= yes USE_AUTOTOOLS= autoconf aclocal automake libtool HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix="${PREFIX}" \ - --disable-debug \ - --disable-optimizations -MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ - CFLAGS=${CFLAGS:Q} +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --disable-debug OPTIONS_DEFINE= JAVA JAVA_DESC= Enable Blu-Ray Java support @@ -33,13 +33,15 @@ JAVA_DESC= Enable Blu-Ray Java support .include .if ${PORT_OPTIONS:MJAVA} +BROKEN= Does not build with JAVA BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant CATEGORIES+= java -USE_JAVA= 1.6+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ JAVA_BUILD= yes JAVA_RUN= yes -CONFIGURE_ARGS+= --enable-bdjava \ - --with-jdk="${JAVA_HOME}" +CONFIGURE_ARGS+= --enable-bdjava --with-bdj-type=j2se +CONFIGURE_ENV+= JDK_HOME="${JAVA_HOME}" .endif run-autotools: Modified: head/multimedia/libbluray/distinfo ============================================================================== --- head/multimedia/libbluray/distinfo Mon Sep 2 13:02:07 2013 (r325986) +++ head/multimedia/libbluray/distinfo Mon Sep 2 13:02:50 2013 (r325987) @@ -1,2 +1,2 @@ -SHA256 (libbluray-0.2.2.tar.bz2) = 46fa6ff8b18b66cb478a081981a61230fd3909e1a867eaf81325569224da7173 -SIZE (libbluray-0.2.2.tar.bz2) = 456025 +SHA256 (libbluray-0.3.0.tar.bz2) = dc73ad618052ddd2d72bb847c8e5b9a1c9175db7b18d0456b21f484836c30038 +SIZE (libbluray-0.3.0.tar.bz2) = 510993 Modified: head/multimedia/libbluray/pkg-descr ============================================================================== --- head/multimedia/libbluray/pkg-descr Mon Sep 2 13:02:07 2013 (r325986) +++ head/multimedia/libbluray/pkg-descr Mon Sep 2 13:02:50 2013 (r325987) @@ -4,4 +4,4 @@ media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. -WWW: http://www.videolan.org/developers/libbluray.html +WWW: http://www.videolan.org/developers/libbluray.html Modified: head/multimedia/libbluray/pkg-plist ============================================================================== --- head/multimedia/libbluray/pkg-plist Mon Sep 2 13:02:07 2013 (r325986) +++ head/multimedia/libbluray/pkg-plist Mon Sep 2 13:02:50 2013 (r325987) @@ -1,3 +1,4 @@ +bin/bd_info include/libbluray/bluray-version.h include/libbluray/bluray.h include/libbluray/clpi_data.h @@ -9,6 +10,6 @@ include/libbluray/overlay.h lib/libbluray.a lib/libbluray.la lib/libbluray.so -lib/libbluray.so.2 +lib/libbluray.so.4 libdata/pkgconfig/libbluray.pc @dirrm include/libbluray From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:07:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95166268; Mon, 2 Sep 2013 13:07:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 831592DEF; Mon, 2 Sep 2013 13:07:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82D7oaE054681; Mon, 2 Sep 2013 13:07:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82D7oZv054680; Mon, 2 Sep 2013 13:07:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021307.r82D7oZv054680@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 13:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325988 - head/games/libmaitretarot 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.14 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: Mon, 02 Sep 2013 13:07:50 -0000 Author: bapt Date: Mon Sep 2 13:07:49 2013 New Revision: 325988 URL: http://svnweb.freebsd.org/changeset/ports/325988 Log: Add an explicit dependency on pkgconfig Modified: head/games/libmaitretarot/Makefile Modified: head/games/libmaitretarot/Makefile ============================================================================== --- head/games/libmaitretarot/Makefile Mon Sep 2 13:02:50 2013 (r325987) +++ head/games/libmaitretarot/Makefile Mon Sep 2 13:07:49 2013 (r325988) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmaitretarot -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libmaitretarot PORTVERSION= 0.1.98 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:08:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D253366; Mon, 2 Sep 2013 13:08:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ABAF2E01; Mon, 2 Sep 2013 13:08:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82D8tl0055162; Mon, 2 Sep 2013 13:08:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82D8t9H055161; Mon, 2 Sep 2013 13:08:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021308.r82D8t9H055161@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 13:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325989 - head/security/razorback-api 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.14 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: Mon, 02 Sep 2013 13:08:55 -0000 Author: bapt Date: Mon Sep 2 13:08:55 2013 New Revision: 325989 URL: http://svnweb.freebsd.org/changeset/ports/325989 Log: Add an explicit dependency on pkgconfig Modified: head/security/razorback-api/Makefile Modified: head/security/razorback-api/Makefile ============================================================================== --- head/security/razorback-api/Makefile Mon Sep 2 13:07:49 2013 (r325988) +++ head/security/razorback-api/Makefile Mon Sep 2 13:08:55 2013 (r325989) @@ -25,15 +25,15 @@ OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG S CNC_DEBUG_DESC= Enable Command and Control Debug STOMP_DEBUG_DESC= Enable STOMP Debug -.include - -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + .if !empty(PORT_OPTIONS:MDEBUG) CONFIGURE_ARGS+=--enable-debug .endif From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:16:02 2013 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 ESMTP id 02FB36C3; Mon, 2 Sep 2013 13:16:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CADCB2ECB; Mon, 2 Sep 2013 13:16:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82DG1cb060177; Mon, 2 Sep 2013 13:16:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DG17f060171; Mon, 2 Sep 2013 13:16:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021316.r82DG17f060171@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 13:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325990 - in head: audio/libmp3splt devel/py-yum-metadata-parser textproc/gdome2 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.14 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: Mon, 02 Sep 2013 13:16:02 -0000 Author: bapt Date: Mon Sep 2 13:16:00 2013 New Revision: 325990 URL: http://svnweb.freebsd.org/changeset/ports/325990 Log: Add an explicit dependency on pkgconfig Modified: head/audio/libmp3splt/Makefile head/devel/py-yum-metadata-parser/Makefile head/textproc/gdome2/Makefile Modified: head/audio/libmp3splt/Makefile ============================================================================== --- head/audio/libmp3splt/Makefile Mon Sep 2 13:08:55 2013 (r325989) +++ head/audio/libmp3splt/Makefile Mon Sep 2 13:16:00 2013 (r325990) @@ -13,7 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-cutter --disable-doxygen_doc -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl Modified: head/devel/py-yum-metadata-parser/Makefile ============================================================================== --- head/devel/py-yum-metadata-parser/Makefile Mon Sep 2 13:08:55 2013 (r325989) +++ head/devel/py-yum-metadata-parser/Makefile Mon Sep 2 13:16:00 2013 (r325990) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-yum-metadata-parser -# Date created: 22 August 2010 -# Whom: Anders F Bjorklund -# +# Created by: Anders F Bjorklund # $FreeBSD$ -# PORTNAME= yum-metadata-parser PORTVERSION= 1.1.4 @@ -18,6 +14,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l sqlite3.8:${PORTSDIR}/databases/sqlite3 \ glib-2.0:${PORTSDIR}/devel/glib20 +USES= pkgconfig USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/textproc/gdome2/Makefile ============================================================================== --- head/textproc/gdome2/Makefile Mon Sep 2 13:08:55 2013 (r325989) +++ head/textproc/gdome2/Makefile Mon Sep 2 13:16:00 2013 (r325990) @@ -13,7 +13,7 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:22:28 2013 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 ESMTP id 498E0A73; Mon, 2 Sep 2013 13:22:28 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 286FE2067; Mon, 2 Sep 2013 13:22:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82DMSpo064693; Mon, 2 Sep 2013 13:22:28 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DMRwt064690; Mon, 2 Sep 2013 13:22:27 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309021322.r82DMRwt064690@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 13:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325991 - head/www/p5-Mojolicious 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.14 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: Mon, 02 Sep 2013 13:22:28 -0000 Author: tobez Date: Mon Sep 2 13:22:27 2013 New Revision: 325991 URL: http://svnweb.freebsd.org/changeset/ports/325991 Log: Update to 4.30. Changes: http://search.cpan.org/dist/Mojolicious/Changes Approved by: portmgr (bapt) Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Sep 2 13:16:00 2013 (r325990) +++ head/www/p5-Mojolicious/Makefile Mon Sep 2 13:22:27 2013 (r325991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 3.74 +PORTVERSION= 4.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -69,6 +69,7 @@ MAN3= Mojo.3 \ Mojo::Server::Hypnotoad.3 \ Mojo::Server::Morbo.3 \ Mojo::Server::PSGI.3 \ + Mojo::Server::Prefork.3 \ Mojo::Template.3 \ Mojo::Transaction.3 \ Mojo::Transaction::HTTP.3 \ @@ -92,6 +93,7 @@ MAN3= Mojo.3 \ Mojolicious::Command::generate::plugin.3 \ Mojolicious::Command::get.3 \ Mojolicious::Command::inflate.3 \ + Mojolicious::Command::prefork.3 \ Mojolicious::Command::psgi.3 \ Mojolicious::Command::routes.3 \ Mojolicious::Command::test.3 \ @@ -116,8 +118,6 @@ MAN3= Mojo.3 \ Mojolicious::Plugin::JSONConfig.3 \ Mojolicious::Plugin::Mount.3 \ Mojolicious::Plugin::PODRenderer.3 \ - Mojolicious::Plugin::PoweredBy.3 \ - Mojolicious::Plugin::RequestTimer.3 \ Mojolicious::Plugin::TagHelpers.3 \ Mojolicious::Plugins.3 \ Mojolicious::Renderer.3 \ Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Sep 2 13:16:00 2013 (r325990) +++ head/www/p5-Mojolicious/distinfo Mon Sep 2 13:22:27 2013 (r325991) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-3.74.tar.gz) = 16cf8be1f468cfa42aba215d64a0f95016316a656a077babb71938022bc2705c -SIZE (Mojolicious-3.74.tar.gz) = 570619 +SHA256 (Mojolicious-4.30.tar.gz) = e8863629200dd6b49c3c6c2f0984c139bd029283a74830701ad135ba9c419253 +SIZE (Mojolicious-4.30.tar.gz) = 599968 Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Mon Sep 2 13:16:00 2013 (r325990) +++ head/www/p5-Mojolicious/pkg-plist Mon Sep 2 13:22:27 2013 (r325991) @@ -50,6 +50,7 @@ bin/morbo %%SITE_PERL%%/Mojo/Server/Hypnotoad.pm %%SITE_PERL%%/Mojo/Server/Morbo.pm %%SITE_PERL%%/Mojo/Server/PSGI.pm +%%SITE_PERL%%/Mojo/Server/Prefork.pm %%SITE_PERL%%/Mojo/Template.pm %%SITE_PERL%%/Mojo/Transaction.pm %%SITE_PERL%%/Mojo/Transaction/HTTP.pm @@ -74,6 +75,7 @@ bin/morbo %%SITE_PERL%%/Mojolicious/Command/generate/plugin.pm %%SITE_PERL%%/Mojolicious/Command/get.pm %%SITE_PERL%%/Mojolicious/Command/inflate.pm +%%SITE_PERL%%/Mojolicious/Command/prefork.pm %%SITE_PERL%%/Mojolicious/Command/psgi.pm %%SITE_PERL%%/Mojolicious/Command/routes.pm %%SITE_PERL%%/Mojolicious/Command/test.pm @@ -98,8 +100,6 @@ bin/morbo %%SITE_PERL%%/Mojolicious/Plugin/JSONConfig.pm %%SITE_PERL%%/Mojolicious/Plugin/Mount.pm %%SITE_PERL%%/Mojolicious/Plugin/PODRenderer.pm -%%SITE_PERL%%/Mojolicious/Plugin/PoweredBy.pm -%%SITE_PERL%%/Mojolicious/Plugin/RequestTimer.pm %%SITE_PERL%%/Mojolicious/Plugin/TagHelpers.pm %%SITE_PERL%%/Mojolicious/Plugins.pm %%SITE_PERL%%/Mojolicious/Renderer.pm @@ -110,35 +110,46 @@ bin/morbo %%SITE_PERL%%/Mojolicious/Sessions.pm %%SITE_PERL%%/Mojolicious/Static.pm %%SITE_PERL%%/Mojolicious/Types.pm -%%SITE_PERL%%/Mojolicious/public/css/prettify-mojo.css -%%SITE_PERL%%/Mojolicious/public/css/prettify.css %%SITE_PERL%%/Mojolicious/public/favicon.ico -%%SITE_PERL%%/Mojolicious/public/js/jquery.js -%%SITE_PERL%%/Mojolicious/public/js/lang-apollo.js -%%SITE_PERL%%/Mojolicious/public/js/lang-clj.js -%%SITE_PERL%%/Mojolicious/public/js/lang-css.js -%%SITE_PERL%%/Mojolicious/public/js/lang-go.js -%%SITE_PERL%%/Mojolicious/public/js/lang-hs.js -%%SITE_PERL%%/Mojolicious/public/js/lang-lisp.js -%%SITE_PERL%%/Mojolicious/public/js/lang-lua.js -%%SITE_PERL%%/Mojolicious/public/js/lang-ml.js -%%SITE_PERL%%/Mojolicious/public/js/lang-n.js -%%SITE_PERL%%/Mojolicious/public/js/lang-proto.js -%%SITE_PERL%%/Mojolicious/public/js/lang-scala.js -%%SITE_PERL%%/Mojolicious/public/js/lang-sql.js -%%SITE_PERL%%/Mojolicious/public/js/lang-tex.js -%%SITE_PERL%%/Mojolicious/public/js/lang-vb.js -%%SITE_PERL%%/Mojolicious/public/js/lang-vhdl.js -%%SITE_PERL%%/Mojolicious/public/js/lang-wiki.js -%%SITE_PERL%%/Mojolicious/public/js/lang-xq.js -%%SITE_PERL%%/Mojolicious/public/js/lang-yaml.js -%%SITE_PERL%%/Mojolicious/public/js/prettify.js -%%SITE_PERL%%/Mojolicious/public/mojolicious-black.png -%%SITE_PERL%%/Mojolicious/public/mojolicious-failraptor.png -%%SITE_PERL%%/Mojolicious/public/mojolicious-noraptor.png -%%SITE_PERL%%/Mojolicious/public/mojolicious-notfound.png -%%SITE_PERL%%/Mojolicious/public/mojolicious-pinstripe.gif -%%SITE_PERL%%/Mojolicious/public/mojolicious-white.png +%%SITE_PERL%%/Mojolicious/public/mojo/jquery/jquery.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/prettify.css +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-n.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-tex.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-vb.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-apollo.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-clj.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-tcl.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-basic.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-go.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/prettify-mojo.css +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/run_prettify.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-r.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-scala.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-lua.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-wiki.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/prettify.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-pascal.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-css.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-hs.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-proto.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-yaml.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-sql.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-lisp.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-rd.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-dart.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-xq.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-matlab.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-vhdl.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-ml.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-llvm.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-erlang.js +%%SITE_PERL%%/Mojolicious/public/mojo/prettify/lang-mumps.js +%%SITE_PERL%%/Mojolicious/public/mojo/notfound.png +%%SITE_PERL%%/Mojolicious/public/mojo/logo-white.png +%%SITE_PERL%%/Mojolicious/public/mojo/noraptor.png +%%SITE_PERL%%/Mojolicious/public/mojo/failraptor.png +%%SITE_PERL%%/Mojolicious/public/mojo/pinstripe.gif +%%SITE_PERL%%/Mojolicious/public/mojo/logo-black.png %%SITE_PERL%%/Mojolicious/templates/exception.development.html.ep %%SITE_PERL%%/Mojolicious/templates/exception.html.ep %%SITE_PERL%%/Mojolicious/templates/mojobar.html.ep @@ -150,8 +161,9 @@ bin/morbo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious @dirrmtry %%SITE_PERL%%/Test @dirrm %%SITE_PERL%%/Mojolicious/templates -@dirrm %%SITE_PERL%%/Mojolicious/public/js -@dirrm %%SITE_PERL%%/Mojolicious/public/css +@dirrm %%SITE_PERL%%/Mojolicious/public/mojo/jquery +@dirrm %%SITE_PERL%%/Mojolicious/public/mojo/prettify +@dirrm %%SITE_PERL%%/Mojolicious/public/mojo @dirrm %%SITE_PERL%%/Mojolicious/public @dirrm %%SITE_PERL%%/Mojolicious/Routes @dirrmtry %%SITE_PERL%%/Mojolicious/Plugin From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:26:39 2013 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 ESMTP id 45827C81; Mon, 2 Sep 2013 13:26:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3124A2091; Mon, 2 Sep 2013 13:26:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82DQdj2066445; Mon, 2 Sep 2013 13:26:39 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DQZe5066373; Mon, 2 Sep 2013 13:26:35 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309021326.r82DQZe5066373@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 2 Sep 2013 13:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325992 - in head: Mk Mk/Uses devel/imake devel/imake/files editors/asedit emulators/spim games/cosmo graphics/xmagv graphics/xpx japanese/canna-lib japanese/canna-server misc/magicpoin... 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.14 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: Mon, 02 Sep 2013 13:26:39 -0000 Author: tijl Date: Mon Sep 2 13:26:34 2013 New Revision: 325992 URL: http://svnweb.freebsd.org/changeset/ports/325992 Log: Two imake related changes: 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Added: head/x11-clocks/mouseclock/files/patch-Imakefile (contents, props changed) Deleted: head/devel/imake/files/patch-xmkmf.cpp Modified: head/Mk/Uses/imake.mk head/Mk/bsd.commands.mk head/devel/imake/Makefile head/devel/imake/files/patch-imake.c head/editors/asedit/Makefile head/emulators/spim/Makefile head/games/cosmo/Makefile head/graphics/xmagv/Makefile head/graphics/xpx/Makefile head/japanese/canna-lib/Makefile head/japanese/canna-server/Makefile head/misc/magicpoint/Makefile head/print/xdvi/Makefile head/security/xspy/Makefile head/x11-clocks/mouseclock/Makefile head/x11-wm/fvwm/Makefile head/x11/xgrab/Makefile head/x11/xxkb/Makefile Modified: head/Mk/Uses/imake.mk ============================================================================== --- head/Mk/Uses/imake.mk Mon Sep 2 13:22:27 2013 (r325991) +++ head/Mk/Uses/imake.mk Mon Sep 2 13:26:34 2013 (r325992) @@ -7,6 +7,7 @@ # Feature: imake # Usage: USES=imake # Valid ARGS: env: do not define any target +# notall: do not pass -a to xmkmf # .if !defined(_INCLUDE_USES_IMAKE_MK) @@ -15,6 +16,8 @@ _INCLUDE_USES_IMAKE_MK= yes .if defined(imake_ARGS) .if ${imake_ARGS} == env IMAKE_ENV_ONLY= yes +.elif ${imake_ARGS} == notall +IMAKE_NOTALL= yes .else IGNORE= USES=imake ${imake_ARGS} is not a valid argument .endif @@ -36,12 +39,15 @@ BUILD_DEPENDS+= tradcpp:${PORTSDIR}/dev .endif MAKE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}" CONFIGURE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}" -MAKE_ARGS+= IMAKE_DEFINES="${IMAKECPPFLAGS}" + +.if !defined(IMAKE_NOTALL) +XMKMF_ARGS+= -a +.endif .if !defined(IMAKE_ENV_ONLY) .if !target(do-configure) do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) + @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS}) .endif .if !defined(NO_INSTALL_MANPAGES) Modified: head/Mk/bsd.commands.mk ============================================================================== --- head/Mk/bsd.commands.mk Mon Sep 2 13:22:27 2013 (r325991) +++ head/Mk/bsd.commands.mk Mon Sep 2 13:26:34 2013 (r325992) @@ -97,7 +97,7 @@ UNMAKESELF_CMD?= ${LOCALBASE}/bin/unmake UNZIP_CMD?= ${LOCALBASE}/bin/unzip WHICH?= /usr/bin/which XARGS?= /usr/bin/xargs -XMKMF?= ${LOCALBASE}/bin/xmkmf -a +XMKMF?= ${LOCALBASE}/bin/xmkmf YACC?= /usr/bin/yacc XZ?= -Mmax Modified: head/devel/imake/Makefile ============================================================================== --- head/devel/imake/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/devel/imake/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -3,6 +3,7 @@ PORTNAME= imake PORTVERSION= 1.0.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/imake/files/patch-imake.c ============================================================================== --- head/devel/imake/files/patch-imake.c Mon Sep 2 13:22:27 2013 (r325991) +++ head/devel/imake/files/patch-imake.c Mon Sep 2 13:26:34 2013 (r325992) @@ -1,6 +1,21 @@ ---- imake.c.orig Tue Jan 30 14:57:37 2007 -+++ imake.c Tue Jan 30 14:55:59 2007 -@@ -1153,29 +1153,17 @@ +--- imake.c.orig 2013-07-23 06:53:04.000000000 +0200 ++++ imake.c 2013-08-31 14:57:48.000000000 +0200 +@@ -531,6 +531,14 @@ + AddCppArg(p); + } + } ++ if ((p = getenv("IMAKECPPFLAGS"))) { ++ AddCppArg(p); ++ for (; *p; p++) ++ if (*p == ' ') { ++ *p++ = '\0'; ++ AddCppArg(p); ++ } ++ } + if ((p = getenv("IMAKECPP"))) + cpp = p; + if ((p = getenv("IMAKEMAKE"))) +@@ -1142,29 +1150,17 @@ int mib[2]; size_t len; int osrel = 0; Modified: head/editors/asedit/Makefile ============================================================================== --- head/editors/asedit/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/editors/asedit/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -12,9 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Text editor for X/Motif -USES= imake motif +USES= imake:notall motif USE_XORG= ice sm x11 xext xmu xp xt -XMKMF= xmkmf MAN1= asedit.1 Modified: head/emulators/spim/Makefile ============================================================================== --- head/emulators/spim/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/emulators/spim/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -34,7 +34,7 @@ MAN1+= xspim.1 post-build: .if ${PORT_OPTIONS:MGUI} - @(cd ${WRKSRC}/xspim && ${SETENV} ${MAKE_ENV} ${XMKMF} && \ + @(cd ${WRKSRC}/xspim && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE}) .endif Modified: head/games/cosmo/Makefile ============================================================================== --- head/games/cosmo/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/games/cosmo/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -22,9 +22,8 @@ NO_CDROM= Possible copyright infringemen WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo -USES= imake +USES= imake:notall USE_XORG= x11 xext -XMKMF= xmkmf NO_INSTALL_MANPAGES= yes post-install: Modified: head/graphics/xmagv/Makefile ============================================================================== --- head/graphics/xmagv/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/graphics/xmagv/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -16,7 +16,6 @@ USES= imake:env WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_XORG= x11 xext -XMKMF= xmkmf MANLANG= . ja MAN1= xmagv.1 Modified: head/graphics/xpx/Makefile ============================================================================== --- head/graphics/xpx/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/graphics/xpx/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -13,9 +13,8 @@ COMMENT= Simple pixel editing tool to ge WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake:notall USE_XORG= x11 xext -XMKMF= xmkmf DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} PORTDOCS= xpx.doc xpxrc.eg Modified: head/japanese/canna-lib/Makefile ============================================================================== --- head/japanese/canna-lib/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/japanese/canna-lib/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -13,7 +13,7 @@ DISTNAME= Canna${PORTVERSION:S/.//g} MAINTAINER= hrs@FreeBSD.org COMMENT= A Kana-to-Kanji conversion system, library part -USES= imake +USES= imake:notall USE_BZIP2= yes USE_GCC= any USE_LDCONFIG= yes @@ -24,7 +24,6 @@ PLIST_SUB= METAFILE="${METAFILE}" \ ALL_TARGET= canna INSTALL_TARGET= instsgs -XMKMF= xmkmf METAFILE= ${DATADIR_REL}/canna-lib-dic.meta Modified: head/japanese/canna-server/Makefile ============================================================================== --- head/japanese/canna-server/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/japanese/canna-server/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -19,7 +19,6 @@ USES= imake USE_GCC= any USE_RC_SUBR= canna USE_BZIP2= yes -ALL_TARGET= canna INSTALL_TARGET= instserver instclient PLIST_SUB= METAFILE="${METAFILE}" \ MTREE_CMD="${MTREE_CMD}" @@ -46,9 +45,6 @@ MLINKS= uilib.3 XKanjiControl.3 uilib.3 METAFILE= ${DATADIR_REL}/canna-server-dic.meta -post-configure: - @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} - post-install: @cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install.man ${MTREE_CMD} -cdink uname,gname,mode,nochange \ Modified: head/misc/magicpoint/Makefile ============================================================================== --- head/misc/magicpoint/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/misc/magicpoint/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -83,7 +83,7 @@ post-patch: ${WRKSRC}/configure post-configure: - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}) + (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS}) cd ${WRKSRC}/contrib/xmindpath && \ ${SH} ${CONFIGURE_SCRIPT} --prefix=${PREFIX} Modified: head/print/xdvi/Makefile ============================================================================== --- head/print/xdvi/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/print/xdvi/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -16,12 +16,11 @@ COMMENT= DVI previewer for the X Window CONFLICTS= teTeX-* -USES= gmake imake +USES= gmake imake:notall USE_XORG= ice sm x11 xaw xext xmu xt xpm PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PLIST_SUB= LOCALBASE=${LOCALBASE} -XMKMF= xmkmf .if defined(PACKAGE_BUILDING) SCRIPTS_ENV= PACKAGE_BUILDING=${PACKAGE_BUILDING} .else Modified: head/security/xspy/Makefile ============================================================================== --- head/security/xspy/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/security/xspy/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -11,9 +11,8 @@ MAINTAINER= onatan@gmail.com COMMENT= A utility for monitoring keystrokes on remote X servers WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake:notall USE_XORG= x11 -XMKMF= xmkmf ALL_TARGET= xspy Modified: head/x11-clocks/mouseclock/Makefile ============================================================================== --- head/x11-clocks/mouseclock/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/x11-clocks/mouseclock/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -3,7 +3,7 @@ PORTNAME= mouseclock PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks @@ -11,13 +11,8 @@ MASTER_SITE_SUBDIR= X11/clocks MAINTAINER= ports@FreeBSD.org COMMENT= Display the current time using the X root cursor -USES= imake -USE_GMAKE= yes -USE_XORG= x11 xext -NO_INSTALL_MANPAGES= yes - -post-configure: - @${TOUCH} ${WRKSRC}/mouseclock.man +USES= imake:notall +USE_XORG= x11 post-install: .if !defined(NOPORTDOCS) Added: head/x11-clocks/mouseclock/files/patch-Imakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/mouseclock/files/patch-Imakefile Mon Sep 2 13:26:34 2013 (r325992) @@ -0,0 +1,23 @@ +--- Imakefile.orig 1996-05-05 18:51:27.000000000 +0200 ++++ Imakefile 2013-09-01 17:04:26.000000000 +0200 +@@ -1,16 +1,10 @@ + +-#define IHaveSubdirs +-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' ++OBJS = mouseclock.o ++SRCS = mouseclock.c ++SYS_LIBRARIES = $(XONLYLIB) + +- DEPLIBS = $(DEPXLIB) +-LOCAL_LIBRARIES = $(XLIB) +- CDEBUGFLAGS = +- CCOPTIONS = -O3 -s -pipe -Wall + +-AllTarget(mouseclock) +- +-MakeMakeSubdirs($(SUBDIRS),install) +-SimpleProgramTarget(mouseclock) ++ComplexProgramTargetNoMan(mouseclock) + + arc : clean + (cd .. ; tar zcvf mouseclock.tar.gz mouseclock) Modified: head/x11-wm/fvwm/Makefile ============================================================================== --- head/x11-wm/fvwm/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/x11-wm/fvwm/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 1.24r -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ @@ -11,17 +11,16 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= The fvwm window manager NO_LATEST_LINK= yes -MAKE_JOBS_UNSAFE= yes USES= imake USE_XORG= xbitmaps xpm xext x11 xmu -ALL_TARGET= Makefiles all MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmClean.1 \ FvwmDebug.1 FvwmIconBox.1 FvwmIdent.1 FvwmPager.1 FvwmSave.1 \ FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \ xpmroot.1 pre-configure: + @${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure.h \ ${WRKSRC}/sample.fvwmrc/system.fvwmrc Modified: head/x11/xgrab/Makefile ============================================================================== --- head/x11/xgrab/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/x11/xgrab/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -15,13 +15,11 @@ COMMENT= X11 image grabber BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb -USES= display:build imake +USES= display:build imake:notall USE_XORG= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f -# "make depend" blows up -XMKMF= xmkmf CFLAGS+= -Wno-error=return-type MAN1= xgrab.1 xgrabsc.1 Modified: head/x11/xxkb/Makefile ============================================================================== --- head/x11/xxkb/Makefile Mon Sep 2 13:22:27 2013 (r325991) +++ head/x11/xxkb/Makefile Mon Sep 2 13:26:34 2013 (r325992) @@ -25,7 +25,7 @@ OPTIONS_DEFINE= LIBRSVG2 DOCS .if ${PORT_OPTIONS:MLIBRSVG2} LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2 -XMKMF= xmkmf -a -DWITH_SVG_SUPPORT +XMKMF_ARGS= -DWITH_SVG_SUPPORT .endif post-build: From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:32:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC428E7A; Mon, 2 Sep 2013 13:32:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA5AA20F2; Mon, 2 Sep 2013 13:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82DWNne070597; Mon, 2 Sep 2013 13:32:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DWN0l070595; Mon, 2 Sep 2013 13:32:23 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021332.r82DWN0l070595@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 13:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325993 - head/www/py-flexget 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.14 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: Mon, 02 Sep 2013 13:32:23 -0000 Author: wg Date: Mon Sep 2 13:32:23 2013 New Revision: 325993 URL: http://svnweb.freebsd.org/changeset/ports/325993 Log: www/py-flexget: update to 1.1.98 - Update to 1.1.98 Modified: head/www/py-flexget/Makefile head/www/py-flexget/distinfo Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Mon Sep 2 13:26:34 2013 (r325992) +++ head/www/py-flexget/Makefile Mon Sep 2 13:32:23 2013 (r325993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 1.1.95 +PORTVERSION= 1.1.98 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/archive/ \ Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Mon Sep 2 13:26:34 2013 (r325992) +++ head/www/py-flexget/distinfo Mon Sep 2 13:32:23 2013 (r325993) @@ -1,2 +1,2 @@ -SHA256 (FlexGet-1.1.95.tar.gz) = c900bd92409e510b057debf8824f61ac1e27866b05e4c258d0241f23bf2a792b -SIZE (FlexGet-1.1.95.tar.gz) = 908934 +SHA256 (FlexGet-1.1.98.tar.gz) = 0745393fa6a12c0331703107464730f45e9d8a5737c0d02b632cf10c31093b1e +SIZE (FlexGet-1.1.98.tar.gz) = 909281 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:45:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37AF53F2; Mon, 2 Sep 2013 13:45:07 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2572D226A; Mon, 2 Sep 2013 13:45:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Dj7Wi077250; Mon, 2 Sep 2013 13:45:07 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Dj6PU077248; Mon, 2 Sep 2013 13:45:06 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309021345.r82Dj6PU077248@svn.freebsd.org> From: Frederic Culot Date: Mon, 2 Sep 2013 13:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325994 - head/devel/lfcbase 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.14 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: Mon, 02 Sep 2013 13:45:07 -0000 Author: culot Date: Mon Sep 2 13:45:06 2013 New Revision: 325994 URL: http://svnweb.freebsd.org/changeset/ports/325994 Log: - Update to 1.5.7 Changes: http://www.lemke-it.com/litexec?request=pubcloglfc&user=&lang=en PR: ports/181748 Submitted by: Kurt Jaeger (maintainer) Modified: head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Mon Sep 2 13:32:23 2013 (r325993) +++ head/devel/lfcbase/Makefile Mon Sep 2 13:45:06 2013 (r325994) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Mon Sep 2 13:32:23 2013 (r325993) +++ head/devel/lfcbase/distinfo Mon Sep 2 13:45:06 2013 (r325994) @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.5.6.tar.gz) = e5a94daff9e7bef99aedb560e872b84d9822318af6d150f2085c99e127969e7d -SIZE (lfcbase-1.5.6.tar.gz) = 883193 +SHA256 (lfcbase-1.5.7.tar.gz) = 011e326e089e2001275935e7ce4574e1452cbf529d2b896d4a54d577f67428f7 +SIZE (lfcbase-1.5.7.tar.gz) = 468629 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:52:03 2013 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 ESMTP id 142AC6EC; Mon, 2 Sep 2013 13:52:03 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0121923DD; Mon, 2 Sep 2013 13:52:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Dq2Xr081870; Mon, 2 Sep 2013 13:52:02 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Dq2LV081868; Mon, 2 Sep 2013 13:52:02 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309021352.r82Dq2LV081868@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 13:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325995 - head/devel/p5-Module-Load-Conditional 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.14 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: Mon, 02 Sep 2013 13:52:03 -0000 Author: tobez Date: Mon Sep 2 13:52:02 2013 New Revision: 325995 URL: http://svnweb.freebsd.org/changeset/ports/325995 Log: Update to 0.58. Changes: http://search.cpan.org/dist/Module-Load-Conditional/CHANGES Modified: head/devel/p5-Module-Load-Conditional/Makefile head/devel/p5-Module-Load-Conditional/distinfo Modified: head/devel/p5-Module-Load-Conditional/Makefile ============================================================================== --- head/devel/p5-Module-Load-Conditional/Makefile Mon Sep 2 13:45:06 2013 (r325994) +++ head/devel/p5-Module-Load-Conditional/Makefile Mon Sep 2 13:52:02 2013 (r325995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Load-Conditional -PORTVERSION= 0.56 +PORTVERSION= 0.58 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Load-Conditional/distinfo ============================================================================== --- head/devel/p5-Module-Load-Conditional/distinfo Mon Sep 2 13:45:06 2013 (r325994) +++ head/devel/p5-Module-Load-Conditional/distinfo Mon Sep 2 13:52:02 2013 (r325995) @@ -1,2 +1,2 @@ -SHA256 (Module-Load-Conditional-0.56.tar.gz) = 3316efc12c0ca5e91d16c5ed1a3ce027231e56eda724f1dbf4385e2cd70d997d -SIZE (Module-Load-Conditional-0.56.tar.gz) = 12538 +SHA256 (Module-Load-Conditional-0.58.tar.gz) = 3680484e6ad78ef5811e9fdaabf7aaa5541ee8260f9a0fadfb924a8e6d3e34ab +SIZE (Module-Load-Conditional-0.58.tar.gz) = 12673 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:53:58 2013 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 ESMTP id A87EA827; Mon, 2 Sep 2013 13:53:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 552952410; Mon, 2 Sep 2013 13:53:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Drwlx082651; Mon, 2 Sep 2013 13:53:58 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DrvSR082649; Mon, 2 Sep 2013 13:53:57 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201309021353.r82DrvSR082649@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 2 Sep 2013 13:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325996 - head/devel/meck 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.14 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: Mon, 02 Sep 2013 13:53:58 -0000 Author: olgeni Date: Mon Sep 2 13:53:57 2013 New Revision: 325996 URL: http://svnweb.freebsd.org/changeset/ports/325996 Log: Upgrade to version 0.8.1. Modified: head/devel/meck/Makefile head/devel/meck/distinfo Modified: head/devel/meck/Makefile ============================================================================== --- head/devel/meck/Makefile Mon Sep 2 13:52:02 2013 (r325995) +++ head/devel/meck/Makefile Mon Sep 2 13:53:57 2013 (r325996) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= meck -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= devel MASTER_SITES= GH @@ -20,7 +20,7 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= eproxus GH_PROJECT= meck -GH_COMMIT= 9176908 +GH_COMMIT= 1286aba GH_TAGNAME= ${PORTVERSION} PORTDOCS= * Modified: head/devel/meck/distinfo ============================================================================== --- head/devel/meck/distinfo Mon Sep 2 13:52:02 2013 (r325995) +++ head/devel/meck/distinfo Mon Sep 2 13:53:57 2013 (r325996) @@ -1,2 +1,2 @@ -SHA256 (meck-0.8.tar.gz) = e051329d0a1395bc6216bd1332f313d49b11c11b9f3a40b5e13a2c0c37cfa1dc -SIZE (meck-0.8.tar.gz) = 170548 +SHA256 (meck-0.8.1.tar.gz) = 35d6e5913425b80f9a534b98c7fa690a8541eecd391e75638cfb04bbefd23131 +SIZE (meck-0.8.1.tar.gz) = 170632 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:54:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C7D0928; Mon, 2 Sep 2013 13:54:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8C92427; Mon, 2 Sep 2013 13:54:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Dsm2S083153; Mon, 2 Sep 2013 13:54:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DskEh083140; Mon, 2 Sep 2013 13:54:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021354.r82DskEh083140@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 13:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325997 - in head: devel/dbus-glib devel/libopensync022 multimedia/mpeg2codec textproc/liblingoteach www/aria2 x11-toolkits/libxaw3dxft x11/ecore-x11 x11/libxklavier x11/xcb-util 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.14 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: Mon, 02 Sep 2013 13:54:48 -0000 Author: bapt Date: Mon Sep 2 13:54:45 2013 New Revision: 325997 URL: http://svnweb.freebsd.org/changeset/ports/325997 Log: Add an explicit dependency on pkgconf Modified: head/devel/dbus-glib/Makefile head/devel/libopensync022/Makefile head/multimedia/mpeg2codec/Makefile head/textproc/liblingoteach/Makefile head/www/aria2/Makefile head/x11-toolkits/libxaw3dxft/Makefile head/x11/ecore-x11/Makefile head/x11/libxklavier/Makefile head/x11/xcb-util/Makefile Modified: head/devel/dbus-glib/Makefile ============================================================================== --- head/devel/dbus-glib/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/devel/dbus-glib/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -13,8 +13,7 @@ COMMENT= GLib bindings for the D-BUS mes LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 ltverhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ Modified: head/devel/libopensync022/Makefile ============================================================================== --- head/devel/libopensync022/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/devel/libopensync022/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -18,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_PYTHON= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Modified: head/multimedia/mpeg2codec/Makefile ============================================================================== --- head/multimedia/mpeg2codec/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/multimedia/mpeg2codec/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -19,6 +19,8 @@ OPTIONS_DEFAULT= X11 WRKSRC= ${WRKDIR}/mpeg2 +USES= pkgconfig + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DATADIR= ${PREFIX}/share/mpeg2 Modified: head/textproc/liblingoteach/Makefile ============================================================================== --- head/textproc/liblingoteach/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/textproc/liblingoteach/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -1,9 +1,5 @@ -# New ports collection makefile for: liblingoteach -# Date created: 14 October 2003 -# Whom: Marcus von Appen -# +# Created by: Marcus von Appen # $FreeBSD$ -# PORTNAME= liblingoteach PORTVERSION= 0.2.1 @@ -15,8 +11,8 @@ MAINTAINER= mva@FreeBSD.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 +USES= gmake pathfix pkgconfig +USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/www/aria2/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_OPENSSL= yes USE_XZ= yes -USES= pathfix +USES= pathfix pkgconfig MAN1= aria2c.1 MANLANG= "" pt ru Modified: head/x11-toolkits/libxaw3dxft/Makefile ============================================================================== --- head/x11-toolkits/libxaw3dxft/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/x11-toolkits/libxaw3dxft/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -11,6 +11,7 @@ COMMENT= 3D Xaw (Athena Widget Set) repl LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11/ecore-x11/Makefile ============================================================================== --- head/x11/ecore-x11/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/x11/ecore-x11/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -17,7 +17,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= ecore libtool_hack USE_EFL_ECORE= input USE_LDCONFIG= yes Modified: head/x11/libxklavier/Makefile ============================================================================== --- head/x11/libxklavier/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/x11/libxklavier/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -USES= pathfix +USES= pathfix gmake pkgconfig USE_XORG= x11 xi xkbfile USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= libxml2 glib20 ltverhack:12 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/x11/xcb-util/Makefile ============================================================================== --- head/x11/xcb-util/Makefile Mon Sep 2 13:53:57 2013 (r325996) +++ head/x11/xcb-util/Makefile Mon Sep 2 13:54:45 2013 (r325997) @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries -USES= gmake USE_BZIP2= yes +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:56:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C4B0A85; Mon, 2 Sep 2013 13:56:56 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB6B2473; Mon, 2 Sep 2013 13:56:55 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmQGAGaXJFJbsU3F/2dsb2JhbABagwc1RcBygSYXdIIkAQEFViMQCw4GBAklDyoeBogZCLkoj24RB4QdA4xNg1aHUYEwhXaKQYMiOg Received: from 197.77-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.77.197]) by relay.skynet.be with ESMTP; 02 Sep 2013 15:55:44 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r82DthF2005752; Mon, 2 Sep 2013 15:55:43 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 2 Sep 2013 15:55:37 +0200 From: Tijl Coosemans To: Mikhail Teterin Subject: Re: svn commit: r325934 - in head/graphics/libfpx: . files Message-ID: <20130902155537.593968d5@kalimero.tijl.coosemans.org> In-Reply-To: <201309020522.r825MxwW080249@svn.freebsd.org> References: <201309020522.r825MxwW080249@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/=eNrOurMmdRfx.vXnRH_9OE"; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 13:56:56 -0000 --Sig_/=eNrOurMmdRfx.vXnRH_9OE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 2 Sep 2013 05:22:59 +0000 (UTC) Mikhail Teterin wrote: > Author: mi > Date: Mon Sep 2 05:22:58 2013 > New Revision: 325934 > URL: http://svnweb.freebsd.org/changeset/ports/325934 >=20 > Log: > Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2)= and > gcc (4.8). > =20 > PR: 181302 > Submitted by: delphij@ > Tested by: ImageMagick's self-test suit >=20 > Added: > head/graphics/libfpx/files/patch-warnings (contents, props changed) > Deleted: > head/graphics/libfpx/files/patch-aa > head/graphics/libfpx/files/patch-fpxlib > head/graphics/libfpx/files/patch-ph_image > Modified: > head/graphics/libfpx/Makefile > head/graphics/libfpx/distinfo > head/graphics/libfpx/files/Makefile.bsd >=20 > Modified: head/graphics/libfpx/files/Makefile.bsd > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 02:57:52 2013 (r32= 5933) > +++ head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 05:22:58 2013 (r32= 5934) > @@ -4,8 +4,8 @@ SHLIB_MAJOR=3D 2 > SHLIB_MINOR=3D 7 > WARNS=3D 3 > =20 > -LIBDIR =3D ${LOCALBASE}/lib > -INCSDIR =3D ${LOCALBASE}/include > +LIBDIR =3D ${PREFIX}/lib > +INCSDIR =3D ${PREFIX}/include > INCDIR =3D ${INCSDIR} # for pre-bsd.incs.mk API > =20 > NO_PROFILE=3D Don't want it This makefile also adds -lstdc++ to LDADD. That's not going to work when libstdc++ will be removed from current (soon if things go as planned). I think the easiest would be to simply use the makefiles provided by libfpx. It would probably even simplify the port. --Sig_/=eNrOurMmdRfx.vXnRH_9OE Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iF4EAREIAAYFAlIkmN8ACgkQfoCS2CCgtivN9wD/ePkyC5SGpH4k96ssv+lp0ywc 5BPLZmhUtk4UYR6xBKUA/2K96BRN35yn3O0EQrhoo7trQDO8FYYzSsfb8wVa99iH =myrv -----END PGP SIGNATURE----- --Sig_/=eNrOurMmdRfx.vXnRH_9OE-- From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:58:31 2013 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 ESMTP id 1AC05BC7; Mon, 2 Sep 2013 13:58:31 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01C4724B0; Mon, 2 Sep 2013 13:58:29 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id p57so3759822wes.2 for ; Mon, 02 Sep 2013 06:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bLOv4yv1HV7vQn6bSOFaJ8zKZ4yiOED7q+F8Z1IVUXM=; b=u/j6MaJeZFT6aLzV4IDMJnY8PAJKdNteQM2L5pUp8yTVbxJxxVgYyBJtS7O46aIdOw RK2GXLsWuTGfprUSU8/VSBO9QrnSrwtCT2x/yjBJIh2D+xkC/jNzq2vShEwIO+wb/y+6 chAnSbCdyvWUWsE9F6X6GSp1zejY66IvqYG1sFbEVgAGj3pz9T8RvvQ+qetMi3DX/YZw 72FdYz1gXLY7ApdkXc8hoUMcTTpoPIYlfWcetjKYmjR3AYGPMX5aBtG4CzlHOnbMZT7z eR2b0q+57KRtuGLAgIvk2g1T9kTljhg52M1taeupgmREe0etBBp8ja8l4ARNOr9PEvuG URQQ== X-Received: by 10.180.37.199 with SMTP id a7mr13896792wik.43.1378130307873; Mon, 02 Sep 2013 06:58:27 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id jf2sm17990213wic.2.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 02 Sep 2013 06:58:27 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:58:24 +0200 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r325934 - in head/graphics/libfpx: . files Message-ID: <20130902135824.GI23033@ithaqua.etoilebsd.net> References: <201309020522.r825MxwW080249@svn.freebsd.org> <20130902155537.593968d5@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TKDEsImF70pdVIl+" Content-Disposition: inline In-Reply-To: <20130902155537.593968d5@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Mikhail Teterin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 13:58:31 -0000 --TKDEsImF70pdVIl+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2013 at 03:55:37PM +0200, Tijl Coosemans wrote: > On Mon, 2 Sep 2013 05:22:59 +0000 (UTC) Mikhail Teterin wrote: > > Author: mi > > Date: Mon Sep 2 05:22:58 2013 > > New Revision: 325934 > > URL: http://svnweb.freebsd.org/changeset/ports/325934 > >=20 > > Log: > > Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.= 2) and > > gcc (4.8). > > =20 > > PR: 181302 > > Submitted by: delphij@ > > Tested by: ImageMagick's self-test suit > >=20 > > Added: > > head/graphics/libfpx/files/patch-warnings (contents, props changed) > > Deleted: > > head/graphics/libfpx/files/patch-aa > > head/graphics/libfpx/files/patch-fpxlib > > head/graphics/libfpx/files/patch-ph_image > > Modified: > > head/graphics/libfpx/Makefile > > head/graphics/libfpx/distinfo > > head/graphics/libfpx/files/Makefile.bsd > >=20 > > Modified: head/graphics/libfpx/files/Makefile.bsd > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 02:57:52 2013 (r= 325933) > > +++ head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 05:22:58 2013 (r= 325934) > > @@ -4,8 +4,8 @@ SHLIB_MAJOR=3D 2 > > SHLIB_MINOR=3D 7 > > WARNS=3D 3 > > =20 > > -LIBDIR =3D ${LOCALBASE}/lib > > -INCSDIR =3D ${LOCALBASE}/include > > +LIBDIR =3D ${PREFIX}/lib > > +INCSDIR =3D ${PREFIX}/include > > INCDIR =3D ${INCSDIR} # for pre-bsd.incs.mk API > > =20 > > NO_PROFILE=3D Don't want it >=20 > This makefile also adds -lstdc++ to LDADD. That's not going to work when > libstdc++ will be removed from current (soon if things go as planned). > I think the easiest would be to simply use the makefiles provided by > libfpx. It would probably even simplify the port. Just adding GNU_CONFIGURE=3Dyes and removing the manual patches and what is left behind te .include seems to just work properly. Why using a special Makefile.bsd? regards, Bapt --TKDEsImF70pdVIl+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIkmYAACgkQ8kTtMUmk6Ex9HgCeL3YvUIDaK0HfhlJpwDPidxA7 2PsAoJ7BQv0pGaBXtBvvgglWbJ2pkH9q =5T08 -----END PGP SIGNATURE----- --TKDEsImF70pdVIl+-- From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 14:11:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81BF2ED7; Mon, 2 Sep 2013 14:11:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F76225EC; Mon, 2 Sep 2013 14:11:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82EBKRS093870; Mon, 2 Sep 2013 14:11:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82EBKKp093868; Mon, 2 Sep 2013 14:11:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021411.r82EBKKp093868@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 14:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325998 - in head: audio/msilbc x11/xpyb 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.14 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: Mon, 02 Sep 2013 14:11:21 -0000 Author: bapt Date: Mon Sep 2 14:11:19 2013 New Revision: 325998 URL: http://svnweb.freebsd.org/changeset/ports/325998 Log: Add an explicit dependency on pkgconf Modified: head/audio/msilbc/Makefile head/x11/xpyb/Makefile Modified: head/audio/msilbc/Makefile ============================================================================== --- head/audio/msilbc/Makefile Mon Sep 2 13:54:45 2013 (r325997) +++ head/audio/msilbc/Makefile Mon Sep 2 14:11:19 2013 (r325998) @@ -12,6 +12,8 @@ LIB_DEPENDS= ortp.8:${PORTSDIR}/net/linp mediastreamer.0:${PORTSDIR}/net/linphone-base \ ilbc.0:${PORTSDIR}/net/ilbc +USES= pkgconfig + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \ Modified: head/x11/xpyb/Makefile ============================================================================== --- head/x11/xpyb/Makefile Mon Sep 2 13:54:45 2013 (r325997) +++ head/x11/xpyb/Makefile Mon Sep 2 14:11:19 2013 (r325998) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc USE_BZIP2= yes USE_PYTHON= 2.5+ USE_XORG= xcb -USES= pathfix +USES= pathfix pkgconfig PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 14:19:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2EF2104; Mon, 2 Sep 2013 14:19:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 964632643; Mon, 2 Sep 2013 14:19:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82EJmRJ096976; Mon, 2 Sep 2013 14:19:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82EJmNm096973; Mon, 2 Sep 2013 14:19:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021419.r82EJmNm096973@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 14:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325999 - in head: deskutils/libopensync-plugin-vformat-devel graphics/libsvg print/texlive-base 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.14 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: Mon, 02 Sep 2013 14:19:48 -0000 Author: bapt Date: Mon Sep 2 14:19:47 2013 New Revision: 325999 URL: http://svnweb.freebsd.org/changeset/ports/325999 Log: Add an explicit dependency on pkgconfig Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile head/graphics/libsvg/Makefile head/print/texlive-base/Makefile Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-vformat-devel/Makefile Mon Sep 2 14:11:19 2013 (r325998) +++ head/deskutils/libopensync-plugin-vformat-devel/Makefile Mon Sep 2 14:19:47 2013 (r325999) @@ -13,7 +13,7 @@ COMMENT= Vformat plugin for the OpenSync LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig CMAKE_ARGS+= -Wno-dev CFLAGS+= "-I${LOCALBASE}/include" Modified: head/graphics/libsvg/Makefile ============================================================================== --- head/graphics/libsvg/Makefile Mon Sep 2 14:11:19 2013 (r325998) +++ head/graphics/libsvg/Makefile Mon Sep 2 14:19:47 2013 (r325999) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libsvg -# Date created: 2004-10-06 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $ -# PORTNAME= libsvg PORTVERSION= 0.1.4 @@ -22,7 +18,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x1 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= pathfix iconv +USES= pathfix iconv pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg.h \ Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Sep 2 14:11:19 2013 (r325998) +++ head/print/texlive-base/Makefile Mon Sep 2 14:19:47 2013 (r325999) @@ -25,10 +25,10 @@ LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu USE_TEX= texlive web2c kpathsea ptexenc texhash-bootstrap USE_XZ= yes -USE_GMAKE= yes +USES= gmake pkgconfig perl5 USE_AUTOTOOLS= autoconf USE_GHOSTSCRIPT=yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_LDCONFIG= yes USE_XORG= x11 xmu xaw EXCLUDE_FILES= ${DISTNAME}/texk/web2c \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 14:27:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0DEA047F; Mon, 2 Sep 2013 14:27:40 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF7942745; Mon, 2 Sep 2013 14:27:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82ERdTp002052; Mon, 2 Sep 2013 14:27:39 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82ERdBp002051; Mon, 2 Sep 2013 14:27:39 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021427.r82ERdBp002051@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 14:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326000 - head/net/owncloud-csync 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.14 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: Mon, 02 Sep 2013 14:27:40 -0000 Author: bsam Date: Mon Sep 2 14:27:39 2013 New Revision: 326000 URL: http://svnweb.freebsd.org/changeset/ports/326000 Log: Adopt USES+=iconv. FYI: only three ports left with *_DEPENDS upon converters/libiconv. Submitted by: bsam (me, via e-mail) Reviewed by: 6yearold@gmail.com (maintainer) Modified: head/net/owncloud-csync/Makefile Modified: head/net/owncloud-csync/Makefile ============================================================================== --- head/net/owncloud-csync/Makefile Mon Sep 2 14:19:47 2013 (r325999) +++ head/net/owncloud-csync/Makefile Mon Sep 2 14:27:39 2013 (r326000) @@ -12,13 +12,12 @@ COMMENT= csync fork for Owncloud LICENSE= GPLv2 -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - iniparser:${PORTSDIR}/devel/iniparser \ +LIB_DEPENDS= iniparser:${PORTSDIR}/devel/iniparser \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ ssh:${PORTSDIR}/security/libssh \ neon:${PORTSDIR}/www/neon29 -USES= cmake:outsource pkgconfig +USES= cmake:outsource iconv pkgconfig USE_BZIP2= yes USE_SQLITE= yes CMAKE_ARGS+= -DWITH_LOG4C=NO \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 14:36:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28DA27FA; Mon, 2 Sep 2013 14:36:23 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1643827FC; Mon, 2 Sep 2013 14:36:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82EaM7N007525; Mon, 2 Sep 2013 14:36:22 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82EaMxG007512; Mon, 2 Sep 2013 14:36:22 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201309021436.r82EaMxG007512@svn.freebsd.org> From: Philippe Audeoud Date: Mon, 2 Sep 2013 14:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326001 - head/net/p5-Net-SSH2 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.14 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: Mon, 02 Sep 2013 14:36:23 -0000 Author: jadawin Date: Mon Sep 2 14:36:22 2013 New Revision: 326001 URL: http://svnweb.freebsd.org/changeset/ports/326001 Log: - Update to 0.53 Modified: head/net/p5-Net-SSH2/Makefile head/net/p5-Net-SSH2/distinfo Modified: head/net/p5-Net-SSH2/Makefile ============================================================================== --- head/net/p5-Net-SSH2/Makefile Mon Sep 2 14:27:39 2013 (r326000) +++ head/net/p5-Net-SSH2/Makefile Mon Sep 2 14:36:22 2013 (r326001) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSH2 -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-SSH2/distinfo ============================================================================== --- head/net/p5-Net-SSH2/distinfo Mon Sep 2 14:27:39 2013 (r326000) +++ head/net/p5-Net-SSH2/distinfo Mon Sep 2 14:36:22 2013 (r326001) @@ -1,2 +1,2 @@ -SHA256 (Net-SSH2-0.52.tar.gz) = d2bfa64d9d489c1be2e635fc70fcc1d69b0d3b11e1be24683151e1d10bb4dce1 -SIZE (Net-SSH2-0.52.tar.gz) = 114675 +SHA256 (Net-SSH2-0.53.tar.gz) = f072ecb816c6b9ef9ad03057a765590e8bc1ad401fdea215f272fa8405ce57dc +SIZE (Net-SSH2-0.53.tar.gz) = 114860 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 14:39:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D39CD949; Mon, 2 Sep 2013 14:39:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C12B02835; Mon, 2 Sep 2013 14:39:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Edqa3008648; Mon, 2 Sep 2013 14:39:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Edq3m008647; Mon, 2 Sep 2013 14:39:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021439.r82Edq3m008647@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 14:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326002 - head/graphics/libGL 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.14 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: Mon, 02 Sep 2013 14:39:52 -0000 Author: bapt Date: Mon Sep 2 14:39:52 2013 New Revision: 326002 URL: http://svnweb.freebsd.org/changeset/ports/326002 Log: Do not overwrite any existing USES that breaks graphics/dri defining USES=pkgconfig Modified: head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Mon Sep 2 14:36:22 2013 (r326001) +++ head/graphics/libGL/bsd.mesalib.mk Mon Sep 2 14:39:52 2013 (r326002) @@ -41,7 +41,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/d python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison +USES+= bison USE_PYTHON_BUILD=yes USE_BZIP2= yes USE_GMAKE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:14 2013 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 ESMTP id ABBA41B5; Mon, 2 Sep 2013 15:12:14 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 966112A8D; Mon, 2 Sep 2013 15:12:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCEpA029500; Mon, 2 Sep 2013 15:12:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCAbn029473; Mon, 2 Sep 2013 15:12:10 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021512.r82FCAbn029473@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 15:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326003 - in head/www: p5-AnyEvent-HTTPD p5-CGI-Application-PSGI p5-CGI-Application-Plugin-ValidateRM p5-CGI-Session p5-CSS-Inliner p5-Catalyst-View-JSON p5-CatalystX-Component-Traits p... 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.14 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: Mon, 02 Sep 2013 15:12:14 -0000 Author: az Date: Mon Sep 2 15:12:10 2013 New Revision: 326003 URL: http://svnweb.freebsd.org/changeset/ports/326003 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-HTTPD/Makefile head/www/p5-CGI-Application-PSGI/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (contents, props changed) head/www/p5-CGI-Session/Makefile (contents, props changed) head/www/p5-CSS-Inliner/Makefile (contents, props changed) head/www/p5-Catalyst-View-JSON/Makefile (contents, props changed) head/www/p5-CatalystX-Component-Traits/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-SiteMap/Makefile head/www/p5-Fliggy/Makefile (contents, props changed) head/www/p5-Gtk2-WebKit/Makefile (contents, props changed) head/www/p5-HTML-FormFu-Model-DBIC/Makefile (contents, props changed) head/www/p5-HTML-FromText/Makefile (contents, props changed) head/www/p5-HTML-LinkExtractor/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Auth-Digest/Makefile (contents, props changed) head/www/p5-Squatting-On-PSGI/Makefile (contents, props changed) head/www/p5-Template-Stash-AutoEscape/Makefile (contents, props changed) head/www/p5-W3C-LogValidator/Makefile (contents, props changed) head/www/p5-WWW-Google-News-TW/Makefile (contents, props changed) head/www/surfraw/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-HTTPD/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/ p5-common-sense>=2.0:${PORTSDIR}/devel/p5-common-sense \ p5-URI>=1.40:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTPD.3 AnyEvent::HTTPD::Request.3 AnyEvent::HTTPD::Util.3 AnyEvent::HTTPD::HTTPServer.3 AnyEvent::HTTPD::HTTPConnection.3 Modified: head/www/p5-CGI-Application-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-Application-PSGI/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Application-PSGI/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-CGI-PSGI>0:${PORTSDIR}/www/p5-CGI-PSGI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::PSGI.3 Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTML-FillInForm>=0:${P p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/www/p5-CGI-Session/Makefile ============================================================================== --- head/www/p5-CGI-Session/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Session/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for persistent session management -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ CGI::Session.3 \ Modified: head/www/p5-CSS-Inliner/Makefile ============================================================================== --- head/www/p5-CSS-Inliner/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CSS-Inliner/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3 PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \ Modified: head/www/p5-Catalyst-View-JSON/Makefile ============================================================================== --- head/www/p5-Catalyst-View-JSON/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Catalyst-View-JSON/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.60 p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Helper::View::JSON.3 Catalyst::View::JSON.3 Modified: head/www/p5-CatalystX-Component-Traits/Makefile ============================================================================== --- head/www/p5-CatalystX-Component-Traits/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CatalystX-Component-Traits/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8000 p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CatalystX::Component::Traits.3 Modified: head/www/p5-Dancer-Plugin-SiteMap/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-SiteMap/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Dancer-Plugin-SiteMap/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Dancer>=1.175:${PORTSD RUN_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::SiteMap.3 Modified: head/www/p5-Fliggy/Makefile ============================================================================== --- head/www/p5-Fliggy/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Fliggy/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Fliggy.3 \ Fliggy::Server.3 \ Modified: head/www/p5-Gtk2-WebKit/Makefile ============================================================================== --- head/www/p5-Gtk2-WebKit/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Gtk2-WebKit/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -28,7 +28,8 @@ MAKE_JOBS_UNSAFE= yes NO_PACKAGE= Man page creation hangs on some systems for unknown reasons -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::WebKit.3 \ Gtk2::WebKit::Download.3 \ Modified: head/www/p5-HTML-FormFu-Model-DBIC/Makefile ============================================================================== --- head/www/p5-HTML-FormFu-Model-DBIC/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-FormFu-Model-DBIC/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::FormFu::Constraint::DBIC::Unique.3 \ HTML::FormFu::Model::DBIC.3 Modified: head/www/p5-HTML-FromText/Makefile ============================================================================== --- head/www/p5-HTML-FromText/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-FromText/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Email-Find>=0.09:${POR p5-HTML-Parser>=1.26:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= text2html.1 MAN3= HTML::FromText.3 Modified: head/www/p5-HTML-LinkExtractor/Makefile ============================================================================== --- head/www/p5-HTML-LinkExtractor/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-LinkExtractor/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTML-TokeParser-Simple p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::LinkExtractor.3 Modified: head/www/p5-Plack-Middleware-Auth-Digest/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Auth-Digest/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Plack-Middleware-Auth-Digest/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Auth::Digest.3 Modified: head/www/p5-Squatting-On-PSGI/Makefile ============================================================================== --- head/www/p5-Squatting-On-PSGI/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Squatting-On-PSGI/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Squatting::On::PSGI.3 Modified: head/www/p5-Template-Stash-AutoEscape/Makefile ============================================================================== --- head/www/p5-Template-Stash-AutoEscape/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Template-Stash-AutoEscape/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Stash::AutoEscape.3 Modified: head/www/p5-W3C-LogValidator/Makefile ============================================================================== --- head/www/p5-W3C-LogValidator/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-W3C-LogValidator/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= W3C::LogValidator.3 \ W3C::LogValidator::Basic.3 \ Modified: head/www/p5-WWW-Google-News-TW/Makefile ============================================================================== --- head/www/p5-WWW-Google-News-TW/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-WWW-Google-News-TW/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::News::TW.3 Modified: head/www/surfraw/Makefile ============================================================================== --- head/www/surfraw/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/surfraw/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -10,7 +10,7 @@ COMMENT= Command line interface to popul GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 MAN1= elvi.1sr \ opensearch-discover.1 \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:19 2013 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 ESMTP id 331681B6; Mon, 2 Sep 2013 15:12:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2021B2A8E; Mon, 2 Sep 2013 15:12:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCIvO029607; Mon, 2 Sep 2013 15:12:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCInp029605; Mon, 2 Sep 2013 15:12:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021512.r82FCInp029605@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326004 - head/german/mythes 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.14 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: Mon, 02 Sep 2013 15:12:19 -0000 Author: sunpoet Date: Mon Sep 2 15:12:18 2013 New Revision: 326004 URL: http://svnweb.freebsd.org/changeset/ports/326004 Log: - Update to 2013.09.01 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Sep 2 15:12:10 2013 (r326003) +++ head/german/mythes/Makefile Mon Sep 2 15:12:18 2013 (r326004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.08.18 +PORTVERSION= 2013.09.01 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Sep 2 15:12:10 2013 (r326003) +++ head/german/mythes/distinfo Mon Sep 2 15:12:18 2013 (r326004) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20130818.oxt) = 021f74d841997926b51f02564deedcb4659988d918bd3691bbe101fc8c9ea5b1 -SIZE (mythes/Deutscher-Thesaurus-20130818.oxt) = 4698118 +SHA256 (mythes/Deutscher-Thesaurus-20130901.oxt) = 2926e2e82d2d11cc2e9ed7e4c79b5a5635949156e0821c8e9afe0f6cc41d39b2 +SIZE (mythes/Deutscher-Thesaurus-20130901.oxt) = 4742745 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:23 2013 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 ESMTP id 4544C273; Mon, 2 Sep 2013 15:12:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 330D12A90; Mon, 2 Sep 2013 15:12:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCNtn029734; Mon, 2 Sep 2013 15:12:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCMrj029732; Mon, 2 Sep 2013 15:12:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021512.r82FCMrj029732@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326005 - head/polish/hunspell 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.14 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: Mon, 02 Sep 2013 15:12:23 -0000 Author: sunpoet Date: Mon Sep 2 15:12:22 2013 New Revision: 326005 URL: http://svnweb.freebsd.org/changeset/ports/326005 Log: - Update to 20130901 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Sep 2 15:12:18 2013 (r326004) +++ head/polish/hunspell/Makefile Mon Sep 2 15:12:22 2013 (r326005) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20130818 +PORTVERSION= 20130901 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Sep 2 15:12:18 2013 (r326004) +++ head/polish/hunspell/distinfo Mon Sep 2 15:12:22 2013 (r326005) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20130818.zip) = e9024ba568892d86efd9426696802cb6c4e4cc885b66cbba4ff3879bc9249d36 -SIZE (hunspell/sjp-myspell-pl-20130818.zip) = 1127260 +SHA256 (hunspell/sjp-myspell-pl-20130901.zip) = bbd1578ba0b1ff389a2fd309b86527d152ccf6e5b587ec1ba33d6720500136ce +SIZE (hunspell/sjp-myspell-pl-20130901.zip) = 1127259 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:27 2013 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 ESMTP id 877B632F; Mon, 2 Sep 2013 15:12:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75BC12A92; Mon, 2 Sep 2013 15:12:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCRVJ029818; Mon, 2 Sep 2013 15:12:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCRLW029816; Mon, 2 Sep 2013 15:12:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021512.r82FCRLW029816@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326006 - head/textproc/sk-mythes 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.14 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: Mon, 02 Sep 2013 15:12:27 -0000 Author: sunpoet Date: Mon Sep 2 15:12:26 2013 New Revision: 326006 URL: http://svnweb.freebsd.org/changeset/ports/326006 Log: - Update to 2013.09.01 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Sep 2 15:12:22 2013 (r326005) +++ head/textproc/sk-mythes/Makefile Mon Sep 2 15:12:26 2013 (r326006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.08.18 +PORTVERSION= 2013.09.01 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Sep 2 15:12:22 2013 (r326005) +++ head/textproc/sk-mythes/distinfo Mon Sep 2 15:12:26 2013 (r326006) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130818.zip) = 6d877e3982186e1de5e76600b00fe8d3d93f6e3e90d51ce5c6d12deda830ba72 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20130818.zip) = 332469 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130901.zip) = 36cbb812f4a818f93e825426948b2f975a1842cf65196781f765d2fa2fb00371 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20130901.zip) = 332357 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0D1C3F1; Mon, 2 Sep 2013 15:12:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB86E2A93; Mon, 2 Sep 2013 15:12:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCVoe029904; Mon, 2 Sep 2013 15:12:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCV3Y029898; Mon, 2 Sep 2013 15:12:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021512.r82FCV3Y029898@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326007 - head/textproc/sl-mythes 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.14 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: Mon, 02 Sep 2013 15:12:33 -0000 Author: sunpoet Date: Mon Sep 2 15:12:30 2013 New Revision: 326007 URL: http://svnweb.freebsd.org/changeset/ports/326007 Log: - Update to 2013.09.01 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Sep 2 15:12:26 2013 (r326006) +++ head/textproc/sl-mythes/Makefile Mon Sep 2 15:12:30 2013 (r326007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.08.18 +PORTVERSION= 2013.09.01 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Sep 2 15:12:26 2013 (r326006) +++ head/textproc/sl-mythes/distinfo Mon Sep 2 15:12:30 2013 (r326007) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20130818.zip) = dae4c938563141270a405cf1a11bc9776cb017d7dac1073eda607eda536cd50c -SIZE (mythes/thes_sl_SI_v2-20130818.zip) = 341018 +SHA256 (mythes/thes_sl_SI_v2-20130901.zip) = 49d37eb769ead9e6a9d06dbffd406a7424050a8c1113a8f6e4c6623f7d8d6713 +SIZE (mythes/thes_sl_SI_v2-20130901.zip) = 341005 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:12:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EAE15D5; Mon, 2 Sep 2013 15:12:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BA7A2A99; Mon, 2 Sep 2013 15:12:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCvxi030173; Mon, 2 Sep 2013 15:12:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCvpI030171; Mon, 2 Sep 2013 15:12:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021512.r82FCvpI030171@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326008 - head/textproc/p5-Unicode-Collate 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.14 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: Mon, 02 Sep 2013 15:12:57 -0000 Author: sunpoet Date: Mon Sep 2 15:12:56 2013 New Revision: 326008 URL: http://svnweb.freebsd.org/changeset/ports/326008 Log: - Update to 0.99 Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Modified: head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-Collate/distinfo Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Mon Sep 2 15:12:30 2013 (r326007) +++ head/textproc/p5-Unicode-Collate/Makefile Mon Sep 2 15:12:56 2013 (r326008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Collate -PORTVERSION= 0.98 +PORTVERSION= 0.99 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SADAHIRO Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Mon Sep 2 15:12:30 2013 (r326007) +++ head/textproc/p5-Unicode-Collate/distinfo Mon Sep 2 15:12:56 2013 (r326008) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Collate-0.98.tar.gz) = a869222c0310c635bfb09d38f294f739df42587b83e20a9d6843cce3a90d9685 -SIZE (Unicode-Collate-0.98.tar.gz) = 931701 +SHA256 (Unicode-Collate-0.99.tar.gz) = ed48303420f0a2e07882c6194d2b19df85526ed7118dcb1ec4f33a850c08ddf1 +SIZE (Unicode-Collate-0.99.tar.gz) = 933360 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:13:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 000056B6; Mon, 2 Sep 2013 15:13:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E20A92A9F; Mon, 2 Sep 2013 15:13:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FDAo0030304; Mon, 2 Sep 2013 15:13:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FDARO030302; Mon, 2 Sep 2013 15:13:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021513.r82FDARO030302@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326009 - head/www/httrack 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.14 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: Mon, 02 Sep 2013 15:13:11 -0000 Author: sunpoet Date: Mon Sep 2 15:13:10 2013 New Revision: 326009 URL: http://svnweb.freebsd.org/changeset/ports/326009 Log: - Update to 3.47.25 Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Modified: head/www/httrack/Makefile head/www/httrack/distinfo Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Mon Sep 2 15:12:56 2013 (r326008) +++ head/www/httrack/Makefile Mon Sep 2 15:13:10 2013 (r326009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.47.24 +PORTVERSION= 3.47.25 CATEGORIES= www MASTER_SITES= http://download.httrack.com/ \ http://mirror.httrack.com/historical/ \ Modified: head/www/httrack/distinfo ============================================================================== --- head/www/httrack/distinfo Mon Sep 2 15:12:56 2013 (r326008) +++ head/www/httrack/distinfo Mon Sep 2 15:13:10 2013 (r326009) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.47.24.tar.gz) = aff7ee07be18a7ae975084ea1f457b0b780536e60805ea77529175b2ad7269de -SIZE (httrack-3.47.24.tar.gz) = 1778544 +SHA256 (httrack-3.47.25.tar.gz) = 4a76f5cf21da2533d87c4a2f033bb4ddc71b93cd10959eda58fc323742f3948f +SIZE (httrack-3.47.25.tar.gz) = 1778594 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:19:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CE6C81D; Mon, 2 Sep 2013 15:19:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7ABB12ADC; Mon, 2 Sep 2013 15:19:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FJIst032619; Mon, 2 Sep 2013 15:19:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FJIO1032618; Mon, 2 Sep 2013 15:19:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021519.r82FJIO1032618@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326010 - head/devel/p5-Module-Starter 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.14 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: Mon, 02 Sep 2013 15:19:18 -0000 Author: sunpoet Date: Mon Sep 2 15:19:17 2013 New Revision: 326010 URL: http://svnweb.freebsd.org/changeset/ports/326010 Log: - Add PORTSCOUT Modified: head/devel/p5-Module-Starter/Makefile Modified: head/devel/p5-Module-Starter/Makefile ============================================================================== --- head/devel/p5-Module-Starter/Makefile Mon Sep 2 15:13:10 2013 (r326009) +++ head/devel/p5-Module-Starter/Makefile Mon Sep 2 15:19:17 2013 (r326010) @@ -13,6 +13,8 @@ COMMENT= Simple starter kit for any Perl BUILD_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class +PORTSCOUT= skipv:1.470 + USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:26:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E57359B7; Mon, 2 Sep 2013 15:26:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0D382B44; Mon, 2 Sep 2013 15:26:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FQQum037432; Mon, 2 Sep 2013 15:26:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FQN5L037410; Mon, 2 Sep 2013 15:26:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021526.r82FQN5L037410@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326011 - in head: comms/anyremote databases/postgresql-libpqxx3 devel/libccid devel/libvirt games/libmt_client graphics/libraw security/razorback-masterNugget x11-toolkits/open-motif x... 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.14 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: Mon, 02 Sep 2013 15:26:27 -0000 Author: bapt Date: Mon Sep 2 15:26:23 2013 New Revision: 326011 URL: http://svnweb.freebsd.org/changeset/ports/326011 Log: Add an explicit dependency on pkgconf Modified: head/comms/anyremote/Makefile head/databases/postgresql-libpqxx3/Makefile head/devel/libccid/Makefile head/devel/libvirt/Makefile head/games/libmt_client/Makefile head/graphics/libraw/Makefile head/security/razorback-masterNugget/Makefile head/x11-toolkits/open-motif/Makefile head/x11-wm/fluxbox/Makefile head/x11/startup-notification/Makefile head/x11/xcb-util-image/Makefile head/x11/xcb-util-keysyms/Makefile head/x11/xcb-util-renderutil/Makefile head/x11/xcb-util-wm/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/comms/anyremote/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,6 +11,7 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/postgresql-libpqxx3/Makefile ============================================================================== --- head/databases/postgresql-libpqxx3/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/databases/postgresql-libpqxx3/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn -# +# Created by: Palle Girgensohn # $FreeBSD$ -# PORTNAME= libpqxx PORTVERSION= 3.1 @@ -20,7 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} PORTSCOUT= limit:^2\. USE_PGSQL= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/devel/libccid/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,7 +1,4 @@ -# New ports collection Makefile for: libccid -# Date created: 2005-01-20 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= ccid @@ -20,8 +17,9 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes +USES= pkgconfig perl5 GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/devel/libvirt/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -51,7 +51,7 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix pathfix gmake +USES= charsetfix pathfix gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON_BUILD= yes SHLIB_VER= 1001 Modified: head/games/libmt_client/Makefile ============================================================================== --- head/games/libmt_client/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/games/libmt_client/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmt_client -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libmt_client PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Client-side library of MaitreT LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/graphics/libraw/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: raw images library -# Date created: 26 Apr 2008 -# Whom: Sergey A. Osokin -# +# Created by: Sergey A. Osokin # $FreeBSD$ -# PORTNAME= libraw PORTVERSION= 0.14.7 @@ -21,6 +17,7 @@ LICENSE_COMB= dual LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_LDCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples --disable-jasper CFLAGS+= -fPIC Modified: head/security/razorback-masterNugget/Makefile ============================================================================== --- head/security/razorback-masterNugget/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/security/razorback-masterNugget/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-masterNugget -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= masterNugget PORTVERSION= 0.5.0 @@ -23,6 +19,8 @@ LIB_DEPENDS= razorback_api:${PORTSDIR}/s OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts +USES= pkgconfig + .include GNU_CONFIGURE= yes Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11-toolkits/open-motif/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -23,7 +23,7 @@ CONFLICTS= lesstif-[0-9]* # WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/motif-${PORTVERSION} -USES= iconv gmake +USES= iconv gmake pkgconfig USE_AUTOTOOLS= libtool autoconf:env automake:env USE_XORG= xaw xbitmaps xft GNU_CONFIGURE= yes Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11-wm/fluxbox/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -16,7 +16,7 @@ LICENSE= MIT RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage USE_XORG= xextproto xft xpm xrandr -USE_GMAKE= yes +USES= gmake pkgconfig WANT_GNOME= yes GNU_CONFIGURE= yes Modified: head/x11/startup-notification/Makefile ============================================================================== --- head/x11/startup-notification/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/startup-notification/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -16,8 +16,8 @@ LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xc USE_XORG= x11 USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack ltasneededhack +USES= gmake pathfix pkgconfig +USE_GNOME= ltasneededhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/xcb-util-image/Makefile ============================================================================== --- head/x11/xcb-util-image/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-image/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= A port of Xlib's XImage and XSh LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-keysyms/Makefile ============================================================================== --- head/x11/xcb-util-keysyms/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-keysyms/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,7 +11,7 @@ COMMENT= Standard X key constants and co LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros Modified: head/x11/xcb-util-renderutil/Makefile ============================================================================== --- head/x11/xcb-util-renderutil/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-renderutil/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the R LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-wm/Makefile ============================================================================== --- head/x11/xcb-util-wm/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-wm/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= Framework for window manager im LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:35:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A44BB7A; Mon, 2 Sep 2013 15:35:17 +0000 (UTC) (envelope-from lippe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44DCA2BC7; Mon, 2 Sep 2013 15:35:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FZHZW042867; Mon, 2 Sep 2013 15:35:17 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FZHhh042865; Mon, 2 Sep 2013 15:35:17 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309021535.r82FZHhh042865@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 2 Sep 2013 15:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326012 - head/lang/yap 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.14 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: Mon, 02 Sep 2013 15:35:17 -0000 Author: lippe Date: Mon Sep 2 15:35:16 2013 New Revision: 326012 URL: http://svnweb.freebsd.org/changeset/ports/326012 Log: - Fix plist - Insert PORTSCOUT PR: ports/180264 Submitted by: Danilo Egea Gondolfo (maintainer) Modified: head/lang/yap/Makefile head/lang/yap/pkg-plist Modified: head/lang/yap/Makefile ============================================================================== --- head/lang/yap/Makefile Mon Sep 2 15:26:23 2013 (r326011) +++ head/lang/yap/Makefile Mon Sep 2 15:35:16 2013 (r326012) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.dcc.fc.up.pt/~v MAINTAINER= danilogondolfo@gmail.com COMMENT= High-performance Prolog compiler +PORTSCOUT= limit:^6\.2\. + OPTIONS_DEFINE= DOCS .include @@ -26,6 +28,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-max-performance USE_GMAKE= yes +MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/Yap DATADIR= ${PREFIX}/share/Yap Modified: head/lang/yap/pkg-plist ============================================================================== --- head/lang/yap/pkg-plist Mon Sep 2 15:26:23 2013 (r326011) +++ head/lang/yap/pkg-plist Mon Sep 2 15:35:16 2013 (r326012) @@ -124,356 +124,356 @@ lib/web/css/openid.css %%PORTDOCS%%%%DOCSDIR%%/changes-5.0.html %%PORTDOCS%%%%DOCSDIR%%/changes-5.1.html %%PORTDOCS%%%%DOCSDIR%%/changes-6.0.html -share/Yap/pl/arith.yap -share/Yap/pl/arrays.yap -share/Yap/pl/attributes.yap -share/Yap/pl/boot.yap -share/Yap/pl/callcount.yap -share/Yap/pl/checker.yap -share/Yap/pl/chtypes.yap -share/Yap/pl/consult.yap -share/Yap/pl/control.yap -share/Yap/pl/corout.yap -share/Yap/pl/debug.yap -share/Yap/pl/depth_bound.yap -share/Yap/pl/dialect.yap -share/Yap/pl/directives.yap -share/Yap/pl/eam.yap -share/Yap/pl/eval.yap -share/Yap/pl/errors.yap -share/Yap/pl/flags.yap -share/Yap/pl/grammar.yap -share/Yap/pl/ground.yap -share/Yap/pl/hacks.yap -share/Yap/pl/init.yap -share/Yap/pl/listing.yap -share/Yap/pl/udi.yap -share/Yap/pl/lists.yap -share/Yap/pl/messages.yap -share/Yap/pl/load_foreign.yap -share/Yap/pl/modules.yap -share/Yap/pl/preds.yap -share/Yap/pl/profile.yap -share/Yap/pl/protect.yap -share/Yap/pl/save.yap -share/Yap/pl/setof.yap -share/Yap/pl/signals.yap -share/Yap/pl/sockets.yap -share/Yap/pl/sort.yap -share/Yap/pl/statistics.yap -share/Yap/pl/strict_iso.yap -share/Yap/pl/tabling.yap -share/Yap/pl/threads.yap -share/Yap/pl/utils.yap -share/Yap/pl/yapor.yap -share/Yap/pl/yio.yap -share/Yap/unix.pl -share/Yap/random.pl -share/Yap/socket.pl -share/Yap/cgi.pl -share/Yap/memfile.pl -share/Yap/filesex.pl -share/Yap/mime.pl -share/Yap/crypt.pl -share/Yap/time.pl -share/Yap/streaminfo.pl -share/Yap/process.pl -share/Yap/prolog_server.pl -share/Yap/sha.pl -share/Yap/uri.pl -share/Yap/http/web/icons/back.png -share/Yap/http/web/icons/c.png -share/Yap/http/web/icons/compressed.png -share/Yap/http/web/icons/folder.png -share/Yap/http/web/icons/generic.png -share/Yap/http/web/icons/layout.png -share/Yap/http/web/icons/openid-logo-square.png -share/Yap/http/web/icons/openid-logo-tiny.png -share/Yap/http/html_write.pl -share/Yap/http/http_client.pl -share/Yap/http/http_header.pl -share/Yap/http/http_mime_plugin.pl -share/Yap/http/http_sgml_plugin.pl -share/Yap/http/mimepack.pl -share/Yap/http/mimetype.pl -share/Yap/http/dcg_basics.pl -share/Yap/http/thread_httpd.pl -share/Yap/http/xpce_httpd.pl -share/Yap/http/inetd_httpd.pl -share/Yap/http/http_wrapper.pl -share/Yap/http/http_open.pl -share/Yap/http/http_session.pl -share/Yap/http/http_error.pl -share/Yap/http/http_parameters.pl -share/Yap/http/http_dispatch.pl -share/Yap/http/http_authenticate.pl -share/Yap/http/http_stream.pl -share/Yap/http/http_log.pl -share/Yap/http/http_path.pl -share/Yap/http/http_hook.pl -share/Yap/http/html_head.pl -share/Yap/http/http_exception.pl -share/Yap/http/json.pl -share/Yap/http/http_json.pl -share/Yap/http/json_convert.pl -share/Yap/http/http_dirindex.pl -share/Yap/http/http_server_files.pl -share/Yap/http/http_pwp.pl -share/Yap/http/http_host.pl -share/Yap/http/http_openid.pl -share/Yap/http/js_write.pl -share/Yap/http/README -share/Yap/plunit.pl -share/Yap/test_wizard.pl -share/Yap/test_cover.pl -share/Yap/DTD/HTML4.dcl -share/Yap/DTD/HTML4.dtd -share/Yap/DTD/HTML4.soc -share/Yap/DTD/HTMLlat1.ent -share/Yap/DTD/HTMLspec.ent -share/Yap/DTD/HTMLsym.ent -share/Yap/sgml.pl -share/Yap/xsdp_types.pl -share/Yap/iso_639.pl -share/Yap/sgml_write.pl -share/Yap/xpath.pl -share/Yap/pwp.pl -share/Yap/pltotex.pl -share/Yap/rdf.pl -share/Yap/rdf_parser.pl -share/Yap/rdf_triple.pl -share/Yap/rewrite.pl -share/Yap/rdf_ntriples.pl -share/Yap/rdf_write.pl -share/Yap/semweb/rdfs.rdfs -share/Yap/semweb/dc.rdfs -share/Yap/semweb/eor.rdfs -share/Yap/semweb/owl.owl -share/Yap/semweb/rdf_library.ttl -share/Yap/semweb/rdf_db.pl -share/Yap/semweb/rdfs.pl -share/Yap/semweb/rdf_edit.pl -share/Yap/semweb/rdf_litindex.pl -share/Yap/semweb/rdf_persistency.pl -share/Yap/semweb/rdf_turtle.pl -share/Yap/semweb/rdf_cache.pl -share/Yap/semweb/rdf_http_plugin.pl -share/Yap/semweb/rdf_zlib_plugin.pl -share/Yap/semweb/rdf_portray.pl -share/Yap/semweb/rdf_compare.pl -share/Yap/semweb/turtle_base.pl -share/Yap/semweb/rdf_turtle_write.pl -share/Yap/semweb/rdf_library.pl -share/Yap/semweb/sparql_client.pl -share/Yap/semweb/README -share/Yap/zlib.pl -share/Yap/dialect/swi/INDEX.pl -share/Yap/dialect/swi/listing.pl -share/Yap/dialect/swi/readutil.pl -share/Yap/dialect/commons.yap -share/Yap/dialect/hprolog.yap -share/Yap/dialect/swi.yap -share/Yap/INDEX.pl -share/Yap/apply.yap -share/Yap/apply_macros.yap -share/Yap/arg.yap -share/Yap/assoc.yap -share/Yap/atts.yap -share/Yap/autoloader.yap -share/Yap/avl.yap -share/Yap/bhash.yap -share/Yap/charsio.yap -share/Yap/cleanup.yap -share/Yap/clpfd.pl -share/Yap/coinduction.yap -share/Yap/dbqueues.yap -share/Yap/dbusage.yap -share/Yap/dgraphs.yap -share/Yap/expand_macros.yap -share/Yap/gensym.yap -share/Yap/hacks.yap -share/Yap/heaps.yap -share/Yap/lambda.pl -share/Yap/lineutils.yap -share/Yap/lists.yap -share/Yap/nb.yap -share/Yap/ordsets.yap -share/Yap/maplist.yap -share/Yap/matlab.yap -share/Yap/matrix.yap -share/Yap/prandom.yap -share/Yap/queues.yap -share/Yap/random.yap -share/Yap/r_session.yap -share/Yap/rbtrees.yap -share/Yap/readutil.yap -share/Yap/regexp.yap -share/Yap/rltree.yap -share/Yap/splay.yap -share/Yap/stringutils.yap -share/Yap/clp/clp_events.pl -share/Yap/system.yap -share/Yap/terms.yap -share/Yap/tries.yap -share/Yap/itries.yap -share/Yap/timeout.yap -share/Yap/trees.yap -share/Yap/ugraphs.yap -share/Yap/undgraphs.yap -share/Yap/varnumbers.yap -share/Yap/wdgraphs.yap -share/Yap/wgraphs.yap -share/Yap/wundgraphs.yap -share/Yap/lam_mpi.yap -share/Yap/ypp.yap -share/Yap/c_alarms.yap -share/Yap/flags.yap -share/Yap/block_diagram.yap -share/Yap/minisat_examples/adder.pl -share/Yap/minisat_examples/pearl_examples.pl -share/Yap/cnf.pl -share/Yap/minisat.pl -share/Yap/base64.pl -share/Yap/broadcast.pl -share/Yap/date.pl -share/Yap/debug.pl -share/Yap/maplist.pl -share/Yap/nb_set.pl -share/Yap/operators.pl -share/Yap/option.pl -share/Yap/prolog_source.pl -share/Yap/prolog_xref.pl -share/Yap/quintus.pl -share/Yap/record.pl -share/Yap/settings.pl -share/Yap/shlib.pl -share/Yap/url.pl -share/Yap/utf8.pl -share/Yap/aggregate.pl -share/Yap/ctypes.pl -share/Yap/error.pl -share/Yap/occurs.yap -share/Yap/pairs.pl -share/Yap/icon_address.pl -share/Yap/pillow.pl -share/Yap/clpbn/learning/bnt_parms.yap -share/Yap/clpbn/learning/em.yap -share/Yap/clpbn/learning/learn_utils.yap -share/Yap/clpbn/learning/mle.yap -share/Yap/clpbn/examples/School/README -share/Yap/clpbn/examples/School/evidence_128.yap -share/Yap/clpbn/examples/School/schema.yap -share/Yap/clpbn/examples/School/school_128.yap -share/Yap/clpbn/examples/School/school_32.yap -share/Yap/clpbn/examples/School/school_64.yap -share/Yap/clpbn/examples/School/tables.yap -share/Yap/clpbn/examples/cg.yap -share/Yap/clpbn/examples/sprinkler.yap -share/Yap/clpbn/aggregates.yap -share/Yap/clpbn/bnt.yap -share/Yap/clpbn/bp.yap -share/Yap/clpbn/connected.yap -share/Yap/clpbn/discrete_utils.yap -share/Yap/clpbn/display.yap -share/Yap/clpbn/dists.yap -share/Yap/clpbn/evidence.yap -share/Yap/clpbn/gibbs.yap -share/Yap/clpbn/graphs.yap -share/Yap/clpbn/graphviz.yap -share/Yap/clpbn/hmm.yap -share/Yap/clpbn/jt.yap -share/Yap/clpbn/matrix_cpt_utils.yap -share/Yap/clpbn/pgrammar.yap -share/Yap/clpbn/table.yap -share/Yap/clpbn/topsort.yap -share/Yap/clpbn/utils.yap -share/Yap/clpbn/vel.yap -share/Yap/clpbn/viterbi.yap -share/Yap/clpbn/xbif.yap -share/Yap/clpbn.yap -share/Yap/problog/extlists.yap -share/Yap/problog/flags.yap -share/Yap/problog/gflags.yap -share/Yap/problog/grounder.yap -share/Yap/problog/hash_table.yap -share/Yap/problog/intervals.yap -share/Yap/problog/logger.yap -share/Yap/problog/mc_DNF_sampling.yap -share/Yap/problog/os.yap -share/Yap/problog/print.yap -share/Yap/problog/sampling.yap -share/Yap/problog/tabling.yap -share/Yap/problog/timer.yap -share/Yap/problog/ptree.yap -share/Yap/problog/variable_elimination.yap -share/Yap/problog/print_learning.yap -share/Yap/problog/utils_learning.yap -share/Yap/problog/version_control.yap -share/Yap/problog/nestedtries.yap -share/Yap/problog/utils.yap -share/Yap/problog/bdd.yap -share/Yap/problog/ad_converter.yap -share/Yap/problog/termhandling.yap -share/Yap/problog/completion.yap -share/Yap/problog/discrete.yap -share/Yap/problog/variables.yap -share/Yap/problog_examples/alarm.pl -share/Yap/problog_examples/graph.pl -share/Yap/problog_examples/graph_tabled.pl -share/Yap/problog_examples/learn_graph.pl -share/Yap/problog_examples/office.pl -share/Yap/problog_examples/viralmarketing.pl -share/Yap/problog_examples/aProbLog_examples.pl -share/Yap/problog_examples/viralmarketing_tabled.pl -share/Yap/problog.yap -share/Yap/chr/chr_runtime.pl -share/Yap/chr/chr_op.pl -share/Yap/chr/chr_translate.pl -share/Yap/chr/chr_debug.pl -share/Yap/chr/chr_messages.pl -share/Yap/chr/pairlist.pl -share/Yap/chr/clean_code.pl -share/Yap/chr/find.pl -share/Yap/chr/a_star.pl -share/Yap/chr/binomialheap.pl -share/Yap/chr/builtins.pl -share/Yap/chr/chr_hashtable_store.pl -share/Yap/chr/listmap.pl -share/Yap/chr/guard_entailment.pl -share/Yap/chr/chr_compiler_options.pl -share/Yap/chr/chr_compiler_utility.pl -share/Yap/chr/chr_compiler_errors.pl -share/Yap/chr/chr_integertable_store.pl -share/Yap/chr/README -share/Yap/problog_lfi.yap -share/Yap/dtproblog.yap -share/Yap/aproblog.yap -share/Yap/problog_learning.yap -share/Yap/chr.pl -share/Yap/clpr/bb_r.pl -share/Yap/clpr/bv_r.pl -share/Yap/clpr/fourmotz_r.pl -share/Yap/clpr/ineq_r.pl -share/Yap/clpr/itf_r.pl -share/Yap/clpr/nf_r.pl -share/Yap/clpr/store_r.pl -share/Yap/clpq/bb_q.pl -share/Yap/clpq/bv_q.pl -share/Yap/clpq/fourmotz_q.pl -share/Yap/clpq/ineq_q.pl -share/Yap/clpq/itf_q.pl -share/Yap/clpq/nf_q.pl -share/Yap/clpq/store_q.pl -share/Yap/clpqr/class.pl -share/Yap/clpqr/dump.pl -share/Yap/clpqr/geler.pl -share/Yap/clpqr/itf.pl -share/Yap/clpqr/ordering.pl -share/Yap/clpqr/project.pl -share/Yap/clpqr/redund.pl -share/Yap/clpqr/README -share/Yap/clpr.pl -share/Yap/clpq.pl +%%DATADIR%%/pl/arith.yap +%%DATADIR%%/pl/arrays.yap +%%DATADIR%%/pl/attributes.yap +%%DATADIR%%/pl/boot.yap +%%DATADIR%%/pl/callcount.yap +%%DATADIR%%/pl/checker.yap +%%DATADIR%%/pl/chtypes.yap +%%DATADIR%%/pl/consult.yap +%%DATADIR%%/pl/control.yap +%%DATADIR%%/pl/corout.yap +%%DATADIR%%/pl/debug.yap +%%DATADIR%%/pl/depth_bound.yap +%%DATADIR%%/pl/dialect.yap +%%DATADIR%%/pl/directives.yap +%%DATADIR%%/pl/eam.yap +%%DATADIR%%/pl/eval.yap +%%DATADIR%%/pl/errors.yap +%%DATADIR%%/pl/flags.yap +%%DATADIR%%/pl/grammar.yap +%%DATADIR%%/pl/ground.yap +%%DATADIR%%/pl/hacks.yap +%%DATADIR%%/pl/init.yap +%%DATADIR%%/pl/listing.yap +%%DATADIR%%/pl/udi.yap +%%DATADIR%%/pl/lists.yap +%%DATADIR%%/pl/messages.yap +%%DATADIR%%/pl/load_foreign.yap +%%DATADIR%%/pl/modules.yap +%%DATADIR%%/pl/preds.yap +%%DATADIR%%/pl/profile.yap +%%DATADIR%%/pl/protect.yap +%%DATADIR%%/pl/save.yap +%%DATADIR%%/pl/setof.yap +%%DATADIR%%/pl/signals.yap +%%DATADIR%%/pl/sockets.yap +%%DATADIR%%/pl/sort.yap +%%DATADIR%%/pl/statistics.yap +%%DATADIR%%/pl/strict_iso.yap +%%DATADIR%%/pl/tabling.yap +%%DATADIR%%/pl/threads.yap +%%DATADIR%%/pl/utils.yap +%%DATADIR%%/pl/yapor.yap +%%DATADIR%%/pl/yio.yap +%%DATADIR%%/unix.pl +%%DATADIR%%/random.pl +%%DATADIR%%/socket.pl +%%DATADIR%%/cgi.pl +%%DATADIR%%/memfile.pl +%%DATADIR%%/filesex.pl +%%DATADIR%%/mime.pl +%%DATADIR%%/crypt.pl +%%DATADIR%%/time.pl +%%DATADIR%%/streaminfo.pl +%%DATADIR%%/process.pl +%%DATADIR%%/prolog_server.pl +%%DATADIR%%/sha.pl +%%DATADIR%%/uri.pl +%%DATADIR%%/http/web/icons/back.png +%%DATADIR%%/http/web/icons/c.png +%%DATADIR%%/http/web/icons/compressed.png +%%DATADIR%%/http/web/icons/folder.png +%%DATADIR%%/http/web/icons/generic.png +%%DATADIR%%/http/web/icons/layout.png +%%DATADIR%%/http/web/icons/openid-logo-square.png +%%DATADIR%%/http/web/icons/openid-logo-tiny.png +%%DATADIR%%/http/html_write.pl +%%DATADIR%%/http/http_client.pl +%%DATADIR%%/http/http_header.pl +%%DATADIR%%/http/http_mime_plugin.pl +%%DATADIR%%/http/http_sgml_plugin.pl +%%DATADIR%%/http/mimepack.pl +%%DATADIR%%/http/mimetype.pl +%%DATADIR%%/http/dcg_basics.pl +%%DATADIR%%/http/thread_httpd.pl +%%DATADIR%%/http/xpce_httpd.pl +%%DATADIR%%/http/inetd_httpd.pl +%%DATADIR%%/http/http_wrapper.pl +%%DATADIR%%/http/http_open.pl +%%DATADIR%%/http/http_session.pl +%%DATADIR%%/http/http_error.pl +%%DATADIR%%/http/http_parameters.pl +%%DATADIR%%/http/http_dispatch.pl +%%DATADIR%%/http/http_authenticate.pl +%%DATADIR%%/http/http_stream.pl +%%DATADIR%%/http/http_log.pl +%%DATADIR%%/http/http_path.pl +%%DATADIR%%/http/http_hook.pl +%%DATADIR%%/http/html_head.pl +%%DATADIR%%/http/http_exception.pl +%%DATADIR%%/http/json.pl +%%DATADIR%%/http/http_json.pl +%%DATADIR%%/http/json_convert.pl +%%DATADIR%%/http/http_dirindex.pl +%%DATADIR%%/http/http_server_files.pl +%%DATADIR%%/http/http_pwp.pl +%%DATADIR%%/http/http_host.pl +%%DATADIR%%/http/http_openid.pl +%%DATADIR%%/http/js_write.pl +%%DATADIR%%/http/README +%%DATADIR%%/plunit.pl +%%DATADIR%%/test_wizard.pl +%%DATADIR%%/test_cover.pl +%%DATADIR%%/DTD/HTML4.dcl +%%DATADIR%%/DTD/HTML4.dtd +%%DATADIR%%/DTD/HTML4.soc +%%DATADIR%%/DTD/HTMLlat1.ent +%%DATADIR%%/DTD/HTMLspec.ent +%%DATADIR%%/DTD/HTMLsym.ent +%%DATADIR%%/sgml.pl +%%DATADIR%%/xsdp_types.pl +%%DATADIR%%/iso_639.pl +%%DATADIR%%/sgml_write.pl +%%DATADIR%%/xpath.pl +%%DATADIR%%/pwp.pl +%%DATADIR%%/pltotex.pl +%%DATADIR%%/rdf.pl +%%DATADIR%%/rdf_parser.pl +%%DATADIR%%/rdf_triple.pl +%%DATADIR%%/rewrite.pl +%%DATADIR%%/rdf_ntriples.pl +%%DATADIR%%/rdf_write.pl +%%DATADIR%%/semweb/rdfs.rdfs +%%DATADIR%%/semweb/dc.rdfs +%%DATADIR%%/semweb/eor.rdfs +%%DATADIR%%/semweb/owl.owl +%%DATADIR%%/semweb/rdf_library.ttl +%%DATADIR%%/semweb/rdf_db.pl +%%DATADIR%%/semweb/rdfs.pl +%%DATADIR%%/semweb/rdf_edit.pl +%%DATADIR%%/semweb/rdf_litindex.pl +%%DATADIR%%/semweb/rdf_persistency.pl +%%DATADIR%%/semweb/rdf_turtle.pl +%%DATADIR%%/semweb/rdf_cache.pl +%%DATADIR%%/semweb/rdf_http_plugin.pl +%%DATADIR%%/semweb/rdf_zlib_plugin.pl +%%DATADIR%%/semweb/rdf_portray.pl +%%DATADIR%%/semweb/rdf_compare.pl +%%DATADIR%%/semweb/turtle_base.pl +%%DATADIR%%/semweb/rdf_turtle_write.pl +%%DATADIR%%/semweb/rdf_library.pl +%%DATADIR%%/semweb/sparql_client.pl +%%DATADIR%%/semweb/README +%%DATADIR%%/zlib.pl +%%DATADIR%%/dialect/swi/INDEX.pl +%%DATADIR%%/dialect/swi/listing.pl +%%DATADIR%%/dialect/swi/readutil.pl +%%DATADIR%%/dialect/commons.yap +%%DATADIR%%/dialect/hprolog.yap +%%DATADIR%%/dialect/swi.yap +%%DATADIR%%/INDEX.pl +%%DATADIR%%/apply.yap +%%DATADIR%%/apply_macros.yap +%%DATADIR%%/arg.yap +%%DATADIR%%/assoc.yap +%%DATADIR%%/atts.yap +%%DATADIR%%/autoloader.yap +%%DATADIR%%/avl.yap +%%DATADIR%%/bhash.yap +%%DATADIR%%/charsio.yap +%%DATADIR%%/cleanup.yap +%%DATADIR%%/clpfd.pl +%%DATADIR%%/coinduction.yap +%%DATADIR%%/dbqueues.yap +%%DATADIR%%/dbusage.yap +%%DATADIR%%/dgraphs.yap +%%DATADIR%%/expand_macros.yap +%%DATADIR%%/gensym.yap +%%DATADIR%%/hacks.yap +%%DATADIR%%/heaps.yap +%%DATADIR%%/lambda.pl +%%DATADIR%%/lineutils.yap +%%DATADIR%%/lists.yap +%%DATADIR%%/nb.yap +%%DATADIR%%/ordsets.yap +%%DATADIR%%/maplist.yap +%%DATADIR%%/matlab.yap +%%DATADIR%%/matrix.yap +%%DATADIR%%/prandom.yap +%%DATADIR%%/queues.yap +%%DATADIR%%/random.yap +%%DATADIR%%/r_session.yap +%%DATADIR%%/rbtrees.yap +%%DATADIR%%/readutil.yap +%%DATADIR%%/regexp.yap +%%DATADIR%%/rltree.yap +%%DATADIR%%/splay.yap +%%DATADIR%%/stringutils.yap +%%DATADIR%%/clp/clp_events.pl +%%DATADIR%%/system.yap +%%DATADIR%%/terms.yap +%%DATADIR%%/tries.yap +%%DATADIR%%/itries.yap +%%DATADIR%%/timeout.yap +%%DATADIR%%/trees.yap +%%DATADIR%%/ugraphs.yap +%%DATADIR%%/undgraphs.yap +%%DATADIR%%/varnumbers.yap +%%DATADIR%%/wdgraphs.yap +%%DATADIR%%/wgraphs.yap +%%DATADIR%%/wundgraphs.yap +%%DATADIR%%/lam_mpi.yap +%%DATADIR%%/ypp.yap +%%DATADIR%%/c_alarms.yap +%%DATADIR%%/flags.yap +%%DATADIR%%/block_diagram.yap +%%DATADIR%%/minisat_examples/adder.pl +%%DATADIR%%/minisat_examples/pearl_examples.pl +%%DATADIR%%/cnf.pl +%%DATADIR%%/minisat.pl +%%DATADIR%%/base64.pl +%%DATADIR%%/broadcast.pl +%%DATADIR%%/date.pl +%%DATADIR%%/debug.pl +%%DATADIR%%/maplist.pl +%%DATADIR%%/nb_set.pl +%%DATADIR%%/operators.pl +%%DATADIR%%/option.pl +%%DATADIR%%/prolog_source.pl +%%DATADIR%%/prolog_xref.pl +%%DATADIR%%/quintus.pl +%%DATADIR%%/record.pl +%%DATADIR%%/settings.pl +%%DATADIR%%/shlib.pl +%%DATADIR%%/url.pl +%%DATADIR%%/utf8.pl +%%DATADIR%%/aggregate.pl +%%DATADIR%%/ctypes.pl +%%DATADIR%%/error.pl +%%DATADIR%%/occurs.yap +%%DATADIR%%/pairs.pl +%%DATADIR%%/icon_address.pl +%%DATADIR%%/pillow.pl +%%DATADIR%%/clpbn/learning/bnt_parms.yap +%%DATADIR%%/clpbn/learning/em.yap +%%DATADIR%%/clpbn/learning/learn_utils.yap +%%DATADIR%%/clpbn/learning/mle.yap +%%DATADIR%%/clpbn/examples/School/README +%%DATADIR%%/clpbn/examples/School/evidence_128.yap +%%DATADIR%%/clpbn/examples/School/schema.yap +%%DATADIR%%/clpbn/examples/School/school_128.yap +%%DATADIR%%/clpbn/examples/School/school_32.yap +%%DATADIR%%/clpbn/examples/School/school_64.yap +%%DATADIR%%/clpbn/examples/School/tables.yap +%%DATADIR%%/clpbn/examples/cg.yap +%%DATADIR%%/clpbn/examples/sprinkler.yap +%%DATADIR%%/clpbn/aggregates.yap +%%DATADIR%%/clpbn/bnt.yap +%%DATADIR%%/clpbn/bp.yap +%%DATADIR%%/clpbn/connected.yap +%%DATADIR%%/clpbn/discrete_utils.yap +%%DATADIR%%/clpbn/display.yap +%%DATADIR%%/clpbn/dists.yap +%%DATADIR%%/clpbn/evidence.yap +%%DATADIR%%/clpbn/gibbs.yap +%%DATADIR%%/clpbn/graphs.yap +%%DATADIR%%/clpbn/graphviz.yap +%%DATADIR%%/clpbn/hmm.yap +%%DATADIR%%/clpbn/jt.yap +%%DATADIR%%/clpbn/matrix_cpt_utils.yap +%%DATADIR%%/clpbn/pgrammar.yap +%%DATADIR%%/clpbn/table.yap +%%DATADIR%%/clpbn/topsort.yap +%%DATADIR%%/clpbn/utils.yap +%%DATADIR%%/clpbn/vel.yap +%%DATADIR%%/clpbn/viterbi.yap +%%DATADIR%%/clpbn/xbif.yap +%%DATADIR%%/clpbn.yap +%%DATADIR%%/problog/extlists.yap +%%DATADIR%%/problog/flags.yap +%%DATADIR%%/problog/gflags.yap +%%DATADIR%%/problog/grounder.yap +%%DATADIR%%/problog/hash_table.yap +%%DATADIR%%/problog/intervals.yap +%%DATADIR%%/problog/logger.yap +%%DATADIR%%/problog/mc_DNF_sampling.yap +%%DATADIR%%/problog/os.yap +%%DATADIR%%/problog/print.yap +%%DATADIR%%/problog/sampling.yap +%%DATADIR%%/problog/tabling.yap +%%DATADIR%%/problog/timer.yap +%%DATADIR%%/problog/ptree.yap +%%DATADIR%%/problog/variable_elimination.yap +%%DATADIR%%/problog/print_learning.yap +%%DATADIR%%/problog/utils_learning.yap +%%DATADIR%%/problog/version_control.yap +%%DATADIR%%/problog/nestedtries.yap +%%DATADIR%%/problog/utils.yap +%%DATADIR%%/problog/bdd.yap +%%DATADIR%%/problog/ad_converter.yap +%%DATADIR%%/problog/termhandling.yap +%%DATADIR%%/problog/completion.yap +%%DATADIR%%/problog/discrete.yap +%%DATADIR%%/problog/variables.yap +%%DATADIR%%/problog_examples/alarm.pl +%%DATADIR%%/problog_examples/graph.pl +%%DATADIR%%/problog_examples/graph_tabled.pl +%%DATADIR%%/problog_examples/learn_graph.pl +%%DATADIR%%/problog_examples/office.pl +%%DATADIR%%/problog_examples/viralmarketing.pl +%%DATADIR%%/problog_examples/aProbLog_examples.pl +%%DATADIR%%/problog_examples/viralmarketing_tabled.pl +%%DATADIR%%/problog.yap +%%DATADIR%%/chr/chr_runtime.pl +%%DATADIR%%/chr/chr_op.pl +%%DATADIR%%/chr/chr_translate.pl +%%DATADIR%%/chr/chr_debug.pl +%%DATADIR%%/chr/chr_messages.pl +%%DATADIR%%/chr/pairlist.pl +%%DATADIR%%/chr/clean_code.pl +%%DATADIR%%/chr/find.pl +%%DATADIR%%/chr/a_star.pl +%%DATADIR%%/chr/binomialheap.pl +%%DATADIR%%/chr/builtins.pl +%%DATADIR%%/chr/chr_hashtable_store.pl +%%DATADIR%%/chr/listmap.pl +%%DATADIR%%/chr/guard_entailment.pl +%%DATADIR%%/chr/chr_compiler_options.pl +%%DATADIR%%/chr/chr_compiler_utility.pl +%%DATADIR%%/chr/chr_compiler_errors.pl +%%DATADIR%%/chr/chr_integertable_store.pl +%%DATADIR%%/chr/README +%%DATADIR%%/problog_lfi.yap +%%DATADIR%%/dtproblog.yap +%%DATADIR%%/aproblog.yap +%%DATADIR%%/problog_learning.yap +%%DATADIR%%/chr.pl +%%DATADIR%%/clpr/bb_r.pl +%%DATADIR%%/clpr/bv_r.pl +%%DATADIR%%/clpr/fourmotz_r.pl +%%DATADIR%%/clpr/ineq_r.pl +%%DATADIR%%/clpr/itf_r.pl +%%DATADIR%%/clpr/nf_r.pl +%%DATADIR%%/clpr/store_r.pl +%%DATADIR%%/clpq/bb_q.pl +%%DATADIR%%/clpq/bv_q.pl +%%DATADIR%%/clpq/fourmotz_q.pl +%%DATADIR%%/clpq/ineq_q.pl +%%DATADIR%%/clpq/itf_q.pl +%%DATADIR%%/clpq/nf_q.pl +%%DATADIR%%/clpq/store_q.pl +%%DATADIR%%/clpqr/class.pl +%%DATADIR%%/clpqr/dump.pl +%%DATADIR%%/clpqr/geler.pl +%%DATADIR%%/clpqr/itf.pl +%%DATADIR%%/clpqr/ordering.pl +%%DATADIR%%/clpqr/project.pl +%%DATADIR%%/clpqr/redund.pl +%%DATADIR%%/clpqr/README +%%DATADIR%%/clpr.pl +%%DATADIR%%/clpq.pl %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/clpqr @dirrm %%DATADIR%%/clpq From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:39:20 2013 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 ESMTP id E85A5CB6; Mon, 2 Sep 2013 15:39:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1DD82BFA; Mon, 2 Sep 2013 15:39:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FdJev044248; Mon, 2 Sep 2013 15:39:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FdHVJ044234; Mon, 2 Sep 2013 15:39:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021539.r82FdHVJ044234@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326013 - in head: deskutils/libopensync-plugin-python devel/art games/ldmud games/maitretarot misc/gnome-devel-docs multimedia/libbluray security/lasso security/pinentry sysutils/polic... 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.14 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: Mon, 02 Sep 2013 15:39:20 -0000 Author: bapt Date: Mon Sep 2 15:39:17 2013 New Revision: 326013 URL: http://svnweb.freebsd.org/changeset/ports/326013 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/libopensync-plugin-python/Makefile head/devel/art/Makefile head/games/ldmud/Makefile head/games/maitretarot/Makefile head/misc/gnome-devel-docs/Makefile head/multimedia/libbluray/Makefile head/security/lasso/Makefile head/security/pinentry/Makefile head/sysutils/policykit/Makefile head/textproc/p5-XML-GDOME/Makefile Modified: head/deskutils/libopensync-plugin-python/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-python/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/deskutils/libopensync-plugin-python/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-python -# Date created: 18 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-python PORTVERSION= 0.22 @@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/deve CONFLICTS= libopensync-plugin-python-devel-[0-9]* +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= yes Modified: head/devel/art/Makefile ============================================================================== --- head/devel/art/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/devel/art/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: art -# Date created: 2011-11-05 -# Whom: Vladimir Gorelov -# +# Created by: Vladimir Gorelov # $FreeBSD$ -# PORTNAME= art PORTVERSION= 0.9.01 @@ -18,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26 -USE_GMAKE= yes +USES= gmake pkgconfig do-install: @${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin Modified: head/games/ldmud/Makefile ============================================================================== --- head/games/ldmud/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/games/ldmud/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -16,7 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig CONFIGURE_ARGS+=--libdir=${DATADIR} \ --bindir=${PREFIX}/sbin \ --enable-use-pcre \ Modified: head/games/maitretarot/Makefile ============================================================================== --- head/games/maitretarot/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/games/maitretarot/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: maitretarot -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= maitretarot PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Server side of MaitreTarot, a LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/misc/gnome-devel-docs/Makefile ============================================================================== --- head/misc/gnome-devel-docs/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/misc/gnome-devel-docs/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-devel-docs -# Date created: 2007-09-18 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $ -# PORTNAME= gnome-devel-docs PORTVERSION= 2.32.0 @@ -20,7 +16,7 @@ RUN_DEPENDS= gnome-doc-prepare:${PORTSDI USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehier INSTALLS_OMF= yes Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/multimedia/libbluray/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -17,7 +17,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/text # dlopen dependencies, libbdplus not yet available LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs -USES= iconv +USES= iconv pkgconfig USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= autoconf aclocal automake libtool Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/security/lasso/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -15,6 +15,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFIGURE_ARGS+= --disable-java --disable-php4 --with-zlib GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gnomehack glib20 libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/security/pinentry/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -17,7 +17,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security CONFLICTS_INSTALL?= pinentry-[a-z]* USE_BZIP2= yes -USES= iconv gmake +USES= iconv gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-pinentry-qt INFO= pinentry Modified: head/sysutils/policykit/Makefile ============================================================================== --- head/sysutils/policykit/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/sysutils/policykit/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev USERS= polkit GROUPS= polkit -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/textproc/p5-XML-GDOME/Makefile ============================================================================== --- head/textproc/p5-XML-GDOME/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/textproc/p5-XML-GDOME/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::GDOME -# Date created: 2003-10-02 -# Whom: Stefan Esser -# +# Created by: Stefan Esser # $FreeBSD$ -# PORTNAME= XML-GDOME PORTVERSION= 0.86 @@ -20,7 +16,7 @@ RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/t p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= XML::GDOME.3 \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:40:01 2013 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 ESMTP id 005F9D9B; Mon, 2 Sep 2013 15:40:00 +0000 (UTC) (envelope-from lippe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7F952C04; Mon, 2 Sep 2013 15:40:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Fe0Mv044720; Mon, 2 Sep 2013 15:40:00 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Fe0mm044700; Mon, 2 Sep 2013 15:40:00 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309021540.r82Fe0mm044700@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 2 Sep 2013 15:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326014 - in head/net/hanstunnel: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 15:40:01 -0000 Author: lippe Date: Mon Sep 2 15:40:00 2013 New Revision: 326014 URL: http://svnweb.freebsd.org/changeset/ports/326014 Log: - Set correctly MASTER_SITES - Use appropriate COMMENT - Move pkg-message to files/pkg-message.in using SUB_FILES - Use INSTALL_PROGRAM PR: ports/180180 Submitted by: lippe@ Approved by: Alexander Panyushkin (maintainer) Added: head/net/hanstunnel/files/pkg-message.in (contents, props changed) Deleted: head/net/hanstunnel/pkg-message Modified: head/net/hanstunnel/Makefile Modified: head/net/hanstunnel/Makefile ============================================================================== --- head/net/hanstunnel/Makefile Mon Sep 2 15:39:17 2013 (r326013) +++ head/net/hanstunnel/Makefile Mon Sep 2 15:40:00 2013 (r326014) @@ -4,13 +4,12 @@ PORTNAME= hans PORTVERSION= 0.4.1 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= /hanstunnel/source/ +MASTER_SITES= SF/hanstunnel/source MAINTAINER= vsityz@gmail.com COMMENT= Hans makes it possible to tunnel IPv4 through ICMP -LICENSE_PERMS_GPL3= yes +LICENSE= GPLv3 OPTIONS_DEFINE= CLANG @@ -20,6 +19,8 @@ OPTIONS_DEFAULT= CLANG PLIST_FILES= bin/hans +SUB_FILES= pkg-message + .include .if ${PORT_OPTIONS:MCLANG} @@ -38,7 +39,7 @@ CPP=gcpp .endif do-install: - @${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${WRKSRC}/hans ${LOCALBASE}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/hans ${LOCALBASE}/bin post-install: .SILENT ${ECHO_MSG} Added: head/net/hanstunnel/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hanstunnel/files/pkg-message.in Mon Sep 2 15:40:00 2013 (r326014) @@ -0,0 +1,23 @@ +------------------------------------------------------------ + +Hans runs on Linux as a client and a server. +It runs on FreeBSD client only. + +NOTE: that Hans can not receive echo requests on BSD systems. +Therefore the server only works on Linux. + +------------------------------------------------------------ + +### Running as a server ### + +% hans -s 10.1.2.0 -r -p password -u nobody + +### Running as a client ### + +% hans -c server_address -p password -u nobody + +### Help ### + +% hans + +------------------------------------------------------------ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:40:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 444B1E76; Mon, 2 Sep 2013 15:40:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2491B2C06; Mon, 2 Sep 2013 15:40:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FeD7j044900; Mon, 2 Sep 2013 15:40:13 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FeCm8044897; Mon, 2 Sep 2013 15:40:12 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309021540.r82FeCm8044897@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 2 Sep 2013 15:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326015 - in head/multimedia/openmovieeditor: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 15:40:13 -0000 Author: amdmi3 Date: Mon Sep 2 15:40:12 2013 New Revision: 326015 URL: http://svnweb.freebsd.org/changeset/ports/326015 Log: - Fix dependency on portaudio - Fix build with clang Added: head/multimedia/openmovieeditor/files/patch-src-NodeEditor-SrcNode.H (contents, props changed) head/multimedia/openmovieeditor/files/patch-src-TimelineView.cxx (contents, props changed) Modified: head/multimedia/openmovieeditor/Makefile Modified: head/multimedia/openmovieeditor/Makefile ============================================================================== --- head/multimedia/openmovieeditor/Makefile Mon Sep 2 15:40:00 2013 (r326014) +++ head/multimedia/openmovieeditor/Makefile Mon Sep 2 15:40:12 2013 (r326015) @@ -19,7 +19,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi avcodec:${PORTSDIR}/multimedia/ffmpeg \ jack:${PORTSDIR}/audio/jack \ fltk:${PORTSDIR}/x11-toolkits/fltk \ - portaudio:${PORTSDIR}/audio/portaudio2 + portaudio.2:${PORTSDIR}/audio/portaudio2 BUILD_DEPENDS= ${LOCALBASE}/lib/libmpeg3.a:${PORTSDIR}/multimedia/libmpeg3 \ ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame RUN_DEPENDS= ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame Added: head/multimedia/openmovieeditor/files/patch-src-NodeEditor-SrcNode.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src-NodeEditor-SrcNode.H Mon Sep 2 15:40:12 2013 (r326015) @@ -0,0 +1,11 @@ +--- src/NodeEditor/SrcNode.H.orig 2008-04-19 18:19:27.000000000 +0400 ++++ src/NodeEditor/SrcNode.H 2013-08-30 16:56:41.373227557 +0400 +@@ -4,7 +4,7 @@ + + #include "INode.H" + +-class nle::NodeFilter; ++namespace nle { class NodeFilter; } + class SrcNode : public INode + { + public: Added: head/multimedia/openmovieeditor/files/patch-src-TimelineView.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/openmovieeditor/files/patch-src-TimelineView.cxx Mon Sep 2 15:40:12 2013 (r326015) @@ -0,0 +1,20 @@ +--- src/TimelineView.cxx.orig 2008-10-29 13:46:23.000000000 +0300 ++++ src/TimelineView.cxx 2013-08-30 17:22:00.908622066 +0400 +@@ -206,13 +206,15 @@ + cl = get_clip( _x, _y ); + if ( cl && ( _x < get_screen_position( cl->position(), cl->track()->stretchFactor() ) + 8 ) ) { + if ( current_cursor != FL_CURSOR_WE ) { +- flmm_cursor( window(), &Flmm_Cursor_Shape(clip_a_cursor_crsr) ); ++ Flmm_Cursor_Shape cs(clip_a_cursor_crsr); ++ flmm_cursor( window(), &cs ); + //window()->cursor( FL_CURSOR_WE, fl_rgb_color(254,254,254), fl_rgb_color(1,1,1) ); + current_cursor = FL_CURSOR_WE; + } + } else if ( cl && ( _x > get_screen_position( cl->position() + (cl->length()+1), cl->track()->stretchFactor() ) - 8 ) ) { + if ( current_cursor != FL_CURSOR_NE ) { +- flmm_cursor( window(), &Flmm_Cursor_Shape(clip_b_cursor_crsr) ); ++ Flmm_Cursor_Shape cs(clip_b_cursor_crsr); ++ flmm_cursor( window(), &cs ); + current_cursor = FL_CURSOR_NE; + } + } else { From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:45:55 2013 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 ESMTP id 578F518F; Mon, 2 Sep 2013 15:45:55 +0000 (UTC) (envelope-from lippe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36FF32C72; Mon, 2 Sep 2013 15:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Fjt34049160; Mon, 2 Sep 2013 15:45:55 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Fjsnt049099; Mon, 2 Sep 2013 15:45:54 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309021545.r82Fjsnt049099@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 2 Sep 2013 15:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326016 - in head: . dns/gdnsd 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.14 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: Mon, 02 Sep 2013 15:45:55 -0000 Author: lippe Date: Mon Sep 2 15:45:53 2013 New Revision: 326016 URL: http://svnweb.freebsd.org/changeset/ports/326016 Log: - Update to 1.9.0 - Update WWW - Restore UIDs and GIDs PR: ports/179987 Submitted by: Allan Jude , Alexandre Biancalana Approved by: Allan Jude (maintainer) Modified: head/GIDs head/UIDs head/dns/gdnsd/Makefile head/dns/gdnsd/distinfo (contents, props changed) head/dns/gdnsd/pkg-descr (contents, props changed) head/dns/gdnsd/pkg-plist (contents, props changed) Modified: head/GIDs ============================================================================== --- head/GIDs Mon Sep 2 15:40:12 2013 (r326015) +++ head/GIDs Mon Sep 2 15:45:53 2013 (r326016) @@ -90,6 +90,7 @@ agk:*:172: polipo:*:173: flowtools:*:174: twms:*:175: +gdnsd:*:179: rt:*:180: nagios:*:181: noc:*:182: Modified: head/UIDs ============================================================================== --- head/UIDs Mon Sep 2 15:40:12 2013 (r326015) +++ head/UIDs Mon Sep 2 15:45:53 2013 (r326016) @@ -98,6 +98,7 @@ agk:*:172:172::0:0:AquaGateKeeper:/nonex polipo:*:173:173::0:0:polipo web cache:/nonexistent:/usr/sbin/nologin flowtools:*:174:174::0:0:Flow-tools collector pseudo-user:/nonexistent:/usr/sbin/nologin twms:*:175:175::0:0:tWMS pseudo-user:/nonexistent:/usr/sbin/nologin +gdnsd:*:179:179::0:0:gDNSd pseudo-user:/nonexistent:/usr/sbin/nologin nagios:*:181:181::0:0:Nagios pseudo-user:/var/spool/nagios:/usr/sbin/nologin noc:*:182:182::0:0:NOC pseudo-user:/usr/local/noc:/bin/sh icinga:*:183:183::0:0:Icinga pseudo-user:/var/spool/icinga:/usr/sbin/nologin Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Mon Sep 2 15:40:12 2013 (r326015) +++ head/dns/gdnsd/Makefile Mon Sep 2 15:45:53 2013 (r326016) @@ -1,14 +1,10 @@ -# New ports collection makefile for: gdnsd -# Date created: Tue May 15, 2012 -# Whom: Stefan Caunter -# +# Created by: Stefan Caunter # $FreeBSD$ -# PORTNAME= gdnsd -PORTVERSION= 1.6.8 +PORTVERSION= 1.9.0 CATEGORIES= dns -MASTER_SITES= https://github.com/blblack/gdnsd/downloads/ \ +MASTER_SITES= http://downloads.gdnsd.net/ \ http://gdnsd.scaleengine.net/gdnsd/ MAINTAINER= ports@scaleengine.com @@ -16,32 +12,31 @@ COMMENT= Authoritative-only GeoIP-aware LICENSE= GPLv3 +LIB_DEPENDS= ev:${PORTSDIR}/devel/libev + OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_XZ= yes MAN1= gdnsd_geoip_test.1 MAN3= gdnsd-plugin-api.3 MAN5= gdnsd.config.5 gdnsd.zonefile.5 MAN8= gdnsd.8 gdnsd-plugin-simplefo.8 gdnsd-plugin-multifo.8 \ gdnsd-plugin-metafo.8 gdnsd-plugin-geoip.8 \ - gdnsd-plugin-weighted.8 + gdnsd-plugin-weighted.8 gdnsd-plugin-extmon.8 MANCOMPRESSED= no USE_RC_SUBR= gdnsd +USERS?= gdnsd +GROUPS?= gdnsd + .include -.if ${PORT_OPTIONS:MWITH_GEOIP} +.if ${PORT_OPTIONS:MGEOIP} RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP .endif -post-install: - ${CP} ${WRKDIR}/${DISTNAME}/docs/config.example ${ETCDIR}/config-dist - @if [ ! -f ${ETCDIR}/config ]; then \ - ${CP} -p ${WRKDIR}/${DISTNAME}/docs/config.example ${ETCDIR}/config ; \ - fi - ${CP} ${WRKDIR}/${DISTNAME}/docs/example.com ${ETCDIR}/example.com - .include Modified: head/dns/gdnsd/distinfo ============================================================================== --- head/dns/gdnsd/distinfo Mon Sep 2 15:40:12 2013 (r326015) +++ head/dns/gdnsd/distinfo Mon Sep 2 15:45:53 2013 (r326016) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.6.8.tar.gz) = fcc55db9bfa68bfab083648bcee7e997c394360ce4d5bc8459dc655ce520a65f -SIZE (gdnsd-1.6.8.tar.gz) = 953675 +SHA256 (gdnsd-1.9.0.tar.xz) = 050e52eda89d819ed340ec8cf49210de35c112ee993116906e13c4d2be19d38d +SIZE (gdnsd-1.9.0.tar.xz) = 620632 Modified: head/dns/gdnsd/pkg-descr ============================================================================== --- head/dns/gdnsd/pkg-descr Mon Sep 2 15:40:12 2013 (r326015) +++ head/dns/gdnsd/pkg-descr Mon Sep 2 15:45:53 2013 (r326016) @@ -1,12 +1,13 @@ gdnsd is an Authoritative-only DNS server. The initial g stands for Geographic, as gdnsd offers a plugin system for -geographic (or other sorts of) balancing, redirection, and service-state-conscious -failover. If you don't care about that feature, it's still quite good at being -a very fast, lean, and resilient authoritative-only server for static DNS data. +geographic (or other sorts of) balancing, redirection, and +service-state-conscious failover. If you don't care about that feature, +it's still quite good at being a very fast, lean, and resilient +authoritative-only server for static DNS data. -gdnsd is written in C using libev and pthreads with a focus on highi performance, -low latency service. It does not offer any form of caching or recursive service, -and does not support DNSSEC. +gdnsd is written in C using libev and pthreads with a focus on high +performance, low latency service. It does not offer any form of caching or +recursive service, and does not support DNSSEC. WWW: https://github.com/blblack/gdnsd/ Modified: head/dns/gdnsd/pkg-plist ============================================================================== --- head/dns/gdnsd/pkg-plist Mon Sep 2 15:40:12 2013 (r326015) +++ head/dns/gdnsd/pkg-plist Mon Sep 2 15:45:53 2013 (r326016) @@ -1,52 +1,21 @@ bin/gdnsd_geoip_test -@unexec if cmp -s %D/%%ETCDIR%%/config-dist %D/%%ETCDIR%%/config; then rm -f %D/%%ETCDIR%%/config; fi -%%ETCDIR%%/config-dist -@exec if [ ! -f %D/%%ETCDIR%%/config ] ; then cp -p %D/%F %B/config; fi -%%ETCDIR%%/example.com -@dirrmtry %%ETCDIR%% -include/gdnsd-compiler.h -include/gdnsd-dmn.h -include/gdnsd-dname.h -include/gdnsd-ev.h -include/gdnsd-log.h -include/gdnsd-misc.h -include/gdnsd-monio.h -include/gdnsd-net.h -include/gdnsd-plugapi.h -include/gdnsd-plugin.h -include/gdnsd-satom.h -include/gdnsd-vscf.h -%%DOCSDIR%%/gdnsd-plugin-multifo.pod -%%DOCSDIR%%/gdnsd-plugin-geoip.pod -%%DOCSDIR%%/gdnsd-plugin-metafo.txt -%%DOCSDIR%%/gdnsd_geoip_test.pod -%%DOCSDIR%%/gdnsd-plugin-simplefo.txt -%%DOCSDIR%%/gdnsd.zonefile.pod -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/gdnsd.config.pod -%%DOCSDIR%%/gdnsd_manual.pod -%%DOCSDIR%%/gdnsd.txt -%%DOCSDIR%%/gdnsd-plugin-api.pod -%%DOCSDIR%%/gdnsd-plugin-weighted.txt -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/gdnsd-plugin-simplefo.pod -%%DOCSDIR%%/README.md -%%DOCSDIR%%/gdnsd_geoip_test.txt -%%DOCSDIR%%/gdnsd-plugin-metafo.pod -%%DOCSDIR%%/gdnsd-plugin-geoip.txt -%%DOCSDIR%%/gdnsd-plugin-multifo.txt -%%DOCSDIR%%/config.example -%%DOCSDIR%%/gdnsd.zonefile.txt -%%DOCSDIR%%/gdnsd_manual.txt -%%DOCSDIR%%/gdnsd.config.txt -%%DOCSDIR%%/example.com -%%DOCSDIR%%/gdnsd-plugin-api.txt -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/gdnsd-plugin-weighted.pod -%%DOCSDIR%%/gdnsd.pod -%%DOCSDIR%%/INSTALL +include/gdnsd/compiler.h +include/gdnsd/dmn.h +include/gdnsd/dname.h +include/gdnsd/log.h +include/gdnsd/misc.h +include/gdnsd/mon.h +include/gdnsd/net.h +include/gdnsd/paths.h +include/gdnsd/plugapi.h +include/gdnsd/plugin.h +include/gdnsd/stats.h +include/gdnsd/vscf.h +@dirrm include/gdnsd lib/gdnsd/libgdnsd.la lib/gdnsd/libgdnsd.so +lib/gdnsd/plugin_extmon.la +lib/gdnsd/plugin_extmon.so lib/gdnsd/plugin_geoip.la lib/gdnsd/plugin_geoip.so lib/gdnsd/plugin_http_status.la @@ -67,11 +36,40 @@ lib/gdnsd/plugin_tcp_connect.la lib/gdnsd/plugin_tcp_connect.so lib/gdnsd/plugin_weighted.la lib/gdnsd/plugin_weighted.so -@dirrm %%DOCSDIR%%/ @dirrm lib/gdnsd +libexec/gdnsd/gdnsd_extmon_helper +@dirrm libexec/gdnsd sbin/gdnsd -@exec mkdir -p %D/var/gdnsd -@dirrm var/gdnsd -@exec mkdir -p %D/etc/gdnsd +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README.md +%%DOCSDIR%%/gdnsd-plugin-api.pod +%%DOCSDIR%%/gdnsd-plugin-api.txt +%%DOCSDIR%%/gdnsd-plugin-extmon.pod +%%DOCSDIR%%/gdnsd-plugin-extmon.txt +%%DOCSDIR%%/gdnsd-plugin-geoip.pod +%%DOCSDIR%%/gdnsd-plugin-geoip.txt +%%DOCSDIR%%/gdnsd-plugin-metafo.pod +%%DOCSDIR%%/gdnsd-plugin-metafo.txt +%%DOCSDIR%%/gdnsd-plugin-multifo.pod +%%DOCSDIR%%/gdnsd-plugin-multifo.txt +%%DOCSDIR%%/gdnsd-plugin-simplefo.pod +%%DOCSDIR%%/gdnsd-plugin-simplefo.txt +%%DOCSDIR%%/gdnsd-plugin-weighted.pod +%%DOCSDIR%%/gdnsd-plugin-weighted.txt +%%DOCSDIR%%/gdnsd.config.pod +%%DOCSDIR%%/gdnsd.config.txt +%%DOCSDIR%%/gdnsd.pod +%%DOCSDIR%%/gdnsd.txt +%%DOCSDIR%%/gdnsd.zonefile.pod +%%DOCSDIR%%/gdnsd.zonefile.txt +%%DOCSDIR%%/gdnsd_geoip_test.pod +%%DOCSDIR%%/gdnsd_geoip_test.txt +%%DOCSDIR%%/gdnsd_manual.pod +%%DOCSDIR%%/gdnsd_manual.txt +@dirrm %%DOCSDIR%% +@exec mkdir -p %D/%%ETCDIR%%/gdnsd @dirrmtry etc/gdnsd @stopdaemon gdnsd From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:57:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FBFB58D; Mon, 2 Sep 2013 15:57:03 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D80D2D09; Mon, 2 Sep 2013 15:57:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Fv3WE055259; Mon, 2 Sep 2013 15:57:03 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Fv2dO055257; Mon, 2 Sep 2013 15:57:02 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021557.r82Fv2dO055257@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 15:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326017 - head/cad/repsnapper 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.14 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: Mon, 02 Sep 2013 15:57:03 -0000 Author: wg Date: Mon Sep 2 15:57:02 2013 New Revision: 326017 URL: http://svnweb.freebsd.org/changeset/ports/326017 Log: cad/repsnapper: update to 2.2.0b2 - Update to 2.2.0b2 [1] - Convert lib depends to new syntax - USES gmake PR: ports/180757 Submitted by: Martin Dieringer (maintainer) Modified: head/cad/repsnapper/Makefile head/cad/repsnapper/distinfo Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Mon Sep 2 15:45:53 2013 (r326016) +++ head/cad/repsnapper/Makefile Mon Sep 2 15:57:02 2013 (r326017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= repsnapper -PORTVERSION= 2.2.0a4 +PORTVERSION= 2.2.0b2 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} @@ -16,30 +16,29 @@ LICENSE= GPLv2 BSD MIT LICENSE_COMB= multi BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ - gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \ - glademm-2:${PORTSDIR}/devel/libglademm24 \ - cairomm-1:${PORTSDIR}/graphics/cairomm \ - zip:${PORTSDIR}/archivers/libzip \ - atkmm-1.6:${PORTSDIR}/accessibility/atkmm \ - glibmm-2.4:${PORTSDIR}/devel/glibmm \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - pcre:${PORTSDIR}/devel/pcre \ - drm:${PORTSDIR}/graphics/libdrm \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - xml++-2.6:${PORTSDIR}/textproc/libxml++26 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pangomm-1.4:${PORTSDIR}/x11-toolkits/pangomm +LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ + libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm \ + libzip.so:${PORTSDIR}/archivers/libzip \ + libatkmm-1.6.so:${PORTSDIR}/accessibility/atkmm \ + libglibmm-2.4.so:${PORTSDIR}/devel/glibmm \ + libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ + libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libdrm.so:${PORTSDIR}/graphics/libdrm \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpangomm-1.4.so:${PORTSDIR}/x11-toolkits/pangomm -USES= pkgconfig iconv +USES= gmake pkgconfig iconv USE_GNOME= gdkpixbuf2 gtk20 libxml2 -USE_GL= glu glut +USE_GL= gl USE_AUTOTOOLS= automake libtool -USE_GMAKE= yes -USE_XORG= ice pixman sm x11 xau xcb composite xcursor xdamage xdmcp \ +USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm .include Modified: head/cad/repsnapper/distinfo ============================================================================== --- head/cad/repsnapper/distinfo Mon Sep 2 15:45:53 2013 (r326016) +++ head/cad/repsnapper/distinfo Mon Sep 2 15:57:02 2013 (r326017) @@ -1,2 +1,2 @@ -SHA256 (repsnapper/2.2.0a4) = f770d11a643fd6c6d29628d7a61ce8ce3d9ca02609e2e752a12fae610b38f9bb -SIZE (repsnapper/2.2.0a4) = 1313097 +SHA256 (repsnapper/2.2.0b2) = 1eee6988993cdb03fc612b124f661b28fc15616d66794ddbe05cab47c81132dc +SIZE (repsnapper/2.2.0b2) = 1313525 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:58:30 2013 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 ESMTP id 220166AD; Mon, 2 Sep 2013 15:58:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD652D1B; Mon, 2 Sep 2013 15:58:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FwTek055994; Mon, 2 Sep 2013 15:58:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FwTQN055993; Mon, 2 Sep 2013 15:58:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021558.r82FwTQN055993@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326018 - head/x11/libxkbcommon 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.14 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: Mon, 02 Sep 2013 15:58:30 -0000 Author: bapt Date: Mon Sep 2 15:58:29 2013 New Revision: 326018 URL: http://svnweb.freebsd.org/changeset/ports/326018 Log: Pass maintainership to x11@ Modified: head/x11/libxkbcommon/Makefile Modified: head/x11/libxkbcommon/Makefile ============================================================================== --- head/x11/libxkbcommon/Makefile Mon Sep 2 15:57:02 2013 (r326017) +++ head/x11/libxkbcommon/Makefile Mon Sep 2 15:58:29 2013 (r326018) @@ -5,7 +5,7 @@ PORTVERSION= 0.3.1 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Keymap handling library for toolkits and window systems LICENSE= MIT From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:59:19 2013 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 ESMTP id A761F7A7; Mon, 2 Sep 2013 15:59:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94E152D2A; Mon, 2 Sep 2013 15:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FxJo2056381; Mon, 2 Sep 2013 15:59:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FxJGr056380; Mon, 2 Sep 2013 15:59:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021559.r82FxJGr056380@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 15:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326019 - head/audio/p5-CDDB_get 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.14 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: Mon, 02 Sep 2013 15:59:19 -0000 Author: sunpoet Date: Mon Sep 2 15:59:19 2013 New Revision: 326019 URL: http://svnweb.freebsd.org/changeset/ports/326019 Log: - Add LICENSE - Add PORTSCOUT Modified: head/audio/p5-CDDB_get/Makefile Modified: head/audio/p5-CDDB_get/Makefile ============================================================================== --- head/audio/p5-CDDB_get/Makefile Mon Sep 2 15:58:29 2013 (r326018) +++ head/audio/p5-CDDB_get/Makefile Mon Sep 2 15:59:19 2013 (r326019) @@ -12,6 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= High-level interface to the Compact Disc Database +LICENSE= GPLv2 + +PORTSCOUT= skipv:2.28.1 + USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:04:21 2013 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 ESMTP id BBB3F9DD; Mon, 2 Sep 2013 16:04:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9A252DCC; Mon, 2 Sep 2013 16:04:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82G4L39060523; Mon, 2 Sep 2013 16:04:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82G4Li0060521; Mon, 2 Sep 2013 16:04:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021604.r82G4Li0060521@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326020 - in head: graphics/libGLU x11-wm/jwm 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.14 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: Mon, 02 Sep 2013 16:04:21 -0000 Author: bapt Date: Mon Sep 2 16:04:20 2013 New Revision: 326020 URL: http://svnweb.freebsd.org/changeset/ports/326020 Log: Add an explicit dependency on pkgconf Modified: head/graphics/libGLU/Makefile head/x11-wm/jwm/Makefile Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Mon Sep 2 15:59:19 2013 (r326019) +++ head/graphics/libGLU/Makefile Mon Sep 2 16:04:20 2013 (r326020) @@ -11,7 +11,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static Modified: head/x11-wm/jwm/Makefile ============================================================================== --- head/x11-wm/jwm/Makefile Mon Sep 2 15:59:19 2013 (r326019) +++ head/x11-wm/jwm/Makefile Mon Sep 2 16:04:20 2013 (r326020) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_XORG= xpm GNU_CONFIGURE= yes USE_BZIP2= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:08:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C872CB5D; Mon, 2 Sep 2013 16:08:00 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3D362E22; Mon, 2 Sep 2013 16:08:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82G80UR062197; Mon, 2 Sep 2013 16:08:00 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82G7udQ062143; Mon, 2 Sep 2013 16:07:56 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021607.r82G7udQ062143@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 16:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326021 - in head/www: checkbot p5-Apache-Gallery p5-CGI-Application-Plugin-ConfigAuto p5-Catalyst-View-HTML-Template p5-Dancer-Plugin-Feed p5-HTML-ContentExtractor p5-HTTP-Engine-Middl... 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.14 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: Mon, 02 Sep 2013 16:08:01 -0000 Author: az Date: Mon Sep 2 16:07:56 2013 New Revision: 326021 URL: http://svnweb.freebsd.org/changeset/ports/326021 Log: - convert to the new perl5 framework Reviewed by: portmgr (bapt@, blanket) Modified: head/www/checkbot/Makefile (contents, props changed) head/www/p5-Apache-Gallery/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile (contents, props changed) head/www/p5-Catalyst-View-HTML-Template/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-Feed/Makefile (contents, props changed) head/www/p5-HTML-ContentExtractor/Makefile (contents, props changed) head/www/p5-HTTP-Engine-Middleware/Makefile (contents, props changed) head/www/p5-LWP-Authen-OAuth/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile (contents, props changed) head/www/p5-Net-Flickr-RDF/Makefile (contents, props changed) head/www/p5-Plack-Handler-SCGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Debug/Makefile (contents, props changed) head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile (contents, props changed) head/www/p5-Plack-Middleware-XForwardedFor/Makefile head/www/p5-RT-Client-REST/Makefile head/www/p5-URI-Encode/Makefile head/www/p5-WWW-Google-Calculator/Makefile (contents, props changed) head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile (contents, props changed) head/www/photo_gallery/Makefile (contents, props changed) Modified: head/www/checkbot/Makefile ============================================================================== --- head/www/checkbot/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/checkbot/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -26,7 +26,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration MAN1= checkbot.1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot Modified: head/www/p5-Apache-Gallery/Makefile ============================================================================== --- head/www/p5-Apache-Gallery/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Apache-Gallery/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ PLIST_DIRSTRY+= www/icons Modified: head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${POR p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::ConfigAuto.3 Modified: head/www/p5-Catalyst-View-HTML-Template/Makefile ============================================================================== --- head/www/p5-Catalyst-View-HTML-Template/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Catalyst-View-HTML-Template/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${ p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Catalyst::Helper::View::HTML::Template.3 \ Catalyst::View::HTML::Template.3 Modified: head/www/p5-Dancer-Plugin-Feed/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-Feed/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Dancer-Plugin-Feed/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTS p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::Feed.3 Modified: head/www/p5-HTML-ContentExtractor/Makefile ============================================================================== --- head/www/p5-HTML-ContentExtractor/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-HTML-ContentExtractor/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSD p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ContentExtractor.3 Modified: head/www/p5-HTTP-Engine-Middleware/Makefile ============================================================================== --- head/www/p5-HTTP-Engine-Middleware/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-HTTP-Engine-Middleware/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -23,7 +23,8 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Engine::Middleware.3 \ HTTP::Engine::Middleware::AccessLog.3 \ Modified: head/www/p5-LWP-Authen-OAuth/Makefile ============================================================================== --- head/www/p5-LWP-Authen-OAuth/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-LWP-Authen-OAuth/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::Authen::OAuth.3 Modified: head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Mojolicious>=1.80:${PO p5-YAML-Tiny>=1.51:${PORTSDIR}/textproc/p5-YAML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mojolicious::Plugin::YamlConfig.3 Modified: head/www/p5-Net-Flickr-RDF/Makefile ============================================================================== --- head/www/p5-Net-Flickr-RDF/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Net-Flickr-RDF/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Net-Flickr-API>=1.7:${ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Flickr::RDF.3 Modified: head/www/p5-Plack-Handler-SCGI/Makefile ============================================================================== --- head/www/p5-Plack-Handler-SCGI/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Plack-Handler-SCGI/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Handler::SCGI.3 Modified: head/www/p5-Plack-Middleware-Debug/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Debug/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Plack-Middleware-Debug/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -25,7 +25,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Debug.3 \ Plack::Middleware::Debug::Base.3 \ Modified: head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::InteractiveDebugger.3 Modified: head/www/p5-Plack-Middleware-XForwardedFor/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-XForwardedFor/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-Plack-Middleware-XForwardedFor/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=1.9015:${ p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::XForwardedFor.3 Modified: head/www/p5-RT-Client-REST/Makefile ============================================================================== --- head/www/p5-RT-Client-REST/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-RT-Client-REST/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/l p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RT::Client::REST.3 \ RT::Client::REST::Attachment.3 \ Modified: head/www/p5-URI-Encode/Makefile ============================================================================== --- head/www/p5-URI-Encode/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-URI-Encode/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -14,7 +14,8 @@ COMMENT= Simple URI Encoding/Decoding LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Encode.3 Modified: head/www/p5-WWW-Google-Calculator/Makefile ============================================================================== --- head/www/p5-WWW-Google-Calculator/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-WWW-Google-Calculator/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Calculator.3 Modified: head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile ============================================================================== --- head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter-Plugin-Java p5-XML-DOM-Lite>0:${PORTSDIR}/textproc/p5-XML-DOM-Lite BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scripter::Plugin::Ajax.3 Modified: head/www/photo_gallery/Makefile ============================================================================== --- head/www/photo_gallery/Makefile Mon Sep 2 16:04:20 2013 (r326020) +++ head/www/photo_gallery/Makefile Mon Sep 2 16:07:56 2013 (r326021) @@ -20,7 +20,7 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphi p5-URI>=0:${PORTSDIR}/net/p5-URI USE_APACHE_RUN= 22+ -USE_PERL5= yes +USES= perl5 NO_BUILD= yes do-install: From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:14:39 2013 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 ESMTP id 42F08D5E; Mon, 2 Sep 2013 16:14:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 302C92EB2; Mon, 2 Sep 2013 16:14:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GEd8c067063; Mon, 2 Sep 2013 16:14:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GEcGa067062; Mon, 2 Sep 2013 16:14:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021614.r82GEcGa067062@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 16:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326022 - head/security/p5-OpenCA-CRL 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.14 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: Mon, 02 Sep 2013 16:14:39 -0000 Author: sunpoet Date: Mon Sep 2 16:14:38 2013 New Revision: 326022 URL: http://svnweb.freebsd.org/changeset/ports/326022 Log: - Add PORTSCOUT - Remove contiguous whitespace Modified: head/security/p5-OpenCA-CRL/Makefile Modified: head/security/p5-OpenCA-CRL/Makefile ============================================================================== --- head/security/p5-OpenCA-CRL/Makefile Mon Sep 2 16:07:56 2013 (r326021) +++ head/security/p5-OpenCA-CRL/Makefile Mon Sep 2 16:14:38 2013 (r326022) @@ -12,12 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CRL Management module +PORTSCOUT= skipv:0.9.17 + USES= perl5 USE_PERL5= configure P5MAN3= OpenCA::CRL.3 post-patch: - @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample + @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:16:26 2013 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 ESMTP id 3F340EB0; Mon, 2 Sep 2013 16:16:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA742EF2; Mon, 2 Sep 2013 16:16:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GGQb2067966; Mon, 2 Sep 2013 16:16:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GGQKh067965; Mon, 2 Sep 2013 16:16:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021616.r82GGQKh067965@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 16:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326023 - head/security/p5-OpenCA-PKCS7 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.14 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: Mon, 02 Sep 2013 16:16:26 -0000 Author: sunpoet Date: Mon Sep 2 16:16:25 2013 New Revision: 326023 URL: http://svnweb.freebsd.org/changeset/ports/326023 Log: - Fix COMMENT - Add PORTSCOUT Modified: head/security/p5-OpenCA-PKCS7/Makefile (contents, props changed) Modified: head/security/p5-OpenCA-PKCS7/Makefile ============================================================================== --- head/security/p5-OpenCA-PKCS7/Makefile Mon Sep 2 16:14:38 2013 (r326022) +++ head/security/p5-OpenCA-PKCS7/Makefile Mon Sep 2 16:16:25 2013 (r326023) @@ -10,13 +10,15 @@ MASTER_SITE_SUBDIR= CPAN:MADWOLF PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl extension for basic handling PKCS#7 Signatures +COMMENT= Perl extension for basic handling PKCS\#7 Signatures BUILD_DEPENDS= p5-OpenCA-OpenSSL>=0:${PORTSDIR}/security/p5-OpenCA-OpenSSL \ p5-OpenCA-X509>=0:${PORTSDIR}/security/p5-OpenCA-X509 \ p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.9.13 + USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:20:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7BDD7158; Mon, 2 Sep 2013 16:20:27 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69B8F2F27; Mon, 2 Sep 2013 16:20:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GKRB6069597; Mon, 2 Sep 2013 16:20:27 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GKRIQ069596; Mon, 2 Sep 2013 16:20:27 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309021620.r82GKRIQ069596@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 2 Sep 2013 16:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326024 - head/audio/nas 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.14 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: Mon, 02 Sep 2013 16:20:27 -0000 Author: tijl Date: Mon Sep 2 16:20:26 2013 New Revision: 326024 URL: http://svnweb.freebsd.org/changeset/ports/326024 Log: Remove USE_GCC=any since the port builds with clang now. Also remove the no longer needed post-patch target. Modified: head/audio/nas/Makefile Modified: head/audio/nas/Makefile ============================================================================== --- head/audio/nas/Makefile Mon Sep 2 16:16:25 2013 (r326023) +++ head/audio/nas/Makefile Mon Sep 2 16:20:26 2013 (r326024) @@ -3,6 +3,7 @@ PORTNAME= nas PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.${PORTVERSION}%20%28stable%29 EXTRACT_SUFX= .src.tar.gz @@ -11,11 +12,10 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Network Audio System USES= imake -USE_GCC= any +USE_CSTD= gnu89 USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw USE_LDCONFIG= yes MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" -MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKE_JOBS_UNSAFE= yes PKGMESSAGE= ${WRKDIR}/pkg-message @@ -24,12 +24,9 @@ SUB_FILES= pkg-message .include "Makefile.man" .include -post-patch: - @${FIND} ${WRKSRC} -name '*.c' | ${XARGS} ${GREP} -lF malloc.h \ - | ${XARGS} ${REINPLACE_CMD} -n -e "s|||" -e t -e p post-configure: -# Work around shortcomings of the Image.rules et. al: +# Work around shortcomings of the Imake.rules et. al: ${REINPLACE_CMD} -e 's:-fPIC:${FPIC} -DPIC:g' \ -e 's,-c \$$(CCOPTIONS),-c $$(CFLAGS),' \ -e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:21:43 2013 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 ESMTP id C579E246; Mon, 2 Sep 2013 16:21:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9722E2F56; Mon, 2 Sep 2013 16:21:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GLhoM072130; Mon, 2 Sep 2013 16:21:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GLclB072091; Mon, 2 Sep 2013 16:21:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021621.r82GLclB072091@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326025 - in head: databases/rrdtool devel/libnfc games/mt_dolphin_ia graphics/cairomm graphics/evas_generic_loaders-ps graphics/gtk-update-icon-cache graphics/libgaiagraphics graphics/... 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.14 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: Mon, 02 Sep 2013 16:21:44 -0000 Author: bapt Date: Mon Sep 2 16:21:38 2013 New Revision: 326025 URL: http://svnweb.freebsd.org/changeset/ports/326025 Log: Add an explicit dependency on pkgconf Modified: head/databases/rrdtool/Makefile head/devel/libnfc/Makefile head/games/mt_dolphin_ia/Makefile head/graphics/cairomm/Makefile head/graphics/evas_generic_loaders-ps/Makefile head/graphics/gtk-update-icon-cache/Makefile head/graphics/libgaiagraphics/Makefile head/graphics/libsvg-cairo/Makefile head/graphics/poppler/Makefile head/graphics/py-cairo/Makefile head/mail/libpst/Makefile head/net-im/folks04/Makefile head/net-im/libtelepathy/Makefile head/net/avahi-app/Makefile head/net/glib-networking/Makefile head/print/libgnomeprint/Makefile head/sysutils/consolekit/Makefile head/sysutils/upower/Makefile head/textproc/libwpd08/Makefile head/textproc/libwps/Makefile head/textproc/wv/Makefile head/x11-toolkits/libgdiplus/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/databases/rrdtool/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -24,7 +24,7 @@ USE_RC_SUBR= rrdcached USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig WANT_PERL= yes USE_GNOME= gnomehack intltool Modified: head/devel/libnfc/Makefile ============================================================================== --- head/devel/libnfc/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/devel/libnfc/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -22,7 +22,7 @@ SERIALPROBE_DESC= serial auto-probe GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix pkgconfig MAN1= nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \ nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \ Modified: head/games/mt_dolphin_ia/Makefile ============================================================================== --- head/games/mt_dolphin_ia/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/games/mt_dolphin_ia/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mt_dolphin_ia -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= mt_dolphin_ia PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= A basic AI for MaitreTarot, a LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/graphics/cairomm/Makefile ============================================================================== --- head/graphics/cairomm/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/cairomm/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,10 +1,6 @@ -# New ports collection makefile for: cairomm -# Date created: 2005-12-07 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $ -# PORTNAME= cairomm PORTVERSION= 1.10.0 @@ -22,7 +18,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack ltverhack CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/evas_generic_loaders-ps/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-ps/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/evas_generic_loaders-ps/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -19,6 +19,7 @@ LIB_DEPENDS= spectre:${PORTSDIR}/print/l DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_EFL= eina USE_LDCONFIG= yes Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/gtk-update-icon-cache/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -21,8 +21,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/ma ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/graphics/libgaiagraphics/Makefile ============================================================================== --- head/graphics/libgaiagraphics/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/libgaiagraphics/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgaiagraphics -# Date created: 2012-06-14 -# Whom: lbartoletti -# +# Created by: lbartoletti # $FreeBSD$ -# PORTNAME= libgaiagraphics PORTVERSION= 0.4b @@ -20,8 +16,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ cairo:${PORTSDIR}/graphics/cairo GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv Modified: head/graphics/libsvg-cairo/Makefile ============================================================================== --- head/graphics/libsvg-cairo/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/libsvg-cairo/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/poppler/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j lcms2:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libxml2 ltverhack USE_AUTOTOOLS= libtool MAKE_JOBS_UNSAFE= yes Modified: head/graphics/py-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/graphics/py-cairo/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/py-cairo/Makefile,v 1.28 2010/11/15 14:12:13 kwm Exp $ -# PORTNAME= cairo PORTVERSION= 1.8.10 @@ -21,8 +17,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.6-2.7 -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/mail/libpst/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv pathfix +USES= iconv pathfix gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv CONFIGURE_ARGS+= --disable-python --enable-libpst-shared Modified: head/net-im/folks04/Makefile ============================================================================== --- head/net-im/folks04/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/net-im/folks04/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -21,8 +21,7 @@ CONFLICTS= folks-0.[6-9].[0-9]* LATEST_LINK= ${PORTNAME}04 USE_BZIP2= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomehier GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/libtelepathy/Makefile ============================================================================== --- head/net-im/libtelepathy/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/net-im/libtelepathy/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -20,7 +20,7 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${L RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} USE_PYTHON_BUILD= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack USE_AUTOTOOLS= libtool Modified: head/net/avahi-app/Makefile ============================================================================== --- head/net/avahi-app/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/net/avahi-app/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -26,7 +26,7 @@ USERS?= ${PORTNAME} GROUPS?= ${USERS} USE_GNOME+= ltverhack glib20 intltool -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_GNOME_SUBR= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/net/glib-networking/Makefile ============================================================================== --- head/net/glib-networking/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/net/glib-networking/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 intltool -USES= gettext gmake +USES= gettext gmake pkgconfig CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/print/libgnomeprint/Makefile ============================================================================== --- head/print/libgnomeprint/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/print/libgnomeprint/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -21,8 +21,7 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ popt:${PORTSDIR}/devel/popt -USES= bison pathfix gettext -USE_GMAKE= yes +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack USE_LDCONFIG= yes Modified: head/sysutils/consolekit/Makefile ============================================================================== --- head/sysutils/consolekit/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/sysutils/consolekit/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ConsoleKit -# Date Created: 26 Aug 2006 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ # $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $ @@ -20,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes USE_XORG= x11 -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/sysutils/upower/Makefile ============================================================================== --- head/sysutils/upower/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/sysutils/upower/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -18,9 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gireposito LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/textproc/libwpd08/Makefile ============================================================================== --- head/textproc/libwpd08/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/textproc/libwpd08/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libwpd -# Date created: Mon May 19 09:09:10 PDT 2003 -# Whom: reed@pugetsoundtechnology.com -# +# Created by: reed@pugetsoundtechnology.com # $FreeBSD$ -# PORTNAME= libwpd PORTVERSION= 0.8.14 @@ -20,6 +16,7 @@ LICENSE= LGPL21 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gnomehack libgsf USE_LDCONFIG= yes Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/textproc/libwps/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -20,6 +20,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include USE_AUTOTOOLS= libtool +USES= pkgconfig USE_GNOME= gnomehack gnomeprefix ltverhack USE_LDCONFIG= yes Modified: head/textproc/wv/Makefile ============================================================================== --- head/textproc/wv/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/textproc/wv/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wv -# Date created: Fri Nov 6 09:06:33 PST 1998 -# Whom: sumikawa@kame.net -# +# Created by: sumikawa@kame.net # $FreeBSD$ -# PORTNAME= wv PORTVERSION= 1.2.9 @@ -17,7 +13,7 @@ COMMENT= A library and executables to ac LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf USE_GNOME= libgsf -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/libgdiplus/Makefile ============================================================================== --- head/x11-toolkits/libgdiplus/Makefile Mon Sep 2 16:20:26 2013 (r326024) +++ head/x11-toolkits/libgdiplus/Makefile Mon Sep 2 16:21:38 2013 (r326025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgdiplus -# Date created: 20040820 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# PORTNAME= libgdiplus PORTVERSION= 2.10 @@ -21,8 +17,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics GNU_CONFIGURE= yes USE_BZIP2= yes +USES= gmake pkgconfig USE_GNOME= gnomehack glib20 -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= x11 CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:23:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 800EA37A; Mon, 2 Sep 2013 16:23:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD732F70; Mon, 2 Sep 2013 16:23:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GNgVc073151; Mon, 2 Sep 2013 16:23:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GNgPw073149; Mon, 2 Sep 2013 16:23:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021623.r82GNgPw073149@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 16:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326026 - in head/multimedia/transcode: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 16:23:42 -0000 Author: wg Date: Mon Sep 2 16:23:41 2013 New Revision: 326026 URL: http://svnweb.freebsd.org/changeset/ports/326026 Log: multimedia/transcode: add V4L option - Add V4L option [1] - Remove support for OS < 7.x - Remove leading article from COMMENT - Add LICENSE (GPLv2) - USES gmake PR: ports/179460 Submitted by: Naram Qashat (maintainer) Added: head/multimedia/transcode/files/patch-import-v4l (contents, props changed) Modified: head/multimedia/transcode/Makefile Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Mon Sep 2 16:21:38 2013 (r326025) +++ head/multimedia/transcode/Makefile Mon Sep 2 16:23:41 2013 (r326026) @@ -8,15 +8,17 @@ CATEGORIES= multimedia MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/ MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= A text-console utility for video stream processing +COMMENT= Text-console utility for video stream processing -LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg +LICENSE= GPLv2 + +LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg USE_BZIP2= yes FAKEDIR= ${WRKDIR}/fake PLIST= ${WRKDIR}/plist -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake WANT_SDL= yes WANT_GNOME= yes USE_AUTOTOOLS= libtool @@ -33,7 +35,7 @@ MAN1= avifix.1 aviindex.1 avimerge.1 avi NO_OPTIONS_SORT= yes OPTIONS_DEFINE= OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME XVID \ X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO LIBA52 \ - FAAC XML MJPEGTOOLS SDL IMAGEMAGICK JPEG ICONV + FAAC XML MJPEGTOOLS SDL IMAGEMAGICK JPEG ICONV V4L OPTIONS_DEFAULT= LAME DVDREAD JPEG ICONV BKTR_DESC= Bktr capture card support POSTPROC_DESC= Libpostproc support @@ -44,10 +46,6 @@ XML_DESC= Libxml2 XML support .include -.if ${OSVERSION} < 700000 -CONFIGURE_ENV+= LIBAVCODEC_EXTRA_LIBS="-pthread" -.endif - .if ${PORT_OPTIONS:MX11} USE_XORG= xv xaw xpm CONFIGURE_ARGS+= --with-x @@ -206,6 +204,16 @@ CONFIGURE_ARGS+= --with-iconv-prefix=${L CONFIGURE_ARGS+= --disable-iconv .endif +.if ${PORT_OPTIONS:MV4L} +BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat +CONFIGURE_ARGS+= --enable-v4l +.else +CONFIGURE_ARGS+= --disable-v4l +.endif + +post-extract: + @${RM} ${WRKSRC}/import/v4l/videodev* + post-patch: .if ${PORT_OPTIONS:MLZO} @${REINPLACE_CMD} -e 's|%%NUV%%|nuv|' ${WRKSRC}/import/Makefile.in Added: head/multimedia/transcode/files/patch-import-v4l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/transcode/files/patch-import-v4l Mon Sep 2 16:23:41 2013 (r326026) @@ -0,0 +1,30 @@ +--- import/v4l/import_v4l.c.orig 2011-11-19 11:50:27.000000000 -0500 ++++ import/v4l/import_v4l.c 2013-06-10 14:51:01.000000000 -0400 +@@ -29,7 +29,7 @@ + #include + #include + +-#include "videodev.h" ++#include + + #define MOD_NAME "import_v4l.so" + #define MOD_VERSION "v0.2.0 (2008-10-26)" +--- import/probe_v4l.c.orig 2011-11-19 11:50:27.000000000 -0500 ++++ import/probe_v4l.c 2013-06-10 14:54:28.000000000 -0400 +@@ -31,14 +31,12 @@ + + #include + +-#include "v4l/videodev.h" ++#include + + #if defined(HAVE_LINUX_VIDEODEV2_H) && defined(HAVE_STRUCT_V4L2_BUFFER) + #define _LINUX_TIME_H +-#include +-#else +-#include "v4l/videodev2.h" + #endif ++#include + + + void probe_v4l(info_t *ipipe) From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:29:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 891194CF; Mon, 2 Sep 2013 16:29:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76A242FA7; Mon, 2 Sep 2013 16:29:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GTVQo075341; Mon, 2 Sep 2013 16:29:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GTV2S075339; Mon, 2 Sep 2013 16:29:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021629.r82GTV2S075339@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326027 - in head: deskutils/devd-notifier devel/libgalago 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.14 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: Mon, 02 Sep 2013 16:29:31 -0000 Author: bapt Date: Mon Sep 2 16:29:30 2013 New Revision: 326027 URL: http://svnweb.freebsd.org/changeset/ports/326027 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/devd-notifier/Makefile head/devel/libgalago/Makefile Modified: head/deskutils/devd-notifier/Makefile ============================================================================== --- head/deskutils/devd-notifier/Makefile Mon Sep 2 16:23:41 2013 (r326026) +++ head/deskutils/devd-notifier/Makefile Mon Sep 2 16:29:30 2013 (r326027) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devd-notifier -# Date created: March 30, 2012 -# Whom: Florian Unglaub -# +# Created by: Florian Unglaub # $FreeBSD$ -# PORTNAME= devd-notifier PORTVERSION= 0.1 @@ -20,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify +USES= pkgconfig MAN1= devd-notifier.1 PLIST_FILES= bin/devd-notifier MANCOMPRESSED= yes Modified: head/devel/libgalago/Makefile ============================================================================== --- head/devel/libgalago/Makefile Mon Sep 2 16:23:41 2013 (r326026) +++ head/devel/libgalago/Makefile Mon Sep 2 16:29:30 2013 (r326027) @@ -14,7 +14,7 @@ LIB_PC_DEPENDS= dbus-glib-1.pc:${PORTSDI BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:34:23 2013 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 ESMTP id 47B23756; Mon, 2 Sep 2013 16:34:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3608E2023; Mon, 2 Sep 2013 16:34:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GYNvj079213; Mon, 2 Sep 2013 16:34:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GYMcb079197; Mon, 2 Sep 2013 16:34:22 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309021634.r82GYMcb079197@svn.freebsd.org> From: William Grzybowski Date: Mon, 2 Sep 2013 16:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326028 - head/net/gpxe 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.14 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: Mon, 02 Sep 2013 16:34:23 -0000 Author: wg Date: Mon Sep 2 16:34:22 2013 New Revision: 326028 URL: http://svnweb.freebsd.org/changeset/ports/326028 Log: net/gpxe: unbreak build - Unbreak build [1] - USES gmake perl5 PR: ports/179203 [1] Submitted by: Gürkan Karaman (maintainer) Modified: head/net/gpxe/Makefile head/net/gpxe/distinfo Modified: head/net/gpxe/Makefile ============================================================================== --- head/net/gpxe/Makefile Mon Sep 2 16:29:30 2013 (r326027) +++ head/net/gpxe/Makefile Mon Sep 2 16:34:22 2013 (r326028) @@ -3,26 +3,22 @@ PORTNAME= gpxe PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} -MASTER_SITE_SUBDIR=software/utils/boot/gpxe +MASTER_SITES= http://etherboot.org/rel/gpxe/ \ + http://slackware.cs.utah.edu/pub/kernel.org/pub/software/utils/boot/gpxe/ MAINTAINER= gk.freebsd@googlemail.com COMMENT= Create an open-source PXE implementation and bootloader LICENSE= GPLv2 -BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux \ - mkisofs:${PORTSDIR}/sysutils/cdrtools +BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USE_CDRTOOLS= yes +USES= gmake perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/src -BROKEN= checksum mismatch - PLIST_DIRS= %%DATADIR%% PLIST_FILES= %%DATADIR%%/gpxe.dsk \ %%DATADIR%%/gpxe.usb \ Modified: head/net/gpxe/distinfo ============================================================================== --- head/net/gpxe/distinfo Mon Sep 2 16:29:30 2013 (r326027) +++ head/net/gpxe/distinfo Mon Sep 2 16:34:22 2013 (r326028) @@ -1,2 +1,2 @@ -SHA256 (gpxe-1.0.1.tar.bz2) = 65a542553f2221da78da1230486d2ff8565c62336caebdbb2f88ca6645a63f52 -SIZE (gpxe-1.0.1.tar.bz2) = 1856122 +SHA256 (gpxe-1.0.1.tar.gz) = 4be98e4f3af5b2000b97f793aceb89f2822ef806575565b3f028a727073de833 +SIZE (gpxe-1.0.1.tar.gz) = 2311752 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:38:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D746892; Mon, 2 Sep 2013 16:38:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDF542077; Mon, 2 Sep 2013 16:38:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GcurX080765; Mon, 2 Sep 2013 16:38:56 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Gcu5K080764; Mon, 2 Sep 2013 16:38:56 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021638.r82Gcu5K080764@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 16:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326029 - head/sysutils/jfbterm 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.14 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: Mon, 02 Sep 2013 16:38:57 -0000 Author: bsam Date: Mon Sep 2 16:38:56 2013 New Revision: 326029 URL: http://svnweb.freebsd.org/changeset/ports/326029 Log: Just use USES+=iconv (delete non-functional if-then-else code). Modified: head/sysutils/jfbterm/Makefile Modified: head/sysutils/jfbterm/Makefile ============================================================================== --- head/sysutils/jfbterm/Makefile Mon Sep 2 16:34:22 2013 (r326028) +++ head/sysutils/jfbterm/Makefile Mon Sep 2 16:38:56 2013 (r326029) @@ -54,20 +54,10 @@ MAN1= ${PORTNAME}.1 MAN5= ${PORTNAME}.conf.5 .endif -.if !${PORT_OPTIONS:MICONV} -MAKE_ENV+= WITHOUT_ICONV= -.endif - -.if !exists(/usr/include/iconv.h) -. if ${PORT_OPTIONS:MICONV} -. if !defined(NO_SHARED) +.if ${PORT_OPTIONS:MICONV} USES+= iconv -. else -BUILD_DEPENDS+= ${LOCALBASE}/lib/libiconv.a:${PORTSDIR}/converters/libiconv -. endif -. else -BUILD_DEPENDS+= ${LOCALBASE}/include/iconv.h:${PORTSDIR}/converters/libiconv -. endif +.else +MAKE_ENV+= WITHOUT_ICONV= .endif .if ${PORT_OPTIONS:MPNG} From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:42:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2D939AD; Mon, 2 Sep 2013 16:42:30 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B091020BF; Mon, 2 Sep 2013 16:42:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GgU8V084257; Mon, 2 Sep 2013 16:42:30 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GgUnD084256; Mon, 2 Sep 2013 16:42:30 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021642.r82GgUnD084256@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 16:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326030 - head/graphics/pencil 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.14 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: Mon, 02 Sep 2013 16:42:30 -0000 Author: bsam Date: Mon Sep 2 16:42:30 2013 New Revision: 326030 URL: http://svnweb.freebsd.org/changeset/ports/326030 Log: Adopt using USES+=iconv. Submitted by: bsam (me, by e-mail) Approved by: martymac (maintainer) Modified: head/graphics/pencil/Makefile Modified: head/graphics/pencil/Makefile ============================================================================== --- head/graphics/pencil/Makefile Mon Sep 2 16:38:56 2013 (r326029) +++ head/graphics/pencil/Makefile Mon Sep 2 16:42:30 2013 (r326030) @@ -17,13 +17,12 @@ LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - iconv:${PORTSDIR}/converters/libiconv \ expat:${PORTSDIR}/textproc/expat2 \ pcre:${PORTSDIR}/devel/pcre \ drm:${PORTSDIR}/graphics/libdrm USE_ZIP= yes -USES= gettext +USES= gettext iconv USE_GNOME= glib20 USE_QT4= gui moc_build qmake_build rcc_build xml_build opengl_build USE_XORG= xi xrender xrandr xfixes xcursor xinerama xext x11 xau xdmcp \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:48:01 2013 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 ESMTP id AADCBC14; Mon, 2 Sep 2013 16:48:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 983D82111; Mon, 2 Sep 2013 16:48:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Gm17Q086336; Mon, 2 Sep 2013 16:48:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Gm1GJ086334; Mon, 2 Sep 2013 16:48:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021648.r82Gm1GJ086334@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326031 - head/graphics/gtk-update-icon-cache 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.14 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: Mon, 02 Sep 2013 16:48:01 -0000 Author: bapt Date: Mon Sep 2 16:48:01 2013 New Revision: 326031 URL: http://svnweb.freebsd.org/changeset/ports/326031 Log: Do not overwrite USES Modified: head/graphics/gtk-update-icon-cache/Makefile Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Mon Sep 2 16:42:30 2013 (r326030) +++ head/graphics/gtk-update-icon-cache/Makefile Mon Sep 2 16:48:01 2013 (r326031) @@ -21,13 +21,12 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/ma ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XZ= yes -USES= gmake perl5 pkgconfig +USES= gettext gmake perl5 pkgconfig USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack -USES= gettext USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:55:06 2013 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 ESMTP id 3C793EE8; Mon, 2 Sep 2013 16:55:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2909F21AF; Mon, 2 Sep 2013 16:55:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Gt6ih091092; Mon, 2 Sep 2013 16:55:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Gt43v091082; Mon, 2 Sep 2013 16:55:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021655.r82Gt43v091082@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326032 - in head: devel/libsoup games/alephone graphics/radius-engine multimedia/libva sysutils/hal x11-toolkits/pangomm x11-toolkits/sdl_pango 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.14 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: Mon, 02 Sep 2013 16:55:06 -0000 Author: bapt Date: Mon Sep 2 16:55:04 2013 New Revision: 326032 URL: http://svnweb.freebsd.org/changeset/ports/326032 Log: Add an explicit dependency on pkgconf Modified: head/devel/libsoup/Makefile head/games/alephone/Makefile head/graphics/radius-engine/Makefile head/multimedia/libva/Makefile head/sysutils/hal/Makefile head/x11-toolkits/pangomm/Makefile head/x11-toolkits/sdl_pango/Makefile Modified: head/devel/libsoup/Makefile ============================================================================== --- head/devel/libsoup/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/devel/libsoup/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -21,12 +21,11 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_PYTHON_BUILD= -2.7 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/alephone/Makefile ============================================================================== --- head/games/alephone/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/games/alephone/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boo USE_GMAKE= yes +USES= pkgconfig USE_BZIP2= yes USE_SDL+= image net sdl sound USE_GL= yes Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/graphics/radius-engine/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -15,7 +15,7 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lu png15:${PORTSDIR}/graphics/png \ physfs.1:${PORTSDIR}/devel/physfs -USES= pathfix +USES= pathfix pkgconfig USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/multimedia/libva/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm +USES= pkgconfig USE_BZIP2= yes USE_XORG= glproto pciaccess xext xfixes USE_GL= gl Modified: head/sysutils/hal/Makefile ============================================================================== --- head/sysutils/hal/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/sysutils/hal/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -18,8 +18,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysuti ck-connector:${PORTSDIR}/sysutils/consolekit RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/x11-toolkits/pangomm/Makefile ============================================================================== --- head/x11-toolkits/pangomm/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/x11-toolkits/pangomm/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= cairomm glibmm pango CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/sdl_pango/Makefile ============================================================================== --- head/x11-toolkits/sdl_pango/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/x11-toolkits/sdl_pango/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/sdl_pango -# Date created: 2006-10-30 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ -# PORTNAME= sdl_pango PORTVERSION= 0.1.2 @@ -18,6 +14,7 @@ PATCHFILES= SDL_Pango-0.1.2-API-adds.pat MAINTAINER= edwin@mavetju.org COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl USE_GNOME= pango From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:56:16 2013 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 ESMTP id C076AFDD; Mon, 2 Sep 2013 16:56:16 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F66121BF; Mon, 2 Sep 2013 16:56:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GuGpm091710; Mon, 2 Sep 2013 16:56:16 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GuCR1091687; Mon, 2 Sep 2013 16:56:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021656.r82GuCR1091687@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 16:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326033 - in head/www: jspacker mhonarc p5-CGI-Enurl p5-CGI-Pager p5-Feersum p5-HTML-Diff p5-HTML-ExtractMain p5-HTML-MobileConverter p5-HTML-PrettyPrinter p5-Image-Delivery p5-Plack-Mi... 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.14 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: Mon, 02 Sep 2013 16:56:16 -0000 Author: az Date: Mon Sep 2 16:56:12 2013 New Revision: 326033 URL: http://svnweb.freebsd.org/changeset/ports/326033 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/jspacker/Makefile (contents, props changed) head/www/mhonarc/Makefile (contents, props changed) head/www/p5-CGI-Enurl/Makefile head/www/p5-CGI-Pager/Makefile (contents, props changed) head/www/p5-Feersum/Makefile (contents, props changed) head/www/p5-HTML-Diff/Makefile (contents, props changed) head/www/p5-HTML-ExtractMain/Makefile (contents, props changed) head/www/p5-HTML-MobileConverter/Makefile (contents, props changed) head/www/p5-HTML-PrettyPrinter/Makefile (contents, props changed) head/www/p5-Image-Delivery/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Throttle/Makefile (contents, props changed) head/www/p5-RPC-ExtDirect/Makefile head/www/p5-WWW-Google-Notebook/Makefile (contents, props changed) head/www/p5-WWW-HatenaLogin/Makefile (contents, props changed) head/www/p5-WWW-Instapaper-Client/Makefile head/www/p5-WWW-Mechanize-Meta/Makefile (contents, props changed) head/www/p5-WWW-TWSMS/Makefile (contents, props changed) head/www/p5-webservice-validator-css-w3c/Makefile Modified: head/www/jspacker/Makefile ============================================================================== --- head/www/jspacker/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/jspacker/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -20,7 +20,8 @@ JSPACKER= jsPacker.pl NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes SUB_FILES= ${PORTNAME} Modified: head/www/mhonarc/Makefile ============================================================================== --- head/www/mhonarc/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/mhonarc/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,7 @@ MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives USE_BZIP2= Yes -USE_PERL5= Yes +USES= perl5 NO_BUILD= Yes MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1 Modified: head/www/p5-CGI-Enurl/Makefile ============================================================================== --- head/www/p5-CGI-Enurl/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-CGI-Enurl/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -11,7 +11,8 @@ COMMENT= Perl module for URL-encoding st RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Enurl.3 Modified: head/www/p5-CGI-Pager/Makefile ============================================================================== --- head/www/p5-CGI-Pager/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-CGI-Pager/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -18,7 +18,8 @@ COMMENT= Perl extension to generate HTML BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Pager.3 Modified: head/www/p5-Feersum/Makefile ============================================================================== --- head/www/p5-Feersum/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Feersum/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -25,7 +25,8 @@ TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORT p5-Test-LeakTrace>=0.13:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= feersum.1 MAN3= Feersum.3 \ Modified: head/www/p5-HTML-Diff/Makefile ============================================================================== --- head/www/p5-HTML-Diff/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-Diff/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= A Perl module for finding chang BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Diff.3 Modified: head/www/p5-HTML-ExtractMain/Makefile ============================================================================== --- head/www/p5-HTML-ExtractMain/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-ExtractMain/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -24,7 +24,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ p5-HTML-Format>=2.04:${PORTSDIR}/textproc/p5-HTML-Format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractMain.3 Modified: head/www/p5-HTML-MobileConverter/Makefile ============================================================================== --- head/www/p5-HTML-MobileConverter/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-MobileConverter/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= HTML Converter for mobile agent RUN_DEPENDS= p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=1.33:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::MobileConverter.3 Modified: head/www/p5-HTML-PrettyPrinter/Makefile ============================================================================== --- head/www/p5-HTML-PrettyPrinter/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-PrettyPrinter/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= Generate nice HTML files from H BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::PrettyPrinter.3 Modified: head/www/p5-Image-Delivery/Makefile ============================================================================== --- head/www/p5-Image-Delivery/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Image-Delivery/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:${ p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Delivery.3 Image::Delivery::Provider.3 Modified: head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::AddDefaultCharset.3 Modified: head/www/p5-Plack-Middleware-Throttle/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Throttle/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Plack-Middleware-Throttle/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Throttle.3 \ Plack::Middleware::Throttle::Daily.3 \ Modified: head/www/p5-RPC-ExtDirect/Makefile ============================================================================== --- head/www/p5-RPC-ExtDirect/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-RPC-ExtDirect/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Attribute-Handlers>=0. RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.46:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::ExtDirect.3 \ RPC::ExtDirect::API.3 \ Modified: head/www/p5-WWW-Google-Notebook/Makefile ============================================================================== --- head/www/p5-WWW-Google-Notebook/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Google-Notebook/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Notebook.3 WWW::Google::Notebook::Note.3 WWW::Google::Notebook::Notebook.3 Modified: head/www/p5-WWW-HatenaLogin/Makefile ============================================================================== --- head/www/p5-WWW-HatenaLogin/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-HatenaLogin/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::HatenaLogin.3 Modified: head/www/p5-WWW-Instapaper-Client/Makefile ============================================================================== --- head/www/p5-WWW-Instapaper-Client/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Instapaper-Client/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSD p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= WWW::Instapaper::Client.3 Modified: head/www/p5-WWW-Mechanize-Meta/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Meta/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Mechanize-Meta/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= Adds HEAD tag parsing to WWW::M RUN_DEPENDS= p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::Meta.3 Modified: head/www/p5-WWW-TWSMS/Makefile ============================================================================== --- head/www/p5-WWW-TWSMS/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-TWSMS/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= A Perl interface for sending sm BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::TWSMS.3 Modified: head/www/p5-webservice-validator-css-w3c/Makefile ============================================================================== --- head/www/p5-webservice-validator-css-w3c/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-webservice-validator-css-w3c/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Validator::CSS::W3C.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:03:17 2013 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 ESMTP id D587521D; Mon, 2 Sep 2013 17:03:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0062224E; Mon, 2 Sep 2013 17:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H3Hn7096448; Mon, 2 Sep 2013 17:03:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H3Hcx096447; Mon, 2 Sep 2013 17:03:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021703.r82H3Hcx096447@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 17:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326034 - head/devel/dbus-qt4 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.14 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: Mon, 02 Sep 2013 17:03:17 -0000 Author: antoine Date: Mon Sep 2 17:03:17 2013 New Revision: 326034 URL: http://svnweb.freebsd.org/changeset/ports/326034 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/dbus-qt4/Makefile Modified: head/devel/dbus-qt4/Makefile ============================================================================== --- head/devel/dbus-qt4/Makefile Mon Sep 2 16:56:12 2013 (r326033) +++ head/devel/dbus-qt4/Makefile Mon Sep 2 17:03:17 2013 (r326034) @@ -11,6 +11,7 @@ COMMENT= Qt4 bindings for the D-BUS mess LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus +USES= pkgconfig USE_QT4= qmake_build moc_build rcc_build corelib xml QT_NONSTANDARD= yes QT_DIST= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:06:56 2013 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 ESMTP id B52F9365; Mon, 2 Sep 2013 17:06:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 939262283; Mon, 2 Sep 2013 17:06:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H6u1s098258; Mon, 2 Sep 2013 17:06:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H6s1V098206; Mon, 2 Sep 2013 17:06:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021706.r82H6s1V098206@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 17:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326035 - in head: devel/ptlib26 devel/qt4-qdbusviewer devel/qt4-script games/freedink-engine games/stratagus graphics/evas_generic_loaders-pdf net-im/telepathy-mission-control sysutils... 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.14 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: Mon, 02 Sep 2013 17:06:56 -0000 Author: bapt Date: Mon Sep 2 17:06:54 2013 New Revision: 326035 URL: http://svnweb.freebsd.org/changeset/ports/326035 Log: Add an explicit dependency on pkgconf Modified: head/devel/ptlib26/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-script/Makefile head/games/freedink-engine/Makefile head/games/stratagus/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/net-im/telepathy-mission-control/Makefile head/sysutils/ganglia-monitor-core/Makefile head/www/mod_dnssd/Makefile Modified: head/devel/ptlib26/Makefile ============================================================================== --- head/devel/ptlib26/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/ptlib26/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -18,8 +18,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/ CONFLICTS= pwlib-1.* ptlib-2.4.* ptlib-2.8.* USE_BZIP2= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake pkgconfig GNU_CONFIGURE= yes WANT_GNOME= yes USE_OPENSSL= yes Modified: head/devel/qt4-qdbusviewer/Makefile ============================================================================== --- head/devel/qt4-qdbusviewer/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/qt4-qdbusviewer/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -11,6 +11,7 @@ COMMENT= Qt4 D-Bus viewer LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +USES= pkgconfig USE_QT4= qmake_build moc_build rcc_build corelib dbus gui xml \ clucene QT_NONSTANDARD= yes Modified: head/devel/qt4-script/Makefile ============================================================================== --- head/devel/qt4-script/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/qt4-script/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt script +USES= pkgconfig USE_QT4= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes Modified: head/games/freedink-engine/Makefile ============================================================================== --- head/games/freedink-engine/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/games/freedink-engine/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -13,7 +13,7 @@ COMMENT= Dink Smallwood RPG and RPG Cons LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USES= gettext gmake +USES= gettext gmake pkgconfig USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes PORTVER= 20121209 Modified: head/games/stratagus/Makefile ============================================================================== --- head/games/stratagus/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/games/stratagus/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -22,7 +22,7 @@ USE_SDL= sdl USE_SQLITE= 3 USE_LUA= 5.0+ LUA_COMPS= toluaxx -USES= cmake:outsource +USES= cmake:outsource pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DTOLUA++_APP:STRING="${TOLUAXX_CMD}" \ -DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \ Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/graphics/evas_generic_loaders-pdf/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/net-im/telepathy-mission-control/Makefile ============================================================================== --- head/net-im/telepathy-mission-control/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/net-im/telepathy-mission-control/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -13,11 +13,11 @@ COMMENT= Telepathy component to apps to LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxslt gnomehack ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml CONFIGURE_ARGS= --disable-upower Modified: head/sysutils/ganglia-monitor-core/Makefile ============================================================================== --- head/sysutils/ganglia-monitor-core/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/sysutils/ganglia-monitor-core/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= GMETAD OPTIONS_DEFAULT= GMETAD GMETAD_DESC= include gmetad +USES= pkgconfig USE_PYTHON= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= configure libmetrics/configure Modified: head/www/mod_dnssd/Makefile ============================================================================== --- head/www/mod_dnssd/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/www/mod_dnssd/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_dnssd -# Date created: 27 February 2009 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= mod_dnssd PORTVERSION= 0.6 @@ -17,8 +13,7 @@ COMMENT= An Apache module that provides LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app - -USE_GMAKE= yes +USES= gmake pkgconfig USE_APACHE= 22 GNU_CONFIGURE= yes CONFIGURE_ENV= APR_CFLAGS="`${LOCALBASE}/bin/apr-1-config --cflags --cppflags --includes`" \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:07:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D0F143E; Mon, 2 Sep 2013 17:07:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EED652285; Mon, 2 Sep 2013 17:07:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H7AgS098380; Mon, 2 Sep 2013 17:07:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H7AWg098379; Mon, 2 Sep 2013 17:07:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021707.r82H7AWg098379@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 17:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326036 - head/databases/libgda3 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.14 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: Mon, 02 Sep 2013 17:07:11 -0000 Author: antoine Date: Mon Sep 2 17:07:10 2013 New Revision: 326036 URL: http://svnweb.freebsd.org/changeset/ports/326036 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/databases/libgda3/Makefile Modified: head/databases/libgda3/Makefile ============================================================================== --- head/databases/libgda3/Makefile Mon Sep 2 17:06:54 2013 (r326035) +++ head/databases/libgda3/Makefile Mon Sep 2 17:07:10 2013 (r326036) @@ -27,7 +27,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/po USE_AUTOTOOLS= libtool USE_GCC= any -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:08:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11B3067A; Mon, 2 Sep 2013 17:08:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9C7122C3; Mon, 2 Sep 2013 17:08:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H8gps099015; Mon, 2 Sep 2013 17:08:42 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H8ggF099013; Mon, 2 Sep 2013 17:08:42 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309021708.r82H8ggF099013@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 2 Sep 2013 17:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326037 - head/security/gtkpasman 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.14 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: Mon, 02 Sep 2013 17:08:43 -0000 Author: rm Date: Mon Sep 2 17:08:42 2013 New Revision: 326037 URL: http://svnweb.freebsd.org/changeset/ports/326037 Log: - update to 0.12 - trim Makefile header - convert gmake and desktopfileutils deps to USES equivalents - convert to optionsng (DOCS case) - general clean-up Modified: head/security/gtkpasman/Makefile head/security/gtkpasman/distinfo Modified: head/security/gtkpasman/Makefile ============================================================================== --- head/security/gtkpasman/Makefile Mon Sep 2 17:07:10 2013 (r326036) +++ head/security/gtkpasman/Makefile Mon Sep 2 17:08:42 2013 (r326037) @@ -1,32 +1,31 @@ -# Created by: Philippe Rocques +# Created by: Philippe Rocques # $FreeBSD$ -# PORTNAME= gtkpasman -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GTK+ passwords manager for system and network administrators RUN_DEPENDS+= gpgv2:${PORTSDIR}/security/gnupg -USE_GMAKE= yes -USE_GNOME= desktopfileutils gtk20 +USES= desktop-file-utils gmake +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk2 -USE_AUTOTOOLS= automake aclocal autoconf +USE_XZ= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= README data/gpasman4.sample PLIST_FILES= bin/gtkpasman share/applications/gtkpasman.desktop -ACLOCAL_ARGS?= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= README gpasman4.sample .endif @@ -36,16 +35,15 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/data/gtkpasman.desktop \ - ${PREFIX}/share/applications -.if !defined(NOPORTDOCS) + ${PREFIX}/share/applications +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${CAT} ${PKGMESSAGE} .endif - @-update-desktop-database .include Modified: head/security/gtkpasman/distinfo ============================================================================== --- head/security/gtkpasman/distinfo Mon Sep 2 17:07:10 2013 (r326036) +++ head/security/gtkpasman/distinfo Mon Sep 2 17:08:42 2013 (r326037) @@ -1,2 +1,2 @@ -SHA256 (gtkpasman-0.11.tar.gz) = a2514a96ca195f1e0834dea573119e97c48104ef2a6f6fd512ee045bcb03a3a2 -SIZE (gtkpasman-0.11.tar.gz) = 117037 +SHA256 (gtkpasman-0.12.tar.xz) = 5080035952a8aea2ce73de1b59ec531ec9cc3150e729e2b328745056e33570f7 +SIZE (gtkpasman-0.12.tar.xz) = 107480 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:09:32 2013 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 ESMTP id F381876D; Mon, 2 Sep 2013 17:09:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E120622D3; Mon, 2 Sep 2013 17:09:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H9VNF099350; Mon, 2 Sep 2013 17:09:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H9VAu099349; Mon, 2 Sep 2013 17:09:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021709.r82H9VAu099349@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 17:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326038 - head/net-im/telepathy-qt 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.14 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: Mon, 02 Sep 2013 17:09:32 -0000 Author: bapt Date: Mon Sep 2 17:09:31 2013 New Revision: 326038 URL: http://svnweb.freebsd.org/changeset/ports/326038 Log: Add an explicit dependency on pkgconf Modified: head/net-im/telepathy-qt/Makefile Modified: head/net-im/telepathy-qt/Makefile ============================================================================== --- head/net-im/telepathy-qt/Makefile Mon Sep 2 17:08:42 2013 (r326037) +++ head/net-im/telepathy-qt/Makefile Mon Sep 2 17:09:31 2013 (r326038) @@ -1,7 +1,4 @@ -# New ports collection Makefile for: telepathy-qt -# Date created: 2008-02-10 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= telepathy-qt @@ -16,7 +13,7 @@ COMMENT= Framework for VoIP and IP appli LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= cmake +USES= cmake pkgconfig CMAKE_SOURCE_PATH= .. USE_QT4= corelib qmake_build uic_build moc_build rcc_build xml dbus USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:12:11 2013 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 ESMTP id E2E949E3; Mon, 2 Sep 2013 17:12:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF592232F; Mon, 2 Sep 2013 17:12:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82HCBje002782; Mon, 2 Sep 2013 17:12:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82HCBSj002780; Mon, 2 Sep 2013 17:12:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021712.r82HCBSj002780@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 17:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326039 - in head: games/ppracer graphics/xsvg 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.14 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: Mon, 02 Sep 2013 17:12:12 -0000 Author: bapt Date: Mon Sep 2 17:12:11 2013 New Revision: 326039 URL: http://svnweb.freebsd.org/changeset/ports/326039 Log: Add an explicit dependency on pkgconf Modified: head/games/ppracer/Makefile head/graphics/xsvg/Makefile Modified: head/games/ppracer/Makefile ============================================================================== --- head/games/ppracer/Makefile Mon Sep 2 17:09:31 2013 (r326038) +++ head/games/ppracer/Makefile Mon Sep 2 17:12:11 2013 (r326039) @@ -14,9 +14,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes +USES= gmake pkgconfig USE_SDL= mixer sdl USE_GL= gl -USE_GMAKE= yes GNU_CONFIGURE= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) Modified: head/graphics/xsvg/Makefile ============================================================================== --- head/graphics/xsvg/Makefile Mon Sep 2 17:09:31 2013 (r326038) +++ head/graphics/xsvg/Makefile Mon Sep 2 17:12:11 2013 (r326039) @@ -1,10 +1,6 @@ -# New ports collection makefile for: xsvg -# Date created: 2005-02-16 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $ -# PORTNAME= xsvg PORTVERSION= 0.2.1 @@ -17,6 +13,7 @@ COMMENT= X11 SVG viewer LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo +USES= pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/xsvg From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:17:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B0CAB3C; Mon, 2 Sep 2013 17:17:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A73D235E; Mon, 2 Sep 2013 17:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82HHTRQ004996; Mon, 2 Sep 2013 17:17:29 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82HHSwr004986; Mon, 2 Sep 2013 17:17:28 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309021717.r82HHSwr004986@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 2 Sep 2013 17:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326040 - in head/devel/lightning: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 17:17:30 -0000 Author: rm Date: Mon Sep 2 17:17:28 2013 New Revision: 326040 URL: http://svnweb.freebsd.org/changeset/ports/326040 Log: - update to 2.0.0 release notes: https://lists.gnu.org/archive/html/lightning/2013-08/msg00000.html PR: 181648 Submitted by: Vitaly Magerya Added: head/devel/lightning/files/ head/devel/lightning/files/patch-configure (contents, props changed) head/devel/lightning/files/patch-include-lightning.h (contents, props changed) Modified: head/devel/lightning/Makefile (contents, props changed) head/devel/lightning/distinfo (contents, props changed) head/devel/lightning/pkg-descr (contents, props changed) head/devel/lightning/pkg-plist (contents, props changed) Modified: head/devel/lightning/Makefile ============================================================================== --- head/devel/lightning/Makefile Mon Sep 2 17:12:11 2013 (r326039) +++ head/devel/lightning/Makefile Mon Sep 2 17:17:28 2013 (r326040) @@ -1,25 +1,38 @@ -# ex:ts=8 -# Ports collection makefile for: lightning -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= lightning -PORTVERSION= 1.2 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Generates assembly language code at run-time -ONLY_FOR_ARCHS= i386 sparc64 powerpc +OPTIONS_DEFINE= ASSERTIONS +ASSERTIONS_DESC=Enable runtime code generation assertions +ONLY_FOR_ARCHS= i386 amd64 arm ia64 powerpc sparc64 mips + +USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-disassembler=no + +PLIST_SUB+= JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/sparc64/sparc/:S/powerpc/ppc/} -MAN1= lightningize.1 INFO= lightning +.include + +.if ${PORT_OPTIONS:MASSERTIONS} +CONFIGURE_ARGS+=--enable-assertions=yes +.else +CONFIGURE_ARGS+=--enable-assertions=no +.endif + +regression-test: build + (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + .include Modified: head/devel/lightning/distinfo ============================================================================== --- head/devel/lightning/distinfo Mon Sep 2 17:12:11 2013 (r326039) +++ head/devel/lightning/distinfo Mon Sep 2 17:17:28 2013 (r326040) @@ -1,2 +1,2 @@ -SHA256 (lightning-1.2.tar.gz) = d16a9f12441f297f7524917bfc97501a8600a93eb9c46d2a7e2a16e5caf11511 -SIZE (lightning-1.2.tar.gz) = 403274 +SHA256 (lightning-2.0.0.tar.gz) = e41736c5c6c40eeb194e3f9fec3209e86f07f9471d0aacc5d35c1c8e55621054 +SIZE (lightning-2.0.0.tar.gz) = 852571 Added: head/devel/lightning/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lightning/files/patch-configure Mon Sep 2 17:17:28 2013 (r326040) @@ -0,0 +1,19 @@ +--- configure.orig 2013-08-23 21:12:43.000000000 +0300 ++++ configure 2013-08-25 15:53:56.000000000 +0300 +@@ -11650,6 +11650,7 @@ + fi + + case "$host_os" in ++ *freebsd*) SHLIB="" ;; + *hpux*) SHLIB="-ldld" ;; + *) SHLIB="-ldl" ;; + esac +@@ -11657,7 +11658,7 @@ + + cpu= + case "$target_cpu" in +- i?86|x86_64) cpu=x86 ;; ++ i?86|x86_64|amd64) cpu=x86 ;; + *arm*) cpu=arm ;; + *mips*) cpu=mips ;; + *powerpc*) cpu=ppc ;; Added: head/devel/lightning/files/patch-include-lightning.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lightning/files/patch-include-lightning.h Mon Sep 2 17:17:28 2013 (r326040) @@ -0,0 +1,11 @@ +--- include/lightning.h.orig 2013-09-02 13:38:10.000000000 +0300 ++++ include/lightning.h 2013-09-02 14:57:27.000000000 +0300 +@@ -38,7 +38,7 @@ + # define __WORDSIZE WORDSIZE + # elif defined(__SIZEOF_POINTER__) /* ppc aix */ + # define __WORDSIZE (__SIZEOF_POINTER__ << 3) +-# elif defined(_ILP32) /* hppa hp-ux */ ++# elif defined(_ILP32) || defined(__i386__) /* hppa hp-ux, i386 gcc 4.2 */ + # define __WORDSIZE 32 + # elif defined(_LP64) /* ia64 hp-ux (with cc +DD64) */ + # define __WORDSIZE 64 Modified: head/devel/lightning/pkg-descr ============================================================================== --- head/devel/lightning/pkg-descr Mon Sep 2 17:12:11 2013 (r326039) +++ head/devel/lightning/pkg-descr Mon Sep 2 17:17:28 2013 (r326040) @@ -3,4 +3,4 @@ it is very fast, making it ideal for Jus over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips. -WWW: http://www.gnu.org/software/lightning/ +WWW: http://www.gnu.org/software/lightning/ Modified: head/devel/lightning/pkg-plist ============================================================================== --- head/devel/lightning/pkg-plist Mon Sep 2 17:12:11 2013 (r326039) +++ head/devel/lightning/pkg-plist Mon Sep 2 17:17:28 2013 (r326040) @@ -1,28 +1,7 @@ -bin/lightningize -include/lightning/asm-common.h -include/lightning/asm.h -include/lightning/core-common.h -include/lightning/core.h -include/lightning/fp-common.h -include/lightning/fp.h -include/lightning/funcs-common.h -include/lightning/funcs.h -include/lightning/i386/asm.h -include/lightning/i386/core.h -include/lightning/i386/fp.h -include/lightning/i386/funcs.h -include/lightning/ppc/asm.h -include/lightning/ppc/core.h -include/lightning/ppc/fp.h -include/lightning/ppc/funcs.h -include/lightning/sparc/asm.h -include/lightning/sparc/core.h -include/lightning/sparc/fp.h -include/lightning/sparc/funcs.h -share/aclocal/lightning.m4 -%%DATADIR%%/Makefile.am -@dirrm %%DATADIR%% -@dirrm include/lightning/sparc -@dirrm include/lightning/ppc -@dirrm include/lightning/i386 +include/lightning.h +include/lightning/jit_%%JIT_ARCH%%.h +lib/liblightning.a +lib/liblightning.la +lib/liblightning.so +lib/liblightning.so.0 @dirrm include/lightning From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:19:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21A44C38; Mon, 2 Sep 2013 17:19:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E125236E; Mon, 2 Sep 2013 17:19:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82HIxo4005650; Mon, 2 Sep 2013 17:18:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82HIxDt005647; Mon, 2 Sep 2013 17:18:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021718.r82HIxDt005647@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 17:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326041 - in head/audio/icecast2: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 17:19:00 -0000 Author: sunpoet Date: Mon Sep 2 17:18:59 2013 New Revision: 326041 URL: http://svnweb.freebsd.org/changeset/ports/326041 Log: - Add my LOCAL to MASTER_SITES - Convert to new LIB_DEPENDS format - Convert to new options framework - Pet portlint: move LICENSE upward - Use DATADIR - Use PORTDOCS macro - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Simplify regex - Cosmetic change Added: - copied unchanged from r325327, head/audio/icecast2/files/patch-conf::Makefile.in Directory Properties: head/audio/icecast2/files/patch-conf-Makefile.in (props changed) Deleted: head/audio/icecast2/files/patch-conf::Makefile.in Modified: head/audio/icecast2/Makefile head/audio/icecast2/pkg-plist (contents, props changed) Modified: head/audio/icecast2/Makefile ============================================================================== --- head/audio/icecast2/Makefile Mon Sep 2 17:17:28 2013 (r326040) +++ head/audio/icecast2/Makefile Mon Sep 2 17:18:59 2013 (r326041) @@ -7,41 +7,44 @@ PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ - http://svn.xiph.org/releases/icecast/ + http://svn.xiph.org/releases/icecast/ \ + LOCAL/sunpoet DISTNAME= icecast-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streaming mp3/ogg-vorbis audio server -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - shout.5:${PORTSDIR}/audio/libshout2 \ - speex.1:${PORTSDIR}/audio/speex \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - xslt.2:${PORTSDIR}/textproc/libxslt - LICENSE= GPLv2 -GNU_CONFIGURE= yes -USE_RC_SUBR= icecast2 -SUB_FILES+= pkg-message -CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libshout.so:${PORTSDIR}/audio/libshout2 \ + libspeex.so:${PORTSDIR}/audio/speex \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libxslt.so:${PORTSDIR}/textproc/libxslt + +OPTIONS_DEFINE= DOCS + CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} +GNU_CONFIGURE= yes +USE_RC_SUBR= ${PORTNAME} USES= gmake +WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} +DATADIR= ${PREFIX}/share/icecast DOCSDIR= ${PREFIX}/share/doc/icecast -WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} +PORTDOCS= * +SUB_FILES= pkg-message -.include +.include -.if defined(NOPORTDOCS) post-patch: - ${REINPLACE_CMD} \ - -e 's|SUBDIRS = src conf debian doc web admin win32 examples|SUBDIRS = src conf debian web admin win32 examples # doc|' \ - -e 's| install-exec-am install-data-am| install-exec-am|' ${WRKSRC}/Makefile.in +.if !${PORT_OPTIONS:MDOCS} + ${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||; s| install-exec-am install-data-am| install-exec-am|' ${WRKSRC}/Makefile.in .endif post-install: @${CAT} ${PKGMESSAGE} -.include +.include Copied: head/audio/icecast2/files/patch-conf-Makefile.in (from r325327, head/audio/icecast2/files/patch-conf::Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast2/files/patch-conf-Makefile.in Mon Sep 2 17:18:59 2013 (r326041, copy of r325327, head/audio/icecast2/files/patch-conf::Makefile.in) @@ -0,0 +1,12 @@ +--- conf/Makefile.in.orig 2008-05-30 08:58:57.000000000 +0900 ++++ conf/Makefile.in 2010-05-14 17:36:16.000000000 +0900 +@@ -407,8 +407,7 @@ + + install-data-hook: + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) +- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \ +- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml ++ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample + + icecast.xml.dist: $(srcdir)/icecast.xml.in + $(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist Modified: head/audio/icecast2/pkg-plist ============================================================================== --- head/audio/icecast2/pkg-plist Mon Sep 2 17:17:28 2013 (r326040) +++ head/audio/icecast2/pkg-plist Mon Sep 2 17:18:59 2013 (r326041) @@ -1,55 +1,30 @@ bin/icecast etc/icecast.xml.sample -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/icecast2_admin.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_basicsetup.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_changes.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_config_file.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_faq.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_glossary.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_introduction.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_listenerauth.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_relay.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_stats.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_win32.html -%%PORTDOCS%%%%DOCSDIR%%/icecast2_yp.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/listener_auth1.jpg -%%PORTDOCS%%%%DOCSDIR%%/listener_auth2.jpg -%%PORTDOCS%%%%DOCSDIR%%/listener_auth3.jpg -%%PORTDOCS%%%%DOCSDIR%%/masterslave.png -%%PORTDOCS%%%%DOCSDIR%%/relay.png -share/icecast/admin/listclients.xsl -share/icecast/admin/listmounts.xsl -share/icecast/admin/manageauth.xsl -share/icecast/admin/moveclients.xsl -share/icecast/admin/response.xsl -share/icecast/admin/stats.xsl -share/icecast/admin/updatemetadata.xsl -share/icecast/doc/icecast.xml.dist -share/icecast/doc/icecast_minimal.xml.dist -share/icecast/doc/icecast_shoutcast_compat.xml.dist -share/icecast/doc/icecast_urlauth.xml.dist -share/icecast/web/auth.xsl -share/icecast/web/corner_bottomleft.jpg -share/icecast/web/corner_bottomright.jpg -share/icecast/web/corner_topleft.jpg -share/icecast/web/corner_topright.jpg -share/icecast/web/icecast.png -share/icecast/web/key.gif -share/icecast/web/key.png -share/icecast/web/server_version.xsl -share/icecast/web/status.xsl -share/icecast/web/status2.xsl -share/icecast/web/style.css -share/icecast/web/tunein.png -@dirrm share/icecast/web -@dirrm share/icecast/doc -@dirrm share/icecast/admin -@dirrm share/icecast -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DATADIR%%/admin/listclients.xsl +%%DATADIR%%/admin/listmounts.xsl +%%DATADIR%%/admin/manageauth.xsl +%%DATADIR%%/admin/moveclients.xsl +%%DATADIR%%/admin/response.xsl +%%DATADIR%%/admin/stats.xsl +%%DATADIR%%/admin/updatemetadata.xsl +%%DATADIR%%/doc/icecast.xml.dist +%%DATADIR%%/doc/icecast_minimal.xml.dist +%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist +%%DATADIR%%/doc/icecast_urlauth.xml.dist +%%DATADIR%%/web/auth.xsl +%%DATADIR%%/web/corner_bottomleft.jpg +%%DATADIR%%/web/corner_bottomright.jpg +%%DATADIR%%/web/corner_topleft.jpg +%%DATADIR%%/web/corner_topright.jpg +%%DATADIR%%/web/icecast.png +%%DATADIR%%/web/key.gif +%%DATADIR%%/web/key.png +%%DATADIR%%/web/server_version.xsl +%%DATADIR%%/web/status.xsl +%%DATADIR%%/web/status2.xsl +%%DATADIR%%/web/style.css +%%DATADIR%%/web/tunein.png +@dirrm %%DATADIR%%/web +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%%/admin +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:29:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8D925E00; Mon, 2 Sep 2013 17:29:40 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7963823F4; Mon, 2 Sep 2013 17:29:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82HTesT011865; Mon, 2 Sep 2013 17:29:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82HTa8I011835; Mon, 2 Sep 2013 17:29:36 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021729.r82HTa8I011835@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 17:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326042 - in head/www: p5-Amon2-Plugin-Web-MobileAgent p5-CGI-Application-Dispatch p5-CGI-Application-Plugin-Forward p5-CGI-Application-Plugin-JSON p5-Catalyst-Plugin-SmartURI p5-Cataly... 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.14 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: Mon, 02 Sep 2013 17:29:40 -0000 Author: az Date: Mon Sep 2 17:29:36 2013 New Revision: 326042 URL: http://svnweb.freebsd.org/changeset/ports/326042 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile (contents, props changed) head/www/p5-CGI-Application-Dispatch/Makefile head/www/p5-CGI-Application-Plugin-Forward/Makefile head/www/p5-CGI-Application-Plugin-JSON/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-SmartURI/Makefile (contents, props changed) head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile (contents, props changed) head/www/p5-HTTP-Daemon-SSL/Makefile (contents, props changed) head/www/p5-HTTP-Server-Simple-Mason/Makefile (contents, props changed) head/www/p5-Net-YAP/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ReverseProxy/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Status/Makefile (contents, props changed) head/www/p5-WWW-HatenaDiary/Makefile (contents, props changed) head/www/p5-WWW-Scripter/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Googl/Makefile (contents, props changed) head/www/p5-WWW-WebArchive/Makefile (contents, props changed) head/www/p5-WebService-BuzzurlAPI/Makefile (contents, props changed) head/www/p5-webservice-validator-html-w3c/Makefile (contents, props changed) head/www/squidstats/Makefile (contents, props changed) Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile ============================================================================== --- head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -29,7 +29,8 @@ TEST_DEPENDS= \ p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Amon2::Plugin::Web::MobileAgent.3 \ Amon2::Plugin::Web::MobileCharset.3 \ Modified: head/www/p5-CGI-Application-Dispatch/Makefile ============================================================================== --- head/www/p5-CGI-Application-Dispatch/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-CGI-Application-Dispatch/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.50: p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Dispatch.3 \ CGI::Application::Dispatch::PSGI.3 \ Modified: head/www/p5-CGI-Application-Plugin-Forward/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Forward/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-CGI-Application-Plugin-Forward/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Forward.3 Modified: head/www/p5-CGI-Application-Plugin-JSON/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-JSON/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-CGI-Application-Plugin-JSON/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-CGI-Application>4.01:${P p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::JSON.3 Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Catalyst-Plugin-SmartURI/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.70 p5-parent>=0:${PORTSDIR}/devel/p5-parent RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::SmartURI.3 Modified: head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile ============================================================================== --- head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Catalyst-View-JSON>=0:$ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3 Modified: head/www/p5-HTTP-Daemon-SSL/Makefile ============================================================================== --- head/www/p5-HTTP-Daemon-SSL/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-HTTP-Daemon-SSL/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -17,7 +17,8 @@ COMMENT= A simple http server class with RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Daemon::SSL.3 Modified: head/www/p5-HTTP-Server-Simple-Mason/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Mason/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-HTTP-Server-Simple-Mason/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTTP-Server-Simple>=0: p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE=yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Server::Simple::Mason.3 Modified: head/www/p5-Net-YAP/Makefile ============================================================================== --- head/www/p5-Net-YAP/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Net-YAP/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -17,7 +17,8 @@ COMMENT= Conduit to communicate with the BUILD_DEPENDS= p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::YAP.3 Modified: head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile ============================================================================== --- head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Handler::AnyEvent::SCGI.3 Modified: head/www/p5-Plack-Middleware-ReverseProxy/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-ReverseProxy/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Plack-Middleware-ReverseProxy/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Plack>=0.9988:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::ReverseProxy.3 Modified: head/www/p5-Plack-Middleware-Status/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Status/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-Plack-Middleware-Status/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Status.3 Modified: head/www/p5-WWW-HatenaDiary/Makefile ============================================================================== --- head/www/p5-WWW-HatenaDiary/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-WWW-HatenaDiary/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=0:${PORTSDI p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::HatenaDiary.3 Modified: head/www/p5-WWW-Scripter/Makefile ============================================================================== --- head/www/p5-WWW-Scripter/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-WWW-Scripter/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-libwww>=5.829:${PORTSDIR p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scripter::Location.3 WWW::Scripter.3 \ WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3 Modified: head/www/p5-WWW-Shorten-Googl/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Googl/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-WWW-Shorten-Googl/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-WWW-Shorten>=1.98:${PO p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::Googl.3 Modified: head/www/p5-WWW-WebArchive/Makefile ============================================================================== --- head/www/p5-WWW-WebArchive/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-WWW-WebArchive/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-App-Options>=0:${PORTSDI p5-App-Trace>=0:${PORTSDIR}/devel/p5-App-Trace \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::WebArchive.3 WWW::WebArchive::Agent.3 \ WWW::WebArchive::WaybackMachine.3 Modified: head/www/p5-WebService-BuzzurlAPI/Makefile ============================================================================== --- head/www/p5-WebService-BuzzurlAPI/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-WebService-BuzzurlAPI/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0.25:${P p5-Readonly>=1.01:${PORTSDIR}/devel/p5-Readonly \ p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::BuzzurlAPI.3 \ WebService::BuzzurlAPI::Util.3 \ Modified: head/www/p5-webservice-validator-html-w3c/Makefile ============================================================================== --- head/www/p5-webservice-validator-html-w3c/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/p5-webservice-validator-html-w3c/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORT p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Validator::HTML::W3C::Error.3 \ WebService::Validator::HTML::W3C.3 Modified: head/www/squidstats/Makefile ============================================================================== --- head/www/squidstats/Makefile Mon Sep 2 17:18:59 2013 (r326041) +++ head/www/squidstats/Makefile Mon Sep 2 17:29:36 2013 (r326042) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=2.39:${ p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \ p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session -USE_PERL5= yes +USES= perl5 SQUID_UID?= squid SQUID_GID?= squid From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:37:56 2013 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 ESMTP id D697B149; Mon, 2 Sep 2013 17:37:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3BBE24CE; Mon, 2 Sep 2013 17:37:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82HbuL4016863; Mon, 2 Sep 2013 17:37:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Hbuck016861; Mon, 2 Sep 2013 17:37:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309021737.r82Hbuck016861@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 17:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326043 - head/devel/p5-DateTime-Format-Strptime 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.14 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: Mon, 02 Sep 2013 17:37:56 -0000 Author: sunpoet Date: Mon Sep 2 17:37:56 2013 New Revision: 326043 URL: http://svnweb.freebsd.org/changeset/ports/326043 Log: - Add LICENSE - Use CPAN as primary WWW Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/pkg-descr (contents, props changed) Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Mon Sep 2 17:29:36 2013 (r326042) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Mon Sep 2 17:37:56 2013 (r326043) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format strp and strf time patterns +LICENSE= ART20 + RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime Modified: head/devel/p5-DateTime-Format-Strptime/pkg-descr ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/pkg-descr Mon Sep 2 17:29:36 2013 (r326042) +++ head/devel/p5-DateTime-Format-Strptime/pkg-descr Mon Sep 2 17:37:56 2013 (r326043) @@ -3,4 +3,4 @@ reverse of strftime(3), for DateTime. Wh pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated. -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime-Format-Strptime/ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:47:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D923D56C; Mon, 2 Sep 2013 17:47:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C65A225B5; Mon, 2 Sep 2013 17:47:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Hltd0022667; Mon, 2 Sep 2013 17:47:55 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Hlt7J022664; Mon, 2 Sep 2013 17:47:55 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309021747.r82Hlt7J022664@svn.freebsd.org> From: Thierry Thomas Date: Mon, 2 Sep 2013 17:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326044 - in head/graphics/SciPlot: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 17:47:56 -0000 Author: thierry Date: Mon Sep 2 17:47:54 2013 New Revision: 326044 URL: http://svnweb.freebsd.org/changeset/ports/326044 Log: - Fix the build on -CURRENT ; - Since I'm there, define LICENSE and split PORTDOCS/PORTEXAMPLES. PR: ports/181759 Submitted by: tijl Modified: head/graphics/SciPlot/Makefile (contents, props changed) head/graphics/SciPlot/files/patch-Imakefile (contents, props changed) head/graphics/SciPlot/pkg-plist (contents, props changed) Modified: head/graphics/SciPlot/Makefile ============================================================================== --- head/graphics/SciPlot/Makefile Mon Sep 2 17:37:56 2013 (r326043) +++ head/graphics/SciPlot/Makefile Mon Sep 2 17:47:54 2013 (r326044) @@ -3,7 +3,7 @@ PORTNAME= SciPlot PORTVERSION= 1.36 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics math MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= widgets @@ -11,8 +11,10 @@ MASTER_SITE_SUBDIR= widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph +LICENSE= GPLv2 + USES= imake motif -USE_XORG= xp +USE_XORG= xp xt x11 MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME} USE_LDCONFIG= yes @@ -36,6 +38,8 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${EXDATA:S|^|${WRKSRC}/|} ${EXAMPLESDIR} ${INSTALL_PROGRAM} ${EXBINS:S|^|${WRKSRC}/|} ${EXAMPLESDIR} Modified: head/graphics/SciPlot/files/patch-Imakefile ============================================================================== --- head/graphics/SciPlot/files/patch-Imakefile Mon Sep 2 17:37:56 2013 (r326043) +++ head/graphics/SciPlot/files/patch-Imakefile Mon Sep 2 17:47:54 2013 (r326044) @@ -18,7 +18,7 @@ MOTIFDEPS = $(DEPXMLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) -MOTIFLIBS = $(MOTIF) $(XMULIB) $(XTOOLLIB) $(XLIB) -+# MOTIFLIBS = $(MOTIF) $(XMULIB) $(XTOOLLIB) $(XLIB) ++MOTIFLIBS = $(MOTIFLIB) $(XTOOLONLYLIB) $(XONLYLIB) SYS_LIBRARIES = -lm CDEBUGFLAGS = @@ -32,20 +32,15 @@ SRCS = SciPlot.c SciPlotUtil.c xyplot.c realtime.c HDRS = SciPlot.h SciPlotP.h SciPlotUtil.h OBJS = $(SRCS:.c=.o) -@@ -54,10 +58,10 @@ +@@ -54,7 +58,7 @@ $(HDOC) $*.hdoc > $*.html -AllTarget(sciplot realtime) +AllTarget(sciplot realtime libs) --NormalProgramTarget(sciplot,$(PLOTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES)) --NormalProgramTarget(realtime,$(RTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES)) -+NormalProgramTarget(sciplot,$(PLOTOBJS),$(MOTIFDEPS),$(MOTIFLIB),$(SYS_LIBRARIES)) -+NormalProgramTarget(realtime,$(RTOBJS),$(MOTIFDEPS),$(MOTIFLIB),$(SYS_LIBRARIES)) - - doc: $(HOBJS) $(HDOC) - @echo "Updated html." + NormalProgramTarget(sciplot,$(PLOTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES)) + NormalProgramTarget(realtime,$(RTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES)) @@ -79,9 +83,16 @@ tar cfv $(TARFILE).tar $(TARFILES) compress $(TARFILE).tar @@ -54,7 +49,7 @@ + $(AR) $(LIBNAME).a $(WIDGET).o $(WIDGET)Util.o + $(RANLIB) $(LIBNAME).a + $(CC) $(SHLIBLDFLAGS) -o $(SONAME).$(SONUM) $(WIDGET).o $(WIDGET)Util.o \ -+ $(LDFLAGS) $(MOTIFLIB) $(LDLIBS) ++ $(LDFLAGS) $(MOTIFLIBS) $(LDLIBS) + # Dependencies: Modified: head/graphics/SciPlot/pkg-plist ============================================================================== --- head/graphics/SciPlot/pkg-plist Mon Sep 2 17:37:56 2013 (r326043) +++ head/graphics/SciPlot/pkg-plist Mon Sep 2 17:47:54 2013 (r326044) @@ -4,8 +4,8 @@ include/SciPlot/SciPlotUtil.h lib/%%LIBNAME%%.a lib/%%LIBNAME%%.so lib/%%LIBNAME%%.so.0 -%%PORTDOCS%%%%EXAMPLESDIR%%/data.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/realtime -%%PORTDOCS%%%%EXAMPLESDIR%%/sciplot +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/realtime +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sciplot @dirrm include/SciPlot -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:03:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 390929AE; Mon, 2 Sep 2013 18:03:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 270B22710; Mon, 2 Sep 2013 18:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82I3HaB032417; Mon, 2 Sep 2013 18:03:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82I3HAn032415; Mon, 2 Sep 2013 18:03:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021803.r82I3HAn032415@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326045 - head/graphics/evas-engine-opengl 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.14 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: Mon, 02 Sep 2013 18:03:17 -0000 Author: antoine Date: Mon Sep 2 18:03:16 2013 New Revision: 326045 URL: http://svnweb.freebsd.org/changeset/ports/326045 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/evas-engine-opengl/Makefile Modified: head/graphics/evas-engine-opengl/Makefile ============================================================================== --- head/graphics/evas-engine-opengl/Makefile Mon Sep 2 17:47:54 2013 (r326044) +++ head/graphics/evas-engine-opengl/Makefile Mon Sep 2 18:03:16 2013 (r326045) @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_XORG= x11 xext xrender USE_GL= gl glu From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:05:49 2013 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 ESMTP id C9CBABDA; Mon, 2 Sep 2013 18:05:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B759D273F; Mon, 2 Sep 2013 18:05:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82I5nrI033700; Mon, 2 Sep 2013 18:05:49 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82I5nIm033699; Mon, 2 Sep 2013 18:05:49 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021805.r82I5nIm033699@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326046 - head/graphics/evas-engine-x11 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.14 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: Mon, 02 Sep 2013 18:05:49 -0000 Author: antoine Date: Mon Sep 2 18:05:49 2013 New Revision: 326046 URL: http://svnweb.freebsd.org/changeset/ports/326046 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/evas-engine-x11/Makefile Modified: head/graphics/evas-engine-x11/Makefile ============================================================================== --- head/graphics/evas-engine-x11/Makefile Mon Sep 2 18:03:16 2013 (r326045) +++ head/graphics/evas-engine-x11/Makefile Mon Sep 2 18:05:49 2013 (r326046) @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_XORG= x11 xext USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:08:32 2013 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 ESMTP id C2546CF4; Mon, 2 Sep 2013 18:08:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFC132765; Mon, 2 Sep 2013 18:08:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82I8WJl034742; Mon, 2 Sep 2013 18:08:32 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82I8WoD034741; Mon, 2 Sep 2013 18:08:32 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021808.r82I8WoD034741@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326047 - head/multimedia/transcode 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.14 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: Mon, 02 Sep 2013 18:08:32 -0000 Author: antoine Date: Mon Sep 2 18:08:32 2013 New Revision: 326047 URL: http://svnweb.freebsd.org/changeset/ports/326047 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/multimedia/transcode/Makefile Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Mon Sep 2 18:05:49 2013 (r326046) +++ head/multimedia/transcode/Makefile Mon Sep 2 18:08:32 2013 (r326047) @@ -18,7 +18,7 @@ USE_BZIP2= yes FAKEDIR= ${WRKDIR}/fake PLIST= ${WRKDIR}/plist USE_LDCONFIG= yes -USES= gmake +USES= gmake pkgconfig WANT_SDL= yes WANT_GNOME= yes USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:11:08 2013 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 ESMTP id 0BE22E55; Mon, 2 Sep 2013 18:11:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC1E227D1; Mon, 2 Sep 2013 18:11:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IB7QD037995; Mon, 2 Sep 2013 18:11:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IB7XI037994; Mon, 2 Sep 2013 18:11:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021811.r82IB7XI037994@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326048 - head/palm/synce-libsynce 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.14 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: Mon, 02 Sep 2013 18:11:08 -0000 Author: antoine Date: Mon Sep 2 18:11:07 2013 New Revision: 326048 URL: http://svnweb.freebsd.org/changeset/ports/326048 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/palm/synce-libsynce/Makefile Modified: head/palm/synce-libsynce/Makefile ============================================================================== --- head/palm/synce-libsynce/Makefile Mon Sep 2 18:08:32 2013 (r326047) +++ head/palm/synce-libsynce/Makefile Mon Sep 2 18:11:07 2013 (r326048) @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USES= pathfix iconv +USES= pathfix iconv pkgconfig CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}" \ --enable-dccm-file-support=no \ --enable-hal-support=yes \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:14:46 2013 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 ESMTP id 5234CF6D; Mon, 2 Sep 2013 18:14:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24DC827F3; Mon, 2 Sep 2013 18:14:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IEkuR039414; Mon, 2 Sep 2013 18:14:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IEjNc039411; Mon, 2 Sep 2013 18:14:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021814.r82IEjNc039411@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 18:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326049 - in head/x11-toolkits: gtk20 gtksourceview2 gtksourceview3 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.14 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: Mon, 02 Sep 2013 18:14:46 -0000 Author: bapt Date: Mon Sep 2 18:14:45 2013 New Revision: 326049 URL: http://svnweb.freebsd.org/changeset/ports/326049 Log: Add an explicit dependency on pkgconf Modified: head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtksourceview2/Makefile head/x11-toolkits/gtksourceview3/Makefile Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Mon Sep 2 18:11:07 2013 (r326048) +++ head/x11-toolkits/gtk20/Makefile Mon Sep 2 18:14:45 2013 (r326049) @@ -34,7 +34,7 @@ USE_PERL5_BUILD=yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache -USES= gettext +USES= gettext pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static --with-xinput=yes Modified: head/x11-toolkits/gtksourceview2/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview2/Makefile Mon Sep 2 18:11:07 2013 (r326048) +++ head/x11-toolkits/gtksourceview2/Makefile Mon Sep 2 18:14:45 2013 (r326049) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.96 2010/09/29 12:42:49 kwm Exp $ -# PORTNAME= gtksourceview2 PORTVERSION= 2.10.5 @@ -22,8 +18,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack gtk20 gconf2 libxml2 intlhack \ Modified: head/x11-toolkits/gtksourceview3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview3/Makefile Mon Sep 2 18:11:07 2013 (r326048) +++ head/x11-toolkits/gtksourceview3/Makefile Mon Sep 2 18:14:45 2013 (r326049) @@ -17,10 +17,9 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:15:57 2013 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 ESMTP id 931E216E; Mon, 2 Sep 2013 18:15:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8206C27FF; Mon, 2 Sep 2013 18:15:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IFva6039936; Mon, 2 Sep 2013 18:15:57 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IFv7f039933; Mon, 2 Sep 2013 18:15:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021815.r82IFv7f039933@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326050 - head/graphics/mesa-demos 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.14 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: Mon, 02 Sep 2013 18:15:57 -0000 Author: antoine Date: Mon Sep 2 18:15:57 2013 New Revision: 326050 URL: http://svnweb.freebsd.org/changeset/ports/326050 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/mesa-demos/Makefile Modified: head/graphics/mesa-demos/Makefile ============================================================================== --- head/graphics/mesa-demos/Makefile Mon Sep 2 18:14:45 2013 (r326049) +++ head/graphics/mesa-demos/Makefile Mon Sep 2 18:15:57 2013 (r326050) @@ -11,7 +11,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= glu glut glew USE_XORG= glproto x11 xext xi xxf86vm xdamage xfixes dri2proto From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:18:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 217C42DA; Mon, 2 Sep 2013 18:18:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7A02838; Mon, 2 Sep 2013 18:18:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IIQYq041002; Mon, 2 Sep 2013 18:18:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IIQF1041001; Mon, 2 Sep 2013 18:18:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021818.r82IIQF1041001@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 18:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326051 - head/misc/gnome-icon-theme 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.14 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: Mon, 02 Sep 2013 18:18:27 -0000 Author: bapt Date: Mon Sep 2 18:18:26 2013 New Revision: 326051 URL: http://svnweb.freebsd.org/changeset/ports/326051 Log: Add an explicit dependency on pkgconf Modified: head/misc/gnome-icon-theme/Makefile Modified: head/misc/gnome-icon-theme/Makefile ============================================================================== --- head/misc/gnome-icon-theme/Makefile Mon Sep 2 18:15:57 2013 (r326050) +++ head/misc/gnome-icon-theme/Makefile Mon Sep 2 18:18:26 2013 (r326051) @@ -17,9 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= intlhack INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:22:06 2013 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 ESMTP id 542614E8; Mon, 2 Sep 2013 18:22:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41FC52897; Mon, 2 Sep 2013 18:22:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IM6eO044495; Mon, 2 Sep 2013 18:22:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IM6dA044491; Mon, 2 Sep 2013 18:22:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309021822.r82IM6dA044491@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 18:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326052 - head/multimedia/webcamd 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.14 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: Mon, 02 Sep 2013 18:22:06 -0000 Author: antoine Date: Mon Sep 2 18:22:05 2013 New Revision: 326052 URL: http://svnweb.freebsd.org/changeset/ports/326052 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/multimedia/webcamd/Makefile Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Mon Sep 2 18:18:26 2013 (r326051) +++ head/multimedia/webcamd/Makefile Mon Sep 2 18:22:05 2013 (r326052) @@ -17,6 +17,7 @@ LIB_DEPENDS= v4l1.0:${PORTSDIR}/multimed LICENSE= GPLv2 +USES= pkgconfig USE_RC_SUBR= webcamd USE_BZIP2= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:23:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C82415F4; Mon, 2 Sep 2013 18:23:38 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6D4A28AF; Mon, 2 Sep 2013 18:23:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82INcVo045416; Mon, 2 Sep 2013 18:23:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82INYWV045386; Mon, 2 Sep 2013 18:23:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021823.r82INYWV045386@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 18:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326053 - in head/www: libwww p5-Amon2-Lite p5-Apache-ParseFormData p5-Blog-Spam p5-CGI-Application-Plugin-HTDot p5-Catalyst-View-REST-XML p5-Emplacken p5-Flea p5-FurlX-Coro p5-LWP-User... 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.14 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: Mon, 02 Sep 2013 18:23:39 -0000 Author: az Date: Mon Sep 2 18:23:34 2013 New Revision: 326053 URL: http://svnweb.freebsd.org/changeset/ports/326053 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/libwww/Makefile (contents, props changed) head/www/p5-Amon2-Lite/Makefile (contents, props changed) head/www/p5-Apache-ParseFormData/Makefile (contents, props changed) head/www/p5-Blog-Spam/Makefile head/www/p5-CGI-Application-Plugin-HTDot/Makefile (contents, props changed) head/www/p5-Catalyst-View-REST-XML/Makefile (contents, props changed) head/www/p5-Emplacken/Makefile (contents, props changed) head/www/p5-Flea/Makefile (contents, props changed) head/www/p5-FurlX-Coro/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-WithCache/Makefile (contents, props changed) head/www/p5-Path-Class-URI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Reproxy/Makefile (contents, props changed) head/www/p5-REST-Client/Makefile head/www/p5-Reddit/Makefile (contents, props changed) head/www/p5-Template-Multilingual/Makefile (contents, props changed) head/www/p5-WWW-FreeProxy/Makefile (contents, props changed) head/www/p5-WWW-NicoVideo-Download/Makefile (contents, props changed) head/www/p5-WWW-SourceForge/Makefile (contents, props changed) head/www/p5-ZConf-RSS-GUI-GTK/Makefile Modified: head/www/libwww/Makefile ============================================================================== --- head/www/libwww/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/libwww/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/www/p5-Amon2-Lite/Makefile ============================================================================== --- head/www/p5-Amon2-Lite/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Amon2-Lite/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \ p5-Plack-Middleware-ReverseProxy>0:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Amon2::Lite.3 \ Amon2::Setup::Flavor::Lite.3 Modified: head/www/p5-Apache-ParseFormData/Makefile ============================================================================== --- head/www/p5-Apache-ParseFormData/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Apache-ParseFormData/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -18,7 +18,8 @@ COMMENT= Module allows you to easily dec BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Apache::ParseFormData.3 Modified: head/www/p5-Blog-Spam/Makefile ============================================================================== --- head/www/p5-Blog-Spam/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Blog-Spam/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Net-CIDR-Lite>=0:${PORTS p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= blogspam.1 MAN3= Blog::Spam::API.3 \ Modified: head/www/p5-CGI-Application-Plugin-HTDot/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-HTDot/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-CGI-Application-Plugin-HTDot/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.0:$ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::HTDot.3 Modified: head/www/p5-Catalyst-View-REST-XML/Makefile ============================================================================== --- head/www/p5-Catalyst-View-REST-XML/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Catalyst-View-REST-XML/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::REST::XML.3 Modified: head/www/p5-Emplacken/Makefile ============================================================================== --- head/www/p5-Emplacken/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Emplacken/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -29,7 +29,8 @@ RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Emplacken.3 \ Emplacken::Types.3 Modified: head/www/p5-Flea/Makefile ============================================================================== --- head/www/p5-Flea/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Flea/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -27,7 +27,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Flea.3 Modified: head/www/p5-FurlX-Coro/Makefile ============================================================================== --- head/www/p5-FurlX-Coro/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-FurlX-Coro/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ BUILD_DEPENDS= \ ${RUN_DEPENDS} \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FurlX::Coro.3 \ FurlX::Coro::HTTP.3 Modified: head/www/p5-LWP-UserAgent-WithCache/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-LWP-UserAgent-WithCache/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Cache-Cache>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::UserAgent::WithCache.3 Modified: head/www/p5-Path-Class-URI/Makefile ============================================================================== --- head/www/p5-Path-Class-URI/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Path-Class-URI/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Exporter-Lite>0:${PORTSDIR}/devel/p5-Exporter-Lite BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Class::URI.3 \ Path::Class::Unicode.3 Modified: head/www/p5-Plack-Middleware-Reproxy/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Reproxy/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Plack-Middleware-Reproxy/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-TEST-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Reproxy.3 \ Plack::Middleware::Reproxy::Callback.3 \ Modified: head/www/p5-REST-Client/Makefile ============================================================================== --- head/www/p5-REST-Client/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-REST-Client/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>0:${PORTS p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= REST::Client.3 Modified: head/www/p5-Reddit/Makefile ============================================================================== --- head/www/p5-Reddit/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Reddit/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/dev p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Reddit.3 Modified: head/www/p5-Template-Multilingual/Makefile ============================================================================== --- head/www/p5-Template-Multilingual/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Template-Multilingual/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -16,7 +16,8 @@ COMMENT= Multilingual templates for Temp RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Multilingual.3 \ Template::Multilingual::Parser.3 Modified: head/www/p5-WWW-FreeProxy/Makefile ============================================================================== --- head/www/p5-WWW-FreeProxy/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-FreeProxy/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ COMMENT= Fetch proxies from free proxy l BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::FreeProxy.3 WWW::FreeProxy::Proxy4Free.3 WWW::FreeProxy::Samair.3 WWW::FreeProxy::Look.3 WWW::FreeProxy::PublicProxyServers.3 Modified: head/www/p5-WWW-NicoVideo-Download/Makefile ============================================================================== --- head/www/p5-WWW-NicoVideo-Download/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-NicoVideo-Download/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDI p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::NicoVideo::Download.3 Modified: head/www/p5-WWW-SourceForge/Makefile ============================================================================== --- head/www/p5-WWW-SourceForge/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-SourceForge/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::SourceForge.3 WWW::SourceForge::Project.3 Modified: head/www/p5-ZConf-RSS-GUI-GTK/Makefile ============================================================================== --- head/www/p5-ZConf-RSS-GUI-GTK/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-ZConf-RSS-GUI-GTK/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -15,7 +15,8 @@ COMMENT= Provides a GTK backend for ZCon RUN_DEPENDS= p5-ZConf-RSS>=0:${PORTSDIR}/www/p5-ZConf-RSS \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::RSS::GUI::GTK.3 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:41:10 2013 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 ESMTP id ED2309BA; Mon, 2 Sep 2013 18:41:09 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA93D29A1; Mon, 2 Sep 2013 18:41:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82If9we056132; Mon, 2 Sep 2013 18:41:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82If5L9056107; Mon, 2 Sep 2013 18:41:05 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021841.r82If5L9056107@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 18:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326054 - in head/www: p5-Amon2-Plugin-LogDispatch p5-Apache-Singleton p5-CGI-Thin p5-Catalyst-Plugin-Unicode-Encoding p5-Dancer-Template-Xslate p5-HTML-Location p5-HTML-Template-Pro p5... 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.14 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: Mon, 02 Sep 2013 18:41:10 -0000 Author: az Date: Mon Sep 2 18:41:05 2013 New Revision: 326054 URL: http://svnweb.freebsd.org/changeset/ports/326054 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-Amon2-Plugin-LogDispatch/Makefile (contents, props changed) head/www/p5-Apache-Singleton/Makefile head/www/p5-CGI-Thin/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile head/www/p5-Dancer-Template-Xslate/Makefile (contents, props changed) head/www/p5-HTML-Location/Makefile (contents, props changed) head/www/p5-HTML-Template-Pro/Makefile (contents, props changed) head/www/p5-HTTP-Cookies-w3m/Makefile (contents, props changed) head/www/p5-HTTP-Parser-XS/Makefile (contents, props changed) head/www/p5-LWP-Online/Makefile (contents, props changed) head/www/p5-Mobile-UserAgent/Makefile (contents, props changed) head/www/p5-Net-FastCGI/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile (contents, props changed) head/www/p5-Plack-Middleware-File-Sass/Makefile (contents, props changed) head/www/p5-Plack-Middleware-SocketIO/Makefile (contents, props changed) head/www/p5-Plack-Server-Coro/Makefile (contents, props changed) head/www/p5-SCGI/Makefile (contents, props changed) head/www/p5-WWW-LongURL/Makefile (contents, props changed) head/www/wikicalc/Makefile (contents, props changed) Modified: head/www/p5-Amon2-Plugin-LogDispatch/Makefile ============================================================================== --- head/www/p5-Amon2-Plugin-LogDispatch/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Amon2-Plugin-LogDispatch/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Amon2::Plugin::LogDispatch.3 \ Amon2::Plugin::README.3 Modified: head/www/p5-Apache-Singleton/Makefile ============================================================================== --- head/www/p5-Apache-Singleton/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Apache-Singleton/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -15,7 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Apache::Singleton.3 \ Apache::Singleton::Process.3 \ Modified: head/www/p5-CGI-Thin/Makefile ============================================================================== --- head/www/p5-CGI-Thin/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-CGI-Thin/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pphillips@experts-exchange.com COMMENT= A very lightweight Parser for CGI Forms -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Thin.3 \ CGI::Thin::Cookies.3 Modified: head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Unicode::Encoding.3 Modified: head/www/p5-Dancer-Template-Xslate/Makefile ============================================================================== --- head/www/p5-Dancer-Template-Xslate/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Dancer-Template-Xslate/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Dancer::Template::Xslate.3 Modified: head/www/p5-HTML-Location/Makefile ============================================================================== --- head/www/p5-HTML-Location/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-HTML-Location/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Clone>=0.23:${PORTSDIR RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ p5-URI>=1.35:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Location.3 Modified: head/www/p5-HTML-Template-Pro/Makefile ============================================================================== --- head/www/p5-HTML-Template-Pro/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-HTML-Template-Pro/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-JSON>=2:${PORTSDIR}/converters/p5-JSON BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template::PerlInterface.3 \ HTML::Template::Pro.3 \ Modified: head/www/p5-HTTP-Cookies-w3m/Makefile ============================================================================== --- head/www/p5-HTTP-Cookies-w3m/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-HTTP-Cookies-w3m/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= HTTP::Cookies::w3m.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-HTTP-Parser-XS/Makefile ============================================================================== --- head/www/p5-HTTP-Parser-XS/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-HTTP-Parser-XS/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of fast, primitive HTTP request parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Parser::XS.3 Modified: head/www/p5-LWP-Online/Makefile ============================================================================== --- head/www/p5-LWP-Online/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-LWP-Online/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -21,7 +21,8 @@ LICENSE_COMB= dual RUN_DEPENDS+= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.35:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::Online.3 Modified: head/www/p5-Mobile-UserAgent/Makefile ============================================================================== --- head/www/p5-Mobile-UserAgent/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Mobile-UserAgent/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -16,7 +16,8 @@ COMMENT= Parses a mobile user agent stri RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mobile::UserAgent.3 \ Mobile::UserAgentFactory.3 Modified: head/www/p5-Net-FastCGI/Makefile ============================================================================== --- head/www/p5-Net-FastCGI/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Net-FastCGI/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -13,7 +13,8 @@ COMMENT= Perl extension for FastCGI Tool TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::FastCGI.3 \ Net::FastCGI::Constant.3 \ Modified: head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile ============================================================================== --- head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Handler::AnyEvent::HTTPD.3 Modified: head/www/p5-Plack-Middleware-File-Sass/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-File-Sass/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Plack-Middleware-File-Sass/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} # Now, sass gem can be used instead of p5-Text-Sass. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::File::Sass.3 Modified: head/www/p5-Plack-Middleware-SocketIO/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-SocketIO/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Plack-Middleware-SocketIO/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::SocketIO.3 \ Plack::Middleware::SocketIO::Base.3 \ Modified: head/www/p5-Plack-Server-Coro/Makefile ============================================================================== --- head/www/p5-Plack-Server-Coro/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-Plack-Server-Coro/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -23,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Server::Coro.3 Modified: head/www/p5-SCGI/Makefile ============================================================================== --- head/www/p5-SCGI/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-SCGI/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= SCGI server interface -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SCGI.3 SCGI::Request.3 Modified: head/www/p5-WWW-LongURL/Makefile ============================================================================== --- head/www/p5-WWW-LongURL/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/p5-WWW-LongURL/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Online>0:${PORTSDIR}/www/p5-LWP-Online -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::LongURL.3 Modified: head/www/wikicalc/Makefile ============================================================================== --- head/www/wikicalc/Makefile Mon Sep 2 18:23:34 2013 (r326053) +++ head/www/wikicalc/Makefile Mon Sep 2 18:41:05 2013 (r326054) @@ -16,7 +16,7 @@ COMMENT= An Open Source Wiki-Spreadsheet RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= setup.sh From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 18:52:49 2013 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 ESMTP id D6880BB9; Mon, 2 Sep 2013 18:52:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A97DF2A56; Mon, 2 Sep 2013 18:52:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82IqnrK062414; Mon, 2 Sep 2013 18:52:49 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82IqnoH062412; Mon, 2 Sep 2013 18:52:49 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309021852.r82IqnoH062412@svn.freebsd.org> From: Pawel Pekala Date: Mon, 2 Sep 2013 18:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326055 - head/databases/hashtypes 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.14 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: Mon, 02 Sep 2013 18:52:49 -0000 Author: pawel Date: Mon Sep 2 18:52:48 2013 New Revision: 326055 URL: http://svnweb.freebsd.org/changeset/ports/326055 Log: - Fix plist problems with PostgreSQL version > 9.0 by setting target moduledir in make enviroment - With default PostgreSQL version hashtypes.control file is not installed while newer versions do install it, fix this by adding post-install check Approved by: maintainer via private mail Modified: head/databases/hashtypes/Makefile (contents, props changed) head/databases/hashtypes/pkg-plist (contents, props changed) Modified: head/databases/hashtypes/Makefile ============================================================================== --- head/databases/hashtypes/Makefile Mon Sep 2 18:41:05 2013 (r326054) +++ head/databases/hashtypes/Makefile Mon Sep 2 18:52:48 2013 (r326055) @@ -3,6 +3,7 @@ PORTNAME= hashtypes PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= databases security MASTER_SITES= http://api.pgxn.org/dist/hashtypes/${PORTVERSION}/ \ http://oss-files.dreamindustries.co/mirror/ @@ -14,6 +15,11 @@ USE_PGSQL= yes USE_GMAKE= yes USE_ZIP= yes -MAKE_ARGS= USE_PGXS=1 +MAKE_ARGS= USE_PGXS=1 MODULEDIR=extension +MODULEDIR= ${PREFIX}/share/postgresql/extension + +post-install: + @[ -f ${MODULEDIR}/${PORTNAME}.control ] || \ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.control ${MODULEDIR} .include Modified: head/databases/hashtypes/pkg-plist ============================================================================== --- head/databases/hashtypes/pkg-plist Mon Sep 2 18:41:05 2013 (r326054) +++ head/databases/hashtypes/pkg-plist Mon Sep 2 18:52:48 2013 (r326055) @@ -1,5 +1,6 @@ lib/postgresql/hashtypes.so -share/doc/postgresql/contrib/README.hashtypes -share/postgresql/contrib/hashtypes--0.1.1.sql -@dirrmtry share/postgresql/contrib -@dirrmtry share/doc/postgresql/contrib +share/doc/postgresql/extension/README.hashtypes +share/postgresql/extension/hashtypes--0.1.1.sql +share/postgresql/extension/hashtypes.control +@dirrmtry share/postgresql/extension +@dirrmtry share/doc/postgresql/extension From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:00:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C65EFE1A; Mon, 2 Sep 2013 19:00:25 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A492D2AAB; Mon, 2 Sep 2013 19:00:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82J0PpR067090; Mon, 2 Sep 2013 19:00:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82J0PeC067088; Mon, 2 Sep 2013 19:00:25 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021900.r82J0PeC067088@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 19:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326056 - in head/mail/p5-Mail-SpamAssassin: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 19:00:25 -0000 Author: az Date: Mon Sep 2 19:00:24 2013 New Revision: 326056 URL: http://svnweb.freebsd.org/changeset/ports/326056 Log: - Fix issue when spamd crashes because of memory problems in Logger.pm For more details see Bug 6745 - Do not bump portrevision since issue not global While I'm here: - convert to the new perl5 framework PR: ports/181242 Submitted by: Igor Roshchin Tested by: Igor Roshchin (two weeks) Approved by: maintainer (timeout) Added: head/mail/p5-Mail-SpamAssassin/files/patch-bug6745 (contents, props changed) Modified: head/mail/p5-Mail-SpamAssassin/Makefile Modified: head/mail/p5-Mail-SpamAssassin/Makefile ============================================================================== --- head/mail/p5-Mail-SpamAssassin/Makefile Mon Sep 2 18:52:48 2013 (r326055) +++ head/mail/p5-Mail-SpamAssassin/Makefile Mon Sep 2 19:00:24 2013 (r326056) @@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS?= ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]* p5-Mail-SpamAssassin-Alt-[0-9]* -PERL_CONFIGURE= 5.12+ +USES= perl5 +USE_PERL5= configure USE_LDCONFIG= yes DBDIR?= /var/db ETCDIR?= ${PREFIX}/etc/mail/spamassassin Added: head/mail/p5-Mail-SpamAssassin/files/patch-bug6745 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mail-SpamAssassin/files/patch-bug6745 Mon Sep 2 19:00:24 2013 (r326056) @@ -0,0 +1,106 @@ +--- lib/Mail/SpamAssassin/Logger/Syslog.pm 2012/05/14 16:28:23 1338277 ++++ lib/Mail/SpamAssassin/Logger/Syslog.pm 2012/05/14 16:31:09 1338278 +@@ -167,17 +167,21 @@ + } + $msg = $timestamp . ' ' . $msg if $timestamp ne ''; + +- # important: do not call syslog() from the SIGCHLD handler +- # child_handler(). otherwise we can get into a loop if syslog() +- # forks a process -- as it does in syslog-ng apparently! (bug 3625) +- $Mail::SpamAssassin::Logger::LOG_SA{INHIBIT_LOGGING_IN_SIGCHLD_HANDLER} = 1; ++# no longer needed since a patch to bug 6745: ++# # important: do not call syslog() from the SIGCHLD handler ++# # child_handler(). otherwise we can get into a loop if syslog() ++# # forks a process -- as it does in syslog-ng apparently! (bug 3625) ++# $Mail::SpamAssassin::Logger::LOG_SA{INHIBIT_LOGGING_IN_SIGCHLD_HANDLER} = 1; ++ + my $eval_stat; + eval { + syslog($level, "%s", $msg); 1; + } or do { + $eval_stat = $@ ne '' ? $@ : "errno=$!"; chomp $eval_stat; + }; +- $Mail::SpamAssassin::Logger::LOG_SA{INHIBIT_LOGGING_IN_SIGCHLD_HANDLER} = 0; ++ ++# no longer needed since a patch to bug 6745: ++# $Mail::SpamAssassin::Logger::LOG_SA{INHIBIT_LOGGING_IN_SIGCHLD_HANDLER} = 0; + + if (defined $eval_stat) { + if ($self->check_syslog_sigpipe($msg)) { +--- spamd/spamd.raw 2012/05/14 16:28:23 1338277 ++++ spamd/spamd.raw 2012/05/14 16:31:09 1338278 +@@ -589,6 +589,7 @@ + my $timeout_child; # processing timeout (headers->finish), 0=no timeout + my $clients_per_child; # number of clients each child should process + my %children; # current children ++my @children_exited; + + if ( defined $opt{'max-children'} ) { + $childlimit = $opt{'max-children'}; +@@ -1033,6 +1034,8 @@ + # child_handler() if !$scaling || am_running_on_windows(); + child_handler(); # it doesn't hurt to call child_handler unconditionally + ++ child_cleaner(); ++ + do_sighup_restart() if defined $got_sighup; + + for (my $i = keys %children; $i < $childlimit; $i++) { +@@ -2523,7 +2526,8 @@ + my ($sig) = @_; + + # do NOT call syslog here unless the child's pid is in our list of known +- # children. This is due to syslog-ng brokenness -- bugs 3625, 4237. ++ # children. This is due to syslog-ng brokenness -- bugs 3625, 4237; ++ # see also bug 6745. + + # clean up any children which have exited + for (;;) { +@@ -2534,12 +2538,23 @@ + # + my $pid = waitpid(-1, WNOHANG); + last if !$pid || $pid == -1; +- my $child_stat = $?; ++ push(@children_exited, [$pid, $?, $sig, time]); ++ } + +- if (!defined $children{$pid}) { +- # ignore this child; we didn't realise we'd forked it. bug 4237 +- next; +- } ++ $SIG{CHLD} = \&child_handler; # reset as necessary, should be at end ++} ++ ++# takes care of dead children, as noted by a child_handler() ++# called in a main program flow (not from a signal handler) ++# ++sub child_cleaner { ++ while (@children_exited) { ++ my $tuple = shift(@children_exited); ++ next if !$tuple; # just in case ++ my($pid, $child_stat, $sig, $timestamp) = @$tuple; ++ ++ # ignore this child if we didn't realise we'd forked it. bug 4237 ++ next if !defined $children{$pid}; + + # remove them from our child listing + delete $children{$pid}; +@@ -2550,15 +2565,10 @@ + my $sock = $backchannel->get_socket_for_child($pid); + if ($sock) { $sock->close(); } + } +- +- unless ($Mail::SpamAssassin::Logger::LOG_SA{INHIBIT_LOGGING_IN_SIGCHLD_HANDLER}) { +- info("spamd: handled cleanup of child pid [%s]%s: %s", +- $pid, (defined $sig ? " due to SIG$sig" : ""), +- exit_status_str($child_stat,0)); +- } ++ info("spamd: handled cleanup of child pid [%s]%s: %s", ++ $pid, (defined $sig ? " due to SIG$sig" : ""), ++ exit_status_str($child_stat,0)); + } +- +- $SIG{CHLD} = \&child_handler; # reset as necessary, should be at end + } + + sub restart_handler { From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:04:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DD73F4F; Mon, 2 Sep 2013 19:04:23 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 184AE2AF7; Mon, 2 Sep 2013 19:04:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82J4Nr4069159; Mon, 2 Sep 2013 19:04:23 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82J4L22069149; Mon, 2 Sep 2013 19:04:21 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201309021904.r82J4L22069149@svn.freebsd.org> From: Olli Hauer Date: Mon, 2 Sep 2013 19:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326057 - in head: devel/subversion devel/subversion/files devel/subversion17 devel/subversion17/files security/vuxml 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.14 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: Mon, 02 Sep 2013 19:04:23 -0000 Author: ohauer Date: Mon Sep 2 19:04:20 2013 New Revision: 326057 URL: http://svnweb.freebsd.org/changeset/ports/326057 Log: - update devel/subversion to 1.8.3 [1] - update devel/subversion17 to 1.7.13 [1] - add vuxml entry Version 1.7.13 (29 Aug 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.13/CHANGES User-visible changes: - General * merge: fix bogus mergeinfo with conflicting file merges (issue #4306) * diff: fix duplicated path component in '--summarize' output (issue #4408) * ra_serf: ignore case when checking certificate common names (r1514763) - Server-side bugfixes: * svnserve: fix creation of pid files (r1516556) * mod_dav_svn: better status codes for commit failures (r1490684) * mod_dav_svn: do not map requests to filesystem (r1512432 et al) Developer-visible changes: - General: * support linking against gssapi on Solaris 10 (r1515068) * don't use uninitialized variable to produce an error code (r1482282) - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) Version 1.8.3 (29 August 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.3/CHANGES User-visible changes: - Client- and server-side bugfixes: * translation updates for Swedish * enforce strict version equality between tools and libraries (r1502267) * consistently output revisions as "r%ld" in error messags (r1499044 et al) - Client-side bugfixes: * status: always use absolute paths in XML output (issue #4398) * ra_serf: 'svn log -v' fails with a 1.2.x server (issue #4044) * ra_serf: fix crash when committing cp with deep deletion (issue #4400) * diff: issue an error for files that can't fit in memory (r1513119 et al) * svnmucc: generate proper error for mismatched URLs (r1511353) * update: fix a crash when a temp file doesn't exist (r1513156) * commit & update: improve sleep for timestamps performance (r1508438) * diff: continue on missing or obstructing files (issue #4396) * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628) * ra_serf: ignore case when checking certificate common names (r1514763) * ra_serf: format distinguished names properly (r1514804) * ra_serf: do not retry HTTP requests if we started to parse them (r1503318) * ra_serf: output ssl cert verification failure reason (r1514785 et al) * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901) * ra_serf: include library version in '--version' output (r1514295 et al) * info: fix spurious error on wc root with child in conflict (r1515366) - Server-side bugfixes: * svnserve: fix creation of pid files (r1516556) * svnadmin: fix output encoding in non-UTF8 environments (r1506966) * svnsync: fix high memory usage when running over ra_serf (r1515249 et al) * mod_dav_svn: do not map requests to filesystem (r1512432 et al) * svnauthz: improve help strings (r1511272) * fsfs: fixed manifest file growth with revprop changes (r1513874) * fsfs: fix packed revprops causing loss of revprops (r1513879 et al) - Other tool improvements and bugfixes: * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream) Developer-visible changes: - General: * describe APR unimplemented errors as coming from APR (r1503010 et al) * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141) * davautocheck: use the correct apxs binary by default (r1507889, r1507891) - API changes: * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al) - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) Approved by: lev@ (explicit per PM) Security: f8a913cc-1322-11e3-8ffa-20cf30e32f6d CVE-2013-4277 [1] Modified: head/devel/subversion/Makefile head/devel/subversion/Makefile.common head/devel/subversion/distinfo head/devel/subversion/files/build-outputs.mk head/devel/subversion17/Makefile head/devel/subversion17/Makefile.common head/devel/subversion17/distinfo head/devel/subversion17/files/build-outputs.mk head/security/vuxml/vuln.xml Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion/Makefile Mon Sep 2 19:04:20 2013 (r326057) @@ -44,7 +44,7 @@ SVNFSTYPE?= fsfs SUB_FILES= pkg-install \ pkg-deinstall - + BOOK_VERSION= 4515 .if make(repository) @@ -236,12 +236,13 @@ pre-configure: ${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ - fi + fi .endif # takes a long time, and will fail but gives maintainer a good oversight .if ${PORT_OPTIONS:MTEST} -test: +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +test: build -@make check -C ${WRKSRC} .endif Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion/Makefile.common Mon Sep 2 19:04:20 2013 (r326057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.3 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \ @@ -36,7 +36,7 @@ OPTIONS= # Dirty hack: if OPTIONS is no .endif .include - + .if ${PORT_OPTIONS:MSASL} LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+=--with-sasl=${LOCALBASE} Modified: head/devel/subversion/distinfo ============================================================================== --- head/devel/subversion/distinfo Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion/distinfo Mon Sep 2 19:04:20 2013 (r326057) @@ -1,5 +1,5 @@ -SHA256 (subversion18/subversion-1.8.1.tar.bz2) = faaaaedba25777331e761884598af1dd9fe33631d6415b2e0ba5348867c4edb4 -SIZE (subversion18/subversion-1.8.1.tar.bz2) = 6770843 +SHA256 (subversion18/subversion-1.8.3.tar.bz2) = fd8817b3d96530dfcc7f0a0b5d42f80f2b704ed23aaab580b72a146383d6271b +SIZE (subversion18/subversion-1.8.3.tar.bz2) = 6773731 SHA256 (subversion18/svn-book-html-r4515.tar.bz2) = 666cef147abc9b917a6bb6527da4f4869221d793126289c715f002bfb2baa508 SIZE (subversion18/svn-book-html-r4515.tar.bz2) = 473182 SHA256 (subversion18/svn-book-r4515.pdf) = 962d524ae2c861ec48a45723c484f4f5e1826ee2f9ccfe58b07b96af67b0bf5e Modified: head/devel/subversion/files/build-outputs.mk ============================================================================== --- head/devel/subversion/files/build-outputs.mk Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion/files/build-outputs.mk Mon Sep 2 19:04:20 2013 (r326057) @@ -1977,7 +1977,7 @@ subversion/libsvn_client/compat_provider subversion/libsvn_client/copy.lo: subversion/libsvn_client/copy.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/inclu de/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h -subversion/libsvn_client/copy_foreign.lo: subversion/libsvn_client/copy_foreign.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include /svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/copy_foreign.lo: subversion/libsvn_client/copy_foreign.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include /svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/include/svn_version.h subversion/libsvn_client/ctx.lo: subversion/libsvn_client/ctx.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h @@ -1985,17 +1985,17 @@ subversion/libsvn_client/delete.lo: subv subversion/libsvn_client/deprecated.lo: subversion/libsvn_client/deprecated.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn _types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h -subversion/libsvn_client/diff.lo: subversion/libsvn_client/diff.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/ svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/diff.lo: subversion/libsvn_client/diff.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_io_private.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subvers ion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/diff_local.lo: subversion/libsvn_client/diff_local.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversi on/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/diff_summarize.lo: subversion/libsvn_client/diff_summarize.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h -subversion/libsvn_client/export.lo: subversion/libsvn_client/export.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_delta_private.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/inc lude/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/export.lo: subversion/libsvn_client/export.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_delta_private.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/inc lude/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/externals.lo: subversion/libsvn_client/externals.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversi on/svn_private_config.h -subversion/libsvn_client/import.lo: subversion/libsvn_client/import.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/import.lo: subversion/libsvn_client/import.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/info.lo: subversion/libsvn_client/info.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversio n/svn_private_config.h @@ -2007,11 +2007,11 @@ subversion/libsvn_client/locking_command subversion/libsvn_client/log.lo: subversion/libsvn_client/log.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/ svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h -subversion/libsvn_client/merge.lo: subversion/libsvn_client/merge.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_magic.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subve rsion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h +subversion/libsvn_client/merge.lo: subversion/libsvn_client/merge.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_magic.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subve rsion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h subversion/libsvn_client/mergeinfo.lo: subversion/libsvn_client/mergeinfo.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_magic.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/i nclude/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h -subversion/libsvn_client/patch.lo: subversion/libsvn_client/patch.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_eol_private.h subversion/include/private/svn_magic.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/includ e/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/patch.lo: subversion/libsvn_client/patch.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_eol_private.h subversion/include/private/svn_magic.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/includ e/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/prop_commands.lo: subversion/libsvn_client/prop_commands.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include /svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h @@ -2019,7 +2019,7 @@ subversion/libsvn_client/ra.lo: subversi subversion/libsvn_client/relocate.lo: subversion/libsvn_client/relocate.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h -subversion/libsvn_client/repos_diff.lo: subversion/libsvn_client/repos_diff.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn _wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h +subversion/libsvn_client/repos_diff.lo: subversion/libsvn_client/repos_diff.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn _version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/resolved.lo: subversion/libsvn_client/resolved.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion /svn_private_config.h @@ -2133,13 +2133,13 @@ subversion/libsvn_fs_base/dag.lo: subver subversion/libsvn_fs_base/err.lo: subversion/libsvn_fs_base/err.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/id.h subversion/svn_private_config.h -subversion/libsvn_fs_base/fs.lo: subversion/libsvn_fs_base/fs.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb-err.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/changes-table.h subversion/libsvn_fs_base/bdb/checksum-reps-table.h subversion/libsvn_fs_base/bdb/copies-table.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/lock-tokens-table.h s ubversion/libsvn_fs_base/bdb/locks-table.h subversion/libsvn_fs_base/bdb/miscellaneous-table.h subversion/libsvn_fs_base/bdb/node-origins-table.h subversion/libsvn_fs_base/bdb/nodes-table.h subversion/libsvn_fs_base/bdb/reps-table.h subversion/libsvn_fs_base/bdb/rev-table.h subversion/libsvn_fs_base/bdb/strings-table.h subversion/libsvn_fs_base/bdb/txn-table.h subversion/libsvn_fs_base/bdb/uuids-table.h subversion/libsvn_fs_base/dag.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/revs-txns.h subversion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/tree.h subversion/libsvn_fs_base/uuid.h subversion/svn_private_config.h +subversion/libsvn_fs_base/fs.lo: subversion/libsvn_fs_base/fs.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb-err.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/changes-table.h subversion/libsvn_fs_base/bdb/checksum-reps-table.h subversion/libsvn_fs_base/bdb/copies-table.h subversion/libsvn_fs_base/bdb/env.h subve rsion/libsvn_fs_base/bdb/lock-tokens-table.h subversion/libsvn_fs_base/bdb/locks-table.h subversion/libsvn_fs_base/bdb/miscellaneous-table.h subversion/libsvn_fs_base/bdb/node-origins-table.h subversion/libsvn_fs_base/bdb/nodes-table.h subversion/libsvn_fs_base/bdb/reps-table.h subversion/libsvn_fs_base/bdb/rev-table.h subversion/libsvn_fs_base/bdb/strings-table.h subversion/libsvn_fs_base/bdb/txn-table.h subversion/libsvn_fs_base/bdb/uuids-table.h subversion/libsvn_fs_base/dag.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/revs-txns.h subversion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/tree.h subversion/libsvn_fs_base/uuid.h subversion/svn_private_config.h subversion/libsvn_fs_base/id.lo: subversion/libsvn_fs_base/id.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/key-gen.lo: subversion/libsvn_fs_base/key-gen.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs_base/key-gen.h -subversion/libsvn_fs_base/lock.lo: subversion/libsvn_fs_base/lock.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_skel.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/lock-tokens-table.h subversion/libsvn_fs_base/bdb/locks-table.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/trail.h subver sion/libsvn_fs_base/tree.h subversion/libsvn_fs_base/util/fs_skels.h subversion/svn_private_config.h +subversion/libsvn_fs_base/lock.lo: subversion/libsvn_fs_base/lock.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_skel.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/lock-tokens-table.h subversion/libsvn_fs_base/bdb/locks-table.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/lock.h subvers ion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/tree.h subversion/libsvn_fs_base/util/fs_skels.h subversion/svn_private_config.h subversion/libsvn_fs_base/node-rev.lo: subversion/libsvn_fs_base/node-rev.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/node-origins-table.h subversion/libsvn_fs_base/bdb/nodes-table.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/node-rev.h subversion/libsvn_fs_base/reps-strings.h subversion/libsvn_fs_base/trail.h subversion/svn_private_config.h @@ -2151,15 +2151,15 @@ subversion/libsvn_fs_base/trail.lo: subv subversion/libsvn_fs_base/tree.lo: subversion/libsvn_fs_base/tree.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_skel.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/changes-table.h subversion/libsvn_fs_base/bdb/copies-table.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/miscellaneo us-table.h subversion/libsvn_fs_base/bdb/node-origins-table.h subversion/libsvn_fs_base/bdb/nodes-table.h subversion/libsvn_fs_base/bdb/rev-table.h subversion/libsvn_fs_base/bdb/txn-table.h subversion/libsvn_fs_base/dag.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/key-gen.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/node-rev.h subversion/libsvn_fs_base/revs-txns.h subversion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/tree.h subversion/svn_private_config.h -subversion/libsvn_fs_base/util/fs_skels.lo: subversion/libsvn_fs_base/util/fs_skels.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_skel.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/util/fs_skels.h subversion/svn_private_config.h +subversion/libsvn_fs_base/util/fs_skels.lo: subversion/libsvn_fs_base/util/fs_skels.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_skel.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/id.h subversion/libsvn_fs_base/util/fs_skels.h subversion/svn_private_config.h subversion/libsvn_fs_base/uuid.lo: subversion/libsvn_fs_base/uuid.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_base/bdb/bdb_compat.h subversion/libsvn_fs_base/bdb/env.h subversion/libsvn_fs_base/bdb/uuids-table.h subversion/libsvn_fs_base/err.h subversion/libsvn_fs_base/fs.h subversion/libsvn_fs_base/trail.h subversion/libsvn_fs_base/uuid.h subversion/svn_private_config.h -subversion/libsvn_fs_fs/caching.lo: subversion/libsvn_fs_fs/caching.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs -loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/temp_serializer.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h +subversion/libsvn_fs_fs/caching.lo: subversion/libsvn_fs_fs/caching.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_ version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/temp_serializer.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h subversion/libsvn_fs_fs/dag.lo: subversion/libsvn_fs_fs/dag.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_temp_serializer.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn _string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/temp_serializer.h subversion/svn_private_config.h -subversion/libsvn_fs_fs/fs.lo: subversion/libsvn_fs_fs/fs.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/fs.h subversion/ libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/rep-cache.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h +subversion/libsvn_fs_fs/fs.lo: subversion/libsvn_fs_fs/fs.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loa der.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/rep-cache.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h subversion/libsvn_fs_fs/fs_fs.lo: subversion/libsvn_fs_fs/fs_fs.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_delta_private.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/sv n_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/rep-cache.h subversion/libsvn_fs_fs/temp_serializer.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h @@ -2171,9 +2171,9 @@ subversion/libsvn_fs_fs/lock.lo: subvers subversion/libsvn_fs_fs/rep-cache.lo: subversion/libsvn_fs_fs/rep-cache.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/fs.h subve rsion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/rep-cache-db.h subversion/libsvn_fs_fs/rep-cache.h subversion/svn_private_config.h -subversion/libsvn_fs_fs/temp_serializer.lo: subversion/libsvn_fs_fs/temp_serializer.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_temp_serializer.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include /svn_string.h subversion/include/svn_types.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/temp_serializer.h +subversion/libsvn_fs_fs/temp_serializer.lo: subversion/libsvn_fs_fs/temp_serializer.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_temp_serializer.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include /svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/temp_serializer.h -subversion/libsvn_fs_fs/tree.lo: subversion/libsvn_fs_fs/tree.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_merge info.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/temp_serializer.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h +subversion/libsvn_fs_fs/tree.lo: subversion/libsvn_fs_fs/tree.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_mutex.h subversion/include/private/svn_named_atomic.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_merge info.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/temp_serializer.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h subversion/libsvn_fs_util/fs-util.lo: subversion/libsvn_fs_util/fs-util.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h subversion/svn_private_config.h @@ -2189,7 +2189,7 @@ subversion/libsvn_ra/ra_loader.lo: subve subversion/libsvn_ra/util.lo: subversion/libsvn_ra/util.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h -subversion/libsvn_ra_local/ra_plugin.lo: subversion/libsvn_ra_local/ra_plugin.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_repos_private.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra/wrapper_template.h subversion/libsvn_ra_local/ra_local.h subversion/svn_private_config.h +subversion/libsvn_ra_local/ra_plugin.lo: subversion/libsvn_ra_local/ra_plugin.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_repos_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/i nclude/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra/wrapper_template.h subversion/libsvn_ra_local/ra_local.h subversion/svn_private_config.h subversion/libsvn_ra_local/split_url.lo: subversion/libsvn_ra_local/split_url.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_ra_local/ra_local.h subversion/svn_private_config.h @@ -2237,7 +2237,7 @@ subversion/libsvn_ra_serf/util_error.lo: subversion/libsvn_ra_serf/xml.lo: subversion/libsvn_ra_serf/xml.c subversion/include/private/svn_dav_protocol.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dav.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra_serf/blncache.h subversion/libsvn_ra_serf/ra_se rf.h subversion/svn_private_config.h -subversion/libsvn_ra_svn/client.lo: subversion/libsvn_ra_svn/client.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_ra_svn_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra/wrapper_template.h subversio n/libsvn_ra_svn/ra_svn.h subversion/svn_private_config.h +subversion/libsvn_ra_svn/client.lo: subversion/libsvn_ra_svn/client.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_ra_svn_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_ra/ra_loader.h sub version/libsvn_ra/wrapper_template.h subversion/libsvn_ra_svn/ra_svn.h subversion/svn_private_config.h subversion/libsvn_ra_svn/cram.lo: subversion/libsvn_ra_svn/cram.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_svn_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_ra_svn/ra_svn.h subversion/svn_private_config.h @@ -2273,7 +2273,7 @@ subversion/libsvn_repos/load-fs-vtable.l subversion/libsvn_repos/load.lo: subversion/libsvn_repos/load.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_mergeinfo_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h -subversion/libsvn_repos/log.lo: subversion/libsvn_repos/log.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h +subversion/libsvn_repos/log.lo: subversion/libsvn_repos/log.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h subversion/libsvn_repos/node_tree.lo: subversion/libsvn_repos/node_tree.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h @@ -2281,7 +2281,7 @@ subversion/libsvn_repos/notify.lo: subve subversion/libsvn_repos/replay.lo: subversion/libsvn_repos/replay.c subversion/include/private/svn_debug.h subversion/include/private/svn_delta_private.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_repos_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h -subversion/libsvn_repos/reporter.lo: subversion/libsvn_repos/reporter.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fspath.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h +subversion/libsvn_repos/reporter.lo: subversion/libsvn_repos/reporter.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fspath.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h subversion/libsvn_repos/repos.lo: subversion/libsvn_repos/repos.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_repos_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/libsvn_repos/repos.h subversion/svn_private_config.h @@ -2291,9 +2291,9 @@ subversion/libsvn_subr/adler32.lo: subve subversion/libsvn_subr/atomic.lo: subversion/libsvn_subr/atomic.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_types.h -subversion/libsvn_subr/auth.lo: subversion/libsvn_subr/auth.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/auth.h subversion/svn_private_config.h +subversion/libsvn_subr/auth.lo: subversion/libsvn_subr/auth.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/auth.h subversion/svn_private_config.h -subversion/libsvn_subr/base64.lo: subversion/libsvn_subr/base64.c subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h +subversion/libsvn_subr/base64.lo: subversion/libsvn_subr/base64.c subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/cache-inprocess.lo: subversion/libsvn_subr/cache-inprocess.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_mutex.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/cache.h subversion/svn_private_config.h @@ -2305,7 +2305,7 @@ subversion/libsvn_subr/cache.lo: subvers subversion/libsvn_subr/cache_config.lo: subversion/libsvn_subr/cache_config.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h -subversion/libsvn_subr/checksum.lo: subversion/libsvn_subr/checksum.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/md5.h subversion/libsvn_subr/sha1.h subversion/svn_private_config.h +subversion/libsvn_subr/checksum.lo: subversion/libsvn_subr/checksum.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/md5.h subversion/libsvn_subr/sha1.h subversion/svn_private_config.h subversion/libsvn_subr/cmdline.lo: subversion/libsvn_subr/cmdline.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/private/svn_utf_private.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_nls.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_xml.h subversion/libsvn_subr/win32_crashrpt.h subversion/svn_privat e_config.h @@ -2327,7 +2327,7 @@ subversion/libsvn_subr/date.lo: subversi subversion/libsvn_subr/debug.lo: subversion/libsvn_subr/debug.c subversion/include/private/svn_debug.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_string.h subversion/include/svn_types.h -subversion/libsvn_subr/deprecated.lo: subversion/libsvn_subr/deprecated.c subversion/include/private/svn_debug.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_opt_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/libsvn_subr/opt.h subversion/svn_private_config.h +subversion/libsvn_subr/deprecated.lo: subversion/libsvn_subr/deprecated.c subversion/include/private/svn_debug.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/libsvn_subr/opt.h subversion/svn_private_config.h subversion/libsvn_subr/dirent_uri.lo: subversion/libsvn_subr/dirent_uri.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/dirent_uri.h subversion/svn_private_config.h @@ -2339,7 +2339,7 @@ subversion/libsvn_subr/error.lo: subvers subversion/libsvn_subr/gpg_agent.lo: subversion/libsvn_subr/gpg_agent.c subversion/include/private/svn_auth_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h -subversion/libsvn_subr/hash.lo: subversion/libsvn_subr/hash.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h +subversion/libsvn_subr/hash.lo: subversion/libsvn_subr/hash.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/libsvn_subr/io.lo: subversion/libsvn_subr/io.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_io_private.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h @@ -2355,7 +2355,7 @@ subversion/libsvn_subr/magic.lo: subvers subversion/libsvn_subr/md5.lo: subversion/libsvn_subr/md5.c subversion/include/private/svn_debug.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_md5.h subversion/include/svn_types.h subversion/libsvn_subr/md5.h -subversion/libsvn_subr/mergeinfo.lo: subversion/libsvn_subr/mergeinfo.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h +subversion/libsvn_subr/mergeinfo.lo: subversion/libsvn_subr/mergeinfo.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/libsvn_subr/mutex.lo: subversion/libsvn_subr/mutex.c subversion/include/private/svn_debug.h subversion/include/private/svn_mutex.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_types.h subversion/svn_private_config.h @@ -2371,7 +2371,7 @@ subversion/libsvn_subr/pool.lo: subversi subversion/libsvn_subr/prompt.lo: subversion/libsvn_subr/prompt.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h -subversion/libsvn_subr/properties.lo: subversion/libsvn_subr/properties.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h +subversion/libsvn_subr/properties.lo: subversion/libsvn_subr/properties.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/pseudo_md5.lo: subversion/libsvn_subr/pseudo_md5.c subversion/include/private/svn_pseudo_md5.h @@ -2385,7 +2385,7 @@ subversion/libsvn_subr/skel.lo: subversi subversion/libsvn_subr/sorts.lo: subversion/libsvn_subr/sorts.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h -subversion/libsvn_subr/spillbuf.lo: subversion/libsvn_subr/spillbuf.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h +subversion/libsvn_subr/spillbuf.lo: subversion/libsvn_subr/spillbuf.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/sqlite.lo: subversion/libsvn_subr/sqlite.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/internal_statements.h subversion/svn_private_config.h @@ -2397,7 +2397,7 @@ subversion/libsvn_subr/ssl_client_cert_p subversion/libsvn_subr/ssl_server_trust_providers.lo: subversion/libsvn_subr/ssl_server_trust_providers.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h -subversion/libsvn_subr/stream.lo: subversion/libsvn_subr/stream.c subversion/include/private/svn_debug.h subversion/include/private/svn_eol_private.h subversion/include/private/svn_error_private.h subversion/include/private/svn_io_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h +subversion/libsvn_subr/stream.lo: subversion/libsvn_subr/stream.c subversion/include/private/svn_debug.h subversion/include/private/svn_eol_private.h subversion/include/private/svn_error_private.h subversion/include/private/svn_io_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/libsvn_subr/string.lo: subversion/libsvn_subr/string.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h @@ -2441,7 +2441,7 @@ subversion/libsvn_wc/adm_crawler.lo: sub subversion/libsvn_wc/adm_files.lo: subversion/libsvn_wc/adm_files.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/wc.h subver sion/libsvn_wc/wc_db.h subversion/svn_private_config.h -subversion/libsvn_wc/adm_ops.lo: subversion/libsvn_wc/adm_ops.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h sub version/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h +subversion/libsvn_wc/adm_ops.lo: subversion/libsvn_wc/adm_ops.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h sub version/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h subversion/libsvn_wc/ambient_depth_filter_editor.lo: subversion/libsvn_wc/ambient_depth_filter_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h @@ -2457,15 +2457,15 @@ subversion/libsvn_wc/crop.lo: subversion subversion/libsvn_wc/delete.lo: subversion/libsvn_wc/delete.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subve rsion/svn_private_config.h -subversion/libsvn_wc/deprecated.lo: subversion/libsvn_wc/deprecated.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/li bsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h +subversion/libsvn_wc/deprecated.lo: subversion/libsvn_wc/deprecated.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversi on/include/svn_wc.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h -subversion/libsvn_wc/diff_editor.lo: subversion/libsvn_wc/diff_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types. h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/diff.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h +subversion/libsvn_wc/diff_editor.lo: subversion/libsvn_wc/diff_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types. h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/diff.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h subversion/libsvn_wc/diff_local.lo: subversion/libsvn_wc/diff_local.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/diff.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h subversion/libsvn_wc/entries.lo: subversion/libsvn_wc/entries.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc-queries.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h -subversion/libsvn_wc/externals.lo: subversion/libsvn_wc/externals.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libs vn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h +subversion/libsvn_wc/externals.lo: subversion/libsvn_wc/externals.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion /include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h subversion/libsvn_wc/info.lo: subversion/libsvn_wc/info.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h @@ -2477,7 +2477,7 @@ subversion/libsvn_wc/node.lo: subversion subversion/libsvn_wc/old-and-busted.lo: subversion/libsvn_wc/old-and-busted.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/libsvn_wc/a dm_files.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h -subversion/libsvn_wc/props.lo: subversion/libsvn_wc/props.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/incl ude/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h +subversion/libsvn_wc/props.lo: subversion/libsvn_wc/props.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/incl ude/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h subversion/libsvn_wc/questions.lo: subversion/libsvn_wc/questions.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h @@ -2493,7 +2493,7 @@ subversion/libsvn_wc/translate.lo: subve subversion/libsvn_wc/tree_conflicts.lo: subversion/libsvn_wc/tree_conflicts.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h -subversion/libsvn_wc/update_editor.lo: subversion/libsvn_wc/update_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_typ es.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h +subversion/libsvn_wc/update_editor.lo: subversion/libsvn_wc/update_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_typ es.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h subversion/libsvn_wc/upgrade.lo: subversion/libsvn_wc/upgrade.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/props.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc-queries.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h @@ -2659,7 +2659,7 @@ subversion/svn/mkdir-cmd.lo: subversion/ subversion/svn/move-cmd.lo: subversion/svn/move-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h -subversion/svn/notify.lo: subversion/svn/notify.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h +subversion/svn/notify.lo: subversion/svn/notify.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h subversion/svn/patch-cmd.lo: subversion/svn/patch-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h @@ -2687,7 +2687,7 @@ subversion/svn/status-cmd.lo: subversion subversion/svn/status.lo: subversion/svn/status.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl-conflicts.h subversion/svn/cl.h subversion/svn_private_config.h -subversion/svn/svn.lo: subversion/svn/svn.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_opt_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h +subversion/svn/svn.lo: subversion/svn/svn.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h subversion/svn/switch-cmd.lo: subversion/svn/switch-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h @@ -2701,13 +2701,13 @@ subversion/svn/util.lo: subversion/svn/u subversion/svnadmin/svnadmin.lo: subversion/svnadmin/svnadmin.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_user.h subversion/include/svn_ut f.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/svn_private_config.h -subversion/svndumpfilter/svndumpfilter.lo: subversion/svndumpfilter/svndumpfilter.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_mergeinfo_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h +subversion/svndumpfilter/svndumpfilter.lo: subversion/svndumpfilter/svndumpfilter.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h -subversion/svnlook/svnlook.lo: subversion/svnlook/svnlook.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/private/svn_fspath.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/i nclude/svn_version.h subversion/include/svn_xml.h subversion/svn_private_config.h +subversion/svnlook/svnlook.lo: subversion/svnlook/svnlook.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/private/svn_fspath.h subversion/include/private/svn_io_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/i nclude/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/svn_private_config.h -subversion/svnmucc/svnmucc.lo: subversion/svnmucc/svnmucc.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_string_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_ver sion.h subversion/include/svn_wc.h subversion/svn_private_config.h +subversion/svnmucc/svnmucc.lo: subversion/svnmucc/svnmucc.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversio n/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h -subversion/svnrdump/dump_editor.lo: subversion/svnrdump/dump_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/svnrdump/svnrdump.h +subversion/svnrdump/dump_editor.lo: subversion/svnrdump/dump_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_editor.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/svnrdump/svnrdump.h subversion/svnrdump/load_editor.lo: subversion/svnrdump/load_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_repos_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/svn_private_config.h subv ersion/svnrdump/svnrdump.h @@ -2721,15 +2721,15 @@ subversion/svnserve/log-escape.lo: subve subversion/svnserve/serve.lo: subversion/svnserve/serve.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fspath.h subversion/include/private/svn_log.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_svn_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_u ser.h subversion/svn_private_config.h subversion/svnserve/server.h -subversion/svnserve/svnserve.lo: subversion/svnserve/svnserve.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/svnserve/server.h subversion/svnserve/winservic e.h +subversion/svnserve/svnserve.lo: subversion/svnserve/svnserve.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/s vnserve/server.h subversion/svnserve/winservice.h subversion/svnserve/winservice.lo: subversion/svnserve/winservice.c subversion/include/private/svn_debug.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_types.h subversion/svn_private_config.h subversion/svnserve/winservice.h -subversion/svnsync/svnsync.lo: subversion/svnsync/svnsync.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/svnsync/sync.h +subversion/svnsync/svnsync.lo: subversion/svnsync/svnsync.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/s vn_private_config.h subversion/svnsync/sync.h subversion/svnsync/sync.lo: subversion/svnsync/sync.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h subversion/svnsync/sync.h -subversion/svnversion/svnversion.lo: subversion/svnversion/svnversion.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_opt_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h +subversion/svnversion/svnversion.lo: subversion/svnversion/svnversion.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h subversion/tests/cmdline/atomic-ra-revprop-change.lo: subversion/tests/cmdline/atomic-ra-revprop-change.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h @@ -2743,13 +2743,13 @@ subversion/tests/libsvn_delta/svndiff-te subversion/tests/libsvn_delta/vdelta-test.lo: subversion/tests/libsvn_delta/vdelta-test.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_delta/delta.h subversion/tests/libsvn_delta/delta-window-test.h subversion/tests/svn_test.h -subversion/tests/libsvn_delta/window-test.lo: subversion/tests/libsvn_delta/window-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/tests/svn_test.h +subversion/tests/libsvn_delta/window-test.lo: subversion/tests/libsvn_delta/window-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/tests/svn_test.h subversion/tests/libsvn_diff/diff-diff3-test.lo: subversion/tests/libsvn_diff/diff-diff3-test.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h subversion/tests/libsvn_diff/parse-diff-test.lo: subversion/tests/libsvn_diff/parse-diff-test.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h -subversion/tests/libsvn_fs/fs-test.lo: subversion/tests/libsvn_fs/fs-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_delta/delta.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h +subversion/tests/libsvn_fs/fs-test.lo: subversion/tests/libsvn_fs/fs-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_delta/delta.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h subversion/tests/libsvn_fs/locks-test.lo: subversion/tests/libsvn_fs/locks-test.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h @@ -2805,7 +2805,7 @@ subversion/tests/libsvn_subr/revision-te subversion/tests/libsvn_subr/skel-test.lo: subversion/tests/libsvn_subr/skel-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h -subversion/tests/libsvn_subr/spillbuf-test.lo: subversion/tests/libsvn_subr/spillbuf-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/tests/svn_test.h +subversion/tests/libsvn_subr/spillbuf-test.lo: subversion/tests/libsvn_subr/spillbuf-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/tests/svn_test.h subversion/tests/libsvn_subr/stream-test.lo: subversion/tests/libsvn_subr/stream-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_io_private.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/tests/svn_test.h @@ -2849,7 +2849,7 @@ subversion/tests/libsvn_wc/wc-queries-te subversion/tests/libsvn_wc/wc-test.lo: subversion/tests/libsvn_wc/wc-test.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversi on/include/svn_wc.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_private.h subversion/svn_private_config.h subversion/tests/libsvn_wc/utils.h subversion/tests/svn_test.h -subversion/tests/svn_test_fs.lo: subversion/tests/svn_test_fs.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h +subversion/tests/svn_test_fs.lo: subversion/tests/svn_test_fs.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h subversion/tests/svn_test_main.lo: subversion/tests/svn_test_main.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h subversion/tests/svn_test.h @@ -2869,7 +2869,7 @@ tools/client-side/svn-bench/util.lo: too tools/dev/fsfs-access-map.lo: tools/dev/fsfs-access-map.c subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h -tools/dev/fsfs-reorg.lo: tools/dev/fsfs-reorg.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h +tools/dev/fsfs-reorg.lo: tools/dev/fsfs-reorg.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h tools/dev/svnraisetreeconflict/svnraisetreeconflict.lo: tools/dev/svnraisetreeconflict/svnraisetreeconflict.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h @@ -2879,7 +2879,7 @@ tools/diff/diff3.lo: tools/diff/diff3.c tools/diff/diff4.lo: tools/diff/diff4.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h -tools/server-side/fsfs-stats.lo: tools/server-side/fsfs-stats.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h +tools/server-side/fsfs-stats.lo: tools/server-side/fsfs-stats.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)tools/server-side/mod_dontdothat/mod_dontdothat.c ; else echo "fake" > tools/server-side/mod_dontdothat/mod_dontdothat.lo ; fi Modified: head/devel/subversion17/Makefile ============================================================================== --- head/devel/subversion17/Makefile Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion17/Makefile Mon Sep 2 19:04:20 2013 (r326057) @@ -53,7 +53,7 @@ SVNFSTYPE?= fsfs SUB_FILES= pkg-install \ pkg-deinstall - + BOOK_VERSION= 4515 .if make(repository) @@ -204,12 +204,13 @@ pre-configure: ${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ - fi + fi .endif # takes a long time, and will fail but gives maintainer a good oversight .if ${PORT_OPTIONS:MTEST} -test: +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +test: build -@make check -C ${WRKSRC} .endif Modified: head/devel/subversion17/Makefile.common ============================================================================== --- head/devel/subversion17/Makefile.common Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion17/Makefile.common Mon Sep 2 19:04:20 2013 (r326057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.7.11 +PORTVERSION= 1.7.13 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \ @@ -38,7 +38,7 @@ OPTIONS= # Dirty hack: if OPTIONS is no .endif .include - + # Default is "on" .if ${PORT_OPTIONS:MNEON} LIB_DEPENDS+= neon:${PORTSDIR}/www/neon29 Modified: head/devel/subversion17/distinfo ============================================================================== --- head/devel/subversion17/distinfo Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion17/distinfo Mon Sep 2 19:04:20 2013 (r326057) @@ -1,5 +1,5 @@ -SHA256 (subversion17/subversion-1.7.11.tar.bz2) = c383b19d8d0db4c736570f1eb6af196416b26d0b3bde64ae60988a9d1f7ac3c0 -SIZE (subversion17/subversion-1.7.11.tar.bz2) = 6042338 +SHA256 (subversion17/subversion-1.7.13.tar.bz2) = e07b3b8559b7b74f8d8fd602424bfc9e4eef95b4ca415eab98a25439d97fe2e9 +SIZE (subversion17/subversion-1.7.13.tar.bz2) = 6043884 SHA256 (subversion17/svn-book-html-r4515.tar.bz2) = 666cef147abc9b917a6bb6527da4f4869221d793126289c715f002bfb2baa508 SIZE (subversion17/svn-book-html-r4515.tar.bz2) = 473182 SHA256 (subversion17/svn-book-r4515.pdf) = 962d524ae2c861ec48a45723c484f4f5e1826ee2f9ccfe58b07b96af67b0bf5e Modified: head/devel/subversion17/files/build-outputs.mk ============================================================================== --- head/devel/subversion17/files/build-outputs.mk Mon Sep 2 19:00:24 2013 (r326056) +++ head/devel/subversion17/files/build-outputs.mk Mon Sep 2 19:04:20 2013 (r326057) @@ -1996,7 +1996,7 @@ subversion/libsvn_fs_fs/rep-cache.lo: su subversion/libsvn_fs_fs/temp_serializer.lo: subversion/libsvn_fs_fs/temp_serializer.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_temp_serializer.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/id.h su bversion/libsvn_fs_fs/temp_serializer.h -subversion/libsvn_fs_fs/tree.lo: subversion/libsvn_fs_fs/tree.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subver sion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h +subversion/libsvn_fs_fs/tree.lo: subversion/libsvn_fs_fs/tree.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_fs_private.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversi on/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/libsvn_fs_fs/dag.h subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.h subversion/libsvn_fs_fs/id.h subversion/libsvn_fs_fs/key-gen.h subversion/libsvn_fs_fs/lock.h subversion/libsvn_fs_fs/tree.h subversion/svn_private_config.h subversion/libsvn_fs_util/fs-util.lo: subversion/libsvn_fs_util/fs-util.c subversion/include/private/svn_debug.h subversion/include/private/svn_fs_util.h subversion/include/private/svn_fspath.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_fs/fs-loader.h subversion/svn_private_config.h @@ -2533,7 +2533,7 @@ subversion/svnserve/cyrus_auth.lo: subve subversion/svnserve/log-escape.lo: subversion/svnserve/log-escape.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svnserve/server.h -subversion/svnserve/main.lo: subversion/svnserve/main.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/svnserve/server.h subversion/svnserve/winservice.h +subversion/svnserve/main.lo: subversion/svnserve/main.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_auth.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/svnserve/server.h subversion/svnserve/winservice.h subversion/svnserve/serve.lo: subversion/svnserve/serve.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_log.h subversion/include/private/svn_mergeinfo_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_user.h subversion/svn_private_config.h subversion/svnserve/server.h Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Sep 2 19:00:24 2013 (r326056) +++ head/security/vuxml/vuln.xml Mon Sep 2 19:04:20 2013 (r326057) @@ -51,6 +51,40 @@ Note: Please add new entries to the beg --> + + svnserve is vulnerable to a local privilege escalation vulnerability via symlink attack. + + + subversion + 1.4.01.6.23_2 + 1.7.01.7.13 + 1.8.01.8.3 + + + + +

Subversion Project reports:

+
+

svnserve takes a --pid-file option which creates a file containing the + process id it is running as. It does not take steps to ensure that the file + it has been directed at is not a symlink. If the pid file is in a directory + writeable by unprivileged users, the destination could be replaced by a + symlink allowing for privilege escalation. svnserve does not create a pid + file by default.

+

All versions are only vulnerable when the --pid-file=ARG option is used.

+
+ +
+ + CVE-2013-4277 + http://subversion.apache.org/security/CVE-2013-4277-advisory.txt + + + 2013-08-30 + 2013-09-02 + +
+ cacti -- allow remote attackers to execute arbitrary SQL commands From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:14:50 2013 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 ESMTP id D87E923B; Mon, 2 Sep 2013 19:14:50 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5C262BA6; Mon, 2 Sep 2013 19:14:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JEo0k075315; Mon, 2 Sep 2013 19:14:50 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JEoAa075313; Mon, 2 Sep 2013 19:14:50 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021914.r82JEoAa075313@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326058 - head/devel/p5-Data-UUID 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.14 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: Mon, 02 Sep 2013 19:14:50 -0000 Author: sahil Date: Mon Sep 2 19:14:50 2013 New Revision: 326058 URL: http://svnweb.freebsd.org/changeset/ports/326058 Log: - Update to 1.219 - Pass maintainership to perl@ Modified: head/devel/p5-Data-UUID/Makefile head/devel/p5-Data-UUID/distinfo (contents, props changed) Modified: head/devel/p5-Data-UUID/Makefile ============================================================================== --- head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:04:20 2013 (r326057) +++ head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:14:50 2013 (r326058) @@ -6,12 +6,12 @@ # PORTNAME= Data-UUID -PORTVERSION= 1.218 +PORTVERSION= 1.219 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs) PERL_CONFIGURE= yes Modified: head/devel/p5-Data-UUID/distinfo ============================================================================== --- head/devel/p5-Data-UUID/distinfo Mon Sep 2 19:04:20 2013 (r326057) +++ head/devel/p5-Data-UUID/distinfo Mon Sep 2 19:14:50 2013 (r326058) @@ -1,2 +1,2 @@ -SHA256 (Data-UUID-1.218.tar.gz) = f44e1c7e65f25f80708fb6cd6c717f966c6ea8af62fccf9b98ad3c44248864b1 -SIZE (Data-UUID-1.218.tar.gz) = 16276 +SHA256 (Data-UUID-1.219.tar.gz) = c736d39a6fabf163423b85d94c62cbba6f57ca2f3115e21a0d0c91c23836da28 +SIZE (Data-UUID-1.219.tar.gz) = 16760 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:14:59 2013 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 ESMTP id 757FB2F6; Mon, 2 Sep 2013 19:14:59 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62FAA2BA9; Mon, 2 Sep 2013 19:14:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JExM3075422; Mon, 2 Sep 2013 19:14:59 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JExI9075418; Mon, 2 Sep 2013 19:14:59 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021914.r82JExI9075418@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326059 - head/devel/p5-Log-Handler 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.14 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: Mon, 02 Sep 2013 19:14:59 -0000 Author: sahil Date: Mon Sep 2 19:14:58 2013 New Revision: 326059 URL: http://svnweb.freebsd.org/changeset/ports/326059 Log: - Update to 0.78 - Pass maintainership to perl@ Modified: head/devel/p5-Log-Handler/Makefile (contents, props changed) head/devel/p5-Log-Handler/distinfo (contents, props changed) Modified: head/devel/p5-Log-Handler/Makefile ============================================================================== --- head/devel/p5-Log-Handler/Makefile Mon Sep 2 19:14:50 2013 (r326058) +++ head/devel/p5-Log-Handler/Makefile Mon Sep 2 19:14:58 2013 (r326059) @@ -6,12 +6,12 @@ # PORTNAME= Log-Handler -PORTVERSION= 0.75 +PORTVERSION= 0.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An object-oriented handler for logging, tracing, and debugging in Perl BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate Modified: head/devel/p5-Log-Handler/distinfo ============================================================================== --- head/devel/p5-Log-Handler/distinfo Mon Sep 2 19:14:50 2013 (r326058) +++ head/devel/p5-Log-Handler/distinfo Mon Sep 2 19:14:58 2013 (r326059) @@ -1,2 +1,2 @@ -SHA256 (Log-Handler-0.75.tar.gz) = f8b585d636e3883c953b5e11b4461bc7d6dd51a195e86998a8f2b3461ba6300e -SIZE (Log-Handler-0.75.tar.gz) = 72429 +SHA256 (Log-Handler-0.78.tar.gz) = 520ed7e740fc0b06c9aebdf26263e1d33abb4afc9fa7d05b1df7eac532696678 +SIZE (Log-Handler-0.78.tar.gz) = 72159 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:13 2013 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 ESMTP id 441973D6; Mon, 2 Sep 2013 19:15:13 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3148F2BAD; Mon, 2 Sep 2013 19:15:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFDUi075597; Mon, 2 Sep 2013 19:15:13 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFC0f075595; Mon, 2 Sep 2013 19:15:12 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFC0f075595@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326060 - head/lang/runawk 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.14 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: Mon, 02 Sep 2013 19:15:13 -0000 Author: sahil Date: Mon Sep 2 19:15:12 2013 New Revision: 326060 URL: http://svnweb.freebsd.org/changeset/ports/326060 Log: - Update to 1.4.4 Modified: head/lang/runawk/Makefile (contents, props changed) head/lang/runawk/distinfo (contents, props changed) Modified: head/lang/runawk/Makefile ============================================================================== --- head/lang/runawk/Makefile Mon Sep 2 19:14:58 2013 (r326059) +++ head/lang/runawk/Makefile Mon Sep 2 19:15:12 2013 (r326060) @@ -6,7 +6,7 @@ # PORTNAME= runawk -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.4 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,6 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath -Wl,${LOCALBASE}/lib MAN1= ${PORTNAME}.1 alt_getopt.1 +MAN3= ${PORTNAME}_modules.3 PLIST_FILES= bin/${PORTNAME} bin/alt_getopt bin/alt_getopt.sh Modified: head/lang/runawk/distinfo ============================================================================== --- head/lang/runawk/distinfo Mon Sep 2 19:14:58 2013 (r326059) +++ head/lang/runawk/distinfo Mon Sep 2 19:15:12 2013 (r326060) @@ -1,2 +1,2 @@ -SHA256 (runawk-1.4.0.tar.gz) = 5fbabc322fc7ae7f7a2df007a48738449def59bc7dc8d90ea007f5492fa65bea -SIZE (runawk-1.4.0.tar.gz) = 78025 +SHA256 (runawk-1.4.4.tar.gz) = 553fbde64e4a99d2dc23cd1fbd856a83d5a2a8fcf3f7c811ba3579b88d19f8a6 +SIZE (runawk-1.4.4.tar.gz) = 75900 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:20 2013 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 ESMTP id 888724AA; Mon, 2 Sep 2013 19:15:20 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 764B72BB0; Mon, 2 Sep 2013 19:15:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFKnr075737; Mon, 2 Sep 2013 19:15:20 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFKQS075723; Mon, 2 Sep 2013 19:15:20 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFKQS075723@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326061 - head/mail/postfix-postfwd 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.14 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: Mon, 02 Sep 2013 19:15:20 -0000 Author: sahil Date: Mon Sep 2 19:15:19 2013 New Revision: 326061 URL: http://svnweb.freebsd.org/changeset/ports/326061 Log: - Update to 1.35 Modified: head/mail/postfix-postfwd/Makefile (contents, props changed) head/mail/postfix-postfwd/distinfo (contents, props changed) Modified: head/mail/postfix-postfwd/Makefile ============================================================================== --- head/mail/postfix-postfwd/Makefile Mon Sep 2 19:15:12 2013 (r326060) +++ head/mail/postfix-postfwd/Makefile Mon Sep 2 19:15:19 2013 (r326061) @@ -6,8 +6,7 @@ # PORTNAME= postfwd -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.35 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- Modified: head/mail/postfix-postfwd/distinfo ============================================================================== --- head/mail/postfix-postfwd/distinfo Mon Sep 2 19:15:12 2013 (r326060) +++ head/mail/postfix-postfwd/distinfo Mon Sep 2 19:15:19 2013 (r326061) @@ -1,2 +1,2 @@ -SHA256 (postfwd-1.32.tar.gz) = 0b3773374d00dfc19829b10648a647169d6326bce7e07e1550572be8878f16a3 -SIZE (postfwd-1.32.tar.gz) = 348717 +SHA256 (postfwd-1.35.tar.gz) = 42abf8fc1229e8a09fa0141b6e23e34c6e1b654a56f6e7556d04067eafc77c41 +SIZE (postfwd-1.35.tar.gz) = 354609 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E3A2565; Mon, 2 Sep 2013 19:15:28 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13CD22BB5; Mon, 2 Sep 2013 19:15:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFRDC075853; Mon, 2 Sep 2013 19:15:27 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFRKn075849; Mon, 2 Sep 2013 19:15:27 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFRKn075849@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326062 - head/net/p5-AnyEvent-Twitter 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.14 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: Mon, 02 Sep 2013 19:15:29 -0000 Author: sahil Date: Mon Sep 2 19:15:27 2013 New Revision: 326062 URL: http://svnweb.freebsd.org/changeset/ports/326062 Log: - Update to 0.64 - Pass maintainership to perl@ Modified: head/net/p5-AnyEvent-Twitter/Makefile head/net/p5-AnyEvent-Twitter/distinfo (contents, props changed) Modified: head/net/p5-AnyEvent-Twitter/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:15:19 2013 (r326061) +++ head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:15:27 2013 (r326062) @@ -6,12 +6,12 @@ # PORTNAME= AnyEvent-Twitter -PORTVERSION= 0.62 +PORTVERSION= 0.64 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the Twitter API for AnyEvent BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ Modified: head/net/p5-AnyEvent-Twitter/distinfo ============================================================================== --- head/net/p5-AnyEvent-Twitter/distinfo Mon Sep 2 19:15:19 2013 (r326061) +++ head/net/p5-AnyEvent-Twitter/distinfo Mon Sep 2 19:15:27 2013 (r326062) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-Twitter-0.62.tar.gz) = 521ab00fd5bcaf8b6af93ea9a3c6b5543d81455c59a21e17f9cac08246f67721 -SIZE (AnyEvent-Twitter-0.62.tar.gz) = 30558 +SHA256 (AnyEvent-Twitter-0.64.tar.gz) = 5b04045b3dc7d981da54daa2a55f1cfc9e2fc030eb8b27cc9113cfaab50cde4f +SIZE (AnyEvent-Twitter-0.64.tar.gz) = 32760 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:36 2013 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 ESMTP id E6A636E7; Mon, 2 Sep 2013 19:15:34 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD6532BB7; Mon, 2 Sep 2013 19:15:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFYcj076008; Mon, 2 Sep 2013 19:15:34 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFYxQ076004; Mon, 2 Sep 2013 19:15:34 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFYxQ076004@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326063 - head/net/p5-AnyEvent-Twitter-Stream 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.14 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: Mon, 02 Sep 2013 19:15:37 -0000 Author: sahil Date: Mon Sep 2 19:15:33 2013 New Revision: 326063 URL: http://svnweb.freebsd.org/changeset/ports/326063 Log: - Update to 0.26 - Pass maintainership to perl@ Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile (contents, props changed) head/net/p5-AnyEvent-Twitter-Stream/distinfo (contents, props changed) Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:15:27 2013 (r326062) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:15:33 2013 (r326063) @@ -6,12 +6,12 @@ # PORTNAME= AnyEvent-Twitter-Stream -PORTVERSION= 0.22 +PORTVERSION= 0.26 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ Modified: head/net/p5-AnyEvent-Twitter-Stream/distinfo ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/distinfo Mon Sep 2 19:15:27 2013 (r326062) +++ head/net/p5-AnyEvent-Twitter-Stream/distinfo Mon Sep 2 19:15:33 2013 (r326063) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-Twitter-Stream-0.22.tar.gz) = 06d6dbea6172a9a830a9aad13eef2bfd8a60a189c753a6106b79981fb45d0bee -SIZE (AnyEvent-Twitter-Stream-0.22.tar.gz) = 54647 +SHA256 (AnyEvent-Twitter-Stream-0.26.tar.gz) = 9fab6f5c32c444e436e9ef2591ba6f6751c0a8e1376882b95e720957347f77a3 +SIZE (AnyEvent-Twitter-Stream-0.26.tar.gz) = 17452 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01CC97C9; Mon, 2 Sep 2013 19:15:42 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B41C62BBB; Mon, 2 Sep 2013 19:15:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFgFq076129; Mon, 2 Sep 2013 19:15:42 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFgfb076127; Mon, 2 Sep 2013 19:15:42 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFgfb076127@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326064 - head/net/p5-Socket-GetAddrInfo 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.14 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: Mon, 02 Sep 2013 19:15:45 -0000 Author: sahil Date: Mon Sep 2 19:15:42 2013 New Revision: 326064 URL: http://svnweb.freebsd.org/changeset/ports/326064 Log: - Update to 0.22 - Pass maintainership to perl@ Modified: head/net/p5-Socket-GetAddrInfo/Makefile head/net/p5-Socket-GetAddrInfo/distinfo (contents, props changed) Modified: head/net/p5-Socket-GetAddrInfo/Makefile ============================================================================== --- head/net/p5-Socket-GetAddrInfo/Makefile Mon Sep 2 19:15:33 2013 (r326063) +++ head/net/p5-Socket-GetAddrInfo/Makefile Mon Sep 2 19:15:42 2013 (r326064) @@ -6,12 +6,12 @@ # PORTNAME= Socket-GetAddrInfo -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2553's getaddrinfo and getnameinfo functions BUILD_DEPENDS= p5-ExtUtils-CChecker>=0.06:${PORTSDIR}/devel/p5-ExtUtils-CChecker Modified: head/net/p5-Socket-GetAddrInfo/distinfo ============================================================================== --- head/net/p5-Socket-GetAddrInfo/distinfo Mon Sep 2 19:15:33 2013 (r326063) +++ head/net/p5-Socket-GetAddrInfo/distinfo Mon Sep 2 19:15:42 2013 (r326064) @@ -1,2 +1,2 @@ -SHA256 (Socket-GetAddrInfo-0.21.tar.gz) = 5bae4673dde37e7b80480a5233c2cb1108f05f6496033dd62559e66a5d358950 -SIZE (Socket-GetAddrInfo-0.21.tar.gz) = 83933 +SHA256 (Socket-GetAddrInfo-0.22.tar.gz) = 097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe +SIZE (Socket-GetAddrInfo-0.22.tar.gz) = 90579 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:15:52 2013 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 ESMTP id EF3E18CC; Mon, 2 Sep 2013 19:15:52 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C236B2BC2; Mon, 2 Sep 2013 19:15:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JFqMJ076273; Mon, 2 Sep 2013 19:15:52 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JFqx2076271; Mon, 2 Sep 2013 19:15:52 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021915.r82JFqx2076271@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326065 - head/security/p5-Filter-Crypto 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.14 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: Mon, 02 Sep 2013 19:15:53 -0000 Author: sahil Date: Mon Sep 2 19:15:52 2013 New Revision: 326065 URL: http://svnweb.freebsd.org/changeset/ports/326065 Log: - Update to 2.03 - Pass maintainership to perl@ Modified: head/security/p5-Filter-Crypto/Makefile (contents, props changed) head/security/p5-Filter-Crypto/distinfo (contents, props changed) Modified: head/security/p5-Filter-Crypto/Makefile ============================================================================== --- head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:15:42 2013 (r326064) +++ head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:15:52 2013 (r326065) @@ -6,12 +6,12 @@ # PORTNAME= Filter-Crypto -PORTVERSION= 2.00 +PORTVERSION= 2.03 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto BUILD_DEPENDS= p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer Modified: head/security/p5-Filter-Crypto/distinfo ============================================================================== --- head/security/p5-Filter-Crypto/distinfo Mon Sep 2 19:15:42 2013 (r326064) +++ head/security/p5-Filter-Crypto/distinfo Mon Sep 2 19:15:52 2013 (r326065) @@ -1,2 +1,2 @@ -SHA256 (Filter-Crypto-2.00.tar.gz) = fd471b112c9812c1179b5fbf630004bdd181cd09fa44e4a2798e1c1bfcf628b9 -SIZE (Filter-Crypto-2.00.tar.gz) = 169099 +SHA256 (Filter-Crypto-2.03.tar.gz) = fb40ee5ff089be64047e4a9e7c93a498237b9595f8aa41dec51f67f60ec16795 +SIZE (Filter-Crypto-2.03.tar.gz) = 169849 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:16:06 2013 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 ESMTP id 61DDA9FC; Mon, 2 Sep 2013 19:16:06 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4532BC9; Mon, 2 Sep 2013 19:16:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JG6AH076506; Mon, 2 Sep 2013 19:16:06 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JG5Uk076503; Mon, 2 Sep 2013 19:16:05 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021916.r82JG5Uk076503@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:16:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326066 - head/textproc/p5-XML-RSS-JavaScript 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.14 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: Mon, 02 Sep 2013 19:16:06 -0000 Author: sahil Date: Mon Sep 2 19:16:05 2013 New Revision: 326066 URL: http://svnweb.freebsd.org/changeset/ports/326066 Log: - Update to 0.64 - Pass maintainership to perl@ Modified: head/textproc/p5-XML-RSS-JavaScript/Makefile (contents, props changed) head/textproc/p5-XML-RSS-JavaScript/distinfo (contents, props changed) Modified: head/textproc/p5-XML-RSS-JavaScript/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:15:52 2013 (r326065) +++ head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:16:05 2013 (r326066) @@ -6,12 +6,12 @@ # PORTNAME= XML-RSS-JavaScript -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to serialize your RSS as JavaScript RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS Modified: head/textproc/p5-XML-RSS-JavaScript/distinfo ============================================================================== --- head/textproc/p5-XML-RSS-JavaScript/distinfo Mon Sep 2 19:15:52 2013 (r326065) +++ head/textproc/p5-XML-RSS-JavaScript/distinfo Mon Sep 2 19:16:05 2013 (r326066) @@ -1,2 +1,2 @@ -SHA256 (XML-RSS-JavaScript-0.63.tar.gz) = 3ea10a659a199793a755b0e1217e16754be84bcd08d3169fa3f0feb6b0d94180 -SIZE (XML-RSS-JavaScript-0.63.tar.gz) = 19028 +SHA256 (XML-RSS-JavaScript-0.64.tar.gz) = e008f0e7ac83f96cad1986a26f5d30a3c3ed78703c56fbd4b520cfb316a88390 +SIZE (XML-RSS-JavaScript-0.64.tar.gz) = 23287 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:16:14 2013 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 ESMTP id 421B2ABE; Mon, 2 Sep 2013 19:16:14 +0000 (UTC) (envelope-from sahil@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 302152BCD; Mon, 2 Sep 2013 19:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JGEhI076669; Mon, 2 Sep 2013 19:16:14 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JGDMH076667; Mon, 2 Sep 2013 19:16:13 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201309021916.r82JGDMH076667@svn.freebsd.org> From: Sahil Tandon Date: Mon, 2 Sep 2013 19:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326067 - head/www/p5-WWW-OpenSearch 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.14 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: Mon, 02 Sep 2013 19:16:14 -0000 Author: sahil Date: Mon Sep 2 19:16:13 2013 New Revision: 326067 URL: http://svnweb.freebsd.org/changeset/ports/326067 Log: - Update to 0.17 - Pass maintainership to perl@ Modified: head/www/p5-WWW-OpenSearch/Makefile (contents, props changed) head/www/p5-WWW-OpenSearch/distinfo (contents, props changed) Modified: head/www/p5-WWW-OpenSearch/Makefile ============================================================================== --- head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:16:05 2013 (r326066) +++ head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:16:13 2013 (r326067) @@ -6,12 +6,12 @@ # PORTNAME= WWW-OpenSearch -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Search A9 OpenSearch compatible engines RUN_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \ Modified: head/www/p5-WWW-OpenSearch/distinfo ============================================================================== --- head/www/p5-WWW-OpenSearch/distinfo Mon Sep 2 19:16:05 2013 (r326066) +++ head/www/p5-WWW-OpenSearch/distinfo Mon Sep 2 19:16:13 2013 (r326067) @@ -1,2 +1,2 @@ -SHA256 (WWW-OpenSearch-0.16.tar.gz) = dba668bc3cb02a59dff4267ee3a6f2b708250636aadc2c036689714e7d0815ed -SIZE (WWW-OpenSearch-0.16.tar.gz) = 27232 +SHA256 (WWW-OpenSearch-0.17.tar.gz) = 2b0770137c72e0e3e750a178053d0dde19f169007365fced7662e28043a7b7fb +SIZE (WWW-OpenSearch-0.17.tar.gz) = 28263 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:32:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 762E441A; Mon, 2 Sep 2013 19:32:11 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60F1E2D20; Mon, 2 Sep 2013 19:32:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JWBCN086567; Mon, 2 Sep 2013 19:32:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JW9Et086554; Mon, 2 Sep 2013 19:32:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021932.r82JW9Et086554@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 19:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326068 - in head: devel/p5-Data-UUID devel/p5-Log-Handler net/p5-AnyEvent-Twitter net/p5-AnyEvent-Twitter-Stream security/p5-Filter-Crypto textproc/p5-XML-RSS-JavaScript www/p5-WWW-Ope... 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.14 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: Mon, 02 Sep 2013 19:32:11 -0000 Author: az Date: Mon Sep 2 19:32:09 2013 New Revision: 326068 URL: http://svnweb.freebsd.org/changeset/ports/326068 Log: - Convert to the new perl5 framework - Trim Makefile header Modified: head/devel/p5-Data-UUID/Makefile head/devel/p5-Log-Handler/Makefile head/net/p5-AnyEvent-Twitter-Stream/Makefile head/net/p5-AnyEvent-Twitter/Makefile head/security/p5-Filter-Crypto/Makefile head/textproc/p5-XML-RSS-JavaScript/Makefile head/www/p5-WWW-OpenSearch/Makefile Modified: head/devel/p5-Data-UUID/Makefile ============================================================================== --- head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data::UUID -# Date created: 28 Jan 2002 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= Data-UUID PORTVERSION= 1.219 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= Log-Handler PORTVERSION= 0.78 @@ -17,7 +13,8 @@ COMMENT= An object-oriented handler for BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Handler.3 \ Log::Handler::Config.3 \ Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AnyEvent::Twitter::Stream -# Date created: 2010-04-18 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= AnyEvent-Twitter-Stream PORTVERSION= 0.26 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Twitter::Stream.3 Modified: head/net/p5-AnyEvent-Twitter/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AnyEvent::Twitter -# Date created: 07 Nov 2009 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= AnyEvent-Twitter PORTVERSION= 0.64 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Twitter.3 Modified: head/security/p5-Filter-Crypto/Makefile ============================================================================== --- head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Filter-Crypto -# Date created: 04 November 2004 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= Filter-Crypto PORTVERSION= 2.03 @@ -17,7 +13,8 @@ COMMENT= Create runnable Perl files encr BUILD_DEPENDS= p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults Modified: head/textproc/p5-XML-RSS-JavaScript/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-RSS-JavaScript -# Date created: 31 Oct 2003 -# Whom: Foxfair Hu -# +# Created by: Foxfair Hu # $FreeBSD$ -# PORTNAME= XML-RSS-JavaScript PORTVERSION= 0.64 @@ -17,7 +13,8 @@ COMMENT= Perl extension to serialize you RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RSS::JavaScript.3 Modified: head/www/p5-WWW-OpenSearch/Makefile ============================================================================== --- head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-OpenSearch -# Date created: 2006-07-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= WWW-OpenSearch PORTVERSION= 0.17 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-URI-Template>=0:${PORTSD p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::OpenSearch.3 \ WWW::OpenSearch::Agent.3 \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:35:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65C3965F; Mon, 2 Sep 2013 19:35:04 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 522482D51; Mon, 2 Sep 2013 19:35:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JZ4oc087788; Mon, 2 Sep 2013 19:35:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JZ4ld087787; Mon, 2 Sep 2013 19:35:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021935.r82JZ4ld087787@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 19:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326069 - head/net/p5-Socket-GetAddrInfo 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.14 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: Mon, 02 Sep 2013 19:35:04 -0000 Author: az Date: Mon Sep 2 19:35:03 2013 New Revision: 326069 URL: http://svnweb.freebsd.org/changeset/ports/326069 Log: - Convert to the new perl5 framework - Trim Makefile header Modified: head/net/p5-Socket-GetAddrInfo/Makefile Modified: head/net/p5-Socket-GetAddrInfo/Makefile ============================================================================== --- head/net/p5-Socket-GetAddrInfo/Makefile Mon Sep 2 19:32:09 2013 (r326068) +++ head/net/p5-Socket-GetAddrInfo/Makefile Mon Sep 2 19:35:03 2013 (r326069) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Socket::GetAddrInfo -# Date created: 29 November 2009 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= Socket-GetAddrInfo PORTVERSION= 0.22 @@ -23,7 +19,8 @@ MAN3= Socket::GetAddrInfo.3 \ Socket::GetAddrInfo::Emul.3 \ Socket::GetAddrInfo::Socket6api.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 19:55:55 2013 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 ESMTP id A952BCC7; Mon, 2 Sep 2013 19:55:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93D322EA3; Mon, 2 Sep 2013 19:55:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82JttpO099764; Mon, 2 Sep 2013 19:55:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82JtmfQ099719; Mon, 2 Sep 2013 19:55:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021955.r82JtmfQ099719@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 19:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326070 - in head: converters/pecl-fribidi databases/pecl-tokyo_tyrant deskutils/msynctool devel/eggdbus devel/libpeas games/burgerspace games/diameter games/hitori games/phlipple games... 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.14 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: Mon, 02 Sep 2013 19:55:55 -0000 Author: bapt Date: Mon Sep 2 19:55:48 2013 New Revision: 326070 URL: http://svnweb.freebsd.org/changeset/ports/326070 Log: Add an explicit dependency on pkgconf Modified: head/converters/pecl-fribidi/Makefile head/databases/pecl-tokyo_tyrant/Makefile head/deskutils/msynctool/Makefile head/devel/eggdbus/Makefile head/devel/libpeas/Makefile head/games/burgerspace/Makefile head/games/diameter/Makefile head/games/hitori/Makefile head/games/phlipple/Makefile head/games/warmux/Makefile head/games/xteddy/Makefile head/games/zaz/Makefile head/graphics/clutter-box2d/Makefile head/graphics/goocanvasmm2/Makefile head/graphics/libwpg01/Makefile head/irc/dxirc/Makefile head/mail/libvmime/Makefile head/misc/toilet/Makefile head/net-im/centerim-devel/Makefile head/net-mgmt/scli/Makefile head/security/razorback-fileInject/Makefile head/security/razorback-yaraNugget/Makefile head/sysutils/fusefs-s3fs/Makefile head/sysutils/mtpfs/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile head/textproc/libtranslate/Makefile head/textproc/libxml++26-reference/Makefile head/www/castget/Makefile head/www/varnish-libvmod-header/Makefile head/x11-toolkits/libunique3/Makefile head/x11/xcb-util-cursor/Makefile Modified: head/converters/pecl-fribidi/Makefile ============================================================================== --- head/converters/pecl-fribidi/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/converters/pecl-fribidi/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -14,6 +14,7 @@ COMMENT= A PECL extension for the Unicod LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes Modified: head/databases/pecl-tokyo_tyrant/Makefile ============================================================================== --- head/databases/pecl-tokyo_tyrant/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/databases/pecl-tokyo_tyrant/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -13,6 +13,7 @@ COMMENT= Wrapper to the Tokyo Tyrant cli LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant +USES= pkgconfig USE_PHP= session USE_PHP_BUILD= spl USE_PHPIZE= yes Modified: head/deskutils/msynctool/Makefile ============================================================================== --- head/deskutils/msynctool/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/deskutils/msynctool/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: msynctool -# Date created: 11 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= msynctool PORTVERSION= 0.22 @@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/deve CONFLICTS= osynctool-[0-9]* +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/devel/eggdbus/Makefile ============================================================================== --- head/devel/eggdbus/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/devel/eggdbus/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -14,8 +14,7 @@ COMMENT= D-Bus bindings for GObject LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_GNOME= glib20 gnomehack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libpeas/Makefile ============================================================================== --- head/devel/libpeas/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/devel/libpeas/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -17,9 +17,8 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/ USE_XZ= yes USE_PYTHON= 2.5+ USE_LDCONFIG= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= glib20 gtk30 ltverhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/games/burgerspace/Makefile ============================================================================== --- head/games/burgerspace/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/burgerspace/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra +USES= pkgconfig USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/diameter/Makefile ============================================================================== --- head/games/diameter/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/diameter/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -15,7 +15,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_SDL= sdl mixer image USE_PYTHON= yes Modified: head/games/hitori/Makefile ============================================================================== --- head/games/hitori/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/hitori/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -22,7 +22,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ USE_XZ= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 gtk30 INSTALLS_ICONS= yes Modified: head/games/phlipple/Makefile ============================================================================== --- head/games/phlipple/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/phlipple/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -14,6 +14,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libog GLEW:${PORTSDIR}/graphics/glew GNU_CONFIGURE= yes +USES= pkgconfig USE_SDL= sdl mixer image USE_GL= gl glu Modified: head/games/warmux/Makefile ============================================================================== --- head/games/warmux/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/warmux/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= wormux-* USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl image mixer ttf gfx net USE_DOS2UNIX= fixed_class.h Modified: head/games/xteddy/Makefile ============================================================================== --- head/games/xteddy/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/xteddy/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -11,6 +11,7 @@ COMMENT= Cuddlesome teddy for the X desk LICENSE= GPLv2 +USES= pkgconfig USE_EFL= imlib2 GNU_CONFIGURE= yes Modified: head/games/zaz/Makefile ============================================================================== --- head/games/zaz/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/games/zaz/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -17,6 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_SDL= sdl image USE_GL= gl glu Modified: head/graphics/clutter-box2d/Makefile ============================================================================== --- head/graphics/clutter-box2d/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/graphics/clutter-box2d/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -12,9 +12,8 @@ COMMENT= Clutter Box2D integration libra LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= ltverhack gnomeprefix USE_GL= gl USE_XORG= xp x11 Modified: head/graphics/goocanvasmm2/Makefile ============================================================================== --- head/graphics/goocanvasmm2/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/graphics/goocanvasmm2/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -13,7 +13,7 @@ COMMENT= C++ bindings for the goocanvas LIB_DEPENDS= goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= ltverhack gtkmm30 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/graphics/libwpg01/Makefile ============================================================================== --- head/graphics/libwpg01/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/graphics/libwpg01/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/libwpg -# Date created: 2009-01-09 -# Whom: Dima Panov -# +# Created by: Dima Panov # $FreeBSD$ -# PORTNAME= libwpg PORTVERSION= 0.1.3 @@ -22,7 +18,7 @@ LICENSE= LGPL20 USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack ltverhack -USE_PERL5= yes +USES= perl5 pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/irc/dxirc/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_XORG= xft -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/mail/libvmime/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvmime -# Date created: September 17, 2005 -# Whom: delphij@FreeBSD.org -# +# Created by: delphij@FreeBSD.org # $FreeBSD$ -# PORTNAME= libvmime PORTVERSION= 0.9.1 @@ -18,8 +14,7 @@ LIB_DEPENDS+= gnutls:${PORTSDIR}/securit LIB_DEPENDS+= gsasl:${PORTSDIR}/security/gsasl USE_BZIP2= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/misc/toilet/Makefile ============================================================================== --- head/misc/toilet/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/misc/toilet/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: toilet -# Date created: 13 August 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= toilet PORTVERSION= 0.3 @@ -18,6 +14,7 @@ LIB_DEPENDS= caca.0:${PORTSDIR}/graphics GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/net-im/centerim-devel/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -16,11 +16,10 @@ LICENSE= GPLv2 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -USE_PERL5_RUN= yes USE_PYTHON_RUN= yes -USES= iconv +USES= iconv gmake perl5 pkgconfig +USE_PERL5= run USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --with-openssl CONFLICTS= centericq-[0-9]* centerim-[0-9]* Modified: head/net-mgmt/scli/Makefile ============================================================================== --- head/net-mgmt/scli/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/net-mgmt/scli/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scli -# Date created: 10 September 2001 -# Whom: Michael Lyngbøl -# +# Created by: Michael Lyngbøl # $FreeBSD$ -# PORTNAME= scli PORTVERSION= 0.3.1 @@ -18,7 +14,7 @@ COMMENT= A collection of SNMP command li LIB_DEPENDS= gsnmp:${PORTSDIR}/net-mgmt/gsnmp GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libxml2 MAN1= scli.1 Modified: head/security/razorback-fileInject/Makefile ============================================================================== --- head/security/razorback-fileInject/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/security/razorback-fileInject/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-fileInject -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= fileInject PORTVERSION= 0.5.0 @@ -22,13 +18,14 @@ LIB_DEPENDS= razorback_api.2:${PORTSDIR} OPTIONS_DEFINE= DEBUG ASSERT -.include - GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + .if !empty(PORT_OPTIONS:MDEBUG) CONFIGURE_ARGS+=--enable-debug .endif Modified: head/security/razorback-yaraNugget/Makefile ============================================================================== --- head/security/razorback-yaraNugget/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/security/razorback-yaraNugget/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-yaraNugget -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= yaraNugget PORTVERSION= 0.5.0 @@ -27,13 +23,14 @@ RUN_DEPENDS= razorback-masterNugget>=0.5 OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} +.include + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif Modified: head/sysutils/fusefs-s3fs/Makefile ============================================================================== --- head/sysutils/fusefs-s3fs/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/sysutils/fusefs-s3fs/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -16,7 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ GNU_CONFIGURE= yes PLIST_FILES= bin/s3fs -USES= fuse +USES= fuse pkgconfig MAN1= s3fs.1 Modified: head/sysutils/mtpfs/Makefile ============================================================================== --- head/sysutils/mtpfs/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/sysutils/mtpfs/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -14,7 +14,7 @@ LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmt id3tag:${PORTSDIR}/audio/libid3tag \ mad:${PORTSDIR}/audio/libmad -USES= fuse +USES= fuse pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/mtpfs Modified: head/sysutils/rsyslog7-devel/Makefile ============================================================================== --- head/sysutils/rsyslog7-devel/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/sysutils/rsyslog7-devel/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -36,11 +36,12 @@ RELP_DESC= RELP input/output module for RFC3195_DESC= RFC3195 input support for rsyslog SNMP_DESC= SNMP trap sender for rsyslog +USES= pkgconfig + .include .if ${PORT_OPTIONS:MDBI} LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi -USES+= pkgconfig CONFIGURE_ARGS+=--enable-libdbi PLIST_FILES+= lib/rsyslog/omlibdbi.la \ lib/rsyslog/omlibdbi.so @@ -51,7 +52,6 @@ CONFIGURE_ARGS+=--disable-libdbi .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt:${PORTSDIR}/security/libgcrypt -USES+= pkgconfig CONFIGURE_ARGS+=--enable-gnutls PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \ lib/rsyslog/lmnsd_gtls.so @@ -91,7 +91,6 @@ CONFIGURE_ARGS+=--disable-pgsql .if ${PORT_OPTIONS:MRELP} LIB_DEPENDS+= relp.0:${PORTSDIR}/devel/librelp -USES+= pkgconfig CONFIGURE_ARGS+=--enable-relp PLIST_FILES+= lib/rsyslog/imrelp.la \ lib/rsyslog/imrelp.so \ @@ -103,7 +102,6 @@ CONFIGURE_ARGS+=--disable-relp .if ${PORT_OPTIONS:MRFC3195} LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging -USES+= pkgconfig CONFIGURE_ARGS+=--enable-rfc3195 PLIST_FILES+= lib/rsyslog/im3195.la \ lib/rsyslog/im3195.so Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/sysutils/rsyslog7/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -32,11 +32,12 @@ RELP_DESC= RELP input/output module for RFC3195_DESC= RFC3195 input support for rsyslog SNMP_DESC= SNMP trap sender for rsyslog +USES= pkgconfig + .include .if ${PORT_OPTIONS:MDBI} LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi -USES+= pkgconfig CONFIGURE_ARGS+=--enable-libdbi PLIST_FILES+= lib/rsyslog/omlibdbi.la \ lib/rsyslog/omlibdbi.so @@ -46,7 +47,6 @@ CONFIGURE_ARGS+=--disable-libdbi .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls -USES+= pkgconfig CONFIGURE_ARGS+=--enable-gnutls PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \ lib/rsyslog/lmnsd_gtls.so @@ -86,7 +86,6 @@ CONFIGURE_ARGS+=--disable-pgsql .if ${PORT_OPTIONS:MRELP} LIB_DEPENDS+= relp.0:${PORTSDIR}/devel/librelp -USES+= pkgconfig CONFIGURE_ARGS+=--enable-relp PLIST_FILES+= lib/rsyslog/imrelp.la \ lib/rsyslog/imrelp.so \ @@ -98,7 +97,6 @@ CONFIGURE_ARGS+=--disable-relp .if ${PORT_OPTIONS:MRFC3195} LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging -USES+= pkgconfig CONFIGURE_ARGS+=--enable-rfc3195 PLIST_FILES+= lib/rsyslog/im3195.la \ lib/rsyslog/im3195.so Modified: head/textproc/libtranslate/Makefile ============================================================================== --- head/textproc/libtranslate/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/textproc/libtranslate/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -17,10 +17,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A natural language translation library -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/libxml++26-reference/Makefile ============================================================================== --- head/textproc/libxml++26-reference/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/textproc/libxml++26-reference/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,17 +1,13 @@ -# New ports collection makefile for: libxml++26-reference -# Date created: 03 April 2010 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ # $MCom: ports/textproc/libxml++26-reference/Makefile,v 1.1 2010/04/03 16:21:50 avl Exp $ -# PORTREVISION= 0 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \ glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6 Modified: head/www/castget/Makefile ============================================================================== --- head/www/castget/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/www/castget/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: castget -# Date created: 16 February 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= castget PORTVERSION= 1.0.1 @@ -18,6 +14,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio curl:${PORTSDIR}/ftp/curl USE_LDCONFIG= yes +USES= pkgconfig USE_GNOME= glib20 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/www/varnish-libvmod-header/Makefile ============================================================================== --- head/www/varnish-libvmod-header/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/www/varnish-libvmod-header/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -1,9 +1,5 @@ -# New ports collection makefile for: varnish-libvmod-header -# Date created: 2011-08-23 -# Whom: anders -# +# Created by: anders # $FreeBSD$ -# PORTNAME= libvmod-header DISTVERSION= 0.3-5 @@ -24,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/varn FETCH_ARGS= -Fpr USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf -USE_GMAKE= yes +USES= gmake pkgconfig ACLOCAL_ARGS= -I m4 LIBTOOLFLAGS= --copy --force AUTOMAKE_ARGS= --add-missing --copy --foreign Modified: head/x11-toolkits/libunique3/Makefile ============================================================================== --- head/x11-toolkits/libunique3/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/x11-toolkits/libunique3/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -15,8 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d LATEST_LINK= libunique3 USE_XORG= ice x11 USE_XZ= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk30 gnomeprefix ltverhack:0 Modified: head/x11/xcb-util-cursor/Makefile ============================================================================== --- head/x11/xcb-util-cursor/Makefile Mon Sep 2 19:35:03 2013 (r326069) +++ head/x11/xcb-util-cursor/Makefile Mon Sep 2 19:55:48 2013 (r326070) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:02:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39E16F13; Mon, 2 Sep 2013 20:02:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 174A52F1D; Mon, 2 Sep 2013 20:02:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82K22Qn004653; Mon, 2 Sep 2013 20:02:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82K21pN004642; Mon, 2 Sep 2013 20:02:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022002.r82K21pN004642@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326071 - in head: databases/pecl-mdbtools graphics/svg2pdf mail/dbmail security/razorback-virusTotal sysutils/bacula-bat textproc/pdfgrep textproc/ssddiff 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.14 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: Mon, 02 Sep 2013 20:02:03 -0000 Author: bapt Date: Mon Sep 2 20:02:01 2013 New Revision: 326071 URL: http://svnweb.freebsd.org/changeset/ports/326071 Log: Add an explicit dependency on pkgconf Modified: head/databases/pecl-mdbtools/Makefile head/graphics/svg2pdf/Makefile head/mail/dbmail/Makefile head/security/razorback-virusTotal/Makefile head/sysutils/bacula-bat/Makefile head/textproc/pdfgrep/Makefile head/textproc/ssddiff/Makefile Modified: head/databases/pecl-mdbtools/Makefile ============================================================================== --- head/databases/pecl-mdbtools/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/databases/pecl-mdbtools/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-mdbtools -# Date created: 22 December 2007 -# Whom: Ditesh Shashikant Gathani -# +# Created by: Ditesh Shashikant Gathani # $FreeBSD$ -# PORTNAME= mdbtools PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ COMMENT= A PECL extension for the mdbtoo LICENSE= LGPL21 +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes Modified: head/graphics/svg2pdf/Makefile ============================================================================== --- head/graphics/svg2pdf/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/graphics/svg2pdf/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,10 +1,6 @@ -# New ports collection makefile for: svg2pdf -# Date created: August 05, 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/graphics/svg2pdf/Makefile,v 1.2 2005/08/08 02:09:09 marcus Exp $ -# PORTNAME= svg2pdf PORTVERSION= 0.1.3 @@ -18,6 +14,7 @@ COMMENT= Render an SVG image to a PDF fi LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes +USES= pkgconfig MAN1= svg2pdf.1 PLIST_FILES= bin/svg2pdf Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/mail/dbmail/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -26,13 +26,11 @@ OPTIONS_DEFINE= LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS SIEVE_DESC= Build with support for Sieve mail sorting language -.include - USE_AUTOTOOLS= libtool autoheader autoconf USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes -USES= gmake shebangfix +USES= gmake shebangfix pkgconfig SHEBANG_FILES= man/fixsp.pl CFLAGS+= -fPIC ${PTHREAD_CFLAGS} @@ -42,6 +40,9 @@ CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} MAKE_ARGS+= mandir=${MANPREFIX}/man PORTDOCS= AUTHORS BUGS INSTALL THANKS UPGRADING + +.include + .if ${PORT_OPTIONS:MDOCS} MAN1= dbmail-deliver.1 dbmail.1 MAN5= dbmail.conf.5 Modified: head/security/razorback-virusTotal/Makefile ============================================================================== --- head/security/razorback-virusTotal/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/security/razorback-virusTotal/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-virusTotal -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= virusTotal PORTVERSION= 0.5.0 @@ -26,15 +22,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5 OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif Modified: head/sysutils/bacula-bat/Makefile ============================================================================== --- head/sysutils/bacula-bat/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/sysutils/bacula-bat/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -10,6 +10,7 @@ COMMENT= Network backup solution (GUI) LIB_DEPENDS+= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ bac:${PORTSDIR}/sysutils/bacula-client +USES= pkgconfig USE_QT4= qmake_build uic_build moc_build rcc_build WITH_BAT= yes Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/textproc/pdfgrep/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" PLIST_FILES= bin/pdfgrep Modified: head/textproc/ssddiff/Makefile ============================================================================== --- head/textproc/ssddiff/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/textproc/ssddiff/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SSDDiff -# Date created: 11 Apr 2006 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= ssddiff PORTVERSION= 0.2 @@ -16,6 +12,7 @@ COMMENT= A diff application for semistru USE_AUTOTOOLS= automake14 USE_BZIP2= yes +USES= pkgconfig USE_GNOME= libxml2 MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:03:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D9A37D; Mon, 2 Sep 2013 20:03:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19DA22F32; Mon, 2 Sep 2013 20:03:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82K3whX005610; Mon, 2 Sep 2013 20:03:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82K3wuM005606; Mon, 2 Sep 2013 20:03:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022003.r82K3wuM005606@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326072 - in head: games/pushover security/razorback-pdfFox 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.14 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: Mon, 02 Sep 2013 20:03:59 -0000 Author: bapt Date: Mon Sep 2 20:03:58 2013 New Revision: 326072 URL: http://svnweb.freebsd.org/changeset/ports/326072 Log: Add an explicit dependency on pkgconf Modified: head/games/pushover/Makefile head/security/razorback-pdfFox/Makefile Modified: head/games/pushover/Makefile ============================================================================== --- head/games/pushover/Makefile Mon Sep 2 20:02:01 2013 (r326071) +++ head/games/pushover/Makefile Mon Sep 2 20:03:58 2013 (r326072) @@ -12,7 +12,7 @@ COMMENT= A puzzle game where the goal is LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include Modified: head/security/razorback-pdfFox/Makefile ============================================================================== --- head/security/razorback-pdfFox/Makefile Mon Sep 2 20:02:01 2013 (r326071) +++ head/security/razorback-pdfFox/Makefile Mon Sep 2 20:03:58 2013 (r326072) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-archiveInflate -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= pdfFox PORTVERSION= 0.5.0 @@ -25,15 +21,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5 OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:10:19 2013 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 ESMTP id 9544C288; Mon, 2 Sep 2013 20:10:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 678FB2F61; Mon, 2 Sep 2013 20:10:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KAJv3009851; Mon, 2 Sep 2013 20:10:19 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KAJ7S009849; Mon, 2 Sep 2013 20:10:19 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201309022010.r82KAJ7S009849@svn.freebsd.org> From: Olli Hauer Date: Mon, 2 Sep 2013 20:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326073 - in head/devel/subversion16: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 20:10:19 -0000 Author: ohauer Date: Mon Sep 2 20:10:18 2013 New Revision: 326073 URL: http://svnweb.freebsd.org/changeset/ports/326073 Log: - CVE-2013-4277 fix Approved by: lev@ (explicit) Security: f8a913cc-1322-11e3-8ffa-20cf30e32f6d CVE-2013-4277 Added: head/devel/subversion16/files/patch-subversion__svnserve__main.c (contents, props changed) Modified: head/devel/subversion16/Makefile.common Modified: head/devel/subversion16/Makefile.common ============================================================================== --- head/devel/subversion16/Makefile.common Mon Sep 2 20:03:58 2013 (r326072) +++ head/devel/subversion16/Makefile.common Mon Sep 2 20:10:18 2013 (r326073) @@ -3,7 +3,7 @@ PORTNAME= subversion PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.5/:book Added: head/devel/subversion16/files/patch-subversion__svnserve__main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/subversion16/files/patch-subversion__svnserve__main.c Mon Sep 2 20:10:18 2013 (r326073) @@ -0,0 +1,14 @@ +--- ./subversion/svnserve/main.c.orig 2013-09-02 21:08:27.000000000 +0200 ++++ ./subversion/svnserve/main.c 2013-09-02 21:11:37.000000000 +0200 +@@ -317,8 +317,10 @@ + const char *contents = apr_psprintf(pool, "%" APR_PID_T_FMT "\n", + getpid()); + ++/* CVE-2013-4277 fix */ ++ SVN_ERR(svn_io_remove_file(filename, pool)); + SVN_ERR(svn_io_file_open(&file, filename, +- APR_WRITE | APR_CREATE | APR_TRUNCATE, ++ APR_WRITE | APR_CREATE | APR_EXCL, + APR_OS_DEFAULT, pool)); + SVN_ERR(svn_io_file_write_full(file, contents, strlen(contents), NULL, + pool)); From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:19:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07CA1486; Mon, 2 Sep 2013 20:19:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E804B2FCD; Mon, 2 Sep 2013 20:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KJ6ct013818; Mon, 2 Sep 2013 20:19:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KJ6Mh013817; Mon, 2 Sep 2013 20:19:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022019.r82KJ6Mh013817@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326074 - head/x11-toolkits/gnustep-back 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.14 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: Mon, 02 Sep 2013 20:19:07 -0000 Author: antoine Date: Mon Sep 2 20:19:06 2013 New Revision: 326074 URL: http://svnweb.freebsd.org/changeset/ports/326074 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/gnustep-back/Makefile Modified: head/x11-toolkits/gnustep-back/Makefile ============================================================================== --- head/x11-toolkits/gnustep-back/Makefile Mon Sep 2 20:10:18 2013 (r326073) +++ head/x11-toolkits/gnustep-back/Makefile Mon Sep 2 20:19:06 2013 (r326074) @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --with-jpeg-library=${L CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-gif-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gif-include=${LOCALBASE}/include +USES= pkgconfig USE_GNUSTEP= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:21:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35B2E581; Mon, 2 Sep 2013 20:21:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20A212002; Mon, 2 Sep 2013 20:21:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KLNPq016550; Mon, 2 Sep 2013 20:21:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KLNfe016549; Mon, 2 Sep 2013 20:21:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022021.r82KLNfe016549@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326075 - head/graphics/ecore-evas 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.14 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: Mon, 02 Sep 2013 20:21:24 -0000 Author: antoine Date: Mon Sep 2 20:21:23 2013 New Revision: 326075 URL: http://svnweb.freebsd.org/changeset/ports/326075 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/ecore-evas/Makefile Modified: head/graphics/ecore-evas/Makefile ============================================================================== --- head/graphics/ecore-evas/Makefile Mon Sep 2 20:19:06 2013 (r326074) +++ head/graphics/ecore-evas/Makefile Mon Sep 2 20:21:23 2013 (r326075) @@ -17,7 +17,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas ecore libtool_hack USE_EFL_ECORE= input input_evas USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:23:35 2013 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 ESMTP id D7CFF692; Mon, 2 Sep 2013 20:23:35 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA8642026; Mon, 2 Sep 2013 20:23:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KNZX9017727; Mon, 2 Sep 2013 20:23:35 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KNZNw017724; Mon, 2 Sep 2013 20:23:35 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309022023.r82KNZNw017724@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 20:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326076 - head/textproc/p5-XML-MyXML 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.14 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: Mon, 02 Sep 2013 20:23:35 -0000 Author: tobez Date: Mon Sep 2 20:23:34 2013 New Revision: 326076 URL: http://svnweb.freebsd.org/changeset/ports/326076 Log: Update to 0.10(.)01. Changes: http://search.cpan.org/dist/XML-MyXML/Changes Modified: head/textproc/p5-XML-MyXML/Makefile head/textproc/p5-XML-MyXML/distinfo head/textproc/p5-XML-MyXML/pkg-plist (contents, props changed) Modified: head/textproc/p5-XML-MyXML/Makefile ============================================================================== --- head/textproc/p5-XML-MyXML/Makefile Mon Sep 2 20:21:23 2013 (r326075) +++ head/textproc/p5-XML-MyXML/Makefile Mon Sep 2 20:23:34 2013 (r326076) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-MyXML -PORTVERSION= 0.09.91 +PORTVERSION= 0.10.01 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} PORTEPOCH= 1 CATEGORIES= textproc perl5 @@ -20,6 +20,6 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR USES= perl5 USE_PERL5= configure -MAN3= XML::MyXML.3 +MAN3= XML::MyXML.3 XML::MyXML::II.3 .include Modified: head/textproc/p5-XML-MyXML/distinfo ============================================================================== --- head/textproc/p5-XML-MyXML/distinfo Mon Sep 2 20:21:23 2013 (r326075) +++ head/textproc/p5-XML-MyXML/distinfo Mon Sep 2 20:23:34 2013 (r326076) @@ -1,2 +1,2 @@ -SHA256 (XML-MyXML-0.0991.tar.gz) = 675275a71e5279930d8f7f2ae0cb8684ca12223f6690af1a04e8c1223188f1be -SIZE (XML-MyXML-0.0991.tar.gz) = 17887 +SHA256 (XML-MyXML-0.1001.tar.gz) = 38bc1bab79ed0e3917c19ba630d0c865135e2699a7fe3d526c6e88254b77ed79 +SIZE (XML-MyXML-0.1001.tar.gz) = 22026 Modified: head/textproc/p5-XML-MyXML/pkg-plist ============================================================================== --- head/textproc/p5-XML-MyXML/pkg-plist Mon Sep 2 20:21:23 2013 (r326075) +++ head/textproc/p5-XML-MyXML/pkg-plist Mon Sep 2 20:23:34 2013 (r326076) @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/MyXML/.packlist %%SITE_PERL%%/XML/MyXML.pm +%%SITE_PERL%%/XML/MyXML/II.pm +@dirrmtry %%SITE_PERL%%/XML/MyXML @dirrmtry %%SITE_PERL%%/XML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/MyXML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:25:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4772C799; Mon, 2 Sep 2013 20:25:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 335AA2065; Mon, 2 Sep 2013 20:25:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KP4Dl018303; Mon, 2 Sep 2013 20:25:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KP4XK018301; Mon, 2 Sep 2013 20:25:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022025.r82KP4XK018301@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326077 - head/palm/synce-librapi2 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.14 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: Mon, 02 Sep 2013 20:25:04 -0000 Author: antoine Date: Mon Sep 2 20:25:03 2013 New Revision: 326077 URL: http://svnweb.freebsd.org/changeset/ports/326077 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/palm/synce-librapi2/Makefile Modified: head/palm/synce-librapi2/Makefile ============================================================================== --- head/palm/synce-librapi2/Makefile Mon Sep 2 20:23:34 2013 (r326076) +++ head/palm/synce-librapi2/Makefile Mon Sep 2 20:25:03 2013 (r326077) @@ -19,7 +19,7 @@ CONFLICTS= popular-[0-9]* GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USES= pathfix iconv +USES= pathfix iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \ --with-libsynce="${LOCALBASE}" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:25:13 2013 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 ESMTP id E0F7C857; Mon, 2 Sep 2013 20:25:13 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDFA32067; Mon, 2 Sep 2013 20:25:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KPDjE018405; Mon, 2 Sep 2013 20:25:13 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KPDFL018403; Mon, 2 Sep 2013 20:25:13 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309022025.r82KPDFL018403@svn.freebsd.org> From: Anton Berezin Date: Mon, 2 Sep 2013 20:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326078 - head/devel/p5-enum 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.14 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: Mon, 02 Sep 2013 20:25:14 -0000 Author: tobez Date: Mon Sep 2 20:25:13 2013 New Revision: 326078 URL: http://svnweb.freebsd.org/changeset/ports/326078 Log: Update to 1.03(0). Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Mon Sep 2 20:25:03 2013 (r326077) +++ head/devel/p5-enum/Makefile Mon Sep 2 20:25:13 2013 (r326078) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.020 +PORTVERSION= 1.030 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Mon Sep 2 20:25:03 2013 (r326077) +++ head/devel/p5-enum/distinfo Mon Sep 2 20:25:13 2013 (r326078) @@ -1,2 +1,2 @@ -SHA256 (enum-1.02.tar.gz) = cc843bfe879f0cf5ae2f99f88f66923d0f041cf49b340c68a949fef72d6f88b6 -SIZE (enum-1.02.tar.gz) = 6827 +SHA256 (enum-1.03.tar.gz) = c01575507f95b8a3790e340e11373fbc3e3b7381d5e51b9d57e279fd1f494a01 +SIZE (enum-1.03.tar.gz) = 6902 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:27:19 2013 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 ESMTP id 89BAF9A8; Mon, 2 Sep 2013 20:27:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7668F208A; Mon, 2 Sep 2013 20:27:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KRJDX019072; Mon, 2 Sep 2013 20:27:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KRJx9019071; Mon, 2 Sep 2013 20:27:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022027.r82KRJx9019071@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326079 - head/emulators/mupen64plus-core 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.14 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: Mon, 02 Sep 2013 20:27:19 -0000 Author: bapt Date: Mon Sep 2 20:27:18 2013 New Revision: 326079 URL: http://svnweb.freebsd.org/changeset/ports/326079 Log: Add an explicit dependency on pkgconf Modified: head/emulators/mupen64plus-core/Makefile Modified: head/emulators/mupen64plus-core/Makefile ============================================================================== --- head/emulators/mupen64plus-core/Makefile Mon Sep 2 20:25:13 2013 (r326078) +++ head/emulators/mupen64plus-core/Makefile Mon Sep 2 20:27:18 2013 (r326079) @@ -16,9 +16,9 @@ MAINTAINER?= acm@FreeBSD.org COMMENT?= A fork of Mupen64 Nintendo 64 emulator PROJECTHOST= bsdistfiles +USES= gmake pkgconfig USE_GL?= yes USE_SDL?= yes -USE_GMAKE= yes USE_LDCONFIG?= yes ONLY_FOR_ARCHS= i386 amd64 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:27:53 2013 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 ESMTP id AD0CAA99; Mon, 2 Sep 2013 20:27:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9988A209B; Mon, 2 Sep 2013 20:27:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KRrjb019448; Mon, 2 Sep 2013 20:27:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KRrIG019447; Mon, 2 Sep 2013 20:27:53 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022027.r82KRrIG019447@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326080 - head/multimedia/libvdpau 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.14 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: Mon, 02 Sep 2013 20:27:53 -0000 Author: antoine Date: Mon Sep 2 20:27:53 2013 New Revision: 326080 URL: http://svnweb.freebsd.org/changeset/ports/326080 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/multimedia/libvdpau/Makefile Modified: head/multimedia/libvdpau/Makefile ============================================================================== --- head/multimedia/libvdpau/Makefile Mon Sep 2 20:27:18 2013 (r326079) +++ head/multimedia/libvdpau/Makefile Mon Sep 2 20:27:53 2013 (r326080) @@ -11,6 +11,7 @@ COMMENT= VDPAU wrapper and tracing libra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XZ= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:31:16 2013 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 ESMTP id 45A0EBF2; Mon, 2 Sep 2013 20:31:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3191120FE; Mon, 2 Sep 2013 20:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KVGen022799; Mon, 2 Sep 2013 20:31:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KVGrY022798; Mon, 2 Sep 2013 20:31:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309022031.r82KVGrY022798@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2013 20:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326081 - head/textproc/p5-XML-MyXML 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.14 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: Mon, 02 Sep 2013 20:31:16 -0000 Author: sunpoet Date: Mon Sep 2 20:31:15 2013 New Revision: 326081 URL: http://svnweb.freebsd.org/changeset/ports/326081 Log: - Pet portlint: remove DISTVERSION Modified: head/textproc/p5-XML-MyXML/Makefile (contents, props changed) Modified: head/textproc/p5-XML-MyXML/Makefile ============================================================================== --- head/textproc/p5-XML-MyXML/Makefile Mon Sep 2 20:27:53 2013 (r326080) +++ head/textproc/p5-XML-MyXML/Makefile Mon Sep 2 20:31:15 2013 (r326081) @@ -3,11 +3,11 @@ PORTNAME= XML-MyXML PORTVERSION= 0.10.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple-to-use XML module parsing and creating XML documents From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:31:38 2013 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 ESMTP id EBC6BCD8; Mon, 2 Sep 2013 20:31:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D892F2109; Mon, 2 Sep 2013 20:31:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KVcvK022931; Mon, 2 Sep 2013 20:31:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KVcrc022930; Mon, 2 Sep 2013 20:31:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022031.r82KVcrc022930@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326082 - head/graphics/libraw 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.14 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: Mon, 02 Sep 2013 20:31:39 -0000 Author: bapt Date: Mon Sep 2 20:31:38 2013 New Revision: 326082 URL: http://svnweb.freebsd.org/changeset/ports/326082 Log: Fix build without libstdc++ Modified: head/graphics/libraw/Makefile Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Mon Sep 2 20:31:15 2013 (r326081) +++ head/graphics/libraw/Makefile Mon Sep 2 20:31:38 2013 (r326082) @@ -110,4 +110,7 @@ do-install: ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/samples/,} ${EXAMPLESDIR} .endif +post-patch: + @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/configure + .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:32:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3494ADE1; Mon, 2 Sep 2013 20:32:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2115C2122; Mon, 2 Sep 2013 20:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KWtUA023417; Mon, 2 Sep 2013 20:32:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KWtS6023416; Mon, 2 Sep 2013 20:32:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022032.r82KWtS6023416@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326083 - head/cad/freehdl 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.14 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: Mon, 02 Sep 2013 20:32:56 -0000 Author: bapt Date: Mon Sep 2 20:32:55 2013 New Revision: 326083 URL: http://svnweb.freebsd.org/changeset/ports/326083 Log: Fix a hidden USE_GNOME=pkgconfig Modified: head/cad/freehdl/Makefile Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Mon Sep 2 20:31:38 2013 (r326082) +++ head/cad/freehdl/Makefile Mon Sep 2 20:32:55 2013 (r326083) @@ -1,9 +1,5 @@ -# New ports collection makefile for: freehdl -# Date created: 19 Oct 2006 -# Whom: lon_kamikaze@gmx.de -# +# Created by: lon_kamikaze@gmx.de # $FreeBSD$ -# PORTNAME= freehdl PORTVERSION= 0.0.7 @@ -13,11 +9,9 @@ MASTER_SITES= http://freehdl.seul.org/~e MAINTAINER= kamikaze@bsdforen.de COMMENT= A free VHDL simulator -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes -USE_GNOME= gnomehack \ - pkgconfig +USES= gmake perl5 pkgconfig +USE_GNOME= gnomehack USE_AUTOTOOLS= libtool HAS_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:33:18 2013 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 ESMTP id C0394ECC; Mon, 2 Sep 2013 20:33:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC719212D; Mon, 2 Sep 2013 20:33:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KXIYA023630; Mon, 2 Sep 2013 20:33:18 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KXIUC023629; Mon, 2 Sep 2013 20:33:18 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022033.r82KXIUC023629@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326084 - head/graphics/cegui 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.14 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: Mon, 02 Sep 2013 20:33:18 -0000 Author: antoine Date: Mon Sep 2 20:33:18 2013 New Revision: 326084 URL: http://svnweb.freebsd.org/changeset/ports/326084 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/cegui/Makefile Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Mon Sep 2 20:32:55 2013 (r326083) +++ head/graphics/cegui/Makefile Mon Sep 2 20:33:18 2013 (r326084) @@ -33,7 +33,7 @@ USE_GL= yes USE_LUA= 5.1 LUA_COMPS= toluaxx USE_PYTHON= 2.6+ -USES= pathfix +USES= pathfix pkgconfig PLIST_SUB+= WITH_OGRE="" .include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:39:58 2013 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 ESMTP id DF24D262; Mon, 2 Sep 2013 20:39:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBD1B21D4; Mon, 2 Sep 2013 20:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KdwNE026286; Mon, 2 Sep 2013 20:39:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Kdwxl026285; Mon, 2 Sep 2013 20:39:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022039.r82Kdwxl026285@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326085 - head/palm/synce-vdccm 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.14 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: Mon, 02 Sep 2013 20:39:59 -0000 Author: bapt Date: Mon Sep 2 20:39:58 2013 New Revision: 326085 URL: http://svnweb.freebsd.org/changeset/ports/326085 Log: Add an explicit dependency on pkgconf Modified: head/palm/synce-vdccm/Makefile Modified: head/palm/synce-vdccm/Makefile ============================================================================== --- head/palm/synce-vdccm/Makefile Mon Sep 2 20:33:18 2013 (r326084) +++ head/palm/synce-vdccm/Makefile Mon Sep 2 20:39:58 2013 (r326085) @@ -19,7 +19,7 @@ DESKTOP_DESC= Desktop integration GNU_CONFIGURE= yes WANT_GNOME= yes -USES= iconv +USES= iconv pkgconfig CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ --with-libsynce=${LOCALBASE} From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:42:59 2013 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 ESMTP id 09EFC3D0; Mon, 2 Sep 2013 20:42:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA3A72227; Mon, 2 Sep 2013 20:42:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KgwYu029527; Mon, 2 Sep 2013 20:42:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KgwWj029526; Mon, 2 Sep 2013 20:42:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022042.r82KgwWj029526@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326086 - head/graphics/gexiv2 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.14 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: Mon, 02 Sep 2013 20:42:59 -0000 Author: bapt Date: Mon Sep 2 20:42:58 2013 New Revision: 326086 URL: http://svnweb.freebsd.org/changeset/ports/326086 Log: Fix build without libstdc++ Modified: head/graphics/gexiv2/Makefile Modified: head/graphics/gexiv2/Makefile ============================================================================== --- head/graphics/gexiv2/Makefile Mon Sep 2 20:39:58 2013 (r326085) +++ head/graphics/gexiv2/Makefile Mon Sep 2 20:42:58 2013 (r326086) @@ -17,11 +17,11 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 -USES= pkgconfig +USES= gmake pkgconfig USE_XZ= yes USE_GNOME= glib20 -USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_ARGS= REQUIRED_CFLAGS="" post-patch: @${REINPLACE_CMD} -E \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:51:26 2013 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 ESMTP id 92F59809; Mon, 2 Sep 2013 20:51:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8AD2320; Mon, 2 Sep 2013 20:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KpQrw034558; Mon, 2 Sep 2013 20:51:26 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KpQHn034557; Mon, 2 Sep 2013 20:51:26 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022051.r82KpQHn034557@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 20:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326087 - head/net-mgmt/zenoss 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.14 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: Mon, 02 Sep 2013 20:51:26 -0000 Author: antoine Date: Mon Sep 2 20:51:26 2013 New Revision: 326087 URL: http://svnweb.freebsd.org/changeset/ports/326087 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/net-mgmt/zenoss/Makefile Modified: head/net-mgmt/zenoss/Makefile ============================================================================== --- head/net-mgmt/zenoss/Makefile Mon Sep 2 20:42:58 2013 (r326086) +++ head/net-mgmt/zenoss/Makefile Mon Sep 2 20:51:26 2013 (r326087) @@ -30,7 +30,7 @@ OPTIONS_DEFAULT= BASH USE_RC_SUBR= zenoss USE_MYSQL= client -USE_GMAKE= yes +USES= gmake pkgconfig USE_OPENSSL= yes USE_JAVA= yes JAVA_VERSION= 1.6+ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 20:51:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A4208F1; Mon, 2 Sep 2013 20:51:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78B33232B; Mon, 2 Sep 2013 20:51:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82KpiOo034961; Mon, 2 Sep 2013 20:51:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82KpeWF034924; Mon, 2 Sep 2013 20:51:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022051.r82KpeWF034924@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 20:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326088 - in head: audio/lash cad/libgeda databases/libgda4 devel/gconf2 devel/libglade2 editors/emacs22 graphics/clutter-gtk multimedia/mplayer textproc/gtkspell www/libxul x11-themes/... 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.14 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: Mon, 02 Sep 2013 20:51:44 -0000 Author: bapt Date: Mon Sep 2 20:51:40 2013 New Revision: 326088 URL: http://svnweb.freebsd.org/changeset/ports/326088 Log: Add an explicit dependency on pkgconf Modified: head/audio/lash/Makefile head/cad/libgeda/Makefile head/databases/libgda4/Makefile head/devel/gconf2/Makefile head/devel/libglade2/Makefile head/editors/emacs22/Makefile head/graphics/clutter-gtk/Makefile head/multimedia/mplayer/Makefile head/textproc/gtkspell/Makefile head/www/libxul/Makefile head/x11-themes/gtk-engines2/Makefile head/x11-toolkits/gdl/Makefile head/x11-toolkits/gtkimageview/Makefile head/x11-toolkits/gtkmm24/Makefile head/x11-toolkits/libwnck/Makefile head/x11-toolkits/unique/Makefile head/x11-toolkits/vte/Makefile head/x11/zenity/Makefile Modified: head/audio/lash/Makefile ============================================================================== --- head/audio/lash/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/audio/lash/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -20,7 +20,7 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi Modified: head/cad/libgeda/Makefile ============================================================================== --- head/cad/libgeda/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/cad/libgeda/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -16,8 +16,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/g GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-update-mime-database \ Modified: head/databases/libgda4/Makefile ============================================================================== --- head/databases/libgda4/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/databases/libgda4/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -24,8 +24,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security json-glib-1.0:${PORTSDIR}/devel/json-glib USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/gconf2/Makefile ============================================================================== --- head/devel/gconf2/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/devel/gconf2/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -24,8 +24,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ polkit-gobject-1:${PORTSDIR}/sysutils/polkit -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \ referencehack intlhack dconf USE_LDCONFIG= yes Modified: head/devel/libglade2/Makefile ============================================================================== --- head/devel/libglade2/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/devel/libglade2/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -20,10 +20,9 @@ USE_BZIP2= yes RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr -USE_GMAKE= yes GNU_CONFIGURE= yes USES= pathfix -USE_GNOME= libxml2 gtk20 referencehack +USE_GNOME= libxml2 gtk20 referencehack gmake pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ Modified: head/editors/emacs22/Makefile ============================================================================== --- head/editors/emacs22/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/editors/emacs22/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-2 EMACS_VER= 22.3 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .if !defined(WITHOUT_X11) .if !defined(WITHOUT_GTK) Modified: head/graphics/clutter-gtk/Makefile ============================================================================== --- head/graphics/clutter-gtk/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/graphics/clutter-gtk/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -14,9 +14,8 @@ COMMENT= GTK+ Integration library for Cl LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= gtk20 ltverhack gnomeprefix USE_XORG= xp x11 Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/multimedia/mplayer/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -43,6 +43,7 @@ MANCOMPRESSED= no SUB_FILES= pkg-message CONFFILES= example.conf input.conf menu.conf dvb-menu.conf +USES= pkgconfig .include Modified: head/textproc/gtkspell/Makefile ============================================================================== --- head/textproc/gtkspell/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/textproc/gtkspell/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtkspell2 -# Date created: 19 Aug 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ -# PORTNAME= gtkspell PORTVERSION= 2.0.16 @@ -20,9 +16,8 @@ COMMENT= A GTK+ 2 spell checking compone LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 intlhack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/www/libxul/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -29,7 +29,7 @@ WANT_PERL= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= pkgconfig gmake USE_GL= gl MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} Modified: head/x11-themes/gtk-engines2/Makefile ============================================================================== --- head/x11-themes/gtk-engines2/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-themes/gtk-engines2/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -16,10 +16,9 @@ COMMENT= Theme engine for the GTK+-2.0 t CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gtk20 intlhack ltasneededhack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/gdl/Makefile ============================================================================== --- head/x11-toolkits/gdl/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/gdl/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/x11-toolkits/gdl/Makefile,v 1.40 2010/09/29 08:07:46 kwm Exp $ -# PORTNAME= gdl PORTVERSION= 2.30.1 @@ -16,9 +12,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/gtkimageview/Makefile ============================================================================== --- head/x11-toolkits/gtkimageview/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/gtkimageview/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkimageview -# Date created: 1 August 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= gtkimageview PORTVERSION= 1.6.4 @@ -17,6 +13,7 @@ COMMENT= Simple image viewer widget GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static +USES= pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/x11-toolkits/gtkmm24/Makefile ============================================================================== --- head/x11-toolkits/gtkmm24/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/gtkmm24/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -19,7 +19,7 @@ LATEST_LINK= gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/x11-toolkits/libwnck/Makefile ============================================================================== --- head/x11-toolkits/libwnck/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/libwnck/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -20,8 +20,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection USE_XORG= xres -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gtk20 ltverhack referencehack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/x11-toolkits/unique/Makefile ============================================================================== --- head/x11-toolkits/unique/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/unique/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -16,8 +16,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev USE_XORG= ice USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk20 gnomeprefix introspection:build ltverhack:2 Modified: head/x11-toolkits/vte/Makefile ============================================================================== --- head/x11-toolkits/vte/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11-toolkits/vte/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -17,7 +17,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME?= gnomeprefix gtk20 ltverhack referencehack Modified: head/x11/zenity/Makefile ============================================================================== --- head/x11/zenity/Makefile Mon Sep 2 20:51:26 2013 (r326087) +++ head/x11/zenity/Makefile Mon Sep 2 20:51:40 2013 (r326088) @@ -15,8 +15,7 @@ COMMENT= Display GNOME dialogs from the BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk20 gnomedocutils intlhack USE_BZIP2= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:04:07 2013 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 ESMTP id B0A2DDB3; Mon, 2 Sep 2013 21:04:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4D124EB; Mon, 2 Sep 2013 21:04:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82L47Ke042392; Mon, 2 Sep 2013 21:04:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82L41mw042270; Mon, 2 Sep 2013 21:04:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022104.r82L41mw042270@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326089 - in head: audio/gnuitar benchmarks/gtkperf comms/gnokii comms/grig devel/guiloader games/ggz-gtk-client games/kanatest graphics/dia graphics/gcolor2 graphics/gpicview graphics/... 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.14 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: Mon, 02 Sep 2013 21:04:07 -0000 Author: bapt Date: Mon Sep 2 21:04:00 2013 New Revision: 326089 URL: http://svnweb.freebsd.org/changeset/ports/326089 Log: Add an explicit dependency on pkgconf Modified: head/audio/gnuitar/Makefile head/benchmarks/gtkperf/Makefile head/comms/gnokii/Makefile head/comms/grig/Makefile head/devel/guiloader/Makefile head/games/ggz-gtk-client/Makefile head/games/kanatest/Makefile head/graphics/dia/Makefile head/graphics/gcolor2/Makefile head/graphics/gpicview/Makefile head/graphics/gqview/Makefile head/graphics/libexif-gtk/Makefile head/graphics/xmedcon/Makefile head/japanese/kasumi/Makefile head/java/sablevm-classpath/Makefile head/mail/thunderbird/Makefile head/print/cups-pk-helper/Makefile head/security/openvas-client/Makefile head/shells/viewglob/Makefile head/sysutils/lxinput/Makefile head/sysutils/lxtask/Makefile head/sysutils/polkit-gnome/Makefile head/textproc/xmlroff/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/seamonkey/Makefile head/x11-fm/pcmanfm/Makefile head/x11-toolkits/vdk/Makefile head/x11-toolkits/wxgtk26/Makefile head/x11/lxrandr/Makefile Modified: head/audio/gnuitar/Makefile ============================================================================== --- head/audio/gnuitar/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/audio/gnuitar/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The real-time guitar processor +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/benchmarks/gtkperf/Makefile ============================================================================== --- head/benchmarks/gtkperf/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/benchmarks/gtkperf/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Measure your system's GTK+ performance WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/comms/gnokii/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD GROUPS= ${PORTNAME} USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes Modified: head/comms/grig/Makefile ============================================================================== --- head/comms/grig/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/comms/grig/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,8 +16,7 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/ha USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig MAN1= grig.1 Modified: head/devel/guiloader/Makefile ============================================================================== --- head/devel/guiloader/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/devel/guiloader/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,9 +12,8 @@ COMMENT= A high-performance and compact PROJECTHOST= nothing-personal USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hidden-visibility USE_LDCONFIG= yes Modified: head/games/ggz-gtk-client/Makefile ============================================================================== --- head/games/ggz-gtk-client/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/games/ggz-gtk-client/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -14,6 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_GGZ= client +USES= pkgconfig MAN6= ggz-gtk.6 Modified: head/games/kanatest/Makefile ============================================================================== --- head/games/kanatest/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/games/kanatest/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kanatest -# Date created: 2004-03-27 -# Whom: S H A N -# +# Created by: S H A N # $FreeBSD$ -# PORTNAME= kanatest PORTVERSION= 0.4.8 @@ -14,8 +10,7 @@ MASTER_SITES= http://clayo.org/kanatest/ MAINTAINER= ports@FreeBSD.org COMMENT= A Japanese kana (Hiragana and Katakana) simple flashcard tool -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/graphics/dia/Makefile ============================================================================== --- head/graphics/dia/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/dia/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ COMMENT= Diagram creation program, simil LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils gettext gmake pathfix +USES= desktop-file-utils gettext gmake pathfix pkgconfig USE_XZ= yes USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack INSTALLS_ICONS= yes Modified: head/graphics/gcolor2/Makefile ============================================================================== --- head/graphics/gcolor2/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gcolor2/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcolor2 -# Date created: 18 April 2005 -# Whom: Piotr Smyrak, piotr.smyrak@heron.pl -# +# Created by: Piotr Smyrak, piotr.smyrak@heron.pl # $FreeBSD$ -# PORTNAME= gcolor2 PORTVERSION= 0.4 @@ -14,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ps.ports@smyrak.com COMMENT= A simple GTK+ 2.0 color selector +USES= pkgconfig USE_GNOME= gtk20 gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/gpicview/Makefile ============================================================================== --- head/graphics/gpicview/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gpicview/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,7 +11,7 @@ COMMENT= Simple and Fast Image Viewer fo LICENSE= GPLv2 -USES= desktop-file-utils gmake +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ Modified: head/graphics/gqview/Makefile ============================================================================== --- head/graphics/gqview/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gqview/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,6 +12,7 @@ COMMENT= Another gtk2-based graphic file LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/libexif-gtk/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= autoconf libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/xmedcon/Makefile ============================================================================== --- head/graphics/xmedcon/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/xmedcon/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -25,6 +25,7 @@ INTERFILE_DESC= With InterFile 3.3 INW_DESC= With INW (RUG) USE_BZIP2= yes +USES= pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck Modified: head/japanese/kasumi/Makefile ============================================================================== --- head/japanese/kasumi/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/japanese/kasumi/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/41436 MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dictionary management tool for anthy -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehier gtk20 LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy Modified: head/java/sablevm-classpath/Makefile ============================================================================== --- head/java/sablevm-classpath/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/java/sablevm-classpath/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_XORG= x11 ice xtst sm WANT_GNOME= yes Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/mail/thunderbird/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -31,7 +31,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket Modified: head/print/cups-pk-helper/Makefile ============================================================================== --- head/print/cups-pk-helper/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/print/cups-pk-helper/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cups-pk-helper -# Date created: 2009-12-29 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $ @@ -19,9 +16,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= intlhack gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs Modified: head/security/openvas-client/Makefile ============================================================================== --- head/security/openvas-client/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/security/openvas-client/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-client -# Date created: 2008-04-27 -# Whom: Tomoyuki Sakurai -# +# Created by: Tomoyuki Sakurai # $FreeBSD$ -# PORTNAME= openvas-client PORTVERSION= 2.0.4 @@ -17,7 +13,7 @@ COMMENT= A GUI client for OpenVAS MAN1= OpenVAS-Client.1 openvasclient-mkcert.1 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" Modified: head/shells/viewglob/Makefile ============================================================================== --- head/shells/viewglob/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/shells/viewglob/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: viewglob -# Date created: 06 Oct 2004 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= viewglob PORTVERSION= 2.0.4 @@ -17,6 +13,7 @@ COMMENT= A GTK+ add-on to bash and zsh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USES= pkgconfig USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/sysutils/lxinput/Makefile ============================================================================== --- head/sysutils/lxinput/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/lxinput/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -9,12 +9,11 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%2 MAINTAINER= nemysis@gmx.ch COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes MAN1= lxinput.1 Modified: head/sysutils/lxtask/Makefile ============================================================================== --- head/sysutils/lxtask/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/lxtask/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,10 +12,9 @@ COMMENT= Lightweight desktop-independent LICENSE= GPLv2 -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes PORTDOCS= AUTHORS README TODO Modified: head/sysutils/polkit-gnome/Makefile ============================================================================== --- head/sysutils/polkit-gnome/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/polkit-gnome/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -13,8 +13,7 @@ COMMENT= GNOME frontend to the PolicyKit LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_XZ= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/textproc/xmlroff/Makefile ============================================================================== --- head/textproc/xmlroff/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/textproc/xmlroff/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomeprint libxslt \ libxml2 gtk20 glib20 pango USE_LDCONFIG= yes Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/firefox-esr/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -34,7 +34,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl NO_MOZPKGINSTALL=yes Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/firefox/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -33,7 +33,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/seamonkey/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GECKO= gecko WANT_GNOME= yes USE_QT4= # empty Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-fm/pcmanfm/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ LIB_DEPENDS= startup-notification-1:${PO USE_GNOME= gtk20 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_FAM= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/vdk/Makefile ============================================================================== --- head/x11-toolkits/vdk/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-toolkits/vdk/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -13,7 +13,7 @@ COMMENT= C++ wrapper for GTK+ toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no Modified: head/x11-toolkits/wxgtk26/Makefile ============================================================================== --- head/x11-toolkits/wxgtk26/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-toolkits/wxgtk26/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -18,7 +18,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics expat.6:${PORTSDIR}/textproc/expat2\ mspack.1:${PORTSDIR}/archivers/libmspack -USES= iconv +USES= iconv pkgconfig USE_BZIP2= yes USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu Modified: head/x11/lxrandr/Makefile ============================================================================== --- head/x11/lxrandr/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11/lxrandr/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,11 +11,10 @@ COMMENT= LXDE screen manager LICENSE= GPLv2 -USES= desktop-file-utils +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 USE_XORG= xrandr GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes MAN1= lxrandr.1 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:16:37 2013 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 ESMTP id 19806212; Mon, 2 Sep 2013 21:16:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0234E264A; Mon, 2 Sep 2013 21:16:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LGar2049813; Mon, 2 Sep 2013 21:16:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LGUGJ049762; Mon, 2 Sep 2013 21:16:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022116.r82LGUGJ049762@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326090 - in head: audio/asunder audio/jamin audio/mixmos audio/xoscope audio/xsynth-dssi chinese/oxim comms/gpredict deskutils/clipit devel/gpsim editors/gmanedit games/eboard games/eu... 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.14 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: Mon, 02 Sep 2013 21:16:37 -0000 Author: bapt Date: Mon Sep 2 21:16:30 2013 New Revision: 326090 URL: http://svnweb.freebsd.org/changeset/ports/326090 Log: Add an explicit dependency on pkgconf Modified: head/audio/asunder/Makefile head/audio/jamin/Makefile head/audio/mixmos/Makefile head/audio/xoscope/Makefile head/audio/xsynth-dssi/Makefile head/chinese/oxim/Makefile head/comms/gpredict/Makefile head/deskutils/clipit/Makefile head/devel/gpsim/Makefile head/editors/gmanedit/Makefile head/games/eboard/Makefile head/games/euchre/Makefile head/games/glightoff/Makefile head/graphics/epdfview/Makefile head/graphics/giram/Makefile head/graphics/gliv/Makefile head/graphics/gqview-devel/Makefile head/graphics/mtpaint/Makefile head/korean/gtkcomm/Makefile head/math/ggobi/Makefile head/net-mgmt/mbrowse/Makefile head/print/gtklp/Makefile head/security/gtkpasman/Makefile head/sysutils/gkrellmwho2/Makefile head/sysutils/gpkgdep/Makefile head/sysutils/xcdroast/Makefile head/textproc/aiksaurus/Makefile head/x11-toolkits/gtkmm20-reference/Makefile head/x11-toolkits/gtksourceviewmm3/Makefile head/x11-wm/wmakerconf/Makefile Modified: head/audio/asunder/Makefile ============================================================================== --- head/audio/asunder/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/audio/asunder/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -23,7 +23,7 @@ WINDOWS_CHARS_DESC= Allow Windows specia USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO Modified: head/audio/jamin/Makefile ============================================================================== --- head/audio/jamin/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/audio/jamin/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 libxml2 MAN1= jamin.1 Modified: head/audio/mixmos/Makefile ============================================================================== --- head/audio/mixmos/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/audio/mixmos/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mixmos -# Date created: 24 Jul 2004 -# Whom: Herbert J. Skuhra -# +# Created by: Herbert J. Skuhra # $FreeBSD$ -# PORTNAME= mixmos PORTVERSION= 0.2.0 @@ -14,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS} MAINTAINER= h.skuhra@gmail.com COMMENT= A GTK2 audio mixer +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/xoscope/Makefile ============================================================================== --- head/audio/xoscope/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/audio/xoscope/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -11,7 +11,7 @@ COMMENT= Sound card oscilloscope GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 USE_XORG= x11 Modified: head/audio/xsynth-dssi/Makefile ============================================================================== --- head/audio/xsynth-dssi/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/audio/xsynth-dssi/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -20,7 +20,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi USE_GNOME= gtk20 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/chinese/oxim/Makefile ============================================================================== --- head/chinese/oxim/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/chinese/oxim/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -19,7 +19,7 @@ GTK2_DESC= GTK2 input method module CHEWING_DESC= Chewing input module UNICODE_DESC= Unicode input module -USES= iconv +USES= iconv pkgconfig USE_XORG= x11 xft xpm xtst WANT_GNOME= yes Modified: head/comms/gpredict/Makefile ============================================================================== --- head/comms/gpredict/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/comms/gpredict/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -15,9 +15,8 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/ha curl:${PORTSDIR}/ftp/curl \ goocanvas:${PORTSDIR}/graphics/goocanvas -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= gpredict.1 Modified: head/deskutils/clipit/Makefile ============================================================================== --- head/deskutils/clipit/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/deskutils/clipit/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -10,7 +10,7 @@ COMMENT= Lightweight GTK+ clipboard mana GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= NLS XDOTOOL Modified: head/devel/gpsim/Makefile ============================================================================== --- head/devel/gpsim/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/devel/gpsim/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpsim -# Date created: 2006-03-13 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= gpsim PORTVERSION= 0.22.0 @@ -20,6 +16,7 @@ RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gpu USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +USES= pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/editors/gmanedit/Makefile ============================================================================== --- head/editors/gmanedit/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/editors/gmanedit/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -10,9 +10,8 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/eboard/Makefile ============================================================================== --- head/games/eboard/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/games/eboard/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -19,7 +19,7 @@ COMMENT= GTK+ chess board interface (mai LIB_DEPENDS= png15:${PORTSDIR}/graphics/png EXTRAS= 1pl2 2 -USES= shebangfix +USES= shebangfix pkgconfig USE_BZIP2= yes HAS_CONFIGURE= yes USE_PERL5_BUILD=yes Modified: head/games/euchre/Makefile ============================================================================== --- head/games/euchre/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/games/euchre/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -11,6 +11,7 @@ COMMENT= Very popular card game with var LICENSE= GPLv2 # (or later) +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules Modified: head/games/glightoff/Makefile ============================================================================== --- head/games/glightoff/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/games/glightoff/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= glightoff @@ -13,7 +13,7 @@ COMMENT= Simple (but not so easy to solv LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 gtk20 USE_XORG= x11 Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/graphics/epdfview/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -19,8 +19,7 @@ LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/ USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= iconv -USE_GMAKE= yes +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/giram/Makefile ============================================================================== --- head/graphics/giram/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/graphics/giram/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: giram -# Date created: 17 June 1999 -# Whom: Brandon Fosdick -# +# Created by: Brandon Fosdick # $FreeBSD$ -# PORTNAME= giram PORTVERSION= 0.3.5 @@ -18,10 +14,9 @@ LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphic BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext perl5 +USES= gettext perl5 pkgconfig gmake USE_PERL5= build USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= INTLTOOL_PERL="${PERL}" LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/gliv/Makefile ============================================================================== --- head/graphics/gliv/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/graphics/gliv/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# ports collection makefile for: gliv -# Date created: 16 March 2001 -# Whom: Jeremy Norris -# +# Created by: Jeremy Norris # $FreeBSD$ -# PORTNAME= gliv PORTVERSION= 1.9.7 @@ -21,8 +17,7 @@ LICENSE= GPLv2 USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 USE_GL= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" Modified: head/graphics/gqview-devel/Makefile ============================================================================== --- head/graphics/gqview-devel/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/graphics/gqview-devel/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gqview -# Date Created: 27 Oct 1998 -# Whom: Vanilla Pooh Shu -# +# Created by: Vanilla Pooh Shu # $FreeBSD$ -# PORTNAME= gqview PORTVERSION= 2.1.5 @@ -16,6 +12,7 @@ COMMENT= Another gtk2-based graphic file LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/mtpaint/Makefile ============================================================================== --- head/graphics/mtpaint/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/graphics/mtpaint/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtpaint -# Date created: 3 April 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= mtpaint PORTVERSION= 3.40 @@ -29,7 +25,7 @@ OPENJPEG_DESC= Enable OpenJPEG support USE_BZIP2= yes USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ --localedir=${PREFIX}/share/locale \ Modified: head/korean/gtkcomm/Makefile ============================================================================== --- head/korean/gtkcomm/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/korean/gtkcomm/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes Modified: head/math/ggobi/Makefile ============================================================================== --- head/math/ggobi/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/math/ggobi/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.ggobi.org/downl MAINTAINER= rhurlin@gwdg.de COMMENT= Data visualization system +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 libxml2 gnomehack USE_LDCONFIG= yes Modified: head/net-mgmt/mbrowse/Makefile ============================================================================== --- head/net-mgmt/mbrowse/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/net-mgmt/mbrowse/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mbrowse -# Date created: Apr 4, 2002 -# Whom: Mark Pulford -# +# Created by: Mark Pulford # $FreeBSD$ -# PORTNAME= mbrowse PORTVERSION= 0.4.0 @@ -18,6 +14,7 @@ LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net- GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse +USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net CPPFLAGS+= `net-snmp-config --cflags` Modified: head/print/gtklp/Makefile ============================================================================== --- head/print/gtklp/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/print/gtklp/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -15,6 +15,7 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cu WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= pkgconfig USE_GNOME= gtk20 USE_OPENSSL= yes USE_AUTOTOOLS= automake:env Modified: head/security/gtkpasman/Makefile ============================================================================== --- head/security/gtkpasman/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/security/gtkpasman/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -11,7 +11,7 @@ COMMENT= GTK+ passwords manager for syst RUN_DEPENDS+= gpgv2:${PORTSDIR}/security/gnupg -USES= desktop-file-utils gmake +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk2 Modified: head/sysutils/gkrellmwho2/Makefile ============================================================================== --- head/sysutils/gkrellmwho2/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/sysutils/gkrellmwho2/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellmwho2 -# Date created: 12 Nov 2003 -# Whom: Alexey Zaytsev -# +# Created by: Alexey Zaytsev # $FreeBSD$ -# PORTNAME= gkrellmwho2 PORTVERSION= 0.2.8 @@ -21,6 +17,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutil HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig +USES= pkgconfig ALL_TARGET= PLIST_FILES= libexec/gkrellm2/plugins/gkrellmwho2.so Modified: head/sysutils/gpkgdep/Makefile ============================================================================== --- head/sysutils/gpkgdep/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/sysutils/gpkgdep/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gpkgdep -# Date created: 2002/11/28 -# Whom: Heiner -# +# Created by: Heiner # $FreeBSD$ PORTNAME= gpkgdep @@ -19,7 +16,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 USE_AUTOTOOLS= automake14 autoconf AUTOMAKE_ARGS= --add-missing -USE_GMAKE= yes +USES= gmake pkgconfig PLIST_FILES= bin/gpkgdep .include Modified: head/sysutils/xcdroast/Makefile ============================================================================== --- head/sysutils/xcdroast/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/sysutils/xcdroast/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -20,10 +20,9 @@ NONROOT_DESC= Use xcdroast w/o being roo RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes WANT_GNOME= yes -USE_GMAKE= yes CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" Modified: head/textproc/aiksaurus/Makefile ============================================================================== --- head/textproc/aiksaurus/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/textproc/aiksaurus/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -11,9 +11,8 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A set of libraries and applications which provide a thesaurus USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_CSTD= gnu89 -USES= pathfix +USES= pathfix gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk Modified: head/x11-toolkits/gtkmm20-reference/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20-reference/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/x11-toolkits/gtkmm20-reference/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -1,15 +1,11 @@ -# New ports collection makefile for: gtkmm20-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 7 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20 -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0 Modified: head/x11-toolkits/gtksourceviewmm3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceviewmm3/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/x11-toolkits/gtksourceviewmm3/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -13,9 +13,8 @@ COMMENT= C++ binding of GtkSourceView3 USE_LDCONFIG= yes USE_XZ= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtksourceview3 gnomeprefix gtkmm30 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBAS}/lib Modified: head/x11-wm/wmakerconf/Makefile ============================================================================== --- head/x11-wm/wmakerconf/Makefile Mon Sep 2 21:04:00 2013 (r326089) +++ head/x11-wm/wmakerconf/Makefile Mon Sep 2 21:16:30 2013 (r326090) @@ -19,9 +19,7 @@ RUN_DEPENDS= rpm:${PORTSDIR}/archivers/r WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 -USE_PERL5= yes -USES= gettext -USE_GMAKE= yes +USES= gettext pkgconfig perl5 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \ --with-wmakeretcprefix="${LOCALBASE}/share" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:22:11 2013 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 ESMTP id D1A513EF; Mon, 2 Sep 2013 21:22:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDADF26E9; Mon, 2 Sep 2013 21:22:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LMBnR053915; Mon, 2 Sep 2013 21:22:11 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LMBVw053913; Mon, 2 Sep 2013 21:22:11 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309022122.r82LMBVw053913@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 2 Sep 2013 21:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326091 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 21:22:11 -0000 Author: gerald Date: Mon Sep 2 21:22:11 2013 New Revision: 326091 URL: http://svnweb.freebsd.org/changeset/ports/326091 Log: Update to the 20130901 snapshot of GCC 4.9.0. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Mon Sep 2 21:16:30 2013 (r326090) +++ head/lang/gcc49/Makefile Mon Sep 2 21:22:11 2013 (r326091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.0.20130818 +PORTVERSION= 4.9.0.20130901 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Mon Sep 2 21:16:30 2013 (r326090) +++ head/lang/gcc49/distinfo Mon Sep 2 21:22:11 2013 (r326091) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20130818.tar.bz2) = c9d9af1584e36d1325dace9d8f2b334797d490b7cffb3e38cc516101ca550b58 -SIZE (gcc-4.9-20130818.tar.bz2) = 82632931 +SHA256 (gcc-4.9-20130901.tar.bz2) = 53d2cbc32d79b83f13da37a85559f00db1f23f4a91d85f61c3d41137d1935135 +SIZE (gcc-4.9-20130901.tar.bz2) = 82734566 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:28:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7423C51A; Mon, 2 Sep 2013 21:28:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50A562713; Mon, 2 Sep 2013 21:28:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LS0aW056384; Mon, 2 Sep 2013 21:28:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LRs1O056335; Mon, 2 Sep 2013 21:27:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022127.r82LRs1O056335@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326092 - in head: astro/celestia astro/starplot audio/extace audio/lxmusic audio/whysynth cad/pcb chinese/wenju comms/gpsk31 comms/xwota deskutils/dlume deskutils/gxmessage deskutils/m... 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.14 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: Mon, 02 Sep 2013 21:28:00 -0000 Author: bapt Date: Mon Sep 2 21:27:53 2013 New Revision: 326092 URL: http://svnweb.freebsd.org/changeset/ports/326092 Log: Add an explicit dependency on pkgconf Modified: head/astro/celestia/Makefile head/astro/starplot/Makefile head/audio/extace/Makefile head/audio/lxmusic/Makefile head/audio/whysynth/Makefile head/cad/pcb/Makefile head/chinese/wenju/Makefile head/comms/gpsk31/Makefile head/comms/xwota/Makefile head/deskutils/dlume/Makefile head/deskutils/gxmessage/Makefile head/deskutils/mdh/Makefile head/devel/cutter/Makefile head/ftp/urlgfe/Makefile head/games/gtkpool/Makefile head/games/macopix/Makefile head/games/mt_gtk_client/Makefile head/games/xcowsay/Makefile head/games/xqf/Makefile head/math/matrices/Makefile head/net-im/ayttm/Makefile head/science/euler/Makefile head/x11-themes/gtk-flat-theme2/Makefile head/x11-themes/gtk-nodoka-engine/Makefile head/x11-themes/nimbus/Makefile head/x11-toolkits/libzvt/Makefile head/x11/gcb/Makefile head/x11/yad/Makefile Modified: head/astro/celestia/Makefile ============================================================================== --- head/astro/celestia/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/astro/celestia/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png -USES= gettext gmake +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_GL= gl USE_LUA= 5.0+ # should be optional, but the build fails without it Modified: head/astro/starplot/Makefile ============================================================================== --- head/astro/starplot/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/astro/starplot/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -10,7 +10,7 @@ MASTER_SITES= http://starplot.org/downlo MAINTAINER= ports@FreeBSD.org COMMENT= 3-dimensional viewer for star charts -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/extace/Makefile ============================================================================== --- head/audio/extace/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/audio/extace/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -12,7 +12,7 @@ COMMENT= Audio visualization plugin for LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= esound gnomehier gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/lxmusic/Makefile ============================================================================== --- head/audio/lxmusic/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/audio/lxmusic/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2 \ notify:${PORTSDIR}/devel/libnotify -USES= gmake desktop-file-utils +USES= gmake desktop-file-utils pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/audio/whysynth/Makefile ============================================================================== --- head/audio/whysynth/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/audio/whysynth/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -21,7 +21,7 @@ LIB_DEPENDS= dssialsacompat:${PORTSDIR}/ fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_AUTOTOOLS= libtool Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/cad/pcb/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/deve BUILD_DEPENDS:= ${RUN_DEPENDS} USE_AUTOTOOLS= autoconf -USES= gmake +USES= gmake pkgconfig USE_TK_RUN= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/chinese/wenju/Makefile ============================================================================== --- head/chinese/wenju/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/chinese/wenju/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wenju -# Date created: 18 Oct 2003 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= wenju PORTVERSION= 1.6 @@ -14,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Collection of writing tools in Chinese +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/comms/gpsk31/Makefile ============================================================================== --- head/comms/gpsk31/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/comms/gpsk31/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gpsk31 -# Date created: 2005-05-27 -# Whom: Søren Straarup -# +# Created by: Søren Straarup # $FreeBSD$ PORTNAME= gpsk31 @@ -13,6 +10,7 @@ MASTER_SITES= http://www.qsl.net/pg4i/do MAINTAINER= xride@FreeBSD.org COMMENT= A gtk psk31 client +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/comms/xwota/Makefile ============================================================================== --- head/comms/xwota/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/comms/xwota/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xwota -# Date created: September 13 2006 -# Whom: Diane Bruce -# +# Created by: Diane Bruce # $FreeBSD$ -# PORTNAME= xwota PORTVERSION= 0.4 @@ -16,8 +12,8 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= X version of who is on the air +USES= gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool Modified: head/deskutils/dlume/Makefile ============================================================================== --- head/deskutils/dlume/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/deskutils/dlume/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 address book -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gxmessage/Makefile ============================================================================== --- head/deskutils/gxmessage/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/deskutils/gxmessage/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -12,7 +12,7 @@ MAINTAINER= avg@icyb.net.ua COMMENT= GTK2 substitute for xmessage USE_GNOME= gtk20 gnomeprefix -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/deskutils/mdh/Makefile ============================================================================== --- head/deskutils/mdh/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/deskutils/mdh/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdh -# Date created: 12 November 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= mdh PORTVERSION= 1.9.60 @@ -16,7 +12,7 @@ COMMENT= GTK2-based toolbar, like a smal USE_BZIP2= yes USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/cutter/Makefile ============================================================================== --- head/devel/cutter/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/devel/cutter/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -16,8 +16,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= intltool gnomehack glib20 gtk20 USE_LDCONFIG= yes WANT_GSTREAMER= yes Modified: head/ftp/urlgfe/Makefile ============================================================================== --- head/ftp/urlgfe/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/ftp/urlgfe/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: urlgfe -# Date created: 8 January 2004 -# Whom: Nosov Artem -# +# Created by: Nosov Artem # $FreeBSD$ -# PORTNAME= urlgfe PORTVERSION= 0.7.1 @@ -17,6 +13,7 @@ COMMENT= A download manager LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 lthack +USES= pkgconfig WANT_GNOME= yes USE_OPENSSL= yes USE_AUTOTOOLS= libtool Modified: head/games/gtkpool/Makefile ============================================================================== --- head/games/gtkpool/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/games/gtkpool/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GTKPool -# Date created: 31 Jul 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= gtkpool PORTVERSION= 0.5.0 @@ -15,7 +11,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtk MAINTAINER= ports@FreeBSD.org COMMENT= A 2D pool game using the GTK+ toolkit -USES= perl5 +USES= perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build USE_GMAKE= yes Modified: head/games/macopix/Makefile ============================================================================== --- head/games/macopix/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/games/macopix/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: macopix -# Date created: 15 Apr 2003 -# Whom: Shinya Esu -# +# Created by: Shinya Esu # $FreeBSD$ -# PORTNAME= macopix PORTVERSION= 1.7.4 @@ -34,8 +30,7 @@ RESTRICTED_FILES= \ macopix-mascot-HxB-euc-ja-0.30.tar.gz WANT_GNOME= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN1= macopix.1 Modified: head/games/mt_gtk_client/Makefile ============================================================================== --- head/games/mt_gtk_client/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/games/mt_gtk_client/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mt_gtk_client -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= mt_gtk_client PORTVERSION= 0.1.98 @@ -20,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/cardpic USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) Modified: head/games/xcowsay/Makefile ============================================================================== --- head/games/xcowsay/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/games/xcowsay/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -14,8 +14,7 @@ COMMENT= A graphical configurable talkin OPTIONS_DEFINE= DBUS USE_GNOME= gtk20 -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN6= xcowsay.6 Modified: head/games/xqf/Makefile ============================================================================== --- head/games/xqf/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/games/xqf/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -13,8 +13,7 @@ COMMENT= Server browser for many popular RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat USE_GNOME= intlhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN6= xqf.6 Modified: head/math/matrices/Makefile ============================================================================== --- head/math/matrices/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/math/matrices/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: matrices -# Date created: Oct. 29 - 2006 -# Whom: Morten Slot Kristensen -# +# Created by: Morten Slot Kristensen # $FreeBSD$ -# PORTNAME= matrices PORTVERSION= 1.0 @@ -14,6 +10,7 @@ MASTER_SITES= http://mplus.dk/${PORTNAME MAINTAINER= ontherenth@gmail.com COMMENT= Matrix calculator (with both GUI & console-interface) +USES= pkgconfig USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} Modified: head/net-im/ayttm/Makefile ============================================================================== --- head/net-im/ayttm/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/net-im/ayttm/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_XORG= xpm xscrnsaver USE_GNOME= gtk20 USE_OPENSSL= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libltdl libtool CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \ --disable-arts Modified: head/science/euler/Makefile ============================================================================== --- head/science/euler/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/science/euler/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -13,13 +13,10 @@ COMMENT= Program computes with real and LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - .include post-patch: Modified: head/x11-themes/gtk-flat-theme2/Makefile ============================================================================== --- head/x11-themes/gtk-flat-theme2/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11-themes/gtk-flat-theme2/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-flat-theme2 -# Date Created: 14 March 2003 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= gtk-flat-theme2 PORTVERSION= 0.1 @@ -19,7 +15,7 @@ COMMENT= A port of the Flat GTK+ engine WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtk20 .include Modified: head/x11-themes/gtk-nodoka-engine/Makefile ============================================================================== --- head/x11-themes/gtk-nodoka-engine/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11-themes/gtk-nodoka-engine/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -15,7 +15,7 @@ ANIMATION_DESC= Animation support ANIMATIONTOLEFT_DESC= Animation from right to left GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/x11-themes/nimbus/Makefile ============================================================================== --- head/x11-themes/nimbus/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11-themes/nimbus/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nimbus -# Date created: 2011-04-07 -# Whom: Karsten Pedersen -# +# Created by: Karsten Pedersen # $FreeBSD$ -# PORTNAME= nimbus PORTVERSION= 0.1.7 @@ -21,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtk-demo: USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_GNOME= gtk20 Modified: head/x11-toolkits/libzvt/Makefile ============================================================================== --- head/x11-toolkits/libzvt/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11-toolkits/libzvt/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -13,8 +13,7 @@ COMMENT= Library components for Zed's Vi USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gtk20 libartlgpl2 Modified: head/x11/gcb/Makefile ============================================================================== --- head/x11/gcb/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11/gcb/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcb -# Date Created: 30 January 2006 -# Whom: Nosov Artem -# +# Created by: Nosov Artem # $FreeBSD$ -# PORTNAME= gcb PORTVERSION= 0.2.8 @@ -16,6 +12,7 @@ MAINTAINER= chip-set@mail.ru COMMENT= A GTK+ tool for managing x11 cut-buffers HAS_CONFIGURE= yes +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 Modified: head/x11/yad/Makefile ============================================================================== --- head/x11/yad/Makefile Mon Sep 2 21:22:11 2013 (r326091) +++ head/x11/yad/Makefile Mon Sep 2 21:27:53 2013 (r326092) @@ -8,14 +8,13 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= danilogondolfo@gmail.com COMMENT= Display GNOME dialogs from the command line -USE_GMAKE= yes +USES= gmake pkgconfig USE_XZ= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes CONFIGURE_ENV+= DATADIRNAME=share - MAN1= yad.1 OPTIONS_DEFINE= NLS From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:29:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5B81612; Mon, 2 Sep 2013 21:29:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90BBB2725; Mon, 2 Sep 2013 21:29:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LTi1D057154; Mon, 2 Sep 2013 21:29:44 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LTifJ057153; Mon, 2 Sep 2013 21:29:44 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022129.r82LTifJ057153@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 21:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326093 - head/graphics/edje 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.14 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: Mon, 02 Sep 2013 21:29:44 -0000 Author: antoine Date: Mon Sep 2 21:29:44 2013 New Revision: 326093 URL: http://svnweb.freebsd.org/changeset/ports/326093 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/edje/Makefile Modified: head/graphics/edje/Makefile ============================================================================== --- head/graphics/edje/Makefile Mon Sep 2 21:27:53 2013 (r326092) +++ head/graphics/edje/Makefile Mon Sep 2 21:29:44 2013 (r326093) @@ -16,7 +16,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix shared-mime-info +USES= pathfix pkgconfig shared-mime-info USE_EFL= eet evas ecore embryo libtool_hack librt_hack USE_EFL_EVAS_LOADERS= eet jpeg png USE_EFL_ECORE= evas file imf imf_evas From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:32:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DFE6C736; Mon, 2 Sep 2013 21:32:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC3FB276A; Mon, 2 Sep 2013 21:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LWNxi060143; Mon, 2 Sep 2013 21:32:23 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LWNQu060142; Mon, 2 Sep 2013 21:32:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022132.r82LWNQu060142@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 21:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326094 - head/devel/e_dbus 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.14 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: Mon, 02 Sep 2013 21:32:24 -0000 Author: antoine Date: Mon Sep 2 21:32:23 2013 New Revision: 326094 URL: http://svnweb.freebsd.org/changeset/ports/326094 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/e_dbus/Makefile Modified: head/devel/e_dbus/Makefile ============================================================================== --- head/devel/e_dbus/Makefile Mon Sep 2 21:29:44 2013 (r326093) +++ head/devel/e_dbus/Makefile Mon Sep 2 21:32:23 2013 (r326094) @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/db DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= eina evas ecore libtool_hack librt_hack USE_EFL_ECORE= evas USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:32:27 2013 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 ESMTP id 150C773A; Mon, 2 Sep 2013 21:32:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2149276D; Mon, 2 Sep 2013 21:32:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LWQ5g060314; Mon, 2 Sep 2013 21:32:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LWOnv060304; Mon, 2 Sep 2013 21:32:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022132.r82LWOnv060304@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326095 - in head: accessibility/redshift archivers/xarchive cad/gerbv comms/xdx games/bomns games/rtb graphics/sane-epkowa mail/milter-manager print/pdfcube sysutils/gdmap 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.14 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: Mon, 02 Sep 2013 21:32:27 -0000 Author: bapt Date: Mon Sep 2 21:32:24 2013 New Revision: 326095 URL: http://svnweb.freebsd.org/changeset/ports/326095 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/redshift/Makefile head/archivers/xarchive/Makefile head/cad/gerbv/Makefile head/comms/xdx/Makefile head/games/bomns/Makefile head/games/rtb/Makefile head/graphics/sane-epkowa/Makefile head/mail/milter-manager/Makefile head/print/pdfcube/Makefile head/sysutils/gdmap/Makefile Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/accessibility/redshift/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -11,7 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen FETCH_ARGS= "-pRr" -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/archivers/xarchive/Makefile ============================================================================== --- head/archivers/xarchive/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/archivers/xarchive/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -12,6 +12,7 @@ COMMENT= GTK+ front end for various arch RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 Modified: head/cad/gerbv/Makefile ============================================================================== --- head/cad/gerbv/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/cad/gerbv/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -13,7 +13,7 @@ COMMENT= A Free Gerber Viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= desktopfileutils gtk20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/comms/xdx/Makefile ============================================================================== --- head/comms/xdx/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/comms/xdx/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -14,7 +14,7 @@ COMMENT= Amateur Radio DX cluster monito USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAN1= xdx.1 LICENSE= GPLv2 Modified: head/games/bomns/Makefile ============================================================================== --- head/games/bomns/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/games/bomns/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bomns -# Date created: 22 Jul 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= bomns PORTVERSION= 0.99.2 @@ -14,6 +10,7 @@ MASTER_SITES= SF/greenridge/Bomns%20for% MAINTAINER= ports@FreeBSD.org COMMENT= The best old-school Deathmatch game ever (only for two players) +USES= pkgconfig USE_BZIP2= yes USE_SDL= mixer sdl WANT_GNOME= yes Modified: head/games/rtb/Makefile ============================================================================== --- head/games/rtb/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/games/rtb/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -13,11 +13,10 @@ COMMENT= Robot programming game for UNIX BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -USES= perl5 +USES= perl5 gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} Modified: head/graphics/sane-epkowa/Makefile ============================================================================== --- head/graphics/sane-epkowa/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/graphics/sane-epkowa/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -71,7 +71,7 @@ USE_GNOME= gtk20 # The original uses gmake and ./configure # Also pass appropriate flags to configure to use FreeBSD locations. -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include Modified: head/mail/milter-manager/Makefile ============================================================================== --- head/mail/milter-manager/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/mail/milter-manager/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -22,7 +22,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libda CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ --with-libev \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_RUBY= yes Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/print/pdfcube/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -13,6 +13,7 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-to poppler-glib:${PORTSDIR}/graphics/poppler-glib \ boost_program_options:${PORTSDIR}/devel/boost-libs +USES= pkgconfig USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include Modified: head/sysutils/gdmap/Makefile ============================================================================== --- head/sysutils/gdmap/Makefile Mon Sep 2 21:32:23 2013 (r326094) +++ head/sysutils/gdmap/Makefile Mon Sep 2 21:32:24 2013 (r326095) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdmap -# Date created: 13 Oct 2005 -# Whom: Rodrigo Graeff -# +# Created by: Rodrigo Graeff # $FreeBSD$ -# PORTNAME= gdmap PORTVERSION= 0.7.5 @@ -17,8 +13,7 @@ COMMENT= Graphical disk map Utility BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig GNU_CONFIGURE= yes MAN1= gdmap.1 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:36:52 2013 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 ESMTP id B236593E; Mon, 2 Sep 2013 21:36:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E6092796; Mon, 2 Sep 2013 21:36:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LaqDa062111; Mon, 2 Sep 2013 21:36:52 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Laqm7062110; Mon, 2 Sep 2013 21:36:52 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309022136.r82Laqm7062110@svn.freebsd.org> From: Antoine Brodin Date: Mon, 2 Sep 2013 21:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326096 - head/palm/synce-librra 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.14 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: Mon, 02 Sep 2013 21:36:52 -0000 Author: antoine Date: Mon Sep 2 21:36:52 2013 New Revision: 326096 URL: http://svnweb.freebsd.org/changeset/ports/326096 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/palm/synce-librra/Makefile Modified: head/palm/synce-librra/Makefile ============================================================================== --- head/palm/synce-librra/Makefile Mon Sep 2 21:32:24 2013 (r326095) +++ head/palm/synce-librra/Makefile Mon Sep 2 21:36:52 2013 (r326096) @@ -23,7 +23,7 @@ RECURR_DESC= Enable experimential recurr GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix iconv +USES= pathfix pkgconfig iconv CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \ --with-libmimedir="${LOCALBASE}" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:47:30 2013 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 ESMTP id A3AD3BF0; Mon, 2 Sep 2013 21:47:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80661281D; Mon, 2 Sep 2013 21:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LlUaE068081; Mon, 2 Sep 2013 21:47:30 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LlTbZ068078; Mon, 2 Sep 2013 21:47:29 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309022147.r82LlTbZ068078@svn.freebsd.org> From: Florian Smeets Date: Mon, 2 Sep 2013 21:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326097 - in head/databases/percona56-server: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 21:47:30 -0000 Author: flo Date: Mon Sep 2 21:47:29 2013 New Revision: 326097 URL: http://svnweb.freebsd.org/changeset/ports/326097 Log: Update to 5.6.13-rc60.5 Modified: head/databases/percona56-server/Makefile head/databases/percona56-server/distinfo head/databases/percona56-server/files/patch-libmysql_CMakeLists.txt Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Mon Sep 2 21:36:52 2013 (r326096) +++ head/databases/percona56-server/Makefile Mon Sep 2 21:47:29 2013 (r326097) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME?= percona -DISTVERSION= 5.6.12-rc60.4 +DISTVERSION= 5.6.13-rc60.5 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/LATEST/source/ PKGNAMESUFFIX?= -server -DISTNAME= Percona-Server-5.6.12-rc60.4 +DISTNAME= Percona-Server-5.6.13-rc60.5 MAINTAINER= flo@FreeBSD.org COMMENT?= Multithreaded SQL database (server) Modified: head/databases/percona56-server/distinfo ============================================================================== --- head/databases/percona56-server/distinfo Mon Sep 2 21:36:52 2013 (r326096) +++ head/databases/percona56-server/distinfo Mon Sep 2 21:47:29 2013 (r326097) @@ -1,2 +1,2 @@ -SHA256 (Percona-Server-5.6.12-rc60.4.tar.gz) = 546d23e0f70c233ff737ace34370b8651dae33f1fb2062540a083c8773886cb7 -SIZE (Percona-Server-5.6.12-rc60.4.tar.gz) = 33285170 +SHA256 (Percona-Server-5.6.13-rc60.5.tar.gz) = 90de6997d2d20e37aa7d7e240ad310a446c5c85ae55cd4146bf6b17ffd5bb0a5 +SIZE (Percona-Server-5.6.13-rc60.5.tar.gz) = 33213326 Modified: head/databases/percona56-server/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/percona56-server/files/patch-libmysql_CMakeLists.txt Mon Sep 2 21:36:52 2013 (r326096) +++ head/databases/percona56-server/files/patch-libmysql_CMakeLists.txt Mon Sep 2 21:47:29 2013 (r326097) @@ -1,6 +1,6 @@ ---- libmysql/CMakeLists.txt.orig 2013-06-03 00:02:34.000000000 +0200 -+++ libmysql/CMakeLists.txt 2013-06-06 00:54:32.603753815 +0200 -@@ -173,13 +173,14 @@ +--- libmysql/CMakeLists.txt.orig 2013-08-29 06:17:11.000000000 +0200 ++++ libmysql/CMakeLists.txt 2013-08-30 13:32:02.595259466 +0200 +@@ -173,7 +173,7 @@ ENDIF() # Merge several convenience libraries into one big mysqlclient @@ -9,16 +9,17 @@ # Visual Studio users need debug static library for debug projects IF(MSVC) - INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug) - ENDIF() +@@ -186,6 +186,7 @@ + SET(${out_name} ${name}) + ENDMACRO() +IF(FALSE) IF(UNIX) MACRO(GET_VERSIONED_LIBNAME LIBNAME EXTENSION VERSION OUTNAME) SET(DOT_VERSION ".${VERSION}") -@@ -194,13 +195,15 @@ - ENDMACRO() - INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient ${INSTALL_LIBDIR} Development) +@@ -206,13 +207,15 @@ + ${lib_name} ${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a + ${INSTALL_LIBDIR} Development) ENDIF() +ENDIF() @@ -33,7 +34,7 @@ IF(UNIX) # libtool compatability IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) -@@ -252,3 +255,4 @@ +@@ -272,3 +275,4 @@ ENDFOREACH() ENDIF() ENDIF() From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:52:27 2013 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 ESMTP id C4A16D05; Mon, 2 Sep 2013 21:52:27 +0000 (UTC) (envelope-from flo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B13CA285F; Mon, 2 Sep 2013 21:52:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LqRfn071936; Mon, 2 Sep 2013 21:52:27 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LqRGD071935; Mon, 2 Sep 2013 21:52:27 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309022152.r82LqRGD071935@svn.freebsd.org> From: Florian Smeets Date: Mon, 2 Sep 2013 21:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326098 - head/mail/mailman 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.14 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: Mon, 02 Sep 2013 21:52:27 -0000 Author: flo Date: Mon Sep 2 21:52:27 2013 New Revision: 326098 URL: http://svnweb.freebsd.org/changeset/ports/326098 Log: Fix a typo that prevented the port from building Modified: head/mail/mailman/Makefile Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Mon Sep 2 21:47:29 2013 (r326097) +++ head/mail/mailman/Makefile Mon Sep 2 21:52:27 2013 (r326098) @@ -134,7 +134,7 @@ pre-everything:: @${ECHO} " ${PREFIX}/${MM_DIR}." @${ECHO} "CGI_GID www The group name or id under which your web" @${ECHO} " server executes CGI scripts." - @${ECHO} "IMGDIR www/icons Icon images will be installed in"" + @${ECHO} "IMGDIR www/icons Icon images will be installed in" @${ECHO} " ${PREFIX}/${IMGDIR}." @${ECHO} "" From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:53:46 2013 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 ESMTP id 7CA5AE8D; Mon, 2 Sep 2013 21:53:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 691422876; Mon, 2 Sep 2013 21:53:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Lrkoq072449; Mon, 2 Sep 2013 21:53:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LrkhH072448; Mon, 2 Sep 2013 21:53:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022153.r82LrkhH072448@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326099 - head/devel/libglade2 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.14 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: Mon, 02 Sep 2013 21:53:46 -0000 Author: bapt Date: Mon Sep 2 21:53:45 2013 New Revision: 326099 URL: http://svnweb.freebsd.org/changeset/ports/326099 Log: Fix stupid mistake Modified: head/devel/libglade2/Makefile Modified: head/devel/libglade2/Makefile ============================================================================== --- head/devel/libglade2/Makefile Mon Sep 2 21:52:27 2013 (r326098) +++ head/devel/libglade2/Makefile Mon Sep 2 21:53:45 2013 (r326099) @@ -21,8 +21,8 @@ USE_BZIP2= yes RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr GNU_CONFIGURE= yes -USES= pathfix -USE_GNOME= libxml2 gtk20 referencehack gmake pkgconfig +USES= pathfix gmake pkgconfig +USE_GNOME= libxml2 gtk20 referencehack USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:55:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33E03FA8; Mon, 2 Sep 2013 21:55:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20839289A; Mon, 2 Sep 2013 21:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Ltj34073174; Mon, 2 Sep 2013 21:55:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Ltjod073173; Mon, 2 Sep 2013 21:55:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022155.r82Ltjod073173@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326100 - head/devel/gnome-vfs 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.14 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: Mon, 02 Sep 2013 21:55:46 -0000 Author: bapt Date: Mon Sep 2 21:55:45 2013 New Revision: 326100 URL: http://svnweb.freebsd.org/changeset/ports/326100 Log: Add an explicit dependency on pkgconf Modified: head/devel/gnome-vfs/Makefile Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Mon Sep 2 21:53:45 2013 (r326099) +++ head/devel/gnome-vfs/Makefile Mon Sep 2 21:55:45 2013 (r326100) @@ -18,8 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomemimedata gconf2 \ ltverhack referencehack USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:57:09 2013 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 ESMTP id 3E76B166; Mon, 2 Sep 2013 21:57:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9CA28B5; Mon, 2 Sep 2013 21:57:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Lv9BE073668; Mon, 2 Sep 2013 21:57:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Lv983073667; Mon, 2 Sep 2013 21:57:09 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022157.r82Lv983073667@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:57:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326101 - head/Mk 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.14 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: Mon, 02 Sep 2013 21:57:09 -0000 Author: bapt Date: Mon Sep 2 21:57:08 2013 New Revision: 326101 URL: http://svnweb.freebsd.org/changeset/ports/326101 Log: Do not overwrite USES Modified: head/Mk/bsd.gecko.mk Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Sep 2 21:55:45 2013 (r326100) +++ head/Mk/bsd.gecko.mk Mon Sep 2 21:57:08 2013 (r326101) @@ -502,7 +502,7 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES= iconv +USES+= iconv USE_PERL5_BUILD=yes USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:00:53 2013 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 ESMTP id 81D713F7; Mon, 2 Sep 2013 22:00:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DEEA28FE; Mon, 2 Sep 2013 22:00:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82M0rfx077408; Mon, 2 Sep 2013 22:00:53 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82M0raA077407; Mon, 2 Sep 2013 22:00:53 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309022200.r82M0raA077407@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 2 Sep 2013 22:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326102 - head/devel/mingw32-binutils 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.14 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: Mon, 02 Sep 2013 22:00:53 -0000 Author: tijl Date: Mon Sep 2 22:00:52 2013 New Revision: 326102 URL: http://svnweb.freebsd.org/changeset/ports/326102 Log: - Remove USE_GCC=any and fix building with clang by disabling -Werror. - Convert USE_GMAKE to USES=gmake. PR: 181761 Approved by: Naram Qashat (maintainer) Modified: head/devel/mingw32-binutils/Makefile Modified: head/devel/mingw32-binutils/Makefile ============================================================================== --- head/devel/mingw32-binutils/Makefile Mon Sep 2 21:57:08 2013 (r326101) +++ head/devel/mingw32-binutils/Makefile Mon Sep 2 22:00:52 2013 (r326102) @@ -3,6 +3,7 @@ PORTNAME= binutils PORTVERSION= ${BINUTILVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -15,14 +16,12 @@ COMMENT= GNU Binutils for Windows cross- BINUTILVERSION= 2.23.1 USE_BZIP2= yes -USE_GCC= any -USE_GMAKE= yes -USES= iconv +USES= gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-nls --disable-win32-registry \ - --disable-shared + --disable-shared --disable-werror INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}ar.1 \ From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:03:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3BAA513; Mon, 2 Sep 2013 22:03:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9167A2942; Mon, 2 Sep 2013 22:03:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82M3fb6078526; Mon, 2 Sep 2013 22:03:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82M3dKF078509; Mon, 2 Sep 2013 22:03:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022203.r82M3dKF078509@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326103 - in head: accessibility/at-spi audio/libcanberra deskutils/gucharmap devel/libgdata games/cosmosmash irc/xchat math/gcalctool multimedia/totem-pl-parser security/gnome-keyring ... 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.14 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: Mon, 02 Sep 2013 22:03:41 -0000 Author: bapt Date: Mon Sep 2 22:03:38 2013 New Revision: 326103 URL: http://svnweb.freebsd.org/changeset/ports/326103 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/at-spi/Makefile head/audio/libcanberra/Makefile head/deskutils/gucharmap/Makefile head/devel/libgdata/Makefile head/games/cosmosmash/Makefile head/irc/xchat/Makefile head/math/gcalctool/Makefile head/multimedia/totem-pl-parser/Makefile head/security/gnome-keyring/Makefile head/www/gtkhtml3/Makefile head/x11-toolkits/gtkglarea2/Makefile head/x11/libgnomekbd/Makefile Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/accessibility/at-spi/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -18,7 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES= gmake gettext +USES= gmake gettext pkgconfig USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_PYTHON= yes Modified: head/audio/libcanberra/Makefile ============================================================================== --- head/audio/libcanberra/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/audio/libcanberra/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/deskutils/gucharmap/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $ -# PORTNAME= gucharmap PORTVERSION= 2.32.1 @@ -19,7 +15,7 @@ COMMENT= A Unicode/ISO10646 character ma LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes Modified: head/devel/libgdata/Makefile ============================================================================== --- head/devel/libgdata/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/devel/libgdata/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $ -# PORTNAME= libgdata PORTVERSION= 0.6.6 @@ -20,7 +16,7 @@ LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR USE_BZIP2= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack intltool ltverhack glib20 Modified: head/games/cosmosmash/Makefile ============================================================================== --- head/games/cosmosmash/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/games/cosmosmash/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp -USES= iconv +USES= iconv pkgconfig USE_GNOME= desktopfileutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` Modified: head/irc/xchat/Makefile ============================================================================== --- head/irc/xchat/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/irc/xchat/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ CONFLICTS= xchat-1* xchat-systray-plugin USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" Modified: head/math/gcalctool/Makefile ============================================================================== --- head/math/gcalctool/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/math/gcalctool/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -16,7 +16,7 @@ COMMENT= A GNOME 2 calculator tool based CONFLICTS= gcalctool-2.31.* USE_BZIP2= yes -USES= bison gettext +USES= bison gettext pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/multimedia/totem-pl-parser/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/ USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/security/gnome-keyring/Makefile ============================================================================== --- head/security/gnome-keyring/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/security/gnome-keyring/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/www/gtkhtml3/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext +USES= gettext pkgconfig USE_BZIP2= yes USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage USE_GMAKE= yes Modified: head/x11-toolkits/gtkglarea2/Makefile ============================================================================== --- head/x11-toolkits/gtkglarea2/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/x11-toolkits/gtkglarea2/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gtkglarea2 -# Date created: 13 August 2002 -# Whom: Marc Recht -# +# Created by: Marc Recht # $FreeBSD$ # $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ @@ -20,6 +17,7 @@ LATEST_LINK= gtkglarea2 USE_GNOME= gnomehack gtk20 USE_BZIP2= yes USE_GL= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-lib-GL Modified: head/x11/libgnomekbd/Makefile ============================================================================== --- head/x11/libgnomekbd/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/x11/libgnomekbd/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomekbd -# Date created: 2006-11-07 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $ -# PORTNAME= libgnomekbd PORTVERSION= 2.32.0 @@ -22,7 +18,7 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USES= gettext +USES= gettext pkgconfig USE_LDCONFIG= yes USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:06:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DDD0796; Mon, 2 Sep 2013 22:06:59 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5BF3299A; Mon, 2 Sep 2013 22:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82M6wL4080211; Mon, 2 Sep 2013 22:06:58 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82M6w3U080204; Mon, 2 Sep 2013 22:06:58 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309022206.r82M6w3U080204@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 2 Sep 2013 22:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326104 - in head/security/duo: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 22:06:59 -0000 Author: zi Date: Mon Sep 2 22:06:57 2013 New Revision: 326104 URL: http://svnweb.freebsd.org/changeset/ports/326104 Log: - Update to 1.9.4 Modified: head/security/duo/Makefile head/security/duo/distinfo head/security/duo/files/pkg-message.in head/security/duo/pkg-plist Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/Makefile Mon Sep 2 22:06:57 2013 (r326104) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.9.4 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -15,7 +14,7 @@ COMMENT= Duo unix integration package LICENSE= GPLv2 CONFIGURE_ARGS= --with-pam=${PREFIX}/lib/security --sysconfdir=${PREFIX}/etc \ - --docdir=${DOCSDIR} + --docdir=${DOCSDIR} --includedir=${PREFIX}/include/${PORTNAME} GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/distinfo Mon Sep 2 22:06:57 2013 (r326104) @@ -1,2 +1,2 @@ -SHA256 (duo_unix-1.9.2.tar.gz) = a8d37d3fc99b840144d2b55d4f603d32b344c0f7b8022b25c9d50c155fe7f50a -SIZE (duo_unix-1.9.2.tar.gz) = 434788 +SHA256 (duo_unix-1.9.4.tar.gz) = b0916ea12880979047bded952f1f7846f9229dc7c33f094ea8ed8c1030e1f71a +SIZE (duo_unix-1.9.4.tar.gz) = 460240 Modified: head/security/duo/files/pkg-message.in ============================================================================== --- head/security/duo/files/pkg-message.in Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/files/pkg-message.in Mon Sep 2 22:06:57 2013 (r326104) @@ -8,5 +8,7 @@ should be added to your service(s) of ch auth required %%PREFIX%%/lib/security/pam_duo.so Additionally, you must edit %%PREFIX%%/etc/pam_duo.conf + +duo headers have been installed to %%PREFIX%%/include/duo ================================================================= Modified: head/security/duo/pkg-plist ============================================================================== --- head/security/duo/pkg-plist Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/pkg-plist Mon Sep 2 22:06:57 2013 (r326104) @@ -4,7 +4,8 @@ etc/login_duo.conf.sample @unexec if cmp -s %D/etc/pam_duo.conf.sample %D/etc/pam_duo.conf; then rm -f %D/etc/pam_duo.conf; fi etc/pam_duo.conf.sample @exec if [ ! -f %D/etc/pam_duo.conf ] ; then cp -p %D/%F %B/pam_duo.conf; fi -include/duo.h +include/duo/duo.h +include/duo/util.h lib/libduo.so.3 lib/libduo.so lib/libduo.la @@ -19,3 +20,4 @@ lib/security/pam_duo.la %%PORTDOCS%%@dirrm %%DOCSDIR%% sbin/login_duo @dirrmtry lib/security +@dirrm include/duo From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:11:26 2013 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 ESMTP id 33D41958; Mon, 2 Sep 2013 22:11:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11B442A0F; Mon, 2 Sep 2013 22:11:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MBPfc084223; Mon, 2 Sep 2013 22:11:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MBOfM084211; Mon, 2 Sep 2013 22:11:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022211.r82MBOfM084211@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326105 - in head: databases/libgdamm devel/gconfmm editors/abiword graphics/evas_generic_loaders-svg math/gnumeric multimedia/audacious news/pan sysutils/lxterminal 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.14 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: Mon, 02 Sep 2013 22:11:26 -0000 Author: bapt Date: Mon Sep 2 22:11:23 2013 New Revision: 326105 URL: http://svnweb.freebsd.org/changeset/ports/326105 Log: Add an explicit dependency on pkgconf Modified: head/databases/libgdamm/Makefile head/devel/gconfmm/Makefile head/editors/abiword/Makefile head/graphics/evas_generic_loaders-svg/Makefile head/math/gnumeric/Makefile head/multimedia/audacious/Makefile head/news/pan/Makefile head/sysutils/lxterminal/Makefile Modified: head/databases/libgdamm/Makefile ============================================================================== --- head/databases/libgdamm/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/databases/libgdamm/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libglademm -# Date created: 1 Oct 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/databases/libgdamm/Makefile,v 1.21 2010/10/23 16:04:08 kwm Exp $ -# PORTNAME= libgdamm PORTVERSION= 3.99.21 @@ -21,6 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_BZIP2= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack libgda4 GNU_CONFIGURE= yes Modified: head/devel/gconfmm/Makefile ============================================================================== --- head/devel/gconfmm/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/devel/gconfmm/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= gconfmm PORTVERSION= 2.0.2 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-t BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/editors/abiword/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -26,7 +26,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv pkgconfig USE_GNOME= libxml2 gtk20 desktopfileutils librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/evas_generic_loaders-svg/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-svg/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/graphics/evas_generic_loaders-svg/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -14,6 +14,7 @@ COMMENT= Additional loader for Evas (svg LICENSE= GPLv2 +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/math/gnumeric/Makefile ============================================================================== --- head/math/gnumeric/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/math/gnumeric/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -20,8 +20,7 @@ LIB_DEPENDS= goffice-0.10:${PORTSDIR}/de RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info -USE_GMAKE= yes +USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 USE_PYTHON= -2.7 INSTALLS_OMF= yes Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/multimedia/audacious/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -14,6 +14,7 @@ LIB_DEPENDS= mcs:${PORTSDIR}/devel/libmc xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_XORG= x11 sm USE_BZIP2= yes Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/news/pan/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/lxterminal/Makefile ============================================================================== --- head/sysutils/lxterminal/Makefile Mon Sep 2 22:06:57 2013 (r326104) +++ head/sysutils/lxterminal/Makefile Mon Sep 2 22:11:23 2013 (r326105) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte -USES= iconv +USES= iconv pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:21:31 2013 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 ESMTP id CE371BFB; Mon, 2 Sep 2013 22:21:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1E6D2B12; Mon, 2 Sep 2013 22:21:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MLV8C089941; Mon, 2 Sep 2013 22:21:31 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MLVNu089938; Mon, 2 Sep 2013 22:21:31 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309022221.r82MLVNu089938@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 2 Sep 2013 22:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326106 - in head/security/pam_krb5-rh: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 22:21:31 -0000 Author: zi Date: Mon Sep 2 22:21:30 2013 New Revision: 326106 URL: http://svnweb.freebsd.org/changeset/ports/326106 Log: - Update to 2.4.6 Added: head/security/pam_krb5-rh/files/patch-src__vfy.c (contents, props changed) Modified: head/security/pam_krb5-rh/Makefile head/security/pam_krb5-rh/distinfo Modified: head/security/pam_krb5-rh/Makefile ============================================================================== --- head/security/pam_krb5-rh/Makefile Mon Sep 2 22:11:23 2013 (r326105) +++ head/security/pam_krb5-rh/Makefile Mon Sep 2 22:21:30 2013 (r326106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pam_krb5 -DISTVERSION= 2.4.5 +DISTVERSION= 2.4.6 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -22,6 +22,7 @@ CONFIGURE_ARGS+=--with-libiconv-prefix=$ --with-libintl-prefix=${LOCALBASE} --with-krb4=no \ --without-keyutils LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes MAN5= pam_krb5.5 MAN8= pam_krb5.8 pam_krb5_cchelper.8 Modified: head/security/pam_krb5-rh/distinfo ============================================================================== --- head/security/pam_krb5-rh/distinfo Mon Sep 2 22:11:23 2013 (r326105) +++ head/security/pam_krb5-rh/distinfo Mon Sep 2 22:21:30 2013 (r326106) @@ -1,2 +1,2 @@ -SHA256 (pam_krb5-2.4.5.tar.gz) = fcd4c80106e12d6d326bcbcb02d1e7463b0231cd43082092c15402d8d400caa2 -SIZE (pam_krb5-2.4.5.tar.gz) = 552423 +SHA256 (pam_krb5-2.4.6.tar.gz) = 52b57f2f584e0ce66b1444c04873c30628b29ed745858a888fb4b2c276c84166 +SIZE (pam_krb5-2.4.6.tar.gz) = 554553 Added: head/security/pam_krb5-rh/files/patch-src__vfy.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam_krb5-rh/files/patch-src__vfy.c Mon Sep 2 22:21:30 2013 (r326106) @@ -0,0 +1,22 @@ +--- ./src/vfy.c.orig 2013-09-02 18:19:33.000000000 -0400 ++++ ./src/vfy.c 2013-09-02 18:19:44.000000000 -0400 +@@ -131,19 +131,6 @@ + crit("error parsing AP-REQ: %s", v5_error_message(ret)); + return ret; + } +- if (ticket->enc_part2 != NULL) { +- printf("transited: \""); +- transited = ticket->enc_part2->transited.tr_contents; +- for (i = 0; i < transited.length; i++) { +- if (transited.data[i] > 32 && +- transited.data[i] < 126) { +- printf("%c", transited.data[i]); +- } else { +- printf("\%02x", transited.data[i]); +- } +- } +- printf("\"\n"); +- } + printf("OK (%s)\n", argv[1]); + } else { + ret = krb5_build_principal_ext(ctx, &mcreds.server, From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:23:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0ED9F06; Mon, 2 Sep 2013 22:23:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC5F42B52; Mon, 2 Sep 2013 22:23:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MNvD7091282; Mon, 2 Sep 2013 22:23:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MNsMj091259; Mon, 2 Sep 2013 22:23:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022223.r82MNsMj091259@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326107 - in head: audio/ario audio/jack-smf-utils deskutils/libopensync-plugin-synce-legacy deskutils/logjam devel/gconfmm26 devel/librest games/hexxagon graphics/gimmage graphics/gooc... 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.14 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: Mon, 02 Sep 2013 22:23:57 -0000 Author: bapt Date: Mon Sep 2 22:23:53 2013 New Revision: 326107 URL: http://svnweb.freebsd.org/changeset/ports/326107 Log: Add an explicit dependency on pkgconf Modified: head/audio/ario/Makefile head/audio/jack-smf-utils/Makefile head/deskutils/libopensync-plugin-synce-legacy/Makefile head/deskutils/logjam/Makefile head/devel/gconfmm26/Makefile head/devel/librest/Makefile head/games/hexxagon/Makefile head/graphics/gimmage/Makefile head/graphics/goocanvasmm/Makefile head/graphics/ufraw/Makefile head/multimedia/vdpauinfo/Makefile head/print/libgnomeprintmm/Makefile head/science/chemical-mime-data/Makefile head/sysutils/policykit-gnome/Makefile head/x11-fm/rodent/Makefile head/x11-toolkits/gtkmm24-reference/Makefile head/x11-toolkits/libgtksourceviewmm/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/audio/ario/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -22,7 +22,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 gnomehack Modified: head/audio/jack-smf-utils/Makefile ============================================================================== --- head/audio/jack-smf-utils/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/audio/jack-smf-utils/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-smf-utils -# Date created: 2008-05-15 -# Whom: Edward Tomasz Napierala -# +# Created by: Edward Tomasz Napierala # $FreeBSD$ -# PORTNAME= jack-smf-utils PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Standard MIDI File file player LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/deskutils/libopensync-plugin-synce-legacy/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-synce-legacy/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/deskutils/libopensync-plugin-synce-legacy/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-synce-legacy -# Date created: 19 June 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-synce PORTVERSION= 0.22.1 @@ -18,7 +14,7 @@ COMMENT= SynCE legacy plugin for the Ope LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ rra.0:${PORTSDIR}/palm/synce-librra - +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/deskutils/logjam/Makefile ============================================================================== --- head/deskutils/logjam/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/deskutils/logjam/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,9 +1,5 @@ -# New ports collection makefile for: logjam -# Date created: 13 Aug 01 -# Whom: alanp@unixpower.org -# +# Created by: alanp@unixpower.org # $FreeBSD$ -# PORTNAME= logjam PORTVERSION= 4.6.2 @@ -19,6 +15,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ MAN1= logjam.1 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes Modified: head/devel/gconfmm26/Makefile ============================================================================== --- head/devel/gconfmm26/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/devel/gconfmm26/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports-stable/devel/gconfmm26/Makefile,v 1.1 2010/06/24 07:51:01 kwm Exp $ -# PORTNAME= gconfmm PORTVERSION= 2.28.2 @@ -22,6 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= gconfmm26 +USES= pkgconfig USE_BZIP2= yes USE_XORG= x11 USE_GMAKE= yes Modified: head/devel/librest/Makefile ============================================================================== --- head/devel/librest/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/devel/librest/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -16,6 +16,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/ LIB_DEPENDS= soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +USES= pkgconfig USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/games/hexxagon/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -11,6 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/graphics/gimmage/Makefile ============================================================================== --- head/graphics/gimmage/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/graphics/gimmage/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -13,7 +13,7 @@ COMMENT= Simple image viewer LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} Modified: head/graphics/goocanvasmm/Makefile ============================================================================== --- head/graphics/goocanvasmm/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/graphics/goocanvasmm/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,7 +1,4 @@ -# New ports collection makefile for: goocanvasmm -# Date created: 2008-08-10 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/graphics/goocanvasmm/Makefile,v 1.4 2010/10/29 10:27:45 kwm Exp $ @@ -17,6 +14,7 @@ COMMENT= C++ bindings for the goocanvas LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ goocanvas.3:${PORTSDIR}/graphics/goocanvas +USES= pkgconfig USE_GNOME= gnomehack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/graphics/ufraw/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-extras -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/multimedia/vdpauinfo/Makefile ============================================================================== --- head/multimedia/vdpauinfo/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/multimedia/vdpauinfo/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vdpauinfo -# Date created: 2010-09-08 -# Whom: Anonymous -# +# Created by: Anonymous # $FreeBSD$ -# PORTNAME= vdpauinfo PORTVERSION= 0.0.6 @@ -15,6 +11,7 @@ COMMENT= A tool to query VDPAU capabilit LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau +USES= pkgconfig GNU_CONFIGURE= yes LICENSE= MIT Modified: head/print/libgnomeprintmm/Makefile ============================================================================== --- head/print/libgnomeprintmm/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/print/libgnomeprintmm/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomeprintmm -# Date created: 17 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= libgnomeprintmm PORTVERSION= 2.5.1 @@ -18,6 +14,7 @@ COMMENT= C++ bindings for the GNOME prin LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes Modified: head/science/chemical-mime-data/Makefile ============================================================================== --- head/science/chemical-mime-data/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/science/chemical-mime-data/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/mime/m RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomemimedata intltool libxslt:build GNU_CONFIGURE= yes Modified: head/sysutils/policykit-gnome/Makefile ============================================================================== --- head/sysutils/policykit-gnome/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/sysutils/policykit-gnome/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,10 +1,6 @@ -# New ports collection makefile for: PolicyKit-gnome -# Date Created: 20 January 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $ -# PORTNAME= policykit-gnome PORTVERSION= 0.9.2 @@ -20,7 +16,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysuti USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack intlhack gnomedocutils gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/x11-fm/rodent/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -21,7 +21,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \ magic:${PORTSDIR}/sysutils/file -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} USE_LDCONFIG= yes Modified: head/x11-toolkits/gtkmm24-reference/Makefile ============================================================================== --- head/x11-toolkits/gtkmm24-reference/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/x11-toolkits/gtkmm24-reference/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,16 +1,12 @@ -# New ports collection makefile for: gtkmm24-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \ glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 Modified: head/x11-toolkits/libgtksourceviewmm/Makefile ============================================================================== --- head/x11-toolkits/libgtksourceviewmm/Makefile Mon Sep 2 22:21:30 2013 (r326106) +++ head/x11-toolkits/libgtksourceviewmm/Makefile Mon Sep 2 22:23:53 2013 (r326107) @@ -1,7 +1,4 @@ -# New ports collection makefile for: libgtksourceviewmm -# Date created: 2006-11-11 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/x11-toolkits/libgtksourceviewmm/Makefile,v 1.4 2008/08/08 21:59:44 kwm Exp $ @@ -16,6 +13,7 @@ COMMENT= C++ binding of GtkSourceView LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_LDCONFIG= yes USE_BZIP2= yes USE_GNOME= gtksourceview2 gnomeprefix gnomehack From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:26:07 2013 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 ESMTP id 1D1A5E9; Mon, 2 Sep 2013 22:26:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF542B8B; Mon, 2 Sep 2013 22:26:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MQ6n2092050; Mon, 2 Sep 2013 22:26:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MQ6MV092049; Mon, 2 Sep 2013 22:26:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022226.r82MQ6MV092049@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326108 - head/audio/cmus 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.14 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: Mon, 02 Sep 2013 22:26:07 -0000 Author: bapt Date: Mon Sep 2 22:26:06 2013 New Revision: 326108 URL: http://svnweb.freebsd.org/changeset/ports/326108 Log: Fix build after removal or arts Submitted by: Herbert J. Skuhra Modified: head/audio/cmus/Makefile Modified: head/audio/cmus/Makefile ============================================================================== --- head/audio/cmus/Makefile Mon Sep 2 22:23:53 2013 (r326107) +++ head/audio/cmus/Makefile Mon Sep 2 22:26:06 2013 (r326108) @@ -17,15 +17,13 @@ HAS_CONFIGURE= yes CONFIGURE_ENV+= HOSTCC=${CC} CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \ exampledir=${EXAMPLESDIR} \ - CONFIG_ALSA=n CONFIG_ROAR=n + CONFIG_ALSA=n CONFIG_ARTS=n CONFIG_ROAR=n OPTIONS_DEFINE= AAC AO CDDB CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD \ MODPLUG MP4 MUSEPACK PULSEAUDIO TREMOR VORBIS WAVPACK OPTIONS_DEFAULT=FLAC MAD VORBIS DISCID_DESC= DISCID support -CONFIGURE_ARGS=CONFIG_ARTS=n - .include .if ${PORT_OPTIONS:MFLAC} From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:31:40 2013 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 ESMTP id 3FC8230C; Mon, 2 Sep 2013 22:31:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E54A2C4C; Mon, 2 Sep 2013 22:31:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MVd3g096262; Mon, 2 Sep 2013 22:31:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MVcXr096250; Mon, 2 Sep 2013 22:31:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022231.r82MVcXr096250@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326109 - in head: audio/gtkguitune games/ggz-gtk-games games/tuxmath graphics/pinpoint graphics/rawstudio japanese/ebview-gtk2 multimedia/libva-vdpau-driver x11-wm/gcompmgr x11/evilvte 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.14 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: Mon, 02 Sep 2013 22:31:40 -0000 Author: bapt Date: Mon Sep 2 22:31:37 2013 New Revision: 326109 URL: http://svnweb.freebsd.org/changeset/ports/326109 Log: Add an explicit dependency on pkgconf Modified: head/audio/gtkguitune/Makefile head/games/ggz-gtk-games/Makefile head/games/tuxmath/Makefile head/graphics/pinpoint/Makefile head/graphics/rawstudio/Makefile head/japanese/ebview-gtk2/Makefile head/multimedia/libva-vdpau-driver/Makefile head/x11-wm/gcompmgr/Makefile head/x11/evilvte/Makefile Modified: head/audio/gtkguitune/Makefile ============================================================================== --- head/audio/gtkguitune/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/audio/gtkguitune/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -15,6 +15,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 WRKSRC= ${WRKDIR}/${PORTNAME} +USES= pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/games/ggz-gtk-games/Makefile ============================================================================== --- head/games/ggz-gtk-games/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/games/ggz-gtk-games/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -11,6 +11,7 @@ COMMENT= The GGZ Gaming Zone - GTK+ Game RUN_DEPENDS= ${LOCALBASE}/bin/ggz-gtk:${PORTSDIR}/games/ggz-gtk-client +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug Modified: head/games/tuxmath/Makefile ============================================================================== --- head/games/tuxmath/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/games/tuxmath/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-$ USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= iconv gmake perl5 +USES= iconv gmake perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ T4K_COMMON_LIBS="${T4K_WRKSRC}/src/.libs/libt4k_common.a" \ Modified: head/graphics/pinpoint/Makefile ============================================================================== --- head/graphics/pinpoint/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/graphics/pinpoint/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -20,7 +20,7 @@ USE_GL= gl USE_GMAKE= yes USE_GNOME= librsvg2 GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig OPTIONS_DEFINE= GST GST_DESC= Live videos as slide backgrounds Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/graphics/rawstudio/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Rawstudio -# Date created: 2008-04-23 -# Whom: Alex Samorukov -# +# Created by: Alex Samorukov # $FreeBSD$ -# PORTNAME= rawstudio PORTVERSION= 2.0 @@ -31,7 +27,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack USE_SQLITE= 3 USE_LDCONFIG= yes Modified: head/japanese/ebview-gtk2/Makefile ============================================================================== --- head/japanese/ebview-gtk2/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/japanese/ebview-gtk2/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -14,6 +14,7 @@ LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-0* +USES= pkgconfig USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/multimedia/libva-vdpau-driver/Makefile ============================================================================== --- head/multimedia/libva-vdpau-driver/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/multimedia/libva-vdpau-driver/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig USE_GL= gl GNU_CONFIGURE= yes Modified: head/x11-wm/gcompmgr/Makefile ============================================================================== --- head/x11-wm/gcompmgr/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/x11-wm/gcompmgr/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcompmgr -# Date created: 6 Feb 2006 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gcompmgr PORTVERSION= 0.21 @@ -18,6 +14,7 @@ RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= automake:env DESKTOP_ENTRIES="gcompmgr" \ Modified: head/x11/evilvte/Makefile ============================================================================== --- head/x11/evilvte/Makefile Mon Sep 2 22:26:06 2013 (r326108) +++ head/x11/evilvte/Makefile Mon Sep 2 22:31:37 2013 (r326109) @@ -1,9 +1,5 @@ -# New ports collection makefile for: evilvte -# Date created: 2008/06/03 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= evilvte PORTVERSION= 0.5.0 @@ -15,6 +11,7 @@ MASTER_SITES= http://www.calno.com/${POR MAINTAINER= aragon@phat.za.net COMMENT= A VTE based, super lightweight terminal emulator +USES= pkgconfig USE_XZ= yes USE_GMAKE= yes HAS_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:33:29 2013 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 ESMTP id 7E7BF436; Mon, 2 Sep 2013 22:33:29 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B8502C78; Mon, 2 Sep 2013 22:33:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MXThH096990; Mon, 2 Sep 2013 22:33:29 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MXTQq096988; Mon, 2 Sep 2013 22:33:29 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309022233.r82MXTQq096988@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 2 Sep 2013 22:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326110 - head/www/rubygem-tinymce-rails 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.14 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: Mon, 02 Sep 2013 22:33:29 -0000 Author: zi Date: Mon Sep 2 22:33:28 2013 New Revision: 326110 URL: http://svnweb.freebsd.org/changeset/ports/326110 Log: - Update to 4.0.2 Modified: head/www/rubygem-tinymce-rails/Makefile head/www/rubygem-tinymce-rails/distinfo Modified: head/www/rubygem-tinymce-rails/Makefile ============================================================================== --- head/www/rubygem-tinymce-rails/Makefile Mon Sep 2 22:31:37 2013 (r326109) +++ head/www/rubygem-tinymce-rails/Makefile Mon Sep 2 22:33:28 2013 (r326110) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce-rails -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-tinymce-rails/distinfo ============================================================================== --- head/www/rubygem-tinymce-rails/distinfo Mon Sep 2 22:31:37 2013 (r326109) +++ head/www/rubygem-tinymce-rails/distinfo Mon Sep 2 22:33:28 2013 (r326110) @@ -1,2 +1,2 @@ -SHA256 (rubygem/tinymce-rails-4.0.1.gem) = afbd7e2b9da4bb8cf780018768ace4ab9e96293c94e24833277b836411d3586a -SIZE (rubygem/tinymce-rails-4.0.1.gem) = 339968 +SHA256 (rubygem/tinymce-rails-4.0.2.gem) = 4b41033acb1fd14ebda68c0c10a5bd8bddd3fe9dbf97661da211155460764405 +SIZE (rubygem/tinymce-rails-4.0.2.gem) = 755712 From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:50:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2920BA83; Mon, 2 Sep 2013 22:50:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 081602E6D; Mon, 2 Sep 2013 22:50:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MoNqN005856; Mon, 2 Sep 2013 22:50:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MoLlN005834; Mon, 2 Sep 2013 22:50:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022250.r82MoLlN005834@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326111 - in head: audio/gspeakers audio/streamtuner audio/xmms-jack cad/geda-symcheck cad/geda-utils games/gnurobots games/tuxtype graphics/gtkam security/gnomint sysutils/geomgui x11-... 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.14 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: Mon, 02 Sep 2013 22:50:24 -0000 Author: bapt Date: Mon Sep 2 22:50:21 2013 New Revision: 326111 URL: http://svnweb.freebsd.org/changeset/ports/326111 Log: Add an explicit dependency on pkgconf Modified: head/audio/gspeakers/Makefile head/audio/streamtuner/Makefile head/audio/xmms-jack/Makefile head/cad/geda-symcheck/Makefile head/cad/geda-utils/Makefile head/games/gnurobots/Makefile head/games/tuxtype/Makefile head/graphics/gtkam/Makefile head/security/gnomint/Makefile head/sysutils/geomgui/Makefile head/x11-themes/ubuntulooks/Makefile head/x11/alltray/Makefile Modified: head/audio/gspeakers/Makefile ============================================================================== --- head/audio/gspeakers/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/gspeakers/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -13,7 +13,7 @@ COMMENT= Gnome-based loudspeaker design LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxml2 USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes Modified: head/audio/streamtuner/Makefile ============================================================================== --- head/audio/streamtuner/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/streamtuner/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -15,7 +15,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSD LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 gnomeprefix INSTALLS_OMF= yes GNU_CONFIGURE= yes Modified: head/audio/xmms-jack/Makefile ============================================================================== --- head/audio/xmms-jack/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/xmms-jack/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -17,7 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimed WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk12 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool PLIST_FILES= lib/xmms/Output/libjackout.so Modified: head/cad/geda-symcheck/Makefile ============================================================================== --- head/cad/geda-symcheck/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/cad/geda-symcheck/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= symcheck PORTVERSION= 1.4.3 @@ -25,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/cad/geda-utils/Makefile ============================================================================== --- head/cad/geda-utils/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/cad/geda-utils/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= utils PORTVERSION= 1.4.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= geda.33:${PORTSDIR}/cad/lib DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 Modified: head/games/gnurobots/Makefile ============================================================================== --- head/games/gnurobots/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/games/gnurobots/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnurobots -# Date created: 22 Sept 2000 -# Whom: Aaron VonderHaar -# +# Created by: Aaron VonderHaar # $FreeBSD$ -# PORTNAME= gnurobots PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= GNU diversion wherein Scheme-co LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +USES= pkgconfig USE_GNOME= vte GNU_CONFIGURE= yes Modified: head/games/tuxtype/Makefile ============================================================================== --- head/games/tuxtype/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/games/tuxtype/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-$ USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= iconv perl5 +USES= iconv perl5 pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/graphics/gtkam/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -14,7 +14,7 @@ LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphi gphoto2.2:${PORTSDIR}/graphics/libgphoto2 WANT_GNOME= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomehier gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/security/gnomint/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -18,6 +18,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 USE_PERL5= yes Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/sysutils/geomgui/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomgui -# Date created: 2005-07-18 -# Whom: Soeren Straarup -# +# Created by: Soeren Straarup # $FreeBSD$ -# PORTNAME= geomgui PORTVERSION= 0.13 @@ -20,7 +16,7 @@ LIB_DEPENDS= gvc:${PORTSDIR}/graphics/gr USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes MAN1= geomgui.1 Modified: head/x11-themes/ubuntulooks/Makefile ============================================================================== --- head/x11-themes/ubuntulooks/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/x11-themes/ubuntulooks/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubuntulooks -# Date created: 2006-04-09 -# Whom: Phillip Neumann -# +# Created by: Phillip Neumann # $FreeBSD$ -# PORTNAME= ubuntulooks PORTVERSION= 0.9.12 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11/alltray/Makefile ============================================================================== --- head/x11/alltray/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/x11/alltray/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= acm@FreeBSD.org COMMENT= Dock any application with no native tray icon +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:52:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6519BB0; Mon, 2 Sep 2013 22:52:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4ADA2E98; Mon, 2 Sep 2013 22:52:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Mq4Tq008351; Mon, 2 Sep 2013 22:52:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Mq4Nm008349; Mon, 2 Sep 2013 22:52:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022252.r82Mq4Nm008349@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326112 - head/games/pushover 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.14 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: Mon, 02 Sep 2013 22:52:04 -0000 Author: bapt Date: Mon Sep 2 22:52:04 2013 New Revision: 326112 URL: http://svnweb.freebsd.org/changeset/ports/326112 Log: Fix stupid mistake Modified: head/games/pushover/Makefile Modified: head/games/pushover/Makefile ============================================================================== --- head/games/pushover/Makefile Mon Sep 2 22:50:21 2013 (r326111) +++ head/games/pushover/Makefile Mon Sep 2 22:52:04 2013 (r326112) @@ -12,12 +12,11 @@ COMMENT= A puzzle game where the goal is LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USES= gmake pkgconfig USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext +USES= gettext gmake pkgconfig PORTDOCS= * From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:58:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DEDFD99; Mon, 2 Sep 2013 22:58:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19AB12F16; Mon, 2 Sep 2013 22:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MwHnC010688; Mon, 2 Sep 2013 22:58:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MwG5J010680; Mon, 2 Sep 2013 22:58:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022258.r82MwG5J010680@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326113 - in head: cad/geda-gattrib cad/geda-netlist games/cheech irc/lostirc net-im/telepathy-salut science/gwyddion x11-toolkits/libsexymm 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.14 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: Mon, 02 Sep 2013 22:58:18 -0000 Author: bapt Date: Mon Sep 2 22:58:16 2013 New Revision: 326113 URL: http://svnweb.freebsd.org/changeset/ports/326113 Log: Add an explicit dependency on pkgconf Modified: head/cad/geda-gattrib/Makefile head/cad/geda-netlist/Makefile head/games/cheech/Makefile head/irc/lostirc/Makefile head/net-im/telepathy-salut/Makefile head/science/gwyddion/Makefile head/x11-toolkits/libsexymm/Makefile Modified: head/cad/geda-gattrib/Makefile ============================================================================== --- head/cad/geda-gattrib/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-gattrib/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -21,6 +21,7 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 glib20 USE_GMAKE= yes INSTALLS_ICONS= yes Modified: head/cad/geda-netlist/Makefile ============================================================================== --- head/cad/geda-netlist/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-netlist/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnetlist -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= netlist PORTVERSION= 1.4.3 @@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 +USES= pkgconfig CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/games/cheech/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,6 +14,7 @@ COMMENT= Multiplayer Chinese Checkers ga LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env Modified: head/irc/lostirc/Makefile ============================================================================== --- head/irc/lostirc/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/irc/lostirc/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/net-im/telepathy-salut/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,7 +14,7 @@ LIB_DEPENDS= avahi-glib.1:${PORTSDIR}/ne soup-2.4.1:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USEs= pkgconfig +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack glib20 libxslt:build USE_OPENSSL= yes Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/science/gwyddion/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info pkgconfig USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_GMAKE= yes Modified: head/x11-toolkits/libsexymm/Makefile ============================================================================== --- head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -16,7 +16,7 @@ LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-too sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 00:13:07 2013 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 ESMTP id 55D69F33; Tue, 3 Sep 2013 00:13:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4344A25E6; Tue, 3 Sep 2013 00:13:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r830D7B7056658; Tue, 3 Sep 2013 00:13:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r830D6uB056656; Tue, 3 Sep 2013 00:13:06 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309030013.r830D6uB056656@svn.freebsd.org> From: Eitan Adler Date: Tue, 3 Sep 2013 00:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326114 - head/sysutils/moreutils-parallel 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.14 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: Tue, 03 Sep 2013 00:13:07 -0000 Author: eadler Date: Tue Sep 3 00:13:06 2013 New Revision: 326114 URL: http://svnweb.freebsd.org/changeset/ports/326114 Log: Update to 0.50 Changes: No functional changes. Tested by: redports Modified: head/sysutils/moreutils-parallel/Makefile head/sysutils/moreutils-parallel/distinfo Modified: head/sysutils/moreutils-parallel/Makefile ============================================================================== --- head/sysutils/moreutils-parallel/Makefile Mon Sep 2 22:58:16 2013 (r326113) +++ head/sysutils/moreutils-parallel/Makefile Tue Sep 3 00:13:06 2013 (r326114) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moreutils-parallel -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= sysutils MASTER_SITES= DEBIAN MASTER_SITE_SUBDIR= pool/main/m/moreutils Modified: head/sysutils/moreutils-parallel/distinfo ============================================================================== --- head/sysutils/moreutils-parallel/distinfo Mon Sep 2 22:58:16 2013 (r326113) +++ head/sysutils/moreutils-parallel/distinfo Tue Sep 3 00:13:06 2013 (r326114) @@ -1,2 +1,2 @@ -SHA256 (moreutils_0.49.tar.gz) = 08f96aaa33bf7b67fc04dfa32d18d4a77660dec09d3c45ad8bac8f46cc974a1a -SIZE (moreutils_0.49.tar.gz) = 46865 +SHA256 (moreutils_0.50.tar.gz) = 4df833f17c2c6781c1d500ac51455af1929db5aeb96d06e45b00489393b37714 +SIZE (moreutils_0.50.tar.gz) = 46952 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 00:28:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 382212AA; Tue, 3 Sep 2013 00:28:38 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2608026CA; Tue, 3 Sep 2013 00:28:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r830ScU1064427; Tue, 3 Sep 2013 00:28:38 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r830SbV0064425; Tue, 3 Sep 2013 00:28:37 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309030028.r830SbV0064425@svn.freebsd.org> From: Eitan Adler Date: Tue, 3 Sep 2013 00:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326115 - head/math/ised 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.14 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: Tue, 03 Sep 2013 00:28:38 -0000 Author: eadler Date: Tue Sep 3 00:28:37 2013 New Revision: 326115 URL: http://svnweb.freebsd.org/changeset/ports/326115 Log: cause you need to commit from the port Modified: head/math/ised/Makefile head/math/ised/distinfo Modified: head/math/ised/Makefile ============================================================================== --- head/math/ised/Makefile Tue Sep 3 00:13:06 2013 (r326114) +++ head/math/ised/Makefile Tue Sep 3 00:28:37 2013 (r326115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ised -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} @@ -11,6 +11,7 @@ COMMENT= Tool for generating number sequ LICENSE= GPLv3 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= yes Modified: head/math/ised/distinfo ============================================================================== --- head/math/ised/distinfo Tue Sep 3 00:13:06 2013 (r326114) +++ head/math/ised/distinfo Tue Sep 3 00:28:37 2013 (r326115) @@ -1,2 +1,2 @@ -SHA256 (ised-2.4.1.tar.bz2) = 067e2f504ed816acda1480129b226c18771baec9ef96b1f092092e15ee0f66e8 -SIZE (ised-2.4.1.tar.bz2) = 123266 +SHA256 (ised-2.4.2.tar.bz2) = be941e1ed2a31bd2fbb2bccb48613dbec19bd5c5d46aeee4d43f55af2b95ce86 +SIZE (ised-2.4.2.tar.bz2) = 130162 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 00:43:04 2013 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 ESMTP id EB41873B for ; Tue, 3 Sep 2013 00:43:04 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-x233.google.com (mail-pb0-x233.google.com [IPv6:2607:f8b0:400e:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C20EC279B for ; Tue, 3 Sep 2013 00:43:04 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id jt11so5243794pbb.24 for ; Mon, 02 Sep 2013 17:43:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=Lhr9JlMUmj9Ihf4pTAsLBLxuUrOdUEs4+JS19B2ABF8=; b=af63GNCWZEt2AnaBaOiChds4HcPHElBWz73L0jNdFthMwWkATf+vNKb62gVEwwgwlA oLsuH4H1ocWZiPL8DcmIDqXdjAZvI3Px0ssLLEGgnqsVeU7txaXD1oHrzxqWECgPWtXS X3i/T1tGU/Ee8HcHBg2ERGDhYPaXtpfXh0pWw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=Lhr9JlMUmj9Ihf4pTAsLBLxuUrOdUEs4+JS19B2ABF8=; b=C4JbvP4USLKS6LAqD9ZzMEHTNkCeziX8EcE9tbfJ5NxYVyTPCNVhRCLkWezOreqXqg etmlN1ijZXMCfsJUT+8/6fvCOD3B5U+KvMPbvE8T7wrhmTYYVh86caUbKZX3oUF/axEZ 8XjG94Grf7gCf7c8vI/edaJrpV4zmFz1yxxxNdCGuTb9ysO4L72vpbTRmHpNEMYnvc8J VhSWuuzQ0hkZLqKOurKtch2QCTBy/n3rBEZSI5Fpr20mi+zSgvq0Ei3pt6I01XVn09HA 6TQGGHlolkBhbFVGFDt86JfV1RIRU7G3NZnZlJb+vVUWBUmb+5ILINIINxRnB6vHE2I2 wDDg== X-Gm-Message-State: ALoCoQlX6dTfJdyaR1IMr7wCRhXZbos8qMEx0ul2Y2dxS5I6RPHTaGI854upDLxDcwxUfeIvp3yw X-Received: by 10.68.11.38 with SMTP id n6mr535524pbb.128.1378168984402; Mon, 02 Sep 2013 17:43:04 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.6.3 with HTTP; Mon, 2 Sep 2013 17:42:34 -0700 (PDT) In-Reply-To: <201309030028.r830SbV0064425@svn.freebsd.org> References: <201309030028.r830SbV0064425@svn.freebsd.org> From: Eitan Adler Date: Mon, 2 Sep 2013 20:42:34 -0400 X-Google-Sender-Auth: ma8VDI9mAkyKxpKsQcTVG3st4q0 Message-ID: Subject: Re: svn commit: r326115 - head/math/ised To: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 00:43:05 -0000 On Mon, Sep 2, 2013 at 8:28 PM, Eitan Adler wrote: > Author: eadler > Date: Tue Sep 3 00:28:37 2013 > New Revision: 326115 > URL: http://svnweb.freebsd.org/changeset/ports/326115 > > Log: > cause you need to commit from the port This was intended to be committed to redports, not here. Again. This is what I get for *testing* my commits. sorry :( -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 00:49:05 2013 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 ESMTP id 89A56892; Tue, 3 Sep 2013 00:49:05 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 781A927D4; Tue, 3 Sep 2013 00:49:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r830n5Fb077406; Tue, 3 Sep 2013 00:49:05 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r830n500077405; Tue, 3 Sep 2013 00:49:05 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309030049.r830n500077405@svn.freebsd.org> From: Eitan Adler Date: Tue, 3 Sep 2013 00:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326116 - in head/math/ised: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 00:49:05 -0000 Author: eadler Date: Tue Sep 3 00:49:04 2013 New Revision: 326116 URL: http://svnweb.freebsd.org/changeset/ports/326116 Log: Corrected log for previous commit: - Update to 2.4.2 - Remove now unneeded patches Tested by: redports Deleted: head/math/ised/files/ Modified: head/math/ised/Makefile Modified: head/math/ised/Makefile ============================================================================== --- head/math/ised/Makefile Tue Sep 3 00:28:37 2013 (r326115) +++ head/math/ised/Makefile Tue Sep 3 00:49:04 2013 (r326116) @@ -11,7 +11,6 @@ COMMENT= Tool for generating number sequ LICENSE= GPLv3 - USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 01:13:11 2013 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 ESMTP id 90C7FB52; Tue, 3 Sep 2013 01:13:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F6B32925; Tue, 3 Sep 2013 01:13:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r831DB9g094613; Tue, 3 Sep 2013 01:13:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r831DBhr094612; Tue, 3 Sep 2013 01:13:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309030113.r831DBhr094612@svn.freebsd.org> From: Bryan Drewery Date: Tue, 3 Sep 2013 01:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326117 - head/Mk 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.14 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: Tue, 03 Sep 2013 01:13:11 -0000 Author: bdrewery Date: Tue Sep 3 01:13:10 2013 New Revision: 326117 URL: http://svnweb.freebsd.org/changeset/ports/326117 Log: - Fix regression from r325805 and allow 'make fetch' to work without distinfo Reported by: sunpoet With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 3 00:49:04 2013 (r326116) +++ head/Mk/bsd.port.mk Tue Sep 3 01:13:10 2013 (r326117) @@ -3432,7 +3432,7 @@ do-fetch: esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ - if [ -n "${DISABLE_SIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ + if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 01:16:31 2013 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 ESMTP id B9594C6A; Tue, 3 Sep 2013 01:16:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 987D82940; Tue, 3 Sep 2013 01:16:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r831GVBn096080; Tue, 3 Sep 2013 01:16:31 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r831GUHY096075; Tue, 3 Sep 2013 01:16:30 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309030116.r831GUHY096075@svn.freebsd.org> From: Jason Helfman Date: Tue, 3 Sep 2013 01:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326118 - head/devel/libvirt 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.14 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: Tue, 03 Sep 2013 01:16:31 -0000 Author: jgh Date: Tue Sep 3 01:16:30 2013 New Revision: 326118 URL: http://svnweb.freebsd.org/changeset/ports/326118 Log: - update to 1.1.2 - move to new lib_depends format - shift perl build inclusion to USES framework - fix formatting of pkg-descr Note: this should fix building on CURRENT Changes: http://www.libvirt.org/news.html Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-descr head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/Makefile Tue Sep 3 01:16:30 2013 (r326118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -12,11 +12,11 @@ COMMENT= Toolkit to interact with virtua LICENSE= LGPL3 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - xml2:${PORTSDIR}/textproc/libxml2 \ - gnutls:${PORTSDIR}/security/gnutls \ - ssh2:${PORTSDIR}/security/libssh2 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libssh2.so:${PORTSDIR}/security/libssh2 OPTIONS_DEFINE= QEMU DOCS NLS QEMU_DESC= QEMU bindings @@ -30,7 +30,6 @@ NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes CONFIGURE_ARGS= --without-sasl \ --without-yajl \ --without-avahi \ @@ -51,7 +50,8 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix pathfix gmake pkgconfig +USES= charsetfix pathfix gmake pkgconfig perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_PYTHON_BUILD= yes SHLIB_VER= 1001 @@ -62,7 +62,7 @@ PORTDOCS= * .include MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1 -MAN8= libvirtd.8 +MAN8= libvirtd.8 virtlockd.8 post-patch: @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/distinfo Tue Sep 3 01:16:30 2013 (r326118) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.1.1.tar.gz) = dc6f1e1e15b9b190eaa706e76edabcfc94b239c012f5afc22b22357a4b3b22c2 -SIZE (libvirt-1.1.1.tar.gz) = 25420278 +SHA256 (libvirt-1.1.2.tar.gz) = 16648af54d3e162f5cc5445d970ec29a0bd55b1dbcb568a05533c4c2f25965e3 +SIZE (libvirt-1.1.2.tar.gz) = 26069691 Modified: head/devel/libvirt/pkg-descr ============================================================================== --- head/devel/libvirt/pkg-descr Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/pkg-descr Tue Sep 3 01:16:30 2013 (r326118) @@ -9,4 +9,4 @@ libvirt provides: * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows -WWW: http://libvirt.org/ +WWW: http://libvirt.org/ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/pkg-plist Tue Sep 3 01:16:30 2013 (r326118) @@ -8,6 +8,7 @@ bin/virt-xml-validate @unexec if cmp -s %D/%%ETCDIR%%/libvirt.conf.sample %D/%%ETCDIR%%/libvirt.conf; then rm -f %D/%%ETCDIR%%/libvirt.conf; fi %%ETCDIR%%/libvirt.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/libvirt.conf ] ; then cp -p %D/%%ETCDIR%%/libvirt.conf.sample %D/%%ETCDIR%%/libvirt.conf; fi +%%ETCDIR%%/virtlockd.conf %%QEMU%%@unexec if cmp -s %D/%%ETCDIR%%/qemu.conf.sample %D/%%ETCDIR%%/qemu.conf; then rm -f %D/%%ETCDIR%%/qemu.conf; fi %%QEMU%%%%ETCDIR%%/qemu.conf.sample %%QEMU%%@exec if [ ! -f %D/%%ETCDIR%%/qemu.conf ] ; then cp -p %D/%%ETCDIR%%/qemu.conf.sample %D/%%ETCDIR%%/qemu.conf; fi @@ -64,12 +65,16 @@ sbin/libvirtd sbin/virtlockd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug +share/augeas/lenses/virtlockd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug +share/augeas/lenses/tests/test_virtlockd.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%DOCSDIR%%%%PORTVERSION%%/html/32favicon.png %%DOCSDIR%%%%PORTVERSION%%/html/404.html +%%DOCSDIR%%%%PORTVERSION%%/html/acl.html +%%DOCSDIR%%%%PORTVERSION%%/html/aclpolkit.html %%DOCSDIR%%%%PORTVERSION%%/html/api.html %%DOCSDIR%%%%PORTVERSION%%/html/api_extension.html %%DOCSDIR%%%%PORTVERSION%%/html/apps.html @@ -174,11 +179,6 @@ share/augeas/lenses/tests/test_libvirtd. %%DOCSDIR%%%%PORTVERSION%%/html/uri.html %%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html %%DOCSDIR%%%%PORTVERSION%%/html/windows.html -%%DOCSDIR%%-python%%PORTVERSION%%/examples/basic.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/create.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/error.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/node.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/uuid.py share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html @@ -303,8 +303,6 @@ lib/libvirt/connection-driver/libvirt_dr @dirrm %%DOCSDIR%%%%PORTVERSION%%/html/internals @dirrm %%DOCSDIR%%%%PORTVERSION%%/html @dirrm %%DOCSDIR%%%%PORTVERSION%% -@dirrm %%DOCSDIR%%-python%%PORTVERSION%%/examples -@dirrm %%DOCSDIR%%-python%%PORTVERSION%% @dirrm share/augeas/lenses/tests @dirrm share/augeas/lenses @dirrm share/augeas From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 04:21:36 2013 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 ESMTP id 6AD5E52B; Tue, 3 Sep 2013 04:21:36 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5942622FA; Tue, 3 Sep 2013 04:21:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r834Laem005405; Tue, 3 Sep 2013 04:21:36 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r834Lanu005404; Tue, 3 Sep 2013 04:21:36 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309030421.r834Lanu005404@svn.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2013 04:21:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326119 - head/audio/libid3tag 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.14 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: Tue, 03 Sep 2013 04:21:36 -0000 Author: dinoex Date: Tue Sep 3 04:21:35 2013 New Revision: 326119 URL: http://svnweb.freebsd.org/changeset/ports/326119 Log: - revert r325819 Modified: head/audio/libid3tag/pkg-descr Modified: head/audio/libid3tag/pkg-descr ============================================================================== --- head/audio/libid3tag/pkg-descr Tue Sep 3 01:16:30 2013 (r326118) +++ head/audio/libid3tag/pkg-descr Tue Sep 3 04:21:35 2013 (r326119) @@ -9,4 +9,6 @@ the so-called MPEG 2.5 format. This is ID3 tag library, which is part of the project. +LICENSE: GPL2 or later + WWW: http://mad.sourceforge.net/ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 04:41:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27E1C6D8; Tue, 3 Sep 2013 04:41:32 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F057F23AA; Tue, 3 Sep 2013 04:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r834fV2j016665; Tue, 3 Sep 2013 04:41:31 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r834fVLZ016639; Tue, 3 Sep 2013 04:41:31 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309030441.r834fVLZ016639@svn.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2013 04:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326120 - in head/graphics/giflib: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 04:41:32 -0000 Author: dinoex Date: Tue Sep 3 04:41:30 2013 New Revision: 326120 URL: http://svnweb.freebsd.org/changeset/ports/326120 Log: - update to 4.2.2 Added: head/graphics/giflib/files/patch-dgif_lib.c (contents, props changed) head/graphics/giflib/files/patch-gif_hash.c (contents, props changed) Modified: head/graphics/giflib/Makefile head/graphics/giflib/distinfo Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Tue Sep 3 04:21:35 2013 (r326119) +++ head/graphics/giflib/Makefile Tue Sep 3 04:41:30 2013 (r326120) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTVERSION= 4.2.2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} Modified: head/graphics/giflib/distinfo ============================================================================== --- head/graphics/giflib/distinfo Tue Sep 3 04:21:35 2013 (r326119) +++ head/graphics/giflib/distinfo Tue Sep 3 04:41:30 2013 (r326120) @@ -1,2 +1,2 @@ -SHA256 (giflib-4.2.1.tar.bz2) = 3f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6 -SIZE (giflib-4.2.1.tar.bz2) = 522178 +SHA256 (giflib-4.2.2.tar.bz2) = 2677a4de8cc98a07025d7d7a8667c06cd97925fe87d4cd3c2e75f61456333181 +SIZE (giflib-4.2.2.tar.bz2) = 561489 Added: head/graphics/giflib/files/patch-dgif_lib.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/giflib/files/patch-dgif_lib.c Tue Sep 3 04:41:30 2013 (r326120) @@ -0,0 +1,11 @@ +--- lib/dgif_lib.c.orig 2013-08-29 21:48:51.000000000 +0200 ++++ lib/dgif_lib.c 2013-09-03 05:58:21.000000000 +0200 +@@ -149,7 +149,7 @@ + fclose(f); + free((char *)Private); + free((char *)GifFile); +- *Error = D_GIF_ERR_NO_SCRN_DSCR; ++ _GifError = D_GIF_ERR_NO_SCRN_DSCR; + return NULL; + } + Added: head/graphics/giflib/files/patch-gif_hash.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/giflib/files/patch-gif_hash.c Tue Sep 3 04:41:30 2013 (r326120) @@ -0,0 +1,10 @@ +--- lib/gif_hash.c.orig 2013-08-29 21:32:18.000000000 +0200 ++++ lib/gif_hash.c 2013-09-03 05:53:45.000000000 +0200 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include "gif_lib.h" + #include "gif_hash.h" From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 05:00:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4AFE4867; Tue, 3 Sep 2013 05:00:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39532244D; Tue, 3 Sep 2013 05:00:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8350XaT026622; Tue, 3 Sep 2013 05:00:33 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8350W6h026620; Tue, 3 Sep 2013 05:00:32 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309030500.r8350W6h026620@svn.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2013 05:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326121 - in head/misc/magicpoint: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 05:00:33 -0000 Author: dinoex Date: Tue Sep 3 05:00:32 2013 New Revision: 326121 URL: http://svnweb.freebsd.org/changeset/ports/326121 Log: - fix segfault on 64bit with option XFT Added: head/misc/magicpoint/files/patch-draw.c (contents, props changed) Modified: head/misc/magicpoint/Makefile Modified: head/misc/magicpoint/Makefile ============================================================================== --- head/misc/magicpoint/Makefile Tue Sep 3 04:41:30 2013 (r326120) +++ head/misc/magicpoint/Makefile Tue Sep 3 05:00:32 2013 (r326121) @@ -3,7 +3,7 @@ PORTNAME= magicpoint PORTVERSION= 1.13a -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ Added: head/misc/magicpoint/files/patch-draw.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-draw.c Tue Sep 3 05:00:32 2013 (r326121) @@ -0,0 +1,17 @@ +--- draw.c.orig 2008-01-24 16:43:17.000000000 +0100 ++++ draw.c 2013-09-03 06:48:44.000000000 +0200 +@@ -5471,12 +5471,12 @@ + XFT_FAMILY, XftTypeString, font, + XFT_ENCODING, XftTypeString, registry, + XFT_STYLE, XftTypeString, style, +- XFT_PIXEL_SIZE, XftTypeDouble, (float)csize, 0); ++ XFT_PIXEL_SIZE, XftTypeDouble, (float)csize, NULL); + } else { + xftfont = XftFontOpen(display, screen, + XFT_FAMILY, XftTypeString, font, + XFT_ENCODING, XftTypeString, registry, +- XFT_PIXEL_SIZE, XftTypeDouble, (float)csize, 0); ++ XFT_PIXEL_SIZE, XftTypeDouble, (float)csize, NULL); + } + if (xftfont == 0) { + free(xfont); From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 06:36:57 2013 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 ESMTP id D04464B5; Tue, 3 Sep 2013 06:36:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB38D2853; Tue, 3 Sep 2013 06:36:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r836avPi086033; Tue, 3 Sep 2013 06:36:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r836agkU085922; Tue, 3 Sep 2013 06:36:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030636.r836agkU085922@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 06:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326122 - in head: accessibility/gnome-mag astro/gpsdrive audio/bebocd audio/bmp-fc audio/bmp-flac audio/bmp-mac audio/bmp-modplug audio/bmp-wma audio/easytag audio/ezstream audio/fluid... 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.14 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: Tue, 03 Sep 2013 06:36:57 -0000 Author: bapt Date: Tue Sep 3 06:36:41 2013 New Revision: 326122 URL: http://svnweb.freebsd.org/changeset/ports/326122 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/gnome-mag/Makefile head/astro/gpsdrive/Makefile head/audio/bebocd/Makefile head/audio/bmp-fc/Makefile head/audio/bmp-flac/Makefile head/audio/bmp-mac/Makefile head/audio/bmp-modplug/Makefile head/audio/bmp-wma/Makefile head/audio/easytag/Makefile head/audio/ezstream/Makefile head/audio/fluidsynth-dssi/Makefile head/audio/ghostess/Makefile head/audio/gigedit/Makefile head/audio/glurp/Makefile head/audio/gnaural/Makefile head/audio/gnuitar/Makefile head/audio/gqmpeg-devel/Makefile head/audio/icegenerator/Makefile head/audio/ices0/Makefile head/audio/lingot/Makefile head/audio/mangler/Makefile head/audio/musicbox-tag-editor/Makefile head/audio/ripperx/Makefile head/audio/tagtool/Makefile head/audio/xhippo/Makefile head/audio/xmms-mad/Makefile head/audio/xmms-wavpack/Makefile head/cad/geda-gschem/Makefile head/cad/transcalc/Makefile head/chinese/pcmanx/Makefile head/chinese/reciteword/Makefile head/comms/gnocky/Makefile head/comms/hamfax/Makefile head/comms/soundmodem/Makefile head/comms/xlog/Makefile head/databases/libgda2/Makefile head/deskutils/bmp-docklet/Makefile head/deskutils/drivel/Makefile head/deskutils/genius/Makefile head/deskutils/gtimer/Makefile head/deskutils/gtodo/Makefile head/deskutils/libopensync-plugin-file/Makefile head/deskutils/libopensync-plugin-sunbird/Makefile head/deskutils/notification-daemon/Makefile head/deskutils/parcellite/Makefile head/deskutils/rubrica/Makefile head/deskutils/superswitcher/Makefile head/deskutils/xfce4-notification-daemon/Makefile head/devel/gitg/Makefile head/devel/gnome-vfs-monikers/Makefile head/devel/gnome-vfsmm/Makefile head/devel/guiloader-c++/Makefile head/devel/libglademm/Makefile head/devel/libglademm24/Makefile head/devel/libsigcx/Makefile head/editors/abiword-docs/Makefile head/editors/emacs23/Makefile head/editors/leafpad/Makefile head/emulators/tiemu3/Makefile head/emulators/tilem/Makefile head/games/afternoonstalker/Makefile head/games/avoision/Makefile head/games/belooted/Makefile head/games/bygfoot/Makefile head/games/crack-attack/Makefile head/games/etracer/Makefile head/games/lincity-ng/Makefile head/games/lucidlife/Makefile head/games/mudmagic/Makefile head/games/naev/Makefile head/games/sopwith/Makefile head/games/stepmania-devel/Makefile head/graphics/bmp-rootvis/Makefile head/graphics/ecore-sdl/Makefile head/graphics/entangle/Makefile head/graphics/fyre/Makefile head/graphics/geomorph/Makefile head/graphics/gimageview/Makefile head/graphics/kludge3d/Makefile head/graphics/kudu/Makefile head/graphics/libgnomecanvas/Makefile head/graphics/pdf2svg/Makefile head/graphics/sodipodi/Makefile head/graphics/svg2png/Makefile head/graphics/viewnior/Makefile head/graphics/xmms-fishmatic/Makefile head/lang/lafontaine/Makefile head/lang/mdk/Makefile head/mail/gnubiff/Makefile head/mail/sylpheed/Makefile head/mail/xfce4-mailwatch-plugin/Makefile head/math/galculator/Makefile head/math/gkmap/Makefile head/misc/gnome-icon-theme-extras/Makefile head/misc/lingoteach/Makefile head/multimedia/gmimms/Makefile head/multimedia/gnome-mplayer/Makefile head/multimedia/xfce4-xmms-plugin/Makefile head/net-im/vqcc-gtk/Makefile head/net-p2p/gtorrentviewer/Makefile head/net/gnome-nettool/Makefile head/net/gq/Makefile head/net/grsync/Makefile head/net/libgnetwork/Makefile head/net/pecl-gupnp/Makefile head/net/twitux/Makefile head/news/xrn/Makefile head/polish/tleenx2/Makefile head/print/lyx/Makefile head/security/gringotts/Makefile head/security/razorback-archiveInflate/Makefile head/security/razorback-fsWalk/Makefile head/security/razorback-scriptNugget/Makefile head/security/razorback-swfScanner/Makefile head/security/razorback-syslogNugget/Makefile head/security/seahorse/Makefile head/sysutils/fusefs-smbnetfs/Makefile head/sysutils/gnome-mount/Makefile head/sysutils/gnome-system-monitor/Makefile head/sysutils/heartbeat/Makefile head/sysutils/syslog-ng-devel/Makefile head/textproc/diffmark/Makefile head/textproc/ots/Makefile head/www/bluefish/Makefile head/www/cssed/Makefile head/www/libepc/Makefile head/www/libgtkhtml/Makefile head/www/mod_auth_mellon/Makefile head/x11-clocks/cairo-clock/Makefile head/x11-fm/gentoo/Makefile head/x11-fonts/fntsample/Makefile head/x11-themes/gtk-aurora-engine/Makefile head/x11-themes/gtk-equinox-engine/Makefile head/x11-themes/lxappearance/Makefile head/x11-themes/rezlooks/Makefile head/x11-toolkits/gtk-sharp20/Makefile head/x11-toolkits/gtkmm30-reference/Makefile head/x11-toolkits/py-gtk2/Makefile head/x11-wm/ede/Makefile head/x11-wm/fluxconf/Makefile head/x11-wm/metacity/Makefile head/x11-wm/mutter/Makefile head/x11-wm/obconf/Makefile head/x11/gmrun/Makefile head/x11/libgnome/Makefile head/x11/mlterm/Makefile head/x11/sbxkb/Makefile head/x11/sisctrl/Makefile Modified: head/accessibility/gnome-mag/Makefile ============================================================================== --- head/accessibility/gnome-mag/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/accessibility/gnome-mag/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USES= gmake gettext +USES= gmake gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/astro/gpsdrive/Makefile ============================================================================== --- head/astro/gpsdrive/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/astro/gpsdrive/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -USES= gmake perl5 +USES= gmake perl5 pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/audio/bebocd/Makefile ============================================================================== --- head/audio/bebocd/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bebocd/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -13,7 +13,7 @@ COMMENT= GTK2 CD Player LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio USE_XORG= x11 -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ Modified: head/audio/bmp-fc/Makefile ============================================================================== --- head/audio/bmp-fc/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bmp-fc/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/bmp-flac/Makefile ============================================================================== --- head/audio/bmp-flac/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bmp-flac/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-flac -# Date created: 2005-05-22 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= flac PORTVERSION= 20040316 @@ -21,6 +17,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimed PLIST_FILES= lib/bmp/Input/libbmp-flac.so +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ Modified: head/audio/bmp-mac/Makefile ============================================================================== --- head/audio/bmp-mac/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bmp-mac/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ COMMENT= Monkey's Audio Codec non-win32 LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ mac.2:${PORTSDIR}/audio/mac -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bmp-modplug/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -19,6 +19,7 @@ COMMENT= ModPlug-based plugin for beep-m LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes HAS_CONFIGURE= yes Modified: head/audio/bmp-wma/Makefile ============================================================================== --- head/audio/bmp-wma/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/bmp-wma/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-wma -# Date created: 2004-07-16 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= bmp-wma PORTVERSION= 0.1.1 @@ -20,6 +16,7 @@ PLIST_FILES= lib/bmp/Input/libwma.so \ lib/bmp/Input/libwma.la \ lib/bmp/Input/libwma.a +USES= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool Modified: head/audio/easytag/Makefile ============================================================================== --- head/audio/easytag/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/easytag/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -20,7 +20,7 @@ MAN1= easytag.1 CONFLICTS= easytag-devel-[0-9]* USE_XZ= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/audio/ezstream/Makefile ============================================================================== --- head/audio/ezstream/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/ezstream/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -19,7 +19,7 @@ OPTIONS_DEFAULT= TAGLIB TAGLIB_DESC= TagLib support -USES= iconv +USES= iconv pkkgconfig USE_GNOME= libxml2 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes Modified: head/audio/fluidsynth-dssi/Makefile ============================================================================== --- head/audio/fluidsynth-dssi/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/fluidsynth-dssi/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -17,7 +17,7 @@ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 post-patch: Modified: head/audio/ghostess/Makefile ============================================================================== --- head/audio/ghostess/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/ghostess/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -25,7 +25,7 @@ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR USE_BZIP2= yes USE_GNOME= gtk20 -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jackmidi Modified: head/audio/gigedit/Makefile ============================================================================== --- head/audio/gigedit/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/gigedit/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_GNOME= intltool MAKE_JOBS_UNSAFE= yes Modified: head/audio/glurp/Makefile ============================================================================== --- head/audio/glurp/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/glurp/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: glurp -# Date created: Jun 9 2004 -# Whom: Mark Reidel -# +# Created by: Mark Reidel # $FreeBSD$ -# PORTNAME= glurp PORTVERSION= 0.12.3 @@ -17,6 +13,7 @@ COMMENT= Nice and clean GTK+-2.x based g LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd GNU_CONFIGURE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 glib20 libglade2 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ Modified: head/audio/gnaural/Makefile ============================================================================== --- head/audio/gnaural/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/gnaural/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -17,6 +17,7 @@ LIB_DEPENDS= portaudio:${PORTSDIR}/audio sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes +USES= pkgconfig USE_CSTD= gnu89 USE_GNOME= libglade2 desktopfileutils Modified: head/audio/gnuitar/Makefile ============================================================================== --- head/audio/gnuitar/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/gnuitar/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -10,7 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The real-time guitar processor -USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -21,7 +20,7 @@ CONFIGURE_ARGS+=--with-gtk2 \ TXT_DOCS= AUTHORS COPYING FAQ INSTALL NEWS README TODO ChangeLog HTML_DOCS= faq.html index.html install.html readme.html PORTDOCS= ${TXT_DOCS} ${HTML_DOCS} -USES= gmake +USES= gmake pkgconfig OPTIONS_DEFINE= SUID DOCS OPTIONS_DEFAULT= SUID Modified: head/audio/gqmpeg-devel/Makefile ============================================================================== --- head/audio/gqmpeg-devel/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/gqmpeg-devel/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gqmpeg -# Date Created: 28 Oct 1998 -# Whom: Vanilla Pooh Shu -# +# Created by: Vanilla Pooh Shu # $FreeBSD$ -# PORTNAME= gqmpeg PORTVERSION= 0.91.1 @@ -30,6 +26,7 @@ RUN_DEPENDS+= xmp:${PORTSDIR}/audio/xmp RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif +USES= gmake LATEST_LINK= gqmpeg-devel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes xproto Modified: head/audio/icegenerator/Makefile ============================================================================== --- head/audio/icegenerator/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/icegenerator/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,7 +12,7 @@ COMMENT= Direct streaming generator for LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --exec-prefix=${PREFIX} OPTIONS_DEFINE= DOCS MYSQL PGSQL Modified: head/audio/ices0/Makefile ============================================================================== --- head/audio/ices0/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/ices0/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ LIB_DEPENDS= shout:${PORTSDIR}/audio/lib OPTIONS_DEFINE= FLAC FAAD VORBIS PYTHON OPTIONS_DEFAULT= PYTHON -USES= gmake perl5 +USES= gmake perl5 pkgconfig GNU_CONFIGURE= yes USE_RC_SUBR= ices0 Modified: head/audio/lingot/Makefile ============================================================================== --- head/audio/lingot/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/lingot/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/mangler/Makefile ============================================================================== --- head/audio/mangler/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/mangler/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -17,7 +17,7 @@ LIB_DEPENDS= celt0.2:${PORTSDIR}/audio/c gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gsm.1:${PORTSDIR}/audio/gsm -USES= gmake +USES= gmake pkgconfig USE_GNOME= librsvg2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa Modified: head/audio/musicbox-tag-editor/Makefile ============================================================================== --- head/audio/musicbox-tag-editor/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/musicbox-tag-editor/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,6 +1,7 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ # $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $ + PORTNAME= musicbox-tag-editor PORTVERSION= 0.2.3 PORTREVISION= 15 @@ -13,7 +14,7 @@ COMMENT= Simple GTK+ audio tag editor LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/ripperx/Makefile ============================================================================== --- head/audio/ripperx/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/ripperx/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ RUN_DEPENDS= cdparanoia:${PORTSDIR}/audi GNU_CONFIGURE= yes CFLAGS+= -L${LOCALBASE}/lib -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 MAN1= ripperX.1 Modified: head/audio/tagtool/Makefile ============================================================================== --- head/audio/tagtool/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/tagtool/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/i vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/audio/xhippo/Makefile ============================================================================== --- head/audio/xhippo/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/xhippo/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ LIB_DEPENDS= id3tag:${PORTSDIR}/audio/li RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_GNOME= gtk20 -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 Modified: head/audio/xmms-mad/Makefile ============================================================================== --- head/audio/xmms-mad/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/xmms-mad/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -13,7 +13,7 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libma id3tag:${PORTSDIR}/audio/libid3tag \ xmms:${PORTSDIR}/multimedia/xmms -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/audio/xmms-wavpack/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,6 +12,7 @@ COMMENT= XMMS input plugin to play WavPa LIB_DEPENDS= wavpack.2:${PORTSDIR}/audio/wavpack \ xmms.4:${PORTSDIR}/multimedia/xmms +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/cad/geda-gschem/Makefile ============================================================================== --- head/cad/geda-gschem/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/cad/geda-gschem/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -21,7 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-gdgeda --with-docdir=${DOCSDIR} \ Modified: head/cad/transcalc/Makefile ============================================================================== --- head/cad/transcalc/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/cad/transcalc/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: transcalc -# Date created: Sep 6, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= transcalc PORTVERSION= 0.14 @@ -15,6 +10,7 @@ MASTER_SITES= http://transcalc.sourcefor MAINTAINER= ports@FreeBSD.org COMMENT= A analysis and synthesis tool for RF and microwave transmission lines +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/chinese/pcmanx/Makefile ============================================================================== --- head/chinese/pcmanx/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/chinese/pcmanx/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -14,8 +14,7 @@ LICENSE= GPLv2 USE_XZ= yes USE_GNOME= gtk20 intlhack -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY Modified: head/chinese/reciteword/Makefile ============================================================================== --- head/chinese/reciteword/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/chinese/reciteword/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -17,9 +17,8 @@ COMMENT= Education software to help peop GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 esound -USE_GMAKE= yes CPPFLAGS+= "-I${LOCALBASE}/include" PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO readme.txt Modified: head/comms/gnocky/Makefile ============================================================================== --- head/comms/gnocky/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/comms/gnocky/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,6 +12,7 @@ COMMENT= Graphical (GTK+2) frontend for LIB_DEPENDS= gnokii:${PORTSDIR}/comms/gnokii +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes Modified: head/comms/hamfax/Makefile ============================================================================== --- head/comms/hamfax/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/comms/hamfax/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ USE_QT4= gui moc_build GNU_CONFIGURE= yes CONFIGURE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes Modified: head/comms/soundmodem/Makefile ============================================================================== --- head/comms/soundmodem/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/comms/soundmodem/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -13,7 +13,7 @@ LIB_DEPENDS= audiofile:${PORTSDIR}/audio CONFIGURE_ARGS= --disable-alsatest WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= yes +USES= gmake pkgconfig HAS_CONFIGURE= yes USE_GNOME= gtk20 libxml2 MAN8= soundmodem.8 soundmodemconfig.8 Modified: head/comms/xlog/Makefile ============================================================================== --- head/comms/xlog/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/comms/xlog/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,6 +12,7 @@ COMMENT= Amateur Radio logging applicati LICENSE= GPLv3 +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mime-update Modified: head/databases/libgda2/Makefile ============================================================================== --- head/databases/libgda2/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/databases/libgda2/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/databases/libgda2/Makefile,v 1.44 2008/03/11 04:21:46 mezz Exp $ -# PORTNAME= libgda2 PORTVERSION= 1.2.4 @@ -28,9 +24,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/po CONFLICTS= libgda-0* -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/deskutils/bmp-docklet/Makefile ============================================================================== --- head/deskutils/bmp-docklet/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/bmp-docklet/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -18,7 +18,7 @@ RUN_DEPENDS= beep-media-player:${PORTSDI USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/drivel/Makefile ============================================================================== --- head/deskutils/drivel/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/drivel/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -18,7 +18,7 @@ OPTIONS_DEFAULT= GTKSPELL GTKSPELL_DESC= Enable GtkSpell support USE_BZIP2= yes -USES= desktop-file-utils gettext gmake shared-mime-info +USES= desktop-file-utils gettext gmake shared-mime-info pkgconfig USE_GNOME= gconf2 gnomedocutils gnomevfs2 gtksourceview2 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-error-on-warning Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/genius/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -20,7 +20,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR USE_CSTD= gnu89 USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/gtimer/Makefile ============================================================================== --- head/deskutils/gtimer/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/gtimer/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ USE_XORG= xscrnsaver USE_GNOME= gtk20 -USES= gettext perl5 -USE_GMAKE= yes +USES= gettext perl5 gmake pkgconfig GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 Modified: head/deskutils/gtodo/Makefile ============================================================================== --- head/deskutils/gtodo/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/gtodo/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -9,8 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An Gtk2 Todo list manager -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomevfs2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/libopensync-plugin-file/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-file/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/libopensync-plugin-file/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-file -# Date created: 6 November 2008 -# Whom: Alex Samorukov -# +# Created by: Alex Samorukov # $FreeBSD$ -# PORTNAME= libopensync-plugin-file PORTVERSION= 0.22 @@ -15,6 +11,7 @@ COMMENT= File-Sync plugin for the opensy LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/deskutils/libopensync-plugin-sunbird/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-sunbird/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/libopensync-plugin-sunbird/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,7 +1,4 @@ -# New ports collection makefile for: libopensync-plugin-sunbird -# Date created: 07 October 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ # @@ -17,7 +14,7 @@ COMMENT= Sunbird plugin for the OpenSync LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ neon.27:${PORTSDIR}/www/neon29 - +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/deskutils/notification-daemon/Makefile ============================================================================== --- head/deskutils/notification-daemon/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/notification-daemon/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -18,8 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack gtk30 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/deskutils/parcellite/Makefile ============================================================================== --- head/deskutils/parcellite/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/parcellite/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,7 +12,7 @@ MAINTAINER= jrm@ftfl.ca COMMENT= A lightweight GTK+ clipboard manager GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 .include Modified: head/deskutils/rubrica/Makefile ============================================================================== --- head/deskutils/rubrica/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/rubrica/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -18,9 +18,8 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gconf2 gnomeprefix libglade2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool GCONF_SCHEMAS= rubrica2.schemas Modified: head/deskutils/superswitcher/Makefile ============================================================================== --- head/deskutils/superswitcher/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/superswitcher/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: superswitcher -# Date Created: 02 Jan 2006 -# Whom: Remington Lang -# +# Created by: Remington Lang # $FreeBSD$ -# PORTNAME= superswitcher PORTVERSION= 0.6 @@ -18,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +USES= gmake pkgconfig USE_GNOME= gconf2 libwnck -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/xfce4-notification-daemon/Makefile ============================================================================== --- head/deskutils/xfce4-notification-daemon/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/deskutils/xfce4-notification-daemon/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -22,7 +22,7 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/dev GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= librsvg2 USE_LDCONFIG= yes Modified: head/devel/gitg/Makefile ============================================================================== --- head/devel/gitg/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/gitg/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -17,9 +17,8 @@ RUN_DEPENDS= git>=1.7.0.2:${PORTSDIR}/de USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GCONF_SCHEMAS= gitg.schemas Modified: head/devel/gnome-vfs-monikers/Makefile ============================================================================== --- head/devel/gnome-vfs-monikers/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/gnome-vfs-monikers/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnome-vfs-monikers -# Date created: 2006-07-11 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/devel/gnome-vfs-monikers/Makefile,v 1.4 2006/07/18 11:37:57 ahze Exp $ @@ -15,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome-vfs monikers module USE_GNOME= gnomevfs2 libbonobo -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib #-pthread Modified: head/devel/gnome-vfsmm/Makefile ============================================================================== --- head/devel/gnome-vfsmm/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/gnome-vfsmm/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.31 2009/03/17 15:22:21 kwm Exp $ -# PORTNAME= gnome-vfsmm PORTVERSION= 2.26.0 @@ -20,7 +16,7 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/de BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gnomevfs2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/guiloader-c++/Makefile ============================================================================== --- head/devel/guiloader-c++/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/guiloader-c++/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ LIB_DEPENDS= guiloader.1:${PORTSDIR}/dev PROJECTHOST= nothing-personal USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hidden-visibility Modified: head/devel/libglademm/Makefile ============================================================================== --- head/devel/libglademm/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/libglademm/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libglademm PORTVERSION= 2.1.3 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-t BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_XORG= x11 sm -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libglade2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/devel/libglademm24/Makefile ============================================================================== --- head/devel/libglademm24/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/libglademm24/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/devel/libglademm24/Makefile,v 1.10 2008/09/22 11:42:53 kwm Exp $ -# PORTNAME= libglademm PORTVERSION= 2.6.7 @@ -23,7 +19,7 @@ LATEST_LINK= libglademm24 USE_BZIP2= yes USE_XORG= x11 ice -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libglade2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libsigcx/Makefile ============================================================================== --- head/devel/libsigcx/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/devel/libsigcx/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -13,9 +13,8 @@ COMMENT= An extension of libSigC++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_path_DOXYGEN="" USE_LDCONFIG= yes Modified: head/editors/abiword-docs/Makefile ============================================================================== --- head/editors/abiword-docs/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/editors/abiword-docs/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ BUILD_DEPENDS= abiword:${PORTSDIR}/edito RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig # Don't give X warnings if DISPLAY is set CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" Modified: head/editors/emacs23/Makefile ============================================================================== --- head/editors/emacs23/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/editors/emacs23/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -24,8 +24,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-2 EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= ncurses -USE_GMAKE= yes +USES= ncurses gmake pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/editors/leafpad/Makefile ============================================================================== --- head/editors/leafpad/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/editors/leafpad/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -12,7 +12,7 @@ MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 intlhack -USES= desktop-file-utils gmake +USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser INSTALLS_ICONS= yes Modified: head/emulators/tiemu3/Makefile ============================================================================== --- head/emulators/tiemu3/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/emulators/tiemu3/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,8 +16,8 @@ LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/ ticables2:${PORTSDIR}/comms/libticables2 \ tifiles2:${PORTSDIR}/devel/libtifiles2 +USES= gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl Modified: head/emulators/tilem/Makefile ============================================================================== --- head/emulators/tilem/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/emulators/tilem/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2 INSTALLS_ICONS= yes -USES= desktop-file-utils shared-mime-info +USES= desktop-file-utils shared-mime-info pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1) Modified: head/games/afternoonstalker/Makefile ============================================================================== --- head/games/afternoonstalker/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/afternoonstalker/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra +USES= pkgconfig USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/avoision/Makefile ============================================================================== --- head/games/avoision/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/avoision/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -23,6 +23,7 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lu physfs.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip +USES= pkgconfig USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Modified: head/games/belooted/Makefile ============================================================================== --- head/games/belooted/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/belooted/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: belooted -# Date created: 1 August 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= belooted PORTVERSION= 0.1.4.1 @@ -17,8 +13,8 @@ COMMENT= A popular 32-card trick-taking LICENSE= GPLv2 +USES= gmake pkgconfig USE_GNOME= gtk20 desktopfileutils -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/bygfoot/Makefile ============================================================================== --- head/games/bygfoot/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/bygfoot/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bygfoot -# Date created: 6th July 2004 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= bygfoot PORTVERSION= 2.2.1 @@ -19,6 +15,7 @@ COMMENT= Football (soccer) management ga RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +USES= pkgconfig GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gtk20 Modified: head/games/crack-attack/Makefile ============================================================================== --- head/games/crack-attack/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/crack-attack/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,7 +1,4 @@ -# New ports collection makefile for: crack-attack -# Date created: 21 December 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= crack-attack @@ -14,6 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack +USES= pkgconfig USE_XORG= x11 xi xmu sm ice USE_GL= glut USE_GNOME= gtk20 Modified: head/games/etracer/Makefile ============================================================================== --- head/games/etracer/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/etracer/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: extreme tux racer -# Date created: 22 February 2008 -# Whom: Peter Dunning -# +# Created by: Peter Dunning # $FreeBSD$ -# PORTNAME= etracer PORTVERSION= 0.4 @@ -21,7 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics USE_SDL= mixer sdl USE_XORG= x11 xi xext xmu xt USE_GL= gl glu glut -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_TCL= 84+ Modified: head/games/lincity-ng/Makefile ============================================================================== --- head/games/lincity-ng/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/lincity-ng/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lincity-ng -# Date created: 25 June 2005 -# Whom: Andrej Zverev -# +# Created by: Andrej Zverev # $FreeBSD$ -# PORTNAME= lincity-ng PORTVERSION= 2.0 @@ -18,6 +14,7 @@ COMMENT= Improved rich city simulation g BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs +USES= pkgconfig USE_BZIP2= yes USE_SDL= sdl mixer image ttf gfx USE_GL= yes Modified: head/games/lucidlife/Makefile ============================================================================== --- head/games/lucidlife/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/lucidlife/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lucidlife -# Date created: 18 Aug 2005 -# Whom: Marcin Wisnicki -# +# Created by: Marcin Wisnicki # $FreeBSD$ -# PORTNAME= lucidlife PORTVERSION= 0.9.2 @@ -14,7 +10,7 @@ MASTER_SITES= http://offload1.icculus.or MAINTAINER= mwisnicki+freebsd@gmail.com COMMENT= A GTK2 implementation of Conway's Game of Life -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 gnomevfs2 intlhack GNU_CONFIGURE= yes Modified: head/games/mudmagic/Makefile ============================================================================== --- head/games/mudmagic/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/mudmagic/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,10 +16,9 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat:${PORTSDIR}/textproc/expat2 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 libglade2 libxml2 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PYTHON= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/naev/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -16,7 +16,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/gra libvorbisfile.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= automake:env aclocal:env autoconf:env USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/games/sopwith/Makefile ============================================================================== --- head/games/sopwith/Makefile Tue Sep 3 05:00:32 2013 (r326121) +++ head/games/sopwith/Makefile Tue Sep 3 06:36:41 2013 (r326122) @@ -1,9 +1,5 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 06:41:36 2013 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 ESMTP id 9D13A5F4; Tue, 3 Sep 2013 06:41:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88E4C289B; Tue, 3 Sep 2013 06:41:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r836fahP089840; Tue, 3 Sep 2013 06:41:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r836fa4R089839; Tue, 3 Sep 2013 06:41:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030641.r836fa4R089839@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 06:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326123 - head/audio/ezstream 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.14 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: Tue, 03 Sep 2013 06:41:36 -0000 Author: bapt Date: Tue Sep 3 06:41:36 2013 New Revision: 326123 URL: http://svnweb.freebsd.org/changeset/ports/326123 Log: Fix typo Modified: head/audio/ezstream/Makefile Modified: head/audio/ezstream/Makefile ============================================================================== --- head/audio/ezstream/Makefile Tue Sep 3 06:36:41 2013 (r326122) +++ head/audio/ezstream/Makefile Tue Sep 3 06:41:36 2013 (r326123) @@ -19,7 +19,7 @@ OPTIONS_DEFAULT= TAGLIB TAGLIB_DESC= TagLib support -USES= iconv pkkgconfig +USES= iconv pkgconfig USE_GNOME= libxml2 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 06:42:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C61046D9; Tue, 3 Sep 2013 06:42:50 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8723628A5; Tue, 3 Sep 2013 06:42:50 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 20A6FBDC1F; Tue, 3 Sep 2013 08:42:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=/GVW/CgiiW4 O2559widMXPWnhQU=; b=YdZROq5GFMydh4MeE21xnBvWP7al3dsayopknKlP6te PVYDmQrPuy6d3NmSVv1UkmqpfGAnorInxnZArSc9LQZXWkZ8FKe+tXcmTCCAtpvr QyCnRfiELlbUsclO/0l7sZ4g9oazZ2G1DOke/OQDI5OPVTX4LIcgL42AqzPvl/PU = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E1C03BDC1D; Tue, 3 Sep 2013 08:42:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 8D8A6C3A3DB5; Tue, 3 Sep 2013 08:42:48 +0200 (CEST) Date: Tue, 03 Sep 2013 08:42:48 +0200 From: Mathieu Arnold To: William Grzybowski , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, kamikaze@bsdforen.de Subject: Re: svn commit: r325987 - head/multimedia/libbluray Message-ID: In-Reply-To: <201309021302.r82D2pJQ052626@svn.freebsd.org> References: <201309021302.r82D2pJQ052626@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 06:42:50 -0000 +--On 2 septembre 2013 13:02:51 +0000 William Grzybowski wrote: | Author: wg | Date: Mon Sep 2 13:02:50 2013 | New Revision: 325987 | URL: http://svnweb.freebsd.org/changeset/ports/325987 | | Log: | multimedia/libbluray: update to 0.3.0 | | - Update to 0.3.0 [1] | - Use single space in WWW [1] | - Add LICENSE (LGPL21) | - Convert to new lib depends syntax | | Changes: | | http://git.videolan.org/?p=libbluray.git;a=blob_plain;f=ChangeLog;hb=HEAD | | PR: ports/181492 | Submitted by: Dominic Fandrey (maintainer) After that, I get something strange if I enable JAVA : # make WITH=JAVA -V_DEPEND_DIRS /usr/ports/devel/apache-ant /usr/ports/ /usr/ports/devel/pkgconf /usr/ports/devel/automake /usr/ports/devel/autoconf /usr/ports/devel/libtool /usr/ports/textproc/libxml2 /usr/ports/multimedia/libaacs /usr/ports/converters/libiconv /usr/ports/ That is, /usr/ports/ being present twice, I think it's because JAVA_VERSION is invalid, it contains 1.4+ whereas the doc says it starts at 1.5 :-) I know it says BROKEN when using JAVA, I'm wondering if it's not the reason why... Regards, -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 07:09:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E93A5A30; Tue, 3 Sep 2013 07:09:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D581E29D7; Tue, 3 Sep 2013 07:09:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8379OoH005345; Tue, 3 Sep 2013 07:09:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8379Odq005344; Tue, 3 Sep 2013 07:09:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030709.r8379Odq005344@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 07:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326124 - head/net/remmina 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.14 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: Tue, 03 Sep 2013 07:09:25 -0000 Author: bapt Date: Tue Sep 3 07:09:24 2013 New Revision: 326124 URL: http://svnweb.freebsd.org/changeset/ports/326124 Log: Add an explicit dependency on pkgconf Modified: head/net/remmina/Makefile Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Tue Sep 3 06:41:36 2013 (r326123) +++ head/net/remmina/Makefile Tue Sep 3 07:09:24 2013 (r326124) @@ -11,8 +11,7 @@ COMMENT= The GTK+ Remote Desktop Client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/${PORTNAME}/COPYING -USES= cmake desktop-file-utils -USE_GMAKE= yes +USES= cmake desktop-file-utils gmake pkgconfig USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 07:33:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id F15C21A0; Tue, 3 Sep 2013 07:33:53 +0000 (UTC) Date: Tue, 3 Sep 2013 07:33:53 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r326081 - head/textproc/p5-XML-MyXML Message-ID: <20130903073353.GA86794@FreeBSD.org> References: <201309022031.r82KVGrY022798@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309022031.r82KVGrY022798@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 07:33:54 -0000 On Mon, Sep 02, 2013 at 08:31:16PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 326081 > URL: http://svnweb.freebsd.org/changeset/ports/326081 > > Log: > - Pet portlint: remove DISTVERSION Thank you. I would say, "pet common sense". :) > PORTVERSION= 0.10.01 > -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} Ho Lee Fuk! o_O ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:26:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60838AF1; Tue, 3 Sep 2013 08:26:59 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DEF32363; Tue, 3 Sep 2013 08:26:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838Qx8o052317; Tue, 3 Sep 2013 08:26:59 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838Qwtk052314; Tue, 3 Sep 2013 08:26:58 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309030826.r838Qwtk052314@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 08:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326125 - head/devel/p5-version 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.14 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: Tue, 03 Sep 2013 08:26:59 -0000 Author: tobez Date: Tue Sep 3 08:26:58 2013 New Revision: 326125 URL: http://svnweb.freebsd.org/changeset/ports/326125 Log: Update to 0.99(.)04. Changes: http://search.cpan.org/dist/version/Changes Modified: head/devel/p5-version/Makefile head/devel/p5-version/distinfo Modified: head/devel/p5-version/Makefile ============================================================================== --- head/devel/p5-version/Makefile Tue Sep 3 07:09:24 2013 (r326124) +++ head/devel/p5-version/Makefile Tue Sep 3 08:26:58 2013 (r326125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= version -PORTVERSION= 0.99.03 +PORTVERSION= 0.99.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-version/distinfo ============================================================================== --- head/devel/p5-version/distinfo Tue Sep 3 07:09:24 2013 (r326124) +++ head/devel/p5-version/distinfo Tue Sep 3 08:26:58 2013 (r326125) @@ -1,2 +1,2 @@ -SHA256 (version-0.9903.tar.gz) = ea14e8ac8ecb0f084a32e6599d15bdc5a883674bd58b6b01ab5efb1452b66e0c -SIZE (version-0.9903.tar.gz) = 108336 +SHA256 (version-0.9904.tar.gz) = 96dc1f2f86444693ae880c2af6a0a0b83070501519a69fd6ae8517dfa893a541 +SIZE (version-0.9904.tar.gz) = 108464 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:32:49 2013 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 ESMTP id 4BA90E79; Tue, 3 Sep 2013 08:32:49 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38B9923DA; Tue, 3 Sep 2013 08:32:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838WnWY056354; Tue, 3 Sep 2013 08:32:49 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838WmIL056352; Tue, 3 Sep 2013 08:32:48 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309030832.r838WmIL056352@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 08:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326126 - head/devel/p5-MooseX-Storage 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.14 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: Tue, 03 Sep 2013 08:32:49 -0000 Author: tobez Date: Tue Sep 3 08:32:48 2013 New Revision: 326126 URL: http://svnweb.freebsd.org/changeset/ports/326126 Log: Update to 0.41. Changes: http://search.cpan.org/dist/MooseX-Storage/Changes Modified: head/devel/p5-MooseX-Storage/Makefile head/devel/p5-MooseX-Storage/distinfo Modified: head/devel/p5-MooseX-Storage/Makefile ============================================================================== --- head/devel/p5-MooseX-Storage/Makefile Tue Sep 3 08:26:58 2013 (r326125) +++ head/devel/p5-MooseX-Storage/Makefile Tue Sep 3 08:32:48 2013 (r326126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Storage -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-Storage/distinfo ============================================================================== --- head/devel/p5-MooseX-Storage/distinfo Tue Sep 3 08:26:58 2013 (r326125) +++ head/devel/p5-MooseX-Storage/distinfo Tue Sep 3 08:32:48 2013 (r326126) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Storage-0.40.tar.gz) = 11a166eedec3db3507c58ab7192f06d81ca6f2c2ba47e1fa193a704b9b321d3b -SIZE (MooseX-Storage-0.40.tar.gz) = 43823 +SHA256 (MooseX-Storage-0.41.tar.gz) = ab7839c4568b2cc3013d54d11f22407b915a53e74b83ff6288afb5e851a7ed0a +SIZE (MooseX-Storage-0.41.tar.gz) = 43939 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:33:52 2013 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 ESMTP id EB6F2F5A; Tue, 3 Sep 2013 08:33:52 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8D0223E1; Tue, 3 Sep 2013 08:33:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838Xq3k056997; Tue, 3 Sep 2013 08:33:52 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838XqXZ056995; Tue, 3 Sep 2013 08:33:52 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309030833.r838XqXZ056995@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 08:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326127 - head/www/p5-WWW-Scraper-ISBN 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.14 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: Tue, 03 Sep 2013 08:33:53 -0000 Author: tobez Date: Tue Sep 3 08:33:52 2013 New Revision: 326127 URL: http://svnweb.freebsd.org/changeset/ports/326127 Log: Update to 0.29. Changes: http://search.cpan.org/dist/WWW-Scraper-ISBN/Changes Modified: head/www/p5-WWW-Scraper-ISBN/Makefile head/www/p5-WWW-Scraper-ISBN/distinfo Modified: head/www/p5-WWW-Scraper-ISBN/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/Makefile Tue Sep 3 08:32:48 2013 (r326126) +++ head/www/p5-WWW-Scraper-ISBN/Makefile Tue Sep 3 08:33:52 2013 (r326127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Scraper-ISBN -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-WWW-Scraper-ISBN/distinfo ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/distinfo Tue Sep 3 08:32:48 2013 (r326126) +++ head/www/p5-WWW-Scraper-ISBN/distinfo Tue Sep 3 08:33:52 2013 (r326127) @@ -1,2 +1,2 @@ -SHA256 (WWW-Scraper-ISBN-0.28.tar.gz) = c35789cdb733743365b650a87036e8278ce23aa051cda707377b32e5c0130d0c -SIZE (WWW-Scraper-ISBN-0.28.tar.gz) = 5796 +SHA256 (WWW-Scraper-ISBN-0.29.tar.gz) = fce46b4002f8b84a698d0fecbf98975299d585c2a96f301455bbc89a16ab1f92 +SIZE (WWW-Scraper-ISBN-0.29.tar.gz) = 5811 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:35:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70D93D4; Tue, 3 Sep 2013 08:35:01 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D11723ED; Tue, 3 Sep 2013 08:35:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838Z1Vp057535; Tue, 3 Sep 2013 08:35:01 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838Z1hT057523; Tue, 3 Sep 2013 08:35:01 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309030835.r838Z1hT057523@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 08:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326128 - head/devel/p5-Parallel-ForkManager 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.14 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: Tue, 03 Sep 2013 08:35:01 -0000 Author: tobez Date: Tue Sep 3 08:35:00 2013 New Revision: 326128 URL: http://svnweb.freebsd.org/changeset/ports/326128 Log: Update to 1.04. Changes: http://search.cpan.org/dist/Parallel-ForkManager/Changes Modified: head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Parallel-ForkManager/distinfo Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Tue Sep 3 08:33:52 2013 (r326127) +++ head/devel/p5-Parallel-ForkManager/Makefile Tue Sep 3 08:35:00 2013 (r326128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parallel-ForkManager -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Parallel-ForkManager/distinfo ============================================================================== --- head/devel/p5-Parallel-ForkManager/distinfo Tue Sep 3 08:33:52 2013 (r326127) +++ head/devel/p5-Parallel-ForkManager/distinfo Tue Sep 3 08:35:00 2013 (r326128) @@ -1,2 +1,2 @@ -SHA256 (Parallel-ForkManager-1.03.tar.gz) = 35d9fc553ff8f16d4de6c41d20268f2a0ce947f9298fa4cfd1e9c060b17dadaf -SIZE (Parallel-ForkManager-1.03.tar.gz) = 13550 +SHA256 (Parallel-ForkManager-1.04.tar.gz) = 5d77750edd9454177a3350b5c9c946453cf9ec4e24f5e356e04912bd235acc8e +SIZE (Parallel-ForkManager-1.04.tar.gz) = 13554 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:49:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC9EA2B8; Tue, 3 Sep 2013 08:49:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7EC52489; Tue, 3 Sep 2013 08:49:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838nwAn066713; Tue, 3 Sep 2013 08:49:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838nlHA066523; Tue, 3 Sep 2013 08:49:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030849.r838nlHA066523@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 08:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326129 - in head: audio/bmp-songchange audio/cantus_3 audio/cowbell audio/gqmpeg-devel audio/hexter audio/ipod-sharp audio/jack_mixer audio/padevchooser audio/paman audio/paprefs audio... 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.14 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: Tue, 03 Sep 2013 08:49:58 -0000 Author: bapt Date: Tue Sep 3 08:49:46 2013 New Revision: 326129 URL: http://svnweb.freebsd.org/changeset/ports/326129 Log: Add an explicit dependency on pkgconf Modified: head/audio/bmp-songchange/Makefile head/audio/cantus_3/Makefile head/audio/cowbell/Makefile head/audio/gqmpeg-devel/Makefile head/audio/hexter/Makefile head/audio/ipod-sharp/Makefile head/audio/jack_mixer/Makefile head/audio/padevchooser/Makefile head/audio/paman/Makefile head/audio/paprefs/Makefile head/audio/pavucontrol/Makefile head/audio/pavumeter/Makefile head/audio/solfege/Makefile head/audio/xmms-crossfade/Makefile head/audio/xmms-modplug/Makefile head/deskutils/tpb/Makefile head/devel/gio-sharp/Makefile head/devel/gvfs/Makefile head/devel/libfreefare/Makefile head/devel/notify-sharp/Makefile head/devel/py-notify/Makefile head/devel/regexxer/Makefile head/editors/bless/Makefile head/emulators/desmume/Makefile head/graphics/aeskulap/Makefile head/graphics/geeqie/Makefile head/graphics/gx/Makefile head/graphics/libgnomecanvasmm/Makefile head/graphics/libgnomecanvasmm26/Makefile head/graphics/pinta/Makefile head/graphics/py-goocanvas/Makefile head/graphics/sharpconstruct/Makefile head/graphics/xournal/Makefile head/multimedia/gtk-recordmydesktop/Makefile head/net/gtk-vnc/Makefile head/security/gnome-keyring-sharp/Makefile head/security/openvpn-admin/Makefile head/sysutils/fusefs-mp3fs/Makefile head/sysutils/syslog-ng/Makefile head/www/gecko-sharp20/Makefile head/x11-fm/rox-session/Makefile head/x11-fonts/font-manager/Makefile head/x11-themes/gnome-themes/Makefile head/x11-toolkits/bakery/Makefile head/x11-toolkits/hippo-canvas/Makefile head/x11-toolkits/libbonoboui/Makefile head/x11-toolkits/libgnomeprintui/Makefile head/x11-toolkits/py-gtksourceview/Makefile head/x11/gnome-desktop/Makefile head/x11/gnome-terminal/Makefile head/x11/libgnomemm/Makefile head/x11/libgnomemm26/Makefile head/x11/tilda/Makefile Modified: head/audio/bmp-songchange/Makefile ============================================================================== --- head/audio/bmp-songchange/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/bmp-songchange/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-song_change -# Date created: 27 January, 2005 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= bmp-songchange PORTVERSION= 0.0.2 @@ -19,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +USES= pkgconfig + GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so Modified: head/audio/cantus_3/Makefile ============================================================================== --- head/audio/cantus_3/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/cantus_3/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -21,7 +21,7 @@ CONFLICTS= cantus-1* LATEST_LINK= ${PORTNAME}3 -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libglade2 glib20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/cowbell/Makefile ============================================================================== --- head/audio/cowbell/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/cowbell/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,7 +12,7 @@ COMMENT= Elegant music organizer LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USES= gmake pathfix gettext iconv +USES= gmake pathfix gettext iconv pkgconfig USE_GNOME= gnomeprefix intltool gtksharp20 INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/audio/gqmpeg-devel/Makefile ============================================================================== --- head/audio/gqmpeg-devel/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/gqmpeg-devel/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,6 +12,8 @@ COMMENT= Another gtk-based MP3 frontend LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig + .if defined(WITH_MPG321) RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321 .else Modified: head/audio/hexter/Makefile ============================================================================== --- head/audio/hexter/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/hexter/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,7 +18,7 @@ LIB_DEPENDS= dssialsacompat:${PORTSDIR}/ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/audio/ipod-sharp/Makefile ============================================================================== --- head/audio/ipod-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/ipod-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtksharp20 .include Modified: head/audio/jack_mixer/Makefile ============================================================================== --- head/audio/jack_mixer/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/jack_mixer/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection Makefile for: jack_mixer -# Date created: 13 August 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= jack_mixer PORTVERSION= 9 @@ -20,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpco ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= pkgconfig USE_PYTHON= yes USE_GNOME= gconf2 GCONF_SCHEMAS= jack_mixer.schemas Modified: head/audio/padevchooser/Makefile ============================================================================== --- head/audio/padevchooser/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/padevchooser/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/paman/Makefile ============================================================================== --- head/audio/paman/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/paman/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/paprefs/Makefile ============================================================================== --- head/audio/paprefs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/paprefs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,7 +15,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix intltool CONFIGURE_ARGS= --disable-lynx Modified: head/audio/pavucontrol/Makefile ============================================================================== --- head/audio/pavucontrol/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/pavucontrol/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,7 +15,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d canberra:${PORTSDIR}/audio/libcanberra GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= intltool CONFIGURE_ARGS= --disable-lynx Modified: head/audio/pavumeter/Makefile ============================================================================== --- head/audio/pavumeter/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/pavumeter/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -16,7 +16,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/solfege/Makefile ============================================================================== --- head/audio/solfege/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/solfege/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR} USE_GNOME= pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USES= gettext gmake display pathfix +USES= gettext gmake display pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" CONFIGURE_ARGS= --disable-oss-sound \ Modified: head/audio/xmms-crossfade/Makefile ============================================================================== --- head/audio/xmms-crossfade/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/xmms-crossfade/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -16,6 +16,7 @@ LIB_DEPENDS?= xmms.4:${PORTSDIR}/multime HAS_CONFIGURE= yes USE_CSTD= gnu89 +USES= pkgconfig APP?= xmms .if ${APP} == bmp PORTVERSION= 0.3.12 Modified: head/audio/xmms-modplug/Makefile ============================================================================== --- head/audio/xmms-modplug/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/xmms-modplug/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,6 +15,7 @@ COMMENT= ModPlug-based plugin for XMMS LIB_DEPENDS?= xmms:${PORTSDIR}/multimedia/xmms LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug +USES= pkgconfig USE_LDCONFIG= yes HAS_CONFIGURE= yes PLUGDIR?= lib/xmms/Input Modified: head/deskutils/tpb/Makefile ============================================================================== --- head/deskutils/tpb/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/deskutils/tpb/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,9 +15,8 @@ LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xos ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= bison iconv +USES= bison iconv gmake pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} Modified: head/devel/gio-sharp/Makefile ============================================================================== --- head/devel/gio-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/gio-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,7 +12,7 @@ COMMENT= GIO bindings not available in g USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 MAKE_JOBS_UNSAFE=yes Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/gvfs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,10 +17,9 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/db gcrypt:${PORTSDIR}/security/libgcrypt \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring -USES= gettext +USES= gettext gmake pkgconfig USE_XZ= yes USE_GNOME= glib20 gnomehack gnomeprefix intlhack intltool -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libfreefare/Makefile ============================================================================== --- head/devel/libfreefare/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/libfreefare/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libfreefare -# Date created: 2009-12-22 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= libfreefare PORTVERSION= 0.3.1 @@ -18,9 +14,8 @@ COMMENT= MIFARE contactless tag access l LIB_DEPENDS= nfc.1:${PORTSDIR}/devel/libnfc GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix gmake pkgconfig MAN3= freefare.3 freefare_error.3 mad.3 mifare_application.3 \ mifare_classic.3 mifare_desfire.3 mifare_desfire_aid.3 \ Modified: head/devel/notify-sharp/Makefile ============================================================================== --- head/devel/notify-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/notify-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: notify-sharp -# Date created: 2008-08-05 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= notify-sharp PORTVERSION= 0.4.0 @@ -19,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include Modified: head/devel/py-notify/Makefile ============================================================================== --- head/devel/py-notify/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/py-notify/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ COMMENT= A python bindings for libnotify LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/devel/regexxer/Makefile ============================================================================== --- head/devel/regexxer/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/regexxer/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,8 +15,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/de pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/editors/bless/Makefile ============================================================================== --- head/editors/bless/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/editors/bless/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/bl MAINTAINER= mono@FreeBSD.org COMMENT= A high quality, full featured hex editor +USES= gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20 -USE_GMAKE= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) Modified: head/emulators/desmume/Makefile ============================================================================== --- head/emulators/desmume/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/emulators/desmume/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: desmume -# Date created: Wed 7 Feb 2007 21:46:15 CET -# Whom: Stefan Sperling -# +# Created by: Stefan Sperling # $FreeBSD$ -# PORTNAME= desmume PORTVERSION= 0.9.8 @@ -20,9 +16,8 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSD USE_GL= gl USE_SDL= sdl -USE_GMAKE= yes USE_GNOME= gtk20 libglade2 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/aeskulap/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-t glademm-2.4:${PORTSDIR}/devel/libglademm24 \ gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 -USES= gettext +USES= gettext pkgconfig USE_GNOME= gconf2 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/geeqie/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,7 +13,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ Modified: head/graphics/gx/Makefile ============================================================================== --- head/graphics/gx/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/gx/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gx -# Date created: 11 June 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= gx PORTVERSION= 0.4.0 @@ -18,7 +14,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \ gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes .include Modified: head/graphics/libgnomecanvasmm/Makefile ============================================================================== --- head/graphics/libgnomecanvasmm/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/libgnomecanvasmm/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libgnomecanvasmm PORTVERSION= 2.0.1 @@ -18,7 +14,7 @@ COMMENT= C++ wrapper for libgnomecanvas LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomecanvas USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/graphics/libgnomecanvasmm26/Makefile ============================================================================== --- head/graphics/libgnomecanvasmm26/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/libgnomecanvasmm26/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.22 2009/03/17 15:05:06 kwm Exp $ -# PORTNAME= libgnomecanvasmm PORTVERSION= 2.26.0 @@ -21,8 +17,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomecanvasmm26 +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/pinta/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pinta -# Date created: 2011-02-14 -# Whom: Alexander Kojevnikov -# +# Created by: Alexander Kojevnikov # $FreeBSD$ -# PORTNAME= pinta PORTVERSION= 1.4 @@ -18,11 +14,10 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 desktopfileutils INSTALLS_ICONS= yes -USES= gettext +USES= gettext gmake pkgconfig MAN1= pinta.1 MANCOMPRESSED= yes Modified: head/graphics/py-goocanvas/Makefile ============================================================================== --- head/graphics/py-goocanvas/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/py-goocanvas/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/py-goocanvas/Makefile,v 1.6 2008/09/22 09:14:41 kwm Exp $ @@ -27,7 +24,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs -USE_GMAKE= yes +USES= gmake pkgconfig post-patch: @${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \ Modified: head/graphics/sharpconstruct/Makefile ============================================================================== --- head/graphics/sharpconstruct/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/sharpconstruct/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,9 +13,9 @@ COMMENT= 3D modeller for organic shapes LIB_DEPENDS= gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4:${PORTSDIR}/devel/libglademm24 +USES= gmake pkgconfig USE_BZIP2= yes USE_GL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/xournal/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +USES= pkgconfig USE_GNOME= desktopfileutils libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" Modified: head/multimedia/gtk-recordmydesktop/Makefile ============================================================================== --- head/multimedia/gtk-recordmydesktop/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/multimedia/gtk-recordmydesktop/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-recordmydesktop -# Date created: 2010-07-16 -# Whom: Ruslan Mahmatkhanov -# +# Created by: Ruslan Mahmatkhanov # $FreeBSD$ -# PORTNAME= gtk-recordmydesktop PORTVERSION= 0.3.8 @@ -19,8 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/recordmydesktop:${PORTSDIR}/multimedia/recordmydesktop GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PYTHON= -2.7 Modified: head/net/gtk-vnc/Makefile ============================================================================== --- head/net/gtk-vnc/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/net/gtk-vnc/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,8 +18,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security CONFLICTS= gtk-vnc-0.4.[0-9]* USE_GNOME= pygtk2 gnomehack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/security/gnome-keyring-sharp/Makefile ============================================================================== --- head/security/gnome-keyring-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/security/gnome-keyring-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-keyring-sharp -# Date created: 2008-10-08 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 @@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 USE_LDCONFIG= yes Modified: head/security/openvpn-admin/Makefile ============================================================================== --- head/security/openvpn-admin/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/security/openvpn-admin/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvpn-admin -# Date Created: 06 Dec 2005 -# Whom: Remington Lang -# +# Created by: Remington Lang # $FreeBSD$ -# PORTNAME= openvpn-admin PORTVERSION= 1.9.4 @@ -18,7 +14,7 @@ RUN_DEPENDS= openvpn:${PORTSDIR}/securit WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtksharp20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/fusefs-mp3fs/Makefile ============================================================================== --- head/sysutils/fusefs-mp3fs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/sysutils/fusefs-mp3fs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,7 +19,7 @@ FETCH_CMD= fetch -Fpr CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= fuse +USES= fuse pkgconfig MAN1= mp3fs.1 PLIST_FILES= bin/mp3fs Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/sysutils/syslog-ng/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -32,6 +32,8 @@ SMTP_DESC= Build with SMTP support JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support +USES= pkgconfig + .include LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog Modified: head/www/gecko-sharp20/Makefile ============================================================================== --- head/www/gecko-sharp20/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/www/gecko-sharp20/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gecko-sharp -# Date created: 20040825 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ # $Id: Makefile,v 1.19 2007/02/07 15:49:20 killfill Exp $ -# PORTNAME= gecko-sharp PORTVERSION= 0.13 @@ -18,9 +14,9 @@ COMMENT= Mono bindings to embed Mozilla USE_GECKO= libxul USE_GNOME= gtksharp20 +USES= gmake pkgconfig LATEST_LINK= gecko-sharp20 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes post-patch: Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-fm/rox-session/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORT WRKSRC= ${WRKDIR}/ROX-Session DATADIR= ${PREFIX}/apps/ROX-Session +USES= pkgconfig USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xtst xxf86vm USE_PYTHON= yes Modified: head/x11-fonts/font-manager/Makefile ============================================================================== --- head/x11-fonts/font-manager/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-fonts/font-manager/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_PYTHON= 2.6-2.7 USE_GNOME= pygtk2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig LICENSE_FILE= ${WRKSRC}/COPYING PORTDATA= * Modified: head/x11-themes/gnome-themes/Makefile ============================================================================== --- head/x11-themes/gnome-themes/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-themes/gnome-themes/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-themes -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.183 2010/11/15 22:11:44 kwm Exp $ -# PORTNAME= gnome-themes PORTVERSION= 2.32.1 @@ -23,10 +19,9 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORT CONFLICTS= clearlooks-metacity-0.* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/bakery/Makefile ============================================================================== --- head/x11-toolkits/bakery/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/bakery/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bakery -# Date created: 12th September 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ # @@ -22,8 +19,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/dev USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/hippo-canvas/Makefile ============================================================================== --- head/x11-toolkits/hippo-canvas/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/hippo-canvas/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hippo-canvas -# Date created: 2008-05-27 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= hippo-canvas PORTVERSION= 0.3.0 @@ -22,7 +18,7 @@ LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/tex rsvg-2.2:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gtk20 glib20 pygtk2 pango USE_PYTHON= 2.5+ Modified: head/x11-toolkits/libbonoboui/Makefile ============================================================================== --- head/x11-toolkits/libbonoboui/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/libbonoboui/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.75 2010/09/28 16:03:49 kwm Exp $ -# PORTNAME= libbonoboui PORTVERSION= 2.24.4 @@ -20,8 +16,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ libgnomecanvas libgnome referencehack Modified: head/x11-toolkits/libgnomeprintui/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintui/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/libgnomeprintui/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes USE_XORG= x11 xpm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack USE_LDCONFIG= yes Modified: head/x11-toolkits/py-gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/py-gtksourceview/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/py-gtksourceview/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,8 +13,8 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A python bindings for the version 2 of the GtkSourceView library +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/x11/gnome-desktop/Makefile ============================================================================== --- head/x11/gnome-desktop/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/gnome-desktop/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,10 +19,9 @@ USE_BZIP2= yes LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USES= bison pathfix gettext +USES= bison pathfix gettext pkgconfig gmake USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack -USE_GMAKE= yes USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/x11/gnome-terminal/Makefile ============================================================================== --- head/x11/gnome-terminal/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/gnome-terminal/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-terminal/Makefile,v 1.137 2010/11/13 13:25:22 kwm Exp $ -# PORTNAME= gnome-terminal PORTVERSION= 2.32.1 @@ -18,10 +14,9 @@ COMMENT= Terminal component for the GNOM LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \ libgnome Modified: head/x11/libgnomemm/Makefile ============================================================================== --- head/x11/libgnomemm/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/libgnomemm/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libgnomemm PORTVERSION= 2.0.1 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-t BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11/libgnomemm26/Makefile ============================================================================== --- head/x11/libgnomemm26/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/libgnomemm26/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/x11/libgnomemm26/Makefile,v 1.24 2010/03/30 13:34:10 avl Exp $ -# PORTNAME= libgnomemm PORTVERSION= 2.30.0 @@ -21,9 +17,9 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomemm26 +USES= gmake pkgconfig USE_BZIP2= yes USE_XORG= xext -USE_GMAKE= yes USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11/tilda/Makefile ============================================================================== --- head/x11/tilda/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/tilda/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tilda -# Date created: 4 Jan 2005 -# Whom: Vlad V. Teterya -# +# Create by: Vlad V. Teterya # $FreeBSD$ -# PORTNAME= tilda PORTVERSION= 0.9.6 @@ -18,7 +14,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 vte -USE_GMAKE= yes +USES= gmake pkgconfig DOCS= AUTHORS ChangeLog README TODO From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 09:49:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11DBA32E; Tue, 3 Sep 2013 09:49:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F285B2AC4; Tue, 3 Sep 2013 09:49:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r839nH6t002929; Tue, 3 Sep 2013 09:49:17 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r839nH8S002927; Tue, 3 Sep 2013 09:49:17 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201309030949.r839nH8S002927@svn.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2013 09:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326130 - in head/devel/android-tools-adb: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 09:49:18 -0000 Author: kevlo Date: Tue Sep 3 09:49:17 2013 New Revision: 326130 URL: http://svnweb.freebsd.org/changeset/ports/326130 Log: Get rid of /proc dependency. PR: ports/181659 Submitted by: Jan Beich Added: head/devel/android-tools-adb/files/patch-get_my_path_freebsd.c (contents, props changed) Modified: head/devel/android-tools-adb/Makefile Modified: head/devel/android-tools-adb/Makefile ============================================================================== --- head/devel/android-tools-adb/Makefile Tue Sep 3 08:49:46 2013 (r326129) +++ head/devel/android-tools-adb/Makefile Tue Sep 3 09:49:17 2013 (r326130) @@ -2,6 +2,7 @@ PORTNAME= android-tools-adb PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= android-platform_system_core-${GH_COMMIT} Added: head/devel/android-tools-adb/files/patch-get_my_path_freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/android-tools-adb/files/patch-get_my_path_freebsd.c Tue Sep 3 09:49:17 2013 (r326130) @@ -0,0 +1,30 @@ +--- get_my_path_freebsd.c.orig 2013-09-03 17:33:27.000000000 +0800 ++++ get_my_path_freebsd.c 2013-09-03 17:41:13.000000000 +0800 +@@ -18,19 +18,18 @@ + */ + + #include ++#include + #include +-#include +-#include + + void + get_my_path(char *exe, size_t maxLen) + { +- char proc[64]; ++ int mib[4] = { ++ CTL_KERN, ++ KERN_PROC, ++ KERN_PROC_PATHNAME, ++ getpid() ++ }; + +- snprintf(proc, sizeof(proc), "/proc/%d/file", getpid()); +- +- int err = readlink(proc, exe, maxLen - 1); +- +- exe[err > 0 ? err : 0] = '\0'; ++ sysctl(mib, 4, exe, &maxLen, NULL, 0); + } +- From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 09:54:57 2013 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 ESMTP id 1815A6E9; Tue, 3 Sep 2013 09:54:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 056972BF8; Tue, 3 Sep 2013 09:54:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r839suSt007172; Tue, 3 Sep 2013 09:54:56 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r839suEw007171; Tue, 3 Sep 2013 09:54:56 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309030954.r839suEw007171@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 3 Sep 2013 09:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326131 - head/emulators/tilem 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.14 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: Tue, 03 Sep 2013 09:54:57 -0000 Author: danfe Date: Tue Sep 3 09:54:56 2013 New Revision: 326131 URL: http://svnweb.freebsd.org/changeset/ports/326131 Log: - Unbreak parallel (-jX) builds by calling sub-makes correctly (via -C) - Drop leading indefinite article from the COMMENT line - Use new, more robust syntax for LIB_DEPENDS (available since r322328) - Sort the knobs, remove no longer required (and deprecated) USE_GMAKE Modified: head/emulators/tilem/Makefile Modified: head/emulators/tilem/Makefile ============================================================================== --- head/emulators/tilem/Makefile Tue Sep 3 09:49:17 2013 (r326130) +++ head/emulators/tilem/Makefile Tue Sep 3 09:54:56 2013 (r326131) @@ -8,17 +8,21 @@ CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An emulator for the Z80 series of Texas Instruments calculators +COMMENT= Emulator for the Z80 series of Texas Instruments calculators LICENSE= GPLv3 -LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2 +LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2 -INSTALLS_ICONS= yes USES= desktop-file-utils shared-mime-info pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1) USE_GNOME= gtk20 +INSTALLS_ICONS= yes + +# Unbreak parallel builds (-jX) +post-patch: + @${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \ + ${WRKSRC}/Makefile.in .include From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 09:59:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3DD0992; Tue, 3 Sep 2013 09:59:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD73B2CA5; Tue, 3 Sep 2013 09:59:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r839x5ED009276; Tue, 3 Sep 2013 09:59:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r839x1XL009234; Tue, 3 Sep 2013 09:59:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030959.r839x1XL009234@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 09:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326132 - in head: audio/esperanza audio/gqmpeg-devel deskutils/osmo editors/gedit emulators/x48 games/freeciv net-im/ejabberd net-mgmt/virt-viewer net/desktop-data-model palm/synce-gvf... 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.14 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: Tue, 03 Sep 2013 09:59:06 -0000 Author: bapt Date: Tue Sep 3 09:59:01 2013 New Revision: 326132 URL: http://svnweb.freebsd.org/changeset/ports/326132 Log: Add an explicit dependency on pkgconf Modified: head/audio/esperanza/Makefile head/audio/gqmpeg-devel/Makefile head/deskutils/osmo/Makefile head/editors/gedit/Makefile head/emulators/x48/Makefile head/games/freeciv/Makefile head/net-im/ejabberd/Makefile head/net-mgmt/virt-viewer/Makefile head/net/desktop-data-model/Makefile head/palm/synce-gvfs/Makefile head/sysutils/swapd/Makefile head/textproc/ibus/Makefile head/x11-fm/nautilus/Makefile head/x11-toolkits/eel/Makefile head/x11-toolkits/gtk-sharp-beans/Makefile head/x11-toolkits/gtksourceview/Makefile head/x11-toolkits/libgnomeprintuimm/Makefile head/x11-toolkits/libgnomeui/Makefile head/x11-toolkits/libgnomeuimm/Makefile head/x11/gnome-screensaver/Makefile Modified: head/audio/esperanza/Makefile ============================================================================== --- head/audio/esperanza/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/audio/esperanza/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_QT4= gui xml network imageformats_run \ qmake_build moc_build rcc_build uic_build QT_NONSTANDARD= yes -USES= gmake +USES= gmake pkgconfig HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-growl Modified: head/audio/gqmpeg-devel/Makefile ============================================================================== --- head/audio/gqmpeg-devel/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/audio/gqmpeg-devel/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -12,8 +12,6 @@ COMMENT= Another gtk-based MP3 frontend LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USES= pkgconfig - .if defined(WITH_MPG321) RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321 .else @@ -28,7 +26,7 @@ RUN_DEPENDS+= xmp:${PORTSDIR}/audio/xmp RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif -USES= gmake +USES= gmake pkgconfig LATEST_LINK= gqmpeg-devel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes xproto Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/deskutils/osmo/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -18,7 +18,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l gtkhtml:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 -USES= gettext gmake +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/editors/gedit/Makefile ============================================================================== --- head/editors/gedit/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/editors/gedit/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $ -# PORTNAME= gedit PORTVERSION= 2.30.4 @@ -23,10 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_XORG= sm USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ desktopfileutils gnomedocutils ltasneededhack Modified: head/emulators/x48/Makefile ============================================================================== --- head/emulators/x48/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/emulators/x48/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing --copy -Wno ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS=-lutil -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xext xt NO_WRKSUBDIR= yes Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/games/freeciv/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -11,8 +11,7 @@ COMMENT= Free turn-based multiplayer str RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net-im/ejabberd/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ USERS= ejabberd GROUPS= ${USERS} GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig USE_RC_SUBR= ${PORTNAME} NOPRECIOUSMAKEVARS= yes Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net-mgmt/virt-viewer/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,7 +21,7 @@ FETCH_ARGS= -Fpr GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share -USES= gmake +USES= gmake pkgconfig MAN1= remote-viewer.1 virt-viewer.1 Modified: head/net/desktop-data-model/Makefile ============================================================================== --- head/net/desktop-data-model/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net/desktop-data-model/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: desktop-data-model -# Date created: 2008-05-28 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= desktop-data-model PORTVERSION= 1.2.4 @@ -25,9 +21,8 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pc sqlite3.8:${PORTSDIR}/databases/sqlite3 \ loudmouth-1.0:${PORTSDIR}/net-im/loudmouth -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtk20 glib20 gnomedesktop gnomevfs2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-maemo=no Modified: head/palm/synce-gvfs/Makefile ============================================================================== --- head/palm/synce-gvfs/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/palm/synce-gvfs/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -15,8 +15,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/syn GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gvfs INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/sysutils/swapd/Makefile ============================================================================== --- head/sysutils/swapd/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/sysutils/swapd/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: swapd -# Date created: August 16, 2007 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= swapd PORTVERSION= 1.0.3 @@ -16,7 +12,7 @@ COMMENT= A daemon that watches free memo LIB_DEPENDS= statgrab:${PORTSDIR}/devel/libstatgrab -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_RC_SUBR= swapd Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/textproc/ibus/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus -# Date created: 21 October 2008 -# Whom: Henry Hu -# +# Created by: Henry Hu # $FreeBSD$ -# PORTNAME= ibus PORTVERSION= 1.4.1 @@ -28,7 +24,7 @@ USE_PYTHON= yes USE_GNOME= pygtk2 gconf2 USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= ibus.schemas Modified: head/x11-fm/nautilus/Makefile ============================================================================== --- head/x11-fm/nautilus/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-fm/nautilus/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ CONFLICTS= nautilus-3.[0-9]* INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext desktop-file-utils shared-mime-info +USES= gettext desktop-file-utils shared-mime-info gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ librsvg2 ltverhack gvfs ltasneededhack USE_LDCONFIG= yes Modified: head/x11-toolkits/eel/Makefile ============================================================================== --- head/x11-toolkits/eel/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/eel/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: eel2 -# Date created: 8th May 2001 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/eel/Makefile,v 1.90 2010/09/28 09:15:49 kwm Exp $ -# PORTNAME= eel PORTVERSION= 2.26.0 @@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Generally useful classes and extensions to GNOME -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xrender GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack Modified: head/x11-toolkits/gtk-sharp-beans/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp-beans/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/gtk-sharp-beans/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -12,8 +12,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes .include Modified: head/x11-toolkits/gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/gtksourceview/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.46 2007/05/19 21:36:33 marcus Exp $ -# PORTNAME= gtksourceview PORTVERSION= 1.8.5 @@ -20,8 +16,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \ Modified: head/x11-toolkits/libgnomeprintuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintuimm/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeprintuimm/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomeprintuimm -# Date created: 17 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= libgnomeprintuimm PORTVERSION= 2.5.2 @@ -21,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeprintui USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11-toolkits/libgnomeui/Makefile ============================================================================== --- head/x11-toolkits/libgnomeui/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeui/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= sm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \ referencehack gvfs USE_LDCONFIG= yes Modified: head/x11-toolkits/libgnomeuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeuimm/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeuimm/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -17,7 +17,7 @@ LIB_DEPENDS= gnomemm-2.0:${PORTSDIR}/x11 glademm-2.0:${PORTSDIR}/devel/libglademm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= libgnomeui USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/x11/gnome-screensaver/Makefile ============================================================================== --- head/x11/gnome-screensaver/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11/gnome-screensaver/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -18,10 +18,9 @@ RUN_DEPENDS= xscreensaver-gl-helper:${PO CONFLICTS= gnome-screensaver-3.[0-9]* USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_XORG= xtst xxf86vm -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomemenus libgnomekbd gnomedesktop CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ --with-xscreensaverdir=${XSCREENSAVER_DIR} \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 10:24:02 2013 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 ESMTP id 0A2454B3; Tue, 3 Sep 2013 10:24:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9C6D21D4; Tue, 3 Sep 2013 10:24:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83AO12d025873; Tue, 3 Sep 2013 10:24:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83ANtI6025782; Tue, 3 Sep 2013 10:23:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031023.r83ANtI6025782@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 10:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326133 - in head: audio/gnome-media audio/libgpod devel/bug-buddy editors/emacs emulators/virtualbox-ose emulators/virtualbox-ose-legacy games/monster-masher graphics/geeqie graphics/g... 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.14 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: Tue, 03 Sep 2013 10:24:02 -0000 Author: bapt Date: Tue Sep 3 10:23:55 2013 New Revision: 326133 URL: http://svnweb.freebsd.org/changeset/ports/326133 Log: Add an explicit dependency on pkgconf Modified: head/audio/gnome-media/Makefile head/audio/libgpod/Makefile head/devel/bug-buddy/Makefile head/editors/emacs/Makefile head/emulators/virtualbox-ose-legacy/Makefile head/emulators/virtualbox-ose/Makefile head/games/monster-masher/Makefile head/graphics/geeqie/Makefile head/graphics/gpaint/Makefile head/graphics/swfdec/Makefile head/japanese/scim-honoka/Makefile head/multimedia/emotion/Makefile head/multimedia/gstreamer-plugins-gnonlin/Makefile head/multimedia/vlc/Makefile head/multimedia/xine/Makefile head/net-im/libpurple/Makefile head/net-im/telepathy-farsight/Makefile head/print/lilypond/Makefile head/sysutils/gnome-settings-daemon/Makefile head/sysutils/tracker-client/Makefile head/textproc/scim-table-imengine/Makefile head/www/epiphany/Makefile head/www/webkit-sharp/Makefile head/x11-themes/icons-tango/Makefile head/x11-toolkits/wxgtk28/Makefile head/x11-toolkits/wxgtk29/Makefile head/x11-wm/enlightenment/Makefile head/x11/gnome-panel/Makefile head/x11/yelp/Makefile Modified: head/audio/gnome-media/Makefile ============================================================================== --- head/audio/gnome-media/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/audio/gnome-media/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -23,7 +23,7 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gtk20 libxml2 gconf2 USE_GSTREAMER= gconf good CONFIGURE_ARGS= --disable-gstmix Modified: head/audio/libgpod/Makefile ============================================================================== --- head/audio/libgpod/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/audio/libgpod/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -18,7 +18,7 @@ LIB_DEPENDS= plist:${PORTSDIR}/devel/lib USE_GNOME= gtk20 USE_SQLITE= 3 -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-udev --without-hal \ Modified: head/devel/bug-buddy/Makefile ============================================================================== --- head/devel/bug-buddy/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/devel/bug-buddy/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/devel/bug-buddy/Makefile,v 1.86 2010/11/16 18:17:55 kwm Exp $ -# PORTNAME= bug-buddy PORTVERSION= 2.32.0 @@ -20,9 +16,8 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/deve soup-2.4.1:${PORTSDIR}/devel/libsoup USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack libbonobo \ gnomedocutils evolutiondataserver Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/editors/emacs/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -21,7 +21,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-2 EMACS_VER= 24.3 GNU_CONFIGURE= yes -USES= ncurses gmake +USES= ncurses gmake pkgconfig USE_XZ= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/emulators/virtualbox-ose-legacy/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -35,6 +35,7 @@ RUN_DEPENDS= /boot/modules/vboxdrv.ko:${ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr +USES= pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/emulators/virtualbox-ose/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -34,6 +34,7 @@ RUN_DEPENDS= ${KMODDIR}/vboxdrv.ko:${POR WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr +USES= pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes Modified: head/games/monster-masher/Makefile ============================================================================== --- head/games/monster-masher/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/games/monster-masher/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -17,9 +17,8 @@ LIB_DEPENDS= gnomecanvasmm-2.6:${PORTSDI glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome esound -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lesd Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/geeqie/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -13,7 +13,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes -USES= gmake pkgconfig CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ @@ -25,7 +24,7 @@ MAKE_ARGS+= top_builddir="${WRKSRC}" PORTDOCS= * MAN1= geeqie.1 -USES= gettext +USES= gettext gmake pkgconfig OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS DOCS OPTIONS_DEFAULT=EXIV2 LCMS Modified: head/graphics/gpaint/Makefile ============================================================================== --- head/graphics/gpaint/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/gpaint/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,6 +1,4 @@ -# New ports collection makefile for: gpaint -# Date created: 18 October 2000 -# Whom: Maxim Sobolev +# Created by: Maxim Sobolev # # $FreeBSD$ # @@ -16,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME +USES= pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes Modified: head/graphics/swfdec/Makefile ============================================================================== --- head/graphics/swfdec/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/swfdec/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # $MCom: ports/graphics/swfdec/Makefile,v 1.28 2009/01/01 13:38:17 kwm Exp $ @@ -18,6 +14,7 @@ COMMENT= Flash Rendering Library LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ soup-2.4.1:${PORTSDIR}/devel/libsoup +USES= pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomehack gtk20 ltverhack USE_GSTREAMER= core good mp3 ffmpeg Modified: head/japanese/scim-honoka/Makefile ============================================================================== --- head/japanese/scim-honoka/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/japanese/scim-honoka/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -15,9 +15,8 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS:= ${BUILD_DEPENDS} USE_LDCONFIG= yes -USES= gettext iconv pathfix +USES= gettext iconv pathfix gmake pkgconfig USE_GNOME= lthack -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/multimedia/emotion/Makefile ============================================================================== --- head/multimedia/emotion/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/emotion/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -16,7 +16,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= ecore edje eet eio embryo evas libtool_hack modarch_hack USE_EFL_EVAS_LOADERS= png jpeg USE_LDCONFIG= yes Modified: head/multimedia/gstreamer-plugins-gnonlin/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-gnonlin/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/gstreamer-plugins-gnonlin/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-gnonlin -# Date created: 2006-04-25 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.7 2006/07/21 16:39:31 ahze Exp $ -# PORTNAME= gstreamer-plugins-gnonlin PORTVERSION= 0.10.17 @@ -16,6 +12,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer lib for writing non-linear audio and video CFLAGS:= ${CFLAGS} -O2 -Wno-format +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/vlc/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -62,8 +62,7 @@ UNSAFE_PLUGINS_DESC= Install unsafe, uns NO_DVD_DESC= disable DVD specific features USE_XZ= yes -USE_GMAKE= yes -USES= iconv perl5 +USES= iconv perl5 gmake pkgconfig USE_PERL5= build USE_GL=yes USE_CSTD= gnu99 Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/xine/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -29,7 +29,7 @@ WIN32_CODECS_DESC= Enable win32 codecs USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/net-im/libpurple/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -13,7 +13,7 @@ MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ @@ -29,7 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHR .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USES= gettext iconv +USES+= gettext iconv USE_LDCONFIG= yes WANT_GNOME= yes USE_PYTHON= yes Modified: head/net-im/telepathy-farsight/Makefile ============================================================================== --- head/net-im/telepathy-farsight/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/net-im/telepathy-farsight/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -15,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/print/lilypond/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -39,8 +39,7 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext -USE_GMAKE= yes +USES= bison:build gettext gmake pkgconfig USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes Modified: head/sysutils/gnome-settings-daemon/Makefile ============================================================================== --- head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -22,8 +22,7 @@ CONFLICTS= gnome-settings-daemon-3.[0-9] USE_XORG= xxf86misc USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd USE_GSTREAMER= good USE_LDCONFIG= yes Modified: head/sysutils/tracker-client/Makefile ============================================================================== --- head/sysutils/tracker-client/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/sysutils/tracker-client/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -35,8 +35,7 @@ USE_FAM= yes WANT_FAM_SYSTEM=gamin INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_GSTREAMER= core INSTALLS_ICONS= yes Modified: head/textproc/scim-table-imengine/Makefile ============================================================================== --- head/textproc/scim-table-imengine/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/textproc/scim-table-imengine/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-table-imengine -# Date created: 01 March 2005 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim-table-imengine PORTVERSION= 0.5.10 @@ -19,10 +15,9 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= intlhack -USES= gettext +USES= gettext gmake pkgconfig MAN1= scim-make-table.1 Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/www/epiphany/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -29,10 +29,9 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_PYTHON= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ --enable-compile-warnings=no \ Modified: head/www/webkit-sharp/Makefile ============================================================================== --- head/www/webkit-sharp/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/www/webkit-sharp/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,9 +1,5 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= webkit-sharp PORTVERSION= 0.3 @@ -21,7 +17,7 @@ PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include Modified: head/x11-themes/icons-tango/Makefile ============================================================================== --- head/x11-themes/icons-tango/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-themes/icons-tango/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon Magick-config:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= intlhack -USES+= pathfix +USES+= pathfix gmake pkgconfig INSTALLS_ICONS= yes .include Modified: head/x11-toolkits/wxgtk28/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-toolkits/wxgtk28/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -17,11 +17,10 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics tiff.4:${PORTSDIR}/graphics/tiff\ expat.6:${PORTSDIR}/textproc/expat2 -USES= iconv +USES= iconv gmake pkgconfig USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama +USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu -USE_GMAKE= yes USE_GNOME= gtk20 pangox-compat GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys\ Modified: head/x11-toolkits/wxgtk29/Makefile ============================================================================== --- head/x11-toolkits/wxgtk29/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-toolkits/wxgtk29/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -19,12 +19,11 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics inotify.0:${PORTSDIR}/devel/libinotify\ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -USES+= iconv +USES+= iconv gmake pkgconfig USE_BZIP2= yes USE_GCC= any USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu -USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-wm/enlightenment/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -19,8 +19,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix iconv -USE_GMAKE= yes +USES= pathfix iconv gmake pkgconfig USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png Modified: head/x11/gnome-panel/Makefile ============================================================================== --- head/x11/gnome-panel/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11/gnome-panel/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-panel/Makefile,v 1.237 2012/10/25 09:21:00 kwm Exp $ -# PORTNAME= gnome-panel PORTVERSION= 2.32.1 @@ -31,10 +27,9 @@ USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libwnck gnomemenus \ gnomedocutils ltverhack referencehack librsvg2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-network-manager LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11/yelp/Makefile ============================================================================== --- head/x11/yelp/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11/yelp/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -20,10 +20,9 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev CONFLICTS= yelp-3.[0-9]* -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext gmake pkgconfig USE_BZIP2= yes USE_XORG= ice -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 10:40:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E354AB48; Tue, 3 Sep 2013 10:40:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D10572394; Tue, 3 Sep 2013 10:40:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83AeLe2034354; Tue, 3 Sep 2013 10:40:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83AeL9A034351; Tue, 3 Sep 2013 10:40:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031040.r83AeL9A034351@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 10:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326134 - head/ports-mgmt/packagekit 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.14 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: Tue, 03 Sep 2013 10:40:22 -0000 Author: bapt Date: Tue Sep 3 10:40:21 2013 New Revision: 326134 URL: http://svnweb.freebsd.org/changeset/ports/326134 Log: Add an explicit dependency on pkgconf Modified: head/ports-mgmt/packagekit/Makefile Modified: head/ports-mgmt/packagekit/Makefile ============================================================================== --- head/ports-mgmt/packagekit/Makefile Tue Sep 3 10:23:55 2013 (r326133) +++ head/ports-mgmt/packagekit/Makefile Tue Sep 3 10:40:21 2013 (r326134) @@ -21,7 +21,7 @@ RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/l ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info -USES= gettext gmake iconv +USES= gettext gmake iconv pkgconfig USE_GNOME= glib20 intltool gnomehier USE_SQLITE= 3 USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 11:31:31 2013 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 ESMTP id B28AAF62; Tue, 3 Sep 2013 11:31:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A09C52C12; Tue, 3 Sep 2013 11:31:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83BVVU7066585; Tue, 3 Sep 2013 11:31:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83BVVPD066584; Tue, 3 Sep 2013 11:31:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031131.r83BVVPD066584@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 11:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326135 - head/graphics/cairo-java 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.14 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: Tue, 03 Sep 2013 11:31:31 -0000 Author: bapt Date: Tue Sep 3 11:31:31 2013 New Revision: 326135 URL: http://svnweb.freebsd.org/changeset/ports/326135 Log: Add an explicit dependency on pkgconf Modified: head/graphics/cairo-java/Makefile Modified: head/graphics/cairo-java/Makefile ============================================================================== --- head/graphics/cairo-java/Makefile Tue Sep 3 10:40:21 2013 (r326134) +++ head/graphics/cairo-java/Makefile Tue Sep 3 11:31:31 2013 (r326135) @@ -16,7 +16,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 11:38:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6511E43B; Tue, 3 Sep 2013 11:38:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 201AB2D57; Tue, 3 Sep 2013 11:38:21 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1986C20743; Tue, 3 Sep 2013 07:38:13 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Tue, 03 Sep 2013 07:38:13 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=TP7kTOYp8AgOUOTZdhx2dcr6bv4=; b=HlR JNpvCS4vqUDRAnt6egYgComv2MW8aclgu8LhLVgF7EkWBCp4pU8F7hSGB+UaUXGR CUvwlb8aZfCPJNM7PqXhKZcvJywHh+3/xSeYoaUiLyB3nFs3qvdDG5qVDdh2DvO6 s2soPyy7eUHvYx2R66KY3BIQmScW2gz7DelSJKic= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id E6728B00074; Tue, 3 Sep 2013 07:38:12 -0400 (EDT) Message-Id: <1378208292.31958.17293657.7A5FBE25@webmail.messagingengine.com> X-Sasl-Enc: j9E9SgJb2umTm1hHBd4QE/hXhHHenJt23YSzgiO2IpdI 1378208292 From: Mark Felder To: Alexey Dokuchaev MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ed2f0e98 In-Reply-To: <20130902014108.GE43972@FreeBSD.org> References: <201309011728.r81HSx4Z057688@svn.freebsd.org> <20130902014108.GE43972@FreeBSD.org> Subject: Re: svn commit: r325891 - in head/dns/rbldnsd: . files Date: Tue, 03 Sep 2013 06:38:12 -0500 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 11:38:22 -0000 On Sun, Sep 1, 2013, at 20:41, Alexey Dokuchaev wrote: > On Sun, Sep 01, 2013 at 05:28:59PM +0000, Mark Felder wrote: > > New Revision: 325891 > > URL: http://svnweb.freebsd.org/changeset/ports/325891 > > > > @@ -37,6 +23,8 @@ GROUPS= ${USERS} > > PKGMESSAGE= ${WRKDIR}/pkg-message > > SUB_FILES= pkg-message > > > > +.include > > + > > Any reason not to use instead? > I have no idea. I've never seen any documentation explaining the intricacies of bsd.port.options.mk and bsd.port.mk vs bsd.port.pre/post.mk. If it works, I just run with it. > > do-install: > > @if [ ! -d ${ROOTDIR} ]; then \ > > ${MKDIR} ${ROOTDIR}; \ > > @@ -47,7 +35,7 @@ do-install: > > ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/ > > @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/ > > @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/ > > The whole do-install recipe is badly indented (extra tabstop); > destination > paths carry bogus slashes at EOL, manpages should be installed relative > to > MAN[n]PREFIX (where optional n is section number). > > > -.if !defined(NOPORTDOCS) > > +.if ${PORT_OPTIONS:MDOCS} > > @${MKDIR} ${DOCSDIR}/ > > @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} > > @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} > > @@ -57,7 +45,6 @@ do-install: > > @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} > > @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} > > @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} > > - @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR} > > We do not mute installation commands (muting MKDIR is fine). Silent > build > log does help to debug any potential problems. > Another three items that portlint should be picking up > > .endif > > > > -.include > > +.include > > Using above would have allow you to avoid changing > this line. > > > --- head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:00 2013 (r325890) > > +++ head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:59 2013 (r325891) > > @@ -8,6 +8,5 @@ etc/rbldnsd/example > > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.default > > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.init > > %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.spec > > -%%PORTDOCS%%%%DOCSDIR%%/rbldnsd.html > > %%PORTDOCS%%@dirrm %%DOCSDIR%% > > @dirrmtry etc/rbldnsd/ > > Superfluous slash at EOL. > And a fourth. Where do I file bug reports against portlint? This was a simple maintainer update. I run this software in production at work, so I know the port is fully functional as-is. These changes are all style except possibly the bsd.*.mk stuff you've suggested. If we're going to clean up the entire ports tree we either need better tools to detect some of these issues or we need to start throwing errors when things aren't perfect. And thanks for pointing these things out -- I just simply took the maintainer's patch, applied, and fixed the messy rc script. It passed rclint/portlint, redports, and I was able to upgrade our production rbldnsd servers, so I didn't scrutinize the port further. From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 11:39:21 2013 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 ESMTP id E2A41557; Tue, 3 Sep 2013 11:39:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D097D2D7A; Tue, 3 Sep 2013 11:39:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83BdL6d069791; Tue, 3 Sep 2013 11:39:21 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83BdL9j069790; Tue, 3 Sep 2013 11:39:21 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309031139.r83BdL9j069790@svn.freebsd.org> From: Bryan Drewery Date: Tue, 3 Sep 2013 11:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326136 - head/Templates 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.14 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: Tue, 03 Sep 2013 11:39:22 -0000 Author: bdrewery Date: Tue Sep 3 11:39:21 2013 New Revision: 326136 URL: http://svnweb.freebsd.org/changeset/ports/326136 Log: - login(3), logout(3), and logwtmp(3) were removed in base r202216 due to utmpx This fixes build for at least security/openssh-portable With hat: portmgr Modified: head/Templates/config.site Modified: head/Templates/config.site ============================================================================== --- head/Templates/config.site Tue Sep 3 11:31:31 2013 (r326135) +++ head/Templates/config.site Tue Sep 3 11:39:21 2013 (r326136) @@ -326,10 +326,7 @@ : ${ac_cv_func_iswctype=yes} : ${ac_cv_func_link=yes} : ${ac_cv_func_localtime=yes} -: ${ac_cv_func_login=yes} : ${ac_cv_func_login_getcapbool=yes} -: ${ac_cv_func_logout=yes} -: ${ac_cv_func_logwtmp=yes} : ${ac_cv_func_lstat=yes} : ${ac_cv_func_lstat_dereferences_slashed_symlink=yes} : ${ac_cv_func_malloc_0_nonnull=yes} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:13:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F716288; Tue, 3 Sep 2013 12:13:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEB9420B7; Tue, 3 Sep 2013 12:13:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CDaVa092491; Tue, 3 Sep 2013 12:13:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CDOGI092362; Tue, 3 Sep 2013 12:13:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031213.r83CDOGI092362@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326137 - in head: accessibility/dasher accessibility/gnopernicus accessibility/gok archivers/file-roller audio/glame audio/jack-rack audio/liteamp comms/ge-x2212 deskutils/glabels desk... 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.14 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: Tue, 03 Sep 2013 12:13:37 -0000 Author: bapt Date: Tue Sep 3 12:13:23 2013 New Revision: 326137 URL: http://svnweb.freebsd.org/changeset/ports/326137 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/dasher/Makefile head/accessibility/gnopernicus/Makefile head/accessibility/gok/Makefile head/archivers/file-roller/Makefile head/audio/glame/Makefile head/audio/jack-rack/Makefile head/audio/liteamp/Makefile head/comms/ge-x2212/Makefile head/deskutils/glabels/Makefile head/deskutils/gnotime/Makefile head/deskutils/gruler/Makefile head/deskutils/gtweakui/Makefile head/deskutils/multisync/Makefile head/deskutils/nautilus-actions/Makefile head/deskutils/nautilus-locked-folder/Makefile head/deskutils/nautilus-open-terminal/Makefile head/deskutils/planner/Makefile head/devel/gtranslator/Makefile head/editors/conglomerate/Makefile head/editors/gedit-plugins/Makefile head/editors/ghex/Makefile head/editors/gphpedit/Makefile head/editors/mlview/Makefile head/finance/gnucash/Makefile head/games/atomix/Makefile head/games/gdado/Makefile head/games/gno3dtet/Makefile head/games/gnomeattacks/Makefile head/games/gnomebreakout/Makefile head/games/gnomekiss/Makefile head/games/gnono/Makefile head/games/grhino/Makefile head/games/gtetrinet/Makefile head/games/gtktetcolor/Makefile head/games/gturing/Makefile head/games/gweled/Makefile head/games/teg/Makefile head/graphics/agave/Makefile head/graphics/eog/Makefile head/graphics/truevision/Makefile head/irc/xchat-gnome/Makefile head/japanese/ibus-anthy/Makefile head/mail/balsa/Makefile head/math/gdcalc/Makefile head/misc/gregexp/Makefile head/misc/terraform/Makefile head/misc/uf-view/Makefile head/net-mgmt/etherape/Makefile head/net-mgmt/ettercap/Makefile head/net/grdesktop/Makefile head/print/ggv/Makefile head/print/gnomephotoprinter/Makefile head/print/gribouy/Makefile head/science/linsmith/Makefile head/security/gnome-gpg/Makefile head/security/gpass/Makefile head/security/libgnomesu/Makefile head/sysutils/battfink/Makefile head/sysutils/cog/Makefile head/sysutils/gconf-editor/Makefile head/sysutils/gnome-device-manager/Makefile head/sysutils/gnome-pkgview/Makefile head/sysutils/nautilus-cd-burner/Makefile head/textproc/gnome-spell/Makefile head/textproc/ibus-m17n/Makefile head/textproc/stardict2/Makefile head/textproc/stardict3/Makefile head/www/gnome-user-share/Makefile head/x11-clocks/gtubeclock/Makefile head/x11-clocks/sanduhr/Makefile head/x11-themes/gnome-themes-extras/Makefile head/x11-toolkits/gal2/Makefile head/x11-toolkits/gtk-sharp10/Makefile head/x11-toolkits/libgnomeuimm26/Makefile head/x11-toolkits/ocaml-lablgtk2/Makefile head/x11-toolkits/py-gnome2/Makefile head/x11/brightside/Makefile Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/accessibility/dasher/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,7 +18,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libog RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils WANT_GNOME= yes Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/accessibility/gnopernicus/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -15,7 +15,7 @@ COMMENT= Collection of accessibility app LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/accessibility/gok/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -17,7 +17,7 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/archivers/file-roller/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${POR USE_LDCONFIG= yes USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ Modified: head/audio/glame/Makefile ============================================================================== --- head/audio/glame/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/audio/glame/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,7 +18,7 @@ LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/l USE_AUTOTOOLS= libltdl libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 Modified: head/audio/jack-rack/Makefile ============================================================================== --- head/audio/jack-rack/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/audio/jack-rack/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa USE_BZIP2= yes USE_GNOME= libgnomeui libxml2 -USES= gettext shebangfix +USES= gettext shebangfix pkgconfig USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/liteamp/Makefile ============================================================================== --- head/audio/liteamp/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/audio/liteamp/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,7 +18,7 @@ LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/ mad.2:${PORTSDIR}/audio/libmad \ vorbisfile.6:${PORTSDIR}/audio/libvorbis -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" Modified: head/comms/ge-x2212/Makefile ============================================================================== --- head/comms/ge-x2212/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/comms/ge-x2212/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-2-15sept2010 MAINTAINER= shurd@sasktel.net COMMENT= EEPROM programmer for GE Phoenix SX Radios +USES= pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-2 Modified: head/deskutils/glabels/Makefile ============================================================================== --- head/deskutils/glabels/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/glabels/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: glabels -# Date created: 29 September 2002 -# Whom: Martin Klaffenboeck -# +# Created by: Martin Klaffenboeck # $FreeBSD$ # $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $ -# PORTNAME= glabels PORTVERSION= 2.2.8 @@ -15,12 +11,11 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program to create labels and business cards -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui \ desktopfileutils intlhack ltverhack WANT_GNOME= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/deskutils/gnotime/Makefile ============================================================================== --- head/deskutils/gnotime/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/gnotime/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -16,7 +16,7 @@ LICENSE= GPLv2 # (or later) LIB_DEPENDS= guile:${PORTSDIR}/lang/guile -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_XORG= xscrnsaver USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui USE_AUTOTOOLS= libtool libltdl Modified: head/deskutils/gruler/Makefile ============================================================================== --- head/deskutils/gruler/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/gruler/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gruler -# Date created: 24 October 2004 -# Whom: Piotr Smyrak -# +# Created by: Piotr Smyrak # $FreeBSD$ -# PORTNAME= gruler PORTVERSION= 0.6 @@ -14,6 +10,7 @@ MASTER_SITES= http://linuxadvocate.org/p MAINTAINER= ps.ports@smyrak.com COMMENT= A simple customizable GTK screen ruler +USES= pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2 USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gtweakui/Makefile ============================================================================== --- head/deskutils/gtweakui/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/gtweakui/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,6 +1,7 @@ # Created by: Sergey Akifyev # $FreeBSD$ # $MCom: ports/deskutils/gtweakui/Makefile,v 1.2 2007/05/19 21:36:03 marcus Exp $ + PORTNAME= gTweakUI PORTVERSION= 0.4.0 PORTREVISION= 11 @@ -12,9 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of simple dialogs as a front end to GConf USE_BZIP2= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack -USE_GMAKE= yes GNU_CONFIGURE= yes DESKTOP_FILES= gtweakui-galeon.desktop.in \ Modified: head/deskutils/multisync/Makefile ============================================================================== --- head/deskutils/multisync/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/multisync/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,7 +1,4 @@ -# New ports collection makefile for: multisync -# Date created: 25 Nov 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME?= multisync @@ -18,7 +15,7 @@ WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVER WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= automake:env libtool CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/nautilus-actions/Makefile ============================================================================== --- head/deskutils/nautilus-actions/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/nautilus-actions/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-actions -# Date created: 2005-08-31 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.21 2010/04/16 23:41:09 kwm Exp $ -# PORTNAME= nautilus-actions PORTVERSION= 2.30.3 @@ -21,9 +17,8 @@ LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2f INSTALLS_ICONS= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= nautilus2 intlhack -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/nautilus-locked-folder/Makefile ============================================================================== --- head/deskutils/nautilus-locked-folder/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/nautilus-locked-folder/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-locked-folder -# Date created: 2005-09-17 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.12 2009/11/28 05:58:59 mezz Exp $ -# PORTNAME= nautilus-locked-folder PORTVERSION= 1.0.0 @@ -16,6 +12,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder +USES= pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= nautilus2 eel2 libgnomeui Modified: head/deskutils/nautilus-open-terminal/Makefile ============================================================================== --- head/deskutils/nautilus-open-terminal/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/nautilus-open-terminal/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-open-terminal -# Date created: 2005-07-07 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.17 2009/08/09 15:30:27 ahze Exp $ -# PORTNAME= nautilus-open-terminal PORTVERSION= 0.18 @@ -16,10 +12,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0` LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/planner/Makefile ============================================================================== --- head/deskutils/planner/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/deskutils/planner/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Project management application for GNOME 2 USE_XZ= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ libgsf desktopfileutils WANT_GNOME= yes Modified: head/devel/gtranslator/Makefile ============================================================================== --- head/devel/gtranslator/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/devel/gtranslator/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtranslator -# Date created: 16 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/devel/gtranslator/Makefile,v 1.12 2007/07/04 15:52:37 mezz Exp $ -# PORTNAME= gtranslator PORTVERSION= 1.1.7 @@ -19,8 +15,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/text USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix gnomevfs2 libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/editors/conglomerate/Makefile ============================================================================== --- head/editors/conglomerate/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/editors/conglomerate/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,7 +1,4 @@ -# New ports collection makefile for: conglomerate -# Date created: Jun 26, 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= conglomerate @@ -14,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/editors/gedit-plugins/Makefile ============================================================================== --- head/editors/gedit-plugins/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/editors/gedit-plugins/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -21,9 +21,8 @@ CONFLICTS= gedit-plugins-3.[0-9]* USE_LDCONFIG= yes USE_BZIP2= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomevfs2 WANT_GNOME= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/editors/ghex/Makefile ============================================================================== --- head/editors/ghex/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/editors/ghex/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/ghex/Makefile,v 1.13 2008/08/23 18:22:59 mezz Exp $ -# PORTNAME= ghex PORTVERSION= 2.24.0 @@ -17,10 +13,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ gnomedocutils -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/editors/gphpedit/Makefile ============================================================================== --- head/editors/gphpedit/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/editors/gphpedit/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gphpedit -# Date created: 2004-11-21 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= gphpedit PORTVERSION= 0.9.80 @@ -16,7 +12,7 @@ MASTER_SITES= http://www.gphpedit.org/do MAINTAINER= novel@FreeBSD.org COMMENT= PHP, HTML, and CSS development environment for GNOME 2.x -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/editors/mlview/Makefile ============================================================================== --- head/editors/mlview/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/editors/mlview/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -13,9 +13,8 @@ COMMENT= A tree oriented XML editor for USE_BZIP2= yes USE_AUTOTOOLS= autoconf libtool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/finance/gnucash/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -30,9 +30,7 @@ LOCALE_TAX_DESC= Enable localized tax ca WEBKIT_DESC= Use webkit instead of gtkhtml for the HTML engine USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_PERL5= yes +USES= gettext gmake pkgconfig perl5 INSTALLS_ICONS= yes USE_GNOME= gnomeprefix libglade2 libgnomeui GNU_CONFIGURE= yes Modified: head/games/atomix/Makefile ============================================================================== --- head/games/atomix/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/atomix/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: atomix -# Date created: 30 January 2000 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $ -# PORTNAME= atomix PORTVERSION= 2.14.0 @@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A yet another little mind game -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gdado/Makefile ============================================================================== --- head/games/gdado/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gdado/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdado -# Date created: 06 May 2007 -# Whom: Anish Mistry -# +# Created by: Anish Mistry # $FreeBSD$ -# PORTNAME= gdado PORTVERSION= 2.2 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 dice roller GNU_CONFIGURE= yes -USE_GMAKE= yes +USE= gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui post-patch: Modified: head/games/gno3dtet/Makefile ============================================================================== --- head/games/gno3dtet/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gno3dtet/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -13,9 +13,8 @@ COMMENT= GNOME version of the classic 3D EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui librsvg2 -USE_GMAKE= yes USE_AUTOTOOLS= autoheader automake aclocal autoconf ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f Modified: head/games/gnomeattacks/Makefile ============================================================================== --- head/games/gnomeattacks/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gnomeattacks/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gnomevfs2 libgnomeui CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gnomebreakout/Makefile ============================================================================== --- head/games/gnomebreakout/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gnomebreakout/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -11,7 +11,7 @@ DISTNAME= gnome-breakout-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic breakout game -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gnomekiss/Makefile ============================================================================== --- head/games/gnomekiss/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gnomekiss/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomekiss -# Date created: 4 Apr 2001 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gnomekiss PORTVERSION= 2.0 @@ -16,6 +12,7 @@ COMMENT= GNOME version of Kisekae Set Sy RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha +USES= pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gnono/Makefile ============================================================================== --- head/games/gnono/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gnono/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -12,8 +12,7 @@ COMMENT= Uno card game USE_BZIP2= yes USE_GNOME= gtk20 libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/grhino/Makefile ============================================================================== --- head/games/grhino/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/grhino/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grhino -# Date created: 21 Sep 2002 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= grhino PORTVERSION= 0.16.1 @@ -14,9 +10,9 @@ MASTER_SITES= SF/rhino/GRhino/${PORTVERS MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USES= gettext +USES= gettext pkgconfig perl5 USE_GNOME= gnomeprefix libgnomeui -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/gtetrinet/Makefile ============================================================================== --- head/games/gtetrinet/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gtetrinet/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -12,9 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Version of the popular TetriNET multiplayer Tetris clone USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= esound gnomeprefix libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/gtktetcolor/Makefile ============================================================================== --- head/games/gtktetcolor/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gtktetcolor/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -14,9 +14,8 @@ COMMENT= Game for GNOME that resembles w LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gturing/Makefile ============================================================================== --- head/games/gturing/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gturing/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/gturing -# Date created: 08 Jul 2002 -# Whom: Juan Salaverria -# +# Created by: Juan Salaverria # $FreeBSD$ -# PORTNAME= gturing PORTVERSION= 0.1.1 @@ -15,8 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Simple Turing machine simulator for GNOME 2 USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gweled/Makefile ============================================================================== --- head/games/gweled/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/gweled/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gweled -# Date created: November 28, 2003 -# Whom: James Earl -# +# Created by: James Earl # $FreeBSD$ -# PORTNAME= gweled PORTVERSION= 0.7 @@ -16,7 +12,7 @@ COMMENT= GNOME version of the game calle LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod -USE_GMAKE= yes +USE= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes Modified: head/games/teg/Makefile ============================================================================== --- head/games/teg/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/games/teg/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -10,9 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy game for GNOME -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/agave/Makefile ============================================================================== --- head/graphics/agave/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/graphics/agave/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -17,8 +17,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d #OPTIONS= GNOME "Adds GNOME support" on USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomedocutils intlhack GCONF_SCHEMAS= agave.schemas INSTALLS_ICONS= yes Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/graphics/eog/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gn update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ gconf2 gnomedesktop WANT_GNOME= yes Modified: head/graphics/truevision/Makefile ============================================================================== --- head/graphics/truevision/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/graphics/truevision/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -16,11 +16,10 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSD WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= truevision.1 Modified: head/irc/xchat-gnome/Makefile ============================================================================== --- head/irc/xchat-gnome/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/irc/xchat-gnome/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -18,8 +18,7 @@ LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolki notify:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix desktop-file-utils gettext +USES= pathfix desktop-file-utils gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" Modified: head/japanese/ibus-anthy/Makefile ============================================================================== --- head/japanese/ibus-anthy/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/japanese/ibus-anthy/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-anthy -# Date created: 30 Apr 2009 -# Whom: Daichi GOTO -# +# Created by: Daichi GOTO # $FreeBSD$ -# PORTNAME= ibus-anthy PORTVERSION= 1.2.7 @@ -23,8 +19,7 @@ LIB_DEPENDS= anthy.1:${PORTSDIR}/japanes RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= yes USE_GNOME= pygtk2 Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/mail/balsa/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -19,13 +19,11 @@ LIB_DEPENDS= aspell:${PORTSDIR}/textproc gnome-keyring:${PORTSDIR}/security/gnome-keyring \ canberra-gtk:${PORTSDIR}/audio/libcanberra -USE_GMAKE= yes USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_PERL5= yes USE_OPENSSL= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv perl5 pkgconfig gmake USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \ libgnomeprintui USE_AUTOTOOLS= libltdl Modified: head/math/gdcalc/Makefile ============================================================================== --- head/math/gdcalc/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/math/gdcalc/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gdcalc -# Date created: 2002-06-29 -# Whom: Jan Srocker -# +# Created by: Jan Srocker # $FreeBSD$ # $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $ @@ -16,6 +13,7 @@ COMMENT= Gnome-based scientific calculat RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units +USES= pkgconfig USE_GNOME= gnomehier libgnomeui GNU_CONFIGURE= yes Modified: head/misc/gregexp/Makefile ============================================================================== --- head/misc/gregexp/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/misc/gregexp/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -13,6 +13,7 @@ COMMENT= Graphical regular expression ex LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +USES= pkgconfig USE_GNOME= gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/misc/terraform/Makefile ============================================================================== --- head/misc/terraform/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/misc/terraform/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -19,9 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio. WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomehier libgnomeprintui libgnomeui -USE_GMAKE= yes USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes Modified: head/misc/uf-view/Makefile ============================================================================== --- head/misc/uf-view/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/misc/uf-view/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uf-view -# Date created: 30 May 2001 -# Whom: Jonathan McGee -# +# Created by: Jonathan McGee # $FreeBSD$ -# PORTNAME= uf-view PORTVERSION= 2.4 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.hadess.net/file MAINTAINER= mcgee@wam.umd.edu COMMENT= A gTK+ viewer for the User Friendly and several other popular comics -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-mgmt/etherape/Makefile ============================================================================== --- head/net-mgmt/etherape/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/net-mgmt/etherape/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -11,7 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A graphical network traffic visualization tool for gnome USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/net-mgmt/ettercap/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= libltdl libtool -USES= bison +USES= bison pkgconfig WANT_GNOME= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net/grdesktop/Makefile ============================================================================== --- head/net/grdesktop/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/net/grdesktop/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grdesktop -# Date created: Jan 3 2003 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= grdesktop PORTVERSION= 0.23 @@ -18,7 +14,7 @@ COMMENT= GNOME frontend for the remote d RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gnomeprefix gnomehack GCONF_SCHEMAS= grdesktop.schemas INSTALLS_OMF= yes Modified: head/print/ggv/Makefile ============================================================================== --- head/print/ggv/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/print/ggv/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,10 +1,6 @@ -# New ports collection makefile for: ggv2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $ -# PORTNAME= ggv PORTVERSION= 2.12.0 @@ -18,9 +14,8 @@ COMMENT= GNOME 2 ghostscript viewer USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USES= gettext +USES= gettext gmake pkgconfig USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/print/gnomephotoprinter/Makefile ============================================================================== --- head/print/gnomephotoprinter/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/print/gnomephotoprinter/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomephotoprinter -# Date created: 27 Oct 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= gnomephotoprinter PORTVERSION= 0.7.0 @@ -16,10 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Photo Printer is intended for printing photos in an easy way -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ gnomevfs2 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/print/gribouy/Makefile ============================================================================== --- head/print/gribouy/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/print/gribouy/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gribouy -# Date created: 20 Nov 2003 -# Whom: bland@FreeBSD.org -# +# Created by: bland@FreeBSD.org # $FreeBSD$ -# PORTNAME= gribouy PORTVERSION= 0.0.8 @@ -17,7 +13,7 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui GNU_CONFIGURE= yes Modified: head/science/linsmith/Makefile ============================================================================== --- head/science/linsmith/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/science/linsmith/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -11,7 +11,7 @@ COMMENT= Smith charting program LICENSE= GPLv2 # (or later) -USES= gettext +USES= gettext pkgconfig USE_GNOME= libgnomeui libxml2 GNU_CONFIGURE= yes Modified: head/security/gnome-gpg/Makefile ============================================================================== --- head/security/gnome-gpg/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/security/gnome-gpg/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnome-gpg -# Date created: 2006-09-02 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $ @@ -18,6 +15,7 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= libgnomeui Modified: head/security/gpass/Makefile ============================================================================== --- head/security/gpass/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/security/gpass/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -15,11 +15,10 @@ LIB_DEPENDS= mcrypt:${PORTSDIR}/security GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -USE_GMAKE= yes MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas Modified: head/security/libgnomesu/Makefile ============================================================================== --- head/security/libgnomesu/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/security/libgnomesu/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,6 +1,7 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $ + PORTNAME= libgnomesu PORTVERSION= 1.0.0 PORTREVISION= 10 @@ -11,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library and frontend for running commands as root USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" Modified: head/sysutils/battfink/Makefile ============================================================================== --- head/sysutils/battfink/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/sysutils/battfink/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: battfink -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= battfink PORTVERSION= 0.6.2 @@ -19,8 +15,7 @@ USE_BZIP2= yes USE_XORG= x11 INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/cog/Makefile ============================================================================== --- head/sysutils/cog/Makefile Tue Sep 3 11:39:21 2013 (r326136) +++ head/sysutils/cog/Makefile Tue Sep 3 12:13:23 2013 (r326137) @@ -1,9 +1,5 @@ -# New ports collection makefile for: COnfigurator for Gnome -# Date created: 01 May 2004 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= cog PORTVERSION= 0.8.0 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:21:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFAB770F; Tue, 3 Sep 2013 12:21:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDECF2172; Tue, 3 Sep 2013 12:21:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CLtGL097667; Tue, 3 Sep 2013 12:21:55 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CLtJW097665; Tue, 3 Sep 2013 12:21:55 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309031221.r83CLtJW097665@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 12:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326138 - head/devel/py-celery 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.14 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: Tue, 03 Sep 2013 12:21:55 -0000 Author: wg Date: Tue Sep 3 12:21:54 2013 New Revision: 326138 URL: http://svnweb.freebsd.org/changeset/ports/326138 Log: devel/py-celery: update to 3.0.23 - Update to 3.0.23 Changes: https://github.com/celery/celery/blob/v3.0.23/Changelog Modified: head/devel/py-celery/Makefile head/devel/py-celery/distinfo Modified: head/devel/py-celery/Makefile ============================================================================== --- head/devel/py-celery/Makefile Tue Sep 3 12:13:23 2013 (r326137) +++ head/devel/py-celery/Makefile Tue Sep 3 12:21:54 2013 (r326138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celery -PORTVERSION= 3.0.22 +PORTVERSION= 3.0.23 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqplib>=0:${PORTSDIR}/net/py-amqplib \ ${PYTHON_PKGNAMEPREFIX}billiard>=2.7.3.32:${PORTSDIR}/devel/py-billiard \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}kombu>=2.5.13:${PORTSDIR}/net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}kombu>=2.5.14:${PORTSDIR}/net/py-kombu \ ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached USE_PYTHON= yes Modified: head/devel/py-celery/distinfo ============================================================================== --- head/devel/py-celery/distinfo Tue Sep 3 12:13:23 2013 (r326137) +++ head/devel/py-celery/distinfo Tue Sep 3 12:21:54 2013 (r326138) @@ -1,2 +1,2 @@ -SHA256 (celery-3.0.22.tar.gz) = 2ba77bc0dc0c9079e6aa1b3649174c3d002bc0896e9a155f435ef5d761406e89 -SIZE (celery-3.0.22.tar.gz) = 1095861 +SHA256 (celery-3.0.23.tar.gz) = d266c4428bd31de7fe5ba364a35717e4a592b574158363302ad4f13601835ace +SIZE (celery-3.0.23.tar.gz) = 1096420 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:27:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD9FD8F4; Tue, 3 Sep 2013 12:27:13 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA07A21A4; Tue, 3 Sep 2013 12:27:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CRDo4000220; Tue, 3 Sep 2013 12:27:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CR938000136; Tue, 3 Sep 2013 12:27:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031227.r83CR938000136@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 12:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326139 - in head/www: p5-CGI-Struct p5-Catalyst-Authentication-Store-DBIx-Class p5-Catalyst-Plugin-CookiedSession p5-Dancer-Logger-Log4perl p5-Dancer-Plugin-ValidationClass p5-HTML-Def... 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.14 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: Tue, 03 Sep 2013 12:27:14 -0000 Author: az Date: Tue Sep 3 12:27:09 2013 New Revision: 326139 URL: http://svnweb.freebsd.org/changeset/ports/326139 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-Struct/Makefile head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile head/www/p5-Catalyst-Plugin-CookiedSession/Makefile (contents, props changed) head/www/p5-Dancer-Logger-Log4perl/Makefile head/www/p5-Dancer-Plugin-ValidationClass/Makefile (contents, props changed) head/www/p5-HTML-Defaultify/Makefile (contents, props changed) head/www/p5-HTML-Selector-XPath/Makefile head/www/p5-HTTP-Session/Makefile (contents, props changed) head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile (contents, props changed) head/www/p5-POEx-Role-PSGIServer/Makefile (contents, props changed) head/www/p5-Perlbal-Plugin-PSGI/Makefile (contents, props changed) head/www/p5-Plack-App-Proxy/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Expires/Makefile head/www/p5-Template-Mustache/Makefile (contents, props changed) head/www/p5-WWW-Mixi/Makefile (contents, props changed) head/www/p5-WWW-RobotRules-Parser/Makefile (contents, props changed) head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile head/www/p5-WWW-Tumblr/Makefile (contents, props changed) head/www/twiki/Makefile Modified: head/www/p5-CGI-Struct/Makefile ============================================================================== --- head/www/p5-CGI-Struct/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-CGI-Struct/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -13,7 +13,8 @@ LICENSE= BSD TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Struct.3 Modified: head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Sc p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Authentication::Realm::SimpleDB.3 \ Catalyst::Authentication::Store::DBIx::Class.3 \ Modified: head/www/p5-Catalyst-Plugin-CookiedSession/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-CookiedSession/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Catalyst-Plugin-CookiedSession/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::CookiedSession.3 Modified: head/www/p5-Dancer-Logger-Log4perl/Makefile ============================================================================== --- head/www/p5-Dancer-Logger-Log4perl/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Dancer-Logger-Log4perl/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTS p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Logger::Log4perl.3 Modified: head/www/p5-Dancer-Plugin-ValidationClass/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-ValidationClass/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Dancer-Plugin-ValidationClass/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Validation-Class>0:${PORTSDIR}/devel/p5-Validation-Class BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::ValidationClass.3 Modified: head/www/p5-HTML-Defaultify/Makefile ============================================================================== --- head/www/p5-HTML-Defaultify/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTML-Defaultify/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -13,7 +13,8 @@ COMMENT= Perl module to populate HTML fo RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Defaultify.3 .include Modified: head/www/p5-HTML-Selector-XPath/Makefile ============================================================================== --- head/www/p5-HTML-Selector-XPath/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTML-Selector-XPath/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -16,7 +16,8 @@ COMMENT= HTML::Selector::XPath - CSS Sel TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Selector::XPath.3 Modified: head/www/p5-HTTP-Session/Makefile ============================================================================== --- head/www/p5-HTTP-Session/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTTP-Session/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -24,7 +24,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Session.3 \ HTTP::Session::State::Cookie.3 \ Modified: head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile ============================================================================== --- head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Moose>=0:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::ConnCache::MaxKeepAliveRequests.3 Modified: head/www/p5-POEx-Role-PSGIServer/Makefile ============================================================================== --- head/www/p5-POEx-Role-PSGIServer/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-POEx-Role-PSGIServer/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -34,7 +34,8 @@ TEST_DEPENDS= p5-HTTP-Parser-XS>=0:${POR p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::PSGIServer.3 \ POEx::Role::PSGIServer::ProxyWriter.3 \ Modified: head/www/p5-Perlbal-Plugin-PSGI/Makefile ============================================================================== --- head/www/p5-Perlbal-Plugin-PSGI/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Perlbal-Plugin-PSGI/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -22,7 +22,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Perlbal::Plugin::PSGI.3 Modified: head/www/p5-Plack-App-Proxy/Makefile ============================================================================== --- head/www/p5-Plack-App-Proxy/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Plack-App-Proxy/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::App::Proxy.3 \ Plack::App::Proxy::Backend.3 \ Modified: head/www/p5-Plack-Middleware-Expires/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Expires/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Plack-Middleware-Expires/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Plack>=0.9937:${PORTSDIR p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Expires.3 Modified: head/www/p5-Template-Mustache/Makefile ============================================================================== --- head/www/p5-Template-Mustache/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Template-Mustache/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORT RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Mustache.3 Modified: head/www/p5-WWW-Mixi/Makefile ============================================================================== --- head/www/p5-WWW-Mixi/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Mixi/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mixi.3 WWW::Mixi::Cookbook.3 WWW::Mixi::Mixi.3 Modified: head/www/p5-WWW-RobotRules-Parser/Makefile ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-RobotRules-Parser/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::RobotRules::Parser.3 Modified: head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Template-Extract>=0:${PO p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-WWW-Scraper-ISBN-Driver>=0.18:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scraper::ISBN::ORA_Driver.3 Modified: head/www/p5-WWW-Tumblr/Makefile ============================================================================== --- head/www/p5-WWW-Tumblr/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Tumblr/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Tumblr.3 Modified: head/www/twiki/Makefile ============================================================================== --- head/www/twiki/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/twiki/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -27,7 +27,7 @@ RUN_DEPENDS= \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ twiki-TWikiUserMappingContrib>=0:${PORTSDIR}/www/twiki-TWikiUserMappingContrib -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/twiki post-extract: From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:41:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3B9E2C58; Tue, 3 Sep 2013 12:41:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29BF622E0; Tue, 3 Sep 2013 12:41:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Cf29K009744; Tue, 3 Sep 2013 12:41:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Cf2HJ009741; Tue, 3 Sep 2013 12:41:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031241.r83Cf2HJ009741@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326140 - head/graphics/eog 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.14 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: Tue, 03 Sep 2013 12:41:03 -0000 Author: bapt Date: Tue Sep 3 12:41:02 2013 New Revision: 326140 URL: http://svnweb.freebsd.org/changeset/ports/326140 Log: Fix stupid mistake Modified: head/graphics/eog/Makefile Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Tue Sep 3 12:27:09 2013 (r326139) +++ head/graphics/eog/Makefile Tue Sep 3 12:41:02 2013 (r326140) @@ -18,12 +18,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gn update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes -USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ gconf2 gnomedesktop WANT_GNOME= yes INSTALLS_ICONS= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:42:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2705FD94; Tue, 3 Sep 2013 12:42:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 153322312; Tue, 3 Sep 2013 12:42:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Cgmrj010292; Tue, 3 Sep 2013 12:42:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Cgmv8010291; Tue, 3 Sep 2013 12:42:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031242.r83Cgmv8010291@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326141 - head/multimedia/phonon-gstreamer 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.14 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: Tue, 03 Sep 2013 12:42:49 -0000 Author: bapt Date: Tue Sep 3 12:42:48 2013 New Revision: 326141 URL: http://svnweb.freebsd.org/changeset/ports/326141 Log: Add an explicit dependency on pkgconf Modified: head/multimedia/phonon-gstreamer/Makefile Modified: head/multimedia/phonon-gstreamer/Makefile ============================================================================== --- head/multimedia/phonon-gstreamer/Makefile Tue Sep 3 12:41:02 2013 (r326140) +++ head/multimedia/phonon-gstreamer/Makefile Tue Sep 3 12:42:48 2013 (r326141) @@ -28,7 +28,7 @@ USE_QT4= gui phonon xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 USE_XZ= yes -USES= cmake +USES= cmake pkgconfig PLIST_SUB+= QT_PREFIX=${QT_PREFIX} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:50:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AB91116; Tue, 3 Sep 2013 12:50:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57A9423D8; Tue, 3 Sep 2013 12:50:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CoKOT013515; Tue, 3 Sep 2013 12:50:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CoJYV013506; Tue, 3 Sep 2013 12:50:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031250.r83CoJYV013506@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326142 - in head: deskutils/gnome-blog devel/prepstools net/ekiga3 net/opal3 x11-toolkits/py-gnome-extras 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.14 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: Tue, 03 Sep 2013 12:50:20 -0000 Author: bapt Date: Tue Sep 3 12:50:18 2013 New Revision: 326142 URL: http://svnweb.freebsd.org/changeset/ports/326142 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/gnome-blog/Makefile head/devel/prepstools/Makefile head/net/ekiga3/Makefile head/net/opal3/Makefile head/x11-toolkits/py-gnome-extras/Makefile Modified: head/deskutils/gnome-blog/Makefile ============================================================================== --- head/deskutils/gnome-blog/Makefile Tue Sep 3 12:42:48 2013 (r326141) +++ head/deskutils/gnome-blog/Makefile Tue Sep 3 12:50:18 2013 (r326142) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeblog -# Date created: 20 September 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $ -# PORTNAME= gnome-blog PORTVERSION= 0.9.1 @@ -18,9 +14,8 @@ COMMENT= GNOME app to post to blogs USE_BZIP2= yes USE_PYTHON= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/prepstools/Makefile ============================================================================== --- head/devel/prepstools/Makefile Tue Sep 3 12:42:48 2013 (r326141) +++ head/devel/prepstools/Makefile Tue Sep 3 12:50:18 2013 (r326142) @@ -1,9 +1,5 @@ -# New ports collection makefile for: prepstools -# Date created: 2005-08-02 -# Whom: jmelo@FreeBSD.org -# +# Created by: jmelo@FreeBSD.org # $FreeBSD$ -# PORTNAME= prepstools PORTVERSION= 2.2.0 @@ -20,6 +16,7 @@ LICENSE= GPLv2 USE_AUTOTOOLS= libtool USE_PGSQL= yes +USES= gmake pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 gconf2 glib20 libgnomeui Modified: head/net/ekiga3/Makefile ============================================================================== --- head/net/ekiga3/Makefile Tue Sep 3 12:42:48 2013 (r326141) +++ head/net/ekiga3/Makefile Tue Sep 3 12:50:18 2013 (r326142) @@ -20,11 +20,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/t CONFLICTS= ekiga-2.* USE_GCC= any -USE_PERL5= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake perl5 pkgconfig USE_XORG= xv USE_GNOME= gtk20 gnomehack DIST_SUBDIR= gnome2 Modified: head/net/opal3/Makefile ============================================================================== --- head/net/opal3/Makefile Tue Sep 3 12:42:48 2013 (r326141) +++ head/net/opal3/Makefile Tue Sep 3 12:50:18 2013 (r326142) @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/opal-${PORTVERSION} USE_GCC= any USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes #MAKE_JOBS_SAFE= yes Modified: head/x11-toolkits/py-gnome-extras/Makefile ============================================================================== --- head/x11-toolkits/py-gnome-extras/Makefile Tue Sep 3 12:42:48 2013 (r326141) +++ head/x11-toolkits/py-gnome-extras/Makefile Tue Sep 3 12:50:18 2013 (r326142) @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $ -# PORTNAME= gnome-extras PORTVERSION= 2.25.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/text # gdl-1.2:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4 GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:50:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57E8E1F9; Tue, 3 Sep 2013 12:50:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45EAA23DF; Tue, 3 Sep 2013 12:50:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Como8015586; Tue, 3 Sep 2013 12:50:48 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83ComJQ015585; Tue, 3 Sep 2013 12:50:48 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309031250.r83ComJQ015585@svn.freebsd.org> From: Bryan Drewery Date: Tue, 3 Sep 2013 12:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326143 - head/Mk 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.14 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: Tue, 03 Sep 2013 12:50:48 -0000 Author: bdrewery Date: Tue Sep 3 12:50:47 2013 New Revision: 326143 URL: http://svnweb.freebsd.org/changeset/ports/326143 Log: - Followup to r325807, with USE_PACKAGE_DEPENDS_ONLY, still allow ports framework to use the port for *_DEPENDS= ${NONEXISTENT}:PORT:target dependencies An example port is irc/gseen.mod, it depends on another port being extracted, not an installed pkg. PR: ports/180725 Reported by: antoine With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 3 12:50:18 2013 (r326142) +++ head/Mk/bsd.port.mk Tue Sep 3 12:50:47 2013 (r326143) @@ -4923,7 +4923,7 @@ _INSTALL_DEPENDS= \ else \ ${PKG_ADD} $${subpkgfile}; \ fi; \ - elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" ]; then \ + elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \ ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - will not build from source"; \ exit 1; \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:55:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 316B641F; Tue, 3 Sep 2013 12:55:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0EE2492; Tue, 3 Sep 2013 12:55:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Ct7uU017433; Tue, 3 Sep 2013 12:55:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Ct7M6017432; Tue, 3 Sep 2013 12:55:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031255.r83Ct7M6017432@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326144 - head/games/gdado 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.14 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: Tue, 03 Sep 2013 12:55:08 -0000 Author: bapt Date: Tue Sep 3 12:55:07 2013 New Revision: 326144 URL: http://svnweb.freebsd.org/changeset/ports/326144 Log: Fix typo Modified: head/games/gdado/Makefile Modified: head/games/gdado/Makefile ============================================================================== --- head/games/gdado/Makefile Tue Sep 3 12:50:47 2013 (r326143) +++ head/games/gdado/Makefile Tue Sep 3 12:55:07 2013 (r326144) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 dice roller GNU_CONFIGURE= yes -USE= gmake pkgconfig +USES= gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui post-patch: From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 12:56:24 2013 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 ESMTP id B6A3654E; Tue, 3 Sep 2013 12:56:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A456F24BC; Tue, 3 Sep 2013 12:56:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CuO0w017843; Tue, 3 Sep 2013 12:56:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CuOsR017842; Tue, 3 Sep 2013 12:56:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031256.r83CuOsR017842@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 12:56:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326145 - head/x11-fm/py-nautilus 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.14 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: Tue, 03 Sep 2013 12:56:24 -0000 Author: bapt Date: Tue Sep 3 12:56:24 2013 New Revision: 326145 URL: http://svnweb.freebsd.org/changeset/ports/326145 Log: Add an explicit dependency on pkgconf Modified: head/x11-fm/py-nautilus/Makefile Modified: head/x11-fm/py-nautilus/Makefile ============================================================================== --- head/x11-fm/py-nautilus/Makefile Tue Sep 3 12:55:07 2013 (r326144) +++ head/x11-fm/py-nautilus/Makefile Tue Sep 3 12:56:24 2013 (r326145) @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-nautilus -# Date created: 31 May, 2005 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.11 2009/04/07 17:54:12 marcus Exp $ -# PORTNAME= nautilus PORTVERSION= 0.7.2 @@ -21,10 +17,10 @@ COMMENT= Python nautilus bindings LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack pygnome2 nautilus2 CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VER}" From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:01:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67B348C7; Tue, 3 Sep 2013 13:01:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55B26264A; Tue, 3 Sep 2013 13:01:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83D1vwl022246; Tue, 3 Sep 2013 13:01:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83D1vxi022245; Tue, 3 Sep 2013 13:01:57 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031301.r83D1vxi022245@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 13:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326146 - head/multimedia/swfdec-gnome 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.14 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: Tue, 03 Sep 2013 13:01:57 -0000 Author: bapt Date: Tue Sep 3 13:01:56 2013 New Revision: 326146 URL: http://svnweb.freebsd.org/changeset/ports/326146 Log: Add an explicit dependency on pkgconf Modified: head/multimedia/swfdec-gnome/Makefile Modified: head/multimedia/swfdec-gnome/Makefile ============================================================================== --- head/multimedia/swfdec-gnome/Makefile Tue Sep 3 12:56:24 2013 (r326145) +++ head/multimedia/swfdec-gnome/Makefile Tue Sep 3 13:01:56 2013 (r326146) @@ -1,10 +1,6 @@ -# Ports collection makefile for: swfdec-gnome -# Date created: 2008 01 10 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.29 2010/09/29 14:04:43 kwm Exp $ -# PORTNAME= swfdec-gnome PORTVERSION= 2.30.1 @@ -21,8 +17,7 @@ LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/grap USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 USE_BZIP2= yes INSTALLS_ICONS= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:05:03 2013 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 ESMTP id 2ABEBB29; Tue, 3 Sep 2013 13:05:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F224D26CB; Tue, 3 Sep 2013 13:05:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83D52ME023863; Tue, 3 Sep 2013 13:05:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83D52Et023838; Tue, 3 Sep 2013 13:05:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031305.r83D52Et023838@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 13:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326147 - in head: accessibility/mousetweaks deskutils/gnome-utils net/gnome-netstatus 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.14 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: Tue, 03 Sep 2013 13:05:03 -0000 Author: bapt Date: Tue Sep 3 13:05:02 2013 New Revision: 326147 URL: http://svnweb.freebsd.org/changeset/ports/326147 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/mousetweaks/Makefile head/deskutils/gnome-utils/Makefile head/net/gnome-netstatus/Makefile Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/accessibility/mousetweaks/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -15,7 +15,7 @@ COMMENT= Mouse accessibility enhancement USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gnome-utils/Makefile ============================================================================== --- head/deskutils/gnome-utils/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/deskutils/gnome-utils/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/gnome-utils/Makefile,v 1.159 2012/09/01 23:02:09 mezz Exp $ -# PORTNAME= gnome-utils PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ CONFLICTS= baobob-3.[0-9]* gnome-diction gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack Modified: head/net/gnome-netstatus/Makefile ============================================================================== --- head/net/gnome-netstatus/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/net/gnome-netstatus/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/net/gnome-netstatus/Makefile,v 1.58 2010/09/29 12:35:14 kwm Exp $ -# PORTNAME= gnome-netstatus PORTVERSION= 2.28.2 @@ -21,8 +17,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ gnomedocutils -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:06:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0371C54; Tue, 3 Sep 2013 13:06:17 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F45926F8; Tue, 3 Sep 2013 13:06:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83D6HUG024598; Tue, 3 Sep 2013 13:06:17 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83D6DSK024561; Tue, 3 Sep 2013 13:06:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031306.r83D6DSK024561@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 13:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326148 - in head/www: fswiki jdresolve p5-CGI-EncryptForm p5-Catalyst-Engine-PSGI p5-Catalyst-Model-Memcached p5-Catalyst-Plugin-Session-Store-Memcached-Fast p5-GunghoX-FollowLinks p5-... 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.14 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: Tue, 03 Sep 2013 13:06:17 -0000 Author: az Date: Tue Sep 3 13:06:13 2013 New Revision: 326148 URL: http://svnweb.freebsd.org/changeset/ports/326148 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/fswiki/Makefile (contents, props changed) head/www/jdresolve/Makefile (contents, props changed) head/www/p5-CGI-EncryptForm/Makefile (contents, props changed) head/www/p5-Catalyst-Engine-PSGI/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Memcached/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile (contents, props changed) head/www/p5-GunghoX-FollowLinks/Makefile (contents, props changed) head/www/p5-HTML-Adsense/Makefile (contents, props changed) head/www/p5-HTML-Query/Makefile head/www/p5-HTML-Template-Associate/Makefile (contents, props changed) head/www/p5-HTML-Template-Pluggable/Makefile (contents, props changed) head/www/p5-Plack-Middleware-JSConcat/Makefile (contents, props changed) head/www/p5-Router-Simple-Sinatraish/Makefile (contents, props changed) head/www/p5-Template-Plugin-Monta/Makefile (contents, props changed) head/www/p5-W3C-LinkChecker/Makefile (contents, props changed) head/www/p5-WWW-OpenSVN/Makefile (contents, props changed) head/www/p5-WWW-Shorten-NotLong/Makefile (contents, props changed) head/www/p5-WWW-iTunesConnect/Makefile head/www/webstats/Makefile Modified: head/www/fswiki/Makefile ============================================================================== --- head/www/fswiki/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/fswiki/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -15,7 +15,7 @@ RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template USE_ZIP= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes post-extract: Modified: head/www/jdresolve/Makefile ============================================================================== --- head/www/jdresolve/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/jdresolve/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -19,7 +19,7 @@ COMMENT= A IP addresse to hostname progr BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MANCOMPRESSED= no Modified: head/www/p5-CGI-EncryptForm/Makefile ============================================================================== --- head/www/p5-CGI-EncryptForm/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-CGI-EncryptForm/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Crypt-HCE_SHA>=0:${POR p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::EncryptForm.3 Modified: head/www/p5-Catalyst-Engine-PSGI/Makefile ============================================================================== --- head/www/p5-Catalyst-Engine-PSGI/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Catalyst-Engine-PSGI/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::Metal.3 \ Catalyst::Engine::PSGI.3 \ Modified: head/www/p5-Catalyst-Model-Memcached/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Memcached/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Catalyst-Model-Memcached/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Cache-Memcached-Fast>=0. p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Model::Memcached.3 Modified: head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Fast>= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Catalyst::Plugin::Session::Store::Memcached::Fast.3 Modified: head/www/p5-GunghoX-FollowLinks/Makefile ============================================================================== --- head/www/p5-GunghoX-FollowLinks/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-GunghoX-FollowLinks/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -25,7 +25,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Class-Null>0:${PORTSDIR}/devel/p5-Class-Null -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GunghoX::FollowLinks.3 \ GunghoX::FollowLinks::Filter.3 \ Modified: head/www/p5-HTML-Adsense/Makefile ============================================================================== --- head/www/p5-HTML-Adsense/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-HTML-Adsense/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -17,7 +17,8 @@ COMMENT= Create adsense widgets easily RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Adsense.3 Modified: head/www/p5-HTML-Query/Makefile ============================================================================== --- head/www/p5-HTML-Query/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-HTML-Query/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -17,7 +17,8 @@ COMMENT= JQuery-like selection queries f RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \ p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Query.3 PLIST_FILES= %%SITE_PERL%%/HTML/Query.pm \ Modified: head/www/p5-HTML-Template-Associate/Makefile ============================================================================== --- head/www/p5-HTML-Template-Associate/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-HTML-Template-Associate/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-HTML-Template>=0:${PORTS p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template::Associate.3 \ HTML::Template::Associate::DBI.3 \ Modified: head/www/p5-HTML-Template-Pluggable/Makefile ============================================================================== --- head/www/p5-HTML-Template-Pluggable/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-HTML-Template-Pluggable/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-HTML-Template>=2.7:${P p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template::Pluggable.3 \ HTML::Template::Plugin::Dot.3 Modified: head/www/p5-Plack-Middleware-JSConcat/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-JSConcat/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Plack-Middleware-JSConcat/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::JSConcat.3 Modified: head/www/p5-Router-Simple-Sinatraish/Makefile ============================================================================== --- head/www/p5-Router-Simple-Sinatraish/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Router-Simple-Sinatraish/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Router-Simple>=0.09:${PORTSDIR}/www/p5-Router-Simple BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Router::Simple::Sinatraish.3 Modified: head/www/p5-Template-Plugin-Monta/Makefile ============================================================================== --- head/www/p5-Template-Plugin-Monta/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-Template-Plugin-Monta/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=0:${ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Acme-Monta>=0:${PORTSDIR}/www/p5-Acme-Monta -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::Monta.3 Modified: head/www/p5-W3C-LinkChecker/Makefile ============================================================================== --- head/www/p5-W3C-LinkChecker/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-W3C-LinkChecker/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -28,6 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= checklink.1 MANCOMPRESSED= no -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-WWW-OpenSVN/Makefile ============================================================================== --- head/www/p5-WWW-OpenSVN/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-WWW-OpenSVN/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -17,7 +17,8 @@ COMMENT= An automated interface for Open BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= WWW::OpenSVN.3 Modified: head/www/p5-WWW-Shorten-NotLong/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-NotLong/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-WWW-Shorten-NotLong/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= WWW::Shorten::NotLong.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-WWW-iTunesConnect/Makefile ============================================================================== --- head/www/p5-WWW-iTunesConnect/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/p5-WWW-iTunesConnect/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDI p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::iTunesConnect.3 Modified: head/www/webstats/Makefile ============================================================================== --- head/www/webstats/Makefile Tue Sep 3 13:05:02 2013 (r326147) +++ head/www/webstats/Makefile Tue Sep 3 13:06:13 2013 (r326148) @@ -16,7 +16,7 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/anal ${LOCALBASE}/reportmagic/rmagic.pl:${PORTSDIR}/www/reportmagic NO_BUILD= yes -USE_PERL5= yes +USES= perl5 post-patch: @${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:07:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F754D65; Tue, 3 Sep 2013 13:07:04 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D1E42717; Tue, 3 Sep 2013 13:07:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83D73Yu024928; Tue, 3 Sep 2013 13:07:03 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83D73rW024927; Tue, 3 Sep 2013 13:07:03 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201309031307.r83D73rW024927@svn.freebsd.org> From: Steven Kreuzer Date: Tue, 3 Sep 2013 13:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326149 - head/shells/pdksh 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.14 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: Tue, 03 Sep 2013 13:07:04 -0000 Author: skreuzer Date: Tue Sep 3 13:07:03 2013 New Revision: 326149 URL: http://svnweb.freebsd.org/changeset/ports/326149 Log: Update MAINTAINER to rodrigo@bebik.net Modified: head/shells/pdksh/Makefile Modified: head/shells/pdksh/Makefile ============================================================================== --- head/shells/pdksh/Makefile Tue Sep 3 13:06:13 2013 (r326148) +++ head/shells/pdksh/Makefile Tue Sep 3 13:07:03 2013 (r326149) @@ -14,7 +14,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 PATCH_DIST_STRIP= -p2 -MAINTAINER= skreuzer@FreeBSD.org +MAINTAINER= rodrigo@bebik.net COMMENT= The Public Domain Korn Shell LICENSE= BSD From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:17:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D63F1350; Tue, 3 Sep 2013 13:17:40 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C24D328F0; Tue, 3 Sep 2013 13:17:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83DHeg3031784; Tue, 3 Sep 2013 13:17:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83DHaZL031759; Tue, 3 Sep 2013 13:17:36 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031317.r83DHaZL031759@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 13:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326150 - in head/www: p5-CGI-Session-ExpireSessions p5-Catalyst-Authentication-Credential-HTTP p5-Catalyst-Plugin-AtomServer p5-HTML-ExtractContent p5-HTML-Field p5-HTML-StickyQuery-Do... 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.14 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: Tue, 03 Sep 2013 13:17:41 -0000 Author: az Date: Tue Sep 3 13:17:36 2013 New Revision: 326150 URL: http://svnweb.freebsd.org/changeset/ports/326150 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-Session-ExpireSessions/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile head/www/p5-Catalyst-Plugin-AtomServer/Makefile (contents, props changed) head/www/p5-HTML-ExtractContent/Makefile (contents, props changed) head/www/p5-HTML-Field/Makefile (contents, props changed) head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile (contents, props changed) head/www/p5-Net-FireEagle/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AMF/Makefile (contents, props changed) head/www/p5-Plack-Server-ReverseHTTP/Makefile (contents, props changed) head/www/p5-Protocol-WebSocket/Makefile (contents, props changed) head/www/p5-WWW-Contact/Makefile head/www/p5-WWW-HatenaStar/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Bitly/Makefile (contents, props changed) head/www/p5-WWW-Shorten-KUSO/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Yourls/Makefile (contents, props changed) head/www/p5-Web-Scraper-Config/Makefile (contents, props changed) head/www/p5-WebService-Google-Reader/Makefile (contents, props changed) head/www/p5-jQuery-File-Upload/Makefile (contents, props changed) Modified: head/www/p5-CGI-Session-ExpireSessions/Makefile ============================================================================== --- head/www/p5-CGI-Session-ExpireSessions/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-CGI-Session-ExpireSessions/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,6 +23,7 @@ TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR} MAN3= CGI::Session::ExpireSessions.3 MANCOMPRESSED= no -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Authentication::Credential::HTTP.3 Modified: head/www/p5-Catalyst-Plugin-AtomServer/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-AtomServer/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Catalyst-Plugin-AtomServer/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PO p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::AtomServer.3 \ Catalyst::Plugin::Authentication::Credential::Atom.3 \ Modified: head/www/p5-HTML-ExtractContent/Makefile ============================================================================== --- head/www/p5-HTML-ExtractContent/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-ExtractContent/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractContent.3 Modified: head/www/p5-HTML-Field/Makefile ============================================================================== --- head/www/p5-HTML-Field/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-Field/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -17,6 +17,7 @@ COMMENT= A perl module to generate HTML MAN3= HTML::Field.3 \ HTML::FieldForm.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile ============================================================================== --- head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-HTML-StickyQuery>0:${PORTSDIR}/www/p5-HTML-StickyQuery BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::StickyQuery::DoCoMoGUID.3 Modified: head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile ============================================================================== --- head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::MobileAgent::Plugin::Locator.3 Modified: head/www/p5-Net-FireEagle/Makefile ============================================================================== --- head/www/p5-Net-FireEagle/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Net-FireEagle/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Net-OAuth-Simple>=1.0:${ p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= fireeagle.1 MAN3= Net::FireEagle.3 Modified: head/www/p5-Plack-Middleware-AMF/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-AMF/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Plack-Middleware-AMF/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::AMF.3 Modified: head/www/p5-Plack-Server-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-Plack-Server-ReverseHTTP/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Plack-Server-ReverseHTTP/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Server::ReverseHTTP.3 Modified: head/www/p5-Protocol-WebSocket/Makefile ============================================================================== --- head/www/p5-Protocol-WebSocket/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Protocol-WebSocket/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ COMMENT= Client/server WebSocket message BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Protocol::WebSocket.3 \ Protocol::WebSocket::Cookie.3 \ Modified: head/www/p5-WWW-Contact/Makefile ============================================================================== --- head/www/p5-WWW-Contact/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Contact/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Contact.3 \ WWW::Contact::AOL.3 \ Modified: head/www/p5-WWW-HatenaStar/Makefile ============================================================================== --- head/www/p5-WWW-HatenaStar/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-HatenaStar/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -24,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= WWW::HatenaStar.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-WWW-Shorten-Bitly/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Bitly/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-Bitly/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTS p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= bitly_url.1 MAN3= WWW::Shorten::Bitly.3 Modified: head/www/p5-WWW-Shorten-KUSO/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-KUSO/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-KUSO/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -17,7 +17,8 @@ COMMENT= Shorten URL using http://KUSO.C BUILD_DEPENDS= p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::KUSO.3 Modified: head/www/p5-WWW-Shorten-Yourls/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Yourls/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-Yourls/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTS p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::Yourls.3 Modified: head/www/p5-Web-Scraper-Config/Makefile ============================================================================== --- head/www/p5-Web-Scraper-Config/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Web-Scraper-Config/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Config-Any>=0:${PORTSDIR p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Web::Scraper::Config.3 Modified: head/www/p5-WebService-Google-Reader/Makefile ============================================================================== --- head/www/p5-WebService-Google-Reader/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WebService-Google-Reader/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-JSON-XS>=2:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Google::Reader.3 \ WebService::Google::Reader::Constants.3 \ Modified: head/www/p5-jQuery-File-Upload/Makefile ============================================================================== --- head/www/p5-jQuery-File-Upload/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-jQuery-File-Upload/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= jQuery::File::Upload.3 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 14:09:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 525DE428; Tue, 3 Sep 2013 14:09:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE612F20; Tue, 3 Sep 2013 14:09:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83E91rS062012; Tue, 3 Sep 2013 14:09:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83E8u3R061930; Tue, 3 Sep 2013 14:08:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031408.r83E8u3R061930@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 14:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326151 - in head: accessibility/orca audio/sound-juicer deskutils/alacarte deskutils/deskbar-applet deskutils/hamster-applet deskutils/nautilus-sendto devel/guikachu games/gnome-games ... 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.14 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: Tue, 03 Sep 2013 14:09:01 -0000 Author: bapt Date: Tue Sep 3 14:08:55 2013 New Revision: 326151 URL: http://svnweb.freebsd.org/changeset/ports/326151 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/orca/Makefile head/audio/sound-juicer/Makefile head/deskutils/alacarte/Makefile head/deskutils/deskbar-applet/Makefile head/deskutils/hamster-applet/Makefile head/deskutils/nautilus-sendto/Makefile head/devel/guikachu/Makefile head/games/gnome-games/Makefile head/games/gweled/Makefile head/mail/evolution-exchange/Makefile head/misc/gnome-osd/Makefile head/multimedia/cheese/Makefile head/multimedia/totem/Makefile head/net-im/empathy/Makefile head/print/gnome-cups-manager/Makefile head/security/seahorse-plugins/Makefile head/sysutils/gnome-control-center/Makefile head/www/evolution-webcal/Makefile head/x11-toolkits/py-gnome-desktop/Makefile head/x11/gdm/Makefile head/x11/gnome-applets/Makefile head/x11/gnome-session/Makefile head/x11/guake/Makefile Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/accessibility/orca/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_ LATEST_LINK= gnome-orca USE_BZIP2= yes -USES= gmake gettext +USES= gmake gettext pkgconfig USE_PYTHON= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ pygnomedesktop Modified: head/audio/sound-juicer/Makefile ============================================================================== --- head/audio/sound-juicer/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/audio/sound-juicer/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -21,7 +21,7 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/ brasero-media.3:${PORTSDIR}/sysutils/brasero USE_BZIP2= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig INSTALLS_OMF= yes USE_GNOME= intlhack gnomeprefix gconf2 libglade2 gnomedocutils USE_GSTREAMER= cdparanoia vorbis flac gconf good gio Modified: head/deskutils/alacarte/Makefile ============================================================================== --- head/deskutils/alacarte/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/deskutils/alacarte/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: menueditor -# Date created: 22 March 2005 -# Whom: FreeBSD GNOME Team -# +# Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/deskutils/alacarte/Makefile,v 1.25 2010/03/29 13:19:00 avl Exp $ -# PORTNAME= alacarte PORTVERSION= 0.13.2 @@ -18,8 +14,7 @@ COMMENT= An editor for the freedesktop.o USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/deskutils/deskbar-applet/Makefile ============================================================================== --- head/deskutils/deskbar-applet/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/deskutils/deskbar-applet/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix pygnomedesktop intlhack USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/deskutils/hamster-applet/Makefile ============================================================================== --- head/deskutils/hamster-applet/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/deskutils/hamster-applet/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: hamster-applet -# Date created: 06 August 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/hamster-applet/Makefile,v 1.42 2010/06/06 11:27:47 kwm Exp $ -# PORTNAME= hamster-applet PORTVERSION= 2.32.1 @@ -22,8 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_PYTHON= yes USE_XORG= xscrnsaver USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \ Modified: head/deskutils/nautilus-sendto/Makefile ============================================================================== --- head/deskutils/nautilus-sendto/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/deskutils/nautilus-sendto/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -15,8 +15,7 @@ MAN1= nautilus-sendto.1 GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomeprefix nautilus2 gnomehack evolutiondataserver CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/guikachu/Makefile ============================================================================== --- head/devel/guikachu/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/devel/guikachu/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,9 +1,5 @@ -# New ports collection makefile for: guikachu -# Date created: 7 Nov 2004 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= guikachu PORTVERSION= 1.5.10 @@ -18,7 +14,7 @@ COMMENT= Resource editor for PalmOS(tm) LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/gnome-games/Makefile ============================================================================== --- head/games/gnome-games/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/games/gnome-games/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -24,9 +24,8 @@ USE_BZIP2= yes USE_PYTHON= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GL= gl -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack librsvg2 desktopfileutils \ pygnomedesktop gnomedocutils USE_GSTREAMER= vorbis ogg Modified: head/games/gweled/Makefile ============================================================================== --- head/games/gweled/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/games/gweled/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -12,7 +12,7 @@ COMMENT= GNOME version of the game calle LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod -USE= gmake pkgconfig +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes Modified: head/mail/evolution-exchange/Makefile ============================================================================== --- head/mail/evolution-exchange/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/mail/evolution-exchange/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# +# Created by: Adam Weinberger, based off kiesel's ximian-exchange port # $FreeBSD$ # $MCom: ports/mail/evolution-exchange/Makefile,v 1.172 2012/09/20 23:06:27 kwm Exp $ -# PORTNAME= evolution-exchange PORTVERSION= 2.32.1 @@ -23,9 +19,8 @@ RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/ CONFLICTS= evolution-exchange-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack Modified: head/misc/gnome-osd/Makefile ============================================================================== --- head/misc/gnome-osd/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/misc/gnome-osd/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -11,10 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display infrastructure using Pango text rendering -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack pygnome2 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes GCONF_SCHEMAS= gnome-osd.schemas Modified: head/multimedia/cheese/Makefile ============================================================================== --- head/multimedia/cheese/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/multimedia/cheese/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team -# +# Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/multimedia/cheese/Makefile,v 1.63 2010/09/28 08:21:02 kwm Exp $ -# PORTNAME= cheese PORTVERSION= 2.32.0 @@ -22,10 +18,9 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/ USE_XORG= xxf86vm USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USES= gettext +USES= gettext gmake pkgconfig USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/multimedia/totem/Makefile ============================================================================== --- head/multimedia/totem/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/multimedia/totem/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -24,7 +24,7 @@ CONFLICTS= totem-3.[0-9]* USE_PYTHON= yes USE_BZIP2= yes -USES= pathfix gettext desktop-file-utils +USES= pathfix gettext desktop-file-utils pkgconfig USE_GNOME= gnomeprefix intlhack nautilus2 \ ltverhack pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio Modified: head/net-im/empathy/Makefile ============================================================================== --- head/net-im/empathy/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/net-im/empathy/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -30,9 +30,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon CONFLICTS= empathy-3.[0-9]* -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack USE_GSTREAMER= yes Modified: head/print/gnome-cups-manager/Makefile ============================================================================== --- head/print/gnome-cups-manager/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/print/gnome-cups-manager/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-cups-manager -# Date created: 14 Jul 2003 -# Whom: Glenn Johnson -# +# Created by: Glenn Johnson # $FreeBSD$ # $MCom: ports/print/gnome-cups-manager/Makefile,v 1.8 2007/07/20 01:11:31 mezz Exp $ -# PORTNAME= gnome-cups-manager PORTVERSION= 0.31 @@ -22,10 +18,9 @@ RUN_DEPENDS= gnomesu:${PORTSDIR}/securit USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/security/seahorse-plugins/Makefile ============================================================================== --- head/security/seahorse-plugins/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/security/seahorse-plugins/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -16,8 +16,7 @@ LIB_DEPENDS= cryptui:${PORTSDIR}/securit gcrypt:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/sysutils/gnome-control-center/Makefile ============================================================================== --- head/sysutils/gnome-control-center/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/sysutils/gnome-control-center/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomecontrolcenter2 -# Date created: 04 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.214 2010/11/18 11:46:09 kwm Exp $ -# PORTNAME= gnome-control-center PORTVERSION= 2.32.1 @@ -25,8 +21,7 @@ RUN_DEPENDS= gnome-eject:${PORTSDIR}/sys ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNOME_DESKTOP_VERSION=2 USE_GSTREAMER= good WANT_GNOME= yes Modified: head/www/evolution-webcal/Makefile ============================================================================== --- head/www/evolution-webcal/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/www/evolution-webcal/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Webcal(endar) handler for gnome USE_BZIP2= yes -USES= gettext gmake pathfix perl5 +USES= gettext gmake pathfix perl5 pkgconfig USE_PERL5= build USE_GNOME= gnomeprefix intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes Modified: head/x11-toolkits/py-gnome-desktop/Makefile ============================================================================== --- head/x11-toolkits/py-gnome-desktop/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/x11-toolkits/py-gnome-desktop/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -26,7 +26,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/deve RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \ gtksourceview libwnck nautilus2 pygnome2 metacity \ Modified: head/x11/gdm/Makefile ============================================================================== --- head/x11/gdm/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/x11/gdm/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -36,8 +36,7 @@ USE_XORG= dmx dmxproto INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomehier gconf2 librsvg2 \ gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas Modified: head/x11/gnome-applets/Makefile ============================================================================== --- head/x11/gnome-applets/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/x11/gnome-applets/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -23,11 +23,10 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomepanel gnomedocutils libgnomekbd WANT_GNOME= yes USE_GSTREAMER= yes Modified: head/x11/gnome-session/Makefile ============================================================================== --- head/x11/gnome-session/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/x11/gnome-session/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomesession -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-session/Makefile,v 1.187 2010/11/17 12:00:11 kwm Exp $ -# PORTNAME= gnome-session PORTVERSION= 2.32.1 @@ -29,12 +25,11 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gnome- ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo INSTALLS_ICONS= yes -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_XORG= ice sm xau xrandr USE_GNOME= gnomeprefix gnomehack intlhack gconf2 GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/guake/Makefile ============================================================================== --- head/x11/guake/Makefile Tue Sep 3 13:17:36 2013 (r326150) +++ head/x11/guake/Makefile Tue Sep 3 14:08:55 2013 (r326151) @@ -27,6 +27,8 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= MANPAGES NLS OPTIONS_DEFAULT= MANPAGES NLS + +USES= pkgconfig .include .if ${PORT_OPTIONS:MMANPAGES} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 14:16:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29882746; Tue, 3 Sep 2013 14:16:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15A9A2FB4; Tue, 3 Sep 2013 14:16:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83EGKEB067121; Tue, 3 Sep 2013 14:16:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83EGKPC067118; Tue, 3 Sep 2013 14:16:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031416.r83EGKPC067118@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 14:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326152 - head/net/vino 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.14 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: Tue, 03 Sep 2013 14:16:21 -0000 Author: bapt Date: Tue Sep 3 14:16:20 2013 New Revision: 326152 URL: http://svnweb.freebsd.org/changeset/ports/326152 Log: Add an explicit dependency on pkgconf Modified: head/net/vino/Makefile Modified: head/net/vino/Makefile ============================================================================== --- head/net/vino/Makefile Tue Sep 3 14:08:55 2013 (r326151) +++ head/net/vino/Makefile Tue Sep 3 14:16:20 2013 (r326152) @@ -1,10 +1,6 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ # $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $ -# PORTNAME= vino PORTVERSION= 2.32.2 @@ -21,10 +17,9 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_XORG= xtst -USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 14:21:10 2013 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 ESMTP id EE7C3DC9; Tue, 3 Sep 2013 14:21:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB04520DE; Tue, 3 Sep 2013 14:21:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83EL9O3071134; Tue, 3 Sep 2013 14:21:09 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83EL9WA071131; Tue, 3 Sep 2013 14:21:09 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309031421.r83EL9WA071131@svn.freebsd.org> From: Mark Felder Date: Tue, 3 Sep 2013 14:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326153 - head/dns/rbldnsd 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.14 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: Tue, 03 Sep 2013 14:21:10 -0000 Author: feld Date: Tue Sep 3 14:21:09 2013 New Revision: 326153 URL: http://svnweb.freebsd.org/changeset/ports/326153 Log: Further cleanup Approved by: crees (mentor) Modified: head/dns/rbldnsd/Makefile head/dns/rbldnsd/pkg-plist Modified: head/dns/rbldnsd/Makefile ============================================================================== --- head/dns/rbldnsd/Makefile Tue Sep 3 14:16:20 2013 (r326152) +++ head/dns/rbldnsd/Makefile Tue Sep 3 14:21:09 2013 (r326153) @@ -12,39 +12,38 @@ COMMENT= Small and fast DNS daemon espec RBLDNSUSER= rbldns RBLDNSGROUP= ${RBLDNSUSER} -ROOTDIR= ${PREFIX}/etc/rbldnsd/ +ROOTDIR= ${PREFIX}/etc/rbldnsd -MAN8= rbldnsd.8 +MAN8= rbldnsd.8 HAS_CONFIGURE= yes USE_RC_SUBR= rbldnsd -USERS= rbldns -GROUPS= ${USERS} +USERS= rbldns +GROUPS= ${USERS} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -.include +.include do-install: - @if [ ! -d ${ROOTDIR} ]; then \ - ${MKDIR} ${ROOTDIR}; \ - ${CHMOD} 710 ${ROOTDIR}; \ - ${CHOWN} ${RBLDNSUSER}:${RBLDNSGROUP} ${ROOTDIR}; \ - fi - @${INSTALL_DATA} -o ${RBLDNSUSER} -g ${RBLDNSGROUP} -m 640 \ - ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/ - @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/ - @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/ + if [ ! -d ${ROOTDIR} ]; then \ + ${INSTALL} -d -o ${RBLDNSUSER} -g ${RBLDNSGROUP} \ + -m 710 ${ROOTDIR}; \ + fi + ${INSTALL_DATA} -o ${RBLDNSUSER} -g ${RBLDNSGROUP} -m 640 \ + ${FILESDIR}/example ${ROOTDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/debian/copyright ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} + ${INSTALL} -d ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/debian/copyright ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} .endif -.include +.include Modified: head/dns/rbldnsd/pkg-plist ============================================================================== --- head/dns/rbldnsd/pkg-plist Tue Sep 3 14:16:20 2013 (r326152) +++ head/dns/rbldnsd/pkg-plist Tue Sep 3 14:21:09 2013 (r326153) @@ -9,4 +9,4 @@ etc/rbldnsd/example %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.init %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.spec %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry etc/rbldnsd/ +@dirrmtry etc/rbldnsd From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 14:32:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCDC13D5; Tue, 3 Sep 2013 14:32:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9C3F21B3; Tue, 3 Sep 2013 14:32:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83EWDMN077549; Tue, 3 Sep 2013 14:32:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83EWDTO077546; Tue, 3 Sep 2013 14:32:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031432.r83EWDTO077546@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 14:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326154 - head/japanese/mecab 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.14 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: Tue, 03 Sep 2013 14:32:13 -0000 Author: bapt Date: Tue Sep 3 14:32:13 2013 New Revision: 326154 URL: http://svnweb.freebsd.org/changeset/ports/326154 Log: Fix building without libstdc++ Modified: head/japanese/mecab/Makefile Modified: head/japanese/mecab/Makefile ============================================================================== --- head/japanese/mecab/Makefile Tue Sep 3 14:21:09 2013 (r326153) +++ head/japanese/mecab/Makefile Tue Sep 3 14:32:13 2013 (r326154) @@ -17,6 +17,7 @@ USES= iconv gettext:build perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +CONFIGURE_ENV+= ac_cv_lib_stdcpp_main=no CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 14:49:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F14A89; Tue, 3 Sep 2013 14:49:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B33C422D3; Tue, 3 Sep 2013 14:49:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83EnmSO087366; Tue, 3 Sep 2013 14:49:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Enmjw087363; Tue, 3 Sep 2013 14:49:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031449.r83Enmjw087363@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 14:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326155 - head/deskutils/egroupware 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.14 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: Tue, 03 Sep 2013 14:49:48 -0000 Author: sunpoet Date: Tue Sep 3 14:49:48 2013 New Revision: 326155 URL: http://svnweb.freebsd.org/changeset/ports/326155 Log: - Update to 1.8.004.20130831 Changes: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup PR: ports/181769 Submitted by: Danilo Egea Gondolfo (maintainer) Modified: head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Tue Sep 3 14:32:13 2013 (r326154) +++ head/deskutils/egroupware/Makefile Tue Sep 3 14:49:48 2013 (r326155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.004.20130819 +PORTVERSION= 1.8.004.20130831 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Tue Sep 3 14:32:13 2013 (r326154) +++ head/deskutils/egroupware/distinfo Tue Sep 3 14:49:48 2013 (r326155) @@ -1,4 +1,4 @@ -SHA256 (eGroupware-1.8.004.20130819.tar.bz2) = eca16b615766a168d745b0fe4d7f37f6dcf6fb0cc9948f74770a763861d60a98 -SIZE (eGroupware-1.8.004.20130819.tar.bz2) = 10774716 -SHA256 (eGroupware-egw-pear-1.8.004.20130819.tar.bz2) = bc852153546dcd57ae5a7443bba46e700055e1caf1b5a84fe9d01b3139ea3d8d -SIZE (eGroupware-egw-pear-1.8.004.20130819.tar.bz2) = 76131 +SHA256 (eGroupware-1.8.004.20130831.tar.bz2) = d1b4cbd32647cdfcc5ba74d8a532ae660b25954b8ef5bb75b7bf3d5599a59a0f +SIZE (eGroupware-1.8.004.20130831.tar.bz2) = 10784621 +SHA256 (eGroupware-egw-pear-1.8.004.20130831.tar.bz2) = 0dc9988459190a5ee544d0432dbbfb8bca5b033f249ccb3c8a7721488ac444fd +SIZE (eGroupware-egw-pear-1.8.004.20130831.tar.bz2) = 76045 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:07:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1D32199; Tue, 3 Sep 2013 15:07:56 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB5723EF; Tue, 3 Sep 2013 15:07:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83F7uCY099450; Tue, 3 Sep 2013 15:07:56 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83F7qxZ099385; Tue, 3 Sep 2013 15:07:52 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031507.r83F7qxZ099385@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 15:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326156 - in head/www: p5-AnyEvent-HTTP p5-AnyEvent-SCGI p5-Apache-LogFormat-Compiler p5-Ark p5-CGI-Application-Plugin-DBH p5-CGI-PSGI p5-Catalyst-View-XML-Simple p5-HTML-Template p5-HT... 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.14 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: Tue, 03 Sep 2013 15:07:56 -0000 Author: az Date: Tue Sep 3 15:07:52 2013 New Revision: 326156 URL: http://svnweb.freebsd.org/changeset/ports/326156 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-HTTP/Makefile (contents, props changed) head/www/p5-AnyEvent-SCGI/Makefile (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/Makefile (contents, props changed) head/www/p5-Ark/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DBH/Makefile head/www/p5-CGI-PSGI/Makefile (contents, props changed) head/www/p5-Catalyst-View-XML-Simple/Makefile (contents, props changed) head/www/p5-HTML-Template/Makefile (contents, props changed) head/www/p5-HTTP-Headers-Fast/Makefile (contents, props changed) head/www/p5-I18N-AcceptLanguage/Makefile (contents, props changed) head/www/p5-Net-Flickr-API/Makefile (contents, props changed) head/www/p5-Plack-Handler-CLI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Precompressed/Makefile (contents, props changed) head/www/p5-WWW-Google-News/Makefile (contents, props changed) head/www/p5-WWW-Google-PageRank/Makefile (contents, props changed) head/www/p5-WWW-Google-Video/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-TreeBuilder/Makefile (contents, props changed) head/www/p5-WebDAO/Makefile head/www/pwebstats/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-HTTP/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTP/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-AnyEvent-HTTP/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.33:${PORTS p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTP.3 Modified: head/www/p5-AnyEvent-SCGI/Makefile ============================================================================== --- head/www/p5-AnyEvent-SCGI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-AnyEvent-SCGI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::SCGI.3 Modified: head/www/p5-Apache-LogFormat-Compiler/Makefile ============================================================================== --- head/www/p5-Apache-LogFormat-Compiler/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Apache-LogFormat-Compiler/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -13,7 +13,8 @@ TEST_DEPENDS= \ p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Apache::LogFormat::Compiler.3 Modified: head/www/p5-Ark/Makefile ============================================================================== --- head/www/p5-Ark/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Ark/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -38,7 +38,8 @@ RUN_DEPENDS= \ p5-Text-SimpleTable>=0.05:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-URI>0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Ark::Command.3 \ Ark::Command::Controller.3 \ Modified: head/www/p5-CGI-Application-Plugin-DBH/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-DBH/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-CGI-Application-Plugin-DBH/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::DBH.3 Modified: head/www/p5-CGI-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-PSGI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-CGI-PSGI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to enable CGI.pm applications to adapt PSGI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::PSGI.3 Modified: head/www/p5-Catalyst-View-XML-Simple/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -26,7 +26,8 @@ BUILD_DEPENDS= \ p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::XML::Simple.3 Modified: head/www/p5-HTML-Template/Makefile ============================================================================== --- head/www/p5-HTML-Template/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-HTML-Template/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to use HTML Templates from CGI scripts -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template.3 \ HTML::Template::FAQ.3 Modified: head/www/p5-HTTP-Headers-Fast/Makefile ============================================================================== --- head/www/p5-HTTP-Headers-Fast/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-HTTP-Headers-Fast/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-HTTP-Date>0:${PORTSDIR}/ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HTTP::Headers::Fast.3 Modified: head/www/p5-I18N-AcceptLanguage/Makefile ============================================================================== --- head/www/p5-I18N-AcceptLanguage/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-I18N-AcceptLanguage/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to matches language preference (HTTP Accept-Language) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= I18N::AcceptLanguage.3 Modified: head/www/p5-Net-Flickr-API/Makefile ============================================================================== --- head/www/p5-Net-Flickr-API/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Net-Flickr-API/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Config-Simple>=0:${POR p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Flickr::API.3 Modified: head/www/p5-Plack-Handler-CLI/Makefile ============================================================================== --- head/www/p5-Plack-Handler-CLI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Plack-Handler-CLI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ TEST_DEPENDS= \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-Router-Simple>0:${PORTSDIR}/www/p5-Router-Simple -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Plack::Handler::CLI.3 Modified: head/www/p5-Plack-Middleware-Precompressed/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Precompressed/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Plack-Middleware-Precompressed/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Array-RefElem>0:${PORTSDIR}/misc/p5-Array-RefElem BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Precompressed.3 Modified: head/www/p5-WWW-Google-News/Makefile ============================================================================== --- head/www/p5-WWW-Google-News/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-News/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::News.3 Modified: head/www/p5-WWW-Google-PageRank/Makefile ============================================================================== --- head/www/p5-WWW-Google-PageRank/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-PageRank/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::PageRank.3 Modified: head/www/p5-WWW-Google-Video/Makefile ============================================================================== --- head/www/p5-WWW-Google-Video/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-Video/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -17,7 +17,8 @@ COMMENT= An interface to fetch the Googl BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Video.3 Modified: head/www/p5-WWW-Mechanize-TreeBuilder/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-TreeBuilder/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Mechanize-TreeBuilder/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-MooseX-Role-Parameteri p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::TreeBuilder.3 Modified: head/www/p5-WebDAO/Makefile ============================================================================== --- head/www/p5-WebDAO/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WebDAO/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-DateTime>=0.37:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= wd_fcgi.fpl.1 \ wd_shell.pl.1 Modified: head/www/pwebstats/Makefile ============================================================================== --- head/www/pwebstats/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/pwebstats/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -16,7 +16,7 @@ COMMENT= Analyse a web server log RUN_DEPENDS= fly:${PORTSDIR}/graphics/fly -USE_PERL5= yes +USES= perl5 NO_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:08:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00422280; Tue, 3 Sep 2013 15:08:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFF9E23FA; Tue, 3 Sep 2013 15:08:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83F8lmI099772; Tue, 3 Sep 2013 15:08:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83F8kDO099763; Tue, 3 Sep 2013 15:08:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031508.r83F8kDO099763@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 15:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326157 - in head/devel: . p5-Pithub 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.14 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: Tue, 03 Sep 2013 15:08:48 -0000 Author: sunpoet Date: Tue Sep 3 15:08:46 2013 New Revision: 326157 URL: http://svnweb.freebsd.org/changeset/ports/326157 Log: - Add p5-Pithub 0.01020 Pithub provides a set of modules to access the Github v3 API in an object oriented way. There is also Net::GitHub which does the same for all the versions (v1, v2, v3) of the Github API. Pithub supports all API calls so far, but only for v3. http://search.cpan.org/dist/Pithub/ WWW: http://search.cpan.org/dist/Pithub/ Added: head/devel/p5-Pithub/ head/devel/p5-Pithub/Makefile (contents, props changed) head/devel/p5-Pithub/distinfo (contents, props changed) head/devel/p5-Pithub/pkg-descr (contents, props changed) head/devel/p5-Pithub/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 3 15:07:52 2013 (r326156) +++ head/devel/Makefile Tue Sep 3 15:08:46 2013 (r326157) @@ -2542,6 +2542,7 @@ SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline + SUBDIR += p5-Pithub SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod Added: head/devel/p5-Pithub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pithub/Makefile Tue Sep 3 15:08:46 2013 (r326157) @@ -0,0 +1,71 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Pithub +PORTVERSION= 0.01.020 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ANDREMAR +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Github v3 API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most + +USE_PERL5= configure +USES= perl5 + +MAN3= Pithub.3 \ + Pithub::Base.3 \ + Pithub::Events.3 \ + Pithub::Gists.3 \ + Pithub::Gists::Comments.3 \ + Pithub::GitData.3 \ + Pithub::GitData::Blobs.3 \ + Pithub::GitData::Commits.3 \ + Pithub::GitData::References.3 \ + Pithub::GitData::Tags.3 \ + Pithub::GitData::Trees.3 \ + Pithub::Issues.3 \ + Pithub::Issues::Assignees.3 \ + Pithub::Issues::Comments.3 \ + Pithub::Issues::Events.3 \ + Pithub::Issues::Labels.3 \ + Pithub::Issues::Milestones.3 \ + Pithub::Orgs.3 \ + Pithub::Orgs::Members.3 \ + Pithub::Orgs::Teams.3 \ + Pithub::PullRequests.3 \ + Pithub::PullRequests::Comments.3 \ + Pithub::Repos.3 \ + Pithub::Repos::Collaborators.3 \ + Pithub::Repos::Commits.3 \ + Pithub::Repos::Contents.3 \ + Pithub::Repos::Downloads.3 \ + Pithub::Repos::Forks.3 \ + Pithub::Repos::Hooks.3 \ + Pithub::Repos::Keys.3 \ + Pithub::Repos::Starring.3 \ + Pithub::Repos::Stats.3 \ + Pithub::Repos::Watching.3 \ + Pithub::Result.3 \ + Pithub::Search.3 \ + Pithub::Users.3 \ + Pithub::Users::Emails.3 \ + Pithub::Users::Followers.3 \ + Pithub::Users::Keys.3 + +.include Added: head/devel/p5-Pithub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pithub/distinfo Tue Sep 3 15:08:46 2013 (r326157) @@ -0,0 +1,2 @@ +SHA256 (Pithub-0.01020.tar.gz) = db1d7451c39d960ffecd5e8dd33d9b75f48348c1d67bd25b56d69810f74faae3 +SIZE (Pithub-0.01020.tar.gz) = 78958 Added: head/devel/p5-Pithub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pithub/pkg-descr Tue Sep 3 15:08:46 2013 (r326157) @@ -0,0 +1,6 @@ +Pithub provides a set of modules to access the Github v3 API in an object +oriented way. There is also Net::GitHub which does the same for all the versions +(v1, v2, v3) of the Github API. Pithub supports all API calls so far, but only +for v3. + +http://search.cpan.org/dist/Pithub/ WWW: http://search.cpan.org/dist/Pithub/ Added: head/devel/p5-Pithub/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pithub/pkg-plist Tue Sep 3 15:08:46 2013 (r326157) @@ -0,0 +1,49 @@ +%%SITE_PERL%%/Pithub.pm +%%SITE_PERL%%/Pithub/Base.pm +%%SITE_PERL%%/Pithub/Events.pm +%%SITE_PERL%%/Pithub/Gists.pm +%%SITE_PERL%%/Pithub/Gists/Comments.pm +%%SITE_PERL%%/Pithub/GitData.pm +%%SITE_PERL%%/Pithub/GitData/Blobs.pm +%%SITE_PERL%%/Pithub/GitData/Commits.pm +%%SITE_PERL%%/Pithub/GitData/References.pm +%%SITE_PERL%%/Pithub/GitData/Tags.pm +%%SITE_PERL%%/Pithub/GitData/Trees.pm +%%SITE_PERL%%/Pithub/Issues.pm +%%SITE_PERL%%/Pithub/Issues/Assignees.pm +%%SITE_PERL%%/Pithub/Issues/Comments.pm +%%SITE_PERL%%/Pithub/Issues/Events.pm +%%SITE_PERL%%/Pithub/Issues/Labels.pm +%%SITE_PERL%%/Pithub/Issues/Milestones.pm +%%SITE_PERL%%/Pithub/Orgs.pm +%%SITE_PERL%%/Pithub/Orgs/Members.pm +%%SITE_PERL%%/Pithub/Orgs/Teams.pm +%%SITE_PERL%%/Pithub/PullRequests.pm +%%SITE_PERL%%/Pithub/PullRequests/Comments.pm +%%SITE_PERL%%/Pithub/Repos.pm +%%SITE_PERL%%/Pithub/Repos/Collaborators.pm +%%SITE_PERL%%/Pithub/Repos/Commits.pm +%%SITE_PERL%%/Pithub/Repos/Contents.pm +%%SITE_PERL%%/Pithub/Repos/Downloads.pm +%%SITE_PERL%%/Pithub/Repos/Forks.pm +%%SITE_PERL%%/Pithub/Repos/Hooks.pm +%%SITE_PERL%%/Pithub/Repos/Keys.pm +%%SITE_PERL%%/Pithub/Repos/Starring.pm +%%SITE_PERL%%/Pithub/Repos/Stats.pm +%%SITE_PERL%%/Pithub/Repos/Watching.pm +%%SITE_PERL%%/Pithub/Result.pm +%%SITE_PERL%%/Pithub/Search.pm +%%SITE_PERL%%/Pithub/Users.pm +%%SITE_PERL%%/Pithub/Users/Emails.pm +%%SITE_PERL%%/Pithub/Users/Followers.pm +%%SITE_PERL%%/Pithub/Users/Keys.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pithub/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pithub +@dirrmtry %%SITE_PERL%%/Pithub/Users +@dirrmtry %%SITE_PERL%%/Pithub/Repos +@dirrmtry %%SITE_PERL%%/Pithub/PullRequests +@dirrmtry %%SITE_PERL%%/Pithub/Orgs +@dirrmtry %%SITE_PERL%%/Pithub/Issues +@dirrmtry %%SITE_PERL%%/Pithub/GitData +@dirrmtry %%SITE_PERL%%/Pithub/Gists +@dirrmtry %%SITE_PERL%%/Pithub From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:22:34 2013 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 ESMTP id 1DE7F5CE; Tue, 3 Sep 2013 15:22:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A90024D1; Tue, 3 Sep 2013 15:22:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FMXJD009547; Tue, 3 Sep 2013 15:22:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FMXKX009546; Tue, 3 Sep 2013 15:22:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031522.r83FMXKX009546@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326158 - head/devel/p5-Net-DBus 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.14 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: Tue, 03 Sep 2013 15:22:34 -0000 Author: bapt Date: Tue Sep 3 15:22:33 2013 New Revision: 326158 URL: http://svnweb.freebsd.org/changeset/ports/326158 Log: Fix typo Modified: head/devel/p5-Net-DBus/Makefile Modified: head/devel/p5-Net-DBus/Makefile ============================================================================== --- head/devel/p5-Net-DBus/Makefile Tue Sep 3 15:08:46 2013 (r326157) +++ head/devel/p5-Net-DBus/Makefile Tue Sep 3 15:22:33 2013 (r326158) @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes USES= pkgconfig perl5 -USES_PERL5= configure +USE_PERL5= configure MAN3= Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \ Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:25:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB7097E8; Tue, 3 Sep 2013 15:25:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7D21250A; Tue, 3 Sep 2013 15:25:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FPhCP011002; Tue, 3 Sep 2013 15:25:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FPgK7010996; Tue, 3 Sep 2013 15:25:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031525.r83FPgK7010996@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326159 - in head: devel/seed graphics/evince mail/evolution net/vinagre ports-mgmt/gnome-packagekit sysutils/brasero 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.14 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: Tue, 03 Sep 2013 15:25:43 -0000 Author: bapt Date: Tue Sep 3 15:25:41 2013 New Revision: 326159 URL: http://svnweb.freebsd.org/changeset/ports/326159 Log: Add en explicit dependency on pkgconf Modified: head/devel/seed/Makefile head/graphics/evince/Makefile head/mail/evolution/Makefile head/net/vinagre/Makefile head/ports-mgmt/gnome-packagekit/Makefile head/sysutils/brasero/Makefile Modified: head/devel/seed/Makefile ============================================================================== --- head/devel/seed/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/devel/seed/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -25,12 +25,11 @@ CONFLICTS= seed-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtk20 intltool libxml2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_SQLITE= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0 Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/graphics/evince/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -25,9 +25,8 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GMAKE= yes INSTALLS_OMF= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= intlhack gnomeprefix gnomedocutils ltasneededhack gconf2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/mail/evolution/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spel CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes -USE_GMAKE= yes -USES= bison desktop-file-utils gettext pathfix +USES= bison desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool Modified: head/net/vinagre/Makefile ============================================================================== --- head/net/vinagre/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/net/vinagre/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -21,9 +21,8 @@ LIB_DEPENDS= gtk-vnc-1.0:${PORTSDIR}/net CONFLICTS= vinagre-3.[0-9]* USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack vte gconf2 gnomedocutils gnomepanel -USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/ports-mgmt/gnome-packagekit/Makefile ============================================================================== --- head/ports-mgmt/gnome-packagekit/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/ports-mgmt/gnome-packagekit/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -19,10 +19,9 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev upower-glib:${PORTSDIR}/sysutils/upower \ canberra-gtk:${PORTSDIR}/audio/libcanberra -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils -USES= desktop-file-utils gettext iconv pathfix +USES= desktop-file-utils gettext iconv pathfix gmake pkgconfig USE_PYTHON_BUILD=-2.7 GCONF_SCHEMAS= gnome-packagekit.schemas INSTALLS_ICONS= yes Modified: head/sysutils/brasero/Makefile ============================================================================== --- head/sysutils/brasero/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/sysutils/brasero/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -24,9 +24,8 @@ CONFLICTS= brasero-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_XORG= sm -USES= pathfix gettext shared-mime-info +USES= pathfix gettext shared-mime-info gmake pkgconfig USE_GNOME= intlhack gnomeprefix gnomedocutils USE_LDCONFIG= yes USE_GSTREAMER= gconf core From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:27:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4748C8F7; Tue, 3 Sep 2013 15:27:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19AEE251E; Tue, 3 Sep 2013 15:27:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FREG0011575; Tue, 3 Sep 2013 15:27:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FREH8011570; Tue, 3 Sep 2013 15:27:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031527.r83FREH8011570@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326160 - in head: devel/liboobs sysutils/gnome-power-manager 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.14 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: Tue, 03 Sep 2013 15:27:15 -0000 Author: bapt Date: Tue Sep 3 15:27:14 2013 New Revision: 326160 URL: http://svnweb.freebsd.org/changeset/ports/326160 Log: Add an explicit dependency on pkgconf Modified: head/devel/liboobs/Makefile head/sysutils/gnome-power-manager/Makefile Modified: head/devel/liboobs/Makefile ============================================================================== --- head/devel/liboobs/Makefile Tue Sep 3 15:25:41 2013 (r326159) +++ head/devel/liboobs/Makefile Tue Sep 3 15:27:14 2013 (r326160) @@ -1,10 +1,6 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/devel/liboobs/Makefile,v 1.50 2010/09/27 17:46:12 kwm Exp $ -# PORTNAME= liboobs PORTVERSION= 2.32.0 @@ -21,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes Modified: head/sysutils/gnome-power-manager/Makefile ============================================================================== --- head/sysutils/gnome-power-manager/Makefile Tue Sep 3 15:25:41 2013 (r326159) +++ head/sysutils/gnome-power-manager/Makefile Tue Sep 3 15:27:14 2013 (r326160) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-power-manager -# Date created: 03 May 2006 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.73 2011/04/30 20:43:26 mezz Exp $ -# PORTNAME= gnome-power-manager PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils CONFLICTS= gnome-power-manager-3.[0-9]* -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:28:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF7EB9F0; Tue, 3 Sep 2013 15:28:44 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA5B8252C; Tue, 3 Sep 2013 15:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FSiZY012341; Tue, 3 Sep 2013 15:28:44 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FSe21012282; Tue, 3 Sep 2013 15:28:40 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031528.r83FSe21012282@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 15:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326161 - in head/www: p5-AnyEvent-ReverseHTTP p5-CGI-Utils p5-Catalyst-Model-Adaptor p5-Catalyst-Model-CDBI-Plain p5-Catalyst-Plugin-Cache-Memcached-Fast p5-Corona p5-HTML-Macro p5-HTM... 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.14 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: Tue, 03 Sep 2013 15:28:45 -0000 Author: az Date: Tue Sep 3 15:28:40 2013 New Revision: 326161 URL: http://svnweb.freebsd.org/changeset/ports/326161 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-CGI-Utils/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Adaptor/Makefile (contents, props changed) head/www/p5-Catalyst-Model-CDBI-Plain/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile (contents, props changed) head/www/p5-Corona/Makefile (contents, props changed) head/www/p5-HTML-Macro/Makefile (contents, props changed) head/www/p5-HTML-RobotsMETA/Makefile (contents, props changed) head/www/p5-HTML-TreeBuilder-LibXML/Makefile head/www/p5-Net-Flickr-Backup/Makefile (contents, props changed) head/www/p5-Net-STF-Client/Makefile (contents, props changed) head/www/p5-Plack-Server-POE/Makefile (contents, props changed) head/www/p5-SOAP-Transport-HTTP-Plack/Makefile (contents, props changed) head/www/p5-Template-Plugin-Comma/Makefile (contents, props changed) head/www/p5-Template-Plugin-JSON/Makefile (contents, props changed) head/www/p5-Template-Simple/Makefile head/www/p5-URI-Escape-XS/Makefile head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile (contents, props changed) head/www/podcastamatic/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-AnyEvent-ReverseHTTP/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-AnyEvent-ReverseHTTP/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::ReverseHTTP.3 Modified: head/www/p5-CGI-Utils/Makefile ============================================================================== --- head/www/p5-CGI-Utils/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-CGI-Utils/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Utilities for retrieving information through the CGI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Utils.3 \ CGI::Utils::UploadFile.3 Modified: head/www/p5-Catalyst-Model-Adaptor/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Adaptor/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Model-Adaptor/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Helper::Model::Adaptor.3 \ Catalyst::Helper::Model::Factory.3 \ Modified: head/www/p5-Catalyst-Model-CDBI-Plain/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-CDBI-Plain/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Model-CDBI-Plain/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Class-DBI>0:${PORTSDIR RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>0:${PORTSDIR}/www/p5-Catalyst-Devel -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Model::CDBI::Plain.3 Catalyst::Helper::Model::CDBI::Plain.3 Modified: head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Fast>= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Cache::Memcached::Fast.3 Modified: head/www/p5-Corona/Makefile ============================================================================== --- head/www/p5-Corona/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Corona/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= corona.1 MAN3= Corona.3 \ Modified: head/www/p5-HTML-Macro/Makefile ============================================================================== --- head/www/p5-HTML-Macro/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-Macro/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= groovis@groovis.net COMMENT= Process HTML templates with loops, conditionals, macros and more -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= HTML::Macro.3 HTML::Macro::Loop.3 Modified: head/www/p5-HTML-RobotsMETA/Makefile ============================================================================== --- head/www/p5-HTML-RobotsMETA/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-RobotsMETA/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -18,7 +18,8 @@ COMMENT= Parse HTML For Robots Exclusion BUILD_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::RobotsMETA.3 \ HTML::RobotsMETA::Rules.3 Modified: head/www/p5-HTML-TreeBuilder-LibXML/Makefile ============================================================================== --- head/www/p5-HTML-TreeBuilder-LibXML/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-TreeBuilder-LibXML/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Web-Query>=0:${PORTSDIR}/www/p5-Web-Query -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HTML::TreeBuilder::LibXML::Node.3 \ HTML::TreeBuilder::LibXML.3 Modified: head/www/p5-Net-Flickr-Backup/Makefile ============================================================================== --- head/www/p5-Net-Flickr-Backup/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Net-Flickr-Backup/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -26,7 +26,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PO p5-libwww>=1.38:${PORTSDIR}/www/libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Flickr::Backup.3 Modified: head/www/p5-Net-STF-Client/Makefile ============================================================================== --- head/www/p5-Net-STF-Client/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Net-STF-Client/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -26,7 +26,8 @@ TEST_DEPENDS= \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Plack>0:${PORTSDIR}/www/p5-Plack -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::STF::Bucket.3 \ Net::STF::Client.3 \ Modified: head/www/p5-Plack-Server-POE/Makefile ============================================================================== --- head/www/p5-Plack-Server-POE/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Plack-Server-POE/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -23,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Server::POE.3 Modified: head/www/p5-SOAP-Transport-HTTP-Plack/Makefile ============================================================================== --- head/www/p5-SOAP-Transport-HTTP-Plack/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-SOAP-Transport-HTTP-Plack/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SOAP::Transport::HTTP::Plack.3 \ XMLRPC::Transport::HTTP::Plack.3 Modified: head/www/p5-Template-Plugin-Comma/Makefile ============================================================================== --- head/www/p5-Template-Plugin-Comma/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Plugin-Comma/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -17,7 +17,8 @@ COMMENT= TT Plugin to commify numbers BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::Comma.3 Modified: head/www/p5-Template-Plugin-JSON/Makefile ============================================================================== --- head/www/p5-Template-Plugin-JSON/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Plugin-JSON/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-JSON>=2.12:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::JSON.3 Modified: head/www/p5-Template-Simple/Makefile ============================================================================== --- head/www/p5-Template-Simple/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Simple/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -18,7 +18,8 @@ LICENSE= ART20 BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Simple.3 Modified: head/www/p5-URI-Escape-XS/Makefile ============================================================================== --- head/www/p5-URI-Escape-XS/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-URI-Escape-XS/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -13,7 +13,8 @@ COMMENT= Drop-In replacement for URI::Es LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Escape::XS.3 Modified: head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile ============================================================================== --- head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter>0:${PORTSDI p5-JE>0:${PORTSDIR}/www/p5-JE BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scripter::Plugin::JavaScript.3 \ WWW::Scripter::Plugin::JavaScript::JE.3 Modified: head/www/podcastamatic/Makefile ============================================================================== --- head/www/podcastamatic/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/podcastamatic/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/ p5-MP4-Info>=0:${PORTSDIR}/multimedia/p5-MP4-Info USE_ZIP= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:36:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 91374D5E; Tue, 3 Sep 2013 15:36:39 +0000 (UTC) Date: Tue, 3 Sep 2013 15:36:39 +0000 From: Alexey Dokuchaev To: Mark Felder Subject: Re: svn commit: r325891 - in head/dns/rbldnsd: . files Message-ID: <20130903153639.GA9070@FreeBSD.org> References: <201309011728.r81HSx4Z057688@svn.freebsd.org> <20130902014108.GE43972@FreeBSD.org> <1378208292.31958.17293657.7A5FBE25@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378208292.31958.17293657.7A5FBE25@webmail.messagingengine.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 15:36:39 -0000 On Tue, Sep 03, 2013 at 06:38:12AM -0500, Mark Felder wrote: > Where do I file bug reports against portlint? Since ports-mgmt/portlint is self-contained port (sources live in src/ subdirectory), send-pr(1) should do the job. ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:59:30 2013 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 ESMTP id 5F7131DB; Tue, 3 Sep 2013 15:59:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C66A2718; Tue, 3 Sep 2013 15:59:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FxUPK030367; Tue, 3 Sep 2013 15:59:30 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FxTeH030365; Tue, 3 Sep 2013 15:59:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309031559.r83FxTeH030365@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 15:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326162 - head/mail/gmime26 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.14 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: Tue, 03 Sep 2013 15:59:30 -0000 Author: wg Date: Tue Sep 3 15:59:29 2013 New Revision: 326162 URL: http://svnweb.freebsd.org/changeset/ports/326162 Log: mail/gmime26: update to 2.6.17 - Update to 2.6.17 [1] - Convert to USES gmake PR: ports/181777 Submitted by: Alan Hicks (maintainer) Modified: head/mail/gmime26/Makefile head/mail/gmime26/distinfo Modified: head/mail/gmime26/Makefile ============================================================================== --- head/mail/gmime26/Makefile Tue Sep 3 15:28:40 2013 (r326161) +++ head/mail/gmime26/Makefile Tue Sep 3 15:59:29 2013 (r326162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmime -PORTVERSION= 2.6.16 +PORTVERSION= 2.6.17 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= GNOME @@ -18,10 +18,9 @@ CONFLICTS= gmime-1.0.* SLAVEDIRS= mail/gmime26-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}26 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME+= glib20 ltverhack -USES= pathfix pkgconfig iconv +USES= gmake pathfix pkgconfig iconv USE_LDCONFIG= yes USE_XZ= yes GNU_CONFIGURE= yes Modified: head/mail/gmime26/distinfo ============================================================================== --- head/mail/gmime26/distinfo Tue Sep 3 15:28:40 2013 (r326161) +++ head/mail/gmime26/distinfo Tue Sep 3 15:59:29 2013 (r326162) @@ -1,2 +1,2 @@ -SHA256 (gmime-2.6.16.tar.xz) = 1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af -SIZE (gmime-2.6.16.tar.xz) = 739160 +SHA256 (gmime-2.6.17.tar.xz) = 22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f +SIZE (gmime-2.6.17.tar.xz) = 739208 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:00:00 2013 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 ESMTP id 28C3C2BE; Tue, 3 Sep 2013 16:00:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14D79271F; Tue, 3 Sep 2013 16:00:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FxxFB030681; Tue, 3 Sep 2013 15:59:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Fxx0r030680; Tue, 3 Sep 2013 15:59:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031559.r83Fxx0r030680@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326163 - head/sysutils/system-tools-backends 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.14 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: Tue, 03 Sep 2013 16:00:00 -0000 Author: bapt Date: Tue Sep 3 15:59:59 2013 New Revision: 326163 URL: http://svnweb.freebsd.org/changeset/ports/326163 Log: Add an explicit dependency on pkgconf Modified: head/sysutils/system-tools-backends/Makefile Modified: head/sysutils/system-tools-backends/Makefile ============================================================================== --- head/sysutils/system-tools-backends/Makefile Tue Sep 3 15:59:29 2013 (r326162) +++ head/sysutils/system-tools-backends/Makefile Tue Sep 3 15:59:59 2013 (r326163) @@ -1,10 +1,6 @@ -# New ports collection makefile for: system-tools-backends -# Date created: 11 February 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.60 2010/04/01 22:21:53 kwm Exp $ -# PORTNAME= system-tools-backends PORTVERSION= 2.10.1 @@ -22,8 +18,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig USE_GNOME= gnomehack intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:03:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D75E63FC; Tue, 3 Sep 2013 16:03:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AABA92772; Tue, 3 Sep 2013 16:03:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83G3gQw034451; Tue, 3 Sep 2013 16:03:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83G3gBr034449; Tue, 3 Sep 2013 16:03:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309031603.r83G3gBr034449@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 16:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326164 - in head/mail: gmime2 gmime24 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.14 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: Tue, 03 Sep 2013 16:03:42 -0000 Author: wg Date: Tue Sep 3 16:03:41 2013 New Revision: 326164 URL: http://svnweb.freebsd.org/changeset/ports/326164 Log: mail/{gmime2,gmime24}: convert docs to options ng - NOPORTDOCS -> PORT_OPTIONS:MDOCS [1] - Convert to USES gmake - Define DOCS option PR: ports/181778 [1] Submitted by: Alan Hicks (maintainer) Modified: head/mail/gmime2/Makefile head/mail/gmime24/Makefile Modified: head/mail/gmime2/Makefile ============================================================================== --- head/mail/gmime2/Makefile Tue Sep 3 15:59:59 2013 (r326163) +++ head/mail/gmime2/Makefile Tue Sep 3 16:03:41 2013 (r326164) @@ -16,9 +16,8 @@ CONFLICTS= gmime-1.0.* gmime-2.4.* SLAVEDIRS= mail/gmime2-sharp -USE_GMAKE= yes USE_GNOME?= glib20 -USES= pathfix pkgconfig iconv +USES= gmake pathfix pkgconfig iconv USE_LDCONFIG= yes GNU_CONFIGURE= yes # www.freebsd.org/cgi/query-pr.cgi?pr=118092 @@ -32,15 +31,19 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHR LATEST_LINK?= ${PORTNAME}2 +OPTIONS_DEFINE= DOCS + PORTDOCS= * +.include + post-patch: @${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/gmime/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in docs/reference/html/* ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} Modified: head/mail/gmime24/Makefile ============================================================================== --- head/mail/gmime24/Makefile Tue Sep 3 15:59:59 2013 (r326163) +++ head/mail/gmime24/Makefile Tue Sep 3 16:03:41 2013 (r326164) @@ -18,9 +18,8 @@ CONFLICTS= gmime-1.0.* SLAVEDIRS= mail/gmime2-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24 -USE_GMAKE= yes USE_GNOME?= glib20 -USES= pathfix pkgconfig iconv +USES= gmake pathfix pkgconfig iconv USE_LDCONFIG= yes USE_XZ= yes GNU_CONFIGURE= yes @@ -35,14 +34,18 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHR LATEST_LINK?= ${PORTNAME}24 +OPTIONS_DEFINE= DOCS + PORTDOCS= * +.include + post-patch: @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/*/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in docs/reference/html/* ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:06:19 2013 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 ESMTP id 2ABD85AE; Tue, 3 Sep 2013 16:06:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 160AC27D4; Tue, 3 Sep 2013 16:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83G6J1L035988; Tue, 3 Sep 2013 16:06:19 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83G6DPY035874; Tue, 3 Sep 2013 16:06:13 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309031606.r83G6DPY035874@svn.freebsd.org> From: Rene Ladan Date: Tue, 3 Sep 2013 16:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326165 - in head/www/chromium: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 16:06:19 -0000 Author: rene Date: Tue Sep 3 16:06:13 2013 New Revision: 326165 URL: http://svnweb.freebsd.org/changeset/ports/326165 Log: - Update to 29.0.1547.65, which fixes a bug in Google Sync. - Add an option to run regression test, default off. [1] If this option is selected, an extra distribution file containing test data is downloaded from an upstream mastersite. - Rename the CLANG option to GCC and flip the default to off, as clang is the default compiler for this port for quite some time now. [2] Submitted by: George Liaskos [1,2] Added: head/www/chromium/files/patch-base__process_util_unittest.cc (contents, props changed) head/www/chromium/files/patch-base__security_unittest.cc (contents, props changed) head/www/chromium/files/patch-base__test__expectations__expectation.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__gpu__chrome_gpu_util.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__gpu__gl_string_manager.cc (contents, props changed) head/www/chromium/files/patch-chrome__browser__gpu__gpu_feature_checker.cc (contents, props changed) head/www/chromium/files/patch-content__renderer__media__webrtc_audio_capturer.cc (contents, props changed) head/www/chromium/files/patch-content__renderer__media__webrtc_audio_device_impl.cc (contents, props changed) head/www/chromium/files/patch-content__renderer__media__webrtc_audio_renderer.cc (contents, props changed) head/www/chromium/files/patch-gpu__config__gpu_control_list.cc (contents, props changed) head/www/chromium/files/patch-gpu__config__gpu_control_list_unittest.cc (contents, props changed) head/www/chromium/files/patch-gpu__config__gpu_test_config.cc (contents, props changed) head/www/chromium/files/patch-net__base__mime_util_unittest.cc (contents, props changed) head/www/chromium/files/patch-net__base__net_util.h (contents, props changed) head/www/chromium/files/patch-net__dns__dns_config_service_posix_unittest.cc (contents, props changed) head/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc (contents, props changed) head/www/chromium/files/patch-net__socket__tcp_listen_socket_unittest.h (contents, props changed) head/www/chromium/files/patch-net__udp__udp_socket_unittest.cc (contents, props changed) head/www/chromium/files/patch-third_party__WebKit__Tools__DumpRenderTree__DumpRenderTree.gyp__DumpRenderTree.gyp (contents, props changed) Deleted: head/www/chromium/files/patch-net__base__net_util.cc Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/extra-patch-clang head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc head/www/chromium/files/patch-base__process_util_freebsd.cc head/www/chromium/files/patch-net__net.gyp (contents, props changed) head/www/chromium/files/patch-testing__gtest__include__gtest__internal__gtest-port.h Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/Makefile Tue Sep 3 16:06:13 2013 (r326165) @@ -5,11 +5,13 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 29.0.1547.62 +DISTVERSION= 29.0.1547.65 CATEGORIES= www -MASTER_SITES= http://download.goodking.org/downloads/ \ - ftp://rene-ladan.nl/pub/distfiles/ \ - http://files.etoilebsd.net/goodking/ +MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/:testdata \ + http://download.goodking.org/downloads/:browser \ + ftp://rene-ladan.nl/pub/distfiles/:browser \ + http://files.etoilebsd.net/goodking/:browser +DISTFILES= ${PORTNAME}${EXTRACT_SUFX}:browser MAINTAINER= chromium@FreeBSD.org COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+ @@ -17,6 +19,7 @@ COMMENT= Mostly BSD-licensed web browser LICENSE= BSD LGPL21 MPL LICENSE_COMB= multi +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CFLAGS+= -fno-stack-protector BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ @@ -51,7 +54,7 @@ USE_XORG= scrnsaverproto x11 xproto xscr USE_GNOME= glib20 gtk20 dconf libxslt MAN1= chrome.1 -ALL_TARGET= chrome +NINJA_TARGETS= chrome # See build/common.gypi for all the available variables. GYP_DEFINES+= use_cups=1 \ @@ -89,21 +92,15 @@ SUB_FILES= chromium-browser.desktop SUB_LIST= COMMENT="${COMMENT}" \ DATADIR=${DATADIR} -OPTIONS_DEFINE= CODECS GCONF PULSEAUDIO CLANG DEBUG +OPTIONS_DEFINE= CODECS GCONF PULSEAUDIO GCC TEST DEBUG CODECS_DESC= Compile and enable patented codecs like H.264 -CLANG_DESC= Build Chromium with Clang instead of GCC 4.6+ +GCC_DESC= Build Chromium with GCC 4.6+ -OPTIONS_DEFAULT= CODECS GCONF CLANG +OPTIONS_DEFAULT= CODECS GCONF .include -.if ${OSVERSION} < 900033 || ! ${PORT_OPTIONS:MCLANG} -BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -.endif - .if ${PORT_OPTIONS:MCODECS} GYP_DEFINES+= ffmpeg_branding=Chrome GYP_DEFINES+= proprietary_codecs=1 @@ -129,7 +126,11 @@ GYP_DEFINES+= use_pulseaudio=0 GYP_DEFINES+= disable_sse2=1 .endif -.if ${PORT_OPTIONS:MCLANG} +.if ${PORT_OPTIONS:MGCC} +USE_GCC?= yes +GYP_DEFINES+= gcc_version=${CXX:S/g++//} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc +.else .if ${OSVERSION} < 902000 BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang CC= ${LOCALBASE}/bin/clang @@ -140,10 +141,23 @@ CXX= clang++ .endif GYP_DEFINES+= clang=1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang -.else -USE_GCC?= yes -GYP_DEFINES+= gcc_version=${CXX:S/g++//} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc +.endif + +.if ${PORT_OPTIONS:MTEST} +TEST_TARGETS= base_unittests \ + crypto_unittests \ + cacheinvalidation_unittests \ + gpu_unittests \ + sync_unit_tests \ + media_unittests \ + printing_unittests \ + sql_unittests \ + net_unittests \ + content_unittests +EXCLUDED_TESTS= +NINJA_TARGETS+= ${TEST_TARGETS} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:browser \ + ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX}:testdata .endif .if ${PORT_OPTIONS:MDEBUG} @@ -157,12 +171,14 @@ GYP_DEFINES+= buildtype=Official CONFIGURE_ENV+= CC=${CC} \ CXX=${CXX} \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ GYP_GENERATORS=ninja \ GYP_DEFINES="${GYP_DEFINES}" +# according to portlint the below is passed via bsd.port.mk, +# but 'make -V CONFIGURE_ENV' does not show it: +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \ GPERF=${LOCALBASE}/bin/gperf @@ -210,7 +226,13 @@ do-configure: do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/ninja \ - ${_MAKE_JOBS} -C out/${BUILDTYPE} ${ALL_TARGET} + ${_MAKE_JOBS} -C out/${BUILDTYPE} ${NINJA_TARGETS} + +test regression-test: build +.for t in ${TEST_TARGETS} + cd ${WRKSRC}/out/${BUILDTYPE} && ${SETENV} LC_ALL=en_US.UTF-8 \ + ./${t} --gtest_filter=-${EXCLUDED_TESTS} +.endfor do-install: @${MKDIR} ${DATADIR} Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/distinfo Tue Sep 3 16:06:13 2013 (r326165) @@ -1,2 +1,4 @@ -SHA256 (chromium-courgette-redacted-29.0.1547.62.tar.xz) = fc4345665e0c8ace5164f454d3a61e8e41c6d1c30a5b5031c6c103a14dd708df -SIZE (chromium-courgette-redacted-29.0.1547.62.tar.xz) = 173641108 +SHA256 (chromium-courgette-redacted-29.0.1547.65.tar.xz) = fd6db20fdea04b5ca40d718a5edc6640da08acb23d4a61f42368bd5b0c0da9fd +SIZE (chromium-courgette-redacted-29.0.1547.65.tar.xz) = 173602060 +SHA256 (chromium-29.0.1547.65-testdata.tar.xz) = 62616eb1c88d3d85e65f3a0e608a60d8a6bb5cd2e07c158508d1cabd8570d80b +SIZE (chromium-29.0.1547.65-testdata.tar.xz) = 108863692 Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/files/extra-patch-clang Tue Sep 3 16:06:13 2013 (r326165) @@ -5,14 +5,14 @@ thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { DCHECK_EQ(thunks::GetGetAllocatorWasteSizeFunction(), - reinterpret_cast(NULL)); -+ static_cast(0)); ++ static_cast(NULL)); thunks::SetGetAllocatorWasteSizeFunction(get_allocator_waste_size_function); } void SetGetStatsFunction(thunks::GetStatsFunction get_stats_function) { DCHECK_EQ(thunks::GetGetStatsFunction(), - reinterpret_cast(NULL)); -+ static_cast(0)); ++ static_cast(NULL)); thunks::SetGetStatsFunction(get_stats_function); } @@ -20,7 +20,7 @@ thunks::ReleaseFreeMemoryFunction release_free_memory_function) { DCHECK_EQ(thunks::GetReleaseFreeMemoryFunction(), - reinterpret_cast(NULL)); -+ static_cast(0)); ++ static_cast(NULL)); thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); } @@ -31,10 +31,21 @@ // profiling. void SetAlternateTimeSource(NowFunction* now_function, TimeSourceType type) { - DCHECK_EQ(reinterpret_cast(NULL), g_time_function); -+ DCHECK_EQ(static_cast(0), g_time_function); ++ DCHECK_EQ(static_cast(NULL), g_time_function); g_time_function = now_function; g_time_source_type = type; } +--- base/threading/thread_local_storage_unittest.cc.orig 2013-08-30 23:06:21.000000000 +0300 ++++ base/threading/thread_local_storage_unittest.cc 2013-08-30 23:06:50.000000000 +0300 +@@ -60,7 +60,7 @@ + void ThreadLocalStorageCleanup(void *value) { + int *ptr = reinterpret_cast(value); + // Destructors should never be called with a NULL. +- ASSERT_NE(reinterpret_cast(NULL), ptr); ++ ASSERT_NE(static_cast(NULL), ptr); + if (*ptr == kFinalTlsValue) + return; // We've been called enough times. + ASSERT_LT(kFinalTlsValue, *ptr); --- base/tracked_objects.cc 2013-07-03 23:39:54.000000000 -0400 +++ base/tracked_objects.cc 2013-07-19 00:42:10.000000000 -0400 @@ -346,7 +346,7 @@ @@ -42,10 +53,42 @@ // We must NOT do any allocations during this callback. // Using the simple linked lists avoids all allocations. - DCHECK_EQ(this->next_retired_worker_, reinterpret_cast(NULL)); -+ DCHECK_EQ(this->next_retired_worker_, static_cast(0)); ++ DCHECK_EQ(this->next_retired_worker_, static_cast(NULL)); this->next_retired_worker_ = first_retired_worker_; first_retired_worker_ = this; } +--- base/tracked_objects_unittest.cc.orig 2013-08-30 23:09:01.000000000 +0300 ++++ base/tracked_objects_unittest.cc 2013-08-30 23:10:14.000000000 +0300 +@@ -50,9 +50,9 @@ + Births* birth = ThreadData::TallyABirthIfActive(location); + + if (ThreadData::status() == ThreadData::DEACTIVATED) +- EXPECT_EQ(reinterpret_cast(NULL), birth); ++ EXPECT_EQ(static_cast(NULL), birth); + else +- EXPECT_NE(reinterpret_cast(NULL), birth); ++ EXPECT_NE(static_cast(NULL), birth); + } + + // Helper function to verify the most common test expectations. +@@ -231,7 +231,7 @@ + return; + + scoped_ptr data(new DeathData()); +- ASSERT_NE(data, reinterpret_cast(NULL)); ++ ASSERT_NE(data, static_cast(NULL)); + EXPECT_EQ(data->run_duration_sum(), 0); + EXPECT_EQ(data->run_duration_sample(), 0); + EXPECT_EQ(data->queue_duration_sum(), 0); +@@ -432,7 +432,7 @@ + Location location(kFunction, kFile, kLineNumber, NULL); + // Do not delete |birth|. We don't own it. + Births* birth = ThreadData::TallyABirthIfActive(location); +- EXPECT_NE(reinterpret_cast(NULL), birth); ++ EXPECT_NE(static_cast(NULL), birth); + + const TrackedTime kTimePosted = TrackedTime() + Duration::FromMilliseconds(1); + const TrackedTime kStartOfRun = TrackedTime() + --- chrome/browser/metrics/thread_watcher.cc 2013-07-03 23:45:55.000000000 -0400 +++ chrome/browser/metrics/thread_watcher.cc 2013-07-19 01:38:45.000000000 -0400 @@ -40,7 +40,7 @@ @@ -53,7 +96,7 @@ int* NullPointer() { - return reinterpret_cast(NULL); -+ return static_cast(0); ++ return static_cast(NULL); } void NullPointerCrash(int line_number) { @@ -64,10 +107,43 @@ DCHECK(window_ptr); DCHECK_EQ(window_ptr->window_id.id(), window_id); - DCHECK_EQ(reinterpret_cast(NULL), -+ DCHECK_EQ(static_cast(0), ++ DCHECK_EQ(static_cast(NULL), GetSession(session_tag)->windows[window_id]); GetSession(session_tag)->windows[window_id] = window_ptr; } +--- media/audio/audio_output_proxy_unittest.cc.orig 2013-08-30 23:23:03.000000000 +0300 ++++ media/audio/audio_output_proxy_unittest.cc 2013-08-30 23:23:54.000000000 +0300 +@@ -427,7 +427,7 @@ + // |stream| is closed at this point. Start() should reopen it again. + EXPECT_CALL(manager(), MakeAudioOutputStream(_, _)) + .Times(2) +- .WillRepeatedly(Return(reinterpret_cast(NULL))); ++ .WillRepeatedly(Return(static_cast(NULL))); + + EXPECT_CALL(callback_, OnError(_)) + .Times(2); +--- media/filters/decrypting_video_decoder_unittest.cc.orig 2013-08-30 23:27:39.000000000 +0300 ++++ media/filters/decrypting_video_decoder_unittest.cc 2013-08-30 23:28:27.000000000 +0300 +@@ -482,7 +482,7 @@ + // callback to cancel the |decryptor_ready_cb|. + EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())) + .WillOnce(ResetAndRunCallback(&decryptor_ready_cb, +- reinterpret_cast(NULL))); ++ static_cast(NULL))); + Stop(); + } + +--- net/url_request/view_cache_helper_unittest.cc.orig 2013-09-01 00:33:32.000000000 +0300 ++++ net/url_request/view_cache_helper_unittest.cc 2013-09-01 00:34:02.000000000 +0300 +@@ -29,7 +29,7 @@ + }; + + TestURLRequestContext::TestURLRequestContext() +- : cache_(reinterpret_cast(NULL), NULL, ++ : cache_(static_cast(NULL), NULL, + HttpCache::DefaultBackend::InMemory(0)) { + set_http_transaction_factory(&cache_); + } --- third_party/WebKit/Source/wtf/TypeTraits.h 2013-07-04 00:14:12.000000000 -0400 +++ third_party/WebKit/Source/wtf/TypeTraits.h 2013-07-19 01:29:01.000000000 -0400 @@ -24,7 +24,7 @@ @@ -106,7 +182,7 @@ it = std::remove(tasks_.begin(), tasks_.end(), - reinterpret_cast(NULL)); -+ static_cast(0)); ++ static_cast(NULL)); tasks_.erase(it, tasks_.end()); @@ -117,7 +193,7 @@ CMapTable::CMapFormat0::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(0), ++ : CMap::Builder(static_cast(NULL), CMapFormat::kFormat0, cmap_id) { } @@ -126,7 +202,7 @@ data->Slice(offset, data->ReadUShort( offset + Offset::kFormat0Length))) - : reinterpret_cast(NULL), -+ : static_cast(0), ++ : static_cast(NULL), CMapFormat::kFormat2, cmap_id) { // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. } @@ -135,7 +211,7 @@ data->Slice(offset, data->ReadUShort( offset + Offset::kFormat0Length))) - : reinterpret_cast(NULL), -+ : static_cast(0), ++ : static_cast(NULL), CMapFormat::kFormat2, cmap_id) { // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. } @@ -144,7 +220,7 @@ IntegerList* glyph_id_array, const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(0), ++ : CMap::Builder(static_cast(NULL), CMapFormat::kFormat4, cmap_id), segments_(segments->begin(), segments->end()), glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { @@ -153,10 +229,21 @@ CMapTable::CMapFormat4::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(0), ++ : CMap::Builder(static_cast(NULL), CMapFormat::kFormat4, cmap_id) { } +--- v8/src/heap.cc.orig 2013-08-30 22:09:43.000000000 +0300 ++++ v8/src/heap.cc 2013-08-30 22:10:26.000000000 +0300 +@@ -7285,7 +7285,7 @@ + + #ifdef DEBUG + +-Object* const PathTracer::kAnyGlobalObject = reinterpret_cast(NULL); ++Object* const PathTracer::kAnyGlobalObject = static_cast(NULL); + + class PathTracer::MarkVisitor: public ObjectVisitor { + public: --- v8/src/stub-cache.cc 2013-07-03 23:56:49.000000000 -0400 +++ v8/src/stub-cache.cc 2013-07-19 00:35:10.000000000 -0400 @@ -1476,7 +1476,7 @@ @@ -164,7 +251,6 @@ return (FLAG_print_code_stubs && !name.is_null() && name->IsString()) ? GetCodeWithFlags(flags, *Handle::cast(name)->ToCString()) - : GetCodeWithFlags(flags, reinterpret_cast(NULL)); -+ : GetCodeWithFlags(flags, static_cast(0)); ++ : GetCodeWithFlags(flags, static_cast(NULL)); } - - + Modified: head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc ============================================================================== --- head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -1,7 +1,11 @@ ---- base/posix/unix_domain_socket_linux_unittest.cc.orig 2013-08-19 23:12:24.000000000 +0300 -+++ base/posix/unix_domain_socket_linux_unittest.cc 2013-08-19 23:16:20.000000000 +0300 -@@ -4,6 +4,9 @@ +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2013-08-19 02:53:00.000000000 +0300 ++++ base/posix/unix_domain_socket_linux_unittest.cc 2013-08-30 19:34:24.000000000 +0300 +@@ -2,8 +2,13 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. ++#include "build/build_config.h" ++ #include #include +#if defined(OS_BSD) Modified: head/www/chromium/files/patch-base__process_util_freebsd.cc ============================================================================== --- head/www/chromium/files/patch-base__process_util_freebsd.cc Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/files/patch-base__process_util_freebsd.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -1,5 +1,5 @@ ---- base/process_util_freebsd.cc.orig 2013-08-16 22:09:53.000000000 +0300 -+++ base/process_util_freebsd.cc 2013-08-16 22:10:18.000000000 +0300 +--- base/process_util_freebsd.cc.orig 2013-08-19 02:53:01.000000000 +0300 ++++ base/process_util_freebsd.cc 2013-08-31 13:54:23.000000000 +0300 @@ -18,7 +18,7 @@ #include @@ -9,3 +9,43 @@ #include "base/strings/string_number_conversions.h" #include "base/strings/string_split.h" #include "base/strings/string_util.h" +@@ -28,27 +28,27 @@ + + ProcessId GetParentProcessId(ProcessHandle process) { + struct kinfo_proc info; +- size_t length; +- int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process }; +- +- if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0) ++ size_t length = sizeof(struct kinfo_proc); ++ int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process }; ++ if (sysctl(mib, 4, &info, &length, NULL, 0) < 0) { ++ DPLOG(ERROR) << "sysctl"; ++ return -1; ++ } ++ if (length == 0) + return -1; +- + return info.ki_ppid; + } + + FilePath GetProcessExecutablePath(ProcessHandle process) { + char pathname[PATH_MAX]; +- size_t length; ++ size_t length = sizeof(pathname); + int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, process }; +- +- length = sizeof(pathname); +- +- if (sysctl(mib, arraysize(mib), pathname, &length, NULL, 0) < 0 || +- length == 0) { ++ if (sysctl(mib, arraysize(mib), pathname, &length, NULL, 0) < 0) { ++ DPLOG(ERROR) << "sysctl"; + return FilePath(); + } +- ++ if (length == 0) ++ return FilePath(); + return FilePath(std::string(pathname)); + } + Added: head/www/chromium/files/patch-base__process_util_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-base__process_util_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,18 @@ +--- base/process_util_unittest.cc.orig 2013-08-31 13:38:46.000000000 +0300 ++++ base/process_util_unittest.cc 2013-08-31 13:40:13.000000000 +0300 +@@ -1086,7 +1086,7 @@ + // functions so that they don't crash if the program is out of memory, so the + // OOM tests aren't supposed to work. + // TODO(vandebo) make this work on Windows too. +-#if !defined(OS_ANDROID) && !defined(OS_OPENBSD) && \ ++#if !defined(OS_ANDROID) && !defined(OS_BSD) && \ + !defined(OS_WIN) && \ + !defined(ADDRESS_SANITIZER) && !defined(THREAD_SANITIZER) + +@@ -1303,5 +1303,5 @@ + #endif // !ARCH_CPU_64_BITS + #endif // OS_MACOSX + +-#endif // !defined(OS_ANDROID) && !defined(OS_OPENBSD) && ++#endif // !defined(OS_ANDROID) && !defined(OS_BSD) && + // !defined(OS_WIN) && !defined(ADDRESS_SANITIZER) Added: head/www/chromium/files/patch-base__security_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-base__security_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- base/security_unittest.cc.orig 2013-09-01 01:12:36.000000000 +0300 ++++ base/security_unittest.cc 2013-09-01 01:13:35.000000000 +0300 +@@ -161,7 +161,7 @@ + // FAILS_ is too clunky. + void OverflowTestsSoftExpectTrue(bool overflow_detected) { + if (!overflow_detected) { +-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_NACL) + // Sadly, on Linux, Android, and OSX we don't have a good story yet. Don't + // fail the test, but report. + printf("Platform has overflow: %s\n", Added: head/www/chromium/files/patch-base__test__expectations__expectation.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-base__test__expectations__expectation.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,19 @@ +--- base/test/expectations/expectation.cc.orig 2013-08-31 23:17:45.000000000 +0300 ++++ base/test/expectations/expectation.cc 2013-08-31 23:18:59.000000000 +0300 +@@ -58,6 +58,7 @@ + variant != "64") { + return false; + } ++ } else if (name == "FreeBSD") { + } else if (name == "ChromeOS") { + // TODO(rsesek): Figure out what ChromeOS needs. + } else if (name == "iOS") { +@@ -119,6 +120,8 @@ + platform.variant = "32"; + else if (arch == "x86_64") + platform.variant = "64"; ++#elif defined(OS_FREEBSD) ++ platform.name = "FreeBSD"; + #else + NOTREACHED(); + #endif Added: head/www/chromium/files/patch-chrome__browser__gpu__chrome_gpu_util.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__gpu__chrome_gpu_util.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- chrome/browser/gpu/chrome_gpu_util.cc.orig 2013-09-02 20:57:36.000000000 +0300 ++++ chrome/browser/gpu/chrome_gpu_util.cc 2013-09-02 20:59:37.000000000 +0300 +@@ -36,7 +36,7 @@ + + bool ShouldRunCompositingFieldTrial() { + // Enable the field trial only on desktop OS's. +-#if !(defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)) ++#if !(defined(OS_WIN) || (defined(OS_POSIX) && !defined(OS_ANDROID))) + return false; + #endif + Added: head/www/chromium/files/patch-chrome__browser__gpu__gl_string_manager.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__gpu__gl_string_manager.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- chrome/browser/gpu/gl_string_manager.cc.orig 2013-09-02 20:59:56.000000000 +0300 ++++ chrome/browser/gpu/gl_string_manager.cc 2013-09-02 21:01:13.000000000 +0300 +@@ -25,7 +25,7 @@ + + void GLStringManager::Initialize() { + // On MacOSX or Windows, preliminary GPUInfo is enough. +-#if defined(OS_LINUX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) + // We never remove this observer from GpuDataManager. + content::GpuDataManager::GetInstance()->AddObserver(this); + Added: head/www/chromium/files/patch-chrome__browser__gpu__gpu_feature_checker.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__gpu__gpu_feature_checker.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- chrome/browser/gpu/gpu_feature_checker.cc.orig ++++ chrome/browser/gpu/gpu_feature_checker.cc +@@ -33,7 +33,7 @@ void GPUFeatureChecker::CheckGPUFeatureAvailability() { + CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); + + bool finalized = true; +-#if defined(OS_LINUX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) + // On Windows and Mac, so far we can always make the final WebGL blacklisting + // decision based on partial GPU info; on Linux, we need to launch the GPU + // process to collect full GPU info and make the final decision. Added: head/www/chromium/files/patch-content__renderer__media__webrtc_audio_capturer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content__renderer__media__webrtc_audio_capturer.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,20 @@ +--- content/renderer/media/webrtc_audio_capturer.cc.orig 2013-09-02 21:19:59.000000000 +0300 ++++ content/renderer/media/webrtc_audio_capturer.cc 2013-09-02 21:22:12.000000000 +0300 +@@ -24,7 +24,7 @@ + // The listed rates below adds restrictions and WebRtcAudioDeviceImpl::Init() + // will fail if the user selects any rate outside these ranges. + static int kValidInputRates[] = {96000, 48000, 44100, 32000, 16000, 8000}; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_BSD) + static int kValidInputRates[] = {48000, 44100}; + #elif defined(OS_ANDROID) + static int kValidInputRates[] = {48000, 44100}; +@@ -37,7 +37,7 @@ + #if defined(OS_WIN) || defined(OS_MACOSX) + // Use a buffer size of 10ms. + buffer_size = (sample_rate / 100); +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_BSD) + // Based on tests using the current ALSA implementation in Chrome, we have + // found that the best combination is 20ms on the input side and 10ms on the + // output side. Added: head/www/chromium/files/patch-content__renderer__media__webrtc_audio_device_impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content__renderer__media__webrtc_audio_device_impl.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- content/renderer/media/webrtc_audio_device_impl.cc.orig 2013-09-02 21:19:20.000000000 +0300 ++++ content/renderer/media/webrtc_audio_device_impl.cc 2013-09-02 21:21:36.000000000 +0300 +@@ -67,7 +67,7 @@ + DCHECK_LE(number_of_frames, input_buffer_size()); + #if defined(OS_WIN) || defined(OS_MACOSX) + DCHECK_LE(volume, 1.0); +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_BSD) + // We have a special situation on Linux where the microphone volume can be + // "higher than maximum". The input volume slider in the sound preference + // allows the user to set a scaling that is higher than 100%. It means that Added: head/www/chromium/files/patch-content__renderer__media__webrtc_audio_renderer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content__renderer__media__webrtc_audio_renderer.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- content/renderer/media/webrtc_audio_renderer.cc.orig 2013-09-02 21:19:42.000000000 +0300 ++++ content/renderer/media/webrtc_audio_renderer.cc 2013-09-02 21:21:52.000000000 +0300 +@@ -31,7 +31,7 @@ + // rates below adds restrictions and Initialize() will fail if the user selects + // any rate outside these ranges. + const int kValidOutputRates[] = {96000, 48000, 44100, 32000, 16000}; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) ++#elif defined(OS_LINUX) || defined(OS_BSD) + const int kValidOutputRates[] = {48000, 44100}; + #elif defined(OS_ANDROID) + // TODO(leozwang): We want to use native sampling rate on Android to achieve Added: head/www/chromium/files/patch-gpu__config__gpu_control_list.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-gpu__config__gpu_control_list.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,15 @@ +--- gpu/config/gpu_control_list.cc.orig 2013-09-02 21:03:44.000000000 +0300 ++++ gpu/config/gpu_control_list.cc 2013-09-02 21:05:31.000000000 +0300 +@@ -1346,10 +1346,10 @@ + return kOsWin; + #elif defined(OS_ANDROID) + return kOsAndroid; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) +- return kOsLinux; + #elif defined(OS_MACOSX) + return kOsMacosx; ++#elif defined(OS_POSIX) ++ return kOsLinux; + #else + return kOsUnknown; + #endif Added: head/www/chromium/files/patch-gpu__config__gpu_control_list_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-gpu__config__gpu_control_list_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,12 @@ +--- gpu/config/gpu_control_list_unittest.cc.orig 2013-09-02 21:20:16.000000000 +0300 ++++ gpu/config/gpu_control_list_unittest.cc 2013-09-02 21:21:01.000000000 +0300 +@@ -177,8 +177,7 @@ + features = control_list->MakeDecision( + GpuControlList::kOsLinux, kOsVersion, gpu_info()); + EXPECT_SINGLE_FEATURE(features, TEST_FEATURE_0); +-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) || \ +- defined(OS_OPENBSD) ++#if defined(OS_WIN) || (defined(OS_POSIX) && !defined(OS_ANDROID)) + // ControlList entries will be filtered to the current OS only upon loading. + EXPECT_TRUE(control_list->LoadList( + vendor_json, GpuControlList::kCurrentOsOnly)); Added: head/www/chromium/files/patch-gpu__config__gpu_test_config.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-gpu__config__gpu_test_config.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,20 @@ +--- gpu/config/gpu_test_config.cc.orig 2013-09-02 21:22:26.000000000 +0300 ++++ gpu/config/gpu_test_config.cc 2013-09-02 21:23:55.000000000 +0300 +@@ -17,8 +17,6 @@ + GPUTestConfig::OS GetCurrentOS() { + #if defined(OS_CHROMEOS) + return GPUTestConfig::kOsChromeOS; +-#elif defined(OS_LINUX) || defined(OS_OPENBSD) +- return GPUTestConfig::kOsLinux; + #elif defined(OS_WIN) + int32 major_version = 0; + int32 minor_version = 0; +@@ -53,6 +51,8 @@ + } + #elif defined(OS_ANDROID) + return GPUTestConfig::kOsAndroid; ++#elif defined(OS_POSIX) ++ return GPUTestConfig::kOsLinux; + #endif + return GPUTestConfig::kOsUnknown; + } Added: head/www/chromium/files/patch-net__base__mime_util_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__base__mime_util_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- net/base/mime_util_unittest.cc.orig 2013-09-02 22:31:36.000000000 +0300 ++++ net/base/mime_util_unittest.cc 2013-09-02 22:32:33.000000000 +0300 +@@ -245,7 +245,7 @@ + { "MeSsAge/*", 1, "eml" }, + { "image/bmp", 1, "bmp" }, + { "video/*", 6, "mp4" }, +-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_IOS) ++#if (defined(OS_POSIX) && !defined(OS_MACOSX)) || defined(OS_IOS) + { "video/*", 6, "mpg" }, + #else + { "video/*", 6, "mpeg" }, Added: head/www/chromium/files/patch-net__base__net_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__base__net_util.h Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,12 @@ +--- net/base/net_util.h.orig 2013-09-01 00:45:45.000000000 +0300 ++++ net/base/net_util.h 2013-09-01 00:47:35.000000000 +0300 +@@ -13,6 +13,9 @@ + #elif defined(OS_POSIX) + #include + #include ++#if defined(OS_BSD) ++#include ++#endif + #endif + + #include Added: head/www/chromium/files/patch-net__dns__dns_config_service_posix_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__dns__dns_config_service_posix_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- net/dns/dns_config_service_posix_unittest.cc.orig 2013-09-01 00:10:54.000000000 +0300 ++++ net/dns/dns_config_service_posix_unittest.cc 2013-09-01 00:22:00.000000000 +0300 +@@ -2,8 +2,6 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + +-#include +- + #include "base/sys_byteorder.h" + #include "net/dns/dns_config_service_posix.h" + Added: head/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,13 @@ +--- net/http/http_auth_gssapi_posix.cc.orig 2013-09-02 22:50:25.000000000 +0300 ++++ net/http/http_auth_gssapi_posix.cc 2013-09-02 22:52:13.000000000 +0300 +@@ -430,8 +430,8 @@ + static const char* const kDefaultLibraryNames[] = { + #if defined(OS_MACOSX) + "libgssapi_krb5.dylib" // MIT Kerberos +-#elif defined(OS_OPENBSD) +- "libgssapi.so" // Heimdal - OpenBSD ++#elif defined(OS_BSD) ++ "libgssapi.so" // Heimdal - OpenBSD / FreeBSD + #else + "libgssapi_krb5.so.2", // MIT Kerberos - FC, Suse10, Debian + "libgssapi.so.4", // Heimdal - Suse10, MDK Modified: head/www/chromium/files/patch-net__net.gyp ============================================================================== --- head/www/chromium/files/patch-net__net.gyp Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/files/patch-net__net.gyp Tue Sep 3 16:06:13 2013 (r326165) @@ -1,6 +1,6 @@ ---- net/net.gyp.orig 2012-09-25 16:01:38.000000000 +0300 -+++ net/net.gyp 2012-10-01 20:04:49.000000000 +0300 -@@ -943,9 +943,10 @@ +--- net/net.gyp.orig 2013-08-19 02:54:02.000000000 +0300 ++++ net/net.gyp 2013-09-01 00:26:02.000000000 +0300 +@@ -1259,9 +1259,10 @@ }], ['os_bsd==1', { 'sources!': [ @@ -12,3 +12,15 @@ ], },{ 'dependencies': [ +@@ -2076,6 +2077,11 @@ + 'cert/x509_cert_types_unittest.cc', + ], + }], ++ [ 'os_bsd == 1', { ++ 'sources!': [ ++ 'base/address_tracker_linux_unittest.cc', ++ ], ++ }], + ], + }, + { Added: head/www/chromium/files/patch-net__socket__tcp_listen_socket_unittest.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__socket__tcp_listen_socket_unittest.h Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,12 @@ +--- net/socket/tcp_listen_socket_unittest.h.orig 2013-09-01 00:30:34.000000000 +0300 ++++ net/socket/tcp_listen_socket_unittest.h 2013-09-01 00:31:11.000000000 +0300 +@@ -13,6 +13,9 @@ + #include + #include + #include ++#if defined(OS_BSD) ++#include ++#endif + #endif + + #include "base/basictypes.h" Added: head/www/chromium/files/patch-net__udp__udp_socket_unittest.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-net__udp__udp_socket_unittest.cc Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,11 @@ +--- net/udp/udp_socket_unittest.cc.orig 2013-09-01 17:50:31.000000000 +0300 ++++ net/udp/udp_socket_unittest.cc 2013-09-01 17:50:50.000000000 +0300 +@@ -202,7 +202,7 @@ + client_entries, 5, NetLog::TYPE_SOCKET_ALIVE)); + } + +-#if defined(OS_MACOSX) ++#if defined(OS_MACOSX) || defined(OS_BSD) + // UDPSocketPrivate_Broadcast is disabled for OSX because it requires + // root permissions on OSX 10.7+. + TEST_F(UDPSocketTest, DISABLED_Broadcast) { Modified: head/www/chromium/files/patch-testing__gtest__include__gtest__internal__gtest-port.h ============================================================================== --- head/www/chromium/files/patch-testing__gtest__include__gtest__internal__gtest-port.h Tue Sep 3 16:03:41 2013 (r326164) +++ head/www/chromium/files/patch-testing__gtest__include__gtest__internal__gtest-port.h Tue Sep 3 16:06:13 2013 (r326165) @@ -1,5 +1,5 @@ ---- testing/gtest/include/gtest/internal/gtest-port.h.orig 2012-12-20 10:02:55.000000000 +0200 -+++ testing/gtest/include/gtest/internal/gtest-port.h 2013-01-06 22:58:55.000000000 +0200 +--- testing/gtest/include/gtest/internal/gtest-port.h.orig 2013-08-19 02:58:58.000000000 +0300 ++++ testing/gtest/include/gtest/internal/gtest-port.h 2013-08-30 19:49:05.000000000 +0300 @@ -261,6 +261,8 @@ # define GTEST_OS_NACL 1 #elif defined __OpenBSD__ @@ -9,3 +9,21 @@ #elif defined __QNX__ # define GTEST_OS_QNX 1 #endif // __CYGWIN__ +@@ -473,7 +475,7 @@ + // To disable threading support in Google Test, add -DGTEST_HAS_PTHREAD=0 + // to your compiler flags. + # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ +- || GTEST_OS_QNX) ++ || GTEST_OS_QNX || GTEST_OS_FREEBSD) + #endif // GTEST_HAS_PTHREAD + + #if GTEST_HAS_PTHREAD +@@ -642,7 +644,7 @@ + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ +- GTEST_OS_OPENBSD || GTEST_OS_QNX) ++ GTEST_OS_OPENBSD || GTEST_OS_FREEBSD || GTEST_OS_QNX) + # define GTEST_HAS_DEATH_TEST 1 + # include // NOLINT + #endif Added: head/www/chromium/files/patch-third_party__WebKit__Tools__DumpRenderTree__DumpRenderTree.gyp__DumpRenderTree.gyp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__WebKit__Tools__DumpRenderTree__DumpRenderTree.gyp__DumpRenderTree.gyp Tue Sep 3 16:06:13 2013 (r326165) @@ -0,0 +1,15 @@ +--- third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp.orig 2013-08-19 03:03:10.000000000 +0300 ++++ third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp 2013-08-30 23:14:53.000000000 +0300 +@@ -377,5 +377,12 @@ + }, + }, + }], ++ ['OS=="freebsd"', { ++ 'target_defaults': { ++ 'include_dirs': [ ++ '/usr/local/include', ++ ], ++ }, ++ }], + ], # conditions + } From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:10:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DEEB36ED; Tue, 3 Sep 2013 16:10:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC1742804; Tue, 3 Sep 2013 16:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GADBg038030; Tue, 3 Sep 2013 16:10:13 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GADoK038029; Tue, 3 Sep 2013 16:10:13 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309031610.r83GADoK038029@svn.freebsd.org> From: Rene Ladan Date: Tue, 3 Sep 2013 16:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326166 - head/www/chromium 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.14 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: Tue, 03 Sep 2013 16:10:14 -0000 Author: rene Date: Tue Sep 3 16:10:13 2013 New Revision: 326166 URL: http://svnweb.freebsd.org/changeset/ports/326166 Log: Use correct value of DISTFILES if TEST is off. Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Sep 3 16:06:13 2013 (r326165) +++ head/www/chromium/Makefile Tue Sep 3 16:10:13 2013 (r326166) @@ -11,7 +11,7 @@ MASTER_SITES= http://commondatastorage.g http://download.goodking.org/downloads/:browser \ ftp://rene-ladan.nl/pub/distfiles/:browser \ http://files.etoilebsd.net/goodking/:browser -DISTFILES= ${PORTNAME}${EXTRACT_SUFX}:browser +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:browser MAINTAINER= chromium@FreeBSD.org COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:18:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6B02A37; Tue, 3 Sep 2013 16:18:53 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4C2428AA; Tue, 3 Sep 2013 16:18:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GIrk0043551; Tue, 3 Sep 2013 16:18:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GIn6R043522; Tue, 3 Sep 2013 16:18:49 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031618.r83GIn6R043522@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 16:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326167 - in head: net-mgmt/coovachilli net-mgmt/fetchconfig net-mgmt/nagios-certexp-plugin net-mgmt/nagios-check_clamav net-mgmt/nagios-openldap-plugins net-mgmt/p5-BigIP-iControl net-... 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.14 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: Tue, 03 Sep 2013 16:18:54 -0000 Author: az Date: Tue Sep 3 16:18:49 2013 New Revision: 326167 URL: http://svnweb.freebsd.org/changeset/ports/326167 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net-mgmt/coovachilli/Makefile (contents, props changed) head/net-mgmt/fetchconfig/Makefile (contents, props changed) head/net-mgmt/nagios-certexp-plugin/Makefile (contents, props changed) head/net-mgmt/nagios-check_clamav/Makefile (contents, props changed) head/net-mgmt/nagios-openldap-plugins/Makefile (contents, props changed) head/net-mgmt/p5-BigIP-iControl/Makefile head/net-mgmt/p5-Cisco-Reconfig/Makefile head/net-mgmt/p5-MRTG-Parse/Makefile (contents, props changed) head/net-mgmt/p5-Net-ACL/Makefile (contents, props changed) head/net-mgmt/p5-Net-ILO/Makefile (contents, props changed) head/net-mgmt/p5-NetAddr-IP-Lite/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Trapinfo/Makefile (contents, props changed) head/net-mgmt/pancho/Makefile head/net-mgmt/routers2-extensions/Makefile (contents, props changed) head/www/p5-Acme-Monta/Makefile (contents, props changed) head/www/p5-CGI-Compile/Makefile (contents, props changed) head/www/p5-CGI-ExtDirect/Makefile head/www/p5-Catalyst-View-XML-Feed/Makefile head/www/p5-FCGI-Client/Makefile Modified: head/net-mgmt/coovachilli/Makefile ============================================================================== --- head/net-mgmt/coovachilli/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/coovachilli/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -25,7 +25,8 @@ MAN8= chilli.8 CONFIGURE_ARGS=-localstatedir=/var GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes # for manual page building +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_RC_SUBR= coovachilli Modified: head/net-mgmt/fetchconfig/Makefile ============================================================================== --- head/net-mgmt/fetchconfig/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/fetchconfig/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \ Modified: head/net-mgmt/nagios-certexp-plugin/Makefile ============================================================================== --- head/net-mgmt/nagios-certexp-plugin/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/nagios-certexp-plugin/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -18,7 +18,7 @@ RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDI p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_certexp.pl Modified: head/net-mgmt/nagios-check_clamav/Makefile ============================================================================== --- head/net-mgmt/nagios-check_clamav/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/nagios-check_clamav/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -16,7 +16,8 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Nagios plugin that verifies ClamAV local signature database revision NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ clamav>=0:${PORTSDIR}/security/clamav \ Modified: head/net-mgmt/nagios-openldap-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-openldap-plugins/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/nagios-openldap-plugins/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} PORTSCOUT= ignore:1 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= libexec/nagios/check_ldap_dn.pl \ libexec/nagios/check_ldap_query.pl \ Modified: head/net-mgmt/p5-BigIP-iControl/Makefile ============================================================================== --- head/net-mgmt/p5-BigIP-iControl/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR} p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BigIP::iControl.3 Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile ============================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-Cisco-Reconfig/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -17,7 +17,8 @@ COMMENT= Parse and generate Cisco config RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cisco::Reconfig.3 Modified: head/net-mgmt/p5-MRTG-Parse/Makefile ============================================================================== --- head/net-mgmt/p5-MRTG-Parse/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-MRTG-Parse/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Parsing and utilizing logfiles generated by MRTG Tool -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MRTG::Parse.3 Modified: head/net-mgmt/p5-Net-ACL/Makefile ============================================================================== --- head/net-mgmt/p5-Net-ACL/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-Net-ACL/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:$ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ACL.3 Net::ACL::Bootstrap.3 Net::ACL::File.3 \ Net::ACL::File::ASPath.3 Net::ACL::File::Community.3 \ Modified: head/net-mgmt/p5-Net-ILO/Makefile ============================================================================== --- head/net-mgmt/p5-Net-ILO/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-Net-ILO/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ILO.3 Modified: head/net-mgmt/p5-NetAddr-IP-Lite/Makefile ============================================================================== --- head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= IPv4/6 and 128 bit number utilities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= -noxs Modified: head/net-mgmt/p5-SNMP-Trapinfo/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Trapinfo/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/p5-SNMP-Trapinfo/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= joris.dedieu@gmail.com COMMENT= Process an SNMP trap with perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::Trapinfo.3 Modified: head/net-mgmt/pancho/Makefile ============================================================================== --- head/net-mgmt/pancho/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/pancho/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/ p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN1= pancho.1 Modified: head/net-mgmt/routers2-extensions/Makefile ============================================================================== --- head/net-mgmt/routers2-extensions/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/net-mgmt/routers2-extensions/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/r WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extensions -USE_PERL5= YES +USES= perl5 NO_BUILD= YES Modified: head/www/p5-Acme-Monta/Makefile ============================================================================== --- head/www/p5-Acme-Monta/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/www/p5-Acme-Monta/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Monta Method reproduced in web -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Acme::Monta.3 Modified: head/www/p5-CGI-Compile/Makefile ============================================================================== --- head/www/p5-CGI-Compile/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/www/p5-CGI-Compile/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -19,7 +19,8 @@ TEST_DEPENDS= \ p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI # Depending on Plack::Test causes cyclic dependencies. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Compile.3 Modified: head/www/p5-CGI-ExtDirect/Makefile ============================================================================== --- head/www/p5-CGI-ExtDirect/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/www/p5-CGI-ExtDirect/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -13,7 +13,8 @@ COMMENT= Perl extension for creating Ext BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::ExtDirect.3 Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Feed/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/www/p5-Catalyst-View-XML-Feed/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>0:${P p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::XML::Feed.3 Modified: head/www/p5-FCGI-Client/Makefile ============================================================================== --- head/www/p5-FCGI-Client/Makefile Tue Sep 3 16:10:13 2013 (r326166) +++ head/www/p5-FCGI-Client/Makefile Tue Sep 3 16:18:49 2013 (r326167) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FCGI::Client.3 \ FCGI::Client::Connection.3 \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:19:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 114FBB11; Tue, 3 Sep 2013 16:19:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F35B828AE; Tue, 3 Sep 2013 16:19:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GJ5Jm043703; Tue, 3 Sep 2013 16:19:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GJ5DU043702; Tue, 3 Sep 2013 16:19:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031619.r83GJ5DU043702@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 16:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326168 - head/graphics/c-a-i-r 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.14 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: Tue, 03 Sep 2013 16:19:06 -0000 Author: bapt Date: Tue Sep 3 16:19:05 2013 New Revision: 326168 URL: http://svnweb.freebsd.org/changeset/ports/326168 Log: Fix build with clang Modified: head/graphics/c-a-i-r/Makefile Modified: head/graphics/c-a-i-r/Makefile ============================================================================== --- head/graphics/c-a-i-r/Makefile Tue Sep 3 16:18:49 2013 (r326167) +++ head/graphics/c-a-i-r/Makefile Tue Sep 3 16:19:05 2013 (r326168) @@ -1,9 +1,5 @@ -# New ports collection makefile for: c-a-i-r -# Date created: 18 Oct 2008 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= c-a-i-r PORTVERSION= 2.19 @@ -15,7 +11,8 @@ MAINTAINER= buganini@gmail.com COMMENT= Content Aware Image Resizer is an implementation of seam carving USE_ZIP= yes -USE_GMAKE= yes +USES= gmake +MAKE_ARGS+= CC="${CXX}" WRKSRC= ${WRKDIR} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:27:45 2013 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 ESMTP id C99C1E1F; Tue, 3 Sep 2013 16:27:45 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B682C2962; Tue, 3 Sep 2013 16:27:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GRji5049319; Tue, 3 Sep 2013 16:27:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GRjEN049316; Tue, 3 Sep 2013 16:27:45 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309031627.r83GRjEN049316@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 16:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326169 - head/devel/py-robotframework-selenium2library 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.14 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: Tue, 03 Sep 2013 16:27:45 -0000 Author: wg Date: Tue Sep 3 16:27:44 2013 New Revision: 326169 URL: http://svnweb.freebsd.org/changeset/ports/326169 Log: devel/py-robotframework-selenium2library: update to 1.3.0 - Update to 1.3.0 PR: ports/181775 Submitted by: Vladimir Chukharev (maintainer) Modified: head/devel/py-robotframework-selenium2library/Makefile head/devel/py-robotframework-selenium2library/distinfo Modified: head/devel/py-robotframework-selenium2library/Makefile ============================================================================== --- head/devel/py-robotframework-selenium2library/Makefile Tue Sep 3 16:19:05 2013 (r326168) +++ head/devel/py-robotframework-selenium2library/Makefile Tue Sep 3 16:27:44 2013 (r326169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-robotframework-selenium2library/distinfo ============================================================================== --- head/devel/py-robotframework-selenium2library/distinfo Tue Sep 3 16:19:05 2013 (r326168) +++ head/devel/py-robotframework-selenium2library/distinfo Tue Sep 3 16:27:44 2013 (r326169) @@ -1,2 +1,2 @@ -SHA256 (robotframework-selenium2library-1.2.0.tar.gz) = 095a7a6d8c93498992e508fa5cedd95e7c09e0ac6f9e3d6b8792e57614b0cf32 -SIZE (robotframework-selenium2library-1.2.0.tar.gz) = 211842 +SHA256 (robotframework-selenium2library-1.3.0.tar.gz) = 6365b93f9a2cd8fa7a90bc763388e229e937588aa3ab3608547ca3d67888e58b +SIZE (robotframework-selenium2library-1.3.0.tar.gz) = 214148 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:28:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EECEEF31; Tue, 3 Sep 2013 16:28:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC400297D; Tue, 3 Sep 2013 16:28:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GSHKv049609; Tue, 3 Sep 2013 16:28:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GSH7n049607; Tue, 3 Sep 2013 16:28:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031628.r83GSH7n049607@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 16:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326170 - in head/textproc/clucene: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 16:28:18 -0000 Author: bapt Date: Tue Sep 3 16:28:17 2013 New Revision: 326170 URL: http://svnweb.freebsd.org/changeset/ports/326170 Log: Allow to build with clang and libc++ Added: head/textproc/clucene/files/patch-libc++ (contents, props changed) Modified: head/textproc/clucene/Makefile Modified: head/textproc/clucene/Makefile ============================================================================== --- head/textproc/clucene/Makefile Tue Sep 3 16:27:44 2013 (r326169) +++ head/textproc/clucene/Makefile Tue Sep 3 16:28:17 2013 (r326170) @@ -20,7 +20,7 @@ USES= cmake iconv USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON -CXXFLAGS+= -D__LONG_LONG_SUPPORTED +CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFIRMANCE_ post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ Added: head/textproc/clucene/files/patch-libc++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/clucene/files/patch-libc++ Tue Sep 3 16:28:17 2013 (r326170) @@ -0,0 +1,12 @@ +--- src/shared/CLucene/LuceneThreads.h.orig 2011-03-17 01:21:07.000000000 +0100 ++++ src/shared/CLucene/LuceneThreads.h 2013-09-03 18:25:01.380067076 +0200 +@@ -7,6 +7,9 @@ + #ifndef _LuceneThreads_h + #define _LuceneThreads_h + ++#if defined(_CL_HAVE_PTHREAD) ++#include ++#endif + + CL_NS_DEF(util) + class CLuceneThreadIdCompare; From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:37:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E100F558; Tue, 3 Sep 2013 16:37:23 +0000 (UTC) (envelope-from marcus@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEC512ADA; Tue, 3 Sep 2013 16:37:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GbNo0055532; Tue, 3 Sep 2013 16:37:23 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GbNp0055525; Tue, 3 Sep 2013 16:37:23 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201309031637.r83GbNp0055525@svn.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2013 16:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326171 - head/textproc/xml2rfc 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.14 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: Tue, 03 Sep 2013 16:37:24 -0000 Author: marcus Date: Tue Sep 3 16:37:22 2013 New Revision: 326171 URL: http://svnweb.freebsd.org/changeset/ports/326171 Log: Update to 2.4.2, a brand new version rewritten in Python. Also, assume maintainership. Note: the convenience scripts for txt, html and nroff are gone, but the functionality still exists with --text, --html and --nroff. Modified: head/textproc/xml2rfc/Makefile head/textproc/xml2rfc/distinfo head/textproc/xml2rfc/pkg-message head/textproc/xml2rfc/pkg-plist (contents, props changed) Modified: head/textproc/xml2rfc/Makefile ============================================================================== --- head/textproc/xml2rfc/Makefile Tue Sep 3 16:28:17 2013 (r326170) +++ head/textproc/xml2rfc/Makefile Tue Sep 3 16:37:22 2013 (r326171) @@ -1,60 +1,18 @@ -# New ports collection makefile for: xml2rfc -# Date created: 8 July 2002 -# Whom: jabley@automagic.org -# +# Created by: jabley@automagic.org # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 1.36 +PORTVERSION= 2.4.2 CATEGORIES= textproc -MASTER_SITES= http://xml.resource.org/authoring/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marcus@FreeBSD.org COMMENT= A tool to create RFCs and related documents from XML, as per RFC2629 -USE_TCL_RUN= yes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:${PORTSDIR}/devel/py-lxml -.if !defined(WITHOUT_X11) -USE_TK_RUN= yes -.endif - -PATCH_TCL_SCRIPTS=xml2rfc.tcl - -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xml2rfc.tcl ${PREFIX}/bin/xml2rfc - ${LN} -f ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2txt - ${LN} -f ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2html - ${LN} -f ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2nroff -.if !defined (NOPORTDOCS) - ${MKDIR} ${DOCSDIR} ${DOCSDIR}/contrib ${DOCSDIR}/samples \ - ${DOCSDIR}/contrib/alex.rousskov ${DOCSDIR}/contrib/fred.baker \ - ${DOCSDIR}/contrib/pekka.savola ${DOCSDIR}/contrib/rob.austein -.for doc in LICENSE README.html README.txt README.xml \ - draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt \ - example.html example.txt example.xml rfc2629-other.ent \ - rfc2629-xhtml.ent rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.rng \ - rfc2629.xml rfc2629.xsd test.txt test.xml xml.xsd xml2rfc-win.png \ - xml2sgml.tcl - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.for doc in \ - alex.rousskov/xml2rfcpp.pl \ - fred.baker/new-draft.xml \ - pekka.savola/template.xml \ - pekka.savola/template0.xml \ - pekka.savola/template1b.xml \ - rob.austein/concat.pl \ - rob.austein/fast-sync.sh - ${INSTALL_DATA} ${WRKSRC}/contrib/${doc} ${DOCSDIR}/contrib/${doc} -.endfor - for doc in ${WRKSRC}/samples/* ; do \ - ${INSTALL_DATA} $${doc} ${DOCSDIR}/samples ; \ - done - ${INSTALL_DATA} ${WRKSRC}/.xml2rfc.rc ${DOCSDIR}/dot.xml2rfc.rc -.endif +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install post-install: @${CAT} ${PKGMESSAGE} Modified: head/textproc/xml2rfc/distinfo ============================================================================== --- head/textproc/xml2rfc/distinfo Tue Sep 3 16:28:17 2013 (r326170) +++ head/textproc/xml2rfc/distinfo Tue Sep 3 16:37:22 2013 (r326171) @@ -1,2 +1,2 @@ -SHA256 (xml2rfc-1.36.tgz) = eb1c59597fcb40575bf56e2d04e1c8d7e1b3e965c32e20801354d7404e1f270c -SIZE (xml2rfc-1.36.tgz) = 1525517 +SHA256 (xml2rfc-2.4.2.tar.gz) = 60597904716b5ab96d48a0f50cead91a573bdfc0a842a4a37b512901e0ebd9b9 +SIZE (xml2rfc-2.4.2.tar.gz) = 969352 Modified: head/textproc/xml2rfc/pkg-message ============================================================================== --- head/textproc/xml2rfc/pkg-message Tue Sep 3 16:28:17 2013 (r326170) +++ head/textproc/xml2rfc/pkg-message Tue Sep 3 16:37:22 2013 (r326171) @@ -1,4 +1,3 @@ Have a look at http://xml.resource.org/ for how to get and update bibliographic summaries of each RFC and Internet-Draft. - Modified: head/textproc/xml2rfc/pkg-plist ============================================================================== --- head/textproc/xml2rfc/pkg-plist Tue Sep 3 16:28:17 2013 (r326170) +++ head/textproc/xml2rfc/pkg-plist Tue Sep 3 16:37:22 2013 (r326171) @@ -1,267 +1,46 @@ -bin/xml2html -bin/xml2nroff bin/xml2rfc -bin/xml2txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/README.xml -%%PORTDOCS%%%%DOCSDIR%%/contrib/alex.rousskov/xml2rfcpp.pl -%%PORTDOCS%%%%DOCSDIR%%/contrib/fred.baker/new-draft.xml -%%PORTDOCS%%%%DOCSDIR%%/contrib/pekka.savola/template.xml -%%PORTDOCS%%%%DOCSDIR%%/contrib/pekka.savola/template0.xml -%%PORTDOCS%%%%DOCSDIR%%/contrib/pekka.savola/template1b.xml -%%PORTDOCS%%%%DOCSDIR%%/contrib/rob.austein/concat.pl -%%PORTDOCS%%%%DOCSDIR%%/contrib/rob.austein/fast-sync.sh -%%PORTDOCS%%%%DOCSDIR%%/dot.xml2rfc.rc -%%PORTDOCS%%%%DOCSDIR%%/draft-mrose-writing-rfcs.html -%%PORTDOCS%%%%DOCSDIR%%/draft-mrose-writing-rfcs.txt -%%PORTDOCS%%%%DOCSDIR%%/example.html -%%PORTDOCS%%%%DOCSDIR%%/example.txt -%%PORTDOCS%%%%DOCSDIR%%/example.xml -%%PORTDOCS%%%%DOCSDIR%%/rfc2629-other.ent -%%PORTDOCS%%%%DOCSDIR%%/rfc2629-xhtml.ent -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.dtd -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.html -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.rnc -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.rng -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.xml -%%PORTDOCS%%%%DOCSDIR%%/rfc2629.xsd -%%PORTDOCS%%%%DOCSDIR%%/samples/Makefile -%%PORTDOCS%%%%DOCSDIR%%/samples/iab.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/iab.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2616.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2616.nr.mp -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2616.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2616.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2616.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc2629.xslt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3470.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3470.nr.mp -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3470.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3470.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3470.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3986.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3986.nr.mp -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3986.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3986.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc3986.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5234.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5234.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5234.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5234.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5322.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5322.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5322.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/rfc5322.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.basic.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.basic.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.basic.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.basic.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noDerivativesTrust200902.200909.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noDerivativesTrust200902.200909.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noDerivativesTrust200902.200909.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noDerivativesTrust200902.200909.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModification3978.200606.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModification3978.200606.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModification3978.200606.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModification3978.200606.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModificationTrust200902.200909.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModificationTrust200902.200909.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModificationTrust200902.200909.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.noModificationTrust200902.200909.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200909.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200909.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200909.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200909.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200912.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200912.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200912.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.200912.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.201011.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.201011.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.201011.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.pre5378Trust200902.201011.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200909.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200909.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200909.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200909.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200911.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200911.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200911.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200911.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200912.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200912.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200912.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.200912.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.iab.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.iab.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.iab.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.iab.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ietf.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ietf.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ietf.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ietf.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ind.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ind.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ind.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.ind.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.irtf.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.irtf.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.irtf.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.irtf.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.id.trust200902.201006.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200201.iprnotified.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200201.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200201.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200201.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200201.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200609.ind.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200609.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200609.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200609.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200609.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200808.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200808.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200808.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200808.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200812.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200812.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200812.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200812.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200906.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200906.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200906.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200906.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200907.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200907.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200907.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200907.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200909.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200909.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200909.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200909.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200912.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200912.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200912.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.200912.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.exp.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.exp.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.exp.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.exp.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.hist.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.hist.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.hist.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.hist.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.inf.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.inf.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.inf.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.iab.inf.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.bcp.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.bcp.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.bcp.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.bcp.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.exp.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.hist.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.inf.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.std.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.std.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.std.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ietf.std.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.exp.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.exp.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.exp.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.exp.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.hist.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.hist.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.hist.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.hist.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.inf.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.inf.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.inf.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.ind.inf.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.norg.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.norg.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.norg.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.exp.norg.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.norg.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.norg.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.norg.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.hist.norg.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.c.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.c.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.c.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.c.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.nc.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.nc.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.nc.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.nc.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.norg.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.norg.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.norg.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.201001.irtf.inf.norg.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.hab.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.pre5378Trust200902.200912.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.pre5378Trust200902.200912.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.pre5378Trust200902.200912.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ipr.rfc.pre5378Trust200902.200912.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.nested.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.nested.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.nested.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.nested.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ref.annotation.nr -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ref.annotation.txt -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ref.annotation.xml -%%PORTDOCS%%%%DOCSDIR%%/samples/sample.ref.annotation.xml2rfc.html -%%PORTDOCS%%%%DOCSDIR%%/test.txt -%%PORTDOCS%%%%DOCSDIR%%/test.xml -%%PORTDOCS%%%%DOCSDIR%%/xml.xsd -%%PORTDOCS%%%%DOCSDIR%%/xml2rfc-win.png -%%PORTDOCS%%%%DOCSDIR%%/xml2sgml.tcl -%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib/rob.austein -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib/pekka.savola -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib/fred.baker -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib/alex.rousskov -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/xml2rfc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/log.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/log.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/log.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/parser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/parser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/parser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/templates/address_card.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/templates/base.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/templates/rfc2629-other.ent +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/templates/rfc2629-xhtml.ent +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/templates/rfc2629.dtd +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/expanded_xml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/expanded_xml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/expanded_xml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/html.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/html.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/html.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/nroff.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/nroff.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/nroff.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/paginated_txt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/paginated_txt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/paginated_txt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/raw_txt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/raw_txt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/xml2rfc/writers/raw_txt.pyo From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:56:25 2013 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 ESMTP id 96B101FE; Tue, 3 Sep 2013 16:56:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 829012E88; Tue, 3 Sep 2013 16:56:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GuPV2066763; Tue, 3 Sep 2013 16:56:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83GuPSf066762; Tue, 3 Sep 2013 16:56:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031656.r83GuPSf066762@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 16:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326172 - head/deskutils/gdesklets 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.14 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: Tue, 03 Sep 2013 16:56:25 -0000 Author: bapt Date: Tue Sep 3 16:56:25 2013 New Revision: 326172 URL: http://svnweb.freebsd.org/changeset/ports/326172 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/gdesklets/Makefile Modified: head/deskutils/gdesklets/Makefile ============================================================================== --- head/deskutils/gdesklets/Makefile Tue Sep 3 16:37:22 2013 (r326171) +++ head/deskutils/gdesklets/Makefile Tue Sep 3 16:56:25 2013 (r326172) @@ -21,8 +21,7 @@ WRKSRC= ${WRKDIR}/gDesklets-${PORTVERSI USE_GNOME= gnomehack gnomeprefix intlhack librsvg2 pygnomeextras USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:03:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D69F642; Tue, 3 Sep 2013 17:03:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4FB2FDE; Tue, 3 Sep 2013 17:03:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H3KnP071997; Tue, 3 Sep 2013 17:03:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H3KcU071996; Tue, 3 Sep 2013 17:03:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031703.r83H3KcU071996@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 17:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326173 - head/databases/glom 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.14 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: Tue, 03 Sep 2013 17:03:20 -0000 Author: bapt Date: Tue Sep 3 17:03:19 2013 New Revision: 326173 URL: http://svnweb.freebsd.org/changeset/ports/326173 Log: Add an explicit dependency on pkgconf Modified: head/databases/glom/Makefile Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Tue Sep 3 16:56:25 2013 (r326172) +++ head/databases/glom/Makefile Tue Sep 3 17:03:19 2013 (r326173) @@ -29,8 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gettext pathfix shared-mime-info -USE_GMAKE= yes +USES= gettext pathfix shared-mime-info gmake pkgconfig USE_GNOME= gnomedocutils gnomeprefix pygnomeextras USE_LDCONFIG= yes USE_PGSQL= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:05:12 2013 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 ESMTP id 6423A7F3; Tue, 3 Sep 2013 17:05:12 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51C71206E; Tue, 3 Sep 2013 17:05:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H5CDf072784; Tue, 3 Sep 2013 17:05:12 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H5BfJ072778; Tue, 3 Sep 2013 17:05:11 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201309031705.r83H5BfJ072778@svn.freebsd.org> From: Steven Kreuzer Date: Tue, 3 Sep 2013 17:05:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326174 - head/science/libctl 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.14 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: Tue, 03 Sep 2013 17:05:12 -0000 Author: skreuzer Date: Tue Sep 3 17:05:11 2013 New Revision: 326174 URL: http://svnweb.freebsd.org/changeset/ports/326174 Log: Update to 3.2.1 PR: ports/178239 Submitted by: Stas Timokhin Modified: head/science/libctl/Makefile head/science/libctl/distinfo head/science/libctl/pkg-plist Modified: head/science/libctl/Makefile ============================================================================== --- head/science/libctl/Makefile Tue Sep 3 17:03:19 2013 (r326173) +++ head/science/libctl/Makefile Tue Sep 3 17:05:11 2013 (r326174) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libctl -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ Modified: head/science/libctl/distinfo ============================================================================== --- head/science/libctl/distinfo Tue Sep 3 17:03:19 2013 (r326173) +++ head/science/libctl/distinfo Tue Sep 3 17:05:11 2013 (r326174) @@ -1,2 +1,2 @@ -SHA256 (libctl-3.1.tar.gz) = 9001f95efa0812b6b76220f2de1edcb512f9c26764df63680fc37c8c9684eee5 -SIZE (libctl-3.1.tar.gz) = 460108 +SHA256 (libctl-3.2.1.tar.gz) = c83f73eb1a99b783499859ffba4ed7b13c1ff65dfdda5cdb29c3cec3e307ad44 +SIZE (libctl-3.2.1.tar.gz) = 485825 Modified: head/science/libctl/pkg-plist ============================================================================== --- head/science/libctl/pkg-plist Tue Sep 3 17:03:19 2013 (r326173) +++ head/science/libctl/pkg-plist Tue Sep 3 17:05:11 2013 (r326174) @@ -5,11 +5,11 @@ include/ctlgeom.h lib/libctl.a lib/libctl.la lib/libctl.so -lib/libctl.so.4 +lib/libctl.so.5 lib/libctlgeom.a lib/libctlgeom.la lib/libctlgeom.so -lib/libctlgeom.so.4 +lib/libctlgeom.so.5 %%PORTDOCS%%%%DOCSDIR%%/advanced-user.html %%PORTDOCS%%%%DOCSDIR%%/basic-user.html %%PORTDOCS%%%%DOCSDIR%%/developer.html From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:05:19 2013 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 ESMTP id B2D998A3; Tue, 3 Sep 2013 17:05:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0CDB2073; Tue, 3 Sep 2013 17:05:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H5IJ9072907; Tue, 3 Sep 2013 17:05:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H5Im1072906; Tue, 3 Sep 2013 17:05:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031705.r83H5Im1072906@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 17:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326175 - head/deskutils/conduit 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.14 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: Tue, 03 Sep 2013 17:05:19 -0000 Author: bapt Date: Tue Sep 3 17:05:18 2013 New Revision: 326175 URL: http://svnweb.freebsd.org/changeset/ports/326175 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/conduit/Makefile Modified: head/deskutils/conduit/Makefile ============================================================================== --- head/deskutils/conduit/Makefile Tue Sep 3 17:05:11 2013 (r326174) +++ head/deskutils/conduit/Makefile Tue Sep 3 17:05:18 2013 (r326175) @@ -25,9 +25,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocan xdg-open:${PORTSDIR}/devel/xdg-utils USE_PYTHON= 2.5+ -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:06:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 158BEA3E; Tue, 3 Sep 2013 17:06:49 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0307A20B4; Tue, 3 Sep 2013 17:06:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H6m6X073577; Tue, 3 Sep 2013 17:06:48 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H6mFK073574; Tue, 3 Sep 2013 17:06:48 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201309031706.r83H6mFK073574@svn.freebsd.org> From: Steven Kreuzer Date: Tue, 3 Sep 2013 17:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326176 - in head/science/meep: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 17:06:49 -0000 Author: skreuzer Date: Tue Sep 3 17:06:48 2013 New Revision: 326176 URL: http://svnweb.freebsd.org/changeset/ports/326176 Log: Update to 1.2 PR: ports/178240 Submitted by: Stas Timokhin Modified: head/science/meep/Makefile head/science/meep/distinfo head/science/meep/files/patch-configure Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Tue Sep 3 17:05:18 2013 (r326175) +++ head/science/meep/Makefile Tue Sep 3 17:06:48 2013 (r326176) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= meep -PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTVERSION= 1.2 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ @@ -15,8 +14,8 @@ BUILD_DEPENDS+= bash:${PORTSDIR}/shells/ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ blas.2:${PORTSDIR}/math/blas \ - ctl.4:${PORTSDIR}/science/libctl \ - hdf5.0:${PORTSDIR}/science/hdf5 + ctl.5:${PORTSDIR}/science/libctl \ + hdf5.7:${PORTSDIR}/science/hdf5-18 RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv USE_GMAKE= yes Modified: head/science/meep/distinfo ============================================================================== --- head/science/meep/distinfo Tue Sep 3 17:05:18 2013 (r326175) +++ head/science/meep/distinfo Tue Sep 3 17:06:48 2013 (r326176) @@ -1,2 +1,2 @@ -SHA256 (meep-1.1.1.tar.gz) = 7a97b5555da1f9ea2ec6eed5c45bd97bcd6ddbd54bdfc181f46c696dffc169f2 -SIZE (meep-1.1.1.tar.gz) = 751244 +SHA256 (meep-1.2.tar.gz) = 2734737b8053a45942bc1a50933d63b6fd18c7dc3cf33e92e0815ece93138942 +SIZE (meep-1.2.tar.gz) = 807522 Modified: head/science/meep/files/patch-configure ============================================================================== --- head/science/meep/files/patch-configure Tue Sep 3 17:05:18 2013 (r326175) +++ head/science/meep/files/patch-configure Tue Sep 3 17:06:48 2013 (r326176) @@ -1,6 +1,12 @@ ---- configure.orig 2009-08-21 16:35:00.000000000 +0000 -+++ configure 2011-06-19 22:08:46.000000000 +0000 -@@ -920,6 +920,7 @@ +--- configure.orig 2012-07-20 08:29:15.000000000 +0700 ++++ configure 2013-04-18 23:46:39.000000000 +0700 +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/local/bin/bash + # Guess values for system-dependent variables and create Makefiles. + # Generated by GNU Autoconf 2.69 for meep 1.2. + # +@@ -772,6 +772,7 @@ datadir datarootdir libexecdir @@ -8,7 +14,7 @@ sbindir bindir program_transform_name -@@ -1002,6 +1003,7 @@ +@@ -856,6 +857,7 @@ bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' @@ -16,7 +22,7 @@ datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' -@@ -1398,7 +1400,7 @@ +@@ -1247,7 +1249,7 @@ fi # Check all directory arguments for consistency. @@ -25,3 +31,21 @@ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir +@@ -9622,7 +9624,7 @@ + LIBTOOL_DEPS="$ltmain" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='/usr/local/bin/bash $(top_builddir)/libtool' + + + +@@ -25552,7 +25554,7 @@ + ACTIVATE_READLINE="$ractivate" + else + ractivate="(use-modules (ice-9 readline)) (activate-readline)" +- if guile -c "$ractivate" >& /dev/null; then ++ if guile -c "$ractivate" > /dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ice-9 readline" >&5 + $as_echo "ice-9 readline" >&6; } + ACTIVATE_READLINE="$ractivate" From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:06:58 2013 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 ESMTP id 2DCA1B1D; Tue, 3 Sep 2013 17:06:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BFAE20B9; Tue, 3 Sep 2013 17:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H6vr1073766; Tue, 3 Sep 2013 17:06:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H6vJ3073765; Tue, 3 Sep 2013 17:06:57 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031706.r83H6vJ3073765@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 17:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326177 - head/devel/preps-gui 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.14 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: Tue, 03 Sep 2013 17:06:58 -0000 Author: bapt Date: Tue Sep 3 17:06:57 2013 New Revision: 326177 URL: http://svnweb.freebsd.org/changeset/ports/326177 Log: Add an explicit dependency on pkgconf Modified: head/devel/preps-gui/Makefile Modified: head/devel/preps-gui/Makefile ============================================================================== --- head/devel/preps-gui/Makefile Tue Sep 3 17:06:48 2013 (r326176) +++ head/devel/preps-gui/Makefile Tue Sep 3 17:06:57 2013 (r326177) @@ -15,8 +15,7 @@ COMMENT= Problem reporting system RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 gconf2 libgnomeui USE_PGSQL= yes INSTALLS_OMF= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:08:29 2013 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 ESMTP id 9A886C82; Tue, 3 Sep 2013 17:08:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87F442101; Tue, 3 Sep 2013 17:08:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H8TXK074520; Tue, 3 Sep 2013 17:08:29 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H8TMg074519; Tue, 3 Sep 2013 17:08:29 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031708.r83H8TMg074519@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326178 - head/math/octave 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.14 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: Tue, 03 Sep 2013 17:08:29 -0000 Author: antoine Date: Tue Sep 3 17:08:29 2013 New Revision: 326178 URL: http://svnweb.freebsd.org/changeset/ports/326178 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Tue Sep 3 17:06:57 2013 (r326177) +++ head/math/octave/Makefile Tue Sep 3 17:08:29 2013 (r326178) @@ -32,7 +32,7 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk:${PORTSDIR}/math/glpk -USES= charsetfix +USES= charsetfix pkgconfig USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:09:35 2013 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 ESMTP id 3AA73DC0; Tue, 3 Sep 2013 17:09:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2828C2137; Tue, 3 Sep 2013 17:09:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83H9ZUa075168; Tue, 3 Sep 2013 17:09:35 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83H9ZEe075165; Tue, 3 Sep 2013 17:09:35 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031709.r83H9ZEe075165@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326179 - head/sysutils/gnome-settings-daemon 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.14 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: Tue, 03 Sep 2013 17:09:35 -0000 Author: antoine Date: Tue Sep 3 17:09:34 2013 New Revision: 326179 URL: http://svnweb.freebsd.org/changeset/ports/326179 Log: Re-use gmake Approved by: portmgr (bapt) Modified: head/sysutils/gnome-settings-daemon/Makefile Modified: head/sysutils/gnome-settings-daemon/Makefile ============================================================================== --- head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 17:08:29 2013 (r326178) +++ head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 17:09:34 2013 (r326179) @@ -22,7 +22,7 @@ CONFLICTS= gnome-settings-daemon-3.[0-9] USE_XORG= xxf86misc USE_BZIP2= yes -USES= pathfix gettext pkgconfig +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd USE_GSTREAMER= good USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:10:36 2013 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 ESMTP id CD145F01; Tue, 3 Sep 2013 17:10:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB263215C; Tue, 3 Sep 2013 17:10:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HAa1H075748; Tue, 3 Sep 2013 17:10:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HAapi075747; Tue, 3 Sep 2013 17:10:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031710.r83HAapi075747@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326180 - head/multimedia/gstreamer-qt4 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.14 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: Tue, 03 Sep 2013 17:10:36 -0000 Author: antoine Date: Tue Sep 3 17:10:36 2013 New Revision: 326180 URL: http://svnweb.freebsd.org/changeset/ports/326180 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/multimedia/gstreamer-qt4/Makefile Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Tue Sep 3 17:09:34 2013 (r326179) +++ head/multimedia/gstreamer-qt4/Makefile Tue Sep 3 17:10:36 2013 (r326180) @@ -16,7 +16,7 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs -USES= bison cmake +USES= bison cmake pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:12:06 2013 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 ESMTP id 95A7F102; Tue, 3 Sep 2013 17:12:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83E6221BE; Tue, 3 Sep 2013 17:12:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HC6la078225; Tue, 3 Sep 2013 17:12:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HC6YO078224; Tue, 3 Sep 2013 17:12:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031712.r83HC6YO078224@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326181 - head/chinese/fcitx 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.14 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: Tue, 03 Sep 2013 17:12:06 -0000 Author: antoine Date: Tue Sep 3 17:12:06 2013 New Revision: 326181 URL: http://svnweb.freebsd.org/changeset/ports/326181 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/chinese/fcitx/Makefile Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Tue Sep 3 17:10:36 2013 (r326180) +++ head/chinese/fcitx/Makefile Tue Sep 3 17:12:06 2013 (r326181) @@ -33,7 +33,7 @@ USE_XZ= yes USE_GNOME= pango intltool libxml2 introspection USE_XORG= x11 xext xkbfile USE_LDCONFIG= yes -USES= cmake gettext pathfix +USES= cmake gettext pathfix pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:13:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 117A6259; Tue, 3 Sep 2013 17:13:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F38C421FC; Tue, 3 Sep 2013 17:13:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HDRhA078982; Tue, 3 Sep 2013 17:13:27 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HDRFI078981; Tue, 3 Sep 2013 17:13:27 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031713.r83HDRFI078981@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326182 - head/graphics/ImageMagick 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.14 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: Tue, 03 Sep 2013 17:13:28 -0000 Author: antoine Date: Tue Sep 3 17:13:27 2013 New Revision: 326182 URL: http://svnweb.freebsd.org/changeset/ports/326182 Log: Magick-config and friends run depend on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/ImageMagick/Makefile Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Tue Sep 3 17:12:06 2013 (r326181) +++ head/graphics/ImageMagick/Makefile Tue Sep 3 17:13:27 2013 (r326182) @@ -32,7 +32,7 @@ COMMENT= Image processing tools LICENSE= AL2 -USES= pkgconfig pathfix perl5 +USES= pkgconfig:both pathfix perl5 USE_XZ= yes USE_PERL5= run build patch WANT_GNOME= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:15:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9670E3B4; Tue, 3 Sep 2013 17:15:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 845C42239; Tue, 3 Sep 2013 17:15:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HF8nZ079884; Tue, 3 Sep 2013 17:15:08 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HF8kR079883; Tue, 3 Sep 2013 17:15:08 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031715.r83HF8kR079883@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326183 - head/japanese/tomoe 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.14 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: Tue, 03 Sep 2013 17:15:08 -0000 Author: antoine Date: Tue Sep 3 17:15:08 2013 New Revision: 326183 URL: http://svnweb.freebsd.org/changeset/ports/326183 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/japanese/tomoe/Makefile Modified: head/japanese/tomoe/Makefile ============================================================================== --- head/japanese/tomoe/Makefile Tue Sep 3 17:13:27 2013 (r326182) +++ head/japanese/tomoe/Makefile Tue Sep 3 17:15:08 2013 (r326183) @@ -18,7 +18,7 @@ COMMENT= Tegaki Online MOji-ninshiki Eng USE_GNOME= lthack gnomehack GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes USE_RUBY= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:17:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAB104E6; Tue, 3 Sep 2013 17:17:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98D30225E; Tue, 3 Sep 2013 17:17:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HH0W0080541; Tue, 3 Sep 2013 17:17:00 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HH0jx080540; Tue, 3 Sep 2013 17:17:00 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031717.r83HH0jx080540@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326184 - head/games/tuxpaint 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.14 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: Tue, 03 Sep 2013 17:17:00 -0000 Author: antoine Date: Tue Sep 3 17:17:00 2013 New Revision: 326184 URL: http://svnweb.freebsd.org/changeset/ports/326184 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/games/tuxpaint/Makefile Modified: head/games/tuxpaint/Makefile ============================================================================== --- head/games/tuxpaint/Makefile Tue Sep 3 17:15:08 2013 (r326183) +++ head/games/tuxpaint/Makefile Tue Sep 3 17:17:00 2013 (r326184) @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS USE_GNOME= librsvg2 USE_SDL= image mixer sdl ttf pango -USES= gettext gmake +USES= gettext gmake pkgconfig MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PREFIX="${PREFIX}" \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:18:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DAFD5F5; Tue, 3 Sep 2013 17:18:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9A22278; Tue, 3 Sep 2013 17:18:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HIPmF080984; Tue, 3 Sep 2013 17:18:25 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HIPxp080983; Tue, 3 Sep 2013 17:18:25 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031718.r83HIPxp080983@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326185 - head/finance/libofx 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.14 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: Tue, 03 Sep 2013 17:18:25 -0000 Author: antoine Date: Tue Sep 3 17:18:24 2013 New Revision: 326185 URL: http://svnweb.freebsd.org/changeset/ports/326185 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/finance/libofx/Makefile Modified: head/finance/libofx/Makefile ============================================================================== --- head/finance/libofx/Makefile Tue Sep 3 17:17:00 2013 (r326184) +++ head/finance/libofx/Makefile Tue Sep 3 17:18:24 2013 (r326185) @@ -15,7 +15,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ osp.5:${PORTSDIR}/textproc/opensp USE_GCC= any -USES= iconv +USES= iconv pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:18:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A540F6D0; Tue, 3 Sep 2013 17:18:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9365F227C; Tue, 3 Sep 2013 17:18:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HIl20081233; Tue, 3 Sep 2013 17:18:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HIlfe081232; Tue, 3 Sep 2013 17:18:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031718.r83HIlfe081232@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 17:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326186 - head/net/remmina-plugins 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.14 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: Tue, 03 Sep 2013 17:18:47 -0000 Author: bapt Date: Tue Sep 3 17:18:47 2013 New Revision: 326186 URL: http://svnweb.freebsd.org/changeset/ports/326186 Log: Add an explicit dependency on pkgconf Modified: head/net/remmina-plugins/bsd.plugin.mk Modified: head/net/remmina-plugins/bsd.plugin.mk ============================================================================== --- head/net/remmina-plugins/bsd.plugin.mk Tue Sep 3 17:18:24 2013 (r326185) +++ head/net/remmina-plugins/bsd.plugin.mk Tue Sep 3 17:18:47 2013 (r326186) @@ -8,8 +8,7 @@ LICENSE_FILE= ${WRKSRC}/${PORTNAME}s/COP BUILD_DEPENDS+= remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina -USES= cmake -USE_GMAKE= yes +USES= cmake gmake pkgconfig USE_GNOME= atk desktopfileutils gdkpixbuf2 glib20 gtk20 pango INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 17:22:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77E9080F; Tue, 3 Sep 2013 17:22:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6639D22DE; Tue, 3 Sep 2013 17:22:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83HMVXq084931; Tue, 3 Sep 2013 17:22:31 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83HMVc0084930; Tue, 3 Sep 2013 17:22:31 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031722.r83HMVc0084930@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 17:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326187 - head/graphics/graphviz 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.14 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: Tue, 03 Sep 2013 17:22:31 -0000 Author: antoine Date: Tue Sep 3 17:22:30 2013 New Revision: 326187 URL: http://svnweb.freebsd.org/changeset/ports/326187 Log: Add an explicit dependency on pkgconf (needed for proper detection of PANGOCAIRO and maybe other things) Approved by: portmgr (bapt) Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Tue Sep 3 17:18:47 2013 (r326186) +++ head/graphics/graphviz/Makefile Tue Sep 3 17:22:30 2013 (r326187) @@ -16,8 +16,7 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/ expat:${PORTSDIR}/textproc/expat2 \ gd:${PORTSDIR}/${GD_PORT} -USES= bison -USE_GMAKE= yes +USES= bison gmake pkgconfig USE_AUTOTOOLS= libltdl libtool WANT_GNOME= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:09:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47067DCA; Tue, 3 Sep 2013 18:09:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3424C2798; Tue, 3 Sep 2013 18:09:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83I9XoL011893; Tue, 3 Sep 2013 18:09:34 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83I9X0g011892; Tue, 3 Sep 2013 18:09:33 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031809.r83I9X0g011892@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326188 - head/x11-toolkits/py-wxPython28 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.14 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: Tue, 03 Sep 2013 18:09:34 -0000 Author: antoine Date: Tue Sep 3 18:09:33 2013 New Revision: 326188 URL: http://svnweb.freebsd.org/changeset/ports/326188 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/py-wxPython28/Makefile Modified: head/x11-toolkits/py-wxPython28/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython28/Makefile Tue Sep 3 17:22:30 2013 (r326187) +++ head/x11-toolkits/py-wxPython28/Makefile Tue Sep 3 18:09:33 2013 (r326188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= wxPython PORTVERSION= 2.8.12.1 @@ -22,11 +18,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython DIST_SUBDIR= python USE_BZIP2= yes -USE_GMAKE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_VER=${PYTHON_VER} -USES= gettext +USES= gettext gmake pkgconfig PYDISTUTILS_BUILDARGS= \ WX_CONFIG="${WX_CONFIG}" \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:14:19 2013 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 ESMTP id 7F8CF487; Tue, 3 Sep 2013 18:14:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E78328DE; Tue, 3 Sep 2013 18:14:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IEJxC016049; Tue, 3 Sep 2013 18:14:19 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IEJMP016048; Tue, 3 Sep 2013 18:14:19 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031814.r83IEJMP016048@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326189 - head/x11-toolkits/py-wxPython26 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.14 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: Tue, 03 Sep 2013 18:14:19 -0000 Author: antoine Date: Tue Sep 3 18:14:18 2013 New Revision: 326189 URL: http://svnweb.freebsd.org/changeset/ports/326189 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/py-wxPython26/Makefile Modified: head/x11-toolkits/py-wxPython26/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython26/Makefile Tue Sep 3 18:09:33 2013 (r326188) +++ head/x11-toolkits/py-wxPython26/Makefile Tue Sep 3 18:14:18 2013 (r326189) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= wxPython PORTVERSION= 2.6.3.3 @@ -21,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:16:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 124B4713; Tue, 3 Sep 2013 18:16:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00932293D; Tue, 3 Sep 2013 18:16:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IGA3B016934; Tue, 3 Sep 2013 18:16:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IGAQM016933; Tue, 3 Sep 2013 18:16:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031816.r83IGAQM016933@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326190 - head/games/tuxpaint 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.14 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: Tue, 03 Sep 2013 18:16:11 -0000 Author: antoine Date: Tue Sep 3 18:16:10 2013 New Revision: 326190 URL: http://svnweb.freebsd.org/changeset/ports/326190 Log: Fix PORT_OPTIONS conversion Modified: head/games/tuxpaint/Makefile Modified: head/games/tuxpaint/Makefile ============================================================================== --- head/games/tuxpaint/Makefile Tue Sep 3 18:14:18 2013 (r326189) +++ head/games/tuxpaint/Makefile Tue Sep 3 18:16:10 2013 (r326190) @@ -36,7 +36,7 @@ MAN1= tp-magic-config.1 tuxpaint.1 tuxp .include -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} INSTALL_TARGET= install-bin install-data install-man install-magic-plugins \ install-magic-plugin-dev install-icon install-gettext \ install-im install-importscript install-default-config \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:20:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C9809F2; Tue, 3 Sep 2013 18:20:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE3492A23; Tue, 3 Sep 2013 18:20:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IKdkP020069; Tue, 3 Sep 2013 18:20:39 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IKdEq020068; Tue, 3 Sep 2013 18:20:39 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031820.r83IKdEq020068@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326191 - head/net-im/telepathy-logger-qt4 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.14 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: Tue, 03 Sep 2013 18:20:40 -0000 Author: antoine Date: Tue Sep 3 18:20:39 2013 New Revision: 326191 URL: http://svnweb.freebsd.org/changeset/ports/326191 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/net-im/telepathy-logger-qt4/Makefile Modified: head/net-im/telepathy-logger-qt4/Makefile ============================================================================== --- head/net-im/telepathy-logger-qt4/Makefile Tue Sep 3 18:16:10 2013 (r326190) +++ head/net-im/telepathy-logger-qt4/Makefile Tue Sep 3 18:20:39 2013 (r326191) @@ -23,7 +23,7 @@ USE_GSTREAMER= qt4 USE_KDE4= # empty USE_PYTHON_BUILD= 2.5+ USE_QT4= corelib dbus moc_build qmake_build rcc_build uic_build -USES= bison:build cmake +USES= bison:build cmake pkgconfig USE_BZIP2= yes CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:23:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C1DFBD7; Tue, 3 Sep 2013 18:23:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39E3E2AA9; Tue, 3 Sep 2013 18:23:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83INRaZ021531; Tue, 3 Sep 2013 18:23:27 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83INROx021530; Tue, 3 Sep 2013 18:23:27 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031823.r83INROx021530@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326192 - head/graphics/cairo-java 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.14 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: Tue, 03 Sep 2013 18:23:27 -0000 Author: antoine Date: Tue Sep 3 18:23:26 2013 New Revision: 326192 URL: http://svnweb.freebsd.org/changeset/ports/326192 Log: Fix USES conversion Approved by: portmgr (bapt) Modified: head/graphics/cairo-java/Makefile Modified: head/graphics/cairo-java/Makefile ============================================================================== --- head/graphics/cairo-java/Makefile Tue Sep 3 18:20:39 2013 (r326191) +++ head/graphics/cairo-java/Makefile Tue Sep 3 18:23:26 2013 (r326192) @@ -16,13 +16,12 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native -USES= pathfix CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} CPPFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd CAIRO_API_VERSION= 1.0 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:28:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B542EFA; Tue, 3 Sep 2013 18:28:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68E0F2BBB; Tue, 3 Sep 2013 18:28:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83ISt2q023535; Tue, 3 Sep 2013 18:28:55 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IStX9023534; Tue, 3 Sep 2013 18:28:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031828.r83IStX9023534@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326193 - head/x11-toolkits/libpanelappletmm 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.14 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: Tue, 03 Sep 2013 18:28:55 -0000 Author: antoine Date: Tue Sep 3 18:28:54 2013 New Revision: 326193 URL: http://svnweb.freebsd.org/changeset/ports/326193 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/libpanelappletmm/Makefile Modified: head/x11-toolkits/libpanelappletmm/Makefile ============================================================================== --- head/x11-toolkits/libpanelappletmm/Makefile Tue Sep 3 18:23:26 2013 (r326192) +++ head/x11-toolkits/libpanelappletmm/Makefile Tue Sep 3 18:28:54 2013 (r326193) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpanelappletmm -# Date created: 3 Dec 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libpanelappletmm PORTVERSION= 2.26.0 @@ -20,7 +16,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gnomepanel USE_AUTOTOOLS= libtool USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:33:11 2013 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 ESMTP id E8F423E8; Tue, 3 Sep 2013 18:33:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D49062CEE; Tue, 3 Sep 2013 18:33:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IXBgG027229; Tue, 3 Sep 2013 18:33:11 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IXBNA027228; Tue, 3 Sep 2013 18:33:11 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031833.r83IXBNA027228@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326194 - head/graphics/ethumb 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.14 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: Tue, 03 Sep 2013 18:33:12 -0000 Author: antoine Date: Tue Sep 3 18:33:11 2013 New Revision: 326194 URL: http://svnweb.freebsd.org/changeset/ports/326194 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/ethumb/Makefile Modified: head/graphics/ethumb/Makefile ============================================================================== --- head/graphics/ethumb/Makefile Tue Sep 3 18:28:54 2013 (r326193) +++ head/graphics/ethumb/Makefile Tue Sep 3 18:33:11 2013 (r326194) @@ -17,7 +17,7 @@ LIB_DEPENDS= exif:${PORTSDIR}/graphics/l DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= eina evas ecore edje libtool_hack USE_EFL_ECORE= evas file x11 input_evas USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:39:14 2013 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 ESMTP id 9260E764; Tue, 3 Sep 2013 18:39:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8001D2DE7; Tue, 3 Sep 2013 18:39:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IdEWn029605; Tue, 3 Sep 2013 18:39:14 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IdEs4029604; Tue, 3 Sep 2013 18:39:14 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031839.r83IdEs4029604@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326195 - head/x11-toolkits/hs-pango 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.14 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: Tue, 03 Sep 2013 18:39:14 -0000 Author: antoine Date: Tue Sep 3 18:39:13 2013 New Revision: 326195 URL: http://svnweb.freebsd.org/changeset/ports/326195 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/hs-pango/Makefile Modified: head/x11-toolkits/hs-pango/Makefile ============================================================================== --- head/x11-toolkits/hs-pango/Makefile Tue Sep 3 18:33:11 2013 (r326194) +++ head/x11-toolkits/hs-pango/Makefile Tue Sep 3 18:39:13 2013 (r326195) @@ -10,6 +10,7 @@ COMMENT= Binding to the Pango text rende LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl USE_GNOME= pango From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:40:13 2013 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 ESMTP id 824BB86B; Tue, 3 Sep 2013 18:40:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9A02DFE; Tue, 3 Sep 2013 18:40:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IeDdF031478; Tue, 3 Sep 2013 18:40:13 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IeDws031477; Tue, 3 Sep 2013 18:40:13 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309031840.r83IeDws031477@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 3 Sep 2013 18:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326196 - in head/korean/engdic: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 18:40:13 -0000 Author: jkim Date: Tue Sep 3 18:40:12 2013 New Revision: 326196 URL: http://svnweb.freebsd.org/changeset/ports/326196 Log: Use MAKE_ARGS to simplify patches. Suggested by: danfe Deleted: head/korean/engdic/files/patch-Makefile Modified: head/korean/engdic/Makefile Modified: head/korean/engdic/Makefile ============================================================================== --- head/korean/engdic/Makefile Tue Sep 3 18:39:13 2013 (r326195) +++ head/korean/engdic/Makefile Tue Sep 3 18:40:12 2013 (r326196) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= English dictionary utility for Korean EXTRACT_AFTER_ARGS= --exclude '*.o' +MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/edic bin/engdic PORTDATA= [a-z].dic.gz From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:40:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEF3D94E; Tue, 3 Sep 2013 18:40:50 +0000 (UTC) (envelope-from mm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACC012E29; Tue, 3 Sep 2013 18:40:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IeoTx032271; Tue, 3 Sep 2013 18:40:50 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IeosW032270; Tue, 3 Sep 2013 18:40:50 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309031840.r83IeosW032270@svn.freebsd.org> From: Martin Matuska Date: Tue, 3 Sep 2013 18:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326197 - head/mail/horde-imp 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.14 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: Tue, 03 Sep 2013 18:40:50 -0000 Author: mm Date: Tue Sep 3 18:40:50 2013 New Revision: 326197 URL: http://svnweb.freebsd.org/changeset/ports/326197 Log: Remove Horde_Smtp dependency from horde-imp Modified: head/mail/horde-imp/Makefile Modified: head/mail/horde-imp/Makefile ============================================================================== --- head/mail/horde-imp/Makefile Tue Sep 3 18:40:12 2013 (r326196) +++ head/mail/horde-imp/Makefile Tue Sep 3 18:40:50 2013 (r326197) @@ -2,7 +2,7 @@ PORTNAME= imp PORTVERSION= 6.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- @@ -40,7 +40,6 @@ USE_HORDE_RUN= Horde_Role \ Horde_Notification \ Horde_Perms \ Horde_Serialize \ - Horde_Smtp \ Horde_SpellChecker \ Horde_Stream_Filter \ Horde_Support \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:43:06 2013 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 ESMTP id EC283A64; Tue, 3 Sep 2013 18:43:05 +0000 (UTC) (envelope-from mm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D70592E3C; Tue, 3 Sep 2013 18:43:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Ih5Mo033603; Tue, 3 Sep 2013 18:43:05 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Ih2xf033583; Tue, 3 Sep 2013 18:43:02 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309031843.r83Ih2xf033583@svn.freebsd.org> From: Martin Matuska Date: Tue, 3 Sep 2013 18:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326198 - in head: comms/pear-Horde_ActiveSync devel/pear-Horde_Core devel/pear-Horde_Queue devel/pear-Horde_Support mail/horde-webmail mail/pear-Horde_Smtp security/pear-Horde_Auth www... 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.14 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: Tue, 03 Sep 2013 18:43:06 -0000 Author: mm Date: Tue Sep 3 18:43:02 2013 New Revision: 326198 URL: http://svnweb.freebsd.org/changeset/ports/326198 Log: Horde package update: Horde_ActiveSync 2.7.0 -> 2.7.2 Horde_Auth 2.0.6 -> 2.1.0 Horde_Core 2.7.0 -> 2.8.0 Horde_Queue 1.1.0 -> 1.1.1 Horde_Smtp 1.2.0 -> 1.2.1 Horde_Support 2.1.0 -> 2.1.1 horde-base 5.1.3 -> 5.1.4 horde-webmail 5.1.1 -> 5.1.2 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Core/distinfo head/devel/pear-Horde_Queue/Makefile head/devel/pear-Horde_Queue/distinfo head/devel/pear-Horde_Support/Makefile head/devel/pear-Horde_Support/distinfo head/mail/horde-webmail/Makefile head/mail/horde-webmail/distinfo head/mail/pear-Horde_Smtp/Makefile head/mail/pear-Horde_Smtp/distinfo head/security/pear-Horde_Auth/Makefile head/security/pear-Horde_Auth/distinfo head/www/horde-base/Makefile head/www/horde-base/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/comms/pear-Horde_ActiveSync/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.2 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/comms/pear-Horde_ActiveSync/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_ActiveSync-2.7.0.tgz) = c240f8760c509141a0383aa76d48164af04a724b99aa3434ef0ade93a91267a6 -SIZE (Horde/Horde_ActiveSync-2.7.0.tgz) = 196875 +SHA256 (Horde/Horde_ActiveSync-2.7.2.tgz) = bbbdb535f8886afac27fb0b70604ebc1d70e4002e64e125a84390a5636601562 +SIZE (Horde/Horde_ActiveSync-2.7.2.tgz) = 197046 Modified: head/devel/pear-Horde_Core/Makefile ============================================================================== --- head/devel/pear-Horde_Core/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Core/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Core -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.0 CATEGORIES= devel www pear PKGNAMEPREFIX= pear- @@ -50,6 +50,7 @@ USE_HORDE_RUN= Horde_Role \ Horde_Serialize \ Horde_SessionHandler \ Horde_Share \ + Horde_Smtp \ Horde_Support \ Horde_Template \ Horde_Token \ Modified: head/devel/pear-Horde_Core/distinfo ============================================================================== --- head/devel/pear-Horde_Core/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Core/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Core-2.7.0.tgz) = 7736d8c0e336491d87c91c31d46ef375cb4a80545ebc11e88e8ed91fb375f9f5 -SIZE (Horde/Horde_Core-2.7.0.tgz) = 1481988 +SHA256 (Horde/Horde_Core-2.8.0.tgz) = 0493bd505e4a4313838d7e285364f828dcf602fa40b1cd00c8212857f6ef644e +SIZE (Horde/Horde_Core-2.8.0.tgz) = 1481785 Modified: head/devel/pear-Horde_Queue/Makefile ============================================================================== --- head/devel/pear-Horde_Queue/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Queue/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Queue -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel www pear PKGNAMEPREFIX= pear- Modified: head/devel/pear-Horde_Queue/distinfo ============================================================================== --- head/devel/pear-Horde_Queue/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Queue/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Queue-1.1.0.tgz) = 4e208e360c335c7ea8d82fea6807602b840de6c53cab4531b0a2e851309e4397 -SIZE (Horde/Horde_Queue-1.1.0.tgz) = 11758 +SHA256 (Horde/Horde_Queue-1.1.1.tgz) = f65f2890caed81c0727f699a302e7178eb341c5df60636281d48bba99690b361 +SIZE (Horde/Horde_Queue-1.1.1.tgz) = 11789 Modified: head/devel/pear-Horde_Support/Makefile ============================================================================== --- head/devel/pear-Horde_Support/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Support/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,11 +1,8 @@ -# Ports collection makefile for: pear-Horde_Support -# Date created: 6 July 2011 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Support -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org Modified: head/devel/pear-Horde_Support/distinfo ============================================================================== --- head/devel/pear-Horde_Support/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/devel/pear-Horde_Support/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Support-2.1.0.tgz) = 28672a6f2167e73a6b776622f0dc75c0edc68f128fdc5522b7abf48080d65c3b -SIZE (Horde/Horde_Support-2.1.0.tgz) = 23894 +SHA256 (Horde/Horde_Support-2.1.1.tgz) = 675ca128b35a633afe94af1eed41b9e6172390393920486c2e5944dba256bb73 +SIZE (Horde/Horde_Support-2.1.1.tgz) = 24165 Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/mail/horde-webmail/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmail -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- Modified: head/mail/horde-webmail/distinfo ============================================================================== --- head/mail/horde-webmail/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/mail/horde-webmail/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/webmail-5.1.1.tgz) = 2d55949a647eadd3c6b7b6be83d7163773a898b4722c5390f9b952c7b77c26c0 -SIZE (Horde/webmail-5.1.1.tgz) = 119887 +SHA256 (Horde/webmail-5.1.2.tgz) = 661826c373c85552283ab56f16c3223f33404d3056edd65096a4c288b47f745e +SIZE (Horde/webmail-5.1.2.tgz) = 123674 Modified: head/mail/pear-Horde_Smtp/Makefile ============================================================================== --- head/mail/pear-Horde_Smtp/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/mail/pear-Horde_Smtp/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Smtp -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- Modified: head/mail/pear-Horde_Smtp/distinfo ============================================================================== --- head/mail/pear-Horde_Smtp/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/mail/pear-Horde_Smtp/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Smtp-1.2.0.tgz) = f0b49d774f59a876f9b94abf9071d1b00b77de97afeaf004c6df6c87f6dd82b1 -SIZE (Horde/Horde_Smtp-1.2.0.tgz) = 20649 +SHA256 (Horde/Horde_Smtp-1.2.1.tgz) = 52c41b45fc66e76f9f175b7e1ec9610d2d0e8f84a2eda2c20350d193da9056e7 +SIZE (Horde/Horde_Smtp-1.2.1.tgz) = 20847 Modified: head/security/pear-Horde_Auth/Makefile ============================================================================== --- head/security/pear-Horde_Auth/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/security/pear-Horde_Auth/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Auth -PORTVERSION= 2.0.6 +PORTVERSION= 2.1.0 CATEGORIES= security www pear MAINTAINER= horde@FreeBSD.org Modified: head/security/pear-Horde_Auth/distinfo ============================================================================== --- head/security/pear-Horde_Auth/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/security/pear-Horde_Auth/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Auth-2.0.6.tgz) = 77d2198e243e5fcf343867a15e4a9e5225edd0a4c26f96fa439fbe5e1cb46b5b -SIZE (Horde/Horde_Auth-2.0.6.tgz) = 54058 +SHA256 (Horde/Horde_Auth-2.1.0.tgz) = da9d1d7f07736fb14271f40577973e33e0699c93f276d41242920d8e64ed16eb +SIZE (Horde/Horde_Auth-2.1.0.tgz) = 55110 Modified: head/www/horde-base/Makefile ============================================================================== --- head/www/horde-base/Makefile Tue Sep 3 18:40:50 2013 (r326197) +++ head/www/horde-base/Makefile Tue Sep 3 18:43:02 2013 (r326198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= horde -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 CATEGORIES= www pear PKGNAMEPREFIX= Modified: head/www/horde-base/distinfo ============================================================================== --- head/www/horde-base/distinfo Tue Sep 3 18:40:50 2013 (r326197) +++ head/www/horde-base/distinfo Tue Sep 3 18:43:02 2013 (r326198) @@ -1,2 +1,2 @@ -SHA256 (Horde/horde-5.1.3.tgz) = 18b242cb4c2e09121391fa75c0fc9aa8bcd5639d71468b49fb52971a1f07a95d -SIZE (Horde/horde-5.1.3.tgz) = 2835222 +SHA256 (Horde/horde-5.1.4.tgz) = 6fdd1562f3b9d51464aa48870051857eba265c305ab532cd23688c141b4468c8 +SIZE (Horde/horde-5.1.4.tgz) = 2834958 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:51:58 2013 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 ESMTP id F3AF1D7E; Tue, 3 Sep 2013 18:51:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E102A2EC7; Tue, 3 Sep 2013 18:51:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Ipv8a038680; Tue, 3 Sep 2013 18:51:57 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IpvB4038679; Tue, 3 Sep 2013 18:51:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309031851.r83IpvB4038679@svn.freebsd.org> From: Pawel Pekala Date: Tue, 3 Sep 2013 18:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326199 - head/sysutils/qjail 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.14 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: Tue, 03 Sep 2013 18:51:58 -0000 Author: pawel Date: Tue Sep 3 18:51:57 2013 New Revision: 326199 URL: http://svnweb.freebsd.org/changeset/ports/326199 Log: Re-add mistakenly removed CONFLICTS_INSTALL line Modified: head/sysutils/qjail/Makefile Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Tue Sep 3 18:43:02 2013 (r326198) +++ head/sysutils/qjail/Makefile Tue Sep 3 18:51:57 2013 (r326199) @@ -15,6 +15,8 @@ SUB_FILES= pkg-message MAN8= qjail.8 qjail-intro.8 qjail-howto.8 +CONFLICTS_INSTALL= qjail-2.* + post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|' From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:54:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 40D91E83; Tue, 3 Sep 2013 18:54:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <52262FCD.4060406@FreeBSD.org> Date: Tue, 03 Sep 2013 14:51:57 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130814 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r325718 - in head/korean/engdic: . files References: <201308302000.r7UK0gcm076661@svn.freebsd.org> <20130831081431.GA40886@FreeBSD.org> In-Reply-To: <20130831081431.GA40886@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 18:54:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-08-31 04:14:31 -0400, Alexey Dokuchaev wrote: > On Fri, Aug 30, 2013 at 08:00:42PM +0000, Jung-uk Kim wrote: >> New Revision: 325718 URL: >> http://svnweb.freebsd.org/changeset/ports/325718 >> >> Added: head/korean/engdic/files/patch-Makefile >> ============================================================================== >> >> - --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/korean/engdic/files/patch-Makefile Fri Aug 30 20:00:42 >> 2013 (r325718) @@ -0,0 +1,11 @@ +--- Makefile.orig 1999-09-05 >> 22:48:50.000000000 -0400 ++++ Makefile 2013-08-30 >> 15:19:45.000000000 -0400 +@@ -28,7 +28,7 @@ + DESTDIR = >> /usr/local/bin/ + DATA_DESTDIR = /usr/local/share/engdic/ + RM = >> rm -f *.o +-CC = gcc ++CC ?= cc + + all: engdic + > > Looks like this patch could be easily avoided by passing CC="${CC}" > via the MAKE_ARGS. Any reason not to do it this way? No reason. The patch was originally more complicated and I forgot to clean up the cruft. :-( Thanks for the reminder. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEcBAEBAgAGBQJSJi/NAAoJECXpabHZMqHOMdAH/09FWjWH68kWhrGHgiCTWS0y wRmkX8iIGL5Nb4i8D0xRGLrtzlF0dM1jqLvCLmu5XqMGGJDSLrux/X0ZerppaeQc 4PRJhapYeGrnIqgha7nk+jX/uhTC+4iwa21y+tl3CydglxiUGA37Dgmh/dxaupwG CirlCOir5qV0lm/WK+ZiHl9zrz7xmtkluO81l0j62J/PnnLILnRMQn0uMYTFLa2h rBIidd1lgfTWXhA80UP/VxS0q60J6e3cl+Auffk3NbtKbr09fxSbuw/FJHn3nyfZ rN1RZkHkZAm+FXtT10XwCkyTjUGr0DQwP0IDcmhBQVOtx+tVxjC0LSmnLmx105c= =TxR0 -----END PGP SIGNATURE----- From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 18:56:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16B9AFAF; Tue, 3 Sep 2013 18:56:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 011B22EF4; Tue, 3 Sep 2013 18:56:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IuSw7040462; Tue, 3 Sep 2013 18:56:28 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IuSDu040457; Tue, 3 Sep 2013 18:56:28 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309031856.r83IuSDu040457@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 18:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326200 - in head/www/py-rhodecode: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 18:56:29 -0000 Author: wg Date: Tue Sep 3 18:56:27 2013 New Revision: 326200 URL: http://svnweb.freebsd.org/changeset/ports/326200 Log: www/py-rhodecode: update to 1.7.2 - Update to 1.7.2 - Fix start rc.d script Changes: https://secure.rhodecode.org/rhodecode/files/fc64cd9bb85636f614215addae45b88dab12cd98/docs/changelog.rst Modified: head/www/py-rhodecode/Makefile head/www/py-rhodecode/distinfo head/www/py-rhodecode/files/patch-setup.py head/www/py-rhodecode/files/rhodecode.in head/www/py-rhodecode/pkg-plist Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Tue Sep 3 18:51:57 2013 (r326199) +++ head/www/py-rhodecode/Makefile Tue Sep 3 18:56:27 2013 (r326200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rhodecode -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,6 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylo ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:${PORTSDIR}/www/py-pastescript \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:${PORTSDIR}/devel/py-repoze.lru \ + ${PYTHON_PKGNAMEPREFIX}celery>=0:${PORTSDIR}/devel/py-celery \ mercurial>=2.6:${PORTSDIR}/devel/mercurial USE_PYTHON= -2.7 @@ -48,7 +49,6 @@ OPTIONS_DEFINE= LDAP GIT OPTIONS_DEFAULT= GIT GIT_DESC= GIT support -CELERY_DESC= Use Celery for better performance .include Modified: head/www/py-rhodecode/distinfo ============================================================================== --- head/www/py-rhodecode/distinfo Tue Sep 3 18:51:57 2013 (r326199) +++ head/www/py-rhodecode/distinfo Tue Sep 3 18:56:27 2013 (r326200) @@ -1,2 +1,2 @@ -SHA256 (RhodeCode-1.7.1.tar.gz) = 2fb4d83e3fb3af4aebf69e36c87fb02e461d79433ad49af5f4608288674910e8 -SIZE (RhodeCode-1.7.1.tar.gz) = 2703266 +SHA256 (RhodeCode-1.7.2.tar.gz) = bb705b5f449d82d740474c1acb104c97b5a024cc5d893fbf7479410f5b4ea66d +SIZE (RhodeCode-1.7.2.tar.gz) = 8386104 Modified: head/www/py-rhodecode/files/patch-setup.py ============================================================================== --- head/www/py-rhodecode/files/patch-setup.py Tue Sep 3 18:51:57 2013 (r326199) +++ head/www/py-rhodecode/files/patch-setup.py Tue Sep 3 18:56:27 2013 (r326200) @@ -1,8 +1,8 @@ diff --git setup.py setup.py -index 0413579..ca536cd 100755 +index d15702f..2cf1772 100755 --- setup.py +++ setup.py -@@ -33,24 +33,23 @@ __platform__ = platform.system() +@@ -34,24 +34,24 @@ __platform__ = platform.system() is_windows = __platform__ in ['Windows'] requirements = [ @@ -27,6 +27,7 @@ index 0413579..ca536cd 100755 "pygments>=1.5", "whoosh>=2.4.0,<2.5", - "celery>=2.2.5,<2.3", ++ "celery>=2.2.5", "babel", - "python-dateutil>=1.5.0,<2.0.0", - "dulwich>=0.8.7,<0.9.0", @@ -41,12 +42,16 @@ index 0413579..ca536cd 100755 "mock", ] -@@ -65,7 +64,7 @@ if is_windows: - requirements.append("mercurial==2.6.2") +@@ -63,10 +63,10 @@ if sys.version_info < (2, 7): + requirements.append("argparse") + + if is_windows: +- requirements.append("mercurial==2.6.3") ++ requirements.append("mercurial>=2.6.3") else: requirements.append("py-bcrypt") -- requirements.append("mercurial==2.6.2") -+ requirements.append("mercurial>=2.6.2") +- requirements.append("mercurial==2.6.3") ++ requirements.append("mercurial>=2.6.3") dependency_links = [ Modified: head/www/py-rhodecode/files/rhodecode.in ============================================================================== --- head/www/py-rhodecode/files/rhodecode.in Tue Sep 3 18:51:57 2013 (r326199) +++ head/www/py-rhodecode/files/rhodecode.in Tue Sep 3 18:56:27 2013 (r326200) @@ -28,8 +28,10 @@ load_rc_config ${name} : ${rhodecode_user="www"} : ${rhodecode_group="www"} -pidfile="/var/run/${name}.pid" +pidfile="/var/run/${name}/${name}.pid" +logfile="/var/run/${name}.log" command=%%PREFIX%%/bin/paster +start_precmd="install -d -o ${rhodecode_user} ${pidfile%/*} && install -o ${rhodecode_user} /dev/null ${logfile}" start_cmd="rhodecode_start" status_cmd="rhodecode_status" stop_cmd="rhodecode_stop" @@ -38,7 +40,8 @@ rhodecode_start() { ${command} serve \ --user=${rhodecode_user} \ --group=${rhodecode_group} \ - --pid-file=${pidfile}\ + --pid-file=${pidfile} \ + --log-file=${logfile} \ --daemon \ ${rhodecode_config} } Modified: head/www/py-rhodecode/pkg-plist ============================================================================== --- head/www/py-rhodecode/pkg-plist Tue Sep 3 18:51:57 2013 (r326199) +++ head/www/py-rhodecode/pkg-plist Tue Sep 3 18:56:27 2013 (r326200) @@ -6,15 +6,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/paster_plugins.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/hipchat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/hipchat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/hipchat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/old_rcextensions/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/old_rcextensions/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/old_rcextensions/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/__init__.pyo @@ -24,6 +15,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/ldap_sync.conf %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/ldap_sync.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/ldap_sync.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/ldap_sync.pyo @@ -33,9 +25,13 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_backup.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_backup.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_backup.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_config.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_gist.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_gist.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/rhodecode_gist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin/template.ini.mako %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/__init__.pyo @@ -314,24 +310,33 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.pyo @@ -691,6 +696,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/model/validators.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css/codemirror.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css/contextbar.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css/mergerly.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css/pygments.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css/style.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/arrow_right_64.png @@ -1474,6 +1480,8 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/printer_delete.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/printer_empty.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/printer_error.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/private_repo.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/public_repo.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/rainbow.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/report.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons/report_add.png @@ -1767,8 +1775,168 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/user30.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/vertical-indicator.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/codemirror.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/codemirror_loadmode.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/excanvas.min.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/graph.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/jquery.1.10.1.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mergerly.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/apl/apl.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/apl/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/asterisk/asterisk.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/asterisk/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clike/clike.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clike/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clike/scala.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clojure/clojure.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clojure/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/cobol/cobol.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/cobol/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/coffeescript/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/coffeescript/coffeescript.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/coffeescript/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/commonlisp/commonlisp.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/commonlisp/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css/css.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css/scss.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css/scss_test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/d/d.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/d/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/diff/diff.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/diff/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ecl/ecl.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ecl/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/erlang/erlang.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/erlang/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gas/gas.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gas/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gfm/gfm.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gfm/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gfm/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/go/go.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/go/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/groovy/groovy.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/groovy/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haml/haml.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haml/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haml/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haskell/haskell.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haskell/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haxe/haxe.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haxe/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlembedded/htmlembedded.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlembedded/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlmixed/htmlmixed.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlmixed/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/http/http.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/http/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/javascript/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/javascript/javascript.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/javascript/typescript.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/jinja2/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/jinja2/jinja2.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/less/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/less/less.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/livescript/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/livescript/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/livescript/livescript.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/livescript/livescript.ls +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/lua/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/lua/lua.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/markdown/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/markdown/markdown.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/markdown/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/meta.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/meta_ext.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/mirc/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/mirc/mirc.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ntriples/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ntriples/ntriples.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ocaml/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ocaml/ocaml.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pascal/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pascal/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pascal/pascal.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/perl/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/perl/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/perl/perl.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/php/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/php/php.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pig/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pig/pig.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/properties/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/properties/properties.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/python/LICENSE.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/python/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/python/python.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/q/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/q/q.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/r/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/r/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/r/r.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/changes/changes.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/changes/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/spec/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/spec/spec.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/spec/spec.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rst/LICENSE.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rst/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rst/rst.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ruby/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ruby/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ruby/ruby.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rust/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rust/rust.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sass/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sass/sass.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/scheme/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/scheme/scheme.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/shell/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/shell/shell.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sieve/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sieve/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sieve/sieve.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smalltalk/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smalltalk/smalltalk.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smarty/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smarty/smarty.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sparql/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sparql/sparql.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sql/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sql/sql.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/stex/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/stex/stex.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/stex/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tcl/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tcl/tcl.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiddlywiki/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiddlywiki/tiddlywiki.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiddlywiki/tiddlywiki.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiki/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiki/tiki.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiki/tiki.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/turtle/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/turtle/turtle.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vb/LICENSE.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vb/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vb/vb.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vbscript/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vbscript/vbscript.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/velocity/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/velocity/velocity.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/verilog/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/verilog/verilog.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xml/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xml/xml.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xquery/LICENSE +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xquery/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xquery/test.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xquery/xquery.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/yaml/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/yaml/yaml.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/z80/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/z80/z80.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/native.history.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/pyroutes_map.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/rhodecode.js @@ -1836,6 +2004,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/email_templates/pull_request_comment.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/email_templates/registration.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/errors/error_document.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/diff_2way.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/file_diff.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_add.html @@ -1890,6 +2059,29 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixture.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixture.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixture.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/diff_with_diff_data.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/git_diff_binary_and_normal.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/git_diff_chmod.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/git_diff_mod_single_binary_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/git_diff_rename_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_add_single_binary_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_binary_and_normal.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_chmod.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_copy_and_chmod_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_copy_and_modify_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_copy_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_del_single_binary_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_mod_file_and_rename.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_mod_single_binary_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_rename_and_chmod_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/hg_diff_rename_file.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/journal_dump.csv +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/large_diff.diff +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/vcs_test_git.tar.gz +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures/vcs_test_hg.tar.gz %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional/__init__.pyo @@ -2028,9 +2220,11 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/other/test_vcs_operations.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/other/test_vcs_operations.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/other/test_vcs_operations.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/scripts/create_rc.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/aconfig %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs/base.pyo @@ -2092,11 +2286,14 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/websetup.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/websetup.pyo bin/rhodecode-api +bin/rhodecode-config bin/rhodecode-gist @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/vcs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/other @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/models @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/fixtures @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/api @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/tags @@ -2128,6 +2325,73 @@ bin/rhodecode-gist @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/defaults @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/z80 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/yaml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xquery +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/verilog +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/velocity +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vbscript +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/vb +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/turtle +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiki +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tiddlywiki +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/tcl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/stex +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sql +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sparql +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smarty +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/smalltalk +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sieve +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/shell +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/scheme +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/sass +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rust +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ruby +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rst +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/spec +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm/changes +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/rpm +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/r +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/q +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/python +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/properties +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pig +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/php +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/perl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/pascal +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ocaml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ntriples +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/mirc +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/markdown +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/lua +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/livescript +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/less +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/jinja2 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/javascript +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/http +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlmixed +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/htmlembedded +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haxe +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haskell +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/haml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/groovy +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/go +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gfm +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/gas +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/erlang +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/ecl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/diff +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/d +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/css +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/commonlisp +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/coffeescript +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/cobol +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clojure +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/clike +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/asterisk +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode/apl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js/mode @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images @@ -2147,12 +2411,14 @@ bin/rhodecode-gist @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/versions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/schema @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/util +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning @@ -2187,7 +2453,5 @@ bin/rhodecode-gist @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/bin @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions/old_rcextensions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:04:17 2013 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 ESMTP id ADB101E4; Tue, 3 Sep 2013 19:04:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1BC2F68; Tue, 3 Sep 2013 19:04:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83J4H9o045612; Tue, 3 Sep 2013 19:04:17 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83J4H9k045609; Tue, 3 Sep 2013 19:04:17 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309031904.r83J4H9k045609@svn.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2013 19:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326201 - in head/news/nntp: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 19:04:17 -0000 Author: dinoex Date: Tue Sep 3 19:04:16 2013 New Revision: 326201 URL: http://svnweb.freebsd.org/changeset/ports/326201 Log: - cleanup configure stage - fix side effects in Makefile Modified: head/news/nntp/Makefile head/news/nntp/files/patch-Makefile Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Tue Sep 3 18:56:27 2013 (r326200) +++ head/news/nntp/Makefile Tue Sep 3 19:04:16 2013 (r326201) @@ -43,8 +43,8 @@ OPTIONS_DEFINE= DOCS post-extract: @${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h -post-patch: - @${REINPLACE_CMD} \ +pre-configure: + ${REINPLACE_CMD} \ -e "s=/usr/local/news/lib/bin/config=${NEWSBIN}/config=" \ -e "s=/usr/local/news/cnewsbin=${NEWSBIN}=" \ -e "s=/usr/local/news/lib=${NEWSCTL}=" \ @@ -53,17 +53,13 @@ post-patch: -e "s=/usr/local/bin=${PREFIX}/bin=" \ -e "s=/usr/local/sbin=${PREFIX}/sbin=" \ -e "s=/usr/local/man=${PREFIX}/man=" \ - ${WRKSRC}/Makefile ${WRKSRC}/conf.h -# Try to fix parallel builds (-jX) - @${REINPLACE_CMD} \ - -E 's=cd (.+); (\$$\(MAKE\))=\2 -C \1=' \ - ${WRKSRC}/Makefile + ${WRKSRC}/conf.h post-install: ${INSTALL_DATA} ${WRKSRC}/overview.fmt ${NEWSCTL}/overview.fmt .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCSFILES1:S=^=${WRKSRC}/=} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOCSFILES1:S=^=${WRKSRC}/=} ${DOCSDIR}/ .for i in ${DOCSFILES2} ${INSTALL_DATA} ${WRKSRC}/${i}/README ${DOCSDIR}/${i}-README .endfor Modified: head/news/nntp/files/patch-Makefile ============================================================================== --- head/news/nntp/files/patch-Makefile Tue Sep 3 18:56:27 2013 (r326200) +++ head/news/nntp/files/patch-Makefile Tue Sep 3 19:04:16 2013 (r326201) @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jan 9 08:30:24 1996 -+++ Makefile Thu Dec 5 09:59:23 2002 +--- Makefile.orig 1996-01-09 08:30:24.000000000 +0100 ++++ Makefile 2013-09-03 20:32:47.000000000 +0200 @@ -4,7 +4,7 @@ # The program that knows how to deal with makefiles. [Uncomment if needed.] # MAKE=make @@ -17,10 +17,62 @@ +#ETCDIR = /usr/local/sbin # Where nntpxmit and nntpxfer is going to live -BINDIR = /usr/local/bin -+#BINDIR = /usr/local/news/cnewsbin ++#BINDIR = /usr/local/libexec/cnews # Where manual pages live -MANDIR = /usr/local/man +#MANDIR = /usr/local/man # LIBS = $(DBLIBS) $(RESLIB) $(NETLIBS) $(KVMLIB) SUBMAKEFLAGS="LIBS=${LIBS}" "CFLAGS=${CFLAGS}" "ETCDIR=${ETCDIR}" "BINDIR=${BINDIR}" "MANDIR=${MANDIR}" +@@ -42,11 +42,11 @@ + all: make_$(TYPE) + + make_server: /nowhere +- cd server; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) +- cd support; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) +- cd doc; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) +- cd xmit; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) +- cd xfer; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) ++ $(MAKE) -C server $(MFLAGS) $(SUBMAKEFLAGS) ++ $(MAKE) -C support $(MFLAGS) $(SUBMAKEFLAGS) ++ $(MAKE) -C doc $(MFLAGS) $(SUBMAKEFLAGS) ++ $(MAKE) -C xmit $(MFLAGS) $(SUBMAKEFLAGS) ++ $(MAKE) -C xfer $(MFLAGS) $(SUBMAKEFLAGS) + + server: make_server + +@@ -59,25 +59,25 @@ + install: install_$(TYPE) + + install_server: +- cd server; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install +- cd support; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install +- cd doc; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install +- cd xmit; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install +- cd xfer; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install ++ $(MAKE) -C server $(MFLAGS) $(SUBMAKEFLAGS) install ++ $(MAKE) -C support $(MFLAGS) $(SUBMAKEFLAGS) install ++ $(MAKE) -C doc $(MFLAGS) $(SUBMAKEFLAGS) install ++ $(MAKE) -C xmit $(MFLAGS) $(SUBMAKEFLAGS) install ++ $(MAKE) -C xfer $(MFLAGS) $(SUBMAKEFLAGS) install + + install_msgidd: +- cd server; $(MAKE) $(MFLAGS) $(SUBMAKEFLAGS) install_msgidd ++ $(MAKE) -C server $(MFLAGS) $(SUBMAKEFLAGS) install_msgidd + + clean: +- rm -f .[a-z]* *.CKP *.BAK *~ ; for i in $(DISTDIRS); do cd $$i; $(MAKE) $(MFLAGS) clean; cd ..; done ++ rm -f .[a-z]* *.CKP *.BAK *~ ; for i in $(DISTDIRS); do $(MAKE) -C $$i $(MFLAGS) clean; done + + check: +- for i in $(DISTDIRS); do cd $$i; $(MAKE) $(MFLAGS) check; cd ..; done ++ for i in $(DISTDIRS); do $(MAKE) -C $$i $(MFLAGS) check; done + + distrib: check + mkdir ../nntp.dist + cp -rp $(DIST) ../nntp.dist +- cd ../nntp.dist; for i in $(DISTDIRS); do cd $$i; $(MAKE) $(MFLAGS) distrib; cd ..; done ++ cd ../nntp.dist; for i in $(DISTDIRS); do $(MAKE) -C $$i $(MFLAGS) distrib; done + + + server: /nowhere From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:12:38 2013 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 ESMTP id 415669C5; Tue, 3 Sep 2013 19:12:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED932086; Tue, 3 Sep 2013 19:12:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JCb4f050981; Tue, 3 Sep 2013 19:12:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JCbLB050980; Tue, 3 Sep 2013 19:12:37 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031912.r83JCbLB050980@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326202 - head/x11-toolkits/hs-gtk 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.14 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: Tue, 03 Sep 2013 19:12:38 -0000 Author: antoine Date: Tue Sep 3 19:12:37 2013 New Revision: 326202 URL: http://svnweb.freebsd.org/changeset/ports/326202 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/hs-gtk/Makefile Modified: head/x11-toolkits/hs-gtk/Makefile ============================================================================== --- head/x11-toolkits/hs-gtk/Makefile Tue Sep 3 19:04:16 2013 (r326201) +++ head/x11-toolkits/hs-gtk/Makefile Tue Sep 3 19:12:37 2013 (r326202) @@ -10,6 +10,7 @@ COMMENT= Binding to the Gtk+ graphical u LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= cairo>=0.12.0 gio>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 USE_GNOME= gtk20 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:16:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3AE50B90; Tue, 3 Sep 2013 19:16:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2829B20E9; Tue, 3 Sep 2013 19:16:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JGlmh052581; Tue, 3 Sep 2013 19:16:47 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JGl5Z052580; Tue, 3 Sep 2013 19:16:47 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031916.r83JGl5Z052580@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326203 - head/japanese/libtomoe-gtk 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.14 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: Tue, 03 Sep 2013 19:16:47 -0000 Author: antoine Date: Tue Sep 3 19:16:46 2013 New Revision: 326203 URL: http://svnweb.freebsd.org/changeset/ports/326203 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/japanese/libtomoe-gtk/Makefile Modified: head/japanese/libtomoe-gtk/Makefile ============================================================================== --- head/japanese/libtomoe-gtk/Makefile Tue Sep 3 19:12:37 2013 (r326202) +++ head/japanese/libtomoe-gtk/Makefile Tue Sep 3 19:16:46 2013 (r326203) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-libtomoe-gtk -# Date created: 18 Dec 2005 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= libtomoe-gtk PORTVERSION= 0.6.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanes USE_GNOME= lthack gnomehack gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes #OPTIONS= GUCHARMAP "Compile with gucharmap" on From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:21:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05016EBF; Tue, 3 Sep 2013 19:21:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6C56217A; Tue, 3 Sep 2013 19:21:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JLjWn056260; Tue, 3 Sep 2013 19:21:45 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JLjmk056258; Tue, 3 Sep 2013 19:21:45 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031921.r83JLjmk056258@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326204 - head/net/boinc-client 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.14 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: Tue, 03 Sep 2013 19:21:46 -0000 Author: antoine Date: Tue Sep 3 19:21:45 2013 New Revision: 326204 URL: http://svnweb.freebsd.org/changeset/ports/326204 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Tue Sep 3 19:16:46 2013 (r326203) +++ head/net/boinc-client/Makefile Tue Sep 3 19:21:45 2013 (r326204) @@ -13,6 +13,7 @@ COMMENT= Berkeley Open Infrastructure fo USE_XZ= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h) From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F4A641A; Tue, 3 Sep 2013 19:31:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0DAE2237; Tue, 3 Sep 2013 19:31:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVTL9062080; Tue, 3 Sep 2013 19:31:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVTxN062079; Tue, 3 Sep 2013 19:31:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVTxN062079@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326205 - head/audio/libfishsound 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.14 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: Tue, 03 Sep 2013 19:31:30 -0000 Author: sunpoet Date: Tue Sep 3 19:31:29 2013 New Revision: 326205 URL: http://svnweb.freebsd.org/changeset/ports/326205 Log: - Convert to new LIB_DEPENDS format - Move PORTDOCS upward Modified: head/audio/libfishsound/Makefile Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Tue Sep 3 19:21:45 2013 (r326204) +++ head/audio/libfishsound/Makefile Tue Sep 3 19:31:29 2013 (r326205) @@ -13,21 +13,22 @@ COMMENT= Programing interface to decode/ LICENSE= BSD -LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ - speex:${PORTSDIR}/audio/speex \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ + libspeex.so:${PORTSDIR}/audio/speex \ + libvorbis.so:${PORTSDIR}/audio/libvorbis OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes -USES= pathfix pkgconfig USE_LDCONFIG= yes +USES= pathfix pkgconfig + +PORTDOCS= * .include .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -PORTDOCS= * .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B34F6729; Tue, 3 Sep 2013 19:31:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 875BA2242; Tue, 3 Sep 2013 19:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVucR062783; Tue, 3 Sep 2013 19:31:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVu9Q062781; Tue, 3 Sep 2013 19:31:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVu9Q062781@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326211 - head/textproc/p5-Sphinx-Search 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.14 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: Tue, 03 Sep 2013 19:31:56 -0000 Author: sunpoet Date: Tue Sep 3 19:31:55 2013 New Revision: 326211 URL: http://svnweb.freebsd.org/changeset/ports/326211 Log: - Update to 0.28 Changes: http://search.cpan.org/dist/Sphinx-Search/Changes Modified: head/textproc/p5-Sphinx-Search/Makefile (contents, props changed) head/textproc/p5-Sphinx-Search/distinfo (contents, props changed) Modified: head/textproc/p5-Sphinx-Search/Makefile ============================================================================== --- head/textproc/p5-Sphinx-Search/Makefile Tue Sep 3 19:31:51 2013 (r326210) +++ head/textproc/p5-Sphinx-Search/Makefile Tue Sep 3 19:31:55 2013 (r326211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sphinx-Search -PORTVERSION= 0.27.2 +PORTVERSION= 0.28 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJSCHUTZ @@ -16,11 +16,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-File-SearchPath>=0:${PORTSDIR}/devel/p5-File-SearchPath \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-File-SearchPath>=0:${PORTSDIR}/devel/p5-File-SearchPath \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Sphinx-Search/distinfo ============================================================================== --- head/textproc/p5-Sphinx-Search/distinfo Tue Sep 3 19:31:51 2013 (r326210) +++ head/textproc/p5-Sphinx-Search/distinfo Tue Sep 3 19:31:55 2013 (r326211) @@ -1,2 +1,2 @@ -SHA256 (Sphinx-Search-0.27.2.tar.gz) = 8106a1a6e84e8038a09330e49a81be34996c74ad25de60d07f787b4ac536ae62 -SIZE (Sphinx-Search-0.27.2.tar.gz) = 26882 +SHA256 (Sphinx-Search-0.28.tar.gz) = 982676c08f7f2a20aea12eff0aac29d28071085a65a19fdbf72301733e16d628 +SIZE (Sphinx-Search-0.28.tar.gz) = 27299 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:54 2013 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 ESMTP id 103406FA; Tue, 3 Sep 2013 19:31:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44AD0223F; Tue, 3 Sep 2013 19:31:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVqcI062707; Tue, 3 Sep 2013 19:31:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVpGZ062702; Tue, 3 Sep 2013 19:31:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVpGZ062702@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326210 - head/devel/p5-Config-MVP 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.14 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: Tue, 03 Sep 2013 19:31:54 -0000 Author: sunpoet Date: Tue Sep 3 19:31:51 2013 New Revision: 326210 URL: http://svnweb.freebsd.org/changeset/ports/326210 Log: - Update to 2.200004 Changes: http://search.cpan.org/dist/Config-MVP/Changes Modified: head/devel/p5-Config-MVP/Makefile head/devel/p5-Config-MVP/distinfo (contents, props changed) Modified: head/devel/p5-Config-MVP/Makefile ============================================================================== --- head/devel/p5-Config-MVP/Makefile Tue Sep 3 19:31:47 2013 (r326209) +++ head/devel/p5-Config-MVP/Makefile Tue Sep 3 19:31:51 2013 (r326210) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-MVP -PORTVERSION= 2.200003 +PORTVERSION= 2.200004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +23,6 @@ BUILD_DEPENDS= p5-Class-Load>=0.17:${POR p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 Modified: head/devel/p5-Config-MVP/distinfo ============================================================================== --- head/devel/p5-Config-MVP/distinfo Tue Sep 3 19:31:47 2013 (r326209) +++ head/devel/p5-Config-MVP/distinfo Tue Sep 3 19:31:51 2013 (r326210) @@ -1,2 +1,2 @@ -SHA256 (Config-MVP-2.200003.tar.gz) = 41eeb52f4cb47cd27b2a61775dc508fce784a76cc92c05b6a3b2326cbcbb4876 -SIZE (Config-MVP-2.200003.tar.gz) = 27970 +SHA256 (Config-MVP-2.200004.tar.gz) = dbe473f4b0fc649b82574aa71b0c5da3359058e181928d5e9197fc0ef247c3ec +SIZE (Config-MVP-2.200004.tar.gz) = 27876 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00C9E41B; Tue, 3 Sep 2013 19:31:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D37552238; Tue, 3 Sep 2013 19:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVYo0062175; Tue, 3 Sep 2013 19:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVYl4062172; Tue, 3 Sep 2013 19:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVYl4062172@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326206 - head/devel/p5-Module-Build 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.14 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: Tue, 03 Sep 2013 19:31:35 -0000 Author: sunpoet Date: Tue Sep 3 19:31:33 2013 New Revision: 326206 URL: http://svnweb.freebsd.org/changeset/ports/326206 Log: - Update to 0.4007 - Add LICENSE - Fix PORTSCOUT Changes: http://search.cpan.org/dist/Module-Build/Changes Modified: head/devel/p5-Module-Build/Makefile head/devel/p5-Module-Build/distinfo head/devel/p5-Module-Build/pkg-plist (contents, props changed) Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/Makefile Tue Sep 3 19:31:33 2013 (r326206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Build -PORTVERSION= 0.4005 +PORTVERSION= 0.4007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Build and install Perl modules +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-PAR-Dist>=0.17:${PORTSDIR}/devel/p5-PAR-Dist OPTIONS_DEFINE= DOCS -PORTSCOUT= skipv:0.31012 +PORTSCOUT= skipv:0.31011,0.31012 USES= perl5 USE_PERL5= modbuild @@ -32,12 +35,8 @@ MAN3= inc::latest.3 \ Module::Build::ModuleInfo.3 \ Module::Build::Notes.3 \ Module::Build::PPMMaker.3 \ - Module::Build::Platform::Amiga.3 \ Module::Build::Platform::Default.3 \ - Module::Build::Platform::EBCDIC.3 \ - Module::Build::Platform::MPEiX.3 \ Module::Build::Platform::MacOS.3 \ - Module::Build::Platform::RiscOS.3 \ Module::Build::Platform::Unix.3 \ Module::Build::Platform::VMS.3 \ Module::Build::Platform::VOS.3 \ Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/distinfo Tue Sep 3 19:31:33 2013 (r326206) @@ -1,2 +1,2 @@ -SHA256 (Module-Build-0.4005.tar.gz) = eb2522507251550f459c11223ea6d86b34f1dee9b3e3928d0d6a0497505cb7ef -SIZE (Module-Build-0.4005.tar.gz) = 307822 +SHA256 (Module-Build-0.4007.tar.gz) = 15ac5eb06628348391645464840af8ad6f545831a814e2ea502dc89b9fd70152 +SIZE (Module-Build-0.4007.tar.gz) = 307248 Modified: head/devel/p5-Module-Build/pkg-plist ============================================================================== --- head/devel/p5-Module-Build/pkg-plist Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/pkg-plist Tue Sep 3 19:31:33 2013 (r326206) @@ -11,12 +11,8 @@ %%SITE_PERL%%/Module/Build/ModuleInfo.pm %%SITE_PERL%%/Module/Build/Notes.pm %%SITE_PERL%%/Module/Build/PPMMaker.pm -%%SITE_PERL%%/Module/Build/Platform/Amiga.pm %%SITE_PERL%%/Module/Build/Platform/Default.pm -%%SITE_PERL%%/Module/Build/Platform/EBCDIC.pm -%%SITE_PERL%%/Module/Build/Platform/MPEiX.pm %%SITE_PERL%%/Module/Build/Platform/MacOS.pm -%%SITE_PERL%%/Module/Build/Platform/RiscOS.pm %%SITE_PERL%%/Module/Build/Platform/Unix.pm %%SITE_PERL%%/Module/Build/Platform/VMS.pm %%SITE_PERL%%/Module/Build/Platform/VOS.pm From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:32:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0FCAA2E; Tue, 3 Sep 2013 19:32:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEF25224A; Tue, 3 Sep 2013 19:32:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JW9nW063135; Tue, 3 Sep 2013 19:32:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JW9oC063132; Tue, 3 Sep 2013 19:32:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031932.r83JW9oC063132@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326214 - head/textproc/p5-XML-Compile 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.14 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: Tue, 03 Sep 2013 19:32:09 -0000 Author: sunpoet Date: Tue Sep 3 19:32:09 2013 New Revision: 326214 URL: http://svnweb.freebsd.org/changeset/ports/326214 Log: - Update to 1.37 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Tue Sep 3 19:32:04 2013 (r326213) +++ head/textproc/p5-XML-Compile/Makefile Tue Sep 3 19:32:09 2013 (r326214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.35 +PORTVERSION= 1.37 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Compilation based XML processin LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Report>=0.99:${PORTSDIR}/devel/p5-Log-Report \ +BUILD_DEPENDS= p5-Log-Report>=0.99.4:${PORTSDIR}/devel/p5-Log-Report \ p5-XML-LibXML>=1.94:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Tue Sep 3 19:32:04 2013 (r326213) +++ head/textproc/p5-XML-Compile/distinfo Tue Sep 3 19:32:09 2013 (r326214) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.35.tar.gz) = 0eec9a68b4d19bbd43815e05e23f4cd86cf0f3c69cac269eedd566f3794de8d3 -SIZE (XML-Compile-1.35.tar.gz) = 191662 +SHA256 (XML-Compile-1.37.tar.gz) = 515aa55fce419599023103a4adc25ee1feae2ba6a7f4c855985597b0eee476b7 +SIZE (XML-Compile-1.37.tar.gz) = 191975 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 451AD632; Tue, 3 Sep 2013 19:31:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3614223D; Tue, 3 Sep 2013 19:31:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVlPR062495; Tue, 3 Sep 2013 19:31:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVlBb062493; Tue, 3 Sep 2013 19:31:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVlBb062493@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326209 - head/textproc/p5-Petal 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.14 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: Tue, 03 Sep 2013 19:31:48 -0000 Author: sunpoet Date: Tue Sep 3 19:31:47 2013 New Revision: 326209 URL: http://svnweb.freebsd.org/changeset/ports/326209 Log: - Update to 2.23 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Petal/Changes Modified: head/textproc/p5-Petal/Makefile (contents, props changed) head/textproc/p5-Petal/distinfo (contents, props changed) Modified: head/textproc/p5-Petal/Makefile ============================================================================== --- head/textproc/p5-Petal/Makefile Tue Sep 3 19:31:43 2013 (r326208) +++ head/textproc/p5-Petal/Makefile Tue Sep 3 19:31:47 2013 (r326209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Petal -PORTVERSION= 2.22 +PORTVERSION= 2.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NINE @@ -11,16 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Template Attribute Language - TAL for Perl! -BUILD_DEPENDS= p5-MKDoc-XML>=0:${PORTSDIR}/textproc/p5-MKDoc-XML +BUILD_DEPENDS= p5-MKDoc-XML>=0.72:${PORTSDIR}/textproc/p5-MKDoc-XML RUN_DEPENDS:= ${BUILD_DEPENDS} - -MAN3= Petal.3 \ - Petal::Cookbook.3 \ - Petal::Deprecated.3 \ - Petal::Hash::Test.3 \ - Petal::I18N.3 +TEST_DEPENDS= p5-Locale-Maketext-Gettext>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Gettext \ + p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 USE_PERL5= configure +MAN3= Petal.3 \ + Petal::Cookbook.3 \ + Petal::Deprecated.3 \ + Petal::Hash::Test.3 \ + Petal::I18N.3 + .include Modified: head/textproc/p5-Petal/distinfo ============================================================================== --- head/textproc/p5-Petal/distinfo Tue Sep 3 19:31:43 2013 (r326208) +++ head/textproc/p5-Petal/distinfo Tue Sep 3 19:31:47 2013 (r326209) @@ -1,2 +1,2 @@ -SHA256 (Petal-2.22.tar.gz) = 50e169b7f183d70e1f62b4af7cc975a3acfa4e25fd5e4a47ca15701a2583d276 -SIZE (Petal-2.22.tar.gz) = 94234 +SHA256 (Petal-2.23.tar.gz) = 23161731ff2c054dcbab9e908f573466a9be17dea82c68a666d84cad7821d482 +SIZE (Petal-2.23.tar.gz) = 94121 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2AE64D4; Tue, 3 Sep 2013 19:31:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9084E223A; Tue, 3 Sep 2013 19:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVdKQ062329; Tue, 3 Sep 2013 19:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVduZ062327; Tue, 3 Sep 2013 19:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVduZ062327@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326207 - head/devel/p5-Test-FailWarnings 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.14 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: Tue, 03 Sep 2013 19:31:39 -0000 Author: sunpoet Date: Tue Sep 3 19:31:38 2013 New Revision: 326207 URL: http://svnweb.freebsd.org/changeset/ports/326207 Log: - Update to 0.007 Changes: http://search.cpan.org/dist/Test-FailWarnings/Changes Modified: head/devel/p5-Test-FailWarnings/Makefile head/devel/p5-Test-FailWarnings/distinfo (contents, props changed) Modified: head/devel/p5-Test-FailWarnings/Makefile ============================================================================== --- head/devel/p5-Test-FailWarnings/Makefile Tue Sep 3 19:31:33 2013 (r326206) +++ head/devel/p5-Test-FailWarnings/Makefile Tue Sep 3 19:31:38 2013 (r326207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-FailWarnings -PORTVERSION= 0.005 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Test @@ -19,6 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Test::FailWarnings.3 +MAN3= Test::FailWarnings.3 .include Modified: head/devel/p5-Test-FailWarnings/distinfo ============================================================================== --- head/devel/p5-Test-FailWarnings/distinfo Tue Sep 3 19:31:33 2013 (r326206) +++ head/devel/p5-Test-FailWarnings/distinfo Tue Sep 3 19:31:38 2013 (r326207) @@ -1,2 +1,2 @@ -SHA256 (Test-FailWarnings-0.005.tar.gz) = 014f909e6c171f77b811139c49c1dca9d0f1e2d1c41b5dca332b6b55b3eb0b4e -SIZE (Test-FailWarnings-0.005.tar.gz) = 13799 +SHA256 (Test-FailWarnings-0.007.tar.gz) = fe3a5d3be7bd8477248043df947af175f8f8c0ce302cdb21e19037bdf1ab75e0 +SIZE (Test-FailWarnings-0.007.tar.gz) = 13262 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:31:43 2013 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 ESMTP id DBD99591; Tue, 3 Sep 2013 19:31:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9ACB223B; Tue, 3 Sep 2013 19:31:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVhoC062415; Tue, 3 Sep 2013 19:31:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVhjT062409; Tue, 3 Sep 2013 19:31:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVhjT062409@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326208 - head/textproc/p5-MARC-Charset 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.14 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: Tue, 03 Sep 2013 19:31:43 -0000 Author: sunpoet Date: Tue Sep 3 19:31:43 2013 New Revision: 326208 URL: http://svnweb.freebsd.org/changeset/ports/326208 Log: - Update to 1.35 - Add LICENSE Changes: http://search.cpan.org/dist/MARC-Charset/Changes Modified: head/textproc/p5-MARC-Charset/Makefile (contents, props changed) head/textproc/p5-MARC-Charset/distinfo (contents, props changed) Modified: head/textproc/p5-MARC-Charset/Makefile ============================================================================== --- head/textproc/p5-MARC-Charset/Makefile Tue Sep 3 19:31:38 2013 (r326207) +++ head/textproc/p5-MARC-Charset/Makefile Tue Sep 3 19:31:43 2013 (r326208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MARC-Charset -PORTVERSION= 1.34 +PORTVERSION= 1.35 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert MARC-8 encoded strings to UTF-8 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-MARC-Charset/distinfo ============================================================================== --- head/textproc/p5-MARC-Charset/distinfo Tue Sep 3 19:31:38 2013 (r326207) +++ head/textproc/p5-MARC-Charset/distinfo Tue Sep 3 19:31:43 2013 (r326208) @@ -1,2 +1,2 @@ -SHA256 (MARC-Charset-1.34.tar.gz) = d131b79153ecfe91877c883e6f2f209c72196169d87312e5b0c0f24837eb1ac7 -SIZE (MARC-Charset-1.34.tar.gz) = 191865 +SHA256 (MARC-Charset-1.35.tar.gz) = 4dd41849b97b3e342f7747123184376d4aeca38edbe29165dc272ad84d5cfb23 +SIZE (MARC-Charset-1.35.tar.gz) = 194082 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:32:01 2013 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 ESMTP id 80B267E6; Tue, 3 Sep 2013 19:32:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60A8A2244; Tue, 3 Sep 2013 19:32:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JW1CA062955; Tue, 3 Sep 2013 19:32:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JW06K062950; Tue, 3 Sep 2013 19:32:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031932.r83JW06K062950@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326212 - head/textproc/p5-XML-LibXML 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.14 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: Tue, 03 Sep 2013 19:32:01 -0000 Author: sunpoet Date: Tue Sep 3 19:32:00 2013 New Revision: 326212 URL: http://svnweb.freebsd.org/changeset/ports/326212 Log: - Update to 2.0104 - Convert to new LIB_DEPENDS format - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/XML-LibXML/Changes Modified: head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXML/distinfo head/textproc/p5-XML-LibXML/pkg-plist (contents, props changed) Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Tue Sep 3 19:31:55 2013 (r326211) +++ head/textproc/p5-XML-LibXML/Makefile Tue Sep 3 19:32:00 2013 (r326212) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0018 +PORTVERSION= 2.0104 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -16,9 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-NamespaceSupport>=1.07:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \ p5-XML-SAX>=0.11:${PORTSDIR}/textproc/p5-XML-SAX -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= p5-XML-NamespaceSupport>=1.07:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \ - p5-XML-SAX>=0.11:${PORTSDIR}/textproc/p5-XML-SAX +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure @@ -28,23 +27,39 @@ PKGDEINSTALL= ${PKGINSTALL} CONFLICTS= p5-XML-LibXML-XPathContext-[0-9]* p5-XML-LibXML-Common-[0-9]* -MAN3= XML::LibXML.3 XML::LibXML::AttributeHash.3 \ - XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \ - XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \ +MAN3= XML::LibXML.3 \ + XML::LibXML::Attr.3 \ + XML::LibXML::AttributeHash.3 \ + XML::LibXML::Boolean.3 \ + XML::LibXML::CDATASection.3 \ + XML::LibXML::Comment.3 \ + XML::LibXML::Common.3 \ + XML::LibXML::DOM.3 \ XML::LibXML::Devel.3 \ - XML::LibXML::DOM.3 XML::LibXML::Document.3 \ - XML::LibXML::DocumentFragment.3 XML::LibXML::Dtd.3 \ - XML::LibXML::Element.3 XML::LibXML::ErrNo.3 \ - XML::LibXML::Error.3 XML::LibXML::InputCallback.3 \ - XML::LibXML::Literal.3 XML::LibXML::Namespace.3 \ - XML::LibXML::Node.3 XML::LibXML::NodeList.3 \ - XML::LibXML::Number.3 XML::LibXML::PI.3 XML::LibXML::Parser.3 \ - XML::LibXML::Pattern.3 XML::LibXML::Reader.3 \ - XML::LibXML::RelaxNG.3 XML::LibXML::SAX.3 \ - XML::LibXML::SAX::Builder.3 XML::LibXML::SAX::Generator.3 \ - XML::LibXML::Schema.3 XML::LibXML::Text.3 \ + XML::LibXML::Document.3 \ + XML::LibXML::DocumentFragment.3 \ + XML::LibXML::Dtd.3 \ + XML::LibXML::Element.3 \ + XML::LibXML::ErrNo.3 \ + XML::LibXML::Error.3 \ + XML::LibXML::InputCallback.3 \ + XML::LibXML::Literal.3 \ + XML::LibXML::Namespace.3 \ + XML::LibXML::Node.3 \ + XML::LibXML::NodeList.3 \ + XML::LibXML::Number.3 \ + XML::LibXML::PI.3 \ + XML::LibXML::Parser.3 \ + XML::LibXML::Pattern.3 \ + XML::LibXML::Reader.3 \ + XML::LibXML::RegExp.3 \ + XML::LibXML::RelaxNG.3 \ + XML::LibXML::SAX.3 \ + XML::LibXML::SAX::Builder.3 \ + XML::LibXML::SAX::Generator.3 \ + XML::LibXML::Schema.3 \ + XML::LibXML::Text.3 \ XML::LibXML::XPathContext.3 \ - XML::LibXML::XPathExpression.3 \ - XML::LibXML::Common.3 XML::LibXML::RegExp.3 + XML::LibXML::XPathExpression.3 .include Modified: head/textproc/p5-XML-LibXML/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML/distinfo Tue Sep 3 19:31:55 2013 (r326211) +++ head/textproc/p5-XML-LibXML/distinfo Tue Sep 3 19:32:00 2013 (r326212) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-2.0018.tar.gz) = 8d2e49c95e3bb8fb20952fdc7af7b7a972d89a64456bf8d6d62a874e0a0fffc8 -SIZE (XML-LibXML-2.0018.tar.gz) = 452838 +SHA256 (XML-LibXML-2.0104.tar.gz) = e651000d01c29687a7f5bbefd1e241b97dda7a09c8b636da54e19819336e1176 +SIZE (XML-LibXML-2.0104.tar.gz) = 455802 Modified: head/textproc/p5-XML-LibXML/pkg-plist ============================================================================== --- head/textproc/p5-XML-LibXML/pkg-plist Tue Sep 3 19:31:55 2013 (r326211) +++ head/textproc/p5-XML-LibXML/pkg-plist Tue Sep 3 19:32:00 2013 (r326212) @@ -5,18 +5,18 @@ %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Boolean.pm %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/CDATASection.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Comment.pod -%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Common.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Common.pm +%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Common.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/DOM.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Devel.pm %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Document.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/DocumentFragment.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Dtd.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Element.pod -%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/ErrNo.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/ErrNo.pm -%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Error.pod +%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/ErrNo.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Error.pm +%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Error.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/InputCallback.pod %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Literal.pm %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Namespace.pod From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:32:05 2013 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 ESMTP id D23628A9; Tue, 3 Sep 2013 19:32:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7D112248; Tue, 3 Sep 2013 19:32:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JW5m9063050; Tue, 3 Sep 2013 19:32:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JW5qR063048; Tue, 3 Sep 2013 19:32:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031932.r83JW5qR063048@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326213 - head/textproc/p5-XML-LibXSLT 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.14 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: Tue, 03 Sep 2013 19:32:05 -0000 Author: sunpoet Date: Tue Sep 3 19:32:04 2013 New Revision: 326213 URL: http://svnweb.freebsd.org/changeset/ports/326213 Log: - Update to 1.81 - Convert to new LIB_DEPENDS format Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes Modified: head/textproc/p5-XML-LibXSLT/Makefile (contents, props changed) head/textproc/p5-XML-LibXSLT/distinfo (contents, props changed) Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Tue Sep 3 19:32:00 2013 (r326212) +++ head/textproc/p5-XML-LibXSLT/Makefile Tue Sep 3 19:32:04 2013 (r326213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXSLT -PORTVERSION= 1.80 +PORTVERSION= 1.81 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,16 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.2:${PORTSDIR}/textproc/libxslt +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 +LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ - LIBS="-L${LOCALBASE}/lib" +#CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ +# LIBS="-L${LOCALBASE}/lib" MAN3= XML::LibXSLT.3 Modified: head/textproc/p5-XML-LibXSLT/distinfo ============================================================================== --- head/textproc/p5-XML-LibXSLT/distinfo Tue Sep 3 19:32:00 2013 (r326212) +++ head/textproc/p5-XML-LibXSLT/distinfo Tue Sep 3 19:32:04 2013 (r326213) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXSLT-1.80.tar.gz) = 7beac72b6afb40f948973c36381131672b79de22bd3741f7a4fdf35e38a2868e -SIZE (XML-LibXSLT-1.80.tar.gz) = 86570 +SHA256 (XML-LibXSLT-1.81.tar.gz) = 2859425bb9a81ef4e958352655d0a5d5abb26a30d88b3cf23ae93d7e14775c96 +SIZE (XML-LibXSLT-1.81.tar.gz) = 86611 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:33:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C408D91; Tue, 3 Sep 2013 19:33:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A1432257; Tue, 3 Sep 2013 19:33:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JX4D3063441; Tue, 3 Sep 2013 19:33:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JX3eZ063438; Tue, 3 Sep 2013 19:33:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031933.r83JX3eZ063438@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326216 - head/www/p5-WWW-Mechanize-Shell 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.14 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: Tue, 03 Sep 2013 19:33:04 -0000 Author: sunpoet Date: Tue Sep 3 19:33:03 2013 New Revision: 326216 URL: http://svnweb.freebsd.org/changeset/ports/326216 Log: - Update to 0.53 - Remove leading indefinite article from COMMENT - Convert to new options framework - Use PORTEXAMPLES Changes: http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes Modified: head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-Shell/distinfo (contents, props changed) head/www/p5-WWW-Mechanize-Shell/pkg-plist (contents, props changed) Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Tue Sep 3 19:32:13 2013 (r326215) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Tue Sep 3 19:33:03 2013 (r326216) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-Shell -PORTVERSION= 0.52 -PORTREVISION= 1 +PORTVERSION= 0.53 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= An interactive shell for www/p5-WWW-Mechanize +COMMENT= Interactive shell for www/p5-WWW-Mechanize BUILD_DEPENDS= p5-HTML-Display>=0:${PORTSDIR}/www/p5-HTML-Display \ p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ @@ -21,31 +20,29 @@ BUILD_DEPENDS= p5-HTML-Display>=0:${PORT p5-WWW-Mechanize-FormFiller>=0.05:${PORTSDIR}/www/p5-WWW-Mechanize-FormFiller \ p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +OPTIONS_DEFINE= DOCS EXAMPLES + USES= perl5 USE_PERL5= configure MAN3= WWW::Mechanize::Shell.3 -.if !defined(NOPORTDOCS) PORTDOCS= Changes README -.endif +PORTEXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl -.if !defined(NOPORTEXAMPLES) -EXAMPLES= bin/banking.postbank.de.mech bin/hotmail.signup.mech bin/wwwshell.pl -.endif +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR} + cd ${WRKSRC}/bin/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .endif Modified: head/www/p5-WWW-Mechanize-Shell/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/distinfo Tue Sep 3 19:32:13 2013 (r326215) +++ head/www/p5-WWW-Mechanize-Shell/distinfo Tue Sep 3 19:33:03 2013 (r326216) @@ -1,2 +1,2 @@ -SHA256 (WWW-Mechanize-Shell-0.52.tar.gz) = c7654a01ac5d257bdc19b4abffbdd5e7a6eebe1fc046bdc2549eb583da81a2d4 -SIZE (WWW-Mechanize-Shell-0.52.tar.gz) = 50824 +SHA256 (WWW-Mechanize-Shell-0.53.tar.gz) = 86ab30d884e78b5f4443b1d32e2c896113f1d080a120ccca16c0491091f8e43e +SIZE (WWW-Mechanize-Shell-0.53.tar.gz) = 51274 Modified: head/www/p5-WWW-Mechanize-Shell/pkg-plist ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/pkg-plist Tue Sep 3 19:32:13 2013 (r326215) +++ head/www/p5-WWW-Mechanize-Shell/pkg-plist Tue Sep 3 19:33:03 2013 (r326216) @@ -1,9 +1,5 @@ %%SITE_PERL%%/WWW/Mechanize/Shell.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Shell/.packlist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/banking.postbank.de.mech -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hotmail.signup.mech -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wwwshell.pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Shell @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:32:14 2013 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 ESMTP id 34DB6A35; Tue, 3 Sep 2013 19:32:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 225EB224C; Tue, 3 Sep 2013 19:32:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JWEvE063213; Tue, 3 Sep 2013 19:32:14 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JWDkn063211; Tue, 3 Sep 2013 19:32:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031932.r83JWDkn063211@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326215 - head/www/p5-App-gist 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.14 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: Tue, 03 Sep 2013 19:32:14 -0000 Author: sunpoet Date: Tue Sep 3 19:32:13 2013 New Revision: 326215 URL: http://svnweb.freebsd.org/changeset/ports/326215 Log: - Update to 0.15 Changes: http://search.cpan.org/dist/App-gist/Changes Modified: head/www/p5-App-gist/Makefile head/www/p5-App-gist/distinfo (contents, props changed) Modified: head/www/p5-App-gist/Makefile ============================================================================== --- head/www/p5-App-gist/Makefile Tue Sep 3 19:32:09 2013 (r326214) +++ head/www/p5-App-gist/Makefile Tue Sep 3 19:32:13 2013 (r326215) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= App-gist -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= www perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ALEXBIO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,8 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-WWW-GitHub-Gist>=0:${PORTSDIR}/www/p5-WWW-GitHub-Gist + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Pithub>=0:${PORTSDIR}/devel/p5-Pithub \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= gist-[0-9]* Modified: head/www/p5-App-gist/distinfo ============================================================================== --- head/www/p5-App-gist/distinfo Tue Sep 3 19:32:09 2013 (r326214) +++ head/www/p5-App-gist/distinfo Tue Sep 3 19:32:13 2013 (r326215) @@ -1,2 +1,2 @@ -SHA256 (App-gist-0.14.tar.gz) = 43e11714819d973ef73bf16c14cc96161b82cc2af1bd53d07e88942cb7fac478 -SIZE (App-gist-0.14.tar.gz) = 12609 +SHA256 (App-gist-0.15.tar.gz) = 21512bf0f30b1d8f8ae978d98c91d8f2d79c6b3b9569db48da7e2d5543e17527 +SIZE (App-gist-0.15.tar.gz) = 12847 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:37:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F39399; Tue, 3 Sep 2013 19:37:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AFEE22B7; Tue, 3 Sep 2013 19:37:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JbDca065011; Tue, 3 Sep 2013 19:37:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JbCIi065006; Tue, 3 Sep 2013 19:37:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031937.r83JbCIi065006@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326217 - head/www/tinymce 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.14 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: Tue, 03 Sep 2013 19:37:13 -0000 Author: sunpoet Date: Tue Sep 3 19:37:12 2013 New Revision: 326217 URL: http://svnweb.freebsd.org/changeset/ports/326217 Log: - Update to 4.0.5 - Add my LOCAL to MASTER_SITES - Add LICENSE - Mark CONFLICTS_INSTALL with www/tinymce3 - Add maintainer section - Take maintainership Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Modified: head/www/tinymce/Makefile (contents, props changed) head/www/tinymce/distinfo (contents, props changed) head/www/tinymce/pkg-descr (contents, props changed) head/www/tinymce/pkg-plist (contents, props changed) Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Tue Sep 3 19:33:03 2013 (r326216) +++ head/www/tinymce/Makefile Tue Sep 3 19:37:12 2013 (r326217) @@ -2,23 +2,44 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 2.1.3 +PORTVERSION= 4.0.5 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/TinyMCE/${PORTVERSION} -DISTNAME= tinymce_2_1_3 -EXTRACT_SUFX= .tgz +MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ + LOCAL/sunpoet +DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= LGPL21 + +CONFLICTS_INSTALL= tinymce-[0-35-9]* -NO_BUILD= YES -NO_LATEST_LINK= YES +NO_BUILD= yes +USE_ZIP= yes +WRKSRC= ${WRKDIR}/${PORTNAME} do-install: - ${INSTALL} -d -m 0755 ${WWWDIR} - (cd ${WRKSRC} && ${FIND} . -not -name .PLIST.mktmp -not -name '.*_done.*' -not -name pkg-install | \ - ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) + cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ + +# maintainer section: + +#MS_DIRRMTRY= # empty +MS_EMPTYDIRS= ${WRKDIR}/.ms-empty-directories +MS_PLIST= ${WRKDIR}/.ms-pkg-plist + +genplist: do-clean extract + cd ${WRKSRC}/ && \ + ${FIND} -s * -type d -empty | ${XARGS} > ${MS_EMPTYDIRS} && \ + ${SED} 's|[^ ]*|&/.keepme|g' ${MS_EMPTYDIRS} | ${XARGS} -J % ${TOUCH} % && \ + ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' > ${MS_PLIST} && \ + ${FIND} -s * -type d | ${TAIL} -r | ${SED} 's|^|@dirrm %%WWWDIR%%/|' >> ${MS_PLIST} && \ + ${ECHO} '@dirrmtry %%WWWDIR%%' >> ${MS_PLIST} +#.for dir in ${MS_DIRRMTRY} +# ${REINPLACE_CMD} '/^@dirrm %%WWWDIR%%\/${dir:C/\//\\\//g}$$/ s|@dirrm|&try|' ${MS_PLIST} +#.endfor + ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} + ${REINPLACE_CMD} -e "/^EMPTYDIRS=/ s| .*$$| `${CAT} ${MS_EMPTYDIRS}`|" ${.CURDIR}/Makefile .include Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Tue Sep 3 19:33:03 2013 (r326216) +++ head/www/tinymce/distinfo Tue Sep 3 19:37:12 2013 (r326217) @@ -1,2 +1,2 @@ -SHA256 (tinymce_2_1_3.tgz) = 900215e08f7245e4a196a90a9a9aacbd18fa00d3fd95ed45cd8c5825556a910d -SIZE (tinymce_2_1_3.tgz) = 459851 +SHA256 (tinymce_4.0.5.zip) = 06a9a2b3ed64bbf62d50764607b18ec71f49ef2d2a5953eeaa988f7b90688131 +SIZE (tinymce_4.0.5.zip) = 284260 Modified: head/www/tinymce/pkg-descr ============================================================================== --- head/www/tinymce/pkg-descr Tue Sep 3 19:33:03 2013 (r326216) +++ head/www/tinymce/pkg-descr Tue Sep 3 19:37:12 2013 (r326217) @@ -4,17 +4,15 @@ the ability to convert HTML TEXTAREA fie instances. TinyMCE is very easy to integrate into other Content Management Systems. -TinyMCE Features +TinyMCE Features: +- Easy to integrate, takes only two lines of code. +- Customizable through themes and plugins. +- Customizable XHTML 1.0 output. Block invalid elements and force attributes. +- International language support (Language packs) +- Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari + (experimental). +- PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot + faster to load. +- You can easily use AJAX to save and load content! - * Easy to integrate, takes only two lines of code. - * Customizable through themes and plugins. - * Customizable XHTML 1.0 output. Block invalid elements and force - attributes. - * International language support (Language packs) - * Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari - (experimental). - * PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and - a lot faster to load. - * You can easily use AJAX to save and load content! - -WWW: http://tinymce.moxiecode.com/ +WWW: http://www.tinymce.com/ Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Tue Sep 3 19:33:03 2013 (r326216) +++ head/www/tinymce/pkg-plist Tue Sep 3 19:37:12 2013 (r326217) @@ -1,590 +1,141 @@ -%%WWWDIR%%/changelog -%%WWWDIR%%/examples/example_advanced.css -%%WWWDIR%%/examples/example_advanced.htm -%%WWWDIR%%/examples/example_flash_list.js -%%WWWDIR%%/examples/example_full.css -%%WWWDIR%%/examples/example_full.htm -%%WWWDIR%%/examples/example_image_list.js -%%WWWDIR%%/examples/example_link_list.js -%%WWWDIR%%/examples/example_media_list.js -%%WWWDIR%%/examples/example_simple.htm -%%WWWDIR%%/examples/example_template.htm -%%WWWDIR%%/examples/example_template_list.js -%%WWWDIR%%/examples/example_word.css -%%WWWDIR%%/examples/example_word.htm -%%WWWDIR%%/examples/logo.jpg -%%WWWDIR%%/examples/logo_over.jpg -%%WWWDIR%%/examples/templates/count.htm -%%WWWDIR%%/examples/templates/editing_details.htm -%%WWWDIR%%/examples/templates/editors_comment.htm -%%WWWDIR%%/examples/templates/invoice.htm -%%WWWDIR%%/examples/templates/layout1.htm -%%WWWDIR%%/examples/templates/snippet1.htm -%%WWWDIR%%/jscripts/tiny_mce/blank.htm -%%WWWDIR%%/jscripts/tiny_mce/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/langs/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/license.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/images/template.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/popup.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/_template/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/css/advhr.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/images/advhr.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/jscripts/rule.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/rule.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/css/advimage.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/image.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/images/sample.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/jscripts/functions.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/css/advlink.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/link.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/cleanup/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/cleanup/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/css/contextmenu.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/css/devkit.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/css/devkit_ui.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/devkit.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/images/flip_down.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/images/flip_up.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/jscripts/devkit.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/jscripts/diff.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/images/ltr.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/images/rtl.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/emotions.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/emotions.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/jscripts/functions.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/css/content.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/css/flash.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/flash.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/images/flash.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/jscripts/flash.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/flash/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/blank.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/fullpage.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images/add.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images/fullpage.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images/move_down.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images/move_up.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images/remove.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/jscripts/fullpage.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/css/page.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/images/iespell.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/css/inlinepopup.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images/spacer.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images/window_close.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images/window_maximize.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images/window_minimize.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images/window_resize.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/absolute.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/backward.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/forward.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/insert_layer.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/insertlayer.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/movebackward.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images/moveforward.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/layer/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/css/content.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/css/media.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/flash.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/media.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/quicktime.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/realmedia.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/shockwave.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/images/windowsmedia.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/jscripts/embed.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/jscripts/media.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/media/media.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/blank.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/css/blank.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/css/pasteword.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/images/pastetext.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/images/pasteword.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/images/selectall.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/pastetext.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/pasteword.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/paste/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/example.html -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/images/preview.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/jscripts/embed.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/preview/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/print/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/print/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/print/images/print.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/print/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/print/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/images/cancel.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/images/save.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/save/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/images/search.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/css/props.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/images/style_info.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/images/styleprops.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/jscripts/props.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/props.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/style/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/cell.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/css/cell.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/css/row.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/css/table.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/buttons.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_delete.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_row_props.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/jscripts/cell.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/jscripts/row.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/jscripts/table.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/merge_cells.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/row.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/table/table.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/blank.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/css/template.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/images/template.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/jscripts/template.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/template/template.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/zoom/editor_plugin.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js -%%WWWDIR%%/jscripts/tiny_mce/plugins/zoom/readme.txt -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/about.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/anchor.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/charmap.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/color_picker.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/css/colorpicker.css -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/css/editor_content.css -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/css/editor_popup.css -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/css/editor_ui.css -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/about.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/index.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/style.css -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/editor_template.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/editor_template_src.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/image.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/anchor.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/backcolor.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold_es.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/browse.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/bullist.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/button_menu.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/buttons.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/charmap.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/cleanup.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/close.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/code.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/color.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/colors.jpg -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/copy.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/custom_1.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/cut.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/forecolor.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/help.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/hr.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/image.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/indent.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/italic.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/italic_es.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/justifyright.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/link.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/menu_check.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/newdocument.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/numlist.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/opacity.png -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/outdent.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/paste.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/redo.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/removeformat.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/separator.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/spacer.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/sub.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/sup.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/underline.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/underline_es.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/undo.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/unlink.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/visualaid.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/about.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/image.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/link.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/langs/en.js -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/link.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/advanced/source_editor.htm -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/css/editor_content.css -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/css/editor_popup.css -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/css/editor_ui.css -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/editor_template.js -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/editor_template_src.js -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bold.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bold_fr.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bold_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bold_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/bullist.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/buttons.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/cleanup.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/italic.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/italic_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/italic_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/numlist.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/redo.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/separator.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/spacer.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/strikethrough.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/underline.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/underline_fr.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/underline_ru.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/underline_tw.gif -%%WWWDIR%%/jscripts/tiny_mce/themes/simple/images/undo.gif -%%WWWDIR%%/jscripts/tiny_mce/tiny_mce.js -%%WWWDIR%%/jscripts/tiny_mce/tiny_mce_dev.js -%%WWWDIR%%/jscripts/tiny_mce/tiny_mce_popup.js -%%WWWDIR%%/jscripts/tiny_mce/tiny_mce_src.js -%%WWWDIR%%/jscripts/tiny_mce/utils/editable_selects.js -%%WWWDIR%%/jscripts/tiny_mce/utils/form_utils.js -%%WWWDIR%%/jscripts/tiny_mce/utils/mclayer.js -%%WWWDIR%%/jscripts/tiny_mce/utils/mctabs.js -%%WWWDIR%%/jscripts/tiny_mce/utils/validate.js -%%WWWDIR%%/readme -@dirrm %%WWWDIR%%/examples/templates -@dirrm %%WWWDIR%%/examples -@dirrm %%WWWDIR%%/jscripts/tiny_mce/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/_template/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/_template/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/_template -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advhr/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advhr -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advimage/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advimage -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advlink/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/advlink -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/autosave -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/bbcode -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/cleanup -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/contextmenu -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/devkit/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/devkit -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/directionality/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/directionality -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/emotions/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/emotions -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/flash/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/flash/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/flash/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/flash/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/flash -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullscreen -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/iespell/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/iespell -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/inlinepopups -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/insertdatetime -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/layer/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/layer/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/layer -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/media/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/media/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/media/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/media/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/media -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/nonbreaking -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/noneditable -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/paste/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/paste/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/paste/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/paste/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/paste -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/preview/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/preview/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/preview/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/preview -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/print/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/print/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/print -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/save/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/save/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/save -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/table/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/table/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/table/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/table/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/table -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/zoom -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs/en -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/docs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images/xp -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/jscripts -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced/langs -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/advanced -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/simple/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/simple/images -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/simple -@dirrm %%WWWDIR%%/jscripts/tiny_mce/themes -@dirrm %%WWWDIR%%/jscripts/tiny_mce/utils -@dirrm %%WWWDIR%%/jscripts/tiny_mce -@dirrm %%WWWDIR%%/jscripts -@dirrm %%WWWDIR%% +%%WWWDIR%%/LICENSE.TXT +%%WWWDIR%%/changelog.txt +%%WWWDIR%%/js/tinymce/langs/readme.md +%%WWWDIR%%/js/tinymce/license.txt +%%WWWDIR%%/js/tinymce/plugins/advlist/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/anchor/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autolink/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autoresize/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autosave/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/bbcode/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/charmap/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/code/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/compat3x/editable_selects.js +%%WWWDIR%%/js/tinymce/plugins/compat3x/form_utils.js +%%WWWDIR%%/js/tinymce/plugins/compat3x/mctabs.js +%%WWWDIR%%/js/tinymce/plugins/compat3x/tiny_mce_popup.js +%%WWWDIR%%/js/tinymce/plugins/compat3x/validate.js +%%WWWDIR%%/js/tinymce/plugins/contextmenu/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/directionality/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-cool.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-cry.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-frown.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-smile.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-wink.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-yell.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/example/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/example_dependency/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/fullpage/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/fullscreen/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/hr/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/image/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/importcss/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/insertdatetime/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/layer/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/legacyoutput/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/link/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/lists/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/media/moxieplayer.swf +%%WWWDIR%%/js/tinymce/plugins/media/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/nonbreaking/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/noneditable/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/pagebreak/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/paste/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/preview/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/print/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/save/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/searchreplace/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/spellchecker/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/tabfocus/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/table/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/template/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/textcolor/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/visualblocks/css/visualblocks.css +%%WWWDIR%%/js/tinymce/plugins/visualblocks/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/visualchars/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/wordcount/plugin.min.js +%%WWWDIR%%/js/tinymce/skins/lightgray/content.inline.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/content.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon-small.eot +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon-small.svg +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon-small.ttf +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon-small.woff +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon.eot +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon.svg +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon.ttf +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/icomoon.woff +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/readme.md +%%WWWDIR%%/js/tinymce/skins/lightgray/img/anchor.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/loader.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/wline.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/skin.ie7.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css +%%WWWDIR%%/js/tinymce/themes/modern/theme.min.js +%%WWWDIR%%/js/tinymce/tinymce.min.js +@dirrm %%WWWDIR%%/js/tinymce/themes/modern +@dirrm %%WWWDIR%%/js/tinymce/themes +@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray/img +@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray/fonts +@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray +@dirrm %%WWWDIR%%/js/tinymce/skins +@dirrm %%WWWDIR%%/js/tinymce/plugins/wordcount +@dirrm %%WWWDIR%%/js/tinymce/plugins/visualchars +@dirrm %%WWWDIR%%/js/tinymce/plugins/visualblocks/css +@dirrm %%WWWDIR%%/js/tinymce/plugins/visualblocks +@dirrm %%WWWDIR%%/js/tinymce/plugins/textcolor +@dirrm %%WWWDIR%%/js/tinymce/plugins/template +@dirrm %%WWWDIR%%/js/tinymce/plugins/table +@dirrm %%WWWDIR%%/js/tinymce/plugins/tabfocus +@dirrm %%WWWDIR%%/js/tinymce/plugins/spellchecker +@dirrm %%WWWDIR%%/js/tinymce/plugins/searchreplace +@dirrm %%WWWDIR%%/js/tinymce/plugins/save +@dirrm %%WWWDIR%%/js/tinymce/plugins/print +@dirrm %%WWWDIR%%/js/tinymce/plugins/preview +@dirrm %%WWWDIR%%/js/tinymce/plugins/paste +@dirrm %%WWWDIR%%/js/tinymce/plugins/pagebreak +@dirrm %%WWWDIR%%/js/tinymce/plugins/noneditable +@dirrm %%WWWDIR%%/js/tinymce/plugins/nonbreaking +@dirrm %%WWWDIR%%/js/tinymce/plugins/media +@dirrm %%WWWDIR%%/js/tinymce/plugins/lists +@dirrm %%WWWDIR%%/js/tinymce/plugins/link +@dirrm %%WWWDIR%%/js/tinymce/plugins/legacyoutput +@dirrm %%WWWDIR%%/js/tinymce/plugins/layer +@dirrm %%WWWDIR%%/js/tinymce/plugins/insertdatetime +@dirrm %%WWWDIR%%/js/tinymce/plugins/importcss +@dirrm %%WWWDIR%%/js/tinymce/plugins/image +@dirrm %%WWWDIR%%/js/tinymce/plugins/hr +@dirrm %%WWWDIR%%/js/tinymce/plugins/fullscreen +@dirrm %%WWWDIR%%/js/tinymce/plugins/fullpage +@dirrm %%WWWDIR%%/js/tinymce/plugins/example_dependency +@dirrm %%WWWDIR%%/js/tinymce/plugins/example +@dirrm %%WWWDIR%%/js/tinymce/plugins/emoticons/img +@dirrm %%WWWDIR%%/js/tinymce/plugins/emoticons +@dirrm %%WWWDIR%%/js/tinymce/plugins/directionality +@dirrm %%WWWDIR%%/js/tinymce/plugins/contextmenu +@dirrm %%WWWDIR%%/js/tinymce/plugins/compat3x +@dirrm %%WWWDIR%%/js/tinymce/plugins/code +@dirrm %%WWWDIR%%/js/tinymce/plugins/charmap +@dirrm %%WWWDIR%%/js/tinymce/plugins/bbcode +@dirrm %%WWWDIR%%/js/tinymce/plugins/autosave +@dirrm %%WWWDIR%%/js/tinymce/plugins/autoresize +@dirrm %%WWWDIR%%/js/tinymce/plugins/autolink +@dirrm %%WWWDIR%%/js/tinymce/plugins/anchor +@dirrm %%WWWDIR%%/js/tinymce/plugins/advlist +@dirrm %%WWWDIR%%/js/tinymce/plugins +@dirrm %%WWWDIR%%/js/tinymce/langs +@dirrm %%WWWDIR%%/js/tinymce +@dirrm %%WWWDIR%%/js +@dirrmtry %%WWWDIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:37:30 2013 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 ESMTP id 7ECD718D; Tue, 3 Sep 2013 19:37:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CAC322BA; Tue, 3 Sep 2013 19:37:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JbUTW065271; Tue, 3 Sep 2013 19:37:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JbUW8065270; Tue, 3 Sep 2013 19:37:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031937.r83JbUW8065270@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326218 - head/www/tinymce3 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.14 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: Tue, 03 Sep 2013 19:37:30 -0000 Author: sunpoet Date: Tue Sep 3 19:37:29 2013 New Revision: 326218 URL: http://svnweb.freebsd.org/changeset/ports/326218 Log: - Mark CONFLICTS_INSTALL with www/tinymce - Add NO_LATEST_LINK Modified: head/www/tinymce3/Makefile Modified: head/www/tinymce3/Makefile ============================================================================== --- head/www/tinymce3/Makefile Tue Sep 3 19:37:12 2013 (r326217) +++ head/www/tinymce3/Makefile Tue Sep 3 19:37:29 2013 (r326218) @@ -13,7 +13,10 @@ COMMENT= Open source JavaScript HTML WYS LICENSE= LGPL21 +CONFLICTS_INSTALL= tinymce-[0-24-9]* + NO_BUILD= yes +NO_LATEST_LINK= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:39:58 2013 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 ESMTP id 01B70333; Tue, 3 Sep 2013 19:39:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E394622F0; Tue, 3 Sep 2013 19:39:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JdvZU066152; Tue, 3 Sep 2013 19:39:57 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JdvNR066151; Tue, 3 Sep 2013 19:39:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031939.r83JdvNR066151@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326219 - head/print/gutenprint-base 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.14 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: Tue, 03 Sep 2013 19:39:58 -0000 Author: antoine Date: Tue Sep 3 19:39:57 2013 New Revision: 326219 URL: http://svnweb.freebsd.org/changeset/ports/326219 Log: Add an explicit dependency on pkgconf (needed for good gtk20 detection) Approved by: portmgr (bapt) Modified: head/print/gutenprint-base/Makefile Modified: head/print/gutenprint-base/Makefile ============================================================================== --- head/print/gutenprint-base/Makefile Tue Sep 3 19:37:29 2013 (r326218) +++ head/print/gutenprint-base/Makefile Tue Sep 3 19:39:57 2013 (r326219) @@ -16,8 +16,7 @@ LICENSE= GPLv2 CONFLICTS= gimp-print-[0-9]* USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-gimp=no --with-gimp2=no From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:45:47 2013 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 ESMTP id 38158579; Tue, 3 Sep 2013 19:45:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 245B0236E; Tue, 3 Sep 2013 19:45:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JjlfS070643; Tue, 3 Sep 2013 19:45:47 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JjksZ070642; Tue, 3 Sep 2013 19:45:46 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031945.r83JjksZ070642@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326220 - head/devel/librcc 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.14 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: Tue, 03 Sep 2013 19:45:47 -0000 Author: antoine Date: Tue Sep 3 19:45:46 2013 New Revision: 326220 URL: http://svnweb.freebsd.org/changeset/ports/326220 Log: Add an explicit dependency on pkgconf (needed for good detection of gtk) Approved by: portmgr (bapt) Modified: head/devel/librcc/Makefile Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Tue Sep 3 19:39:57 2013 (r326219) +++ head/devel/librcc/Makefile Tue Sep 3 19:45:46 2013 (r326220) @@ -21,8 +21,7 @@ LIB_DEPENDS= rcd.1:${PORTSDIR}/devel/lib USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack libxml2 -USE_GMAKE= yes -USES= pathfix iconv +USES= gmake iconv pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= autoheader From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:51:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 804327C9; Tue, 3 Sep 2013 19:51:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCB723EA; Tue, 3 Sep 2013 19:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JpD1w074394; Tue, 3 Sep 2013 19:51:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JpDGT074393; Tue, 3 Sep 2013 19:51:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031951.r83JpDGT074393@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326221 - head/textproc/scim 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.14 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: Tue, 03 Sep 2013 19:51:13 -0000 Author: antoine Date: Tue Sep 3 19:51:12 2013 New Revision: 326221 URL: http://svnweb.freebsd.org/changeset/ports/326221 Log: Add an explicit dependency on pkgconf (needed for detection of gtk) Obtained from: portmgr (bapt) Modified: head/textproc/scim/Makefile Modified: head/textproc/scim/Makefile ============================================================================== --- head/textproc/scim/Makefile Tue Sep 3 19:45:46 2013 (r326220) +++ head/textproc/scim/Makefile Tue Sep 3 19:51:12 2013 (r326221) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim -# Date created: 20 May 2004 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 1.4.9 @@ -18,10 +14,9 @@ USE_GNOME= gnomehack gnomehier gtk20 int USE_AUTOTOOLS= libtool USE_GCC= any -USE_GMAKE= yes USE_XORG= x11 xpm USE_LDCONFIG= yes -USES= gettext iconv +USES= gettext gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 19:57:20 2013 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 ESMTP id 2C119B46; Tue, 3 Sep 2013 19:57:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 199F22472; Tue, 3 Sep 2013 19:57:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JvJHk076471; Tue, 3 Sep 2013 19:57:19 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JvJIM076470; Tue, 3 Sep 2013 19:57:19 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031957.r83JvJIM076470@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 19:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326222 - head/textproc/uim 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.14 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: Tue, 03 Sep 2013 19:57:20 -0000 Author: antoine Date: Tue Sep 3 19:57:19 2013 New Revision: 326222 URL: http://svnweb.freebsd.org/changeset/ports/326222 Log: Add an explicit dependency on pkgconf (needed for gtk detection) Approved by: portmgr (bapt) Modified: head/textproc/uim/Makefile Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Sep 3 19:51:12 2013 (r326221) +++ head/textproc/uim/Makefile Tue Sep 3 19:57:19 2013 (r326222) @@ -16,9 +16,8 @@ USE_BZIP2= yes USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= gettext iconv +USES= gettext gmake iconv pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 20:00:55 2013 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 ESMTP id 9879AEAC; Tue, 3 Sep 2013 20:00:55 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85B3024F0; Tue, 3 Sep 2013 20:00:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83K0tEI080101; Tue, 3 Sep 2013 20:00:55 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83K0tIC080100; Tue, 3 Sep 2013 20:00:55 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309032000.r83K0tIC080100@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 3 Sep 2013 20:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326223 - head/finance/openerp-server 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.14 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: Tue, 03 Sep 2013 20:00:55 -0000 Author: tabthorpe Date: Tue Sep 3 20:00:55 2013 New Revision: 326223 URL: http://svnweb.freebsd.org/changeset/ports/326223 Log: - Reassign to the heap at maintainer's request Modified: head/finance/openerp-server/Makefile (contents, props changed) Modified: head/finance/openerp-server/Makefile ============================================================================== --- head/finance/openerp-server/Makefile Tue Sep 3 19:57:19 2013 (r326222) +++ head/finance/openerp-server/Makefile Tue Sep 3 20:00:55 2013 (r326223) @@ -12,7 +12,7 @@ PORTEPOCH= 1 CATEGORIES= finance python MASTER_SITES= http://www.openerp.com/download/stable/source/ -MAINTAINER= laurent@ospowa.com +MAINTAINER= ports@FreeBSD.org COMMENT= Open source application ERP & CRM in Python using Postgresql BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 20:02:05 2013 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 ESMTP id B6212FA4; Tue, 3 Sep 2013 20:02:05 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A389F2500; Tue, 3 Sep 2013 20:02:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83K25R5080679; Tue, 3 Sep 2013 20:02:05 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83K25co080676; Tue, 3 Sep 2013 20:02:05 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309032002.r83K25co080676@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 20:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326224 - head/devel/p5-File-ShareDir-Install 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.14 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: Tue, 03 Sep 2013 20:02:05 -0000 Author: tobez Date: Tue Sep 3 20:02:04 2013 New Revision: 326224 URL: http://svnweb.freebsd.org/changeset/ports/326224 Log: Update to 0.05. Changes: http://search.cpan.org/dist/File-ShareDir-Install/Changes Modified: head/devel/p5-File-ShareDir-Install/Makefile head/devel/p5-File-ShareDir-Install/distinfo Modified: head/devel/p5-File-ShareDir-Install/Makefile ============================================================================== --- head/devel/p5-File-ShareDir-Install/Makefile Tue Sep 3 20:00:55 2013 (r326223) +++ head/devel/p5-File-ShareDir-Install/Makefile Tue Sep 3 20:02:04 2013 (r326224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-ShareDir-Install -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-ShareDir-Install/distinfo ============================================================================== --- head/devel/p5-File-ShareDir-Install/distinfo Tue Sep 3 20:00:55 2013 (r326223) +++ head/devel/p5-File-ShareDir-Install/distinfo Tue Sep 3 20:02:04 2013 (r326224) @@ -1,2 +1,2 @@ -SHA256 (File-ShareDir-Install-0.04.tar.gz) = ec7705ad3566d6897e5f17a001acb24d6c300f579f990fe359da661668a0fe91 -SIZE (File-ShareDir-Install-0.04.tar.gz) = 4781 +SHA256 (File-ShareDir-Install-0.05.tar.gz) = dc36003909fc5ffd16b97243a7cef79d4bddd69a9401e00e43bdf3cb9c0c799d +SIZE (File-ShareDir-Install-0.05.tar.gz) = 5097 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 20:04:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C78528A; Tue, 3 Sep 2013 20:04:30 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 691E22520; Tue, 3 Sep 2013 20:04:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83K4UN0081655; Tue, 3 Sep 2013 20:04:30 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83K4Uqb081653; Tue, 3 Sep 2013 20:04:30 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309032004.r83K4Uqb081653@svn.freebsd.org> From: Anton Berezin Date: Tue, 3 Sep 2013 20:04:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326225 - head/textproc/p5-BibTeX-Parser 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.14 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: Tue, 03 Sep 2013 20:04:30 -0000 Author: tobez Date: Tue Sep 3 20:04:29 2013 New Revision: 326225 URL: http://svnweb.freebsd.org/changeset/ports/326225 Log: Update to 0.65. Changes: http://search.cpan.org/dist/BibTeX-Parser/Changes Modified: head/textproc/p5-BibTeX-Parser/Makefile head/textproc/p5-BibTeX-Parser/distinfo Modified: head/textproc/p5-BibTeX-Parser/Makefile ============================================================================== --- head/textproc/p5-BibTeX-Parser/Makefile Tue Sep 3 20:02:04 2013 (r326224) +++ head/textproc/p5-BibTeX-Parser/Makefile Tue Sep 3 20:04:29 2013 (r326225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BibTeX-Parser -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GERHARD Modified: head/textproc/p5-BibTeX-Parser/distinfo ============================================================================== --- head/textproc/p5-BibTeX-Parser/distinfo Tue Sep 3 20:02:04 2013 (r326224) +++ head/textproc/p5-BibTeX-Parser/distinfo Tue Sep 3 20:04:29 2013 (r326225) @@ -1,2 +1,2 @@ -SHA256 (BibTeX-Parser-0.64.tar.gz) = 8e3290f7ac3ec6a11b7988665d729d6294c7326814713887c3a48f9dbc4de35a -SIZE (BibTeX-Parser-0.64.tar.gz) = 21880 +SHA256 (BibTeX-Parser-0.65.tar.gz) = 66141d2f4ed4d10caba20a981443374e61f5376dde9930c41189c1ad425b8ac8 +SIZE (BibTeX-Parser-0.65.tar.gz) = 21985 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 21:30:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49BF941D; Tue, 3 Sep 2013 21:30:01 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36EA62BA0; Tue, 3 Sep 2013 21:30:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83LU1gE029629; Tue, 3 Sep 2013 21:30:01 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83LU0t4029618; Tue, 3 Sep 2013 21:30:00 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309032130.r83LU0t4029618@svn.freebsd.org> From: William Grzybowski Date: Tue, 3 Sep 2013 21:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326226 - head/www/zend-framework 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.14 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: Tue, 03 Sep 2013 21:30:01 -0000 Author: wg Date: Tue Sep 3 21:30:00 2013 New Revision: 326226 URL: http://svnweb.freebsd.org/changeset/ports/326226 Log: www/zend-framework: update to 2.2.4 - Update to 2.2.4 Changes: http://framework.zend.com/changelog/2.2.4/ Modified: head/www/zend-framework/Makefile head/www/zend-framework/distinfo Modified: head/www/zend-framework/Makefile ============================================================================== --- head/www/zend-framework/Makefile Tue Sep 3 20:04:29 2013 (r326225) +++ head/www/zend-framework/Makefile Tue Sep 3 21:30:00 2013 (r326226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ZendFramework -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.4 CATEGORIES= www MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/ EXTRACT_SUFX= .tgz Modified: head/www/zend-framework/distinfo ============================================================================== --- head/www/zend-framework/distinfo Tue Sep 3 20:04:29 2013 (r326225) +++ head/www/zend-framework/distinfo Tue Sep 3 21:30:00 2013 (r326226) @@ -1,4 +1,2 @@ -SHA256 (ZendFramework-2.2.1.tgz) = aa11363ac4627e6577f9946acf643734b2423270af588bcb0d6cb596477d680e -SIZE (ZendFramework-2.2.1.tgz) = 1511466 -SHA256 (ZendFramework-2.2.1-manual-en.tgz) = 0f6ff595065bf285e12c9ed89566043fe1508a049714dc85a570ce4b9316a07c -SIZE (ZendFramework-2.2.1-manual-en.tgz) = 5514983 +SHA256 (ZendFramework-2.2.4.tgz) = 3f82962a56997041020482b62450a5c3ee5dcfaad79de4a7d0cf300c1ab5d279 +SIZE (ZendFramework-2.2.4.tgz) = 1513380 From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 21:49:20 2013 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 ESMTP id 6991DF4F; Tue, 3 Sep 2013 21:49:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56DA32CF6; Tue, 3 Sep 2013 21:49:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83LnKIu041066; Tue, 3 Sep 2013 21:49:20 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83LnKPu041065; Tue, 3 Sep 2013 21:49:20 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309032149.r83LnKPu041065@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 21:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326227 - head/textproc/p5-Hash-Merge 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.14 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: Tue, 03 Sep 2013 21:49:20 -0000 Author: antoine Date: Tue Sep 3 21:49:19 2013 New Revision: 326227 URL: http://svnweb.freebsd.org/changeset/ports/326227 Log: Remove duplicate directory in plist Reported by: pkg Modified: head/textproc/p5-Hash-Merge/pkg-plist Modified: head/textproc/p5-Hash-Merge/pkg-plist ============================================================================== --- head/textproc/p5-Hash-Merge/pkg-plist Tue Sep 3 21:30:00 2013 (r326226) +++ head/textproc/p5-Hash-Merge/pkg-plist Tue Sep 3 21:49:19 2013 (r326227) @@ -2,5 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Merge/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Merge @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash -@dirrm %%SITE_PERL%%/Hash @dirrmtry %%SITE_PERL%%/Hash From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:16:46 2013 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 ESMTP id AF2A387B; Tue, 3 Sep 2013 22:16:46 +0000 (UTC) (envelope-from lippe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80B092F26; Tue, 3 Sep 2013 22:16:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83MGkvW057314; Tue, 3 Sep 2013 22:16:46 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83MGkp9057313; Tue, 3 Sep 2013 22:16:46 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309032216.r83MGkp9057313@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Tue, 3 Sep 2013 22:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326228 - head/dns/gdnsd/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 03 Sep 2013 22:16:46 -0000 Author: lippe Date: Tue Sep 3 22:16:46 2013 New Revision: 326228 URL: http://svnweb.freebsd.org/changeset/ports/326228 Log: - Unbroken removing leftover patch. Reported by: ohauer@ (mail) Approved by: maintainer implicit Deleted: head/dns/gdnsd/files/patch-docs-config.example From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:27:17 2013 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 ESMTP id CC94FD10; Tue, 3 Sep 2013 22:27:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8FC42FE5; Tue, 3 Sep 2013 22:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83MRH7d063167; Tue, 3 Sep 2013 22:27:17 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83MRHtA063166; Tue, 3 Sep 2013 22:27:17 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201309032227.r83MRHtA063166@svn.freebsd.org> From: Xin LI Date: Tue, 3 Sep 2013 22:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326229 - head/databases/lmdb 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.14 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: Tue, 03 Sep 2013 22:27:17 -0000 Author: delphij Date: Tue Sep 3 22:27:17 2013 New Revision: 326229 URL: http://svnweb.freebsd.org/changeset/ports/326229 Log: Use local mirror for lmdb distfiles. Modified: head/databases/lmdb/Makefile Modified: head/databases/lmdb/Makefile ============================================================================== --- head/databases/lmdb/Makefile Tue Sep 3 22:16:46 2013 (r326228) +++ head/databases/lmdb/Makefile Tue Sep 3 22:27:17 2013 (r326229) @@ -4,13 +4,12 @@ PORTNAME= lmdb PORTVERSION= 0.9.7 CATEGORIES= databases -MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy= +MASTER_SITES= LOCAL/delphij \ + https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy= MAINTAINER= delphij@FreeBSD.org COMMENT= OpenLDAP Lightning Memory-Mapped Database -BROKEN= fails to fetch - # XXX FreeBSD does not implement O_DSYNC and fdatasync at this time. CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync WRKSRC= ${WRKDIR}/mdb-mdb/libraries/liblmdb From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:47:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A0D1600; Tue, 3 Sep 2013 22:47:43 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CE18219E; Tue, 3 Sep 2013 22:47:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83MlgIg074545; Tue, 3 Sep 2013 22:47:42 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Mlg7V074537; Tue, 3 Sep 2013 22:47:42 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309032247.r83Mlg7V074537@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 3 Sep 2013 22:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326230 - in head/textproc: . rubygem-redcarpet 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.14 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: Tue, 03 Sep 2013 22:47:43 -0000 Author: zi Date: Tue Sep 3 22:47:41 2013 New Revision: 326230 URL: http://svnweb.freebsd.org/changeset/ports/326230 Log: New port: devel/rubygem-redcarpet: A fast, safe and extensible Markdown to (X)HTML parser. WWW: https://rubygems.org/gems/redcarpet Added: head/textproc/rubygem-redcarpet/ head/textproc/rubygem-redcarpet/Makefile (contents, props changed) head/textproc/rubygem-redcarpet/distinfo (contents, props changed) head/textproc/rubygem-redcarpet/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Sep 3 22:27:17 2013 (r326229) +++ head/textproc/Makefile Tue Sep 3 22:47:41 2013 (r326230) @@ -1330,6 +1330,7 @@ SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool + SUBDIR += rubygem-redcarpet SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rttool SUBDIR += rubygem-sanitize Added: head/textproc/rubygem-redcarpet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-redcarpet/Makefile Tue Sep 3 22:47:41 2013 (r326230) @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= redcarpet +PORTVERSION= 3.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A fast, safe and extensible Markdown to (X)HTML parser + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/redcarpet + +.include Added: head/textproc/rubygem-redcarpet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-redcarpet/distinfo Tue Sep 3 22:47:41 2013 (r326230) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redcarpet-3.0.0.gem) = 8736fe0603e719ffeca0c35e68acd6697f6eb6290a95b1826ba54dd760ea0354 +SIZE (rubygem/redcarpet-3.0.0.gem) = 48640 Added: head/textproc/rubygem-redcarpet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-redcarpet/pkg-descr Tue Sep 3 22:47:41 2013 (r326230) @@ -0,0 +1,3 @@ +A fast, safe and extensible Markdown to (X)HTML parser. + +WWW: https://rubygems.org/gems/redcarpet From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:48:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12BCF724; Tue, 3 Sep 2013 22:48:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAEC321B3; Tue, 3 Sep 2013 22:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Mmcve074979; Tue, 3 Sep 2013 22:48:38 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83MmcVd074975; Tue, 3 Sep 2013 22:48:38 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309032248.r83MmcVd074975@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 3 Sep 2013 22:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326231 - in head/textproc: . rubygem-ya2yaml 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.14 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: Tue, 03 Sep 2013 22:48:39 -0000 Author: zi Date: Tue Sep 3 22:48:37 2013 New Revision: 326231 URL: http://svnweb.freebsd.org/changeset/ports/326231 Log: New port: textproc/rubygem-ya2yaml: Ya2YAML is "yet another to_yaml". It emits YAML document with complete UTF8 support (string/binary detection, "\u" escape sequences and Unicode specific line breaks). WWW: https://rubygems.org/gems/ya2yaml Added: head/textproc/rubygem-ya2yaml/ head/textproc/rubygem-ya2yaml/Makefile (contents, props changed) head/textproc/rubygem-ya2yaml/distinfo (contents, props changed) head/textproc/rubygem-ya2yaml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Sep 3 22:47:41 2013 (r326230) +++ head/textproc/Makefile Tue Sep 3 22:48:37 2013 (r326231) @@ -1346,6 +1346,7 @@ SUBDIR += rubygem-unf_ext SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt + SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-zmq SUBDIR += rw-aspell Added: head/textproc/rubygem-ya2yaml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/Makefile Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= ya2yaml +PORTVERSION= 0.31 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Yet another YAML converter, includes complete UTF8 support + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-ya2yaml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/distinfo Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ya2yaml-0.31.gem) = 25c511e0b4427182ef3dc15a49166fddb3a1287e705440c2b142a0bea0941f10 +SIZE (rubygem/ya2yaml-0.31.gem) = 12288 Added: head/textproc/rubygem-ya2yaml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/pkg-descr Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,5 @@ +Ya2YAML is "yet another to_yaml". It emits YAML document with complete +UTF8 support (string/binary detection, "\u" escape sequences and Unicode +specific line breaks). + +WWW: https://rubygems.org/gems/ya2yaml From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:49:58 2013 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 ESMTP id BDF9F95F; Tue, 3 Sep 2013 22:49:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 909D621E2; Tue, 3 Sep 2013 22:49:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83MnwKp075450; Tue, 3 Sep 2013 22:49:58 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Mnv0J075419; Tue, 3 Sep 2013 22:49:57 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309032249.r83Mnv0J075419@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 3 Sep 2013 22:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326232 - in head/devel: . rubygem-redmine_plugin_support 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.14 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: Tue, 03 Sep 2013 22:49:58 -0000 Author: zi Date: Tue Sep 3 22:49:57 2013 New Revision: 326232 URL: http://svnweb.freebsd.org/changeset/ports/326232 Log: New port: devel/rubygem-redmine_plugin_support: This libarary is a collection of rake tasks and other scripts that will make Redmine plugin development easier. WWW: https://rubygems.org/gems/redmine_plugin_support Added: head/devel/rubygem-redmine_plugin_support/ head/devel/rubygem-redmine_plugin_support/Makefile (contents, props changed) head/devel/rubygem-redmine_plugin_support/distinfo (contents, props changed) head/devel/rubygem-redmine_plugin_support/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 3 22:48:37 2013 (r326231) +++ head/devel/Makefile Tue Sep 3 22:49:57 2013 (r326232) @@ -4191,6 +4191,7 @@ SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc + SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl SUBDIR += rubygem-ripper Added: head/devel/rubygem-redmine_plugin_support/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redmine_plugin_support/Makefile Tue Sep 3 22:49:57 2013 (r326232) @@ -0,0 +1,16 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= redmine_plugin_support +PORTVERSION= 0.0.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A collection of tools to make redmine plugin development easier + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-redmine_plugin_support/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redmine_plugin_support/distinfo Tue Sep 3 22:49:57 2013 (r326232) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redmine_plugin_support-0.0.5.gem) = ea8fe8bd3ba07a8d98859a0b43331415b51e9c2763bac8839b6024f465e6f3ff +SIZE (rubygem/redmine_plugin_support-0.0.5.gem) = 11776 Added: head/devel/rubygem-redmine_plugin_support/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redmine_plugin_support/pkg-descr Tue Sep 3 22:49:57 2013 (r326232) @@ -0,0 +1,4 @@ +This libarary is a collection of rake tasks and other scripts that will +make Redmine plugin development easier. + +WWW: https://rubygems.org/gems/redmine_plugin_support From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 23:08:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95F94F72; Tue, 3 Sep 2013 23:08:46 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67FEA2371; Tue, 3 Sep 2013 23:08:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83N8ksk086772; Tue, 3 Sep 2013 23:08:46 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83N8j7E086767; Tue, 3 Sep 2013 23:08:45 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309032308.r83N8j7E086767@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 3 Sep 2013 23:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326233 - in head/www: . rubygem-redmine_acts_as_taggable_on 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.14 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: Tue, 03 Sep 2013 23:08:46 -0000 Author: zi Date: Tue Sep 3 23:08:45 2013 New Revision: 326233 URL: http://svnweb.freebsd.org/changeset/ports/326233 Log: New port: www/rubygem-redmine_acts_as_taggable_on: Allows multiple Redmine plugins to use tags safely WWW: https://rubygems.org/gems/redmine_acts_as_taggable_on Added: head/www/rubygem-redmine_acts_as_taggable_on/ head/www/rubygem-redmine_acts_as_taggable_on/Makefile (contents, props changed) head/www/rubygem-redmine_acts_as_taggable_on/distinfo (contents, props changed) head/www/rubygem-redmine_acts_as_taggable_on/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Sep 3 22:49:57 2013 (r326232) +++ head/www/Makefile Tue Sep 3 23:08:45 2013 (r326233) @@ -1790,6 +1790,7 @@ SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-redcloth + SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder Added: head/www/rubygem-redmine_acts_as_taggable_on/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redmine_acts_as_taggable_on/Makefile Tue Sep 3 23:08:45 2013 (r326233) @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= redmine_acts_as_taggable_on +PORTVERSION= 1.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Allows multiple Redmine plugins to use tags safely + +RUN_DEPENDS= rubygem-acts-as-taggable-on>=2.3:${PORTSDIR}/www/rubygem-acts-as-taggable-on + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-redmine_acts_as_taggable_on/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redmine_acts_as_taggable_on/distinfo Tue Sep 3 23:08:45 2013 (r326233) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redmine_acts_as_taggable_on-1.0.0.gem) = 5a906eaf861f1dc4b51407a2f5dbbf83716d646af59575c6c4a1054e94eef024 +SIZE (rubygem/redmine_acts_as_taggable_on-1.0.0.gem) = 17920 Added: head/www/rubygem-redmine_acts_as_taggable_on/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redmine_acts_as_taggable_on/pkg-descr Tue Sep 3 23:08:45 2013 (r326233) @@ -0,0 +1,3 @@ +Allows multiple Redmine plugins to use tags safely + +WWW: https://rubygems.org/gems/redmine_acts_as_taggable_on From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 23:28:31 2013 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 ESMTP id 1A33A88A; Tue, 3 Sep 2013 23:28:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 051DB2507; Tue, 3 Sep 2013 23:28:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83NSUXD098544; Tue, 3 Sep 2013 23:28:30 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83NSUhq098541; Tue, 3 Sep 2013 23:28:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309032328.r83NSUhq098541@svn.freebsd.org> From: Guido Falsi Date: Tue, 3 Sep 2013 23:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326234 - head/www/ajaxplorer 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.14 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: Tue, 03 Sep 2013 23:28:31 -0000 Author: madpilot Date: Tue Sep 3 23:28:30 2013 New Revision: 326234 URL: http://svnweb.freebsd.org/changeset/ports/326234 Log: Update to 5.0.3 Modified: head/www/ajaxplorer/Makefile head/www/ajaxplorer/distinfo head/www/ajaxplorer/pkg-plist Modified: head/www/ajaxplorer/Makefile ============================================================================== --- head/www/ajaxplorer/Makefile Tue Sep 3 23:08:45 2013 (r326233) +++ head/www/ajaxplorer/Makefile Tue Sep 3 23:28:30 2013 (r326234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ajaxplorer -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-channel/${PORTVERSION} DISTNAME= ${PORTNAME}-core-${PORTVERSION} Modified: head/www/ajaxplorer/distinfo ============================================================================== --- head/www/ajaxplorer/distinfo Tue Sep 3 23:08:45 2013 (r326233) +++ head/www/ajaxplorer/distinfo Tue Sep 3 23:28:30 2013 (r326234) @@ -1,2 +1,2 @@ -SHA256 (ajaxplorer-core-5.0.2.tar.gz) = 346313b34e83ac21854d681c507f96ea3ac2b3ffe1a965db7bdc0da814741db9 -SIZE (ajaxplorer-core-5.0.2.tar.gz) = 6543699 +SHA256 (ajaxplorer-core-5.0.3.tar.gz) = d39e9219fb28e0bc8442fbf89a23066560010209a5d889908eedb6b67b7f34ba +SIZE (ajaxplorer-core-5.0.3.tar.gz) = 6624645 Modified: head/www/ajaxplorer/pkg-plist ============================================================================== --- head/www/ajaxplorer/pkg-plist Tue Sep 3 23:08:45 2013 (r326233) +++ head/www/ajaxplorer/pkg-plist Tue Sep 3 23:28:30 2013 (r326234) @@ -357,7 +357,6 @@ %%WWWDIR%%/data/cache/.htaccess %%WWWDIR%%/data/cache/index.html %%WWWDIR%%/data/files/.htaccess -%%WWWDIR%%/data/files/AjaXplorer-QuickStart.txt %%WWWDIR%%/data/logs/.htaccess %%WWWDIR%%/data/logs/index.html %%WWWDIR%%/data/personal/.htaccess @@ -388,6 +387,7 @@ %%WWWDIR%%/plugins/access.ajxp_conf/i18n/fi.php %%WWWDIR%%/plugins/access.ajxp_conf/i18n/fr.php %%WWWDIR%%/plugins/access.ajxp_conf/i18n/hu.php +%%WWWDIR%%/plugins/access.ajxp_conf/i18n/pt.php %%WWWDIR%%/plugins/access.ajxp_conf/i18n/si.php %%WWWDIR%%/plugins/access.ajxp_conf/manifest.xml %%WWWDIR%%/plugins/access.ajxp_conf/plugin_doc.html @@ -397,6 +397,7 @@ %%WWWDIR%%/plugins/access.ajxp_shared/i18n/es.php %%WWWDIR%%/plugins/access.ajxp_shared/i18n/fr.php %%WWWDIR%%/plugins/access.ajxp_shared/i18n/hu.php +%%WWWDIR%%/plugins/access.ajxp_shared/i18n/pt.php %%WWWDIR%%/plugins/access.ajxp_shared/i18n/si.php %%WWWDIR%%/plugins/access.ajxp_shared/manifest.xml %%WWWDIR%%/plugins/access.ajxp_shared/plugin_doc.html @@ -420,6 +421,7 @@ %%WWWDIR%%/plugins/access.dropbox/i18n/conf/de.php %%WWWDIR%%/plugins/access.dropbox/i18n/conf/en.php %%WWWDIR%%/plugins/access.dropbox/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.dropbox/i18n/conf/pt.php %%WWWDIR%%/plugins/access.dropbox/manifest.xml %%WWWDIR%%/plugins/access.dropbox/plugin_doc.html %%WWWDIR%%/plugins/access.fs/class.fsAccessDriver.php @@ -428,6 +430,7 @@ %%WWWDIR%%/plugins/access.fs/i18n/conf/de.php %%WWWDIR%%/plugins/access.fs/i18n/conf/en.php %%WWWDIR%%/plugins/access.fs/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.fs/i18n/conf/pt.php %%WWWDIR%%/plugins/access.fs/icon.png %%WWWDIR%%/plugins/access.fs/manifest.xml %%WWWDIR%%/plugins/access.fs/plugin_doc.html @@ -437,6 +440,7 @@ %%WWWDIR%%/plugins/access.ftp/i18n/conf/de.php %%WWWDIR%%/plugins/access.ftp/i18n/conf/en.php %%WWWDIR%%/plugins/access.ftp/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.ftp/i18n/conf/pt.php %%WWWDIR%%/plugins/access.ftp/icon.png %%WWWDIR%%/plugins/access.ftp/manifest.xml %%WWWDIR%%/plugins/access.ftp/plugin_doc.html @@ -447,6 +451,7 @@ %%WWWDIR%%/plugins/access.hpcloud/class.hpcAccessWrapper.php %%WWWDIR%%/plugins/access.hpcloud/i18n/conf/en.php %%WWWDIR%%/plugins/access.hpcloud/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.hpcloud/i18n/conf/pt.php %%WWWDIR%%/plugins/access.hpcloud/libraryLoader.php %%WWWDIR%%/plugins/access.hpcloud/manifest.xml %%WWWDIR%%/plugins/access.hpcloud/plugin_doc.html @@ -456,6 +461,7 @@ %%WWWDIR%%/plugins/access.imap/plugin_doc.html %%WWWDIR%%/plugins/access.imap/resources/i18n/conf/en.php %%WWWDIR%%/plugins/access.imap/resources/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.imap/resources/i18n/conf/pt.php %%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_inbox.png %%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_outbox.png %%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_sent.png @@ -479,11 +485,13 @@ %%WWWDIR%%/plugins/access.mysql/resources/css/sqlEditor.css %%WWWDIR%%/plugins/access.mysql/resources/i18n/conf/en.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.mysql/resources/i18n/conf/pt.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/de.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/en.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/es.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/fi.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/fr.php +%%WWWDIR%%/plugins/access.mysql/resources/i18n/pt.php %%WWWDIR%%/plugins/access.mysql/resources/i18n/si.php %%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_delete.png %%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_edit.png @@ -512,6 +520,7 @@ %%WWWDIR%%/plugins/access.remote_fs/class.remote_fsAccessWrapper.php %%WWWDIR%%/plugins/access.remote_fs/i18n/conf/en.php %%WWWDIR%%/plugins/access.remote_fs/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.remote_fs/i18n/conf/pt.php %%WWWDIR%%/plugins/access.remote_fs/manifest.xml %%WWWDIR%%/plugins/access.remote_fs/plugin_doc.html %%WWWDIR%%/plugins/access.remote_fs/remote_fs_icon.png @@ -525,12 +534,14 @@ %%WWWDIR%%/plugins/access.s3/class.s3AccessWrapper.php %%WWWDIR%%/plugins/access.s3/i18n/conf/en.php %%WWWDIR%%/plugins/access.s3/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.s3/i18n/conf/pt.php %%WWWDIR%%/plugins/access.s3/manifest.xml %%WWWDIR%%/plugins/access.s3/plugin_doc.html %%WWWDIR%%/plugins/access.sftp/class.sftpAccessDriver.php %%WWWDIR%%/plugins/access.sftp/class.sftpAccessWrapper.php %%WWWDIR%%/plugins/access.sftp/i18n/conf/en.php %%WWWDIR%%/plugins/access.sftp/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.sftp/i18n/conf/pt.php %%WWWDIR%%/plugins/access.sftp/icon.png %%WWWDIR%%/plugins/access.sftp/manifest.xml %%WWWDIR%%/plugins/access.sftp/plugin_doc.html @@ -538,6 +549,7 @@ %%WWWDIR%%/plugins/access.smb/class.smbAccessWrapper.php %%WWWDIR%%/plugins/access.smb/i18n/conf/en.php %%WWWDIR%%/plugins/access.smb/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.smb/i18n/conf/pt.php %%WWWDIR%%/plugins/access.smb/manifest.xml %%WWWDIR%%/plugins/access.smb/plugin_doc.html %%WWWDIR%%/plugins/access.smb/smb.php @@ -546,18 +558,22 @@ %%WWWDIR%%/plugins/access.webdav/class.webdavAccessWrapper.php %%WWWDIR%%/plugins/access.webdav/i18n/conf/en.php %%WWWDIR%%/plugins/access.webdav/i18n/conf/fr.php +%%WWWDIR%%/plugins/access.webdav/i18n/conf/pt.php %%WWWDIR%%/plugins/access.webdav/manifest.xml %%WWWDIR%%/plugins/access.webdav/plugin_doc.html %%WWWDIR%%/plugins/action.powerfs/class.PowerFSController.php %%WWWDIR%%/plugins/action.powerfs/i18n/conf/en.php %%WWWDIR%%/plugins/action.powerfs/i18n/conf/fr.php +%%WWWDIR%%/plugins/action.powerfs/i18n/conf/pt.php %%WWWDIR%%/plugins/action.powerfs/i18n/en.php %%WWWDIR%%/plugins/action.powerfs/i18n/fr.php +%%WWWDIR%%/plugins/action.powerfs/i18n/pt.php %%WWWDIR%%/plugins/action.powerfs/manifest.xml %%WWWDIR%%/plugins/action.powerfs/plugin_doc.html %%WWWDIR%%/plugins/action.scheduler/class.AjxpScheduler.php %%WWWDIR%%/plugins/action.scheduler/i18n/en.php %%WWWDIR%%/plugins/action.scheduler/i18n/fr.php +%%WWWDIR%%/plugins/action.scheduler/i18n/pt.php %%WWWDIR%%/plugins/action.scheduler/icons/16/application_x_executable_script.png %%WWWDIR%%/plugins/action.scheduler/icons/16/media_playback_start.png %%WWWDIR%%/plugins/action.scheduler/icons/16/player_time.png @@ -593,10 +609,12 @@ %%WWWDIR%%/plugins/action.share/res/i18n/ca.php %%WWWDIR%%/plugins/action.share/res/i18n/conf/en.php %%WWWDIR%%/plugins/action.share/res/i18n/conf/fr.php +%%WWWDIR%%/plugins/action.share/res/i18n/conf/pt.php %%WWWDIR%%/plugins/action.share/res/i18n/de.php %%WWWDIR%%/plugins/action.share/res/i18n/en.php %%WWWDIR%%/plugins/action.share/res/i18n/es.php %%WWWDIR%%/plugins/action.share/res/i18n/fr.php +%%WWWDIR%%/plugins/action.share/res/i18n/pt.php %%WWWDIR%%/plugins/action.share/res/minisite.php %%WWWDIR%%/plugins/action.share/res/public_links.php %%WWWDIR%%/plugins/action.skeleton/class.PluginSkeleton.php @@ -604,8 +622,10 @@ %%WWWDIR%%/plugins/action.skeleton/plugin_doc.html %%WWWDIR%%/plugins/action.skeleton/res/i18n/conf/en.php %%WWWDIR%%/plugins/action.skeleton/res/i18n/conf/fr.php +%%WWWDIR%%/plugins/action.skeleton/res/i18n/conf/pt.php %%WWWDIR%%/plugins/action.skeleton/res/i18n/en.php %%WWWDIR%%/plugins/action.skeleton/res/i18n/fr.php +%%WWWDIR%%/plugins/action.skeleton/res/i18n/pt.php %%WWWDIR%%/plugins/action.skeleton/res/images/16/url.png %%WWWDIR%%/plugins/action.skeleton/res/images/16/user-desktop.png %%WWWDIR%%/plugins/action.skeleton/res/images/22/url.png @@ -614,14 +634,17 @@ %%WWWDIR%%/plugins/action.updater/class.UpdateController.php %%WWWDIR%%/plugins/action.updater/i18n/conf/en.php %%WWWDIR%%/plugins/action.updater/i18n/conf/fr.php +%%WWWDIR%%/plugins/action.updater/i18n/conf/pt.php %%WWWDIR%%/plugins/action.updater/i18n/en.php %%WWWDIR%%/plugins/action.updater/i18n/fr.php +%%WWWDIR%%/plugins/action.updater/i18n/pt.php %%WWWDIR%%/plugins/action.updater/manifest.xml %%WWWDIR%%/plugins/action.updater/output_head.html %%WWWDIR%%/plugins/action.updater/plugin_doc.html %%WWWDIR%%/plugins/auth.basic_http/class.basic_httpAuthDriver.php %%WWWDIR%%/plugins/auth.basic_http/i18n/conf/en.php %%WWWDIR%%/plugins/auth.basic_http/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.basic_http/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.basic_http/manifest.xml %%WWWDIR%%/plugins/auth.basic_http/plugin_doc.html %%WWWDIR%%/plugins/auth.ftp/README.txt @@ -629,20 +652,24 @@ %%WWWDIR%%/plugins/auth.ftp/ftpLoginScreen.png %%WWWDIR%%/plugins/auth.ftp/i18n/conf/en.php %%WWWDIR%%/plugins/auth.ftp/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.ftp/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.ftp/i18n/en.php %%WWWDIR%%/plugins/auth.ftp/i18n/et.php %%WWWDIR%%/plugins/auth.ftp/i18n/fr.php +%%WWWDIR%%/plugins/auth.ftp/i18n/pt.php %%WWWDIR%%/plugins/auth.ftp/manifest.xml %%WWWDIR%%/plugins/auth.ftp/plugin_doc.html %%WWWDIR%%/plugins/auth.ldap/class.ldapAuthDriver.php %%WWWDIR%%/plugins/auth.ldap/i18n/conf/en.php %%WWWDIR%%/plugins/auth.ldap/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.ldap/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.ldap/manifest.xml %%WWWDIR%%/plugins/auth.ldap/plugin_doc.html %%WWWDIR%%/plugins/auth.multi/MultiAuthScreenshot.png %%WWWDIR%%/plugins/auth.multi/class.multiAuthDriver.php %%WWWDIR%%/plugins/auth.multi/i18n/conf/en.php %%WWWDIR%%/plugins/auth.multi/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.multi/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.multi/login_patch.xml %%WWWDIR%%/plugins/auth.multi/manifest.xml %%WWWDIR%%/plugins/auth.multi/plugin_doc.html @@ -651,6 +678,7 @@ %%WWWDIR%%/plugins/auth.remote/glueCode.php %%WWWDIR%%/plugins/auth.remote/i18n/conf/en.php %%WWWDIR%%/plugins/auth.remote/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.remote/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.remote/manifest.xml %%WWWDIR%%/plugins/auth.remote/plugin_doc.html %%WWWDIR%%/plugins/auth.remote/remoteAuthActions.xml @@ -658,16 +686,19 @@ %%WWWDIR%%/plugins/auth.remote_ajxp/class.remote_ajxpAuthDriver.php %%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf/en.php %%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.remote_ajxp/manifest.xml %%WWWDIR%%/plugins/auth.remote_ajxp/plugin_doc.html %%WWWDIR%%/plugins/auth.serial/class.serialAuthDriver.php %%WWWDIR%%/plugins/auth.serial/i18n/conf/en.php %%WWWDIR%%/plugins/auth.serial/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.serial/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.serial/manifest.xml %%WWWDIR%%/plugins/auth.serial/plugin_doc.html %%WWWDIR%%/plugins/auth.smb/class.smbAuthDriver.php %%WWWDIR%%/plugins/auth.smb/i18n/conf/en.php %%WWWDIR%%/plugins/auth.smb/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.smb/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.smb/manifest.xml %%WWWDIR%%/plugins/auth.smb/plugin_doc.html %%WWWDIR%%/plugins/auth.sql/class.sqlAuthDriver.php @@ -675,16 +706,19 @@ %%WWWDIR%%/plugins/auth.sql/create.sqlite %%WWWDIR%%/plugins/auth.sql/i18n/conf/en.php %%WWWDIR%%/plugins/auth.sql/i18n/conf/fr.php +%%WWWDIR%%/plugins/auth.sql/i18n/conf/pt.php %%WWWDIR%%/plugins/auth.sql/manifest.xml %%WWWDIR%%/plugins/auth.sql/plugin_doc.html %%WWWDIR%%/plugins/boot.conf/class.AjxpInstaller.js %%WWWDIR%%/plugins/boot.conf/class.BootConfLoader.php %%WWWDIR%%/plugins/boot.conf/i18n/en.php +%%WWWDIR%%/plugins/boot.conf/i18n/pt.php %%WWWDIR%%/plugins/boot.conf/manifest.xml %%WWWDIR%%/plugins/conf.serial/class.AJXP_SerialUser.php %%WWWDIR%%/plugins/conf.serial/class.serialConfDriver.php %%WWWDIR%%/plugins/conf.serial/i18n/conf/en.php %%WWWDIR%%/plugins/conf.serial/i18n/conf/fr.php +%%WWWDIR%%/plugins/conf.serial/i18n/conf/pt.php %%WWWDIR%%/plugins/conf.serial/manifest.xml %%WWWDIR%%/plugins/conf.serial/plugin_doc.html %%WWWDIR%%/plugins/conf.sql/README.txt @@ -694,6 +728,7 @@ %%WWWDIR%%/plugins/conf.sql/create.sqlite %%WWWDIR%%/plugins/conf.sql/i18n/conf/en.php %%WWWDIR%%/plugins/conf.sql/i18n/conf/fr.php +%%WWWDIR%%/plugins/conf.sql/i18n/conf/pt.php %%WWWDIR%%/plugins/conf.sql/manifest.xml %%WWWDIR%%/plugins/conf.sql/plugin_doc.html %%WWWDIR%%/plugins/conf.sql/update4.2.3-5.0.sql @@ -706,6 +741,7 @@ %%WWWDIR%%/plugins/core.ajaxplorer/i18n/ca.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf/en.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf/fr.php +%%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf/pt.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/cs.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/da.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/de.php @@ -725,6 +761,7 @@ %%WWWDIR%%/plugins/core.ajaxplorer/i18n/no.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/pl.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/pt-br.php +%%WWWDIR%%/plugins/core.ajaxplorer/i18n/pt.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/ru.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/si.php %%WWWDIR%%/plugins/core.ajaxplorer/i18n/sv.php @@ -738,6 +775,7 @@ %%WWWDIR%%/plugins/core.auth/i18n/conf/de.php %%WWWDIR%%/plugins/core.auth/i18n/conf/en.php %%WWWDIR%%/plugins/core.auth/i18n/conf/fr.php +%%WWWDIR%%/plugins/core.auth/i18n/conf/pt.php %%WWWDIR%%/plugins/core.auth/manifest.xml %%WWWDIR%%/plugins/core.auth/plugin_doc.html %%WWWDIR%%/plugins/core.auth/standard_auth_actions.xml @@ -750,6 +788,7 @@ %%WWWDIR%%/plugins/core.conf/i18n/conf/de.php %%WWWDIR%%/plugins/core.conf/i18n/conf/en.php %%WWWDIR%%/plugins/core.conf/i18n/conf/fr.php +%%WWWDIR%%/plugins/core.conf/i18n/conf/pt.php %%WWWDIR%%/plugins/core.conf/manifest.xml %%WWWDIR%%/plugins/core.conf/plugin_doc.html %%WWWDIR%%/plugins/core.conf/standard_conf_actions.xml @@ -763,6 +802,7 @@ %%WWWDIR%%/plugins/core.mailer/class.AjxpMailer.php %%WWWDIR%%/plugins/core.mailer/i18n/en.php %%WWWDIR%%/plugins/core.mailer/i18n/fr.php +%%WWWDIR%%/plugins/core.mailer/i18n/pt.php %%WWWDIR%%/plugins/core.mailer/manifest.xml %%WWWDIR%%/plugins/core.meta/manifest.xml %%WWWDIR%%/plugins/core.metastore/interface.MetaStoreProvider.php @@ -801,25 +841,31 @@ %%WWWDIR%%/plugins/core.notifications/res/i18n/en.php %%WWWDIR%%/plugins/core.notifications/res/i18n/es.php %%WWWDIR%%/plugins/core.notifications/res/i18n/fr.php +%%WWWDIR%%/plugins/core.notifications/res/i18n/pt.php %%WWWDIR%%/plugins/core.notifications/res/img/16/feed.png %%WWWDIR%%/plugins/core.notifications/res/img/22/feed.png %%WWWDIR%%/plugins/core.notifications/res/img/32/feed.png %%WWWDIR%%/plugins/core.notifications/templates/block/de.php %%WWWDIR%%/plugins/core.notifications/templates/block/en.php %%WWWDIR%%/plugins/core.notifications/templates/block/fr.php +%%WWWDIR%%/plugins/core.notifications/templates/block/pt.php %%WWWDIR%%/plugins/core.notifications/templates/group/de.php %%WWWDIR%%/plugins/core.notifications/templates/group/en.php %%WWWDIR%%/plugins/core.notifications/templates/group/fr.php +%%WWWDIR%%/plugins/core.notifications/templates/group/pt.php %%WWWDIR%%/plugins/core.notifications/templates/long/de.php %%WWWDIR%%/plugins/core.notifications/templates/long/en.php %%WWWDIR%%/plugins/core.notifications/templates/long/fr.php +%%WWWDIR%%/plugins/core.notifications/templates/long/pt.php %%WWWDIR%%/plugins/core.notifications/templates/short/de.php %%WWWDIR%%/plugins/core.notifications/templates/short/en.php %%WWWDIR%%/plugins/core.notifications/templates/short/fr.php +%%WWWDIR%%/plugins/core.notifications/templates/short/pt.php %%WWWDIR%%/plugins/core.uploader/class.CoreUploaderLoader.php %%WWWDIR%%/plugins/core.uploader/i18n/conf/de.php %%WWWDIR%%/plugins/core.uploader/i18n/conf/en.php %%WWWDIR%%/plugins/core.uploader/i18n/conf/fr.php +%%WWWDIR%%/plugins/core.uploader/i18n/conf/pt.php %%WWWDIR%%/plugins/core.uploader/manifest.xml %%WWWDIR%%/plugins/core.uploader/plugin_doc.html %%WWWDIR%%/plugins/downloader.http/bookmarklet/ajxp.css @@ -835,6 +881,7 @@ %%WWWDIR%%/plugins/downloader.http/resources/i18n/es.php %%WWWDIR%%/plugins/downloader.http/resources/i18n/et.php %%WWWDIR%%/plugins/downloader.http/resources/i18n/fr.php +%%WWWDIR%%/plugins/downloader.http/resources/i18n/pt.php %%WWWDIR%%/plugins/downloader.http/resources/images/16/add_bookmarklet.png %%WWWDIR%%/plugins/downloader.http/resources/images/16/bookmarklet.png %%WWWDIR%%/plugins/downloader.http/resources/images/16/computer_upload.png @@ -856,23 +903,29 @@ %%WWWDIR%%/plugins/editor.ajxp_plugin/class.PluginEditor.js %%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/conf/en.php %%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/en.php %%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/fr.php +%%WWWDIR%%/plugins/editor.ajxp_plugin/i18n/pt.php %%WWWDIR%%/plugins/editor.ajxp_plugin/manifest.xml %%WWWDIR%%/plugins/editor.ajxp_plugin/plugin_doc.html %%WWWDIR%%/plugins/editor.ajxp_repository/class.RepositoryEditor.js %%WWWDIR%%/plugins/editor.ajxp_repository/i18n/conf/en.php %%WWWDIR%%/plugins/editor.ajxp_repository/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.ajxp_repository/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.ajxp_repository/i18n/en.php %%WWWDIR%%/plugins/editor.ajxp_repository/i18n/fr.php +%%WWWDIR%%/plugins/editor.ajxp_repository/i18n/pt.php %%WWWDIR%%/plugins/editor.ajxp_repository/manifest.xml %%WWWDIR%%/plugins/editor.ajxp_repository/plugin_doc.html %%WWWDIR%%/plugins/editor.ajxp_role/class.RoleEditor.js %%WWWDIR%%/plugins/editor.ajxp_role/i18n/conf/en.php %%WWWDIR%%/plugins/editor.ajxp_role/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.ajxp_role/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.ajxp_role/i18n/de.php %%WWWDIR%%/plugins/editor.ajxp_role/i18n/en.php %%WWWDIR%%/plugins/editor.ajxp_role/i18n/fr.php +%%WWWDIR%%/plugins/editor.ajxp_role/i18n/pt.php %%WWWDIR%%/plugins/editor.ajxp_role/manifest.xml %%WWWDIR%%/plugins/editor.ajxp_role/plugin_doc.html %%WWWDIR%%/plugins/editor.ajxp_role/rolesEditor.css @@ -883,6 +936,7 @@ %%WWWDIR%%/plugins/editor.audio/editor-audio-player.png %%WWWDIR%%/plugins/editor.audio/i18n/conf/en.php %%WWWDIR%%/plugins/editor.audio/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.audio/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.audio/manifest.xml %%WWWDIR%%/plugins/editor.audio/plugin_doc.html %%WWWDIR%%/plugins/editor.browser/class.BrowserOpener.js @@ -894,6 +948,7 @@ %%WWWDIR%%/plugins/editor.browser/resources/i18n/es.php %%WWWDIR%%/plugins/editor.browser/resources/i18n/et.php %%WWWDIR%%/plugins/editor.browser/resources/i18n/fr.php +%%WWWDIR%%/plugins/editor.browser/resources/i18n/pt.php %%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/.directory %%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/emblem-symbolic-link.png %%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/project-open.png @@ -909,6 +964,7 @@ %%WWWDIR%%/plugins/editor.ckeditor/editor-ckeditor.png %%WWWDIR%%/plugins/editor.ckeditor/html_edit.png %%WWWDIR%%/plugins/editor.ckeditor/i18n/conf/en.php +%%WWWDIR%%/plugins/editor.ckeditor/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.ckeditor/manifest.xml %%WWWDIR%%/plugins/editor.ckeditor/plugin_doc.html %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/LICENSE @@ -998,10 +1054,12 @@ %%WWWDIR%%/plugins/editor.codemirror/editor-codemirror.png %%WWWDIR%%/plugins/editor.codemirror/i18n/conf/en.php %%WWWDIR%%/plugins/editor.codemirror/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.codemirror/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.codemirror/i18n/de.php %%WWWDIR%%/plugins/editor.codemirror/i18n/en.php %%WWWDIR%%/plugins/editor.codemirror/i18n/et.php %%WWWDIR%%/plugins/editor.codemirror/i18n/fr.php +%%WWWDIR%%/plugins/editor.codemirror/i18n/pt.php %%WWWDIR%%/plugins/editor.codemirror/i18n/si.php %%WWWDIR%%/plugins/editor.codemirror/img/format_indent_more.png %%WWWDIR%%/plugins/editor.codemirror/img/format_list_ordered.png @@ -1019,6 +1077,7 @@ %%WWWDIR%%/plugins/editor.diaporama/editor-diaporama.png %%WWWDIR%%/plugins/editor.diaporama/i18n/conf/en.php %%WWWDIR%%/plugins/editor.diaporama/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.diaporama/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.diaporama/manifest.xml %%WWWDIR%%/plugins/editor.diaporama/plugin_doc.html %%WWWDIR%%/plugins/editor.eml/attach.png @@ -1028,10 +1087,12 @@ %%WWWDIR%%/plugins/editor.eml/emlViewer.css %%WWWDIR%%/plugins/editor.eml/i18n/conf/en.php %%WWWDIR%%/plugins/editor.eml/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.eml/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.eml/i18n/de.php %%WWWDIR%%/plugins/editor.eml/i18n/en.php %%WWWDIR%%/plugins/editor.eml/i18n/et.php %%WWWDIR%%/plugins/editor.eml/i18n/fr.php +%%WWWDIR%%/plugins/editor.eml/i18n/pt.php %%WWWDIR%%/plugins/editor.eml/i18n/si.php %%WWWDIR%%/plugins/editor.eml/img/16/mail_mime.png %%WWWDIR%%/plugins/editor.eml/img/64/mail_mime.png @@ -1042,19 +1103,23 @@ %%WWWDIR%%/plugins/editor.etherpad/etherpad-client/etherpad-lite-client.php %%WWWDIR%%/plugins/editor.etherpad/i18n/conf/en.php %%WWWDIR%%/plugins/editor.etherpad/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.etherpad/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.etherpad/i18n/en.php %%WWWDIR%%/plugins/editor.etherpad/i18n/fr.php +%%WWWDIR%%/plugins/editor.etherpad/i18n/pt.php %%WWWDIR%%/plugins/editor.etherpad/manifest.xml %%WWWDIR%%/plugins/editor.etherpad/plugin_doc.html %%WWWDIR%%/plugins/editor.exif/class.ExifEditor.js %%WWWDIR%%/plugins/editor.exif/editor-exif.png %%WWWDIR%%/plugins/editor.exif/i18n/conf/en.php %%WWWDIR%%/plugins/editor.exif/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.exif/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.exif/i18n/de.php %%WWWDIR%%/plugins/editor.exif/i18n/en.php %%WWWDIR%%/plugins/editor.exif/i18n/es.php %%WWWDIR%%/plugins/editor.exif/i18n/et.php %%WWWDIR%%/plugins/editor.exif/i18n/fr.php +%%WWWDIR%%/plugins/editor.exif/i18n/pt.php %%WWWDIR%%/plugins/editor.exif/i18n/si.php %%WWWDIR%%/plugins/editor.exif/images/actions/16/camera_photo.png %%WWWDIR%%/plugins/editor.exif/images/actions/22/camera_photo.png @@ -1065,6 +1130,7 @@ %%WWWDIR%%/plugins/editor.imagick/class.IMagickPreviewer.php %%WWWDIR%%/plugins/editor.imagick/i18n/conf/en.php %%WWWDIR%%/plugins/editor.imagick/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.imagick/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.imagick/manifest.xml %%WWWDIR%%/plugins/editor.imagick/plugin_doc.html %%WWWDIR%%/plugins/editor.infopanel/manifest.xml @@ -1072,11 +1138,13 @@ %%WWWDIR%%/plugins/editor.openlayer/editor-openlayer.png %%WWWDIR%%/plugins/editor.openlayer/i18n/conf/en.php %%WWWDIR%%/plugins/editor.openlayer/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.openlayer/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.openlayer/i18n/de.php %%WWWDIR%%/plugins/editor.openlayer/i18n/en.php %%WWWDIR%%/plugins/editor.openlayer/i18n/es.php %%WWWDIR%%/plugins/editor.openlayer/i18n/et.php %%WWWDIR%%/plugins/editor.openlayer/i18n/fr.php +%%WWWDIR%%/plugins/editor.openlayer/i18n/pt.php %%WWWDIR%%/plugins/editor.openlayer/i18n/si.php %%WWWDIR%%/plugins/editor.openlayer/manifest.xml %%WWWDIR%%/plugins/editor.openlayer/openlayer/OpenLayers.js @@ -1149,11 +1217,13 @@ %%WWWDIR%%/plugins/editor.other/resources/i18n/ca.php %%WWWDIR%%/plugins/editor.other/resources/i18n/conf/en.php %%WWWDIR%%/plugins/editor.other/resources/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.other/resources/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.other/resources/i18n/de.php %%WWWDIR%%/plugins/editor.other/resources/i18n/en.php %%WWWDIR%%/plugins/editor.other/resources/i18n/es.php %%WWWDIR%%/plugins/editor.other/resources/i18n/et.php %%WWWDIR%%/plugins/editor.other/resources/i18n/fr.php +%%WWWDIR%%/plugins/editor.other/resources/i18n/pt.php %%WWWDIR%%/plugins/editor.other/resources/images/actions/16/unknown.png %%WWWDIR%%/plugins/editor.other/resources/images/actions/22/unknown.png %%WWWDIR%%/plugins/editor.other/resources/images/actions/32/unknown.png @@ -1166,6 +1236,7 @@ %%WWWDIR%%/plugins/editor.pixlr/fake_save_pixlr.php %%WWWDIR%%/plugins/editor.pixlr/i18n/conf/en.php %%WWWDIR%%/plugins/editor.pixlr/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.pixlr/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.pixlr/images/actions/16/color_fill.png %%WWWDIR%%/plugins/editor.pixlr/images/actions/22/color_fill.png %%WWWDIR%%/plugins/editor.pixlr/images/actions/32/color_fill.png @@ -1173,8 +1244,10 @@ %%WWWDIR%%/plugins/editor.pixlr/plugin_doc.html %%WWWDIR%%/plugins/editor.soundmanager/class.SMPlayer.js %%WWWDIR%%/plugins/editor.soundmanager/i18n/conf/en.php +%%WWWDIR%%/plugins/editor.soundmanager/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.soundmanager/i18n/en.php %%WWWDIR%%/plugins/editor.soundmanager/i18n/et.php +%%WWWDIR%%/plugins/editor.soundmanager/i18n/pt.php %%WWWDIR%%/plugins/editor.soundmanager/kmixdocked-muted.png %%WWWDIR%%/plugins/editor.soundmanager/kmixdocked.png %%WWWDIR%%/plugins/editor.soundmanager/manifest.xml @@ -1216,6 +1289,7 @@ %%WWWDIR%%/plugins/editor.text/editor-text.png %%WWWDIR%%/plugins/editor.text/i18n/conf/en.php %%WWWDIR%%/plugins/editor.text/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.text/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.text/manifest.xml %%WWWDIR%%/plugins/editor.text/plugin_doc.html %%WWWDIR%%/plugins/editor.video/class.VideoPreviewer.js @@ -1223,7 +1297,9 @@ %%WWWDIR%%/plugins/editor.video/editor-video.png %%WWWDIR%%/plugins/editor.video/i18n/conf/en.php %%WWWDIR%%/plugins/editor.video/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.video/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.video/i18n/en.php +%%WWWDIR%%/plugins/editor.video/i18n/pt.php %%WWWDIR%%/plugins/editor.video/manifest.xml %%WWWDIR%%/plugins/editor.video/player_flv_maxi.swf %%WWWDIR%%/plugins/editor.video/plugin_doc.html @@ -1237,8 +1313,10 @@ %%WWWDIR%%/plugins/editor.zoho/editor-zoho.png %%WWWDIR%%/plugins/editor.zoho/i18n/conf/en.php %%WWWDIR%%/plugins/editor.zoho/i18n/conf/fr.php +%%WWWDIR%%/plugins/editor.zoho/i18n/conf/pt.php %%WWWDIR%%/plugins/editor.zoho/i18n/en.php %%WWWDIR%%/plugins/editor.zoho/i18n/et.php +%%WWWDIR%%/plugins/editor.zoho/i18n/pt.php %%WWWDIR%%/plugins/editor.zoho/images/mimes/16/presentation.png %%WWWDIR%%/plugins/editor.zoho/images/mimes/16/spreadsheet.png %%WWWDIR%%/plugins/editor.zoho/images/mimes/16/word.png @@ -1263,6 +1341,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/html/gui_debug.html %%WWWDIR%%/plugins/gui.ajax/res/i18n/conf/en.php %%WWWDIR%%/plugins/gui.ajax/res/i18n/conf/fr.php +%%WWWDIR%%/plugins/gui.ajax/res/i18n/conf/pt.php %%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer.js %%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/ajxp_utils.js %%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AbstractEditor.js @@ -1645,6 +1724,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg_up.png %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/hgrabber.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/html-folder.png +%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/Thumbs.db %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_cn.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_de.gif @@ -1655,6 +1735,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_it.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_lt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_pl.gif +%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_pt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_rs.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_si.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_sk.gif @@ -2091,6 +2172,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg_up.png %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/hgrabber.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/html-folder.png +%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/Thumbs.db %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_cn.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_de.gif @@ -2101,6 +2183,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_it.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_lt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_pl.gif +%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_pt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_rs.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_si.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_sk.gif @@ -2554,6 +2637,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/header_bg_up.png %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/hgrabber.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/html-folder.png +%%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/Thumbs.db %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_cn.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_de.gif @@ -2564,6 +2648,7 @@ %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_it.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_lt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_pl.gif +%%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_pt.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_rs.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_si.gif %%WWWDIR%%/plugins/gui.ajax/res/themes/vision/images/i18n/lang_sk.gif @@ -2700,8 +2785,10 @@ %%WWWDIR%%/plugins/gui.ios/gui-ios.png %%WWWDIR%%/plugins/gui.ios/i18n/conf/en.php %%WWWDIR%%/plugins/gui.ios/i18n/conf/fr.php +%%WWWDIR%%/plugins/gui.ios/i18n/conf/pt.php %%WWWDIR%%/plugins/gui.ios/i18n/en.php %%WWWDIR%%/plugins/gui.ios/i18n/fr.php +%%WWWDIR%%/plugins/gui.ios/i18n/pt.php %%WWWDIR%%/plugins/gui.ios/manifest.xml %%WWWDIR%%/plugins/gui.ios/plugin_doc.html %%WWWDIR%%/plugins/gui.light/ajxp-dl-later.js @@ -2709,6 +2796,7 @@ %%WWWDIR%%/plugins/gui.light/close.html %%WWWDIR%%/plugins/gui.light/i18n/conf/en.php %%WWWDIR%%/plugins/gui.light/i18n/conf/fr.php +%%WWWDIR%%/plugins/gui.light/i18n/conf/pt.php %%WWWDIR%%/plugins/gui.light/manifest.xml %%WWWDIR%%/plugins/gui.light/plugin_doc.html %%WWWDIR%%/plugins/gui.mobile/ajxp-mobile.css @@ -2717,6 +2805,7 @@ %%WWWDIR%%/plugins/gui.mobile/gui-mobile.png %%WWWDIR%%/plugins/gui.mobile/i18n/conf/en.php %%WWWDIR%%/plugins/gui.mobile/i18n/conf/fr.php +%%WWWDIR%%/plugins/gui.mobile/i18n/conf/pt.php %%WWWDIR%%/plugins/gui.mobile/manifest.xml %%WWWDIR%%/plugins/gui.mobile/plugin_doc.html %%WWWDIR%%/plugins/index.html @@ -2814,10 +2903,12 @@ %%WWWDIR%%/plugins/index.lucene/plugin_doc.html %%WWWDIR%%/plugins/index.lucene/resources/i18n/conf/en.php %%WWWDIR%%/plugins/index.lucene/resources/i18n/conf/fr.php +%%WWWDIR%%/plugins/index.lucene/resources/i18n/conf/pt.php %%WWWDIR%%/plugins/index.lucene/resources/i18n/de.php %%WWWDIR%%/plugins/index.lucene/resources/i18n/en.php %%WWWDIR%%/plugins/index.lucene/resources/i18n/es.php %%WWWDIR%%/plugins/index.lucene/resources/i18n/fr.php +%%WWWDIR%%/plugins/index.lucene/resources/i18n/pt.php %%WWWDIR%%/plugins/index.lucene/resources/images/16/ark_view.png %%WWWDIR%%/plugins/index.lucene/resources/images/22/ark_view.png %%WWWDIR%%/plugins/index.lucene/resources/images/32/ark_view.png @@ -2828,16 +2919,19 @@ %%WWWDIR%%/plugins/log.sql/create.sqlite %%WWWDIR%%/plugins/log.sql/i18n/conf/en.php %%WWWDIR%%/plugins/log.sql/i18n/conf/fr.php +%%WWWDIR%%/plugins/log.sql/i18n/conf/pt.php %%WWWDIR%%/plugins/log.sql/manifest.xml %%WWWDIR%%/plugins/log.sql/plugin_doc.html %%WWWDIR%%/plugins/log.syslog/class.sysLogDriver.php %%WWWDIR%%/plugins/log.syslog/i18n/conf/en.php %%WWWDIR%%/plugins/log.syslog/i18n/conf/fr.php +%%WWWDIR%%/plugins/log.syslog/i18n/conf/pt.php %%WWWDIR%%/plugins/log.syslog/manifest.xml %%WWWDIR%%/plugins/log.syslog/plugin_doc.html %%WWWDIR%%/plugins/log.text/class.textLogDriver.php %%WWWDIR%%/plugins/log.text/i18n/conf/en.php %%WWWDIR%%/plugins/log.text/i18n/conf/fr.php +%%WWWDIR%%/plugins/log.text/i18n/conf/pt.php %%WWWDIR%%/plugins/log.text/manifest.xml %%WWWDIR%%/plugins/log.text/plugin_doc.html %%WWWDIR%%/plugins/mailer.phpmailer-lite/class.PhpMailLiteMailer.php @@ -2848,36 +2942,44 @@ %%WWWDIR%%/plugins/meta.exif/class.GeoConversion.php %%WWWDIR%%/plugins/meta.exif/i18n/conf/en.php %%WWWDIR%%/plugins/meta.exif/i18n/conf/fr.php +%%WWWDIR%%/plugins/meta.exif/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.exif/i18n/de.php %%WWWDIR%%/plugins/meta.exif/i18n/en.php %%WWWDIR%%/plugins/meta.exif/i18n/es.php %%WWWDIR%%/plugins/meta.exif/i18n/fr.php +%%WWWDIR%%/plugins/meta.exif/i18n/pt.php %%WWWDIR%%/plugins/meta.exif/i18n/si.php %%WWWDIR%%/plugins/meta.exif/manifest.xml %%WWWDIR%%/plugins/meta.exif/plugin_doc.html %%WWWDIR%%/plugins/meta.exif/world.png %%WWWDIR%%/plugins/meta.filehasher/class.FileHasher.php %%WWWDIR%%/plugins/meta.filehasher/i18n/conf/en.php +%%WWWDIR%%/plugins/meta.filehasher/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.filehasher/manifest.xml %%WWWDIR%%/plugins/meta.filehasher/plugin_doc.html %%WWWDIR%%/plugins/meta.git/class.GitManager.php %%WWWDIR%%/plugins/meta.git/class.HistoryBrowser.js %%WWWDIR%%/plugins/meta.git/i18n/conf/en.php %%WWWDIR%%/plugins/meta.git/i18n/conf/fr.php +%%WWWDIR%%/plugins/meta.git/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.git/i18n/en.php %%WWWDIR%%/plugins/meta.git/i18n/fr.php +%%WWWDIR%%/plugins/meta.git/i18n/pt.php %%WWWDIR%%/plugins/meta.git/images/actions/16/system_file_manager.png %%WWWDIR%%/plugins/meta.git/images/actions/22/system_file_manager.png %%WWWDIR%%/plugins/meta.git/images/actions/32/system_file_manager.png %%WWWDIR%%/plugins/meta.git/manifest.xml %%WWWDIR%%/plugins/meta.mount/class.FilesystemMounter.php %%WWWDIR%%/plugins/meta.mount/i18n/conf/en.php +%%WWWDIR%%/plugins/meta.mount/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.mount/manifest.xml %%WWWDIR%%/plugins/meta.mount/plugin_doc.html %%WWWDIR%%/plugins/meta.quota/class.QuotaComputer.php %%WWWDIR%%/plugins/meta.quota/i18n/conf/en.php +%%WWWDIR%%/plugins/meta.quota/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.quota/i18n/en.php %%WWWDIR%%/plugins/meta.quota/i18n/fr.php +%%WWWDIR%%/plugins/meta.quota/i18n/pt.php %%WWWDIR%%/plugins/meta.quota/img/16/progressbar.png %%WWWDIR%%/plugins/meta.quota/img/22/progressbar.png %%WWWDIR%%/plugins/meta.quota/img/32/progressbar.png @@ -2886,8 +2988,10 @@ %%WWWDIR%%/plugins/meta.simple_lock/class.SimpleLockManager.php %%WWWDIR%%/plugins/meta.simple_lock/i18n/conf/en.php %%WWWDIR%%/plugins/meta.simple_lock/i18n/conf/fr.php +%%WWWDIR%%/plugins/meta.simple_lock/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.simple_lock/i18n/en.php %%WWWDIR%%/plugins/meta.simple_lock/i18n/fr.php +%%WWWDIR%%/plugins/meta.simple_lock/i18n/pt.php %%WWWDIR%%/plugins/meta.simple_lock/icons/12/lock.png %%WWWDIR%%/plugins/meta.simple_lock/icons/12/lock_my.png %%WWWDIR%%/plugins/meta.simple_lock/icons/16/lock.png @@ -2904,10 +3008,12 @@ %%WWWDIR%%/plugins/meta.svn/class.SvnManager.php %%WWWDIR%%/plugins/meta.svn/i18n/conf/en.php %%WWWDIR%%/plugins/meta.svn/i18n/conf/fr.php +%%WWWDIR%%/plugins/meta.svn/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.svn/i18n/de.php %%WWWDIR%%/plugins/meta.svn/i18n/en.php %%WWWDIR%%/plugins/meta.svn/i18n/es.php %%WWWDIR%%/plugins/meta.svn/i18n/fr.php +%%WWWDIR%%/plugins/meta.svn/i18n/pt.php %%WWWDIR%%/plugins/meta.svn/i18n/si.php %%WWWDIR%%/plugins/meta.svn/images/actions/16/system_file_manager.png %%WWWDIR%%/plugins/meta.svn/images/actions/22/system_file_manager.png @@ -2927,12 +3033,14 @@ %%WWWDIR%%/plugins/meta.user/css/red.png %%WWWDIR%%/plugins/meta.user/i18n/conf/en.php %%WWWDIR%%/plugins/meta.user/i18n/conf/fr.php +%%WWWDIR%%/plugins/meta.user/i18n/conf/pt.php %%WWWDIR%%/plugins/meta.user/i18n/cs.php %%WWWDIR%%/plugins/meta.user/i18n/de.php %%WWWDIR%%/plugins/meta.user/i18n/en.php %%WWWDIR%%/plugins/meta.user/i18n/es.php %%WWWDIR%%/plugins/meta.user/i18n/fi.php %%WWWDIR%%/plugins/meta.user/i18n/fr.php +%%WWWDIR%%/plugins/meta.user/i18n/pt.php %%WWWDIR%%/plugins/meta.user/i18n/si.php %%WWWDIR%%/plugins/meta.user/img/16/tag.png %%WWWDIR%%/plugins/meta.user/img/22/tag.png @@ -2948,6 +3056,7 @@ %%WWWDIR%%/plugins/meta.watch/i18n/de.php %%WWWDIR%%/plugins/meta.watch/i18n/en.php %%WWWDIR%%/plugins/meta.watch/i18n/fr.php +%%WWWDIR%%/plugins/meta.watch/i18n/pt.php %%WWWDIR%%/plugins/meta.watch/icons/12/watch.png %%WWWDIR%%/plugins/meta.watch/icons/128/watch.png %%WWWDIR%%/plugins/meta.watch/icons/16/watch.png @@ -2961,11 +3070,13 @@ %%WWWDIR%%/plugins/metastore.s3/class.s3MetaStore.php %%WWWDIR%%/plugins/metastore.s3/i18n/conf/en.php %%WWWDIR%%/plugins/metastore.s3/i18n/conf/fr.php +%%WWWDIR%%/plugins/metastore.s3/i18n/conf/pt.php %%WWWDIR%%/plugins/metastore.s3/manifest.xml %%WWWDIR%%/plugins/metastore.s3/plugin_doc.html %%WWWDIR%%/plugins/metastore.serial/class.SerialMetaStore.php %%WWWDIR%%/plugins/metastore.serial/i18n/conf/en.php %%WWWDIR%%/plugins/metastore.serial/i18n/conf/fr.php +%%WWWDIR%%/plugins/metastore.serial/i18n/conf/pt.php %%WWWDIR%%/plugins/metastore.serial/manifest.xml %%WWWDIR%%/plugins/metastore.serial/plugin_doc.html %%WWWDIR%%/plugins/metastore.xattr/class.xAttrMetaStore.php @@ -2982,17 +3093,20 @@ %%WWWDIR%%/plugins/notify.phpmail-lite/conf.notify.phpmail-lite.inc %%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf/en.php %%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf/fr.php +%%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf/pt.php %%WWWDIR%%/plugins/notify.phpmail-lite/manifest.xml.deprecated %%WWWDIR%%/plugins/notify.phpmail-lite/plugin_doc.html %%WWWDIR%%/plugins/shorten.bitly/class.BitlyShortener.php %%WWWDIR%%/plugins/shorten.bitly/i18n/conf/en.php %%WWWDIR%%/plugins/shorten.bitly/i18n/conf/fr.php +%%WWWDIR%%/plugins/shorten.bitly/i18n/conf/pt.php %%WWWDIR%%/plugins/shorten.bitly/manifest.xml %%WWWDIR%%/plugins/shorten.bitly/plugin_doc.html %%WWWDIR%%/plugins/shorten.multi/class.multiShortener.php %%WWWDIR%%/plugins/shorten.multi/i18n/conf/en.php %%WWWDIR%%/plugins/shorten.multi/i18n/conf/es.php %%WWWDIR%%/plugins/shorten.multi/i18n/conf/fr.php +%%WWWDIR%%/plugins/shorten.multi/i18n/conf/pt.php %%WWWDIR%%/plugins/shorten.multi/manifest.xml %%WWWDIR%%/plugins/shorten.multi/plugin_doc.html %%WWWDIR%%/plugins/uploader.flex/FlashFileUpload.swf @@ -3000,24 +3114,29 @@ %%WWWDIR%%/plugins/uploader.flex/flash_tpl.html %%WWWDIR%%/plugins/uploader.flex/i18n/conf/en.php %%WWWDIR%%/plugins/uploader.flex/i18n/conf/fr.php +%%WWWDIR%%/plugins/uploader.flex/i18n/conf/pt.php %%WWWDIR%%/plugins/uploader.flex/manifest.xml %%WWWDIR%%/plugins/uploader.flex/plugin_doc.html %%WWWDIR%%/plugins/uploader.html/class.MultiUploader.js %%WWWDIR%%/plugins/uploader.html/class.SimpleUploadProcessor.php %%WWWDIR%%/plugins/uploader.html/class.XHRUploader.js %%WWWDIR%%/plugins/uploader.html/dropzone.psd +%%WWWDIR%%/plugins/uploader.html/i18n/Thumbs.db %%WWWDIR%%/plugins/uploader.html/i18n/conf/en.php %%WWWDIR%%/plugins/uploader.html/i18n/conf/fr.php +%%WWWDIR%%/plugins/uploader.html/i18n/conf/pt.php %%WWWDIR%%/plugins/uploader.html/i18n/de-dropzone.png %%WWWDIR%%/plugins/uploader.html/i18n/en-dropzone.png %%WWWDIR%%/plugins/uploader.html/i18n/fi-dropzone.png %%WWWDIR%%/plugins/uploader.html/i18n/fr-dropzone.png +%%WWWDIR%%/plugins/uploader.html/i18n/pt-dropzone.png %%WWWDIR%%/plugins/uploader.html/i18n/si-dropzone.png %%WWWDIR%%/plugins/uploader.html/manifest.xml %%WWWDIR%%/plugins/uploader.html/plugin_doc.html %%WWWDIR%%/plugins/uploader.jumploader/class.JumploaderProcessor.php %%WWWDIR%%/plugins/uploader.jumploader/i18n/conf/en.php %%WWWDIR%%/plugins/uploader.jumploader/i18n/conf/fr.php +%%WWWDIR%%/plugins/uploader.jumploader/i18n/conf/pt.php %%WWWDIR%%/plugins/uploader.jumploader/jumploader_tpl.html %%WWWDIR%%/plugins/uploader.jumploader/manifest.xml %%WWWDIR%%/plugins/uploader.jumploader/plugin_doc.html From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:06:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69FCA241; Wed, 4 Sep 2013 00:06:18 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C1FA276B; Wed, 4 Sep 2013 00:06:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8406IvB021396; Wed, 4 Sep 2013 00:06:18 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8406HEx021392; Wed, 4 Sep 2013 00:06:17 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309040006.r8406HEx021392@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 4 Sep 2013 00:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326235 - head/lang/munger 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.14 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: Wed, 04 Sep 2013 00:06:18 -0000 Author: tabthorpe Date: Wed Sep 4 00:06:17 2013 New Revision: 326235 URL: http://svnweb.freebsd.org/changeset/ports/326235 Log: - Update to 4.195 PR: ports/181437 Submitted by: James Bailie (maintainer) Modified: head/lang/munger/Makefile head/lang/munger/distinfo head/lang/munger/pkg-descr head/lang/munger/pkg-plist Modified: head/lang/munger/Makefile ============================================================================== --- head/lang/munger/Makefile Tue Sep 3 23:28:30 2013 (r326234) +++ head/lang/munger/Makefile Wed Sep 4 00:06:17 2013 (r326235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= munger -PORTVERSION= 4.194 +PORTVERSION= 4.195 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/lang/munger/distinfo ============================================================================== --- head/lang/munger/distinfo Tue Sep 3 23:28:30 2013 (r326234) +++ head/lang/munger/distinfo Wed Sep 4 00:06:17 2013 (r326235) @@ -1,2 +1,2 @@ -SHA256 (munger-4.194.tar.gz) = 71016fb224ba0b421bcd563dfa27af8401f53bd22a5bdbaa9a9ad09f2ae03a84 -SIZE (munger-4.194.tar.gz) = 220280 +SHA256 (munger-4.195.tar.gz) = 1a10550c89cbc7a455c0584784adee88c011f87ca5fe263afdcb6f6490420725 +SIZE (munger-4.195.tar.gz) = 221289 Modified: head/lang/munger/pkg-descr ============================================================================== --- head/lang/munger/pkg-descr Tue Sep 3 23:28:30 2013 (r326234) +++ head/lang/munger/pkg-descr Wed Sep 4 00:06:17 2013 (r326235) @@ -11,4 +11,4 @@ may be reversible, yet which ultimately irreversible destruction of large portions of the original item." Laugh, it's a joke. -WWW: http://www.mammothcheese.ca/munger.html +WWW: http://www.mammothcheese.ca/ Modified: head/lang/munger/pkg-plist ============================================================================== --- head/lang/munger/pkg-plist Tue Sep 3 23:28:30 2013 (r326234) +++ head/lang/munger/pkg-plist Wed Sep 4 00:06:17 2013 (r326235) @@ -1,5 +1,5 @@ bin/munger -lib/libmunger.so.78 +lib/libmunger.so.79 %%DATADIR%%/httpd.munger %%DATADIR%%/echo.munger %%DATADIR%%/xml2alist.munger From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:20:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBEEC727; Wed, 4 Sep 2013 00:20:27 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8EF1286A; Wed, 4 Sep 2013 00:20:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r840KR7F030591; Wed, 4 Sep 2013 00:20:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r840KRJr030589; Wed, 4 Sep 2013 00:20:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309040020.r840KRJr030589@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 4 Sep 2013 00:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326236 - head/editors/dkns 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.14 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: Wed, 04 Sep 2013 00:20:27 -0000 Author: tabthorpe Date: Wed Sep 4 00:20:26 2013 New Revision: 326236 URL: http://svnweb.freebsd.org/changeset/ports/326236 Log: - Update to 1.91 PR: ports/181476 Submitted by: James Bailie (maintainer) Modified: head/editors/dkns/Makefile head/editors/dkns/distinfo Modified: head/editors/dkns/Makefile ============================================================================== --- head/editors/dkns/Makefile Wed Sep 4 00:06:17 2013 (r326235) +++ head/editors/dkns/Makefile Wed Sep 4 00:20:26 2013 (r326236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dkns -PORTVERSION= 1.90 +PORTVERSION= 1.91 CATEGORIES= editors MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/editors/dkns/distinfo ============================================================================== --- head/editors/dkns/distinfo Wed Sep 4 00:06:17 2013 (r326235) +++ head/editors/dkns/distinfo Wed Sep 4 00:20:26 2013 (r326236) @@ -1,2 +1,2 @@ -SHA256 (dkns-1.90.tar.gz) = 81b334b56fa333d383956d3d970fb59bd6e003565ce73ee4cfc199819a311cd1 -SIZE (dkns-1.90.tar.gz) = 35385 +SHA256 (dkns-1.91.tar.gz) = d13566defe44dc8832a5e598d899fd8358bddccc9ff557f91efddddd551498ac +SIZE (dkns-1.91.tar.gz) = 35519 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:36:54 2013 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 ESMTP id A767AF85; Wed, 4 Sep 2013 00:36:54 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93DA429B5; Wed, 4 Sep 2013 00:36:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r840asBp038917; Wed, 4 Sep 2013 00:36:54 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r840asDk038915; Wed, 4 Sep 2013 00:36:54 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309040036.r840asDk038915@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 4 Sep 2013 00:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326237 - head/devel/libserver 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.14 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: Wed, 04 Sep 2013 00:36:54 -0000 Author: tabthorpe Date: Wed Sep 4 00:36:53 2013 New Revision: 326237 URL: http://svnweb.freebsd.org/changeset/ports/326237 Log: - Update to 1.13 PR: ports/181738 Submitted by: James Bailie (maintainer) Modified: head/devel/libserver/Makefile head/devel/libserver/distinfo (contents, props changed) Modified: head/devel/libserver/Makefile ============================================================================== --- head/devel/libserver/Makefile Wed Sep 4 00:20:26 2013 (r326236) +++ head/devel/libserver/Makefile Wed Sep 4 00:36:53 2013 (r326237) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libserver -# Date created: Sat, 18 Sept 2010 11:34:25 EDT -# Whom: James Bailie -# +# Created by: James Bailie # $FreeBSD$ -# PORTNAME= libserver -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libserver/distinfo ============================================================================== --- head/devel/libserver/distinfo Wed Sep 4 00:20:26 2013 (r326236) +++ head/devel/libserver/distinfo Wed Sep 4 00:36:53 2013 (r326237) @@ -1,2 +1,2 @@ -SHA256 (libserver-1.12.tar.gz) = b315812973152e0ee1090744ac5d794dbef83de6edb9650027f3473027b03d7f -SIZE (libserver-1.12.tar.gz) = 10874 +SHA256 (libserver-1.13.tar.gz) = 1af6588be35e3eea9a7d768fd14bcfd76bb32d62de2b02e73873e40e958f0d39 +SIZE (libserver-1.13.tar.gz) = 11006 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:46:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 96AE635E; Wed, 4 Sep 2013 00:46:59 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6CDF92A69; Wed, 4 Sep 2013 00:46:59 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id DA5233F418; Tue, 3 Sep 2013 20:46:54 -0400 (EDT) Date: Wed, 4 Sep 2013 02:46:53 +0200 (CEST) From: Gerald Pfeifer To: Guido Falsi Subject: Re: svn commit: r325668 - head/x11-toolkits/open-motif In-Reply-To: <52206DF8.1000401@FreeBSD.org> Message-ID: References: <201308300952.r7U9qKsF026518@svn.freebsd.org> <52206DF8.1000401@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Peter Wemm , Boris Samorodov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 00:46:59 -0000 On Fri, 30 Aug 2013, Guido Falsi wrote: > I'm having a lot of failures too related to libiconv symbols. These seem > related by enabling iconv in libc on latest current. > > I'm not sure that forcing them to link against gnu libiconv is a good > long term solution. I think that making them work with just the libc > iconv implementation is a better solution, even if a little harder. It > would allow us to not depend anymore on the libiconv port too. > > I'm experimenting with making Uses/iconv.mk a noop for current where > libc includes iconv functions and making other ports compile using > system provided iconv. It looks doable, most ports need just trivial > fixes. http://www.freebsd.org/cgi/query-pr.cgi?pr=161417 is one that's been open for a while. The patch against GCC there is a hack, though, which I'd prefer to avoid. http://www.freebsd.org/cgi/query-pr.cgi?pr=164932 is closed, but seems to rear its ugly head again (lang/gcc47, though not lang/gcc46 nor lang/gcc48 in my tests -- testing a shorter hack now). Gerald From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:48:39 2013 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 ESMTP id 4523A49A; Wed, 4 Sep 2013 00:48:39 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329212A88; Wed, 4 Sep 2013 00:48:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r840mdeI045215; Wed, 4 Sep 2013 00:48:39 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r840mcwx045213; Wed, 4 Sep 2013 00:48:38 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309040048.r840mcwx045213@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 4 Sep 2013 00:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326238 - head/devel/libdombey 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.14 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: Wed, 04 Sep 2013 00:48:39 -0000 Author: tabthorpe Date: Wed Sep 4 00:48:38 2013 New Revision: 326238 URL: http://svnweb.freebsd.org/changeset/ports/326238 Log: - Update to 2.3 PR: ports/181739 Submitted by: James Bailie (maintainer) Modified: head/devel/libdombey/Makefile (contents, props changed) head/devel/libdombey/distinfo (contents, props changed) Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Wed Sep 4 00:36:53 2013 (r326237) +++ head/devel/libdombey/Makefile Wed Sep 4 00:48:38 2013 (r326238) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libdombey -# Date created: Fri, 23 Apr 2010 14:24:06 EDT -# Whom: James Bailie -# +# Created by: James Bailie # $FreeBSD$ -# PORTNAME= libdombey -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Wed Sep 4 00:36:53 2013 (r326237) +++ head/devel/libdombey/distinfo Wed Sep 4 00:48:38 2013 (r326238) @@ -1,2 +1,2 @@ -SHA256 (libdombey-2.2.tar.gz) = b065829aa88dfea90e6a04442ea0caecc4c09c26259abc8f7925837b4da0a8a8 -SIZE (libdombey-2.2.tar.gz) = 17773 +SHA256 (libdombey-2.3.tar.gz) = 09d0520a4471cc3d05593e6b559d47ba0fa18a0d9544e351bb1e63cca4bc40f7 +SIZE (libdombey-2.3.tar.gz) = 17903 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 01:00:54 2013 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 ESMTP id 014BF750; Wed, 4 Sep 2013 01:00:53 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E20C52B58; Wed, 4 Sep 2013 01:00:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8410r6A053957; Wed, 4 Sep 2013 01:00:53 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8410rfK053955; Wed, 4 Sep 2013 01:00:53 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309040100.r8410rfK053955@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 4 Sep 2013 01:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326239 - head/www/drood 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.14 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: Wed, 04 Sep 2013 01:00:54 -0000 Author: tabthorpe Date: Wed Sep 4 01:00:53 2013 New Revision: 326239 URL: http://svnweb.freebsd.org/changeset/ports/326239 Log: - Update to 3.5 PR: ports/181780 Submitted by: James Bailie (maintainer) Modified: head/www/drood/Makefile head/www/drood/distinfo (contents, props changed) Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Wed Sep 4 00:48:38 2013 (r326238) +++ head/www/drood/Makefile Wed Sep 4 01:00:53 2013 (r326239) @@ -1,13 +1,8 @@ -# New ports collection makefile for: drood -# Date created: Sat, 07 Jul 2007 22:47:06 EDT -# Whom: James Bailie -# +# Created by: James Bailie # $FreeBSD$ -# PORTNAME= drood -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Wed Sep 4 00:48:38 2013 (r326238) +++ head/www/drood/distinfo Wed Sep 4 01:00:53 2013 (r326239) @@ -1,2 +1,2 @@ -SHA256 (drood-3.4.tar.gz) = 6870f69f43ccd333d0369b848e0279bb62895ed248f36d699f43b2c3d7db0c0a -SIZE (drood-3.4.tar.gz) = 49059 +SHA256 (drood-3.5.tar.gz) = f2ec9d3aeaf2ca61759264b29a9e6a0288bbe3ca89eb7bbc389268781d86bf98 +SIZE (drood-3.5.tar.gz) = 49227 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 01:15:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0DA1A57; Wed, 4 Sep 2013 01:15:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EEDE2C29; Wed, 4 Sep 2013 01:15:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r841FkoR062094; Wed, 4 Sep 2013 01:15:46 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r841FjYT062091; Wed, 4 Sep 2013 01:15:45 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309040115.r841FjYT062091@svn.freebsd.org> From: Mark Felder Date: Wed, 4 Sep 2013 01:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326240 - in head/sysutils/monit: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 01:15:46 -0000 Author: feld Date: Wed Sep 4 01:15:45 2013 New Revision: 326240 URL: http://svnweb.freebsd.org/changeset/ports/326240 Log: - Update to 5.6 - Port cleanup PR: ports/181782 Submitted by: martinp@tildeslash.com Approved by: swills (mentor) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo head/sysutils/monit/files/monit.in Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Wed Sep 4 01:00:53 2013 (r326239) +++ head/sysutils/monit/Makefile Wed Sep 4 01:15:45 2013 (r326240) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.5.1 +PORTVERSION= 5.6 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring -MAN1= monit.1 +MAN1= monit.1 GNU_CONFIGURE= yes -USES= bison +USES= bison USE_GMAKE= yes USE_RC_SUBR= ${PORTNAME} @@ -20,27 +20,26 @@ CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ LOCALBASE="${LOCALBASE}" OPTIONS_DEFINE= SSL -OPTIONS_DEFAULT=SSL +OPTIONS_DEFAULT= SSL PLIST_FILES= bin/monit \ etc/monitrc.sample SUB_FILES= pkg-message -DOCS= CHANGES COPYING README -PORTDOCS= ${DOCS:T} +PORTDOCS= CHANGES COPYING README .include -.if empty(PORT_OPTIONS:MSSL) +.if ! ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --without-ssl .endif post-install: ${INSTALL} -m 600 ${WRKSRC}/monitrc ${PREFIX}/etc/monitrc.sample -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL} -m 644 ${DOCS} ${DOCSDIR}/ +.if ${PORT_OPTIONS:MDOCS} + ${INSTALL} -d ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Wed Sep 4 01:00:53 2013 (r326239) +++ head/sysutils/monit/distinfo Wed Sep 4 01:15:45 2013 (r326240) @@ -1,2 +1,2 @@ -SHA256 (monit-5.5.1.tar.gz) = dbe4b4744a7100e2d5f4eac353dfb2df0549848e2c7661d9c19acc31cdef2c78 -SIZE (monit-5.5.1.tar.gz) = 1260093 +SHA256 (monit-5.6.tar.gz) = 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d +SIZE (monit-5.6.tar.gz) = 1263370 Modified: head/sysutils/monit/files/monit.in ============================================================================== --- head/sysutils/monit/files/monit.in Wed Sep 4 01:00:53 2013 (r326239) +++ head/sysutils/monit/files/monit.in Wed Sep 4 01:15:45 2013 (r326240) @@ -17,20 +17,21 @@ # . /etc/rc.subr -name="monit" +name=monit rcvar=monit_enable +load_rc_config ${name} -restart_precmd="monit_checkconfig" -reload_precmd="monit_checkconfig" -[ -z "$monit_enable" ] && monit_enable="NO" +: ${monit_enable:=NO} -load_rc_config $name +extra_commands=reload +restart_precmd=monit_checkconfig +reload_precmd=monit_checkconfig default_config=%%PREFIX%%/etc/monitrc required_files=${default_config} command="%%PREFIX%%/bin/monit" command_args="-c ${default_config}" -pidfile="/var/run/monit.pid" +pidfile=/var/run/monit.pid monit_checkconfig() { @@ -38,5 +39,4 @@ monit_checkconfig() ${command} ${command_args} -t } -extra_commands="reload" run_rc_command "$1" From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 01:38:18 2013 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 ESMTP id 21724E62; Wed, 4 Sep 2013 01:38:18 +0000 (UTC) (envelope-from stephen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF892D6D; Wed, 4 Sep 2013 01:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r841cH9o074416; Wed, 4 Sep 2013 01:38:17 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r841cHYC074414; Wed, 4 Sep 2013 01:38:17 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309040138.r841cHYC074414@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 4 Sep 2013 01:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326241 - head/math/octave-forge-odepkg 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.14 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: Wed, 04 Sep 2013 01:38:18 -0000 Author: stephen Date: Wed Sep 4 01:38:17 2013 New Revision: 326241 URL: http://svnweb.freebsd.org/changeset/ports/326241 Log: - Set make_jobs_unsafe, otherwise patches can get applied out of order. Modified: head/math/octave-forge-odepkg/Makefile Modified: head/math/octave-forge-odepkg/Makefile ============================================================================== --- head/math/octave-forge-odepkg/Makefile Wed Sep 4 01:15:45 2013 (r326240) +++ head/math/octave-forge-odepkg/Makefile Wed Sep 4 01:38:17 2013 (r326241) @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +MAKE_JOBS_UNSAFE= yes + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 01:57:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1335742D; Wed, 4 Sep 2013 01:57:33 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 007422EA3; Wed, 4 Sep 2013 01:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r841vWfe085581; Wed, 4 Sep 2013 01:57:32 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r841vWtP085580; Wed, 4 Sep 2013 01:57:32 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309040157.r841vWtP085580@svn.freebsd.org> From: Bryan Drewery Date: Wed, 4 Sep 2013 01:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326242 - head/devel/rubygem-pry 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.14 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: Wed, 04 Sep 2013 01:57:33 -0000 Author: bdrewery Date: Wed Sep 4 01:57:32 2013 New Revision: 326242 URL: http://svnweb.freebsd.org/changeset/ports/326242 Log: - Mark BROKEN, fails to resolve dependencies ===> Installing for rubygem-pry-0.9.12.2 ===> Generating temporary packing list ===> Checking if devel/rubygem-pry already installed ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: pry requires coderay (~> 1.0.5) *** Error code 1 Stop in /usr/ports/devel/rubygem-pry. Modified: head/devel/rubygem-pry/Makefile Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Wed Sep 4 01:38:17 2013 (r326241) +++ head/devel/rubygem-pry/Makefile Wed Sep 4 01:57:32 2013 (r326242) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= An IRB alternative and runtime developer console +BROKEN= fails to resolve dependencies + BUILD_DEPENDS= rubygem-rdoc>=3.12:${PORTSDIR}/devel/rubygem-rdoc RUN_DEPENDS= rubygem-coderay>=1.0.5:${PORTSDIR}/textproc/rubygem-coderay \ rubygem-method_source>=0.8:${PORTSDIR}/devel/rubygem-method_source \ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:15:16 2013 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 ESMTP id 568CDB1F; Wed, 4 Sep 2013 03:15:16 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35FD0249A; Wed, 4 Sep 2013 03:15:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r843FGve032225; Wed, 4 Sep 2013 03:15:16 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r843FFjX032218; Wed, 4 Sep 2013 03:15:15 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309040315.r843FFjX032218@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 4 Sep 2013 03:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326243 - in head/net/exabgp: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 03:15:16 -0000 Author: zi Date: Wed Sep 4 03:15:15 2013 New Revision: 326243 URL: http://svnweb.freebsd.org/changeset/ports/326243 Log: - Update to 3.2.8 Modified: head/net/exabgp/Makefile head/net/exabgp/distinfo head/net/exabgp/files/exabgp.in head/net/exabgp/pkg-plist Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Wed Sep 4 01:57:32 2013 (r326242) +++ head/net/exabgp/Makefile Wed Sep 4 03:15:15 2013 (r326243) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.1.13 +PORTVERSION= 3.2.8 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ +MASTER_SITES= GH GHC \ http://mirrors.rit.edu/zi/ EXTRACT_SUFX= .tgz @@ -13,6 +13,10 @@ COMMENT= A BGP engine and route injector LICENSE= BSD +USE_GITHUB= yes +GH_ACCOUNT= Thomas-Mangin +GH_TAGNAME= ${PORTVERSION} +GH_COMMIT= 9d7b143 USE_PYTHON= yes SUB_FILES= pkg-message exabgp.sh SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ Modified: head/net/exabgp/distinfo ============================================================================== --- head/net/exabgp/distinfo Wed Sep 4 01:57:32 2013 (r326242) +++ head/net/exabgp/distinfo Wed Sep 4 03:15:15 2013 (r326243) @@ -1,2 +1,2 @@ -SHA256 (exabgp-3.1.13.tgz) = fb61c77ed2c5a39d771f69ef00b9a4f9125c66034c7b3d1b96070ce82f94a66c -SIZE (exabgp-3.1.13.tgz) = 370281 +SHA256 (exabgp-3.2.8.tgz) = 9c635b25c08cbaabf23be3b9cb81aeb35ff5ca6ae77fb05307d56295737bf16c +SIZE (exabgp-3.2.8.tgz) = 573894 Modified: head/net/exabgp/files/exabgp.in ============================================================================== --- head/net/exabgp/files/exabgp.in Wed Sep 4 01:57:32 2013 (r326242) +++ head/net/exabgp/files/exabgp.in Wed Sep 4 03:15:15 2013 (r326243) @@ -43,7 +43,7 @@ exabgp_start() install -d -o _bgpd -g _bgpd -m 755 /var/log/${name} rm -f ${pidfile} - ${procname} ${command} -c %%ETCDIR%% ${exabgp_conf} + ${procname} ${command} --folder %%ETCDIR%% ${exabgp_conf} } run_rc_command "$1" Modified: head/net/exabgp/pkg-plist ============================================================================== --- head/net/exabgp/pkg-plist Wed Sep 4 01:57:32 2013 (r326242) +++ head/net/exabgp/pkg-plist Wed Sep 4 03:15:15 2013 (r326243) @@ -2,201 +2,237 @@ etc/exabgp/exabgp.env sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/application/bgp.py -%%PYTHON_SITELIBDIR%%/exabgp/application/bmp.py %%PYTHON_SITELIBDIR%%/exabgp/application/bgp.pyc +%%PYTHON_SITELIBDIR%%/exabgp/application/bmp.py %%PYTHON_SITELIBDIR%%/exabgp/application/bmp.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/connection.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/direction.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/direction.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/keepalive.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/keepalive.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/nop.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/nop.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/asn.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/asn.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/addpath.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/graceful.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/id.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/mp.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/ms.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/addpath.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/addpath.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/graceful.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/graceful.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/id.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/id.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/mp.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/mp.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/ms.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/ms.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/holdtime.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/routerid.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/version.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/asn.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/holdtime.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/routerid.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/routerid.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/version.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/version.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/refresh.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/refresh.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/unknown.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/unknown.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/eor.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/eor.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aggregator.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aspath.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/atomicaggregate.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/attributes.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/clusterlist.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/communities.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/flag.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/id.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/localpref.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/med.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mprnlri.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mpurnlri.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/nexthop.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/origin.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/originatorid.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aggregator.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aggregator.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aspath.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/aspath.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/atomicaggregate.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/atomicaggregate.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/attributes.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/clusterlist.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/clusterlist.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/communities.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/communities.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/flag.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/flag.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/id.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/id.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/localpref.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/localpref.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/med.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/med.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mprnlri.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mprnlri.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mpurnlri.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/mpurnlri.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/nexthop.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/nexthop.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/origin.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/origin.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/originatorid.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/originatorid.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/unknown.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute/unknown.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attributes/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attributes/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attributes/factory.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attributes/factory.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/eor.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/eor.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/factory.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/factory.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/bgp.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/bgp.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/eor.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/eor.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/factory.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/factory.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/flow.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/flow.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/route.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/route.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/keepalive.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/nop.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/refresh.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/prefix.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri/prefix.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/neighbor.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/peer.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/protocol.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/timer.py -%%PYTHON_SITELIBDIR%%/exabgp/bgp/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/connection.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/neighbor.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/peer.pyc -%%PYTHON_SITELIBDIR%%/exabgp/bgp/protocol.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/timer.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/timer.pyc %%PYTHON_SITELIBDIR%%/exabgp/bmp/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/bmp/header.py -%%PYTHON_SITELIBDIR%%/exabgp/bmp/message.py -%%PYTHON_SITELIBDIR%%/exabgp/bmp/negotiated.py -%%PYTHON_SITELIBDIR%%/exabgp/bmp/peer.py %%PYTHON_SITELIBDIR%%/exabgp/bmp/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bmp/header.py %%PYTHON_SITELIBDIR%%/exabgp/bmp/header.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bmp/message.py %%PYTHON_SITELIBDIR%%/exabgp/bmp/message.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bmp/negotiated.py %%PYTHON_SITELIBDIR%%/exabgp/bmp/negotiated.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bmp/peer.py %%PYTHON_SITELIBDIR%%/exabgp/bmp/peer.pyc %%PYTHON_SITELIBDIR%%/exabgp/compatibility/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/compatibility/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/compatibility/ipaddress.py %%PYTHON_SITELIBDIR%%/exabgp/compatibility/ipaddress.pyc +%%PYTHON_SITELIBDIR%%/exabgp/compatibility/ordereddict.py +%%PYTHON_SITELIBDIR%%/exabgp/compatibility/ordereddict.pyc %%PYTHON_SITELIBDIR%%/exabgp/configuration/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/configuration/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/configuration/environment.py +%%PYTHON_SITELIBDIR%%/exabgp/configuration/environment.pyc +%%PYTHON_SITELIBDIR%%/exabgp/configuration/file.py +%%PYTHON_SITELIBDIR%%/exabgp/configuration/file.pyc %%PYTHON_SITELIBDIR%%/exabgp/configuration/json.py %%PYTHON_SITELIBDIR%%/exabgp/configuration/json.pyc -%%PYTHON_SITELIBDIR%%/exabgp/configuration/validation.py -%%PYTHON_SITELIBDIR%%/exabgp/configuration/validation.pyc %%PYTHON_SITELIBDIR%%/exabgp/configuration/loader.py %%PYTHON_SITELIBDIR%%/exabgp/configuration/loader.pyc -%%PYTHON_SITELIBDIR%%/exabgp/coroutine.py -%%PYTHON_SITELIBDIR%%/exabgp/coroutine.pyc +%%PYTHON_SITELIBDIR%%/exabgp/configuration/validation.py +%%PYTHON_SITELIBDIR%%/exabgp/configuration/validation.pyc %%PYTHON_SITELIBDIR%%/exabgp/data/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/data/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/data/check.py %%PYTHON_SITELIBDIR%%/exabgp/data/check.pyc %%PYTHON_SITELIBDIR%%/exabgp/debug.py +%%PYTHON_SITELIBDIR%%/exabgp/debug.pyc +%%PYTHON_SITELIBDIR%%/exabgp/logger.py +%%PYTHON_SITELIBDIR%%/exabgp/logger.pyc %%PYTHON_SITELIBDIR%%/exabgp/memory/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/memory/gcdump.py -%%PYTHON_SITELIBDIR%%/exabgp/memory/objgraph.py %%PYTHON_SITELIBDIR%%/exabgp/memory/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/memory/gcdump.py %%PYTHON_SITELIBDIR%%/exabgp/memory/gcdump.pyc +%%PYTHON_SITELIBDIR%%/exabgp/memory/objgraph.py %%PYTHON_SITELIBDIR%%/exabgp/memory/objgraph.pyc %%PYTHON_SITELIBDIR%%/exabgp/memory/profiler.py %%PYTHON_SITELIBDIR%%/exabgp/memory/profiler.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/family.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/family.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/address.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/address.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/fragment.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/fragment.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/icmp.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/icmp.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/inet.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/inet.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/flags.py %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/flags.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/address.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/fragment.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/icmp.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/inet.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/protocol/family.pyc +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/flag.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp/flag.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/encoding.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/encoding.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/processes.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/api/processes.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/daemon.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/daemon.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/listener.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/listener.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/connection.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/connection.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/error.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/error.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/incoming.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/incoming.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/outgoing.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/outgoing.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/tcp.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/network/tcp.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/peer.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/peer.pyc +%%PYTHON_SITELIBDIR%%/exabgp/reactor/protocol.py +%%PYTHON_SITELIBDIR%%/exabgp/reactor/protocol.pyc %%PYTHON_SITELIBDIR%%/exabgp/rib/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/rib/delta.py -%%PYTHON_SITELIBDIR%%/exabgp/rib/table.py -%%PYTHON_SITELIBDIR%%/exabgp/rib/watchdog.py %%PYTHON_SITELIBDIR%%/exabgp/rib/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/rib/delta.pyc -%%PYTHON_SITELIBDIR%%/exabgp/rib/table.pyc -%%PYTHON_SITELIBDIR%%/exabgp/rib/watchdog.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/__init__.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/api.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/cache.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/configuration.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/daemon.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/environment.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/enumeration.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/enumeration.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/log.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/ordereddict.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/ordereddict.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/processes.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/supervisor.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/utils.py -%%PYTHON_SITELIBDIR%%/exabgp/structure/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/api.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/cache.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/configuration.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/daemon.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/environment.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/log.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/processes.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/supervisor.pyc -%%PYTHON_SITELIBDIR%%/exabgp/structure/utils.pyc +%%PYTHON_SITELIBDIR%%/exabgp/rib/change.py +%%PYTHON_SITELIBDIR%%/exabgp/rib/change.pyc +%%PYTHON_SITELIBDIR%%/exabgp/rib/store.py +%%PYTHON_SITELIBDIR%%/exabgp/rib/store.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/__init__.py +%%PYTHON_SITELIBDIR%%/exabgp/util/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/cache.py +%%PYTHON_SITELIBDIR%%/exabgp/util/cache.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/coroutine.py +%%PYTHON_SITELIBDIR%%/exabgp/util/coroutine.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/counter.py +%%PYTHON_SITELIBDIR%%/exabgp/util/counter.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/enumeration.py +%%PYTHON_SITELIBDIR%%/exabgp/util/enumeration.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/errstr.py +%%PYTHON_SITELIBDIR%%/exabgp/util/errstr.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/ip.py +%%PYTHON_SITELIBDIR%%/exabgp/util/ip.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/od.py +%%PYTHON_SITELIBDIR%%/exabgp/util/od.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/trace.py +%%PYTHON_SITELIBDIR%%/exabgp/util/trace.pyc +%%PYTHON_SITELIBDIR%%/exabgp/util/usage.py +%%PYTHON_SITELIBDIR%%/exabgp/util/usage.pyc %%PYTHON_SITELIBDIR%%/exabgp/version.py -%%PYTHON_SITELIBDIR%%/exabgp/__init__.pyc -%%PYTHON_SITELIBDIR%%/exabgp/debug.pyc %%PYTHON_SITELIBDIR%%/exabgp/version.pyc %%PYTHON_SITELIBDIR%%/netlink/__init__.py +%%PYTHON_SITELIBDIR%%/netlink/__init__.pyc %%PYTHON_SITELIBDIR%%/netlink/route.py +%%PYTHON_SITELIBDIR%%/netlink/route.pyc %%PYTHON_SITELIBDIR%%/netlink/test/get.py -%%PYTHON_SITELIBDIR%%/netlink/test/route.py %%PYTHON_SITELIBDIR%%/netlink/test/get.pyc +%%PYTHON_SITELIBDIR%%/netlink/test/route.py %%PYTHON_SITELIBDIR%%/netlink/test/route.pyc -%%PYTHON_SITELIBDIR%%/netlink/__init__.pyc -%%PYTHON_SITELIBDIR%%/netlink/route.pyc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quagga/ibgpd.conf.v46 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quagga/ibgpd.conf.v4.parse.large %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quagga/ibgpd.conf.v4.parse @@ -209,6 +245,7 @@ sbin/exabgp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/tcp-server %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/syslog-1.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/read-write.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/healthcheck.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/dynamic-1.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/dynamic-1.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp6-simple.txt @@ -224,6 +261,7 @@ sbin/exabgp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-multiple-process.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-label4.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-holdtime.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-healthcheck.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-group.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-group-updates.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-graceful.txt @@ -248,25 +286,29 @@ sbin/exabgp %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/exabgp %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cisco %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/netlink/test -@dirrm %%PYTHON_SITELIBDIR%%/netlink +@dirrmtry %%PYTHON_SITELIBDIR%%/netlink/test +@dirrmtry %%PYTHON_SITELIBDIR%%/netlink +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/util +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/rib +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/reactor/network +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/reactor/api +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/reactor @dirrm %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/tcp @dirrm %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip @dirrm %%PYTHON_SITELIBDIR%%/exabgp/protocol -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/memory +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/data +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/configuration +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/compatibility +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/bmp @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/nlri +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attributes +@dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update/attribute @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/update @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp/message -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/compatibility -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/configuration -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/data -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/memory -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/structure -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/rib @dirrm %%PYTHON_SITELIBDIR%%/exabgp/bgp -@dirrm %%PYTHON_SITELIBDIR%%/exabgp/bmp @dirrm %%PYTHON_SITELIBDIR%%/exabgp/application @dirrm %%PYTHON_SITELIBDIR%%/exabgp @dirrmtry etc/exabgp From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:24:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BA6DD93; Wed, 4 Sep 2013 03:24:07 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DED262522; Wed, 4 Sep 2013 03:24:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r843O6jJ037525; Wed, 4 Sep 2013 03:24:06 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r843O2g4037498; Wed, 4 Sep 2013 03:24:02 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040324.r843O2g4037498@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 03:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326244 - in head/net-mgmt: 2ping bigsister cnagios ifgraph iog ipv6gen nagios-geom nagiostat netmagis-common p5-GRNOC-TL1 p5-Nagios-Plugin p5-Net-IP-Match-Regexp p5-Net-Telnet-Cisco-IO... 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.14 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: Wed, 04 Sep 2013 03:24:07 -0000 Author: az Date: Wed Sep 4 03:24:02 2013 New Revision: 326244 URL: http://svnweb.freebsd.org/changeset/ports/326244 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/bigsister/Makefile (contents, props changed) head/net-mgmt/cnagios/Makefile head/net-mgmt/ifgraph/Makefile (contents, props changed) head/net-mgmt/iog/Makefile (contents, props changed) head/net-mgmt/ipv6gen/Makefile (contents, props changed) head/net-mgmt/nagios-geom/Makefile (contents, props changed) head/net-mgmt/nagiostat/Makefile head/net-mgmt/netmagis-common/Makefile head/net-mgmt/p5-GRNOC-TL1/Makefile head/net-mgmt/p5-Nagios-Plugin/Makefile head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-Xymon/Makefile (contents, props changed) head/net-mgmt/p5-Zenoss/Makefile (contents, props changed) head/net-mgmt/remarp/Makefile (contents, props changed) head/net-mgmt/routers2-extras/Makefile (contents, props changed) head/net-mgmt/torrus/Makefile (contents, props changed) Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/2ping/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 MAN8= 2ping.8 2ping6.8 Modified: head/net-mgmt/bigsister/Makefile ============================================================================== --- head/net-mgmt/bigsister/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/bigsister/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -23,7 +23,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net p5-URI>=0:${PORTSDIR}/net/p5-URI USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= ${PORTNAME} NO_BUILD= yes HAS_CONFIGURE= yes Modified: head/net-mgmt/cnagios/Makefile ============================================================================== --- head/net-mgmt/cnagios/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/cnagios/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR --with-var-dir="${NAGIOSDIR}" \ --with-status-file="${NAGIOSDIR}/status.dat" \ --with-nagios-data=3 -USE_PERL5= YES +USES= perl5 ALL_TARGET= cnagios MAN1= cnagios.1 Modified: head/net-mgmt/ifgraph/Makefile ============================================================================== --- head/net-mgmt/ifgraph/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/ifgraph/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databas p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP BUILD_DEPENDS:= ${RUN_DEPENDS} -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/net-mgmt/iog/Makefile ============================================================================== --- head/net-mgmt/iog/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/iog/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Graphs Byte Counts for switches/routers/etc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_SUB+= VERSION=${PORTVERSION} IOG_USER= iog IOG_GROUP= www Modified: head/net-mgmt/ipv6gen/Makefile ============================================================================== --- head/net-mgmt/ipv6gen/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/ipv6gen/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,8 @@ COMMENT= IPv6 prefix generator MAN1= ${PORTNAME}.1 NO_BUILD= -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} bin/check-overlap WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net-mgmt/nagios-geom/Makefile ============================================================================== --- head/net-mgmt/nagios-geom/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/nagios-geom/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -16,7 +16,7 @@ DISTNAME= check_geom-${PORTVERSION} MAINTAINER= rea@FreeBSD.org COMMENT= Nagios plug-in to get geom(8) components status -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PATCH_STRIP= -p1 Modified: head/net-mgmt/nagiostat/Makefile ============================================================================== --- head/net-mgmt/nagiostat/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/nagiostat/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,7 @@ COMMENT= Nagiostat parses performance-da RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ nagios:${PORTSDIR}/net-mgmt/nagios -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_WRKSUBDIR= yes NAGIOSDIR?= /var/spool/nagios Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/netmagis-common/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -45,7 +45,7 @@ RUN_DEPENDS+= rancid-run:${PORTSDIR}/net .endif .if ${PKGNAMESUFFIX} == -metro -USE_PERL5= yes +USES= perl5 RUN_DEPENDS+= p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ Modified: head/net-mgmt/p5-GRNOC-TL1/Makefile ============================================================================== --- head/net-mgmt/p5-GRNOC-TL1/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-GRNOC-TL1/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -15,6 +15,7 @@ BUILD_DEPENDS= p5-Date-Calc>0:${PORTSDIR p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net-mgmt/p5-Nagios-Plugin/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nagios::Plugin.3 \ Nagios::Plugin::Config.3 \ Modified: head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Efficiently match IP addresses against IP ranges via regexp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP::Match::Regexp.3 Modified: head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile ============================================================================== --- head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -18,7 +18,8 @@ COMMENT= Manage Cisco IOS Devices RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Cisco::IOS.3 Modified: head/net-mgmt/p5-SNMP-Info/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Info/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-SNMP-Info/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,8 @@ LICENSE= BSD LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \ SNMP::Info::IPv6.3 SNMP::Info::Layer2::CiscoSB.3 \ Modified: head/net-mgmt/p5-Xymon/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Xymon/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Xymon Base Module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon.3 Modified: head/net-mgmt/p5-Zenoss/Makefile ============================================================================== --- head/net-mgmt/p5-Zenoss/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Zenoss/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSD p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Zenoss.3 \ Zenoss::Connector.3 \ Modified: head/net-mgmt/remarp/Makefile ============================================================================== --- head/net-mgmt/remarp/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/remarp/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,7 @@ COMMENT= An SNMP-based ARP watcher RUN_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -USE_PERL5= YES +USES= perl5 NO_BUILD= YES REMARP_SPOOL= /var/spool/remarp Modified: head/net-mgmt/routers2-extras/Makefile ============================================================================== --- head/net-mgmt/routers2-extras/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/routers2-extras/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/r WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras -USE_PERL5= YES +USES= perl5 NO_BUILD= YES Modified: head/net-mgmt/torrus/Makefile ============================================================================== --- head/net-mgmt/torrus/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/torrus/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -25,7 +25,8 @@ BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/da RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= libxml2 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= YES USERS= torrus From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:27:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id CD4A5F0D; Wed, 4 Sep 2013 03:27:35 +0000 (UTC) Date: Wed, 4 Sep 2013 03:27:35 +0000 From: Alexey Dokuchaev To: Mark Felder Subject: Re: svn commit: r326240 - in head/sysutils/monit: . files Message-ID: <20130904032735.GB71557@FreeBSD.org> References: <201309040115.r841FjYT062091@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309040115.r841FjYT062091@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 03:27:35 -0000 On Wed, Sep 04, 2013 at 01:15:45AM +0000, Mark Felder wrote: > New Revision: 326240 > URL: http://svnweb.freebsd.org/changeset/ports/326240 > > [...] > > -MAN1= monit.1 > +MAN1= monit.1 It was indented correctly, why move it one stop closer? Now knob values do not align. Sometimes, esp. for long MANx lists one-stop indentation is OK, as it increases line capacity, which pays off for many lines (like, around ten or something), but for single or couple lines MANx, normal indentation should be used. > -USES= bison > +USES= bison Ditto. Not just it pessimizes indentation instead of improving it; it is what usually called "gratuitous change". Gratuitous changes might seem harmless, yet they decrease STN ratio, and, most importantly, make it hard to "svn blame" and perform other archaeology. > USE_GMAKE= yes You could have converted USE_GMAKE to USES while here. > -DOCS= CHANGES COPYING README > -PORTDOCS= ${DOCS:T} > +PORTDOCS= CHANGES COPYING README License files (COPYING) should not be installed as part of PORTDOCS, it's better to use LICENSE knob for these things. > -.if empty(PORT_OPTIONS:MSSL) > +.if ! ${PORT_OPTIONS:MSSL} > CONFIGURE_ARGS+= --without-ssl > .endif We recently got few nice helpers for simple OPTIONS handling. For example, these three lines could be turned into just one: SSL_CONFIGURE_OFF= --without-ssl Or, if configure script supports --with-ssl, you can use SSL_CONFIGURE_WITH= ssl (--with-/--without- would be added automatically). > -.if !defined(NOPORTDOCS) > - ${MKDIR} ${DOCSDIR} > - cd ${WRKSRC} && ${INSTALL} -m 644 ${DOCS} ${DOCSDIR}/ > +.if ${PORT_OPTIONS:MDOCS} > + ${INSTALL} -d ${DOCSDIR} Please use MKDIR instead of INSTALL -d. MKDIR is a much more readable and common. (How often do you see people creating directories with install?) > + cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${DOCSDIR} Any reason not to use INSTALL_DATA (and drop -m 644)? You could have also avoided cd'ing and make ${INSTALL} $cwd-agnostic by using this simple trick: ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} It's quite common around the tree, and it's concise yet perfectly readable. There are other bugs in this ports's Makefile (poorly sorted knobs, lack of padding around @${CAT} ${PKGMESSAGE}) and pkg-descr (whitespace at EOL, badly spelled abbreviations). ./danfe From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:27:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 43730FCE; Wed, 4 Sep 2013 03:27:42 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2473F2548; Wed, 4 Sep 2013 03:27:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r843RgW6039248; Wed, 4 Sep 2013 03:27:42 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r843Rccl039220; Wed, 4 Sep 2013 03:27:38 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040327.r843Rccl039220@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 03:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326245 - in head/net-mgmt: aspathtree check_mysql_health flowviewer ipcalc nagios-check_mysql_slave nagios-check_netsnmp nagiosgraph nsca nsca27 p5-AnyEvent-SNMP p5-FusionInventory-Age... 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.14 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: Wed, 04 Sep 2013 03:27:42 -0000 Author: az Date: Wed Sep 4 03:27:37 2013 New Revision: 326245 URL: http://svnweb.freebsd.org/changeset/ports/326245 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net-mgmt/aspathtree/Makefile head/net-mgmt/check_mysql_health/Makefile (contents, props changed) head/net-mgmt/flowviewer/Makefile (contents, props changed) head/net-mgmt/ipcalc/Makefile (contents, props changed) head/net-mgmt/nagios-check_mysql_slave/Makefile (contents, props changed) head/net-mgmt/nagios-check_netsnmp/Makefile (contents, props changed) head/net-mgmt/nagiosgraph/Makefile (contents, props changed) head/net-mgmt/nsca/Makefile (contents, props changed) head/net-mgmt/nsca27/Makefile (contents, props changed) head/net-mgmt/p5-AnyEvent-SNMP/Makefile (contents, props changed) head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile (contents, props changed) head/net-mgmt/p5-Net-CIDR/Makefile head/net-mgmt/p5-Net-IPAddress/Makefile head/net-mgmt/p5-Net-SNMP-Util/Makefile (contents, props changed) head/net-mgmt/p5-Telnet-Cisco/Makefile (contents, props changed) head/net-mgmt/p5-Xymon-Client/Makefile (contents, props changed) head/net-mgmt/p5-jmx4perl/Makefile head/net-mgmt/routers2/Makefile (contents, props changed) Modified: head/net-mgmt/aspathtree/Makefile ============================================================================== --- head/net-mgmt/aspathtree/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/aspathtree/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/ASpath-tree-v${PORTV RESTRICTED= not redistributable, license agreement required NO_BUILD= yes -USE_PERL5= yes +USES= perl5 SCRIPTS_ENV+= PERL5=${PERL5} SUB_FILES= pkg-message CONFIG_FILES= ASpath-tree.config Modified: head/net-mgmt/check_mysql_health/Makefile ============================================================================== --- head/net-mgmt/check_mysql_health/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/check_mysql_health/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-statefiles-dir=${ --libexecdir=${PREFIX}/libexec/nagios \ --with-perl=${PERL} -USE_PERL5= yes +USES= perl5 NAGIOSUSER?= nagios NAGIOSGROUP?= nagios Modified: head/net-mgmt/flowviewer/Makefile ============================================================================== --- head/net-mgmt/flowviewer/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/flowviewer/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -29,7 +29,7 @@ SUB_LIST+= "FLOWVIEWERDIR=${FLOWVIEWERDI "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PORTDOCS= README Modified: head/net-mgmt/ipcalc/Makefile ============================================================================== --- head/net-mgmt/ipcalc/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/ipcalc/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -16,7 +16,7 @@ COMMENT= IP Calculator PLIST_FILES= bin/ipcalc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/net-mgmt/nagios-check_mysql_slave/Makefile ============================================================================== --- head/net-mgmt/nagios-check_mysql_slave/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/nagios-check_mysql_slave/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-DBI>=1.60.7:${PORTSDIR}/ PORTSCOUT= ignore:1 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run DOC_FILES= check_mysql_slave.html check_mysql_slave.pod do-install: Modified: head/net-mgmt/nagios-check_netsnmp/Makefile ============================================================================== --- head/net-mgmt/nagios-check_netsnmp/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/nagios-check_netsnmp/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -18,7 +18,8 @@ COMMENT= Nagios plug-in to get some comm RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= libexec/nagios/check_netsnmp %%DOCSDIR%%/check_netsnmp.html PLIST_DIRS= %%DOCSDIR%% Modified: head/net-mgmt/nagiosgraph/Makefile ============================================================================== --- head/net-mgmt/nagiosgraph/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/nagiosgraph/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -17,7 +17,8 @@ COMMENT= Generate rrdtool\'s graphs by p RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ rrdtool>=0:${PORTSDIR}/databases/rrdtool -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PORTDOCS= AUTHORS CHANGELOG INSTALL README TODO Modified: head/net-mgmt/nsca/Makefile ============================================================================== --- head/net-mgmt/nsca/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/nsca/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -30,7 +30,7 @@ CONFLICTS= nsca-client-2.7.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} Modified: head/net-mgmt/nsca27/Makefile ============================================================================== --- head/net-mgmt/nsca27/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/nsca27/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -30,7 +30,7 @@ CONFLICTS= nsca-client-2.9.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} Modified: head/net-mgmt/p5-AnyEvent-SNMP/Makefile ============================================================================== --- head/net-mgmt/p5-AnyEvent-SNMP/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-AnyEvent-SNMP/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-AnyEvent>=5.23:${PORTSDI p5-common-sense>=3.4:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::SNMP.3 Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-FusionInventory-Agent> p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Nagios plugin to observe LDAP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ Modified: head/net-mgmt/p5-Net-CIDR/Makefile ============================================================================== --- head/net-mgmt/p5-Net-CIDR/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Net-CIDR/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CIDR.3 Modified: head/net-mgmt/p5-Net-IPAddress/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IPAddress/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Net-IPAddress/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IPAddress.3 Modified: head/net-mgmt/p5-Net-SNMP-Util/Makefile ============================================================================== --- head/net-mgmt/p5-Net-SNMP-Util/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Net-SNMP-Util/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -18,7 +18,8 @@ COMMENT= Utility functions for Net::SNMP RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3 Modified: head/net-mgmt/p5-Telnet-Cisco/Makefile ============================================================================== --- head/net-mgmt/p5-Telnet-Cisco/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Telnet-Cisco/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -18,7 +18,8 @@ COMMENT= Perl5 module to telnet to Cisco RUN_DEPENDS= p5-Net-Telnet>=3.02:${PORTSDIR}/net/p5-Net-Telnet \ p5-Term-ReadKey>=2:${PORTSDIR}/devel/p5-Term-ReadKey -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Cisco.3 Modified: head/net-mgmt/p5-Xymon-Client/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon-Client/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-Xymon-Client/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Interface to xymon/hobbit client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon::Client.3 Modified: head/net-mgmt/p5-jmx4perl/Makefile ============================================================================== --- head/net-mgmt/p5-jmx4perl/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/p5-jmx4perl/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -38,7 +38,8 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDI p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1 = cacti_jmx4perl.1 \ check_jmx4perl.1 \ Modified: head/net-mgmt/routers2/Makefile ============================================================================== --- head/net-mgmt/routers2/Makefile Wed Sep 4 03:24:02 2013 (r326244) +++ head/net-mgmt/routers2/Makefile Wed Sep 4 03:27:37 2013 (r326245) @@ -28,7 +28,7 @@ RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSD WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} -USE_PERL5= YES +USES= perl5 NO_BUILD= YES From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:30:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C23791C7; Wed, 4 Sep 2013 03:30:30 +0000 (UTC) Date: Wed, 4 Sep 2013 03:30:30 +0000 From: Alexey Dokuchaev To: Stephen Montgomery-Smith Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg Message-ID: <20130904033030.GC71557@FreeBSD.org> References: <201309040138.r841cHYC074414@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309040138.r841cHYC074414@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 03:30:30 -0000 On Wed, Sep 04, 2013 at 01:38:17AM +0000, Stephen Montgomery-Smith wrote: > New Revision: 326241 > URL: http://svnweb.freebsd.org/changeset/ports/326241 > > Log: > - Set make_jobs_unsafe, otherwise patches can get applied out of order. Do you see any better solution to this? Maybe force the order somehow? MAKE_JOBS_UNSAFE should be used as a last resort, when problem cannot be easily fixed. ./danfe (dreaming of 100% jobs-safe ports tree :) From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 04:53:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B55A5F17; Wed, 4 Sep 2013 04:53:08 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ACA62B8D; Wed, 4 Sep 2013 04:53:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r844r8Iv088344; Wed, 4 Sep 2013 04:53:08 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r844r8U7088339; Wed, 4 Sep 2013 04:53:08 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309040453.r844r8U7088339@svn.freebsd.org> From: Jason Helfman Date: Wed, 4 Sep 2013 04:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326246 - head/www/flickcurl 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.14 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: Wed, 04 Sep 2013 04:53:08 -0000 Author: jgh Date: Wed Sep 4 04:53:07 2013 New Revision: 326246 URL: http://svnweb.freebsd.org/changeset/ports/326246 Log: - update to 1.25 - pass maintainership to submitter - convert to new lib_depends format and adopt new options helpers PR: 181766 (based on) Submitted by: danilogondolfo@gmail.com Modified: head/www/flickcurl/Makefile head/www/flickcurl/distinfo Modified: head/www/flickcurl/Makefile ============================================================================== --- head/www/flickcurl/Makefile Wed Sep 4 03:27:37 2013 (r326245) +++ head/www/flickcurl/Makefile Wed Sep 4 04:53:07 2013 (r326246) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= flickcurl -PORTVERSION= 1.24 -PORTREVISION= 1 +PORTVERSION= 1.25 CATEGORIES= www MASTER_SITES= http://download.dajobe.org/flickcurl/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= C library for the Flickr API LICENSE= AL2 GPLv2 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl OPTIONS_DEFINE= RAPTOR DOCS +OPTIONS_RADIO= WEBSERVICE +OPTIONS_RADIO_WEBSERVICE= OFFLINE CAPTURE OPTIONS_DEFAULT=RAPTOR RAPTOR_DESC= Use Raptor to serialize to triples +OFFLINE_DESC= Offline use of captured XML web service responses +CAPTURE_DESC= Capturing web service responses USES= pathfix pkgconfig USE_GNOME= ltverhack libxml2 @@ -27,14 +30,15 @@ USE_LDCONFIG= yes MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1 -.include +OFFLINE_CONFIGURE_ON= --enable-offline +OFFLINE_CONFIGURE_OFF= offline=no +CAPTURE_CONFIGURE_ON= --enable-capture +CAPTURE_CONFIGURE_OFF= capture=no +RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 +RAPTOR_CONFIGURE_ON= --with-raptor=2 +RAPTOR_CONFIGURE_OFF= --with-raptor=no -.if ${PORT_OPTIONS:MRAPTOR} -LIB_DEPENDS+= raptor2:${PORTSDIR}/textproc/raptor2 -CONFIGURE_ARGS+=--with-raptor=2 -.else -CONFIGURE_ARGS+=--with-raptor=no -.endif +.include post-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/www/flickcurl/distinfo ============================================================================== --- head/www/flickcurl/distinfo Wed Sep 4 03:27:37 2013 (r326245) +++ head/www/flickcurl/distinfo Wed Sep 4 04:53:07 2013 (r326246) @@ -1,2 +1,2 @@ -SHA256 (flickcurl-1.24.tar.gz) = 61f1a908ae2342490218dd9b435fc408bc5d22ce5f046c7cf9f742cab68502a8 -SIZE (flickcurl-1.24.tar.gz) = 1852406 +SHA256 (flickcurl-1.25.tar.gz) = 4ce95b659da2ea790b7244baa441d59eef1db794778491f6d709b784517d560b +SIZE (flickcurl-1.25.tar.gz) = 1856658 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 05:52:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1348F2CF; Wed, 4 Sep 2013 05:52:09 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E688D21B9; Wed, 4 Sep 2013 05:52:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r845q8Xp022477; Wed, 4 Sep 2013 05:52:08 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r845q4fW022371; Wed, 4 Sep 2013 05:52:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040552.r845q4fW022371@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 05:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326248 - in head: mail/maildirsync mail/mailgraph mail/p5-Mail-Cache mail/p5-Mail-Ezmlm mail/p5-Mail-IMAPTalk-MailCache mail/p5-Mail-Spool mail/p5-Mail-Verp mail/p5-Net-SMTP-TLS mail/p... 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.14 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: Wed, 04 Sep 2013 05:52:09 -0000 Author: az Date: Wed Sep 4 05:52:04 2013 New Revision: 326248 URL: http://svnweb.freebsd.org/changeset/ports/326248 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/maildirsync/Makefile (contents, props changed) head/mail/mailgraph/Makefile (contents, props changed) head/mail/p5-Mail-Cache/Makefile (contents, props changed) head/mail/p5-Mail-Ezmlm/Makefile (contents, props changed) head/mail/p5-Mail-IMAPTalk-MailCache/Makefile (contents, props changed) head/mail/p5-Mail-Spool/Makefile (contents, props changed) head/mail/p5-Mail-Verp/Makefile (contents, props changed) head/mail/p5-Net-SMTP-TLS/Makefile (contents, props changed) head/mail/pronto/Makefile (contents, props changed) head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile (contents, props changed) head/net-mgmt/mrtg-ping-probe/Makefile (contents, props changed) head/net-mgmt/nagios-silfreed-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-snmp-plugins-extras/Makefile (contents, props changed) head/net-mgmt/nagios-spamd-plugin/Makefile (contents, props changed) head/net-mgmt/p5-Nagios-Object/Makefile (contents, props changed) head/net-mgmt/p5-Net-NSCA-Client/Makefile head/net-mgmt/p5-NetApp/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile (contents, props changed) head/net-mgmt/p5-Xymon-Server/Makefile (contents, props changed) Modified: head/mail/maildirsync/Makefile ============================================================================== --- head/mail/maildirsync/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/maildirsync/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -13,7 +13,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= 5u623l20@gmail.com COMMENT= Online synchronizer for Maildir-format mailboxes -USE_PERL5= yes +USES= perl5 MAN1= maildirsync.1 Modified: head/mail/mailgraph/Makefile ============================================================================== --- head/mail/mailgraph/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/mailgraph/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/mailgraph Modified: head/mail/p5-Mail-Cache/Makefile ============================================================================== --- head/mail/p5-Mail-Cache/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Mail-Cache/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -18,7 +18,8 @@ COMMENT= Caches mail information BUILD_DEPENDS= p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \ p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Cache.3 Modified: head/mail/p5-Mail-Ezmlm/Makefile ============================================================================== --- head/mail/p5-Mail-Ezmlm/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Mail-Ezmlm/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} EZMLM_DIR?= ${LOCALBASE} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .if defined(PACKAGE_BUILDING) CONFIGURE_ENV= BSD_BATCH_INSTALL=yes Modified: head/mail/p5-Mail-IMAPTalk-MailCache/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPTalk-MailCache/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Mail-IMAPTalk-MailCache/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -18,7 +18,8 @@ COMMENT= Caches mail information for Mai BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \ p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::IMAPTalk::MailCache.3 Modified: head/mail/p5-Mail-Spool/Makefile ============================================================================== --- head/mail/p5-Mail-Spool/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Mail-Spool/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-NFSLock>=0:${PORT p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3 Modified: head/mail/p5-Mail-Verp/Makefile ============================================================================== --- head/mail/p5-Mail-Verp/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Mail-Verp/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Verp.3 Modified: head/mail/p5-Net-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-TLS/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/p5-Net-SMTP-TLS/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDI p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SMTP::TLS.3 Modified: head/mail/pronto/Makefile ============================================================================== --- head/mail/pronto/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/pronto/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -31,7 +31,7 @@ BUILD_DEPENDS+= p5-Mysql>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -11,7 +11,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Lets define folders to be displayed at the top of the folders list USE_SM_COMPAT= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} Modified: head/net-mgmt/mrtg-ping-probe/Makefile ============================================================================== --- head/net-mgmt/mrtg-ping-probe/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/mrtg-ping-probe/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mrtg:${POR FETCH_BEFORE_ARGS= -p # MASTER_SITE needs PASSIVE FTP. -USE_PERL5= YES +USES= perl5 MAN1= ${PORTNAME}.1 Modified: head/net-mgmt/nagios-silfreed-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-silfreed-plugins/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/nagios-silfreed-plugins/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -33,7 +33,7 @@ RUN_DEPENDS+= \ ${LOCALBASE}/bin/expect:${PORTSDIR}/lang/expect .endif -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NAGIOS_PLUGIN_DIR= ${PREFIX}/libexec/nagios Modified: head/net-mgmt/nagios-snmp-plugins-extras/Makefile ============================================================================== --- head/net-mgmt/nagios-snmp-plugins-extras/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/nagios-snmp-plugins-extras/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -15,7 +15,8 @@ MAINTAINER= alexey@renatasystems.org COMMENT= A set of Nagios plugins written in Perl to check devices with SNMP NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins Modified: head/net-mgmt/nagios-spamd-plugin/Makefile ============================================================================== --- head/net-mgmt/nagios-spamd-plugin/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/nagios-spamd-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -17,7 +17,7 @@ COMMENT= Nagios plugin for checking Spam RUN_DEPENDS+= ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_spamd.pl Modified: head/net-mgmt/p5-Nagios-Object/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Object/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/p5-Nagios-Object/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Test-Exception>=0.31:$ p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= parse.pl.1 \ config_status_demo.pl.1 \ Modified: head/net-mgmt/p5-Net-NSCA-Client/Makefile ============================================================================== --- head/net-mgmt/p5-Net-NSCA-Client/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/p5-Net-NSCA-Client/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -40,7 +40,8 @@ TEST_DEPENDS= p5-Test-Class>=0.37:${PORT p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=1.17:${PORTSDIR}/devel/p5-Test-TCP -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::NSCA::Client.3 \ Net::NSCA::Client::DataPacket.3 \ Modified: head/net-mgmt/p5-NetApp/Makefile ============================================================================== --- head/net-mgmt/p5-NetApp/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/p5-NetApp/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -26,7 +26,8 @@ RUN_DEPENDS= p5-IPC-Cmd>=0:${PORTSDIR}/d p5-Clone>=0:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= NetApp::Aggregate.3 \ NetApp::Aggregate::Plex.3 \ Modified: head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -16,7 +16,8 @@ COMMENT= A Perl MIB compiler supporting BUILD_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::MIB::Compiler.3 \ Bundle::SNMP::MIB::Compiler.3 Modified: head/net-mgmt/p5-Xymon-Server/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon-Server/Makefile Wed Sep 4 05:50:40 2013 (r326247) +++ head/net-mgmt/p5-Xymon-Server/Makefile Wed Sep 4 05:52:04 2013 (r326248) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Xymon Server Interface -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon::Server.3 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:07:03 2013 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 ESMTP id B741A9F1; Wed, 4 Sep 2013 06:07:03 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96649237D; Wed, 4 Sep 2013 06:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84673l3030595; Wed, 4 Sep 2013 06:07:03 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8466xlW030521; Wed, 4 Sep 2013 06:06:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040606.r8466xlW030521@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 06:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326249 - in head/mail: amavis-logwatch dkimproxy exipick getlive ovs p5-IMAP-Sieve p5-MIME-AltWords p5-MIME-Lite-HTML p5-Mail-CheckUser p5-Mail-Folder p5-Mail-SendEasy p5-Net-QMTP p5-N... 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.14 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: Wed, 04 Sep 2013 06:07:03 -0000 Author: az Date: Wed Sep 4 06:06:59 2013 New Revision: 326249 URL: http://svnweb.freebsd.org/changeset/ports/326249 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/amavis-logwatch/Makefile (contents, props changed) head/mail/dkimproxy/Makefile (contents, props changed) head/mail/exipick/Makefile (contents, props changed) head/mail/getlive/Makefile head/mail/ovs/Makefile (contents, props changed) head/mail/p5-IMAP-Sieve/Makefile (contents, props changed) head/mail/p5-MIME-AltWords/Makefile (contents, props changed) head/mail/p5-MIME-Lite-HTML/Makefile (contents, props changed) head/mail/p5-Mail-CheckUser/Makefile (contents, props changed) head/mail/p5-Mail-Folder/Makefile (contents, props changed) head/mail/p5-Mail-SendEasy/Makefile (contents, props changed) head/mail/p5-Net-QMTP/Makefile (contents, props changed) head/mail/p5-Net-Server-Mail/Makefile head/mail/pflogstats/Makefile (contents, props changed) head/mail/squirrelmail-compatibility-plugin/Makefile (contents, props changed) head/mail/squirrelmail-spam-buttons-plugin/Makefile (contents, props changed) head/mail/squirrelmail-tmda-plugin/Makefile (contents, props changed) head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile (contents, props changed) head/mail/t-prot/Makefile (contents, props changed) Modified: head/mail/amavis-logwatch/Makefile ============================================================================== --- head/mail/amavis-logwatch/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/amavis-logwatch/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -22,7 +22,8 @@ PORTEXAMPLES= ${PORTNAME}.conf MAN1= ${PORTNAME}.1 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes post-patch: Modified: head/mail/dkimproxy/Makefile ============================================================================== --- head/mail/dkimproxy/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/dkimproxy/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Mail-DKIM>=0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= dkimproxy_in dkimproxy_out DKIMPROXYUSER= dkimproxy Modified: head/mail/exipick/Makefile ============================================================================== --- head/mail/exipick/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/exipick/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -17,7 +17,8 @@ COMMENT= Display messages from Exim queu PLIST_FILES= bin/${PORTNAME} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-extract: @${RM} -rf ${WRKDIR} Modified: head/mail/getlive/Makefile ============================================================================== --- head/mail/getlive/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/getlive/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -21,7 +21,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-URI>=0:${PORTSDIR}/net/p5-URI NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/getlive etc/getlive.conf.sample PORTDOCS= ChangeLog License Manual Modified: head/mail/ovs/Makefile ============================================================================== --- head/mail/ovs/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/ovs/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -18,7 +18,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/ovs Modified: head/mail/p5-IMAP-Sieve/Makefile ============================================================================== --- head/mail/p5-IMAP-Sieve/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-IMAP-Sieve/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTS WRKSRC= ${WRKDIR}/${PERLSIEVENAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PERLSIEVENAME= perlsieve-${PORTVERSION} PERLSIEVESUFX= b Modified: head/mail/p5-MIME-AltWords/Makefile ============================================================================== --- head/mail/p5-MIME-AltWords/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-MIME-AltWords/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dliakh@ukr.net COMMENT= Perl module for encoding and decoding MIME words -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MIME::AltWords.3 \ MIME::AltWords0.3 Modified: head/mail/p5-MIME-Lite-HTML/Makefile ============================================================================== --- head/mail/p5-MIME-Lite-HTML/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-MIME-Lite-HTML/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDI p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MIME::Lite::HTML.3 Modified: head/mail/p5-Mail-CheckUser/Makefile ============================================================================== --- head/mail/p5-Mail-CheckUser/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-Mail-CheckUser/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -18,7 +18,8 @@ COMMENT= Perl module to check email addr BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cufilter.1 MAN3= Mail::CheckUser.3 Modified: head/mail/p5-Mail-Folder/Makefile ============================================================================== --- head/mail/p5-Mail-Folder/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-Mail-Folder/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSD p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Mail::Folder.3 Mail::Folder::Emaul.3 Mail::Folder::Mbox.3 \ Mail::Folder::NNTP.3 Mail::Folder::Maildir.3 Modified: head/mail/p5-Mail-SendEasy/Makefile ============================================================================== --- head/mail/p5-Mail-SendEasy/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-Mail-SendEasy/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Send plain/html e-mails through SMTP servers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::SendEasy.3 Mail::SendEasy::AUTH.3 \ Mail::SendEasy::SMTP.3 Modified: head/mail/p5-Net-QMTP/Makefile ============================================================================== --- head/mail/p5-Net-QMTP/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-Net-QMTP/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -17,7 +17,8 @@ COMMENT= Perl module to provide a Quick BUILD_DEPENDS= p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring RUN_DEPENDS= p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::QMTP.3 Modified: head/mail/p5-Net-Server-Mail/Makefile ============================================================================== --- head/mail/p5-Net-Server-Mail/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/p5-Net-Server-Mail/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Implementation of SMTP, ESMTP, and LMTP protocols -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::Mail.3 \ Net::Server::Mail::ESMTP.3 \ Modified: head/mail/pflogstats/Makefile ============================================================================== --- head/mail/pflogstats/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/pflogstats/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR} p5-XML-Dumper>=0:${PORTSDIR}/textproc/p5-XML-Dumper NO_BUILD= yes -USE_PERL5= yes +USES= perl5 SITE_PERL_INST= ${SITE_PERL:S/${LOCALBASE}/${PREFIX}/} post-patch: Modified: head/mail/squirrelmail-compatibility-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-compatibility-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/squirrelmail-compatibility-plugin/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -13,7 +13,8 @@ DIST_SUBDIR= squirrelmail MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run CONFLICTS= squirrelmail-compatibility-plugin-1.* Modified: head/mail/squirrelmail-spam-buttons-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-spam-buttons-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/squirrelmail-spam-buttons-plugin/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -10,7 +10,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Provides buttons with customizable action (for reporting spam, etc.) USE_SM_COMPAT= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} Modified: head/mail/squirrelmail-tmda-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-tmda-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/squirrelmail-tmda-plugin/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -19,7 +19,7 @@ COMMENT= Adds TMDA support to SquirrelMa RUN_DEPENDS= tmda-filter:${PORTSDIR}/mail/tmda \ ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail -USE_PERL5= yes +USES= perl5 NO_BUILD= yes SQUIRREL_PLUGIN_NAME= tmdatools Modified: head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -11,7 +11,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Determines what unsafe (web) images will be shown USE_SM_COMPAT= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} Modified: head/mail/t-prot/Makefile ============================================================================== --- head/mail/t-prot/Makefile Wed Sep 4 05:52:04 2013 (r326248) +++ head/mail/t-prot/Makefile Wed Sep 4 06:06:59 2013 (r326249) @@ -17,7 +17,7 @@ COMMENT= TOFU Protection - Display Filte RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= t-prot.1 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:12:10 2013 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 ESMTP id 6FEDBDFD; Wed, 4 Sep 2013 06:12:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DBBA243C; Wed, 4 Sep 2013 06:12:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r846CAlv034574; Wed, 4 Sep 2013 06:12:10 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r846C9ng034571; Wed, 4 Sep 2013 06:12:09 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309040612.r846C9ng034571@svn.freebsd.org> From: Hiroki Sato Date: Wed, 4 Sep 2013 06:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326250 - in head/net/packetdrill: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 06:12:10 -0000 Author: hrs Date: Wed Sep 4 06:12:09 2013 New Revision: 326250 URL: http://svnweb.freebsd.org/changeset/ports/326250 Log: Fix build on 10.0 and 8.X. Reported by: Lars Eggert, pkg-fallout Added: head/net/packetdrill/files/patch-symbols_freebsd.c (contents, props changed) Modified: head/net/packetdrill/Makefile head/net/packetdrill/files/patch-platforms.h Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Wed Sep 4 06:06:59 2013 (r326249) +++ head/net/packetdrill/Makefile Wed Sep 4 06:12:09 2013 (r326250) @@ -22,6 +22,17 @@ OPTIONS_DEFAULT=DOCS EXAMPLES .include +do-configure: + ${PRINTF} "%s\n" "#include " "int main(void) {" \ + "char *p = fmemopen; char *q = open_memstream; return 0; }" \ + > ${WRKDIR}/configure.c + ${TOUCH} ${WRKSRC}/ports_config.h + cd ${WRKDIR} && \ + if ${CC} -o /dev/null configure.c > /dev/null 2>&1; then \ + ${PRINTF} "%s\n" "#define HAVE_FMEMOPEN 1" \ + "#define HAVE_OPEN_MEMSTREAM 1" > ${WRKSRC}/ports_config.h; \ + fi + pre-build: ${INSTALL_DATA} ${FILESDIR}/Makefile ${FILESDIR}/Makefile.inc ${WRKSRC} .for F in libpd packetdrill checksum_test packet_parser_test packet_to_string_test Modified: head/net/packetdrill/files/patch-platforms.h ============================================================================== --- head/net/packetdrill/files/patch-platforms.h Wed Sep 4 06:06:59 2013 (r326249) +++ head/net/packetdrill/files/patch-platforms.h Wed Sep 4 06:12:09 2013 (r326250) @@ -1,18 +1,18 @@ ---- platforms.h.orig 2013-07-24 19:55:39.000000000 +0900 -+++ platforms.h 2013-07-24 19:56:36.000000000 +0900 -@@ -43,11 +43,15 @@ +--- platforms.h.orig 2013-07-21 04:53:41.000000000 +0900 ++++ platforms.h 2013-09-04 10:34:56.000000000 +0900 +@@ -43,12 +43,14 @@ #if defined(__FreeBSD__) -+#include ++#include #define USE_LIBPCAP 1 - #define TUN_PATH "/dev/tun0" +-#define TUN_PATH "/dev/tun0" ++#define TUN_PATH _PATH_DEV "tun0" #define TUN_DEV "tun0" #define HAVE_TCP_INFO 1 -+#if __FreeBSD_version > 1000028 -+#define HAVE_FMEMOPEN 1 -+#endif ++#include "ports_config.h" #include "open_memstream.h" #include "fmemopen.h" + Added: head/net/packetdrill/files/patch-symbols_freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/packetdrill/files/patch-symbols_freebsd.c Wed Sep 4 06:12:09 2013 (r326250) @@ -0,0 +1,22 @@ +--- symbols_freebsd.c.orig 2013-09-04 15:08:25.000000000 +0900 ++++ symbols_freebsd.c 2013-09-04 15:08:28.000000000 +0900 +@@ -76,7 +76,9 @@ + { SO_LISTENQLEN, "SO_LISTENQLEN" }, + { SO_LISTENINCQLEN, "SO_LISTENINCQLEN" }, + { SO_SETFIB, "SO_SETFIB" }, ++#ifdef SO_USER_COOKIE + { SO_USER_COOKIE, "SO_USER_COOKIE" }, ++#endif + + /* /usr/include/netinet/tcp.h */ + { TCP_NODELAY, "TCP_NODELAY" }, +@@ -296,7 +298,9 @@ + { ENOLINK, "ENOLINK" }, + { EPROTO, "EPROTO" }, + { ENOTCAPABLE, "ENOTCAPABLE" }, ++#ifdef ECAPMODE + { ECAPMODE, "ECAPMODE" }, ++#endif + + }; + From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:20:40 2013 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 ESMTP id 1B7182FB; Wed, 4 Sep 2013 06:20:40 +0000 (UTC) (envelope-from martymac@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09F7C2548; Wed, 4 Sep 2013 06:20:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r846Kdcd038334; Wed, 4 Sep 2013 06:20:39 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r846KdUl038329; Wed, 4 Sep 2013 06:20:39 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309040620.r846KdUl038329@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 4 Sep 2013 06:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326251 - head/ftp/lftp 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.14 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: Wed, 04 Sep 2013 06:20:40 -0000 Author: martymac Date: Wed Sep 4 06:20:39 2013 New Revision: 326251 URL: http://svnweb.freebsd.org/changeset/ports/326251 Log: Update to 4.4.9 Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Wed Sep 4 06:12:09 2013 (r326250) +++ head/ftp/lftp/Makefile Wed Sep 4 06:20:39 2013 (r326251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.4.7 +PORTVERSION= 4.4.9 CATEGORIES= ftp ipv6 MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ http://ftp.yars.free.net/pub/source/lftp/old/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Wed Sep 4 06:12:09 2013 (r326250) +++ head/ftp/lftp/distinfo Wed Sep 4 06:20:39 2013 (r326251) @@ -1,2 +1,2 @@ -SHA256 (lftp-4.4.7.tar.gz) = 96a67a7a363a645b19ee0f3fdc37db745cca6c2a4d99f1d7c63a9225801e24bc -SIZE (lftp-4.4.7.tar.gz) = 2493031 +SHA256 (lftp-4.4.9.tar.gz) = ffd618986e8fd8c5604c5645f912f7eb0ff66cdf76e84986cad47620bb5d7616 +SIZE (lftp-4.4.9.tar.gz) = 2512561 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:39:11 2013 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 ESMTP id 7CA0CD69; Wed, 4 Sep 2013 06:39:11 +0000 (UTC) (envelope-from martymac@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 698DE2778; Wed, 4 Sep 2013 06:39:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r846dBSl048654; Wed, 4 Sep 2013 06:39:11 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r846dAZ0048649; Wed, 4 Sep 2013 06:39:10 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309040639.r846dAZ0048649@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 4 Sep 2013 06:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326252 - in head/sysutils: . brebis 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.14 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: Wed, 04 Sep 2013 06:39:11 -0000 Author: martymac Date: Wed Sep 4 06:39:10 2013 New Revision: 326252 URL: http://svnweb.freebsd.org/changeset/ports/326252 Log: Add brebis, a fully automated backup checker Added: head/sysutils/brebis/ head/sysutils/brebis/Makefile (contents, props changed) head/sysutils/brebis/distinfo (contents, props changed) head/sysutils/brebis/pkg-descr (contents, props changed) head/sysutils/brebis/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Sep 4 06:20:39 2013 (r326251) +++ head/sysutils/Makefile Wed Sep 4 06:39:10 2013 (r326252) @@ -77,6 +77,7 @@ SUBDIR += boxbackup SUBDIR += boxbackup-devel SUBDIR += brasero + SUBDIR += brebis SUBDIR += bsd-splash-changer SUBDIR += bsdadminscripts SUBDIR += bsdconfig Added: head/sysutils/brebis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/brebis/Makefile Wed Sep 4 06:39:10 2013 (r326252) @@ -0,0 +1,37 @@ +# Created by: Ganael Laplanche +# $FreeBSD$ + +PORTNAME= brebis +PORTVERSION= 0.6 +CATEGORIES= sysutils archivers +MASTER_SITES= http://brebisproject.org/attachments/download/7/ \ + LOCAL/martymac + +MAINTAINER= martymac@FreeBSD.org +COMMENT= Fully automated backup checker + +LICENSE= GPLv3 + +USE_PYTHON= 3.3+ +USE_PYDISTUTILS= yes + +PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} + +MAN1= brebis.1 +MANCOMPRESSED= no +PORTDOCS= README + +.include + +post-patch: + @${REINPLACE_CMD} "s|'share','man'|'${MANPREFIX}/man'|" ${WRKSRC}/setup.py + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include Added: head/sysutils/brebis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/brebis/distinfo Wed Sep 4 06:39:10 2013 (r326252) @@ -0,0 +1,2 @@ +SHA256 (brebis-0.6.tar.gz) = 3437b88f6b8a582e1db77b2aea0c7f68dc24d8f57d43af2b22107cf92281c70f +SIZE (brebis-0.6.tar.gz) = 178541 Added: head/sysutils/brebis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/brebis/pkg-descr Wed Sep 4 06:39:10 2013 (r326252) @@ -0,0 +1,4 @@ +Brebis is a fully automated backup checker that compares archives and file +trees' contents against description files to detect errors. + +WWW: http://www.brebisproject.org Added: head/sysutils/brebis/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/brebis/pkg-plist Wed Sep 4 06:39:10 2013 (r326252) @@ -0,0 +1,90 @@ +bin/brebis +%%PYTHON_SITELIBDIR%%/brebis/__init__.py +%%PYTHON_SITELIBDIR%%/brebis/applogger.py +%%PYTHON_SITELIBDIR%%/brebis/archiveinfomsg.py +%%PYTHON_SITELIBDIR%%/brebis/checkhashes.py +%%PYTHON_SITELIBDIR%%/brebis/cliparse.py +%%PYTHON_SITELIBDIR%%/brebis/configurations.py +%%PYTHON_SITELIBDIR%%/brebis/expectedvalues.py +%%PYTHON_SITELIBDIR%%/brebis/identifylimitations.py +%%PYTHON_SITELIBDIR%%/brebis/listtype.py +%%PYTHON_SITELIBDIR%%/brebis/main.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__init__.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checkarchive.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checkbackups.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checkbzip2.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checkgzip.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checktar.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checktree.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checkzip.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/checklzma.py +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkarchive.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkbackups.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkbzip2.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkgzip.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checktar.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checktree.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkzip.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checklzma.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkarchive.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkbackups.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkbzip2.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkgzip.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checktar.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checktree.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checkzip.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__/checklzma.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__init__.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelist.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistforbzip2.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistforgzip.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistfortar.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistfortree.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistforzip.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/generatelistforlzma.py +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelist.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforbzip2.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforgzip.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistfortar.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistfortree.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforzip.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforlzma.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelist.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforbzip2.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforgzip.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistfortar.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistfortree.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforzip.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/generatelistforlzma.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/applogger.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/archiveinfomsg.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/checkhashes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/cliparse.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/configurations.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/expectedvalues.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/identifylimitations.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/listtype.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/applogger.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/archiveinfomsg.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/checkhashes.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/cliparse.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/configurations.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/expectedvalues.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/identifylimitations.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/listtype.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyo +@dirrm %%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__ +@dirrm %%PYTHON_SITELIBDIR%%/brebis/generatelist +@dirrm %%PYTHON_SITELIBDIR%%/brebis/checkbackups/__pycache__ +@dirrm %%PYTHON_SITELIBDIR%%/brebis/checkbackups +@dirrm %%PYTHON_SITELIBDIR%%/brebis/__pycache__ +@dirrm %%PYTHON_SITELIBDIR%%/brebis +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:46:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C499213E; Wed, 4 Sep 2013 06:46:24 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B312E27F8; Wed, 4 Sep 2013 06:46:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r846kOjU053508; Wed, 4 Sep 2013 06:46:24 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r846kOiI053502; Wed, 4 Sep 2013 06:46:24 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309040646.r846kOiI053502@svn.freebsd.org> From: Jason Helfman Date: Wed, 4 Sep 2013 06:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326253 - head/games/p5-Games-Dice 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.14 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: Wed, 04 Sep 2013 06:46:24 -0000 Author: jgh Date: Wed Sep 4 06:46:23 2013 New Revision: 326253 URL: http://svnweb.freebsd.org/changeset/ports/326253 Log: - update to 0.043 - adoption of perl USES framework - adjust dependencies PR: 181770 Submitted by: danilogondolfo@gmail.com ( maintainer ) Modified: head/games/p5-Games-Dice/Makefile head/games/p5-Games-Dice/distinfo Modified: head/games/p5-Games-Dice/Makefile ============================================================================== --- head/games/p5-Games-Dice/Makefile Wed Sep 4 06:39:10 2013 (r326252) +++ head/games/p5-Games-Dice/Makefile Wed Sep 4 06:46:23 2013 (r326253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Dice -PORTVERSION= 0.041 +PORTVERSION= 0.043 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,14 @@ COMMENT= Perl module to simulate die rol LICENSE= MIT +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple + MAN1= roll.1 MAN3= Games::Dice.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/games/p5-Games-Dice/distinfo ============================================================================== --- head/games/p5-Games-Dice/distinfo Wed Sep 4 06:39:10 2013 (r326252) +++ head/games/p5-Games-Dice/distinfo Wed Sep 4 06:46:23 2013 (r326253) @@ -1,2 +1,2 @@ -SHA256 (Games-Dice-0.041.tar.gz) = 50d7147c664c873a951c18be5d515d77f2eaa977dae26fca696db5497ea1a2cc -SIZE (Games-Dice-0.041.tar.gz) = 9320 +SHA256 (Games-Dice-0.043.tar.gz) = 1b7fed606c82683d9d76cca420f6d2b69574f7ad930b302731a825cbedbaacee +SIZE (Games-Dice-0.043.tar.gz) = 9034 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:59:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 796D0687; Wed, 4 Sep 2013 06:59:53 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E8F02888; Wed, 4 Sep 2013 06:59:53 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id j10so2872849oah.13 for ; Tue, 03 Sep 2013 23:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ck+RX27cBSaDXLW6XreIfyDARHa1tHjb9I47mafE8ss=; b=jnNzP2t8+c+T7+VUc5HbAeDjlt9pox1SJcrsOWJajBDyclpfZLoMc0rT59ifk/jGXn LUPQt6hcc6uqMGynLIj61oO0VeJ7b/RiHRTzox81kWW7IM+YtZmX93wY7kgWKs77jr05 S6qSY694ooDgIarstpHBvSesjfAubAp9sqwMMXasHYMD7av8Yd6oGN+8OlO/m1jQnF4q mDMPQlY+jqKsNwa7fJL8XrsSM8uMs6gD6zMD0FF6L2xYi5HxDFURWBGST/qENMFaxh0R IMMIqd+mzgsvjaQ0xx+JShLZUntBkIuQ+R3nYBfRhpGW97rM6OoaqxrWA30tVN7MA/z4 Gj7g== MIME-Version: 1.0 X-Received: by 10.182.115.161 with SMTP id jp1mr1003478obb.68.1378277992418; Tue, 03 Sep 2013 23:59:52 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Tue, 3 Sep 2013 23:59:52 -0700 (PDT) In-Reply-To: <201309040646.r846kOiI053502@svn.freebsd.org> References: <201309040646.r846kOiI053502@svn.freebsd.org> Date: Wed, 4 Sep 2013 10:59:52 +0400 X-Google-Sender-Auth: ChitjsvqKCIct2KG-kROawGtXnY Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice From: Andrej Zverev To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 06:59:53 -0000 On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: > Author: jgh > Date: Wed Sep 4 06:46:23 2013 > New Revision: 326253 > URL: http://svnweb.freebsd.org/changeset/ports/326253 > > Log: > - update to 0.043 > - adoption of perl USES framework > - adjust dependencies > > PR: 181770 > Submitted by: danilogondolfo@gmail.com ( maintainer ) > > > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for p5- and what you need only for the tests (t/*). In this case, I do not see why it's done. From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:04:09 2013 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 ESMTP id 66B2EB03; Wed, 4 Sep 2013 07:04:09 +0000 (UTC) (envelope-from martymac@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54CA228F3; Wed, 4 Sep 2013 07:04:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84749kI064379; Wed, 4 Sep 2013 07:04:09 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84749XC064378; Wed, 4 Sep 2013 07:04:09 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309040704.r84749XC064378@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 4 Sep 2013 07:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326254 - head/comms/uhso-kmod 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.14 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: Wed, 04 Sep 2013 07:04:09 -0000 Author: martymac Date: Wed Sep 4 07:04:08 2013 New Revision: 326254 URL: http://svnweb.freebsd.org/changeset/ports/326254 Log: - Use new Makefile header format - Mark as DEPRECATED and set an EXPIRATION_DATE, as uhso-kmod is now available in base on all supported versions PR: ports/181563 Submitted by: rene Modified: head/comms/uhso-kmod/Makefile (contents, props changed) Modified: head/comms/uhso-kmod/Makefile ============================================================================== --- head/comms/uhso-kmod/Makefile Wed Sep 4 06:46:23 2013 (r326253) +++ head/comms/uhso-kmod/Makefile Wed Sep 4 07:04:08 2013 (r326254) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uhso-kmod -# Date created: 28 December 2009 -# Whom: Ganael Laplanche -# +# Created by: Ganael Laplanche # $FreeBSD$ -# PORTNAME= uhso PORTVERSION= 20100416 @@ -20,6 +16,9 @@ LICENSE= BSD CONFLICTS= hso-kmod-[0-9]* +DEPRECATED= included in base system on all supported releases +EXPIRATION_DATE=2013-12-01 + NO_PACKAGE= should be recompiled for a particular FreeBSD kernel OPTIONS_DEFINE= UHSOCTL DEBUG From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:08:57 2013 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 ESMTP id 0E519D56; Wed, 4 Sep 2013 07:08:57 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1A6A2924; Wed, 4 Sep 2013 07:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8478uTD066189; Wed, 4 Sep 2013 07:08:56 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8478tMe066184; Wed, 4 Sep 2013 07:08:55 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309040708.r8478tMe066184@svn.freebsd.org> From: Hiroki Sato Date: Wed, 4 Sep 2013 07:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326255 - in head/security/ipv6toolkit: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 07:08:57 -0000 Author: hrs Date: Wed Sep 4 07:08:55 2013 New Revision: 326255 URL: http://svnweb.freebsd.org/changeset/ports/326255 Log: Update to 1.4. Deleted: head/security/ipv6toolkit/files/patch-data-ipv6toolkit.conf Modified: head/security/ipv6toolkit/Makefile head/security/ipv6toolkit/distinfo head/security/ipv6toolkit/files/BSDMakefile.in head/security/ipv6toolkit/files/Makefile.in head/security/ipv6toolkit/pkg-plist Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Wed Sep 4 07:04:08 2013 (r326254) +++ head/security/ipv6toolkit/Makefile Wed Sep 4 07:08:55 2013 (r326255) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= ipv6toolkit -PORTVERSION= 1.3.4 +PORTVERSION= 1.4 CATEGORIES= security ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ -DISTNAME= ipv6-toolkit-v${PORTVERSION} +DISTNAME= ipv6toolkit-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Set of IPv6 security assessment tools @@ -14,8 +14,8 @@ LICENSE= GPLv3 MAKE_ENV= DATADIR=${DATADIR} SUB_FILES= BSDMakefile Makefile MAKEFILE= BSDMakefile -PORTDOCS= README.TXT -MAN1= address6.1 flow6.1 frag6.1 icmp6.1 jumbo6.1 na6.1 ni6.1 \ +PORTDOCS= README.TXT CHANGES.TXT CONTRIB.TXT +MAN1= addr6.1 flow6.1 frag6.1 icmp6.1 jumbo6.1 na6.1 ni6.1 \ ns6.1 ra6.1 rd6.1 rs6.1 scan6.1 tcp6.1 MAN5= ipv6toolkit.conf.5 @@ -29,8 +29,6 @@ post-extract: @cd ${WRKSRC} && ${MKDIR} ${PROGDIRS} post-patch: apply-slist - ${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \ - ${WRKSRC}/data/ipv6toolkit.conf ${INSTALL_DATA} ${WRKDIR}/BSDMakefile ${WRKSRC} for D in ${PROGDIRS}; do \ ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC}/$$D; \ @@ -39,7 +37,7 @@ post-patch: apply-slist .if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Modified: head/security/ipv6toolkit/distinfo ============================================================================== --- head/security/ipv6toolkit/distinfo Wed Sep 4 07:04:08 2013 (r326254) +++ head/security/ipv6toolkit/distinfo Wed Sep 4 07:08:55 2013 (r326255) @@ -1,2 +1,2 @@ -SHA256 (ipv6-toolkit-v1.3.4.tar.gz) = 75ff27cd30407cd57f35a7646b82e6fede9cfc7e1fac089b3da43e547424af48 -SIZE (ipv6-toolkit-v1.3.4.tar.gz) = 1052088 +SHA256 (ipv6toolkit-v1.4.tar.gz) = 50087c6bcd252b62401bb7b53e5747e8fb01fd7542d4680554bacf059245704e +SIZE (ipv6toolkit-v1.4.tar.gz) = 481666 Modified: head/security/ipv6toolkit/files/BSDMakefile.in ============================================================================== --- head/security/ipv6toolkit/files/BSDMakefile.in Wed Sep 4 07:04:08 2013 (r326254) +++ head/security/ipv6toolkit/files/BSDMakefile.in Wed Sep 4 07:08:55 2013 (r326255) @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= address6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 +SUBDIR= addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 all: ${SUBDIR} @@ -8,17 +8,22 @@ all: ${SUBDIR} FILESGROUPS= CONF DB CONF= data/ipv6toolkit.conf -CONFDIR?= ${PREFIX}/etc +CONFDIR?= /etc DB= data/oui.txt -DBDIR?= ${PREFIX}/share/ipv6toolkit +DBDIR?= /share/ipv6toolkit PREFIX?= /usr/local -MANDIR?= ${PREFIX}/man/man +DESTDIR= ${PREFIX} +MANDIR?= /man/man MAN= ipv6toolkit.conf.5 NO_MANCOMPRESS= +data/ipv6toolkit.conf: + echo "# SI6 Networks' IPv6 Toolkit Configuration File" > ${.TARGET} + echo OUI-Database=${DESTDIR}${DBDIR}/oui.txt >> ${.TARGET} + beforeinstall: - install -d -m 0555 ${DBDIR} + install -d -m 0555 ${DESTDIR}${DBDIR} afterinstall: installfiles maninstall .include Modified: head/security/ipv6toolkit/files/Makefile.in ============================================================================== --- head/security/ipv6toolkit/files/Makefile.in Wed Sep 4 07:04:08 2013 (r326254) +++ head/security/ipv6toolkit/files/Makefile.in Wed Sep 4 07:08:55 2013 (r326255) @@ -2,8 +2,13 @@ PREFIX?= /usr/local LOCALBASE?= /usr/local -BINDIR?= ${PREFIX}/bin -MANDIR?= ${PREFIX}/man/man +DESTDIR= ${PREFIX} +.if ${.CURDIR:T} == addr6 +BINDIR?= /bin +.else +BINDIR?= /sbin +.endif +MANDIR?= /man/man NO_MANCOMPRESS= .PATH: ${.CURDIR}/../tools ${.CURDIR}/../manuals Modified: head/security/ipv6toolkit/pkg-plist ============================================================================== --- head/security/ipv6toolkit/pkg-plist Wed Sep 4 07:04:08 2013 (r326254) +++ head/security/ipv6toolkit/pkg-plist Wed Sep 4 07:08:55 2013 (r326255) @@ -1,17 +1,17 @@ @comment $FreeBSD$ -bin/address6 -bin/flow6 -bin/frag6 -bin/icmp6 -bin/jumbo6 -bin/na6 -bin/ni6 -bin/ns6 -bin/ra6 -bin/rd6 -bin/rs6 -bin/scan6 -bin/tcp6 +bin/addr6 +sbin/flow6 +sbin/frag6 +sbin/icmp6 +sbin/jumbo6 +sbin/na6 +sbin/ni6 +sbin/ns6 +sbin/ra6 +sbin/rd6 +sbin/rs6 +sbin/scan6 +sbin/tcp6 etc/ipv6toolkit.conf %%DATADIR%%/oui.txt @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:09:18 2013 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 ESMTP id 5695FE43; Wed, 4 Sep 2013 07:09:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44D892928; Wed, 4 Sep 2013 07:09:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8479Io4066484; Wed, 4 Sep 2013 07:09:18 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8479Imu066483; Wed, 4 Sep 2013 07:09:18 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309040709.r8479Imu066483@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 4 Sep 2013 07:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326256 - head/mail/zmailer 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.14 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: Wed, 04 Sep 2013 07:09:18 -0000 Author: gahr Date: Wed Sep 4 07:09:17 2013 New Revision: 326256 URL: http://svnweb.freebsd.org/changeset/ports/326256 Log: - Unbreak by setting MAKE_JOBS_UNSAFE Reported by: pkg-fallout Modified: head/mail/zmailer/Makefile Modified: head/mail/zmailer/Makefile ============================================================================== --- head/mail/zmailer/Makefile Wed Sep 4 07:08:55 2013 (r326255) +++ head/mail/zmailer/Makefile Wed Sep 4 07:09:17 2013 (r326256) @@ -17,6 +17,7 @@ OPTIONS_DEFAULT=SSL GNU_CONFIGURE= yes USE_PERL5= yes +MAKE_JOBS_UNSAFE= .include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:20:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 322222A4; Wed, 4 Sep 2013 07:20:01 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EB7C29B4; Wed, 4 Sep 2013 07:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r847K0o4072869; Wed, 4 Sep 2013 07:20:00 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r847JvvA072793; Wed, 4 Sep 2013 07:19:57 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040719.r847JvvA072793@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 07:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326257 - in head/mail: mime-construct p5-Email-Address-Loose p5-Email-Sender-Transport-SMTP-TLS p5-Email-Stuff p5-IMAP-Admin p5-Mail-IMAPClient p5-Mail-OpenDKIM p5-Mail-OpenRelay-Simpl... 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.14 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: Wed, 04 Sep 2013 07:20:01 -0000 Author: az Date: Wed Sep 4 07:19:56 2013 New Revision: 326257 URL: http://svnweb.freebsd.org/changeset/ports/326257 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/mime-construct/Makefile (contents, props changed) head/mail/p5-Email-Address-Loose/Makefile (contents, props changed) head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile head/mail/p5-Email-Stuff/Makefile (contents, props changed) head/mail/p5-IMAP-Admin/Makefile (contents, props changed) head/mail/p5-Mail-IMAPClient/Makefile head/mail/p5-Mail-OpenDKIM/Makefile head/mail/p5-Mail-OpenRelay-Simple/Makefile (contents, props changed) head/mail/p5-Sendmail-AccessDB/Makefile (contents, props changed) head/mail/p5-WWW-GMail/Makefile (contents, props changed) head/mail/p5-WWW-Hotmail/Makefile (contents, props changed) head/mail/p5-ZConf-Mail/Makefile (contents, props changed) head/mail/pop-before-smtp/Makefile (contents, props changed) head/mail/prepflog/Makefile (contents, props changed) head/mail/sa-stats/Makefile (contents, props changed) head/mail/squirrelmail-avelsieve-plugin/Makefile (contents, props changed) head/mail/squirrelmail-login_notes-plugin/Makefile (contents, props changed) head/mail/squirrelmail-mark_read-plugin/Makefile (contents, props changed) head/mail/squirrelmail-password_forget-plugin/Makefile (contents, props changed) Modified: head/mail/mime-construct/Makefile ============================================================================== --- head/mail/mime-construct/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/mime-construct/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTS p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mime-construct.1 Modified: head/mail/p5-Email-Address-Loose/Makefile ============================================================================== --- head/mail/p5-Email-Address-Loose/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Email-Address-Loose/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Email-Address>=1.88.9:${PORTSDIR}/mail/p5-Email-Address BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Address::Loose.3 Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Email-Sender>=0.091660:$ p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Sender::Transport::SMTP::TLS.3 Modified: head/mail/p5-Email-Stuff/Makefile ============================================================================== --- head/mail/p5-Email-Stuff/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Email-Stuff/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-prefork>=1.01:${PORTSD p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Stuff.3 Modified: head/mail/p5-IMAP-Admin/Makefile ============================================================================== --- head/mail/p5-IMAP-Admin/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-IMAP-Admin/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com COMMENT= Perl module for basic IMAP server administration -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= IMAP::Admin.3 EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME} Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Mail-IMAPClient/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDI p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= =2.5.0:${PORTSDIR} TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::OpenDKIM.3 Mail::OpenDKIM::DKIM.3 \ Mail::OpenDKIM::PrivateKey.3 Mail::OpenDKIM::Signature.3 \ Modified: head/mail/p5-Mail-OpenRelay-Simple/Makefile ============================================================================== --- head/mail/p5-Mail-OpenRelay-Simple/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Mail-OpenRelay-Simple/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0.25:${P p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::OpenRelay::Simple.3 Modified: head/mail/p5-Sendmail-AccessDB/Makefile ============================================================================== --- head/mail/p5-Sendmail-AccessDB/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-Sendmail-AccessDB/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -13,7 +13,8 @@ COMMENT= Perl5 interface to the Sendmail BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sendmail::AccessDB.3 Modified: head/mail/p5-WWW-GMail/Makefile ============================================================================== --- head/mail/p5-WWW-GMail/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-WWW-GMail/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::GMail.3 Modified: head/mail/p5-WWW-Hotmail/Makefile ============================================================================== --- head/mail/p5-WWW-Hotmail/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-WWW-Hotmail/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Hotmail.3 Modified: head/mail/p5-ZConf-Mail/Makefile ============================================================================== --- head/mail/p5-ZConf-Mail/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/p5-ZConf-Mail/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -32,7 +32,8 @@ BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTS p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Mail.3 Modified: head/mail/pop-before-smtp/Makefile ============================================================================== --- head/mail/pop-before-smtp/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/pop-before-smtp/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDI p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_RC_SUBR= pop-before-smtp SUB_FILES= pkg-message SUB_LIST= PERL=${PERL} Modified: head/mail/prepflog/Makefile ============================================================================== --- head/mail/prepflog/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/prepflog/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -17,7 +17,7 @@ COMMENT= Prepares logfiles in a sanitise PLIST_FILES= bin/prepflog NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} Modified: head/mail/sa-stats/Makefile ============================================================================== --- head/mail/sa-stats/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/sa-stats/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -19,7 +19,7 @@ COMMENT= Generates top spam/ham rules fi RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/mail/squirrelmail-avelsieve-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-avelsieve-plugin/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/squirrelmail-avelsieve-plugin/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -9,7 +9,8 @@ DIST_SUBDIR= squirrelmail MAINTAINER= neil@darlow.co.uk COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" Modified: head/mail/squirrelmail-login_notes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-login_notes-plugin/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/squirrelmail-login_notes-plugin/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" .include Modified: head/mail/squirrelmail-mark_read-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-mark_read-plugin/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/squirrelmail-mark_read-plugin/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -11,7 +11,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Provides one-click link to mark read/unread all mails in a folder USE_SM_COMPAT= YES -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} Modified: head/mail/squirrelmail-password_forget-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-password_forget-plugin/Makefile Wed Sep 4 07:09:17 2013 (r326256) +++ head/mail/squirrelmail-password_forget-plugin/Makefile Wed Sep 4 07:19:56 2013 (r326257) @@ -15,7 +15,8 @@ COMMENT= Prevent reuse of login details RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" .include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:40:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7127FA12; Wed, 4 Sep 2013 07:40:30 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49D552AB9; Wed, 4 Sep 2013 07:40:29 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 950E6435C7; Wed, 4 Sep 2013 02:40:12 -0500 (CDT) Message-ID: <5226E3CA.5020207@marino.st> Date: Wed, 04 Sep 2013 09:39:54 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pietro Cerutti Subject: Re: svn commit: r326256 - head/mail/zmailer References: <201309040709.r8479Imu066483@svn.freebsd.org> In-Reply-To: <201309040709.r8479Imu066483@svn.freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org 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: Wed, 04 Sep 2013 07:40:30 -0000 Isn't the convention to set MAKE_JOBS_UNSAFE to "yes" rather than just define it? On 9/4/2013 09:09, Pietro Cerutti wrote: > Author: gahr > Date: Wed Sep 4 07:09:17 2013 > New Revision: 326256 > URL: http://svnweb.freebsd.org/changeset/ports/326256 > > Log: > - Unbreak by setting MAKE_JOBS_UNSAFE > > Reported by: pkg-fallout > > Modified: > head/mail/zmailer/Makefile > > Modified: head/mail/zmailer/Makefile > ============================================================================== > --- head/mail/zmailer/Makefile Wed Sep 4 07:08:55 2013 (r326255) > +++ head/mail/zmailer/Makefile Wed Sep 4 07:09:17 2013 (r326256) > @@ -17,6 +17,7 @@ OPTIONS_DEFAULT=SSL > > GNU_CONFIGURE= yes > USE_PERL5= yes > +MAKE_JOBS_UNSAFE= > > .include > > From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:42:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EC0AEB12; Wed, 4 Sep 2013 07:42:06 +0000 (UTC) Date: Wed, 4 Sep 2013 07:42:06 +0000 From: Alexey Dokuchaev To: marino@freebsd.org Subject: Re: svn commit: r326256 - head/mail/zmailer Message-ID: <20130904074206.GA56151@FreeBSD.org> References: <201309040709.r8479Imu066483@svn.freebsd.org> <5226E3CA.5020207@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5226E3CA.5020207@marino.st> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Pietro Cerutti X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 07:42:07 -0000 On Wed, Sep 04, 2013 at 09:39:54AM +0200, John Marino wrote: > Isn't the convention to set MAKE_JOBS_UNSAFE to "yes" rather than just > define it? I probably does not matter; I have a real fix almost ready. ./danfe From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:55:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24F1A9E; Wed, 4 Sep 2013 07:55:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11BCD2BB8; Wed, 4 Sep 2013 07:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r847toio093613; Wed, 4 Sep 2013 07:55:50 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r847tnSu093593; Wed, 4 Sep 2013 07:55:49 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309040755.r847tnSu093593@svn.freebsd.org> From: Boris Samorodov Date: Wed, 4 Sep 2013 07:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326258 - in head: audio/gtkpod graphics/eos-movrec graphics/xsane print/tex-luatex print/tex-xetex security/ssh_askpass_gtk2 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.14 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: Wed, 04 Sep 2013 07:55:51 -0000 Author: bsam Date: Wed Sep 4 07:55:49 2013 New Revision: 326258 URL: http://svnweb.freebsd.org/changeset/ports/326258 Log: Add an explicit dependency upon pkg-config (USES+=pkgconfig) uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit) Modified: head/audio/gtkpod/Makefile head/graphics/eos-movrec/Makefile head/graphics/xsane/Makefile head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/security/ssh_askpass_gtk2/Makefile Modified: head/audio/gtkpod/Makefile ============================================================================== --- head/audio/gtkpod/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/audio/gtkpod/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ gpod:${PORTSDIR}/audio/libgpod -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/graphics/eos-movrec/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -20,7 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_QT4= qmake_build moc_build rcc_build uic_build gui PLIST_FILES= bin/eos_movrec \ Modified: head/graphics/xsane/Makefile ============================================================================== --- head/graphics/xsane/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/graphics/xsane/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= pkgconfig MAN1= xsane.1 Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/print/tex-luatex/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -25,6 +25,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ USE_XZ= yes USE_GMAKE= yes USE_TEX= texlive kpathsea web2c texmf formats fmtutil +USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/print/tex-xetex/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -26,6 +26,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ USE_XZ= yes USE_GMAKE= yes USE_TEX= texlive kpathsea web2c texmf formats fmtutil +USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ Modified: head/security/ssh_askpass_gtk2/Makefile ============================================================================== --- head/security/ssh_askpass_gtk2/Makefile Wed Sep 4 07:19:56 2013 (r326257) +++ head/security/ssh_askpass_gtk2/Makefile Wed Sep 4 07:55:49 2013 (r326258) @@ -19,6 +19,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 +USES= pkgconfig PLIST_FILES= bin/ssh-askpass-fullscreen From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 08:00:01 2013 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 ESMTP id D1573402; Wed, 4 Sep 2013 08:00:01 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF8D32BF8; Wed, 4 Sep 2013 08:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84801qw095602; Wed, 4 Sep 2013 08:00:01 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84801S2095600; Wed, 4 Sep 2013 08:00:01 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309040800.r84801S2095600@svn.freebsd.org> From: Boris Samorodov Date: Wed, 4 Sep 2013 08:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326259 - head/devel/oserl 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.14 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: Wed, 04 Sep 2013 08:00:01 -0000 Author: bsam Date: Wed Sep 4 08:00:01 2013 New Revision: 326259 URL: http://svnweb.freebsd.org/changeset/ports/326259 Log: Adopt USES=gmake iconv. Submitted by: bsam (me, by e-mail) Approved by: olgeni (maintainer) Modified: head/devel/oserl/Makefile Modified: head/devel/oserl/Makefile ============================================================================== --- head/devel/oserl/Makefile Wed Sep 4 07:55:49 2013 (r326258) +++ head/devel/oserl/Makefile Wed Sep 4 08:00:01 2013 (r326259) @@ -21,8 +21,8 @@ GH_PROJECT= oserl GH_COMMIT= f14115d GH_TAGNAME= ${PORTVERSION} -USE_GMAKE= yes USE_DOS2UNIX= Makefile +USES= gmake iconv ALL_TARGET= compile doc MAN1= oserl.1 @@ -41,7 +41,7 @@ post-extract: do-install: .for manpage in ${MAN1} ${MAN3} - @iconv -f UTF-8 -t ISO-8859-1 ${WRKSRC}/doc/man/${manpage} > ${WRKSRC}/doc/man/${manpage}.iconv + @${ICONV_CMD} -f UTF-8 -t ISO-8859-1 ${WRKSRC}/doc/man/${manpage} > ${WRKSRC}/doc/man/${manpage}.iconv .endfor .for manpage in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/man/${manpage}.iconv ${MAN1PREFIX}/man/man1/${manpage} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 08:25:16 2013 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 ESMTP id EF6F5DDB; Wed, 4 Sep 2013 08:25:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCDDF2DE0; Wed, 4 Sep 2013 08:25:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r848PGI3011195; Wed, 4 Sep 2013 08:25:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r848PGYA011194; Wed, 4 Sep 2013 08:25:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309040825.r848PGYA011194@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 08:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326260 - head/audio/libadplug 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.14 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: Wed, 04 Sep 2013 08:25:17 -0000 Author: bapt Date: Wed Sep 4 08:25:16 2013 New Revision: 326260 URL: http://svnweb.freebsd.org/changeset/ports/326260 Log: Fix build without libstdc++ Modified: head/audio/libadplug/Makefile Modified: head/audio/libadplug/Makefile ============================================================================== --- head/audio/libadplug/Makefile Wed Sep 4 08:00:01 2013 (r326259) +++ head/audio/libadplug/Makefile Wed Sep 4 08:25:16 2013 (r326260) @@ -40,5 +40,6 @@ post-patch: @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure .include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 08:50:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 147916CE; Wed, 4 Sep 2013 08:50:26 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01E782F87; Wed, 4 Sep 2013 08:50:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r848oP19026037; Wed, 4 Sep 2013 08:50:25 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r848oPjU026035; Wed, 4 Sep 2013 08:50:25 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309040850.r848oPjU026035@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 08:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326261 - head/devel/p5-Package-Stash 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.14 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: Wed, 04 Sep 2013 08:50:26 -0000 Author: tobez Date: Wed Sep 4 08:50:25 2013 New Revision: 326261 URL: http://svnweb.freebsd.org/changeset/ports/326261 Log: Update to 0.36. Changes: http://search.cpan.org/dist/Package-Stash/Changes Modified: head/devel/p5-Package-Stash/Makefile head/devel/p5-Package-Stash/distinfo Modified: head/devel/p5-Package-Stash/Makefile ============================================================================== --- head/devel/p5-Package-Stash/Makefile Wed Sep 4 08:25:16 2013 (r326260) +++ head/devel/p5-Package-Stash/Makefile Wed Sep 4 08:50:25 2013 (r326261) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Package-Stash -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY Modified: head/devel/p5-Package-Stash/distinfo ============================================================================== --- head/devel/p5-Package-Stash/distinfo Wed Sep 4 08:25:16 2013 (r326260) +++ head/devel/p5-Package-Stash/distinfo Wed Sep 4 08:50:25 2013 (r326261) @@ -1,2 +1,2 @@ -SHA256 (Package-Stash-0.35.tar.gz) = cb0e6d17641f911d251c8e1676c4ddc4188f46e932838bf557c51ac28df0d3ee -SIZE (Package-Stash-0.35.tar.gz) = 36357 +SHA256 (Package-Stash-0.36.tar.gz) = a01cf48c7cd7a35e0d9ae4b1dc2702698397f55a2ce549d0bdacdc57ea6c73f1 +SIZE (Package-Stash-0.36.tar.gz) = 37499 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 08:52:12 2013 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 ESMTP id E97747CD; Wed, 4 Sep 2013 08:52:12 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D74B72F9D; Wed, 4 Sep 2013 08:52:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r848qCWH027033; Wed, 4 Sep 2013 08:52:12 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r848qCg4027031; Wed, 4 Sep 2013 08:52:12 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309040852.r848qCg4027031@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 08:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326262 - head/net-mgmt/p5-Net-Abuse-Utils 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.14 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: Wed, 04 Sep 2013 08:52:13 -0000 Author: tobez Date: Wed Sep 4 08:52:12 2013 New Revision: 326262 URL: http://svnweb.freebsd.org/changeset/ports/326262 Log: Update to 0.18. Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile head/net-mgmt/p5-Net-Abuse-Utils/distinfo Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile ============================================================================== --- head/net-mgmt/p5-Net-Abuse-Utils/Makefile Wed Sep 4 08:50:25 2013 (r326261) +++ head/net-mgmt/p5-Net-Abuse-Utils/Makefile Wed Sep 4 08:52:12 2013 (r326262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Abuse-Utils -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-Abuse-Utils/distinfo ============================================================================== --- head/net-mgmt/p5-Net-Abuse-Utils/distinfo Wed Sep 4 08:50:25 2013 (r326261) +++ head/net-mgmt/p5-Net-Abuse-Utils/distinfo Wed Sep 4 08:52:12 2013 (r326262) @@ -1,2 +1,2 @@ -SHA256 (Net-Abuse-Utils-0.17.tar.gz) = 3c454024b63a6a36a6f8f2fbdd625371ef18d98d13cb4f0a3bc9f65ee20a1a2c -SIZE (Net-Abuse-Utils-0.17.tar.gz) = 22558 +SHA256 (Net-Abuse-Utils-0.18.tar.gz) = 3f1c2c4884a188872a24d3ad246f2df8842631c91e92055150d3162aa20186b7 +SIZE (Net-Abuse-Utils-0.18.tar.gz) = 22733 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 09:05:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA332CF9; Wed, 4 Sep 2013 09:05:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A76A720C1; Wed, 4 Sep 2013 09:05:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8495aBA034143; Wed, 4 Sep 2013 09:05:36 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8495aKI034142; Wed, 4 Sep 2013 09:05:36 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309040905.r8495aKI034142@svn.freebsd.org> From: Kubilay Kocak Date: Wed, 4 Sep 2013 09:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326263 - head/sysutils/libfvde 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.14 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: Wed, 04 Sep 2013 09:05:36 -0000 Author: koobs Date: Wed Sep 4 09:05:36 2013 New Revision: 326263 URL: http://svnweb.freebsd.org/changeset/ports/326263 Log: sysutils/libfvde: Update MASTER_SITES to fix fetch 404 - Update MASTER_SITES since Google Code download service is 404 [1] [1] http://google-opensource.blogspot.com/2013/05/a-change-to-google-code-download-service.html Reported by: pkg-fallout Modified: head/sysutils/libfvde/Makefile Modified: head/sysutils/libfvde/Makefile ============================================================================== --- head/sysutils/libfvde/Makefile Wed Sep 4 08:52:12 2013 (r326262) +++ head/sysutils/libfvde/Makefile Wed Sep 4 09:05:36 2013 (r326263) @@ -4,7 +4,7 @@ PORTNAME= libfvde PORTVERSION= 20130305 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/ DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= koobs@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 09:46:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA32E731; Wed, 4 Sep 2013 09:46:43 +0000 (UTC) (envelope-from mr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B815323B7; Wed, 4 Sep 2013 09:46:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r849khD0057355; Wed, 4 Sep 2013 09:46:43 GMT (envelope-from mr@svn.freebsd.org) Received: (from mr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r849khmC057354; Wed, 4 Sep 2013 09:46:43 GMT (envelope-from mr@svn.freebsd.org) Message-Id: <201309040946.r849khmC057354@svn.freebsd.org> From: Michael Reifenberger Date: Wed, 4 Sep 2013 09:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326264 - head/cad/qcad 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.14 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: Wed, 04 Sep 2013 09:46:43 -0000 Author: mr Date: Wed Sep 4 09:46:43 2013 New Revision: 326264 URL: http://svnweb.freebsd.org/changeset/ports/326264 Log: Add two more dependencies. Modified: head/cad/qcad/Makefile Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Wed Sep 4 09:05:36 2013 (r326263) +++ head/cad/qcad/Makefile Wed Sep 4 09:46:43 2013 (r326264) @@ -26,8 +26,8 @@ MAKE_JOBS_UNSAFE=yes USES= gmake USE_LDCONFIG= yes USE_QT4= qmake clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \ - dbus designer gui help imageformats moc network opengl script \ - scripttools sql svg xml xmlpatterns webkit + dbus designer gui help imageformats moc network opengl rcc script \ + scripttools sql svg uic xml xmlpatterns webkit DESKTOP_ENTRIES="${PORTNAME:U}" \ "A free application for computer aided drafting in two dimensions"\ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 09:48:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38BFD841; Wed, 4 Sep 2013 09:48:59 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1772623D2; Wed, 4 Sep 2013 09:48:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r849mwwR058308; Wed, 4 Sep 2013 09:48:58 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r849mtJr058270; Wed, 4 Sep 2013 09:48:55 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040948.r849mtJr058270@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 09:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326265 - in head/mail: anomy-sanitizer couriergraph cyrus2dovecot gotmail p5-CGP-CLI p5-Dancer-Plugin-Email p5-Data-Validate-Email p5-Email-AddressParser p5-Email-MIME-Creator-ISO_2022... 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.14 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: Wed, 04 Sep 2013 09:48:59 -0000 Author: az Date: Wed Sep 4 09:48:54 2013 New Revision: 326265 URL: http://svnweb.freebsd.org/changeset/ports/326265 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/anomy-sanitizer/Makefile head/mail/couriergraph/Makefile (contents, props changed) head/mail/cyrus2dovecot/Makefile (contents, props changed) head/mail/gotmail/Makefile (contents, props changed) head/mail/p5-CGP-CLI/Makefile (contents, props changed) head/mail/p5-Dancer-Plugin-Email/Makefile (contents, props changed) head/mail/p5-Data-Validate-Email/Makefile (contents, props changed) head/mail/p5-Email-AddressParser/Makefile (contents, props changed) head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile (contents, props changed) head/mail/p5-Email-Sender-Transport-SQLite/Makefile head/mail/p5-GMail-IMAPD/Makefile (contents, props changed) head/mail/p5-Mail-Alias/Makefile (contents, props changed) head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile head/mail/p5-Mail-Verify/Makefile (contents, props changed) head/mail/p5-Net-IMAP-Server/Makefile head/mail/pflogsumm/Makefile (contents, props changed) head/mail/qar-bufo/Makefile (contents, props changed) head/mail/qmqtool/Makefile (contents, props changed) head/mail/sastatd/Makefile (contents, props changed) Modified: head/mail/anomy-sanitizer/Makefile ============================================================================== --- head/mail/anomy-sanitizer/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/anomy-sanitizer/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -10,7 +10,7 @@ MASTER_SITES= http://mailtools.anomy.net MAINTAINER= jmohacsi@bsd.hu COMMENT= Sanitize and clean incoming/outgoing mail -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/anomy Modified: head/mail/couriergraph/Makefile ============================================================================== --- head/mail/couriergraph/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/couriergraph/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 DATADIR?= /var/db/couriergraph COURIERGRAPH_USER?= ${WWWOWN} Modified: head/mail/cyrus2dovecot/Makefile ============================================================================== --- head/mail/cyrus2dovecot/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/cyrus2dovecot/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -14,7 +14,7 @@ COMMENT= Convert Cyrus folders to Doveco PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes post-extract: Modified: head/mail/gotmail/Makefile ============================================================================== --- head/mail/gotmail/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/gotmail/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -19,7 +19,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-Net>=0:${PORTSDIR}/net/p5-Net MAN1= ${PORTNAME}.1 -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ Modified: head/mail/p5-CGP-CLI/Makefile ============================================================================== --- head/mail/p5-CGP-CLI/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-CGP-CLI/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= CommunigatePro Command Line Interface perl module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGP::CLI.3 Modified: head/mail/p5-Dancer-Plugin-Email/Makefile ============================================================================== --- head/mail/p5-Dancer-Plugin-Email/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Dancer-Plugin-Email/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::Email.3 Modified: head/mail/p5-Data-Validate-Email/Makefile ============================================================================== --- head/mail/p5-Data-Validate-Email/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Data-Validate-Email/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Data-Validate-Domain>=0: p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ p5-Net-Domain-TLD>=0:${PORTSDIR}/dns/p5-Net-Domain-TLD -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Validate::Email.3 Modified: head/mail/p5-Email-AddressParser/Makefile ============================================================================== --- head/mail/p5-Email-AddressParser/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Email-AddressParser/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dliakh@ukr.net COMMENT= RFC 2822 Address Parsing and Creation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::AddressParser.3 Modified: head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile ============================================================================== --- head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -21,7 +21,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Classy>=0:${PORTSDIR}/devel/p5-Test-Classy \ p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::MIME::Creator::ISO_2022_JP.3 Modified: head/mail/p5-Email-Sender-Transport-SQLite/Makefile ============================================================================== --- head/mail/p5-Email-Sender-Transport-SQLite/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Email-Sender-Transport-SQLite/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Sender::Transport::SQLite.3 Modified: head/mail/p5-GMail-IMAPD/Makefile ============================================================================== --- head/mail/p5-GMail-IMAPD/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-GMail-IMAPD/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -17,7 +17,8 @@ COMMENT= Perl IMAP4 gateway to Google's BUILD_DEPENDS= p5-Mail-Webmail-Gmail>=0:${PORTSDIR}/mail/p5-Mail-Webmail-Gmail RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GMail::IMAPD.3 Modified: head/mail/p5-Mail-Alias/Makefile ============================================================================== --- head/mail/p5-Mail-Alias/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Mail-Alias/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com COMMENT= Mail::Alias -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Alias.3 Modified: head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile ============================================================================== --- head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-MIME-Tools>=5.418:${PORT p5-Mail-Tools>=2.04:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::DeliveryStatus::BounceParser.3 Modified: head/mail/p5-Mail-Verify/Makefile ============================================================================== --- head/mail/p5-Mail-Verify/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Mail-Verify/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -17,7 +17,8 @@ COMMENT= Perl module to verify email add BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Verify.3 Modified: head/mail/p5-Net-IMAP-Server/Makefile ============================================================================== --- head/mail/p5-Net-IMAP-Server/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/p5-Net-IMAP-Server/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -26,7 +26,8 @@ BUILD_DEPENDS= p5-Net-Server-Coro>=0.6:$ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IMAP::Server.3 \ Net::IMAP::Server::Command.3 \ Modified: head/mail/pflogsumm/Makefile ============================================================================== --- head/mail/pflogsumm/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/pflogsumm/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -18,7 +18,7 @@ COMMENT= Postfix Log Entry Summarizer RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/pflogsumm .if !defined(NOPORTDOCS) PORTDOCS= README ToDo pflogsumm-faq.txt Modified: head/mail/qar-bufo/Makefile ============================================================================== --- head/mail/qar-bufo/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/qar-bufo/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -16,7 +16,7 @@ EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net COMMENT= Generates the Qmail assign and recipients file based on unix groups -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes MAN1= qar-bufo.1 Modified: head/mail/qmqtool/Makefile ============================================================================== --- head/mail/qmqtool/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/qmqtool/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -18,7 +18,7 @@ COMMENT= Tool to manipulate contents of WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin Modified: head/mail/sastatd/Makefile ============================================================================== --- head/mail/sastatd/Makefile Wed Sep 4 09:46:43 2013 (r326264) +++ head/mail/sastatd/Makefile Wed Sep 4 09:48:54 2013 (r326265) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure SASTATD_DBDIR?= /var/db/sastatd SASTATD_RUNDIR?= /var/run/sastatd From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 09:52:48 2013 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 ESMTP id A9CDB9F0; Wed, 4 Sep 2013 09:52:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 977022424; Wed, 4 Sep 2013 09:52:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r849qmHK061844; Wed, 4 Sep 2013 09:52:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r849qm9h061843; Wed, 4 Sep 2013 09:52:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309040952.r849qm9h061843@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 09:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326266 - head/graphics/sane-frontends 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.14 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: Wed, 04 Sep 2013 09:52:48 -0000 Author: bapt Date: Wed Sep 4 09:52:48 2013 New Revision: 326266 URL: http://svnweb.freebsd.org/changeset/ports/326266 Log: Add an explicit dependency on pkgconf Modified: head/graphics/sane-frontends/Makefile Modified: head/graphics/sane-frontends/Makefile ============================================================================== --- head/graphics/sane-frontends/Makefile Wed Sep 4 09:48:54 2013 (r326265) +++ head/graphics/sane-frontends/Makefile Wed Sep 4 09:52:48 2013 (r326266) @@ -15,7 +15,7 @@ LICENSE= GPLv2 # (or later) LIB_DEPENDS= sane:${PORTSDIR}/graphics/sane-backends -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 09:55:39 2013 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 ESMTP id 430D6B20; Wed, 4 Sep 2013 09:55:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 150E4244B; Wed, 4 Sep 2013 09:55:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r849tcnK062949; Wed, 4 Sep 2013 09:55:38 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r849tc0k062946; Wed, 4 Sep 2013 09:55:38 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309040955.r849tc0k062946@svn.freebsd.org> From: Rene Ladan Date: Wed, 4 Sep 2013 09:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326267 - in head: . databases databases/phpmyadmin35 www www/p5-Catalyst-Plugin-Unicode-Encoding 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.14 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: Wed, 04 Sep 2013 09:55:39 -0000 Author: rene Date: Wed Sep 4 09:55:38 2013 New Revision: 326267 URL: http://svnweb.freebsd.org/changeset/ports/326267 Log: Remove expired ports: 2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution 2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php Deleted: head/databases/phpmyadmin35/ head/www/p5-Catalyst-Plugin-Unicode-Encoding/ Modified: head/MOVED head/databases/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Sep 4 09:52:48 2013 (r326266) +++ head/MOVED Wed Sep 4 09:55:38 2013 (r326267) @@ -4919,3 +4919,5 @@ graphics/libggimisc||2013-09-01|Has expi graphics/libggiwmh||2013-09-01|Has expired: Unmaintained devel/libgiigic||2013-09-01|Has expired: Unmaintained games/koth||2013-09-01|Has expired: Unmaintained +www/p5-Catalyst-Plugin-Unicode-Encoding||2013-09-04|Has expired: This module now part of core Catalyst distribution +databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Sep 4 09:52:48 2013 (r326266) +++ head/databases/Makefile Wed Sep 4 09:55:38 2013 (r326267) @@ -647,7 +647,6 @@ SUBDIR += php55-sybase_ct SUBDIR += phpminiadmin SUBDIR += phpmyadmin - SUBDIR += phpmyadmin35 SUBDIR += phppgadmin SUBDIR += postgis SUBDIR += postgis20 Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 4 09:52:48 2013 (r326266) +++ head/www/Makefile Wed Sep 4 09:55:38 2013 (r326267) @@ -810,7 +810,6 @@ SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-Plugin-Unicode - SUBDIR += p5-Catalyst-Plugin-Unicode-Encoding SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 11:00:16 2013 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 ESMTP id 4E6FBA32; Wed, 4 Sep 2013 11:00:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BF7C28CC; Wed, 4 Sep 2013 11:00:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84B0G78000686; Wed, 4 Sep 2013 11:00:16 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84B0GWL000685; Wed, 4 Sep 2013 11:00:16 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309041100.r84B0GWL000685@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 4 Sep 2013 11:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326268 - head/net/p5-AnyEvent-Twitter-Stream 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.14 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: Wed, 04 Sep 2013 11:00:16 -0000 Author: mat Date: Wed Sep 4 11:00:15 2013 New Revision: 326268 URL: http://svnweb.freebsd.org/changeset/ports/326268 Log: This one uses Module::Build::Tiny to build. Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 09:55:38 2013 (r326267) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 11:00:15 2013 (r326268) @@ -10,13 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop +BUILD_DEPENDS= p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild MAN3= AnyEvent::Twitter::Stream.3 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 11:38:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9653E213; Wed, 4 Sep 2013 11:38:58 +0000 (UTC) (envelope-from martymac@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 843F72B26; Wed, 4 Sep 2013 11:38:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84BcwP6021663; Wed, 4 Sep 2013 11:38:58 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84Bcwfk021662; Wed, 4 Sep 2013 11:38:58 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309041138.r84Bcwfk021662@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 4 Sep 2013 11:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326269 - head/audio/gnaural 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.14 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: Wed, 04 Sep 2013 11:38:58 -0000 Author: martymac Date: Wed Sep 4 11:38:58 2013 New Revision: 326269 URL: http://svnweb.freebsd.org/changeset/ports/326269 Log: Fix build when audio/portaudio is installed PR: ports/181683 Submitted by: amdmi3 Modified: head/audio/gnaural/Makefile Modified: head/audio/gnaural/Makefile ============================================================================== --- head/audio/gnaural/Makefile Wed Sep 4 11:00:15 2013 (r326268) +++ head/audio/gnaural/Makefile Wed Sep 4 11:38:58 2013 (r326269) @@ -13,7 +13,7 @@ COMMENT= Binaural beat generator LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \ +LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \ sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 11:50:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84A9F48F; Wed, 4 Sep 2013 11:50:30 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 711172BFC; Wed, 4 Sep 2013 11:50:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84BoUmI027933; Wed, 4 Sep 2013 11:50:30 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84BoUkY027931; Wed, 4 Sep 2013 11:50:30 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309041150.r84BoUkY027931@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 11:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326270 - head/net/p5-Net-Patricia 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.14 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: Wed, 04 Sep 2013 11:50:30 -0000 Author: tobez Date: Wed Sep 4 11:50:29 2013 New Revision: 326270 URL: http://svnweb.freebsd.org/changeset/ports/326270 Log: Update to 1.21. Changes: http://search.cpan.org/dist/Net-Patricia/Changes Modified: head/net/p5-Net-Patricia/Makefile head/net/p5-Net-Patricia/distinfo Modified: head/net/p5-Net-Patricia/Makefile ============================================================================== --- head/net/p5-Net-Patricia/Makefile Wed Sep 4 11:38:58 2013 (r326269) +++ head/net/p5-Net-Patricia/Makefile Wed Sep 4 11:50:29 2013 (r326270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Patricia -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Patricia/distinfo ============================================================================== --- head/net/p5-Net-Patricia/distinfo Wed Sep 4 11:38:58 2013 (r326269) +++ head/net/p5-Net-Patricia/distinfo Wed Sep 4 11:50:29 2013 (r326270) @@ -1,2 +1,2 @@ -SHA256 (Net-Patricia-1.20.tar.gz) = bbec37f44384346b53daf2599bf1a3dd0726cde946e7cff56f3f6ac0ace072ef -SIZE (Net-Patricia-1.20.tar.gz) = 27271 +SHA256 (Net-Patricia-1.21.tar.gz) = b03906e3ad3708c1ebef17935c38fef347dbb430b283a263d4f3f4aefbacff64 +SIZE (Net-Patricia-1.21.tar.gz) = 27911 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 12:28:21 2013 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 ESMTP id EC530F26; Wed, 4 Sep 2013 12:28:20 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB4822EC4; Wed, 4 Sep 2013 12:28:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84CSK64050218; Wed, 4 Sep 2013 12:28:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84CSGFl050189; Wed, 4 Sep 2013 12:28:16 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041228.r84CSGFl050189@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 12:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326271 - in head/mail: dkfilter fetchyahoo ftrack mavbiff minimalist p5-Email-Reply p5-MIME-EncWords p5-Mail-MailStats p5-Mail-MboxParser p5-Mail-POP3Client p5-Mail-SRS p5-Mail-Tools p... 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.14 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: Wed, 04 Sep 2013 12:28:21 -0000 Author: az Date: Wed Sep 4 12:28:16 2013 New Revision: 326271 URL: http://svnweb.freebsd.org/changeset/ports/326271 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/dkfilter/Makefile (contents, props changed) head/mail/fetchyahoo/Makefile head/mail/ftrack/Makefile (contents, props changed) head/mail/mavbiff/Makefile (contents, props changed) head/mail/minimalist/Makefile (contents, props changed) head/mail/p5-Email-Reply/Makefile (contents, props changed) head/mail/p5-MIME-EncWords/Makefile (contents, props changed) head/mail/p5-Mail-MailStats/Makefile (contents, props changed) head/mail/p5-Mail-MboxParser/Makefile (contents, props changed) head/mail/p5-Mail-POP3Client/Makefile (contents, props changed) head/mail/p5-Mail-SRS/Makefile (contents, props changed) head/mail/p5-Mail-Tools/Makefile (contents, props changed) head/mail/p5-Net-POP3-SSLWrapper/Makefile head/mail/p5-Net-SenderBase/Makefile (contents, props changed) head/mail/postfix-logwatch/Makefile (contents, props changed) head/mail/postpals/Makefile (contents, props changed) head/mail/rlytest/Makefile (contents, props changed) head/mail/squirrelmail-secure_login-plugin/Makefile (contents, props changed) head/mail/squirrelmail-vlogin-plugin/Makefile (contents, props changed) Modified: head/mail/dkfilter/Makefile ============================================================================== --- head/mail/dkfilter/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/dkfilter/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:$ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= dkfilter_in dkfilter_out USERS= ${DKFILTER_USERNAME} Modified: head/mail/fetchyahoo/Makefile ============================================================================== --- head/mail/fetchyahoo/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/fetchyahoo/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -24,7 +24,7 @@ PLIST_DIRS= share/examples/fetchyahoo PLIST_FILES= bin/fetchyahoo share/examples/fetchyahoo/fetchyahoorc PORTDOCS= COPYING ChangeLog Credits INSTALL TODO index.html NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: @${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin Modified: head/mail/ftrack/Makefile ============================================================================== --- head/mail/ftrack/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/ftrack/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -24,7 +24,7 @@ USE_GMAKE= yes ALL_TARGET= ftrack MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USE_PERL5= yes +USES= perl5 PORTDOCS= ftrack.faq readme report.err Modified: head/mail/mavbiff/Makefile ============================================================================== --- head/mail/mavbiff/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/mavbiff/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -15,7 +15,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Small screen with active mailboxes and bring-to-front-facility USE_GNOME= gtk12 -USE_PERL5= yes +USES= perl5 MAN1= mavbiff.1 Modified: head/mail/minimalist/Makefile ============================================================================== --- head/mail/minimalist/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/minimalist/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/ MAINTAINER= gmarco@gufi.org COMMENT= A minimalistic mailing list manager -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes EXTRA_SUB_FILES=docs/README minimalist.conf-sample minimalist.pl \ contrib/minimalist_request.pl Modified: head/mail/p5-Email-Reply/Makefile ============================================================================== --- head/mail/p5-Email-Reply/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Email-Reply/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${P p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Reply.3 Modified: head/mail/p5-MIME-EncWords/Makefile ============================================================================== --- head/mail/p5-MIME-EncWords/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-MIME-EncWords/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -16,7 +16,8 @@ COMMENT= Deal with RFC 2047 encoded word RUN_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MIME::EncWords.3 MIME::EncWords::JA_JP.3 Modified: head/mail/p5-Mail-MailStats/Makefile ============================================================================== --- head/mail/p5-Mail-MailStats/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Mail-MailStats/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -17,7 +17,8 @@ COMMENT= Perl module to detect newer mes BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Stats::Record.3 Mail::Stats.3 Modified: head/mail/p5-Mail-MboxParser/Makefile ============================================================================== --- head/mail/p5-Mail-MboxParser/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Mail-MboxParser/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSD p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \ Mail::MboxParser::Mail.3 \ Modified: head/mail/p5-Mail-POP3Client/Makefile ============================================================================== --- head/mail/p5-Mail-POP3Client/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Mail-POP3Client/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module to talk to a POP3 (RFC1939) server -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Mail::POP3Client.3 Modified: head/mail/p5-Mail-SRS/Makefile ============================================================================== --- head/mail/p5-Mail-SRS/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Mail-SRS/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -28,6 +28,7 @@ MAN3= Mail::SRS.3 \ MAN1= srs.1 \ srsd.1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/mail/p5-Mail-Tools/Makefile ============================================================================== --- head/mail/p5-Mail-Tools/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Mail-Tools/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -14,7 +14,8 @@ COMMENT= Perl5 modules for dealing with RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Address.3 \ Mail::Cap.3 \ Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile ============================================================================== --- head/mail/p5-Net-POP3-SSLWrapper/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Net-POP3-SSLWrapper/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -13,7 +13,8 @@ COMMENT= Perl extension for simple POP3S BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::POP3::SSLWrapper.3 Modified: head/mail/p5-Net-SenderBase/Makefile ============================================================================== --- head/mail/p5-Net-SenderBase/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/p5-Net-SenderBase/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -17,7 +17,8 @@ COMMENT= Query the SenderBase service RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SenderBase.3 \ Net::SenderBase::Query.3 \ Modified: head/mail/postfix-logwatch/Makefile ============================================================================== --- head/mail/postfix-logwatch/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/postfix-logwatch/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -22,7 +22,8 @@ PORTEXAMPLES= ${PORTNAME}.conf ${PORTNAM MAN1= ${PORTNAME}.1 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes post-patch: Modified: head/mail/postpals/Makefile ============================================================================== --- head/mail/postpals/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/postpals/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-IO-Multiplex>=0:${PORTSD SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-taillog -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes USERS= postpals Modified: head/mail/rlytest/Makefile ============================================================================== --- head/mail/rlytest/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/rlytest/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -16,7 +16,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNA NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 MAN1= rlytest.1 PLIST_FILES= bin/rlytest Modified: head/mail/squirrelmail-secure_login-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-secure_login-plugin/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/squirrelmail-secure_login-plugin/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -12,7 +12,8 @@ COMMENT= This plugin will automatically LICENSE= GPLv2 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" .include Modified: head/mail/squirrelmail-vlogin-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-vlogin-plugin/Makefile Wed Sep 4 11:50:29 2013 (r326270) +++ head/mail/squirrelmail-vlogin-plugin/Makefile Wed Sep 4 12:28:16 2013 (r326271) @@ -13,7 +13,8 @@ DIST_SUBDIR= squirrelmail MAINTAINER= neil@darlow.co.uk COMMENT= Adds multi-site-hosting capabilities to SquirrelMail -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_SM_COMPAT= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 12:36:17 2013 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 ESMTP id 3CC3C2DB; Wed, 4 Sep 2013 12:36:17 +0000 (UTC) (envelope-from s.montgomerysmith@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6C8F2F5F; Wed, 4 Sep 2013 12:36:16 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id qa5so349943ieb.32 for ; Wed, 04 Sep 2013 05:36:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=SSBfARSPhGE7WDZ6wWKe2paBGL0GhbQHImRCY/IhUd4=; b=q+ykgNX+pLY2aZeHGz0BLQr7Yhk63tN3WZbPRZvi938HoC7/jSxZ6LDwQAIbhN7QBU XyXRAxQRynBxkKgGj2FrvVwGAAvVUQ+mRXI3h4z29i0razreYpe/Xgrr7J3f0DDlGks3 T6zhbuPuXoK3hLCerFwcl3Ziw2r52bxYoF5HoDrE0CyVgKIQfS9rOvo0mwAnSyrXkE56 lrlO6frATrRPySbgmENokiAf1Bysx2zo1IwPg8xYqfFOJCOEL+vf49rsyTC2ettsBxWU 4TFwV9+6FWx5JueIIrWlG3n5JGanPyFFUfMXkEowHu+CJKv/lpi4lTRo7gGFnQgjYc59 Py9A== X-Received: by 10.43.125.4 with SMTP id gq4mr1607183icc.1.1378298175874; Wed, 04 Sep 2013 05:36:15 -0700 (PDT) Received: from [192.168.0.11] (50-82-246-58.client.mchsi.com. [50.82.246.58]) by mx.google.com with ESMTPSA id i1sm3998942iga.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 05:36:15 -0700 (PDT) Sender: Stephen Montgomery-Smith Message-ID: <5227293D.30108@missouri.edu> Date: Wed, 04 Sep 2013 07:36:13 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg References: <201309040138.r841cHYC074414@svn.freebsd.org> <20130904033030.GC71557@FreeBSD.org> In-Reply-To: <20130904033030.GC71557@FreeBSD.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Stephen Montgomery-Smith , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 12:36:17 -0000 On 09/03/2013 10:30 PM, Alexey Dokuchaev wrote: > On Wed, Sep 04, 2013 at 01:38:17AM +0000, Stephen Montgomery-Smith wrote: >> New Revision: 326241 >> URL: http://svnweb.freebsd.org/changeset/ports/326241 >> >> Log: >> - Set make_jobs_unsafe, otherwise patches can get applied out of order. With this particular port, I am not quite sure exactly what goes wrong. But at some point, it applies a whole bunch of patches within its Makefile. And I was getting "patch already applied" errors. Something was being done out of order - maybe it wasn't specifically the application of the patches. > > Do you see any better solution to this? Maybe force the order somehow? > MAKE_JOBS_UNSAFE should be used as a last resort, when problem cannot be > easily fixed. > > ./danfe (dreaming of 100% jobs-safe ports tree :) I probably could try to find a fix (but I'll have to read up on how gmake performs its -j operations first). However, from a philosophical point of view, if a project external to FreeBSD makes source code that is not safe for the -j option to be used, should FreeBSD ports committers feel that it is our job to correct their source code? I think the answer should be "no," and it seems you disagree. I would like to hear what other people think. From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 12:42:17 2013 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 ESMTP id 77731532; Wed, 4 Sep 2013 12:42:17 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6052FEC; Wed, 4 Sep 2013 12:42:16 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EE271435C7; Wed, 4 Sep 2013 07:41:53 -0500 (CDT) Message-ID: <52272A7E.2060409@marino.st> Date: Wed, 04 Sep 2013 14:41:34 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Stephen Montgomery-Smith Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg References: <201309040138.r841cHYC074414@svn.freebsd.org> <20130904033030.GC71557@FreeBSD.org> <5227293D.30108@missouri.edu> In-Reply-To: <5227293D.30108@missouri.edu> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Stephen Montgomery-Smith , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org 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: Wed, 04 Sep 2013 12:42:17 -0000 On 9/4/2013 14:36, Stephen Montgomery-Smith wrote: > > However, from a philosophical point of view, if a project external to > FreeBSD makes source code that is not safe for the -j option to be used, > should FreeBSD ports committers feel that it is our job to correct their > source code? > > I think the answer should be "no," and it seems you disagree. I would > like to hear what other people think. > Often issues like this are due to upstream not really understanding how g/make works and when somebody points out issues and suggests a fix, the fix is often taken with gratitude. In general I agree with you, but if the fix is trivial, why not to try to push it back upstream? John From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:07:45 2013 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 ESMTP id 42974FDE; Wed, 4 Sep 2013 13:07:45 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 221C42222; Wed, 4 Sep 2013 13:07:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84D7j81073035; Wed, 4 Sep 2013 13:07:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84D7fNx073011; Wed, 4 Sep 2013 13:07:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041307.r84D7fNx073011@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 13:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326272 - in head: mail/listadmin mail/p5-Email-Date-Format mail/p5-Email-Valid-Loose mail/p5-MIME-Charset mail/p5-Mail-Field-Received mail/p5-SES mail/postfix-policyd-spf-perl print/cd... 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.14 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: Wed, 04 Sep 2013 13:07:45 -0000 Author: az Date: Wed Sep 4 13:07:40 2013 New Revision: 326272 URL: http://svnweb.freebsd.org/changeset/ports/326272 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/listadmin/Makefile (contents, props changed) head/mail/p5-Email-Date-Format/Makefile (contents, props changed) head/mail/p5-Email-Valid-Loose/Makefile (contents, props changed) head/mail/p5-MIME-Charset/Makefile (contents, props changed) head/mail/p5-Mail-Field-Received/Makefile (contents, props changed) head/mail/p5-SES/Makefile head/mail/postfix-policyd-spf-perl/Makefile (contents, props changed) head/print/cdlabelgen/Makefile (contents, props changed) head/print/easylatex/Makefile (contents, props changed) head/print/foomatic-db-engine/Makefile (contents, props changed) head/print/html2ps/Makefile (contents, props changed) head/print/latex-ucs/Makefile (contents, props changed) head/print/latexdiff/Makefile (contents, props changed) head/print/p5-Net-CUPS/Makefile (contents, props changed) head/print/p5-Net-Printer/Makefile head/print/p5-PDF-Template/Makefile (contents, props changed) head/print/p5-XML-ApacheFOP/Makefile (contents, props changed) head/print/ps2eps/Makefile (contents, props changed) head/print/txtbdf2ps/Makefile (contents, props changed) Modified: head/mail/listadmin/Makefile ============================================================================== --- head/mail/listadmin/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/listadmin/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Text-Reform>=0:${PORTSDI p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/listadmin MAN1= listadmin.1 Modified: head/mail/p5-Email-Date-Format/Makefile ============================================================================== --- head/mail/p5-Email-Date-Format/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Email-Date-Format/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Produce RFC 2822 date strings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Date::Format.3 Modified: head/mail/p5-Email-Valid-Loose/Makefile ============================================================================== --- head/mail/p5-Email-Valid-Loose/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Email-Valid-Loose/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ COMMENT= A variation of Email::Valid whi BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Valid::Loose.3 Modified: head/mail/p5-MIME-Charset/Makefile ============================================================================== --- head/mail/p5-MIME-Charset/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-MIME-Charset/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr COMMENT= Charset Informations for MIME -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MIME::Charset.3 MIME::Charset::JA_JP.3 Modified: head/mail/p5-Mail-Field-Received/Makefile ============================================================================== --- head/mail/p5-Mail-Field-Received/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Mail-Field-Received/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Field::Received.3 Modified: head/mail/p5-SES/Makefile ============================================================================== --- head/mail/p5-SES/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-SES/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-LWP-Protocol-https>=0:${ p5-libwww>=6:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes WRKSRC= ${WRKDIR}/bin Modified: head/mail/postfix-policyd-spf-perl/Makefile ============================================================================== --- head/mail/postfix-policyd-spf-perl/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/postfix-policyd-spf-perl/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Mail-SPF>=0:${PORTSDIR}/ p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-version>=0:${PORTSDIR}/devel/p5-version -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= sbin/postfix-policyd-spf-perl Modified: head/print/cdlabelgen/Makefile ============================================================================== --- head/print/cdlabelgen/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/cdlabelgen/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,7 @@ COMMENT= Generate postscript for frontca MAN1= cdlabelgen.1 MANCOMPRESSED= no -USE_PERL5= yes +USES= perl5 MAKE_ARGS= BASE_DIR="${PREFIX}" \ LIB_DIR="${DATADIR}" \ INSTALL="${INSTALL_SCRIPT}" \ Modified: head/print/easylatex/Makefile ============================================================================== --- head/print/easylatex/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/easylatex/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,7 @@ COMMENT= Perl script which transforms "p RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare NO_BUILD= yes -USE_PERL5= yes +USES= perl5 post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \ Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/foomatic-db-engine/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -24,7 +24,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl PROJECTHOST= bsdistfiles USE_GNOME= libxml2 -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ Modified: head/print/html2ps/Makefile ============================================================================== --- head/print/html2ps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/html2ps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -21,7 +21,7 @@ RUN_DEPENDS= mogrify:${PORTSDIR}/graphic paperconf:${PORTSDIR}/print/libpaper NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_GHOSTSCRIPT_RUN= yes SUB_FILES= html2psrc Modified: head/print/latex-ucs/Makefile ============================================================================== --- head/print/latex-ucs/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/latex-ucs/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for using UTF-8 as input encoding NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_TEX= latex PLIST_SUB= MKTEXLSR="${MKTEXLSR}" CLASSDIR=${CLASSDIR} Modified: head/print/latexdiff/Makefile ============================================================================== --- head/print/latexdiff/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/latexdiff/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Determine and mark up significa RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes NO_BUILD= yes Modified: head/print/p5-Net-CUPS/Makefile ============================================================================== --- head/print/p5-Net-CUPS/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-Net-CUPS/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Interface to the CUPS API BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CUPS.3 \ Net::CUPS::Destination.3 \ Modified: head/print/p5-Net-Printer/Makefile ============================================================================== --- head/print/p5-Net-Printer/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-Net-Printer/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -12,7 +12,8 @@ COMMENT= Perl extension for direct-to-lp LICENSE= BSD -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Printer.3 Modified: head/print/p5-PDF-Template/Makefile ============================================================================== --- head/print/p5-PDF-Template/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-PDF-Template/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ BUILD_DEPENDS+= pdflib-perl>=0:${PORTSDI p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PDF::Template::Element::Weblink.3 \ PDF::Template::Container::Scope.3 \ Modified: head/print/p5-XML-ApacheFOP/Makefile ============================================================================== --- head/print/p5-XML-ApacheFOP/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-XML-ApacheFOP/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Java>=0:${PORTSDIR}/de ${LOCALBASE}/share/java/fop/build/fop.jar:${PORTSDIR}/textproc/fop RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::ApacheFOP.3 Modified: head/print/ps2eps/Makefile ============================================================================== --- head/print/ps2eps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/ps2eps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Generate Encapsulated Postscrip WRKSRC= ${WRKDIR}/ps2eps USE_GHOSTSCRIPT_RUN= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= ps2eps.1 bbox.1 do-build: Modified: head/print/txtbdf2ps/Makefile ============================================================================== --- head/print/txtbdf2ps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/txtbdf2ps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -19,7 +19,7 @@ COMMENT= Translator TXT + BDF to PS PROJECTHOST= ak-various-projects PLIST_FILES= bin/txtbdf2ps -USE_PERL5= yes +USES= perl5 EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:09:08 2013 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 ESMTP id A0ECC16E; Wed, 4 Sep 2013 13:09:08 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EB5F223A; Wed, 4 Sep 2013 13:09:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84D98M4073580; Wed, 4 Sep 2013 13:09:08 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84D98jg073579; Wed, 4 Sep 2013 13:09:08 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309041309.r84D98jg073579@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 4 Sep 2013 13:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326273 - head/x11-toolkits/Xaw3d 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.14 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: Wed, 04 Sep 2013 13:09:08 -0000 Author: tijl Date: Wed Sep 4 13:09:08 2013 New Revision: 326273 URL: http://svnweb.freebsd.org/changeset/ports/326273 Log: - Remove USE_GCC=any. - Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support. Modified: head/x11-toolkits/Xaw3d/Makefile Modified: head/x11-toolkits/Xaw3d/Makefile ============================================================================== --- head/x11-toolkits/Xaw3d/Makefile Wed Sep 4 13:07:40 2013 (r326272) +++ head/x11-toolkits/Xaw3d/Makefile Wed Sep 4 13:09:08 2013 (r326273) @@ -3,7 +3,7 @@ PORTNAME= Xaw3d PORTVERSION= 1.5E -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ \ ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/ @@ -13,9 +13,9 @@ COMMENT= 3-D Athena Widget set that look LICENSE= MIT +OPTIONS_DEFINE= DOCS NLS WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USES= imake -USE_GCC= any USE_XORG= x11 xext xmu xt sm ice xpm USE_LDCONFIG= yes @@ -41,13 +41,6 @@ post-extract: ${WRKSRC}/Imakefile .endif -# Workaround a bug in egcs on FreeBSD/Alpha. -.if ${ARCH} == "alpha" -post-configure: - @(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \ - 's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile) -.endif - post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:11:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 952DA281; Wed, 4 Sep 2013 13:11:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 831372278; Wed, 4 Sep 2013 13:11:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84DB2s1076391; Wed, 4 Sep 2013 13:11:02 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84DB27W076390; Wed, 4 Sep 2013 13:11:02 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309041311.r84DB27W076390@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 4 Sep 2013 13:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326274 - head/Mk/Uses 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.14 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: Wed, 04 Sep 2013 13:11:02 -0000 Author: mat Date: Wed Sep 4 13:11:02 2013 New Revision: 326274 URL: http://svnweb.freebsd.org/changeset/ports/326274 Log: * Add devel/p5-Module-Build-Tiny support to USE_PERL5 with modbuildtiny. * Add doc for the configure, modbuild and modbuildtiny options. Reviewed by: az, bapt Approved by: az, bapt Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Wed Sep 4 13:09:08 2013 (r326273) +++ head/Mk/Uses/perl5.mk Wed Sep 4 13:11:02 2013 (r326274) @@ -26,7 +26,10 @@ # SITE_PERL - Directory name where site specific perl packages go. # This value is added to PLIST_SUB. # USE_PERL5 - If set, this port uses perl5 in one or more of the extract, -# patch, build, install or run phases +# patch, build, install or run phases. +# It can also have configure, modbuild and modbuildtiny when +# the port needs to run Makefile.PL, Build.PL and a +# Module::Build::Tiny flavor of Build.PL. .if !defined(_INCLUDE_USES_PERL5_MK) _INCLUDE_USES_PERL5_MK= yes @@ -147,12 +150,15 @@ _MANPAGES+= ${P5MAN${sect}:S%^%${PREFIX} .endif .endfor -.if ${_USE_PERL5:Mmodbuild} +.if ${_USE_PERL5:Mmodbuild} || ${_USE_PERL5:Mmodbuildtiny} _USE_PERL5+= configure CONFIGURE_SCRIPT?= Build.PL .if ${PORTNAME} != Module-Build BUILD_DEPENDS+= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build .endif +.if ${_USE_PERL5:Mmodbuildtiny} +BUILD_DEPENDS+= ${SITE_PERL}/Module/Build/Tiny.pm:${PORTSDIR}/devel/p5-Module-Build-Tiny +.endif ALL_TARGET?= PL_BUILD?= Build CONFIGURE_ARGS+= \ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:19:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDB0945D; Wed, 4 Sep 2013 13:19:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CF272300; Wed, 4 Sep 2013 13:19:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84DJbke079560; Wed, 4 Sep 2013 13:19:37 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84DJbak079554; Wed, 4 Sep 2013 13:19:37 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309041319.r84DJbak079554@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 4 Sep 2013 13:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326275 - in head: devel/p5-Const-Fast devel/p5-MooseX-Storage net/p5-AnyEvent-Twitter-Stream 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.14 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: Wed, 04 Sep 2013 13:19:37 -0000 Author: mat Date: Wed Sep 4 13:19:36 2013 New Revision: 326275 URL: http://svnweb.freebsd.org/changeset/ports/326275 Log: Use the new modbuildtiny macro. Modified: head/devel/p5-Const-Fast/Makefile head/devel/p5-MooseX-Storage/Makefile head/net/p5-AnyEvent-Twitter-Stream/Makefile Modified: head/devel/p5-Const-Fast/Makefile ============================================================================== --- head/devel/p5-Const-Fast/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/devel/p5-Const-Fast/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -15,14 +15,13 @@ COMMENT= Facility for creating read-only LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= Const::Fast.3 Modified: head/devel/p5-MooseX-Storage/Makefile ============================================================================== --- head/devel/p5-MooseX-Storage/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/devel/p5-MooseX-Storage/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -16,8 +16,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.026:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ @@ -27,7 +26,7 @@ TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= MooseX::Storage.3 \ MooseX::Storage::Base::WithChecksum.3 \ Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -10,14 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop -BUILD_DEPENDS= p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= AnyEvent::Twitter::Stream.3 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:31:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FF62CB0; Wed, 4 Sep 2013 13:31:04 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4842F246D; Wed, 4 Sep 2013 13:31:03 +0000 (UTC) Received: from [128.206.184.213] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r84DUT3B034897; Wed, 4 Sep 2013 08:30:29 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <522735F4.9060601@missouri.edu> Date: Wed, 04 Sep 2013 08:30:28 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130816 Thunderbird/17.0.8 MIME-Version: 1.0 To: marino@freebsd.org Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg References: <201309040138.r841cHYC074414@svn.freebsd.org> <20130904033030.GC71557@FreeBSD.org> <5227293D.30108@missouri.edu> <52272A7E.2060409@marino.st> In-Reply-To: <52272A7E.2060409@marino.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, Stephen Montgomery-Smith , John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 13:31:04 -0000 On 09/04/13 07:41, John Marino wrote: > On 9/4/2013 14:36, Stephen Montgomery-Smith wrote: >> >> However, from a philosophical point of view, if a project external to >> FreeBSD makes source code that is not safe for the -j option to be used, >> should FreeBSD ports committers feel that it is our job to correct their >> source code? >> >> I think the answer should be "no," and it seems you disagree. I would >> like to hear what other people think. >> > > Often issues like this are due to upstream not really understanding how > g/make works and when somebody points out issues and suggests a fix, the > fix is often taken with gratitude. > > In general I agree with you, but if the fix is trivial, why not to try > to push it back upstream? OK, what I will do is to first try to understand how gmake -j works. Then look for a fix. Then see if they want it upstream. But it will probably take me a while to get it all done. From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:45:39 2013 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 ESMTP id 8E89E6A; Wed, 4 Sep 2013 13:45:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C723253B; Wed, 4 Sep 2013 13:45:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84Djdai094932; Wed, 4 Sep 2013 13:45:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84DjdAQ094931; Wed, 4 Sep 2013 13:45:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041345.r84DjdAQ094931@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 13:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326276 - head 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.14 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: Wed, 04 Sep 2013 13:45:39 -0000 Author: bapt Date: Wed Sep 4 13:45:38 2013 New Revision: 326276 URL: http://svnweb.freebsd.org/changeset/ports/326276 Log: Back to the present Reported by: madpilot Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Sep 4 13:19:36 2013 (r326275) +++ head/CHANGES Wed Sep 4 13:45:38 2013 (r326276) @@ -10,7 +10,7 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. -21030902: +20130902: AUTHOR: bapt@FreeBSD.org USE_GNOME=pkgconfig is not supported anymore by the ports tree, please From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:47:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0D6A197; Wed, 4 Sep 2013 13:47:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEE7A254D; Wed, 4 Sep 2013 13:47:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84Dl8PN095461; Wed, 4 Sep 2013 13:47:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84Dl8ZW095460; Wed, 4 Sep 2013 13:47:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041347.r84Dl8ZW095460@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 13:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326277 - head/archivers/libpar2 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.14 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: Wed, 04 Sep 2013 13:47:09 -0000 Author: bapt Date: Wed Sep 4 13:47:08 2013 New Revision: 326277 URL: http://svnweb.freebsd.org/changeset/ports/326277 Log: Fix build without libstdc++ Modified: head/archivers/libpar2/Makefile Modified: head/archivers/libpar2/Makefile ============================================================================== --- head/archivers/libpar2/Makefile Wed Sep 4 13:45:38 2013 (r326276) +++ head/archivers/libpar2/Makefile Wed Sep 4 13:47:08 2013 (r326277) @@ -24,6 +24,11 @@ USES= pkgconfig .include +post-patch: + @${REINPLACE_CMD} -e "s/-lstdc++//g" \ + ${WRKSRC}/Makefile.in \ + ${WRKSRC}/configure + post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 14:00:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9FA2A5D3; Wed, 4 Sep 2013 14:00:30 +0000 (UTC) Date: Wed, 4 Sep 2013 14:00:30 +0000 From: Alexey Dokuchaev To: Stephen Montgomery-Smith Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg Message-ID: <20130904140030.GA37324@FreeBSD.org> References: <201309040138.r841cHYC074414@svn.freebsd.org> <20130904033030.GC71557@FreeBSD.org> <5227293D.30108@missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5227293D.30108@missouri.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Stephen Montgomery-Smith , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 14:00:30 -0000 On Wed, Sep 04, 2013 at 07:36:13AM -0500, Stephen Montgomery-Smith wrote: > However, from a philosophical point of view, if a project external to > FreeBSD makes source code that is not safe for the -j option to be used, > should FreeBSD ports committers feel that it is our job to correct their > source code? This is a question of how far we, as a distributor (packager) of software, want to go in trying to make it perfect. I view upstream tarballs as raw material, and rarely all it takes is to simply run ./configure && make && make install to give our users (of both packages and ports) something close to perfect. One might think that we should care about run-time issues, but Debian for example often goes down to fixing spelling mistakes in manpages and documentation, and they even write missing manpages themselves! I am very much charmed by this kind of attitude. I think we can do the same. Build times matter for people who maintain their installed software with ports, and personally I hate to see my quad CPU being 75% idle because I was too lazy to properly fix (from what I see, in most cases it is fairly easy to do) some port. We could well just mark ports as jobs unsafe and report the problem to the upstream. The thing is that just like we don't like PRs without patches, upstream also gets more eager to work with bug reports that provide either working solution, or at least some helpful analysis. This is especially important to FreeBSD (and other less-popular-than-GNU/Linux systems) as it helps to increase awareness of FreeBSD as not just friendly and supportive community, but also a nice operating system to develop software for. Most people develop on and for GNU/Linux; bug report without a patch for "some BSD thingy" is more likely to be ignored (vs. bug report without a patch, but for GNU/Linux). That said, I'm joining John is his reply: try it, see if the -jX problem's simple of not. Maybe the fix is trivial (it happens more often than one might think). If it's hard, google it: chances are that the patch already exists and floats on the net; check upstream github, etc. These kind of background checks won't eat too much time. If the problem deems hard, oh well, there is always MAKE_JOBS_UNSAFE. ./danfe From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 14:05:39 2013 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 ESMTP id B166F723; Wed, 4 Sep 2013 14:05:39 +0000 (UTC) (envelope-from sem@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EFBA2675; Wed, 4 Sep 2013 14:05:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84E5dIp007183; Wed, 4 Sep 2013 14:05:39 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84E5duS007181; Wed, 4 Sep 2013 14:05:39 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201309041405.r84E5duS007181@svn.freebsd.org> From: Sergey Matveychuk Date: Wed, 4 Sep 2013 14:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326278 - head/net/dhcprelya 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.14 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: Wed, 04 Sep 2013 14:05:39 -0000 Author: sem Date: Wed Sep 4 14:05:38 2013 New Revision: 326278 URL: http://svnweb.freebsd.org/changeset/ports/326278 Log: - Update to 4.7 Modified: head/net/dhcprelya/Makefile head/net/dhcprelya/distinfo Modified: head/net/dhcprelya/Makefile ============================================================================== --- head/net/dhcprelya/Makefile Wed Sep 4 13:47:08 2013 (r326277) +++ head/net/dhcprelya/Makefile Wed Sep 4 14:05:38 2013 (r326278) @@ -1,20 +1,21 @@ -# New ports collection makefile for: dhcprelya -# Date created: 17 December 2007 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ # PORTNAME= dhcprelya -PORTVERSION= 4.5 +PORTVERSION= 4.7 CATEGORIES= net -MASTER_SITES= http://sem.semmy.ru/ +MASTER_SITES= GH MAINTAINER= sem@FreeBSD.org COMMENT= Lightweight DHCP relay agent. Yandex edition LICENSE= BSD +USE_GITHUB= yes +GH_ACCOUNT= sem-hub +GH_COMMIT= 6df4e97 + USE_RC_SUBR= dhcprelya PORTDOCS= README @@ -30,7 +31,6 @@ RADIUS_PLUGIN_PLUGIN_DESC= build radius .if ${PORT_OPTIONS:MRADIUS_PLUGIN} PLIST_FILES+= lib/${PORTNAME}_radius_plugin.so -LIB_DEPENDS= freeradius-client.2:${PORTSDIR}/net/freeradius-client MAKE_ARGS= -DWITH_RADIUS_PLUGIN .endif Modified: head/net/dhcprelya/distinfo ============================================================================== --- head/net/dhcprelya/distinfo Wed Sep 4 13:47:08 2013 (r326277) +++ head/net/dhcprelya/distinfo Wed Sep 4 14:05:38 2013 (r326278) @@ -1,2 +1,2 @@ -SHA256 (dhcprelya-4.5.tar.gz) = 183fa92bb600fb5c9c27746b3ffa8a1dc8cf05598526adc95fbb1ac51e6c2942 -SIZE (dhcprelya-4.5.tar.gz) = 24548 +SHA256 (dhcprelya-4.7.tar.gz) = 0b59ec0276d89ec7be50aadad4d82acea8b154c877a822f69971c25725a660cd +SIZE (dhcprelya-4.7.tar.gz) = 24192 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 14:10:57 2013 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 ESMTP id 0748492B; Wed, 4 Sep 2013 14:10:57 +0000 (UTC) (envelope-from sem@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E990926DF; Wed, 4 Sep 2013 14:10:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84EAu5v011286; Wed, 4 Sep 2013 14:10:56 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84EAuhm011285; Wed, 4 Sep 2013 14:10:56 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201309041410.r84EAuhm011285@svn.freebsd.org> From: Sergey Matveychuk Date: Wed, 4 Sep 2013 14:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326279 - head/net/dhcprelya 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.14 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: Wed, 04 Sep 2013 14:10:57 -0000 Author: sem Date: Wed Sep 4 14:10:56 2013 New Revision: 326279 URL: http://svnweb.freebsd.org/changeset/ports/326279 Log: - Obsolated NOPORTDOCS Modified: head/net/dhcprelya/Makefile Modified: head/net/dhcprelya/Makefile ============================================================================== --- head/net/dhcprelya/Makefile Wed Sep 4 14:05:38 2013 (r326278) +++ head/net/dhcprelya/Makefile Wed Sep 4 14:10:56 2013 (r326279) @@ -38,7 +38,7 @@ post-patch: @${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 14:35:09 2013 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 ESMTP id 96E7C202; Wed, 4 Sep 2013 14:35:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75CA02880; Wed, 4 Sep 2013 14:35:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84EZ9FR025331; Wed, 4 Sep 2013 14:35:09 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84EZ8QX025327; Wed, 4 Sep 2013 14:35:08 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309041435.r84EZ8QX025327@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 14:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326280 - head/www/py-django-registration 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.14 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: Wed, 04 Sep 2013 14:35:09 -0000 Author: wg Date: Wed Sep 4 14:35:08 2013 New Revision: 326280 URL: http://svnweb.freebsd.org/changeset/ports/326280 Log: www/py-django-registration: update to 1.0 - Update to 1.0 [1] - Trim Makefile header [1] - Use single space in WWW [1] - Use CHEESESHOP mirror [2] PR: ports/181756 Submitted by: Kozlov Sergey [1] Approved by: maintainer [2] Modified: head/www/py-django-registration/Makefile head/www/py-django-registration/distinfo head/www/py-django-registration/pkg-descr head/www/py-django-registration/pkg-plist Modified: head/www/py-django-registration/Makefile ============================================================================== --- head/www/py-django-registration/Makefile Wed Sep 4 14:10:56 2013 (r326279) +++ head/www/py-django-registration/Makefile Wed Sep 4 14:35:08 2013 (r326280) @@ -1,22 +1,18 @@ -# New ports collection makefile for: py-django-registration -# Date created: 22 November 2009 -# Whom: Kevin Golding -# +# Created by: Kevin Golding # $FreeBSD$ -# PORTNAME= django-registration -PORTVERSION= 0.8 +PORTVERSION= 1.0 CATEGORIES= www python -MASTER_SITES= http://www.caomhin.org/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org -COMMENT= A user-registration application for Django +COMMENT= User-registration application for Django LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/www/py-django-registration/distinfo ============================================================================== --- head/www/py-django-registration/distinfo Wed Sep 4 14:10:56 2013 (r326279) +++ head/www/py-django-registration/distinfo Wed Sep 4 14:35:08 2013 (r326280) @@ -1,2 +1,2 @@ -SHA256 (django-registration-0.8.tar.gz) = 8ab4af959b5c44bd1a526501897fdf396a82295d931b08590ac6bb4f78773b39 -SIZE (django-registration-0.8.tar.gz) = 67933 +SHA256 (django-registration-1.0.tar.gz) = f19112fa1c1f34eb46427afa280398d9f044a604d68d6d0d15047243e0a71d93 +SIZE (django-registration-1.0.tar.gz) = 276715 Modified: head/www/py-django-registration/pkg-descr ============================================================================== --- head/www/py-django-registration/pkg-descr Wed Sep 4 14:10:56 2013 (r326279) +++ head/www/py-django-registration/pkg-descr Wed Sep 4 14:35:08 2013 (r326280) @@ -1,3 +1,4 @@ -A user-registration application for Django. +A fairly simple user-registration application for Django, +designed to make allowing user signups as painless as possible -WWW: http://bitbucket.org/ubernostrum/django-registration/ +WWW: http://bitbucket.org/ubernostrum/django-registration/ Modified: head/www/py-django-registration/pkg-plist ============================================================================== --- head/www/py-django-registration/pkg-plist Wed Sep 4 14:10:56 2013 (r326279) +++ head/www/py-django-registration/pkg-plist Wed Sep 4 14:35:08 2013 (r326280) @@ -31,12 +31,18 @@ %%PYTHON_SITELIBDIR%%/registration/backends/default/urls.py %%PYTHON_SITELIBDIR%%/registration/backends/default/urls.pyc %%PYTHON_SITELIBDIR%%/registration/backends/default/urls.pyo +%%PYTHON_SITELIBDIR%%/registration/backends/default/views.py +%%PYTHON_SITELIBDIR%%/registration/backends/default/views.pyc +%%PYTHON_SITELIBDIR%%/registration/backends/default/views.pyo %%PYTHON_SITELIBDIR%%/registration/backends/simple/__init__.py %%PYTHON_SITELIBDIR%%/registration/backends/simple/__init__.pyc %%PYTHON_SITELIBDIR%%/registration/backends/simple/__init__.pyo %%PYTHON_SITELIBDIR%%/registration/backends/simple/urls.py %%PYTHON_SITELIBDIR%%/registration/backends/simple/urls.pyc %%PYTHON_SITELIBDIR%%/registration/backends/simple/urls.pyo +%%PYTHON_SITELIBDIR%%/registration/backends/simple/views.py +%%PYTHON_SITELIBDIR%%/registration/backends/simple/views.pyc +%%PYTHON_SITELIBDIR%%/registration/backends/simple/views.pyo %%PYTHON_SITELIBDIR%%/registration/locale/ar/LC_MESSAGES/django.mo %%PYTHON_SITELIBDIR%%/registration/locale/ar/LC_MESSAGES/django.po %%PYTHON_SITELIBDIR%%/registration/locale/bg/LC_MESSAGES/django.mo @@ -109,9 +115,12 @@ %%PYTHON_SITELIBDIR%%/registration/tests/__init__.py %%PYTHON_SITELIBDIR%%/registration/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/registration/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/registration/tests/backends.py -%%PYTHON_SITELIBDIR%%/registration/tests/backends.pyc -%%PYTHON_SITELIBDIR%%/registration/tests/backends.pyo +%%PYTHON_SITELIBDIR%%/registration/tests/default_backend.py +%%PYTHON_SITELIBDIR%%/registration/tests/default_backend.pyc +%%PYTHON_SITELIBDIR%%/registration/tests/default_backend.pyo +%%PYTHON_SITELIBDIR%%/registration/tests/simple_backend.py +%%PYTHON_SITELIBDIR%%/registration/tests/simple_backend.pyc +%%PYTHON_SITELIBDIR%%/registration/tests/simple_backend.pyo %%PYTHON_SITELIBDIR%%/registration/tests/forms.py %%PYTHON_SITELIBDIR%%/registration/tests/forms.pyc %%PYTHON_SITELIBDIR%%/registration/tests/forms.pyo @@ -121,71 +130,68 @@ %%PYTHON_SITELIBDIR%%/registration/tests/urls.py %%PYTHON_SITELIBDIR%%/registration/tests/urls.pyc %%PYTHON_SITELIBDIR%%/registration/tests/urls.pyo -%%PYTHON_SITELIBDIR%%/registration/tests/views.py -%%PYTHON_SITELIBDIR%%/registration/tests/views.pyc -%%PYTHON_SITELIBDIR%%/registration/tests/views.pyo @dirrm %%PYTHON_SITELIBDIR%%/registration/tests @dirrm %%PYTHON_SITELIBDIR%%/registration/management/commands @dirrm %%PYTHON_SITELIBDIR%%/registration/management @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/zh_TW/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/zh_CN/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/tr_TR/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sv/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sr/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sl/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ru/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt_BR/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pl/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nl/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nb/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ko/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ja/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/it/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/is/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/hr/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/he/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fr/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fa/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es_AR/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/en/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/el/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/de/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/da/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/cs/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ca/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/bg/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ar/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/zh_TW +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/zh_CN/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/zh_CN +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/tr_TR/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/tr_TR +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sv/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sv +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sr/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sr +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sl/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/sl +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ru/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ru +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt_BR/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt_BR +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pt +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pl/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/pl +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nl/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nl +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nb/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/nb +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ko/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ko +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ja/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ja +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/it/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/it +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/is/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/is +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/hr/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/hr +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/he/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/he +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fr/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fr +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fa/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/fa +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es_AR/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es_AR +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/es +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/en/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/en +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/el/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/el +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/de/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/de +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/da/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/da +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/cs/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/cs +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ca/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ca +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/bg/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/bg +@dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ar/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/registration/locale/ar @dirrm %%PYTHON_SITELIBDIR%%/registration/locale @dirrm %%PYTHON_SITELIBDIR%%/registration/backends/simple From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 14:43:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 775434CE; Wed, 4 Sep 2013 14:43:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 653C32924; Wed, 4 Sep 2013 14:43:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84EhJ2n030157; Wed, 4 Sep 2013 14:43:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84EhJQg030156; Wed, 4 Sep 2013 14:43:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041443.r84EhJQg030156@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 14:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326281 - head/textproc/clucene 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.14 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: Wed, 04 Sep 2013 14:43:19 -0000 Author: bapt Date: Wed Sep 4 14:43:18 2013 New Revision: 326281 URL: http://svnweb.freebsd.org/changeset/ports/326281 Log: Fix typo Modified: head/textproc/clucene/Makefile Modified: head/textproc/clucene/Makefile ============================================================================== --- head/textproc/clucene/Makefile Wed Sep 4 14:35:08 2013 (r326280) +++ head/textproc/clucene/Makefile Wed Sep 4 14:43:18 2013 (r326281) @@ -20,7 +20,7 @@ USES= cmake iconv USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON -CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFIRMANCE_ +CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:09:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF199BAF; Wed, 4 Sep 2013 15:09:54 +0000 (UTC) (envelope-from mi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC4F42A96; Wed, 4 Sep 2013 15:09:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84F9s0H044254; Wed, 4 Sep 2013 15:09:54 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84F9sPJ044252; Wed, 4 Sep 2013 15:09:54 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309041509.r84F9sPJ044252@svn.freebsd.org> From: Mikhail Teterin Date: Wed, 4 Sep 2013 15:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326282 - head/devel/k8048 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.14 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: Wed, 04 Sep 2013 15:09:55 -0000 Author: mi Date: Wed Sep 4 15:09:54 2013 New Revision: 326282 URL: http://svnweb.freebsd.org/changeset/ports/326282 Log: Update from 2.12 to 2.13. Modified: head/devel/k8048/Makefile head/devel/k8048/distinfo Modified: head/devel/k8048/Makefile ============================================================================== --- head/devel/k8048/Makefile Wed Sep 4 14:43:18 2013 (r326281) +++ head/devel/k8048/Makefile Wed Sep 4 15:09:54 2013 (r326282) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= k8048 -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= devel MASTER_SITES= http://dev.kewl.org/k8048/ Modified: head/devel/k8048/distinfo ============================================================================== --- head/devel/k8048/distinfo Wed Sep 4 14:43:18 2013 (r326281) +++ head/devel/k8048/distinfo Wed Sep 4 15:09:54 2013 (r326282) @@ -1,2 +1,2 @@ -SHA256 (k8048-2.12.tar.gz) = fddb090edb9886f92dbf7b9c51b70ecfc5217391cc34c2d18641f455371a4135 -SIZE (k8048-2.12.tar.gz) = 4313678 +SHA256 (k8048-2.13.tar.gz) = 80eff434e9c85df2b252b9eba22f981926e526514b7710849cd47ddb2ce11572 +SIZE (k8048-2.13.tar.gz) = 5319456 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:16:50 2013 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 ESMTP id C7E91D44; Wed, 4 Sep 2013 15:16:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B322C2AF8; Wed, 4 Sep 2013 15:16:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FGofd049085; Wed, 4 Sep 2013 15:16:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FGoBf049083; Wed, 4 Sep 2013 15:16:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309041516.r84FGoBf049083@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Sep 2013 15:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326283 - head/net/p5-AnyEvent-Twitter-Stream 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.14 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: Wed, 04 Sep 2013 15:16:50 -0000 Author: sunpoet Date: Wed Sep 4 15:16:50 2013 New Revision: 326283 URL: http://svnweb.freebsd.org/changeset/ports/326283 Log: - Remove leading indefinite article from COMMENT Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 15:09:54 2013 (r326282) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 15:16:50 2013 (r326283) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl module to receive Twitter streaming API in an event loop +COMMENT= Perl module to receive Twitter streaming API in an event loop RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:23:53 2013 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 ESMTP id 9554EF04; Wed, 4 Sep 2013 15:23:53 +0000 (UTC) (envelope-from brooks@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 693432B5B; Wed, 4 Sep 2013 15:23:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FNrGx053676; Wed, 4 Sep 2013 15:23:53 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FNrCT053662; Wed, 4 Sep 2013 15:23:53 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201309041523.r84FNrCT053662@svn.freebsd.org> From: Brooks Davis Date: Wed, 4 Sep 2013 15:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326284 - in head/devel/llvm33: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 15:23:53 -0000 Author: brooks Date: Wed Sep 4 15:23:52 2013 New Revision: 326284 URL: http://svnweb.freebsd.org/changeset/ports/326284 Log: Fix the build on i386 9 with a patch from upstream the. This was broken by the enabling of R600 support. Tested by: mat Added: head/devel/llvm33/files/patch-svn-182446 (contents, props changed) Modified: head/devel/llvm33/Makefile Modified: head/devel/llvm33/Makefile ============================================================================== --- head/devel/llvm33/Makefile Wed Sep 4 15:16:50 2013 (r326283) +++ head/devel/llvm33/Makefile Wed Sep 4 15:23:52 2013 (r326284) @@ -2,7 +2,7 @@ PORTNAME= llvm PORTVERSION= 3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src Added: head/devel/llvm33/files/patch-svn-182446 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm33/files/patch-svn-182446 Wed Sep 4 15:23:52 2013 (r326284) @@ -0,0 +1,35 @@ +$FreeBSD$ +------------------------------------------------------------------------ +r182446 | rafael | 2013-05-22 03:30:47 +0100 (Wed, 22 May 2013) | 4 lines + +Attempt to fix the mingw32 bot. + +This should hopefully fix +http://lab.llvm.org:8011/builders/clang-x86_64-darwin11-self-mingw32 +------------------------------------------------------------------------ +Index: lib/Target/R600/SIISelLowering.cpp +=================================================================== +--- lib/Target/R600/SIISelLowering.cpp (revision 182445) ++++ lib/Target/R600/SIISelLowering.cpp (revision 182446) +@@ -338,7 +338,7 @@ + return Chain; + } + +-#define RSRC_DATA_FORMAT 0xf00000000000 ++const uint64_t RSRC_DATA_FORMAT = 0xf00000000000LL; + + SDValue SITargetLowering::LowerSTORE(SDValue Op, SelectionDAG &DAG) const { + StoreSDNode *StoreNode = cast(Op); +@@ -351,9 +351,9 @@ + return SDValue(); + } + +- SDValue SrcSrc = DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i128, +- DAG.getConstant(0, MVT::i64), +- DAG.getConstant(RSRC_DATA_FORMAT, MVT::i64)); ++ SDValue Zero = DAG.getConstant(0, MVT::i64); ++ SDValue Format = DAG.getConstant(RSRC_DATA_FORMAT, MVT::i64); ++ SDValue SrcSrc = DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i128, Zero, Format); + + SDValue Ops[2]; + Ops[0] = DAG.getNode(AMDGPUISD::BUFFER_STORE, DL, MVT::Other, Chain, From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:24:23 2013 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 ESMTP id E8405FEF; Wed, 4 Sep 2013 15:24:23 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5DCC2B66; Wed, 4 Sep 2013 15:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FON4D053955; Wed, 4 Sep 2013 15:24:23 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FON5f053953; Wed, 4 Sep 2013 15:24:23 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309041524.r84FON5f053953@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 15:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326285 - head/mail/p5-Email-Simple 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.14 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: Wed, 04 Sep 2013 15:24:24 -0000 Author: tobez Date: Wed Sep 4 15:24:23 2013 New Revision: 326285 URL: http://svnweb.freebsd.org/changeset/ports/326285 Log: Update to 2.202. Changes: http://search.cpan.org/dist/Email-Simple/Changes Modified: head/mail/p5-Email-Simple/Makefile head/mail/p5-Email-Simple/distinfo Modified: head/mail/p5-Email-Simple/Makefile ============================================================================== --- head/mail/p5-Email-Simple/Makefile Wed Sep 4 15:23:52 2013 (r326284) +++ head/mail/p5-Email-Simple/Makefile Wed Sep 4 15:24:23 2013 (r326285) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= Email-Simple -PORTVERSION= 2.201 +PORTVERSION= 2.202 CATEGORIES= mail perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/mail/p5-Email-Simple/distinfo ============================================================================== --- head/mail/p5-Email-Simple/distinfo Wed Sep 4 15:23:52 2013 (r326284) +++ head/mail/p5-Email-Simple/distinfo Wed Sep 4 15:24:23 2013 (r326285) @@ -1,2 +1,2 @@ -SHA256 (Email-Simple-2.201.tar.gz) = 7cbfc916f3da5ecd40cbcb69b4b5202c98732bd88fcffcfe192d5fc9b8265012 -SIZE (Email-Simple-2.201.tar.gz) = 31602 +SHA256 (Email-Simple-2.202.tar.gz) = b52b6b8559151178915af692cd5ff20f9f4d246c39f0759ca0c70a8ae8cca1f2 +SIZE (Email-Simple-2.202.tar.gz) = 33608 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:26:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 452E9191; Wed, 4 Sep 2013 15:26:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18B682B88; Wed, 4 Sep 2013 15:26:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FQbgm054937; Wed, 4 Sep 2013 15:26:37 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FQb3W054907; Wed, 4 Sep 2013 15:26:37 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309041526.r84FQb3W054907@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 4 Sep 2013 15:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326286 - head/net/exabgp 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.14 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: Wed, 04 Sep 2013 15:26:38 -0000 Author: zi Date: Wed Sep 4 15:26:37 2013 New Revision: 326286 URL: http://svnweb.freebsd.org/changeset/ports/326286 Log: - Update to 3.2.9 Modified: head/net/exabgp/Makefile head/net/exabgp/distinfo head/net/exabgp/pkg-plist Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Wed Sep 4 15:24:23 2013 (r326285) +++ head/net/exabgp/Makefile Wed Sep 4 15:26:37 2013 (r326286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= net MASTER_SITES= GH GHC \ http://mirrors.rit.edu/zi/ @@ -16,7 +16,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= Thomas-Mangin GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 9d7b143 +GH_COMMIT= f0b71c5 USE_PYTHON= yes SUB_FILES= pkg-message exabgp.sh SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ Modified: head/net/exabgp/distinfo ============================================================================== --- head/net/exabgp/distinfo Wed Sep 4 15:24:23 2013 (r326285) +++ head/net/exabgp/distinfo Wed Sep 4 15:26:37 2013 (r326286) @@ -1,2 +1,2 @@ -SHA256 (exabgp-3.2.8.tgz) = 9c635b25c08cbaabf23be3b9cb81aeb35ff5ca6ae77fb05307d56295737bf16c -SIZE (exabgp-3.2.8.tgz) = 573894 +SHA256 (exabgp-3.2.9.tgz) = 1128ef40b58f98b66b7c9fefe85649daf0084530ea819ded39a74b07be57fb6e +SIZE (exabgp-3.2.9.tgz) = 578138 Modified: head/net/exabgp/pkg-plist ============================================================================== --- head/net/exabgp/pkg-plist Wed Sep 4 15:24:23 2013 (r326285) +++ head/net/exabgp/pkg-plist Wed Sep 4 15:26:37 2013 (r326286) @@ -19,6 +19,8 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/nop.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/operational.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/operational.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/asn.py @@ -37,6 +39,8 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/ms.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/operational.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/operational.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/holdtime.py From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:31:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FB96455; Wed, 4 Sep 2013 15:31:59 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 236162BF1; Wed, 4 Sep 2013 15:31:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FVxZ9058769; Wed, 4 Sep 2013 15:31:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FVwBg058766; Wed, 4 Sep 2013 15:31:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309041531.r84FVwBg058766@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 15:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326287 - head/x11/yad 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.14 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: Wed, 04 Sep 2013 15:31:59 -0000 Author: wg Date: Wed Sep 4 15:31:58 2013 New Revision: 326287 URL: http://svnweb.freebsd.org/changeset/ports/326287 Log: x11/yad: update to 0.23.0 - Updated from 0.22.1 to 0.23.0 - Added Makefile header - Use new options helpers - Added YAD Icon Browser option Changes: https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687 PR: ports/181790 Submitted by: Danilo Egêa Gondolfo Modified: head/x11/yad/Makefile head/x11/yad/distinfo head/x11/yad/pkg-plist Modified: head/x11/yad/Makefile ============================================================================== --- head/x11/yad/Makefile Wed Sep 4 15:26:37 2013 (r326286) +++ head/x11/yad/Makefile Wed Sep 4 15:31:58 2013 (r326287) @@ -1,7 +1,8 @@ +# Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= yad -PORTVERSION= 0.22.1 +PORTVERSION= 0.23.0 CATEGORIES= x11 gnome MASTER_SITES= GOOGLE_CODE @@ -17,31 +18,27 @@ CONFIGURE_ENV+= DATADIRNAME=share MAN1= yad.1 -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS ICONBROWSER +ICONBROWSER_DESC= Build YAD icon browser +OPTIONS_SUB= yes OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 -.include +NLS_CONFIGURE_OFF= --disable-nls +NLS_USES= gettext +GTK2_CONFIGURE_ON= --with-gtk=gtk2 +GTK3_CONFIGURE_ON= --with-gtk=gtk3 +ICONBROWSER_CONFIGURE_ENABLE= icon-browser -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -.else -PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS+= --disable-nls -.endif - -.if ${PORT_OPTIONS:MGTK3} -USE_GNOME= gtk30 -CONFIGURE_ARGS+= --with-gtk=gtk3 -.endif +.include .if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 -CONFIGURE_ARGS+= --with-gtk=gtk2 +.else +USE_GNOME= gtk30 .endif post-configure: Modified: head/x11/yad/distinfo ============================================================================== --- head/x11/yad/distinfo Wed Sep 4 15:26:37 2013 (r326286) +++ head/x11/yad/distinfo Wed Sep 4 15:31:58 2013 (r326287) @@ -1,2 +1,2 @@ -SHA256 (yad-0.22.1.tar.xz) = 4dd9239ac0905c5d6e856725b16420322d27ef1a05aa7ee1ac45ef1a3a37b8e3 -SIZE (yad-0.22.1.tar.xz) = 223788 +SHA256 (yad-0.23.0.tar.xz) = ba84fe2953f398df5b091d7e863412c792a56f995319b1313e70c5579de1cdda +SIZE (yad-0.23.0.tar.xz) = 224404 Modified: head/x11/yad/pkg-plist ============================================================================== --- head/x11/yad/pkg-plist Wed Sep 4 15:26:37 2013 (r326286) +++ head/x11/yad/pkg-plist Wed Sep 4 15:31:58 2013 (r326287) @@ -13,3 +13,5 @@ share/icons/hicolor/96x96/apps/yad.png %%NLS%%share/locale/sk/LC_MESSAGES/yad.mo %%NLS%%share/locale/uk/LC_MESSAGES/yad.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/yad.mo +%%ICONBROWSER%%bin/yad-icon-browser +%%ICONBROWSER%%share/applications/yad-icon-browser.desktop From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:37:49 2013 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 ESMTP id BF06A596 for ; Wed, 4 Sep 2013 15:37:49 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41B8B2C1E for ; Wed, 4 Sep 2013 15:37:48 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id el20so472940lab.12 for ; Wed, 04 Sep 2013 08:37:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=KJf7CsF+iDwl0Q0Hsap8dg5/R12EpaxZP4qwBhD68tI=; b=T2Bk+7iV/dAwyToyxnB7GuDnTMjpnZ6OmjXdumR4aP9kX7q7cVZ6lxedA+vbbv6S26 S+fQoaC3PH1X/lO9q6jApOwwvZNGl0tyv7B4q5PkpuaC2nm4MCLhg6UFPe99U0GCr0Y8 ldT09uxuD8dYozcqj9EFnlRyRtBRRQZMVyM2sIj3Kis5t2ITJ0XKqNI7DGEBS1577aeq 8JD367Sr8dnRYUrxXw+ITFkDcclCVIlzyoo96yI9s+3HLFy3yQd1ffzvqSOomeQ29h4w FeZUkPQNG7BNqD5d2jh7xC3KwGO6rKbYzFHl2urPxGPgSyX+wYcYEy5kNDc6DEgHKSrR 1DUQ== X-Gm-Message-State: ALoCoQmk3cpSFXqmZ9aw+db4Y0FgIqta8nOMym76FHtt+U+6d/BN0uphfMVgvRuQkhqhrgSvK86b X-Received: by 10.152.3.165 with SMTP id d5mr580675lad.53.1378308594937; Wed, 04 Sep 2013 08:29:54 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Wed, 4 Sep 2013 08:29:34 -0700 (PDT) In-Reply-To: References: <201309040646.r846kOiI053502@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Sep 2013 23:29:34 +0800 X-Google-Sender-Auth: aMrBKIULfYmWrEq3ot4xyG6oaj0 Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice To: Andrej Zverev , Jason Helfman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 15:37:49 -0000 On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev wrote: > On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: > > Author: jgh > > Date: Wed Sep 4 06:46:23 2013 > > New Revision: 326253 > > URL: http://svnweb.freebsd.org/changeset/ports/326253 > > > > Log: > > - update to 0.043 > > - adoption of perl USES framework > > - adjust dependencies > > > > PR: 181770 > > Submitted by: danilogondolfo@gmail.com ( maintainer ) > > > > > > > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ > > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple > > We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for > p5- and what you need only for the tests (t/*). In this case, I do not > see why it's done. > These three perl modules are all test-only dependencies. We have TEST_DEPENDS [1] for this purpose. At least tinderbox recognizes it. [1] https://wiki.freebsd.org/Perl#Test_Dependencies From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:39:53 2013 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 ESMTP id 159F6656; Wed, 4 Sep 2013 15:39:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02C012C42; Wed, 4 Sep 2013 15:39:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84FdqFN061750; Wed, 4 Sep 2013 15:39:52 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FdqGp061748; Wed, 4 Sep 2013 15:39:52 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309041539.r84FdqGp061748@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 15:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326288 - head/cad/repsnapper 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.14 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: Wed, 04 Sep 2013 15:39:53 -0000 Author: wg Date: Wed Sep 4 15:39:52 2013 New Revision: 326288 URL: http://svnweb.freebsd.org/changeset/ports/326288 Log: cad/repsnapper: update to 2.2.0b3 - Update to 2.2.0b3 [1] - Fix gtkglextmm depend PR: ports/181812 [1] Submitted by: Martin Dieringer (maintainer) Modified: head/cad/repsnapper/Makefile head/cad/repsnapper/distinfo Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Wed Sep 4 15:31:58 2013 (r326287) +++ head/cad/repsnapper/Makefile Wed Sep 4 15:39:52 2013 (r326288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= repsnapper -PORTVERSION= 2.2.0b2 +PORTVERSION= 2.2.0b3 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} @@ -16,7 +16,7 @@ LICENSE= GPLv2 BSD MIT LICENSE_COMB= multi BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ +LIB_DEPENDS= libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm \ Modified: head/cad/repsnapper/distinfo ============================================================================== --- head/cad/repsnapper/distinfo Wed Sep 4 15:31:58 2013 (r326287) +++ head/cad/repsnapper/distinfo Wed Sep 4 15:39:52 2013 (r326288) @@ -1,2 +1,2 @@ -SHA256 (repsnapper/2.2.0b2) = 1eee6988993cdb03fc612b124f661b28fc15616d66794ddbe05cab47c81132dc -SIZE (repsnapper/2.2.0b2) = 1313525 +SHA256 (repsnapper/2.2.0b3) = 2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513 +SIZE (repsnapper/2.2.0b3) = 1314244 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:57:38 2013 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 ESMTP id 035FCD6F; Wed, 4 Sep 2013 15:57:38 +0000 (UTC) (envelope-from brooks@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E32732DBB; Wed, 4 Sep 2013 15:57:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84Fvbff072292; Wed, 4 Sep 2013 15:57:37 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84FvaZR072284; Wed, 4 Sep 2013 15:57:36 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201309041557.r84FvaZR072284@svn.freebsd.org> From: Brooks Davis Date: Wed, 4 Sep 2013 15:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326289 - in head: devel/llvm-devel lang/clang-devel lang/clang-devel/files lang/dragonegg-devel46 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.14 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: Wed, 04 Sep 2013 15:57:38 -0000 Author: brooks Date: Wed Sep 4 15:57:35 2013 New Revision: 326289 URL: http://svnweb.freebsd.org/changeset/ports/326289 Log: Upgrade clang, dragonegg, and llvm -devel ports to r182968. Deleted: head/lang/clang-devel/files/patch-tools_clang_lib_Basic_Targets.cpp Modified: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.svn_rev head/devel/llvm-devel/distinfo head/devel/llvm-devel/pkg-plist head/lang/clang-devel/Makefile head/lang/clang-devel/distinfo head/lang/clang-devel/pkg-plist head/lang/dragonegg-devel46/distinfo Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Wed Sep 4 15:39:52 2013 (r326288) +++ head/devel/llvm-devel/Makefile Wed Sep 4 15:57:35 2013 (r326289) @@ -7,7 +7,6 @@ PORTNAME= llvm DISTVERSION= 3.4.r${SVN_REV} -PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -78,7 +77,7 @@ PLIST_FILES+= lib/LLVMgold.so MAN1= bugpoint.1 lit.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \ llvm-bcanalyzer.1 llvm-config.1 llvm-cov.1 llvm-diff.1 \ llvm-dis.1 llvm-extract.1 llvm-link.1 llvm-nm.1 \ - llvm-prof.1 llvm-ranlib.1 llvm-stress.1 opt.1 tblgen.1 + llvm-prof.1 llvm-stress.1 opt.1 tblgen.1 MLINKS= lit.1 llvm-lit.1 .endif @@ -181,7 +180,28 @@ PLIST_FILE_LIST= bin/FileCheck \ bin/lit \ bin/llc \ bin/lli \ - bin/llvm* \ + bin/llvm-ar \ + bin/llvm-as \ + bin/llvm-bcanalyzer \ + bin/llvm-config \ + bin/llvm-cov \ + bin/llvm-diff \ + bin/llvm-dis \ + bin/llvm-dwarfdump \ + bin/llvm-extract \ + bin/llvm-link \ + bin/llvm-lit \ + bin/llvm-mc \ + bin/llvm-mcmarkup \ + bin/llvm-nm \ + bin/llvm-objdump \ + bin/llvm-prof \ + bin/llvm-readobj \ + bin/llvm-rtdyld \ + bin/llvm-size \ + bin/llvm-stress \ + bin/llvm-symbolizer \ + bin/llvm-tblgen \ bin/macho-dump \ bin/opt \ lib/BugpointPasses.so \ Modified: head/devel/llvm-devel/Makefile.svn_rev ============================================================================== --- head/devel/llvm-devel/Makefile.svn_rev Wed Sep 4 15:39:52 2013 (r326288) +++ head/devel/llvm-devel/Makefile.svn_rev Wed Sep 4 15:57:35 2013 (r326289) @@ -1 +1 @@ -SVN_REV= 182968 +SVN_REV= 189172 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Wed Sep 4 15:39:52 2013 (r326288) +++ head/devel/llvm-devel/distinfo Wed Sep 4 15:57:35 2013 (r326289) @@ -1,2 +1,2 @@ -SHA256 (llvm-3.4.r182968.tar.bz2) = 5ec2af44c24ea5d0a2c0ebf9955e4653d4acf80a7cd1bd6e39296b0e0ca65e4e -SIZE (llvm-3.4.r182968.tar.bz2) = 10669218 +SHA256 (llvm-3.4.r189172.tar.bz2) = b96be5856796b77747ea8cb1559b7806d96372f70f82f0b4727fa6353e2d3724 +SIZE (llvm-3.4.r189172.tar.bz2) = 11364615 Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Wed Sep 4 15:39:52 2013 (r326288) +++ head/devel/llvm-devel/pkg-plist Wed Sep 4 15:57:35 2013 (r326289) @@ -4,13 +4,12 @@ %%PYTHON_SITELIBDIR%%/lit/ShCommands.py %%PYTHON_SITELIBDIR%%/lit/ShUtil.py %%PYTHON_SITELIBDIR%%/lit/Test.py -%%PYTHON_SITELIBDIR%%/lit/TestFormats.py %%PYTHON_SITELIBDIR%%/lit/TestRunner.py %%PYTHON_SITELIBDIR%%/lit/TestingConfig.py -%%PYTHON_SITELIBDIR%%/lit/Util.py %%PYTHON_SITELIBDIR%%/lit/__init__.py %%PYTHON_SITELIBDIR%%/lit/discovery.py %%PYTHON_SITELIBDIR%%/lit/main.py +%%PYTHON_SITELIBDIR%%/lit/util.py bin/FileCheck bin/bugpoint bin/lit @@ -32,7 +31,6 @@ bin/llvm-mcmarkup bin/llvm-nm bin/llvm-objdump bin/llvm-prof -bin/llvm-ranlib bin/llvm-readobj bin/llvm-rtdyld bin/llvm-size @@ -83,7 +81,6 @@ include/llvm/ADT/IntervalMap.h include/llvm/ADT/IntrusiveRefCntPtr.h include/llvm/ADT/MapVector.h include/llvm/ADT/None.h -include/llvm/ADT/NullablePtr.h include/llvm/ADT/Optional.h include/llvm/ADT/OwningPtr.h include/llvm/ADT/PackedVector.h @@ -124,6 +121,7 @@ include/llvm/Analysis/AliasSetTracker.h include/llvm/Analysis/BlockFrequencyImpl.h include/llvm/Analysis/BlockFrequencyInfo.h include/llvm/Analysis/BranchProbabilityInfo.h +include/llvm/Analysis/CFG.h include/llvm/Analysis/CFGPrinter.h include/llvm/Analysis/CallGraph.h include/llvm/Analysis/CallGraphSCCPass.h @@ -185,7 +183,6 @@ include/llvm/Assembly/Parser.h include/llvm/Assembly/PrintModulePass.h include/llvm/Assembly/Writer.h include/llvm/AutoUpgrade.h -include/llvm/Bitcode/Archive.h include/llvm/Bitcode/BitCodes.h include/llvm/Bitcode/BitstreamReader.h include/llvm/Bitcode/BitstreamWriter.h @@ -324,6 +321,7 @@ include/llvm/IR/IntrinsicInst.h include/llvm/IR/Intrinsics.gen include/llvm/IR/Intrinsics.h include/llvm/IR/Intrinsics.td +include/llvm/IR/IntrinsicsAArch64.td include/llvm/IR/IntrinsicsARM.td include/llvm/IR/IntrinsicsHexagon.td include/llvm/IR/IntrinsicsMips.td @@ -386,6 +384,7 @@ include/llvm/MC/MCLabel.h include/llvm/MC/MCMachOSymbolFlags.h include/llvm/MC/MCMachObjectWriter.h include/llvm/MC/MCModule.h +include/llvm/MC/MCModuleYAML.h include/llvm/MC/MCObjectDisassembler.h include/llvm/MC/MCObjectFileInfo.h include/llvm/MC/MCObjectStreamer.h @@ -418,13 +417,18 @@ include/llvm/MC/SubtargetFeature.h include/llvm/Object/Archive.h include/llvm/Object/Binary.h include/llvm/Object/COFF.h -include/llvm/Object/COFFYaml.h +include/llvm/Object/COFFYAML.h include/llvm/Object/ELF.h +include/llvm/Object/ELFObjectFile.h +include/llvm/Object/ELFTypes.h +include/llvm/Object/ELFYAML.h include/llvm/Object/Error.h include/llvm/Object/MachO.h include/llvm/Object/MachOFormat.h +include/llvm/Object/MachOUniversal.h include/llvm/Object/ObjectFile.h include/llvm/Object/RelocVisitor.h +include/llvm/Object/YAML.h include/llvm/Option/Arg.h include/llvm/Option/ArgList.h include/llvm/Option/OptParser.td @@ -505,8 +509,6 @@ include/llvm/Support/NoFolder.h include/llvm/Support/OutputBuffer.h include/llvm/Support/PassNameParser.h include/llvm/Support/Path.h -include/llvm/Support/PathV1.h -include/llvm/Support/PathV2.h include/llvm/Support/PatternMatch.h include/llvm/Support/PluginLoader.h include/llvm/Support/PointerLikeTypeTraits.h @@ -538,6 +540,7 @@ include/llvm/Support/Threading.h include/llvm/Support/TimeValue.h include/llvm/Support/Timer.h include/llvm/Support/ToolOutputFile.h +include/llvm/Support/UnicodeCharRanges.h include/llvm/Support/Valgrind.h include/llvm/Support/ValueHandle.h include/llvm/Support/Watchdog.h @@ -582,7 +585,6 @@ include/llvm/Transforms/Instrumentation. include/llvm/Transforms/ObjCARC.h include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/BasicBlockUtils.h -include/llvm/Transforms/Utils/BlackList.h include/llvm/Transforms/Utils/BuildLibCalls.h include/llvm/Transforms/Utils/BypassSlowDivision.h include/llvm/Transforms/Utils/Cloning.h @@ -597,6 +599,7 @@ include/llvm/Transforms/Utils/SSAUpdater include/llvm/Transforms/Utils/SSAUpdaterImpl.h include/llvm/Transforms/Utils/SimplifyIndVar.h include/llvm/Transforms/Utils/SimplifyLibCalls.h +include/llvm/Transforms/Utils/SpecialCaseList.h include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h include/llvm/Transforms/Utils/UnrollLoop.h include/llvm/Transforms/Utils/ValueMapper.h @@ -619,7 +622,6 @@ lib/libLLVMARMDesc.a lib/libLLVMARMDisassembler.a lib/libLLVMARMInfo.a lib/libLLVMAnalysis.a -lib/libLLVMArchive.a lib/libLLVMAsmParser.a lib/libLLVMAsmPrinter.a lib/libLLVMBitReader.a @@ -640,12 +642,6 @@ lib/libLLVMInstrumentation.a lib/libLLVMInterpreter.a lib/libLLVMJIT.a lib/libLLVMLinker.a -lib/libLLVMMBlazeAsmParser.a -lib/libLLVMMBlazeAsmPrinter.a -lib/libLLVMMBlazeCodeGen.a -lib/libLLVMMBlazeDesc.a -lib/libLLVMMBlazeDisassembler.a -lib/libLLVMMBlazeInfo.a lib/libLLVMMC.a lib/libLLVMMCDisassembler.a lib/libLLVMMCJIT.a @@ -797,6 +793,14 @@ lib/libprofile_rt.so %%PORTDOCS%%%%DOCSDIR%%/html/Lexicon.txt %%PORTDOCS%%%%DOCSDIR%%/html/LinkTimeOptimization.html %%PORTDOCS%%%%DOCSDIR%%/html/LinkTimeOptimization.txt +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-creation.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-dyld-load.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-engine-builder.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-load-object.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-load.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJIT-resolve-relocations.png +%%PORTDOCS%%%%DOCSDIR%%/html/MCJITDesignAndImplementation.html +%%PORTDOCS%%%%DOCSDIR%%/html/MCJITDesignAndImplementation.txt %%PORTDOCS%%%%DOCSDIR%%/html/MakefileGuide.html %%PORTDOCS%%%%DOCSDIR%%/html/MakefileGuide.txt %%PORTDOCS%%%%DOCSDIR%%/html/MarkedUpDisassembly.html @@ -831,8 +835,6 @@ lib/libprofile_rt.so %%PORTDOCS%%%%DOCSDIR%%/html/Projects.txt %%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html %%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.txt -%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes_34.html -%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes_34.txt %%PORTDOCS%%%%DOCSDIR%%/html/ReleaseProcess.html %%PORTDOCS%%%%DOCSDIR%%/html/ReleaseProcess.txt %%PORTDOCS%%%%DOCSDIR%%/html/SegmentedStacks.html @@ -907,8 +909,6 @@ lib/libprofile_rt.so %%PORTDOCS%%%%DOCSDIR%%/html/llvm-nm.txt %%PORTDOCS%%%%DOCSDIR%%/html/llvm-prof.html %%PORTDOCS%%%%DOCSDIR%%/html/llvm-prof.txt -%%PORTDOCS%%%%DOCSDIR%%/html/llvm-ranlib.html -%%PORTDOCS%%%%DOCSDIR%%/html/llvm-ranlib.txt %%PORTDOCS%%%%DOCSDIR%%/html/llvm-readobj.html %%PORTDOCS%%%%DOCSDIR%%/html/llvm-readobj.txt %%PORTDOCS%%%%DOCSDIR%%/html/llvm-stress.html Modified: head/lang/clang-devel/Makefile ============================================================================== --- head/lang/clang-devel/Makefile Wed Sep 4 15:39:52 2013 (r326288) +++ head/lang/clang-devel/Makefile Wed Sep 4 15:57:35 2013 (r326289) @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${LLVM_SOURCE} MAINTAINER= brooks@FreeBSD.org COMMENT= C, Objective-C, and C++ compiler -CONFLICTS= clang-[23]* clang31-* +CONFLICTS= clang-3.[012]* clang31-* CLANG_NAME= clang-${PORTVERSION} CLANG_RELEASE= ${PORTVERSION:C/\.r[0-9]*//} Modified: head/lang/clang-devel/distinfo ============================================================================== --- head/lang/clang-devel/distinfo Wed Sep 4 15:39:52 2013 (r326288) +++ head/lang/clang-devel/distinfo Wed Sep 4 15:57:35 2013 (r326289) @@ -1,4 +1,4 @@ -SHA256 (clang-3.4.r182968.tar.bz2) = 6efec3ebdccfb8c19acc7ca9fc72c2406f262dd937cdba1c98b4ded35be63917 -SIZE (clang-3.4.r182968.tar.bz2) = 7716534 -SHA256 (llvm-3.4.r182968.tar.bz2) = 5ec2af44c24ea5d0a2c0ebf9955e4653d4acf80a7cd1bd6e39296b0e0ca65e4e -SIZE (llvm-3.4.r182968.tar.bz2) = 10669218 +SHA256 (clang-3.4.r189172.tar.bz2) = 5b2d5a479316b856e95bfa09ac63e005977a0b948326fe2c6b7209ffc0b324c7 +SIZE (clang-3.4.r189172.tar.bz2) = 8040234 +SHA256 (llvm-3.4.r189172.tar.bz2) = b96be5856796b77747ea8cb1559b7806d96372f70f82f0b4727fa6353e2d3724 +SIZE (llvm-3.4.r189172.tar.bz2) = 11364615 Modified: head/lang/clang-devel/pkg-plist ============================================================================== --- head/lang/clang-devel/pkg-plist Wed Sep 4 15:39:52 2013 (r326288) +++ head/lang/clang-devel/pkg-plist Wed Sep 4 15:57:35 2013 (r326289) @@ -21,6 +21,7 @@ include/clang/AST/AST.h include/clang/AST/ASTConsumer.h include/clang/AST/ASTContext.h include/clang/AST/ASTDiagnostic.h +include/clang/AST/ASTFwd.h include/clang/AST/ASTImporter.h include/clang/AST/ASTMutationListener.h include/clang/AST/ASTTypeTraits.h @@ -71,8 +72,8 @@ include/clang/AST/ExprCXX.h include/clang/AST/ExprObjC.h include/clang/AST/ExternalASTSource.h include/clang/AST/GlobalDecl.h -include/clang/AST/LambdaMangleContext.h include/clang/AST/Mangle.h +include/clang/AST/MangleNumberingContext.h include/clang/AST/NSAPI.h include/clang/AST/NestedNameSpecifier.h include/clang/AST/OperationKinds.h @@ -89,6 +90,7 @@ include/clang/AST/StmtGraphTraits.h include/clang/AST/StmtIterator.h include/clang/AST/StmtNodes.inc include/clang/AST/StmtObjC.h +include/clang/AST/StmtOpenMP.h include/clang/AST/StmtVisitor.h include/clang/AST/TemplateBase.h include/clang/AST/TemplateName.h @@ -111,6 +113,7 @@ include/clang/ASTMatchers/Dynamic/Parser include/clang/ASTMatchers/Dynamic/Registry.h include/clang/ASTMatchers/Dynamic/VariantValue.h include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h +include/clang/Analysis/Analyses/Consumed.h include/clang/Analysis/Analyses/Dominators.h include/clang/Analysis/Analyses/FormatString.h include/clang/Analysis/Analyses/LiveVariables.h @@ -144,6 +147,7 @@ include/clang/Basic/BuiltinsMips.def include/clang/Basic/BuiltinsNVPTX.def include/clang/Basic/BuiltinsPPC.def include/clang/Basic/BuiltinsX86.def +include/clang/Basic/BuiltinsXCore.def include/clang/Basic/CapturedStmt.h include/clang/Basic/CharInfo.h include/clang/Basic/CommentOptions.h @@ -211,8 +215,6 @@ include/clang/CodeGen/CodeGenAction.h include/clang/CodeGen/ModuleBuilder.h include/clang/Config/config.h include/clang/Driver/Action.h -include/clang/Driver/Arg.h -include/clang/Driver/ArgList.h include/clang/Driver/CC1AsOptions.h include/clang/Driver/CC1AsOptions.inc include/clang/Driver/CC1Options.h @@ -220,12 +222,10 @@ include/clang/Driver/Compilation.h include/clang/Driver/Driver.h include/clang/Driver/DriverDiagnostic.h include/clang/Driver/Job.h -include/clang/Driver/OptSpecifier.h -include/clang/Driver/OptTable.h -include/clang/Driver/Option.h include/clang/Driver/Options.h include/clang/Driver/Options.inc include/clang/Driver/Phases.h +include/clang/Driver/SanitizerArgs.h include/clang/Driver/Tool.h include/clang/Driver/ToolChain.h include/clang/Driver/Types.def @@ -267,6 +267,7 @@ include/clang/Frontend/TextDiagnosticPri include/clang/Frontend/Utils.h include/clang/Frontend/VerifyDiagnosticConsumer.h include/clang/FrontendTool/Utils.h +include/clang/Index/USRGeneration.h include/clang/Lex/AttrSpellings.inc include/clang/Lex/CodeCompletionHandler.h include/clang/Lex/DirectoryLookup.h @@ -357,6 +358,7 @@ include/clang/Serialization/Serializatio include/clang/StaticAnalyzer/Checkers/ClangCheckers.h include/clang/StaticAnalyzer/Checkers/CommonBugCategories.h include/clang/StaticAnalyzer/Checkers/LocalCheckers.h +include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h include/clang/StaticAnalyzer/Core/Analyses.def include/clang/StaticAnalyzer/Core/AnalyzerOptions.h include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -406,6 +408,7 @@ include/clang/Tooling/FileMatchTrie.h include/clang/Tooling/JSONCompilationDatabase.h include/clang/Tooling/Refactoring.h include/clang/Tooling/RefactoringCallbacks.h +include/clang/Tooling/ReplacementsYaml.h include/clang/Tooling/Tooling.h lib/clang/%%CLANG_RELEASE%%/include/__wmmintrin_aes.h lib/clang/%%CLANG_RELEASE%%/include/__wmmintrin_pclmul.h @@ -451,6 +454,7 @@ lib/libclangEdit.a lib/libclangFormat.a lib/libclangFrontend.a lib/libclangFrontendTool.a +lib/libclangIndex.a lib/libclangLex.a lib/libclangParse.a lib/libclangRewriteCore.a @@ -492,6 +496,7 @@ lib/libclangTooling.a @dirrm include/clang/Rewrite @dirrm include/clang/Parse @dirrm include/clang/Lex +@dirrm include/clang/Index @dirrm include/clang/FrontendTool @dirrm include/clang/Frontend @dirrm include/clang/Format Modified: head/lang/dragonegg-devel46/distinfo ============================================================================== --- head/lang/dragonegg-devel46/distinfo Wed Sep 4 15:39:52 2013 (r326288) +++ head/lang/dragonegg-devel46/distinfo Wed Sep 4 15:57:35 2013 (r326289) @@ -1,2 +1,2 @@ -SHA256 (dragonegg-3.4.r182968.tar.bz2) = 27cb24cf4b38d243805515c4a8526cc35928c576546733824c39be95013aed6a -SIZE (dragonegg-3.4.r182968.tar.bz2) = 397540 +SHA256 (dragonegg-3.4.r189172.tar.bz2) = f44cb89ae8bb302af8694cf000e90d376e296b2635b64c2de73c85fae51973e6 +SIZE (dragonegg-3.4.r189172.tar.bz2) = 397796 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:14:12 2013 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 ESMTP id DE49D558; Wed, 4 Sep 2013 16:14:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC0692F0E; Wed, 4 Sep 2013 16:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84GECXa082751; Wed, 4 Sep 2013 16:14:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GECmh082750; Wed, 4 Sep 2013 16:14:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041614.r84GECmh082750@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 16:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326290 - head/graphics/vigra/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 16:14:12 -0000 Author: bapt Date: Wed Sep 4 16:14:12 2013 New Revision: 326290 URL: http://svnweb.freebsd.org/changeset/ports/326290 Log: Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that makes clang+libc++ failing to build properly the port Modified: head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Modified: head/graphics/vigra/files/patch-include__vigra__mathutil.hxx ============================================================================== --- head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Wed Sep 4 15:57:35 2013 (r326289) +++ head/graphics/vigra/files/patch-include__vigra__mathutil.hxx Wed Sep 4 16:14:12 2013 (r326290) @@ -1,14 +1,5 @@ --- include/vigra/mathutil.hxx.orig 2011-09-20 18:38:36.000000000 +0000 +++ include/vigra/mathutil.hxx -@@ -149,7 +149,7 @@ VIGRA_DEFINE_UNSIGNED_ABS(unsigned long - VIGRA_DEFINE_MISSING_ABS(signed char) - VIGRA_DEFINE_MISSING_ABS(signed short) - --#if defined(_MSC_VER) && _MSC_VER < 1600 -+#if defined(_MSC_VER) && _MSC_VER < 1600 || defined(__GNUC__) && (__GNUC__ < 4 || __GNUC__ == 4 && __GNUC_MINOR__ < 3) || defined(__clang__) - VIGRA_DEFINE_MISSING_ABS(signed long long) - #endif - @@ -553,7 +553,12 @@ VIGRA_DEFINE_NORM(int) VIGRA_DEFINE_NORM(unsigned int) VIGRA_DEFINE_NORM(long) From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:42:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8593617E; Wed, 4 Sep 2013 16:42:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7353F2163; Wed, 4 Sep 2013 16:42:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84GgKWi098784; Wed, 4 Sep 2013 16:42:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GgKmG098783; Wed, 4 Sep 2013 16:42:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041642.r84GgKmG098783@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 16:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326291 - head/x11-toolkits/girara 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.14 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: Wed, 04 Sep 2013 16:42:20 -0000 Author: bapt Date: Wed Sep 4 16:42:19 2013 New Revision: 326291 URL: http://svnweb.freebsd.org/changeset/ports/326291 Log: Add an explicit dependency on pkgconf Modified: head/x11-toolkits/girara/Makefile Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Wed Sep 4 16:14:12 2013 (r326290) +++ head/x11-toolkits/girara/Makefile Wed Sep 4 16:42:19 2013 (r326291) @@ -10,7 +10,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= GTK2 Interface Library for Zathura PDF Viewer USE_GNOME= glib20 gtk20 -USES= gmake +USES= gmake pkgconfig USE_LDCONFIG= yes .include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:45:14 2013 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 ESMTP id B45732AE; Wed, 4 Sep 2013 16:45:14 +0000 (UTC) (envelope-from nox@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F37D218B; Wed, 4 Sep 2013 16:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84GjEV1000368; Wed, 4 Sep 2013 16:45:14 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GjDMX000361; Wed, 4 Sep 2013 16:45:13 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309041645.r84GjDMX000361@svn.freebsd.org> From: Juergen Lock Date: Wed, 4 Sep 2013 16:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326292 - in head/multimedia/libxine: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 16:45:14 -0000 Author: nox Date: Wed Sep 4 16:45:13 2013 New Revision: 326292 URL: http://svnweb.freebsd.org/changeset/ports/326292 Log: - Convert to USES=gmake perl5. - Fix register allocation problems with clang on i386: * Remove the q modifier from inline asm such that clang no longer uses a 64 bit register. Instead cast the operand to register_t which is 32 bit on i386 and 64 bit on amd64. * Add -fomit-frame-pointer to CFLAGS to free up an extra register. - Fix the issue with WITH_DEBUG by adding --disable-real-codecs which apparently never really worked anyway. - Patch configure so it no longer adds -mtune=i386 to CFLAGS. - Bump PORTREVISION. PR: ports/181786 Submitted by: tijl Added: head/multimedia/libxine/files/patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c (contents, props changed) Deleted: head/multimedia/libxine/files/patch-src_libreal_real_common.c head/multimedia/libxine/files/patch-src_libreal_xine_real_audio_decoder.c Modified: head/multimedia/libxine/Makefile head/multimedia/libxine/files/patch-configure (contents, props changed) head/multimedia/libxine/pkg-plist Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Wed Sep 4 16:42:19 2013 (r326291) +++ head/multimedia/libxine/Makefile Wed Sep 4 16:45:13 2013 (r326292) @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -37,14 +37,13 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20100321 LIB_DEPENDS+= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss .endif -USES= pathfix pkgconfig iconv +USES= gmake iconv pathfix perl5 pkgconfig USE_XZ= yes GNU_CONFIGURE= yes WANT_GNOME= yes -USE_GMAKE= yes USE_XORG= sm x11 xv xinerama USE_GL= gl glu -USE_PERL5_BUILD=yes +USE_PERL5= build USE_SDL= sdl USE_LDCONFIG= yes CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ @@ -60,6 +59,7 @@ CONFIGURE_ARGS= --with-w32-path=${LOCALB --with-libflac \ --with-external-ffmpeg \ --with-external-libfaad \ + --disable-real-codecs \ --disable-v4l \ --without-alsa \ --disable-musepack \ @@ -82,29 +82,8 @@ PATCH_DIST_ARGS= -d ${WRKSRC} -p1 --forw .include -# clang/i386 doesn't like -# src/post/deinterlace/plugins/greedy2frame_template_sse2.c : -# [...] -# ./greedy2frame_template_sse2.c:175:38: error: register %rax is only available in 64-bit mode -# "movdqa (%3), %%xmm0 \n\t" /* xmm0 = T0 */ -# ^ -#:3:11: note: instantiated into assembly here -# movdqa (%rax,%esi), %xmm3 -# ^~~~ -# [...] .if ${ARCH} == "i386" -USE_GCC= any -.endif - -# Fix build WITH_DEBUG -.if defined(WITH_DEBUG) -DEBUG_FLAGS= -g -O1 -.endif - -# Check for forced -O0 (or no -O) -.if ${CFLAGS:M-O0} == "-O0" || (${CFLAGS:M-O} == "" && \ - ${CFLAGS:M-O[1-9a-z]*} == "") -IGNORE= only builds with -O1 or higher, check CFLAGS +CFLAGS+= -fomit-frame-pointer .endif .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/libxine/files/patch-configure ============================================================================== --- head/multimedia/libxine/files/patch-configure Wed Sep 4 16:42:19 2013 (r326291) +++ head/multimedia/libxine/files/patch-configure Wed Sep 4 16:45:13 2013 (r326292) @@ -9,7 +9,16 @@ arch_x86=64 $as_echo "#define ARCH_X86_64 /**/" >>confdefs.h -@@ -26197,7 +26197,7 @@ fi +@@ -20685,7 +20685,7 @@ fi + + if test "$sarchopt" != "no"; then + case "$host_or_hostalias" in +- i386-*) archopt_val="i386" ;; ++ i386-*) ;; + i486-*) archopt_val="i486" ;; + i586-*) archopt_val="pentium" ;; + pentium-mmx-*) archopt_val="pentium-mmx" ;; +@@ -26280,7 +26280,7 @@ fi if test x"$enable_dvb" != x"no"; then case "$host_os" in Added: head/multimedia/libxine/files/patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libxine/files/patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c Wed Sep 4 16:45:13 2013 (r326292) @@ -0,0 +1,28 @@ +--- src/post/deinterlace/plugins/greedy2frame_template_sse2.c.orig 2013-09-03 20:12:37.000000000 +0200 ++++ src/post/deinterlace/plugins/greedy2frame_template_sse2.c 2013-09-03 20:22:34.000000000 +0200 +@@ -173,8 +173,8 @@ + */ + "movdqa (%3), %%xmm1 \n\t" /* xmm1 = T1 */ + "movdqa (%4), %%xmm0 \n\t" /* xmm0 = T0 */ +- "movdqa (%q5,%3), %%xmm3 \n\t" /* xmm3 = B1 */ +- "movdqa (%q5,%4), %%xmm2 \n\t" /* xmm2 = B0 */ ++ "movdqa (%3,%5), %%xmm3 \n\t" /* xmm3 = B1 */ ++ "movdqa (%4,%5), %%xmm2 \n\t" /* xmm2 = B0 */ + + /* calculate |T1-T0| keep T1 put result in xmm5 */ + "movdqa %%xmm1, %%xmm5 \n\t" +@@ -192,11 +192,11 @@ + "pcmpgtb %1, %%xmm5 \n\t" + "pcmpeqd %%xmm7, %%xmm5 \n\t" + +- "prefetcht0 64(%q5,%3) \n\t" +- "prefetcht0 64(%q5,%4) \n\t" ++ "prefetcht0 64(%3,%5) \n\t" ++ "prefetcht0 64(%4,%5) \n\t" + : + : "r" (M1), "m" (GreedyTwoFrameThreshold128), +- "m" (*Destc), "r" (T1), "r" (T0), "r" (Pitch) ); ++ "m" (*Destc), "r" (T1), "r" (T0), "r" ((register_t)Pitch) ); + + asm volatile ( + /* calculate |B1-B0| keep B1 put result in xmm4 */ Modified: head/multimedia/libxine/pkg-plist ============================================================================== --- head/multimedia/libxine/pkg-plist Wed Sep 4 16:42:19 2013 (r326291) +++ head/multimedia/libxine/pkg-plist Wed Sep 4 16:45:13 2013 (r326292) @@ -108,7 +108,6 @@ share/xine-lib/fonts/serif-64.xinefont.g %%PLUGINSDIR%%/xineplug_decode_mad.so %%PLUGINSDIR%%/xineplug_decode_mpeg2.so %%WITH_VIDIX%%%%PLUGINSDIR%%/xineplug_decode_qt.so -%%PLUGINSDIR%%/xineplug_decode_real.so %%PLUGINSDIR%%/xineplug_decode_rgb.so %%PLUGINSDIR%%/xineplug_decode_spu.so %%PLUGINSDIR%%/xineplug_decode_spucc.so From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:51:12 2013 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 ESMTP id C736252E; Wed, 4 Sep 2013 16:51:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B463B2209; Wed, 4 Sep 2013 16:51:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84GpCDc004490; Wed, 4 Sep 2013 16:51:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GpCFI004489; Wed, 4 Sep 2013 16:51:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309041651.r84GpCFI004489@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 16:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326293 - head/devel/fam 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.14 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: Wed, 04 Sep 2013 16:51:12 -0000 Author: bapt Date: Wed Sep 4 16:51:12 2013 New Revision: 326293 URL: http://svnweb.freebsd.org/changeset/ports/326293 Log: Fix build without libstdc++ Modified: head/devel/fam/Makefile Modified: head/devel/fam/Makefile ============================================================================== --- head/devel/fam/Makefile Wed Sep 4 16:45:13 2013 (r326292) +++ head/devel/fam/Makefile Wed Sep 4 16:51:12 2013 (r326293) @@ -1,9 +1,5 @@ -# ports collection makefile for: fam -# Date created: 20 February 2001 -# Whom: Jeremy Norris -# +# Created by: Jeremy Norris # $FreeBSD$ -# PORTNAME= fam PORTVERSION= 2.6.10 @@ -29,6 +25,9 @@ MAN3= fam.3x CONFLICTS= gamin-[0-9]* +post-patch: + @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/Makefile.am + pre-configure: @${RM} -fr ${WRKSRC}/util @${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:54:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 150F26BC; Wed, 4 Sep 2013 16:54:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC99C2258; Wed, 4 Sep 2013 16:54:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84GsEHb005503; Wed, 4 Sep 2013 16:54:14 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GsE2R005500; Wed, 4 Sep 2013 16:54:14 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309041654.r84GsE2R005500@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 4 Sep 2013 16:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326294 - in head/lang/gcc47: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 16:54:15 -0000 Author: gerald Date: Wed Sep 4 16:54:13 2013 New Revision: 326294 URL: http://svnweb.freebsd.org/changeset/ports/326294 Log: Update to the 20130831 snapshot of GCC 4.7.4. Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. [1] The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 [1] Added: head/lang/gcc47/files/patch-libcpp (contents, props changed) Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Wed Sep 4 16:51:12 2013 (r326293) +++ head/lang/gcc47/Makefile Wed Sep 4 16:54:13 2013 (r326294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.7.4.20130817 +PORTVERSION= 4.7.4.20130831 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Wed Sep 4 16:51:12 2013 (r326293) +++ head/lang/gcc47/distinfo Wed Sep 4 16:54:13 2013 (r326294) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20130817.tar.bz2) = 3752ec9a294ae2d619dc3a7e47e4ce3dfd754a6304a96b6822f8f9697ebd79ea -SIZE (gcc-4.7-20130817.tar.bz2) = 78810078 +SHA256 (gcc-4.7-20130831.tar.bz2) = 6a0cc169b93bcdab26406104bf1d80ae9f6789f28938589de0e3d745c6ed41c0 +SIZE (gcc-4.7-20130831.tar.bz2) = 78797213 Added: head/lang/gcc47/files/patch-libcpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc47/files/patch-libcpp Wed Sep 4 16:54:13 2013 (r326294) @@ -0,0 +1,10 @@ +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 +@@ -27,6 +27,7 @@ + #include "cpp-id-data.h" + + #if HAVE_ICONV ++#define __bool_true_false_are_defined + #include + #else + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 16:54:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD80D7D6; Wed, 4 Sep 2013 16:54:39 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBC96226A; Wed, 4 Sep 2013 16:54:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84Gsdc9005644; Wed, 4 Sep 2013 16:54:39 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84GsdLC005643; Wed, 4 Sep 2013 16:54:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041654.r84GsdLC005643@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 16:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326295 - head/Mk/Uses 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.14 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: Wed, 04 Sep 2013 16:54:39 -0000 Author: az Date: Wed Sep 4 16:54:39 2013 New Revision: 326295 URL: http://svnweb.freebsd.org/changeset/ports/326295 Log: - Fix things after recent modbuildtiny commit Reviewed by: bapt@ Kudos to: bapt@ Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Wed Sep 4 16:54:13 2013 (r326294) +++ head/Mk/Uses/perl5.mk Wed Sep 4 16:54:39 2013 (r326295) @@ -153,12 +153,16 @@ _MANPAGES+= ${P5MAN${sect}:S%^%${PREFIX} .if ${_USE_PERL5:Mmodbuild} || ${_USE_PERL5:Mmodbuildtiny} _USE_PERL5+= configure CONFIGURE_SCRIPT?= Build.PL +.if ${_USE_PERL5:Mmodbuild} .if ${PORTNAME} != Module-Build BUILD_DEPENDS+= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build .endif +.endif .if ${_USE_PERL5:Mmodbuildtiny} +.if ${PORTNAME} != Module-Build-Tiny BUILD_DEPENDS+= ${SITE_PERL}/Module/Build/Tiny.pm:${PORTSDIR}/devel/p5-Module-Build-Tiny .endif +.endif ALL_TARGET?= PL_BUILD?= Build CONFIGURE_ARGS+= \ @@ -216,14 +220,14 @@ do-configure: @cd ${CONFIGURE_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} \ ${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} -.if !${_USE_PERL5:Mmodbuild} +.if !${_USE_PERL5:Mmodbuild*} @cd ${CONFIGURE_WRKSRC} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .endif # ! modbuild .endif # !target(do-configure) .endif # configure -.if ${_USE_PERL5:Mmodbuild} +.if ${_USE_PERL5:Mmodbuild*} .if !target(do-build) do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} ${ALL_TARGET}) From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:04:43 2013 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 ESMTP id 881DCE8D; Wed, 4 Sep 2013 17:04:43 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74CE923DD; Wed, 4 Sep 2013 17:04:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84H4hpJ011764; Wed, 4 Sep 2013 17:04:43 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84H4hpt011762; Wed, 4 Sep 2013 17:04:43 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309041704.r84H4hpt011762@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 17:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326296 - head/devel/p5-Module-ExtractUse 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.14 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: Wed, 04 Sep 2013 17:04:43 -0000 Author: tobez Date: Wed Sep 4 17:04:42 2013 New Revision: 326296 URL: http://svnweb.freebsd.org/changeset/ports/326296 Log: Update to 0.32. Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes Modified: head/devel/p5-Module-ExtractUse/Makefile head/devel/p5-Module-ExtractUse/distinfo Modified: head/devel/p5-Module-ExtractUse/Makefile ============================================================================== --- head/devel/p5-Module-ExtractUse/Makefile Wed Sep 4 16:54:39 2013 (r326295) +++ head/devel/p5-Module-ExtractUse/Makefile Wed Sep 4 17:04:42 2013 (r326296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-ExtractUse -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-ExtractUse/distinfo ============================================================================== --- head/devel/p5-Module-ExtractUse/distinfo Wed Sep 4 16:54:39 2013 (r326295) +++ head/devel/p5-Module-ExtractUse/distinfo Wed Sep 4 17:04:42 2013 (r326296) @@ -1,2 +1,2 @@ -SHA256 (Module-ExtractUse-0.31.tar.gz) = a8f2f7df4d70c94f6a8860a6e8f7310eb8028778da9ed206946d4f89e825cb77 -SIZE (Module-ExtractUse-0.31.tar.gz) = 29539 +SHA256 (Module-ExtractUse-0.32.tar.gz) = 5532b74fa568616db00583358750c0182730b0416f327abdcf89b80c595e079c +SIZE (Module-ExtractUse-0.32.tar.gz) = 29865 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:06:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4383AFB0; Wed, 4 Sep 2013 17:06:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30CB023FA; Wed, 4 Sep 2013 17:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84H6wXf012660; Wed, 4 Sep 2013 17:06:58 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84H6v1A012657; Wed, 4 Sep 2013 17:06:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309041706.r84H6v1A012657@svn.freebsd.org> From: Anton Berezin Date: Wed, 4 Sep 2013 17:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326297 - head/mail/p5-MIME-Types 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.14 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: Wed, 04 Sep 2013 17:06:58 -0000 Author: tobez Date: Wed Sep 4 17:06:57 2013 New Revision: 326297 URL: http://svnweb.freebsd.org/changeset/ports/326297 Log: Update to 2.03. Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog Modified: head/mail/p5-MIME-Types/Makefile head/mail/p5-MIME-Types/distinfo head/mail/p5-MIME-Types/pkg-plist Modified: head/mail/p5-MIME-Types/Makefile ============================================================================== --- head/mail/p5-MIME-Types/Makefile Wed Sep 4 17:04:42 2013 (r326296) +++ head/mail/p5-MIME-Types/Makefile Wed Sep 4 17:06:57 2013 (r326297) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MIME-Types -PORTVERSION= 1.38 +PORTVERSION= 2.03 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV Modified: head/mail/p5-MIME-Types/distinfo ============================================================================== --- head/mail/p5-MIME-Types/distinfo Wed Sep 4 17:04:42 2013 (r326296) +++ head/mail/p5-MIME-Types/distinfo Wed Sep 4 17:06:57 2013 (r326297) @@ -1,2 +1,2 @@ -SHA256 (MIME-Types-1.38.tar.gz) = 94c89c0a1cdc52f3cfd1a10ec96c94e11afe0b6d34ca2227eb7c6180e466a88a -SIZE (MIME-Types-1.38.tar.gz) = 22856 +SHA256 (MIME-Types-2.03.tar.gz) = b975a9dfeae26e70033b97beeb0f4b4a4513e0a028162f534f2d6215e02170aa +SIZE (MIME-Types-2.03.tar.gz) = 45198 Modified: head/mail/p5-MIME-Types/pkg-plist ============================================================================== --- head/mail/p5-MIME-Types/pkg-plist Wed Sep 4 17:04:42 2013 (r326296) +++ head/mail/p5-MIME-Types/pkg-plist Wed Sep 4 17:06:57 2013 (r326297) @@ -2,6 +2,7 @@ %%SITE_PERL%%/MIME/Types.pm %%SITE_PERL%%/MIME/Type.pod %%SITE_PERL%%/MIME/Types.pod +%%SITE_PERL%%/MIME/types.db %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:10:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17C5929F; Wed, 4 Sep 2013 17:10:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04B4C243D; Wed, 4 Sep 2013 17:10:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HA73F013912; Wed, 4 Sep 2013 17:10:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HA7H3013911; Wed, 4 Sep 2013 17:10:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309041710.r84HA7H3013911@svn.freebsd.org> From: Antoine Brodin Date: Wed, 4 Sep 2013 17:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326298 - head/graphics/hs-cairo 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.14 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: Wed, 04 Sep 2013 17:10:08 -0000 Author: antoine Date: Wed Sep 4 17:10:07 2013 New Revision: 326298 URL: http://svnweb.freebsd.org/changeset/ports/326298 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/hs-cairo/Makefile Modified: head/graphics/hs-cairo/Makefile ============================================================================== --- head/graphics/hs-cairo/Makefile Wed Sep 4 17:06:57 2013 (r326297) +++ head/graphics/hs-cairo/Makefile Wed Sep 4 17:10:07 2013 (r326298) @@ -10,6 +10,7 @@ COMMENT= Binding to the Cairo library LICENSE= BSD +USES= pkgconfig USE_CABAL= gtk2hs-buildtools mtl BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:10:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B3D03B8; Wed, 4 Sep 2013 17:10:26 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19017244A; Wed, 4 Sep 2013 17:10:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HAPPU014346; Wed, 4 Sep 2013 17:10:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HAPGb014344; Wed, 4 Sep 2013 17:10:25 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041710.r84HAPGb014344@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 17:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326299 - head/devel/p5-Module-Build-Tiny 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.14 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: Wed, 04 Sep 2013 17:10:26 -0000 Author: az Date: Wed Sep 4 17:10:25 2013 New Revision: 326299 URL: http://svnweb.freebsd.org/changeset/ports/326299 Log: p5-Module-Build-Tiny is self-sufficient to build itself With hat: perl@ Modified: head/devel/p5-Module-Build-Tiny/Makefile Modified: head/devel/p5-Module-Build-Tiny/Makefile ============================================================================== --- head/devel/p5-Module-Build-Tiny/Makefile Wed Sep 4 17:10:07 2013 (r326298) +++ head/devel/p5-Module-Build-Tiny/Makefile Wed Sep 4 17:10:25 2013 (r326299) @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-ExtUtils-Config>=0.003 p5-ExtUtils-InstallPaths>=0.002:${PORTSDIR}/devel/p5-ExtUtils-InstallPaths RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= modbuild +USE_PERL5= modbuildtiny USES= perl5 MAN3= Module::Build::Tiny.3 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:11:24 2013 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 ESMTP id C012C4E4; Wed, 4 Sep 2013 17:11:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD1862480; Wed, 4 Sep 2013 17:11:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HBO8g016749; Wed, 4 Sep 2013 17:11:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HBOJb016748; Wed, 4 Sep 2013 17:11:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309041711.r84HBOJb016748@svn.freebsd.org> From: Antoine Brodin Date: Wed, 4 Sep 2013 17:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326300 - head/devel/p5-PCSC-Card 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.14 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: Wed, 04 Sep 2013 17:11:24 -0000 Author: antoine Date: Wed Sep 4 17:11:24 2013 New Revision: 326300 URL: http://svnweb.freebsd.org/changeset/ports/326300 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/p5-PCSC-Card/Makefile Modified: head/devel/p5-PCSC-Card/Makefile ============================================================================== --- head/devel/p5-PCSC-Card/Makefile Wed Sep 4 17:10:25 2013 (r326299) +++ head/devel/p5-PCSC-Card/Makefile Wed Sep 4 17:11:24 2013 (r326300) @@ -14,7 +14,7 @@ COMMENT= Perl bindings for the PC/SC Lit LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite USE_BZIP2= yes -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAKE_ENV= "LOCALBASE=${LOCALBASE}" From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:21:53 2013 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 ESMTP id 2B8FBAA0; Wed, 4 Sep 2013 17:21:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17514255E; Wed, 4 Sep 2013 17:21:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HLqJN022580; Wed, 4 Sep 2013 17:21:52 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HLqBH022578; Wed, 4 Sep 2013 17:21:52 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309041721.r84HLqBH022578@svn.freebsd.org> From: Antoine Brodin Date: Wed, 4 Sep 2013 17:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326301 - head/print/ghostscript8 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.14 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: Wed, 04 Sep 2013 17:21:53 -0000 Author: antoine Date: Wed Sep 4 17:21:52 2013 New Revision: 326301 URL: http://svnweb.freebsd.org/changeset/ports/326301 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/print/ghostscript8/Makefile Modified: head/print/ghostscript8/Makefile ============================================================================== --- head/print/ghostscript8/Makefile Wed Sep 4 17:11:24 2013 (r326300) +++ head/print/ghostscript8/Makefile Wed Sep 4 17:21:52 2013 (r326301) @@ -38,7 +38,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-nox11-[0-9]* USE_XZ= yes -USES= gmake +USES= gmake pkgconfig WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:28:03 2013 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 ESMTP id 8D459CC9; Wed, 4 Sep 2013 17:28:03 +0000 (UTC) (envelope-from tj@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD1225AF; Wed, 4 Sep 2013 17:28:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HS3Gc024960; Wed, 4 Sep 2013 17:28:03 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HS2qt024924; Wed, 4 Sep 2013 17:28:02 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201309041728.r84HS2qt024924@svn.freebsd.org> From: Tom Judge Date: Wed, 4 Sep 2013 17:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326302 - in head/www: . p5-LWP-Authen-Negotiate 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.14 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: Wed, 04 Sep 2013 17:28:03 -0000 Author: tj Date: Wed Sep 4 17:28:02 2013 New Revision: 326302 URL: http://svnweb.freebsd.org/changeset/ports/326302 Log: LWP::Authen::Negotiate is a authentication plugin for LWP to support WWW-Negotiate. WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/ Added: head/www/p5-LWP-Authen-Negotiate/ head/www/p5-LWP-Authen-Negotiate/Makefile (contents, props changed) head/www/p5-LWP-Authen-Negotiate/distinfo (contents, props changed) head/www/p5-LWP-Authen-Negotiate/pkg-descr (contents, props changed) head/www/p5-LWP-Authen-Negotiate/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 4 17:21:52 2013 (r326301) +++ head/www/Makefile Wed Sep 4 17:28:02 2013 (r326302) @@ -1040,6 +1040,7 @@ SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-Kwiki + SUBDIR += p5-LWP-Authen-Negotiate SUBDIR += p5-LWP-Authen-OAuth SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests Added: head/www/p5-LWP-Authen-Negotiate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-Negotiate/Makefile Wed Sep 4 17:28:02 2013 (r326302) @@ -0,0 +1,21 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= LWP-Authen-Negotiate +PORTVERSION= 0.08 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Perl extension to enable LWP to authenticate using negotiate + +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN3= LWP::Authen::Negotiate.3 + +.include Added: head/www/p5-LWP-Authen-Negotiate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-Negotiate/distinfo Wed Sep 4 17:28:02 2013 (r326302) @@ -0,0 +1,2 @@ +SHA256 (LWP-Authen-Negotiate-0.08.tar.gz) = 50948e19c532b7864e8aaafc6874415ca075b3ea14bc73db58235c475dac4abb +SIZE (LWP-Authen-Negotiate-0.08.tar.gz) = 4921 Added: head/www/p5-LWP-Authen-Negotiate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-Negotiate/pkg-descr Wed Sep 4 17:28:02 2013 (r326302) @@ -0,0 +1,4 @@ +LWP::Authen::Negotiate is a authentication plugin for LWP to +support WWW-Negotiate. + +WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/ Added: head/www/p5-LWP-Authen-Negotiate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-Negotiate/pkg-plist Wed Sep 4 17:28:02 2013 (r326302) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate/.packlist +%%SITE_PERL%%/auto/LWP/Authen/Negotiate/autosplit.ix +%%SITE_PERL%%/LWP/Authen/Negotiate.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen +@dirrm %%SITE_PERL%%/auto/LWP/Authen/Negotiate +@dirrmtry %%SITE_PERL%%/auto/LWP/Authen +@dirrmtry %%SITE_PERL%%/auto/LWP From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:39:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF801FC2; Wed, 4 Sep 2013 17:39:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CEB7265E; Wed, 4 Sep 2013 17:39:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HdPnC031070; Wed, 4 Sep 2013 17:39:25 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HdPAB031069; Wed, 4 Sep 2013 17:39:25 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309041739.r84HdPAB031069@svn.freebsd.org> From: Antoine Brodin Date: Wed, 4 Sep 2013 17:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326303 - head/math/R 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.14 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: Wed, 04 Sep 2013 17:39:25 -0000 Author: antoine Date: Wed Sep 4 17:39:25 2013 New Revision: 326303 URL: http://svnweb.freebsd.org/changeset/ports/326303 Log: pkg-config is needed for cairo detection Approved by: portmgr (bapt) Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Wed Sep 4 17:28:02 2013 (r326302) +++ head/math/R/Makefile Wed Sep 4 17:39:25 2013 (r326303) @@ -198,6 +198,7 @@ PLIST_SUB+= LIBR="@comment " .endif .if ${PORT_OPTIONS:MPANGOCAIRO} +USES+= pkgconfig USE_GNOME+= pango PLIST_SUB+= PANGOCAIRO="" .else From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:39:41 2013 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 ESMTP id 9EE5C12D; Wed, 4 Sep 2013 17:39:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CE782661; Wed, 4 Sep 2013 17:39:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84Hdfpu031217; Wed, 4 Sep 2013 17:39:41 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HdfXN031216; Wed, 4 Sep 2013 17:39:41 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309041739.r84HdfXN031216@svn.freebsd.org> From: Mark Felder Date: Wed, 4 Sep 2013 17:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326304 - head/news/sabnzbdplus 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.14 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: Wed, 04 Sep 2013 17:39:41 -0000 Author: feld Date: Wed Sep 4 17:39:41 2013 New Revision: 326304 URL: http://svnweb.freebsd.org/changeset/ports/326304 Log: Fix SSL and Feedparser options PR: ports/181806 Approved by: crees (mentor) Modified: head/news/sabnzbdplus/Makefile Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Wed Sep 4 17:39:25 2013 (r326303) +++ head/news/sabnzbdplus/Makefile Wed Sep 4 17:39:41 2013 (r326304) @@ -99,7 +99,7 @@ RUN_DEPENDS+= par2repair:${PORTSDIR}/arc .endif .if ${PORT_OPTIONS:MFEEDPARSER} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser .endif .if ${PORT_OPTIONS:MYENC} @@ -107,7 +107,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_yenc .endif .if ${PORT_OPTIONS:MOPENSSL} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl .endif .if ${PORT_OPTIONS:MUNRAR} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 17:40:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 527CC22D; Wed, 4 Sep 2013 17:40:26 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 402682691; Wed, 4 Sep 2013 17:40:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84HeQdE033487; Wed, 4 Sep 2013 17:40:26 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84HeQKC033486; Wed, 4 Sep 2013 17:40:26 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201309041740.r84HeQKC033486@svn.freebsd.org> From: Matthias Andree Date: Wed, 4 Sep 2013 17:40:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326305 - head/dns/dnsmasq-devel 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.14 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: Wed, 04 Sep 2013 17:40:26 -0000 Author: mandree Date: Wed Sep 4 17:40:25 2013 New Revision: 326305 URL: http://svnweb.freebsd.org/changeset/ports/326305 Log: Mark IGNORE. Modified: head/dns/dnsmasq-devel/Makefile Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Wed Sep 4 17:39:41 2013 (r326304) +++ head/dns/dnsmasq-devel/Makefile Wed Sep 4 17:40:25 2013 (r326305) @@ -12,7 +12,7 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 -NO_PACKAGE= Package stable version instead +IGNORE= has no distfile available. Use dns/dnsmasq instead. CONFLICTS_INSTALL=dnsmasq-2* From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:04:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90250F5A; Wed, 4 Sep 2013 18:04:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2EA28C5; Wed, 4 Sep 2013 18:04:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84I4nAl046724; Wed, 4 Sep 2013 18:04:49 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84I4m6q046718; Wed, 4 Sep 2013 18:04:48 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201309041804.r84I4m6q046718@svn.freebsd.org> From: Tom Judge Date: Wed, 4 Sep 2013 18:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326306 - in head/www: . p5-Dancer-Plugin-ExtDirect 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.14 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: Wed, 04 Sep 2013 18:04:49 -0000 Author: tj Date: Wed Sep 4 18:04:48 2013 New Revision: 326306 URL: http://svnweb.freebsd.org/changeset/ports/326306 Log: Dancer plugin which provides an easy way implement ExtDirect APIs. WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/ Added: head/www/p5-Dancer-Plugin-ExtDirect/ head/www/p5-Dancer-Plugin-ExtDirect/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/distinfo (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 4 17:40:25 2013 (r326305) +++ head/www/Makefile Wed Sep 4 18:04:48 2013 (r326306) @@ -845,6 +845,7 @@ SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl + SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass Added: head/www/p5-Dancer-Plugin-ExtDirect/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/Makefile Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,25 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-ExtDirect +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Dancer plugin for implementing ExtDirect APIs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN3= Dancer::Plugin::ExtDirect.3 + +.include Added: head/www/p5-Dancer-Plugin-ExtDirect/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/distinfo Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 4c6f5d8033a39c9687a9cf99902976788cc1e966814fe1871e84b2fb206e02d7 +SIZE (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 11720 Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,3 @@ +Dancer plugin which provides an easy way implement ExtDirect APIs. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/ Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect/.packlist +%%SITE_PERL%%/Dancer/Plugin/ExtDirect.pm +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:06:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A2AFE8; Wed, 4 Sep 2013 18:06:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8CC128D6; Wed, 4 Sep 2013 18:06:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84I6MV3049001; Wed, 4 Sep 2013 18:06:22 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84I680e048857; Wed, 4 Sep 2013 18:06:08 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309041806.r84I680e048857@svn.freebsd.org> From: Guido Falsi Date: Wed, 4 Sep 2013 18:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326307 - in head: . Mk Mk/Uses archivers/rpm archivers/unrar archivers/unrar-iconv archivers/unzip audio/julius audio/mp3unicode audio/mpc audio/mpiosh audio/mpiosh/files audio/osd-lyr... 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.14 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: Wed, 04 Sep 2013 18:06:23 -0000 Author: madpilot Date: Wed Sep 4 18:06:07 2013 New Revision: 326307 URL: http://svnweb.freebsd.org/changeset/ports/326307 Log: - Make ports use the libc provided iconv implementation on 10-CURRENT after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Added: head/graphics/netpbm/files/patch-lib-util-pm_c_util.h (contents, props changed) Modified: head/CHANGES head/Mk/Uses/iconv.mk head/Mk/bsd.gnome.mk head/UPDATING head/archivers/rpm/Makefile head/archivers/unrar-iconv/Makefile head/archivers/unrar/Makefile head/archivers/unzip/Makefile head/audio/julius/Makefile head/audio/mp3unicode/Makefile head/audio/mpc/Makefile head/audio/mpiosh/Makefile head/audio/mpiosh/files/patch-mpiosh_Makefile.am (contents, props changed) head/audio/osd-lyrics/Makefile head/audio/praat/Makefile (contents, props changed) head/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic (contents, props changed) head/biology/ncbi-toolkit/Makefile head/biology/ncbi-toolkit/files/patch-make-makeall.unx (contents, props changed) head/biology/ncbi-toolkit/files/patch-make-makenet.unx head/chinese/docproj/Makefile head/chinese/oto/Makefile head/chinese/oxim/Makefile head/comms/anyremote/Makefile head/comms/minicom/Makefile head/comms/obexapp/Makefile head/converters/libiconv/Makefile head/converters/lua-iconv/Makefile head/converters/lua-iconv/files/patch-Makefile (contents, props changed) head/converters/p5-Text-Iconv/Makefile head/converters/py-iconv/Makefile head/databases/freetds-devel/Makefile head/databases/freetds-devel/files/patch-src-tds-Makefile head/databases/postgis/Makefile head/databases/qdbm/Makefile head/databases/ruby-sybct/Makefile head/databases/ruby-sybct/files/patch-extconf.rb (contents, props changed) head/databases/spatialite_gui/Makefile head/deskutils/adesklets/Makefile head/deskutils/fbreader/Makefile head/devel/cgit/Makefile head/devel/doxygen/Makefile head/devel/gdb66/Makefile head/devel/glib20/Makefile head/devel/glib20/files/patch-ae head/devel/libhtp/Makefile head/devel/libparserutils/Makefile head/devel/py-fusefs/Makefile head/devel/styx/Makefile head/dns/idnkit2/Makefile head/editors/joe/Makefile head/editors/joe2/Makefile head/editors/texmacs/Makefile head/emulators/mtools/Makefile head/emulators/virtualbox-ose/Makefile head/games/neverball/Makefile head/games/neverball/files/patch-Makefile (contents, props changed) head/games/pokerth/Makefile head/games/stepmania-devel/Makefile head/games/tuxmath/Makefile head/graphics/graphite2/Makefile head/graphics/ida/Makefile head/graphics/ipe/Makefile head/graphics/libgaiagraphics/Makefile head/graphics/oyranos/Makefile head/irc/xchat1/Makefile head/japanese/groff/Makefile head/java/openjdk6/Makefile head/java/openjdk7/Makefile head/lang/php5/Makefile.ext (contents, props changed) head/lang/php52/Makefile.ext head/lang/php53/Makefile.ext head/lang/php55/Makefile.ext (contents, props changed) head/mail/balsa/Makefile head/mail/bogofilter/Makefile head/mail/claws-mail/Makefile head/mail/crm114/Makefile head/mail/exim/Makefile head/mail/libpst/Makefile head/mail/mmr/Makefile head/mail/normalizemime/Makefile head/mail/sylpheed/Makefile head/multimedia/libxine/Makefile head/multimedia/mkclean/Makefile head/multimedia/mkvalidator/Makefile head/multimedia/vdr/Makefile head/multimedia/w_scan/Makefile head/net-im/imspector/Makefile head/net-im/imspector/files/patch-Makefile (contents, props changed) head/net-im/libpurple/Makefile head/net-im/licq/Makefile head/net-im/ysm/Makefile head/net/afpfs-ng/Makefile (contents, props changed) head/net/ldapdiff/Makefile head/net/xmlrpc-epi/Makefile head/news/pan/Makefile head/print/gv/Makefile head/print/pdftk/Makefile head/print/py-cups/Makefile head/security/scanhill/Makefile head/security/tpm-tools/Makefile head/security/trousers/Makefile head/sysutils/fusefs-chironfs/Makefile head/sysutils/fusefs-gunzip/Makefile head/sysutils/libcdio/Makefile head/sysutils/mapchan/Makefile (contents, props changed) head/textproc/exempi/Makefile head/textproc/freexl/Makefile head/textproc/kmflcomp/Makefile head/textproc/odt2txt/Makefile head/textproc/p5-XML-Sablotron/Makefile head/textproc/sablotron/Makefile head/textproc/unrtf/Makefile head/textproc/xalan-c/Makefile head/textproc/xerces-c2/Makefile head/textproc/xmlppm/Makefile head/www/sarg/Makefile head/www/snownews/Makefile head/www/webalizer/Makefile head/x11-fm/nautilus/Makefile head/x11-toolkits/open-motif/Makefile (contents, props changed) head/x11-toolkits/wxgtk26/Makefile head/x11-wm/awesome2/Makefile head/x11-wm/fluxbox/Makefile head/x11-wm/i3/Makefile head/x11-wm/pekwm/Makefile head/x11-wm/wmii/Makefile head/x11/gdkxft/Makefile head/x11/i3lock/Makefile Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Sep 4 18:04:48 2013 (r326306) +++ head/CHANGES Wed Sep 4 18:06:07 2013 (r326307) @@ -10,6 +10,24 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130904: +AUTHOR: madpilot@FreeBSD.org + + To allow ports to work with the iconv implementation in 10-CURRENT after commit r254273 the USES=iconv options now conditionally adds a dependency depending on the FreeBSD version. It also defines a few utility variables which can be used in the ports: + + ICONV_CMD: location of the iconv binary. + after r254273: /usr/bin/iconv + before: ${LOCALBASE}/bin/iconv + + ICONV_LIB: ld(1) flags to get the iconv DSO. + after r254273: empty + before: -liconv + + ICONV_CONFIGURE_ARG: String that can be passed to configure + scripts to hint the location of the libiconv library. + after r254273: empty + before: --with-libiconv-prefix=${LOCALBASE} + 20130902: AUTHOR: bapt@FreeBSD.org Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Wed Sep 4 18:04:48 2013 (r326306) +++ head/Mk/Uses/iconv.mk Wed Sep 4 18:06:07 2013 (r326307) @@ -12,12 +12,16 @@ .if !defined(_INCLUDE_USES_ICONV_MK) _INCLUDE_USES_ICONV_MK= yes -ICONV_CMD= ${LOCALBASE}/bin/iconv - .if !defined(iconv_ARGS) iconv_ARGS= lib .endif +.if !exists(/usr/include/iconv.h) && ${OSVERSION} < 1000043 + +ICONV_CMD= ${LOCALBASE}/bin/iconv +ICONV_LIB= -liconv +ICONV_CONFIGURE_ARG= --with-libiconv-prefix=${LOCALBASE} + .if ${iconv_ARGS} == "lib" LIB_DEPENDS+= libiconv.so.3:${PORTSDIR}/converters/libiconv .elif ${iconv_ARGS} == "build" @@ -26,4 +30,12 @@ BUILD_DEPENDS+= ${ICONV_CMD}:${PORTSDIR} PATCH_DEPENDS+= ${ICONV_CMD}:${PORTSDIR}/converters/libiconv .endif +.else + +ICONV_CMD= /usr/bin/iconv +ICONV_LIB= +ICONV_CONFIGURE_ARG= + +.endif + .endif Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Wed Sep 4 18:04:48 2013 (r326306) +++ head/Mk/bsd.gnome.mk Wed Sep 4 18:06:07 2013 (r326307) @@ -546,7 +546,7 @@ intltool_BUILD_DEPENDS= ${intltool_DETEC intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ - s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \ + s|/usr/bin/iconv|${ICONV_CMD}|g ; \ s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' intlhack_USE_GNOME_IMPL=intltool Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Sep 4 18:04:48 2013 (r326306) +++ head/UPDATING Wed Sep 4 18:06:07 2013 (r326307) @@ -5,6 +5,35 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130904: + AFFECTS: 10-CURRENT users with any port depending on converters/iconv + AUTHOR: madpilot@FreeBSD.org + + 10-CURRENT after r254273 (committed on August 13, 2013) has an + implementation of iconv enabled by default in libc. + + Due to this change some major overhauling of the ports tree has + been necessary to move the ports to using that implementation. + + People using pkgng should have little problems, "pkg upgrade" + will update all sofware to not depend on libivconv anymore, once + updated packages are available. Please make sure to perform a + "pkg autoremove" after that and check that libiconv is correctly + removed by it. + + If you are using ports the update requires some manual intervention. + The following procedure should be followed: + + # pkg query %ro libiconv >ports_to_update + # pkg delete -f libiconv + # cat ports_to_update | xargs portmaster + + or: + + # pkg query %ro libiconv >ports_to_update + # pkg delete -f libiconv + # cat ports_to_update | xargs portupgrade -f + 20130831: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org Modified: head/archivers/rpm/Makefile ============================================================================== --- head/archivers/rpm/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/archivers/rpm/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -28,7 +28,7 @@ MAKE_ENV= OLD_PO_FILE_INPUT=1 USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl ${ICONV_LIB}" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Modified: head/archivers/unrar-iconv/Makefile ============================================================================== --- head/archivers/unrar-iconv/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/archivers/unrar-iconv/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -14,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-iconv CPPFLAGS+= -DWITH_ICONV -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USES+= iconv CONFLICTS= unrar-[0-9]* zh-unrar-[0-9]* Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/archivers/unrar/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -21,7 +21,7 @@ CONFLICTS?= zh-unrar-[0-9].* unrar-iconv MAKE_ARGS= STRIP=${STRIP_CMD} MAKEFILE= makefile.unix -USES= gmake +USES+= gmake WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar Modified: head/archivers/unzip/Makefile ============================================================================== --- head/archivers/unzip/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/archivers/unzip/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -48,7 +48,7 @@ PATCHFILES+= unzip60-alt-iconv-utf8.pat PATCH_DIST_STRIP+= -p1 USES= iconv CFLAGS+= -I${LOCALBASE}/include -DNATIVE -MAKE_ARGS+= LFLAGS1="-L${LOCALBASE}/lib -liconv" +MAKE_ARGS+= LFLAGS1="-L${LOCALBASE}/lib ${ICONV_LIB}" .endif MAKE_ENV= LOCAL_UNZIP="${LOCAL_UNZIP}" \ Modified: head/audio/julius/Makefile ============================================================================== --- head/audio/julius/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/julius/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USES= iconv CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MANLANG= "" ja MAN1= accept_check.1 \ adinrec.1 \ Modified: head/audio/mp3unicode/Makefile ============================================================================== --- head/audio/mp3unicode/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/mp3unicode/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -15,7 +15,7 @@ USE_BZIP2= yes USES= iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ - ICONV_LIBS="-L${LOCALBASE}/lib -liconv" + ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" MAN1= mp3unicode.1 PLIST_FILES= bin/mp3unicode Modified: head/audio/mpc/Makefile ============================================================================== --- head/audio/mpc/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/mpc/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--disable-iconv .endif post-patch: - @${REINPLACE_CMD} -e 's|-lintl|-liconv|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lintl|-l${ICONV_LIB}|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin Modified: head/audio/mpiosh/Makefile ============================================================================== --- head/audio/mpiosh/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/mpiosh/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -23,7 +23,7 @@ USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} .include @@ -31,5 +31,6 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-c post-patch: ${RM} -f ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am .include Modified: head/audio/mpiosh/files/patch-mpiosh_Makefile.am ============================================================================== --- head/audio/mpiosh/files/patch-mpiosh_Makefile.am Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/mpiosh/files/patch-mpiosh_Makefile.am Wed Sep 4 18:06:07 2013 (r326307) @@ -5,7 +5,7 @@ AM_CFLAGS=-DSYSCONFDIR=\"@sysconfdir@\" -mpiosh_LDADD=../libmpio/libmpio.la -lreadline -lncurses -+mpiosh_LDADD=../libmpio/libmpio.la -lreadline -lncurses -liconv ++mpiosh_LDADD=../libmpio/libmpio.la -lreadline -lncurses %%ICONV_LIB%% noinst_HEADERS = mpiosh.h \ callback.h \ Modified: head/audio/osd-lyrics/Makefile ============================================================================== --- head/audio/osd-lyrics/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/osd-lyrics/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -27,7 +27,7 @@ USE_GNOME= gtk20 USE_SQLITE= yes INSTALLS_ICONS= yes PORTDOCS= AUTHORS ChangeLog NEWS README -LDFLAGS= -liconv +LDFLAGS= ${ICONV_LIB} OPTIONS_DEFINE= DOCS MPD XMMS2 AMAROK MPD_DESC= Enable MPD support Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/praat/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -13,7 +13,7 @@ COMMENT= Phonetics by Computer USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*Makefile -USES= motif +USES= iconv motif WRKSRC= ${WRKDIR}/sources_4639 MAKEFILE= makefile PLIST_FILES= bin/praat @@ -25,6 +25,8 @@ post-patch: @${REINPLACE_CMD} -e 's/ log2/ NUMlog2/' ${WRKSRC}/dwtools/Sound_extensions.c @${FIND} ${WRKSRC} -name Makefile -exec \ ${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|' "{}" \; + @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' \ + ${WRKSRC}/makefiles/makefile.defs.freebsd.dynamic @${CP} ${WRKSRC}/makefiles/makefile.defs.freebsd.dynamic \ ${WRKSRC}/makefile.defs Modified: head/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic ============================================================================== --- head/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic Wed Sep 4 18:04:48 2013 (r326306) +++ head/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic Wed Sep 4 18:06:07 2013 (r326307) @@ -8,7 +8,7 @@ +CC += -std=gnu99 -DUNIX -Dlinux -I${LOCALBASE}/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -LIBS = /usr/X11R6/lib/libXm.a -L /usr/X11R6/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -+LIBS = ${LOCALBASE}/lib/libXm.a -L${LOCALBASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -lpng -ljpeg -liconv -lXft ++LIBS = ${LOCALBASE}/lib/libXm.a -L${LOCALBASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -lpng -ljpeg %%ICONV_LIB%% -lXft RANLIB = ls ICON = Modified: head/biology/ncbi-toolkit/Makefile ============================================================================== --- head/biology/ncbi-toolkit/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/biology/ncbi-toolkit/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -13,7 +13,7 @@ COMMENT= NCBI development toolkit, inclu OPTIONS_DEFINE= DOCS -USES= motif +USES= iconv motif MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -66,6 +66,8 @@ post-patch: s|/usr/local|${LOCALBASE}|g ; \ s|-Wl,-Bstatic|| ; \ s|-Wl,-Bdynamic||' ${WRKSRC}/platform/freebsd.ncbi.mk + @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' \ + ${WRKSRC}/make/makeall.unx ${WRKSRC}/make/makenet.unx # the ncbi-toolkit provides a shell script to drive the build # and we use it Modified: head/biology/ncbi-toolkit/files/patch-make-makeall.unx ============================================================================== --- head/biology/ncbi-toolkit/files/patch-make-makeall.unx Wed Sep 4 18:04:48 2013 (r326306) +++ head/biology/ncbi-toolkit/files/patch-make-makeall.unx Wed Sep 4 18:06:07 2013 (r326307) @@ -6,7 +6,7 @@ AR=ar -OTHERLIBS = -lm -VIBLIBS = -+OTHERLIBS = -lm -liconv ++OTHERLIBS = -lm %%ICONV_LIB%% +VIBLIBS = -lXft -lpng -ljpeg VIBFLAG = LIBCOPY = cp -p Modified: head/biology/ncbi-toolkit/files/patch-make-makenet.unx ============================================================================== --- head/biology/ncbi-toolkit/files/patch-make-makenet.unx Wed Sep 4 18:04:48 2013 (r326306) +++ head/biology/ncbi-toolkit/files/patch-make-makenet.unx Wed Sep 4 18:06:07 2013 (r326307) @@ -4,7 +4,7 @@ VIB = VIBLIBS= -lXm -lXmu -lXt -lX11 VIBLIBS= -+USERLIBS = -lXft -lpng -ljpeg -liconv ++USERLIBS = -lXft -lpng -ljpeg %%ICONV_LIB%% SEQUIN_OPTS = LIBCOPY = cp -p SRCCOPY = ./ln-if-absent Modified: head/chinese/docproj/Makefile ============================================================================== --- head/chinese/docproj/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/chinese/docproj/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -34,4 +34,8 @@ do-fetch: pre-patch: @${CP} -R ${SRC} ${WRKDIR} +post-patch: + @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' \ + ${WRKSRC}/cjktexsty/Makefile + .include Modified: head/chinese/oto/Makefile ============================================================================== --- head/chinese/oto/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/chinese/oto/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -17,7 +17,7 @@ USES= iconv GNU_CONFIGURE= YES USE_GMAKE= YES CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" post-patch: @${FIND} ${WRKSRC}/src/ -type f -print0 | \ Modified: head/chinese/oxim/Makefile ============================================================================== --- head/chinese/oxim/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/chinese/oxim/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -26,7 +26,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=--disable-bimsphone-module \ --disable-static \ --with-conf-dir=${PREFIX}/etc/${PORTNAME} \ Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/comms/anyremote/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -15,7 +15,7 @@ USES= pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 Modified: head/comms/minicom/Makefile ============================================================================== --- head/comms/minicom/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/comms/minicom/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --enable-dfl-baud=57600 --sysconfdir=${PREFIX}/etc/minicom \ --enable-lock-dir=/var/spool/lock \ --enable-dfl-port=/dev/cuau0 -MAKE_ARGS+= LIBS+="-liconv -lcurses" +MAKE_ARGS+= LIBS+="${ICONV_LIB} -lcurses" MAN1= minicom.1 runscript.1 ascii-xfr.1 xminicom.1 Modified: head/comms/obexapp/Makefile ============================================================================== --- head/comms/obexapp/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/comms/obexapp/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -26,4 +26,7 @@ MAKE_ENV+= NO_MAN=yes MAKE_ENV+= NO_WERROR=yes +post-patch: + @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile + .include Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/converters/libiconv/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -49,4 +49,11 @@ post-patch: ${WRKSRC}/libcharset/configure \ ${WRKSRC}/preload/configure -.include +.include + +.if ${OSVERSION} > 1000043 +IGNORE= converters/libiconv should not be used with OSVERSION > 1000050. \ +Please fix the port which tries to use it +.endif + +.include Modified: head/converters/lua-iconv/Makefile ============================================================================== --- head/converters/lua-iconv/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/converters/lua-iconv/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -21,7 +21,9 @@ USES= pkgconfig iconv PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so post-patch: - @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include|;s|%%LIBDIR%%|-L${PREFIX}/lib|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \ + s|%%LIBDIR%%|-L${PREFIX}/lib|; \ + s|%%ICONV_LIB%%|${ICONV_LIB}|' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/iconv.so ${LUA_MODLIBDIR} Modified: head/converters/lua-iconv/files/patch-Makefile ============================================================================== --- head/converters/lua-iconv/files/patch-Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/converters/lua-iconv/files/patch-Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -8,7 +8,7 @@ -CFLAGS = `pkg-config $(LUAPKG) --cflags` -fPIC -O3 -Wall +LUAPKG = lua-5.1 +CFLAGS += `pkg-config $(LUAPKG) --cflags` -fPIC %%INCDIR%% -+LIBS = `pkg-config $(LUAPKG) --libs` -liconv %%LIBDIR%% ++LIBS = `pkg-config $(LUAPKG) --libs` %%ICONV_LIB%% %%LIBDIR%% LFLAGS = -shared $(OMIT_FRAME_POINTER) INSTALL_PATH = `pkg-config $(LUAPKG) --variable=INSTALL_CMOD` Modified: head/converters/p5-Text-Iconv/Makefile ============================================================================== --- head/converters/p5-Text-Iconv/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/converters/p5-Text-Iconv/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -13,7 +13,7 @@ COMMENT= Perl interface to iconv() codes USES= perl5 iconv USE_PERL5= configure CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -liconv" + LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" MAN3= Text::Iconv.3 Modified: head/converters/py-iconv/Makefile ============================================================================== --- head/converters/py-iconv/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/converters/py-iconv/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -21,11 +21,18 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} +.include + +.if empty(ICONV_LIB) +SETUPINFO= ,library_dirs=["${LOCALBASE}/lib"],\ + include_dirs=["${LOCALBASE}/include"] +.else SETUPINFO= ,libraries=["iconv"],library_dirs=["${LOCALBASE}/lib"],\ include_dirs=["${LOCALBASE}/include"] +.endif post-patch: cd ${WRKSRC} && ${SED} 's!^\(.*ext_mod.*\)\()]\)$$!\1${SETUPINFO}\2!g'\ setup.py > setup.py.tmp && ${CAT} setup.py.tmp > setup.py -.include +.include Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/freetds-devel/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -93,7 +93,8 @@ post-patch: s|/freetds.conf|/freetds.conf.dist|g ; \ s|/locales.conf|/locales.conf.dist|g ; \ s|/pool.conf|/pool.conf.dist|g ; \ - s| common.h||g' + s| common.h||g ; \ + s|%%ICONV_LIB%%|${ICONV_LIB}|' post-install: .if !defined(NOPORTDOCS) Modified: head/databases/freetds-devel/files/patch-src-tds-Makefile ============================================================================== --- head/databases/freetds-devel/files/patch-src-tds-Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/freetds-devel/files/patch-src-tds-Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -5,7 +5,7 @@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -+LIBS = @LIBS@ -liconv ++LIBS = @LIBS@ %%ICONV_LIB%% LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ Modified: head/databases/postgis/Makefile ============================================================================== --- head/databases/postgis/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/postgis/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -58,7 +58,7 @@ MAKE_ARGS+= NOPORTDOCS=yes .endif post-extract: - @${REINPLACE_CMD} -e 's#@ICONV_LDFLAGS@#-liconv -L${LOCALBASE}/lib#g' \ + @${REINPLACE_CMD} -e 's#@ICONV_LDFLAGS@#${ICONV_LIB} -L${LOCALBASE}/lib#g' \ ${WRKSRC}/loader/Makefile.in post-patch: Modified: head/databases/qdbm/Makefile ============================================================================== --- head/databases/qdbm/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/qdbm/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -45,7 +45,7 @@ post-patch: post-build: cd ${WRKSRC}/lab; \ - ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" fmtcnv031127 + ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${ICONV_LIB}" fmtcnv031127 post-install: ${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${PREFIX}/bin Modified: head/databases/ruby-sybct/Makefile ============================================================================== --- head/databases/ruby-sybct/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/ruby-sybct/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -24,6 +24,7 @@ USES= iconv post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \ ${WRKSRC}/extconf.rb post-install: Modified: head/databases/ruby-sybct/files/patch-extconf.rb ============================================================================== --- head/databases/ruby-sybct/files/patch-extconf.rb Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/ruby-sybct/files/patch-extconf.rb Wed Sep 4 18:06:07 2013 (r326307) @@ -11,7 +11,7 @@ + sybase = "%%LOCALBASE%%" + $CFLAGS = "-g -Wall -DFREETDS -I#{sybase}/include" + $LDFLAGS = " -L#{sybase}/lib " -+ $LOCAL_LIBS = "-lct -lsybdb -ltds -rdynamic -lm -liconv" ++ $LOCAL_LIBS = "-lct -lsybdb -ltds -rdynamic -lm %%ICONV_LIB%%" ### mac-osx-tiger + Free TDS (freetds-0.64 ) ################ # sybase = "/usr/local/freetds" Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/databases/spatialite_gui/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USES= pkgconfig iconv CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` -LDFLAGS+= -L${LOCALBASE}/lib -liconv `${WX_CONFIG} --libs` +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs` CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes Modified: head/deskutils/adesklets/Makefile ============================================================================== --- head/deskutils/adesklets/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/deskutils/adesklets/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -33,7 +33,7 @@ INFO= adesklets \ SUB_FILES= pkg-message INSTALLS_EGGINFO= yes -LDFLAGS+= -liconv +LDFLAGS+= ${ICONV_LIB} .if !defined(WITHOUT_PERL) USE_PERL5= yes Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/deskutils/fbreader/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s,-pipe.*$$,${CFLAGS} -DDO_ICONV_CAST -DLIBICONV_PLUG,' \ -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},;s,libpng ,libpng15 ,' \ ${WRKSRC}/makefiles/arch/desktop.mk - @${REINPLACE_CMD} -e 's,-O3,,;s,-ldl,-liconv,' \ + @${REINPLACE_CMD} -e 's,-O3,,;s,-ldl,${ICONV_LIB},' \ ${WRKSRC}/makefiles/config.mk ${WRKSRC}/zlibrary/core/Makefile @${REINPLACE_CMD} -e 's,/usr,${PREFIX},' ${WRKSRC}/fbreader/desktop/Makefile @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \ Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/cgit/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -33,6 +33,7 @@ SUB_LIST+= PORTNAME=${PORTNAME} PLIST_SUB+= PORTNAME=${PORTNAME} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} .include +.include post-extract: @${RMDIR} ${WRKSRC}/git @@ -44,6 +45,11 @@ post-patch: ${WRKSRC}/git/Makefile @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' \ -e 's,-Igit,-I.,g' ${WRKSRC}/Makefile +.if empty(ICONV_LIB) + @${REINPLACE_CMD} -e '/NEEDS_LIBICONV = YesPlease/d' \ + -e '/OLD_ICONV = YesPlease/d' \ + ${WRKSRC}/git/config.mak.uname +.endif post-install: @${MKDIR} /var/cache/${PORTNAME} @@ -54,4 +60,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}rc.5.txt ${DOCSDIR}/ .endif -.include +.include Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/doxygen/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -77,7 +77,7 @@ PLIST_FILES+= bin/doxywizard pre-configure: @cd ${WRKSRC};for pro in src/*.pro.in addon/doxywizard/doxywizard.pro.in;do \ - ${ECHO} "unix:LIBS += -liconv" >> $$pro; done + ${ECHO} "unix:LIBS += ${ICONV_LIB}" >> $$pro; done @${CHMOD} +x ${WRKSRC}/configure post-configure: Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/gdb66/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --enable-target=all \ - --enable-tui --with-libiconv-prefix=${LOCALBASE} + --enable-tui CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT EXCLUDE= dejagnu expect readline sim texinfo intl @@ -38,6 +38,10 @@ MAN1= gdb${VER}.1 .include +.if empty(ICONV_LIB) +CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +.endif + .if ${PORT_OPTIONS:MINSIGHT} PKGNAMESUFFIX= -insight USE_TK= 84+ @@ -87,7 +91,7 @@ post-patch: ${WRKSRC}/gdb/version.in @${REINPLACE_CMD} -e 's/^READLINE/#READLINE/' \ -e 's/^readline/#readline/' \ - -e 's,^LIBICONV =.*,LIBICONV=-L${LOCALBASE}/lib -liconv,' \ + -e 's,^LIBICONV =.*,LIBICONV=-L${LOCALBASE}/lib ${ICONV_LIB},' \ ${WRKSRC}/gdb/Makefile.in ${ECHO} 'READLINE = -lreadline' >> ${WRKSRC}/gdb/Makefile.in Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/glib20/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -29,7 +29,7 @@ USES= gettext gmake iconv pathfix pkgco USE_GNOME= ltverhack USE_PYTHON= 2.5+ USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ +CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ --with-pcre=system \ @@ -54,6 +54,12 @@ CONFIGURE_ARGS+=--disable-dtrace #CONFIGURE_ARGS+=--enable-dtrace #.endif +.if exists(/usr/include/iconv.h) && ${OSVERSION} >= 1000043 +CONFIGURE_ARGS+= --with-libiconv=native +.else +CONFIGURE_ARGS+= --with-libiconv=gnu +.endif + .if ${ARCH} == powerpc64 EXTRA_PATCHES= ${FILESDIR}/extra-arch-powerpc64 .endif Modified: head/devel/glib20/files/patch-ae ============================================================================== --- head/devel/glib20/files/patch-ae Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/glib20/files/patch-ae Wed Sep 4 18:06:07 2013 (r326307) @@ -1,5 +1,5 @@ ---- configure.orig 2013-03-28 02:59:16.000000000 +0000 -+++ configure 2013-03-28 03:00:20.000000000 +0000 +--- configure.orig 2013-08-29 23:29:13.255661322 +0200 ++++ configure 2013-08-29 23:48:08.845647995 +0200 @@ -603,6 +603,9 @@ #ifdef HAVE_SYS_TYPES_H # include @@ -10,7 +10,7 @@ #ifdef HAVE_SYS_STAT_H # include #endif -@@ -5699,7 +5702,7 @@ +@@ -5778,7 +5781,7 @@ fi GLIB_RUNTIME_LIBDIR="$with_runtime_libdir" @@ -19,7 +19,31 @@ if test "x$with_runtime_libdir" != "x"; then -@@ -23089,7 +23092,7 @@ +@@ -7444,13 +7447,12 @@ + + ;; + native) +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -liconv" >&5 +-$as_echo_n "checking for iconv_open in -liconv... " >&6; } ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open" >&5 ++$as_echo_n "checking for iconv_open... " >&6; } + if ${ac_cv_lib_iconv_iconv_open+:} false; then : + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -8648,6 +8650,7 @@ + ;; + native) + ++ICONV_LIBS="" + $as_echo "#define USE_LIBICONV_NATIVE 1" >>confdefs.h + + ;; +@@ -23201,7 +23204,7 @@ fi done @@ -28,7 +52,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -26629,10 +26632,10 @@ +@@ -26741,10 +26744,10 @@ # b) FreeBSD doesn't do this either. # case $host in Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/libhtp/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -18,12 +18,17 @@ ACLOCAL_ARGS= -Im4 USE_LDCONFIG= yes USES= pkgconfig pathfix iconv -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ - -liconv + ${ICONV_LIB} + +.include + +.if empty(ICONV_LIB) +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} +.endif pre-configure: @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am @cd ${WRKSRC} && ${SH} ./autogen.sh -.include +.include Modified: head/devel/libparserutils/Makefile ============================================================================== --- head/devel/libparserutils/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/libparserutils/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= ICONV STATIC TEST DOXYG .if ${PORT_OPTIONS:MICONV} CFLAGS+= -DWITH_ICONV_FILTER -LDFLAGS+= -liconv +LDFLAGS+= ${ICONV_LIB} .endif .if ${PORT_OPTIONS:MSTATIC} Modified: head/devel/py-fusefs/Makefile ============================================================================== --- head/devel/py-fusefs/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/py-fusefs/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -24,7 +24,7 @@ DOCSDIR?= ${PREFIX}/share/doc/py-fusefs EXAMPLESDIR?= ${PREFIX}/share/examples/py-fusefs post-patch: - @${REINPLACE_CMD} -e '/libs =/s|$$| + " -liconv"|'\ + @${REINPLACE_CMD} -e '/libs =/s|$$| + " ${ICONV_LIB}"|'\ ${WRKSRC}/setup.py post-install: Modified: head/devel/styx/Makefile ============================================================================== --- head/devel/styx/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/devel/styx/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -20,7 +20,7 @@ USES= iconv USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} USE_LDCONFIG= yes Modified: head/dns/idnkit2/Makefile ============================================================================== --- head/dns/idnkit2/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/dns/idnkit2/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool USES= iconv USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} USE_LDCONFIG= yes @@ -33,4 +32,16 @@ MAN3= idn_checkname.3 idn_comparenames.3 MAN5= idn2.conf.5 idn2rc.5 idnalias.conf.5 idnlang.conf.5 MANCOMPRESSED= no -.include +.include + +.if empty(ICONV_LIB) +CONFIGURE_ARGS= --with-libiconv=/usr +.else +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ + ${WRKSRC}/configure + +.include Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/editors/joe/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -20,7 +20,7 @@ LICENSE= GPLv1 USE_GMAKE= yes USES= iconv ncurses GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= ${PORTNAME} Modified: head/editors/joe2/Makefile ============================================================================== --- head/editors/joe2/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/editors/joe2/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -21,7 +21,7 @@ CONFLICTS= joe-3* GNU_CONFIGURE= yes USE_GMAKE= yes USES= iconv -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= ${PORTNAME} Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/editors/texmacs/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-gs .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-iconv="${LOCALBASE}" +CONFIGURE_ARGS+= --with-iconv .else CONFIGURE_ARGS+= --without-iconv .endif Modified: head/emulators/mtools/Makefile ============================================================================== --- head/emulators/mtools/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/emulators/mtools/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -37,7 +37,7 @@ OPTIONS_DEFAULT=ICONV X11 .if ${PORT_OPTIONS:MICONV} USES+= iconv CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} .else CONFIGURE_ENV+= ac_cv_header_iconv_h=no .endif Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/emulators/virtualbox-ose/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -245,6 +245,9 @@ post-patch: ${WRKSRC}/kBuild/sdks/LIBSDL.kmk \ ${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' ${WRKSRC}/configure +.if empty(ICONV_LIB) + @${REINPLACE_CMD} -e 's|iconv||' ${WRKSRC}/Config.kmk ${WRKSRC}/src/VBox/Runtime/Makefile.kmk +.endif pre-build: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \ Modified: head/games/neverball/Makefile ============================================================================== --- head/games/neverball/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/games/neverball/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -41,7 +41,8 @@ post-patch: s|./locale|${PREFIX}/share/locale|g; \ s|sdl-config|${SDL_CONFIG}|g; \ s| -O2| ${CFLAGS}|g; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ + s|%%LOCALBASE%%|${LOCALBASE}|g; \ + s|%%ICONV_LIB%%|${ICONV_LIB}|' \ ${WRKSRC}/Makefile do-install: Modified: head/games/neverball/files/patch-Makefile ============================================================================== --- head/games/neverball/files/patch-Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/games/neverball/files/patch-Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -19,7 +19,7 @@ + BASE_LIBS += -L%%LOCALBASE%%/lib + + ifneq ($(ENABLE_NLS),0) -+ INTL_LIBS := -lintl -liconv ++ INTL_LIBS := -lintl %%ICONV_LIB%% + endif +endif + Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/games/pokerth/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -39,7 +39,7 @@ MAN1= pokerth.1 post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ - -e 's|(-lcurl)|\1 -liconv|g' \ + -e 's|(-lcurl)|\1 ${ICONV_LIB}|g' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ -e '/.*QMAKE_CXXFLAGS.*/d' \ Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/games/stepmania-devel/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--without-vorbis post-patch: @${REINPLACE_CMD} -e \ - '/^LIBS/s|-lpthread|-liconv|' ${WRKSRC}/src/Makefile.in + '/^LIBS/s|-lpthread|${ICONV_LIB}|' ${WRKSRC}/src/Makefile.in pre-build: @${ECHO_CMD} -n > ${WRKDIR}/stepmania.sh Modified: head/games/tuxmath/Makefile ============================================================================== --- head/games/tuxmath/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/games/tuxmath/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -31,7 +31,7 @@ CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4 CPPFLAGS+= $$(pkg-config --cflags SDL_Pango) -I${LOCALBASE}/include \ -DHAVE_ALPHASORT -DHAVE_SCANDIR -DHAVE_FSYNC -DICONV_CONST="" -LDFLAGS+= $$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib -liconv -lpng15 +LDFLAGS+= $$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib ${ICONV_LIB} -lpng15 T4K_NAME= t4k_common T4K_VERSION= 0.1.1 Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/graphics/graphite2/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -11,7 +11,7 @@ COMMENT= Rendering capabilities for comp USES= cmake iconv USE_LDCONFIG= yes -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/graphics/ida/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -26,7 +26,7 @@ USES= iconv gmake motif perl5 MAKEFILE= GNUmakefile MAKE_ARGS= JPEG_VER=80 verbose=yes -LDFLAGS+= -liconv +LDFLAGS+= ${ICONV_LIB} MAN1= exiftran.1 ida.1 PORTDOCS= README TODO INSTALL Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/graphics/ipe/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -26,7 +26,7 @@ USE_TEX= latex USE_GMAKE= yes MAKE_ENV= DLL_CFLAGS="-fPIC" \ ICONV_CFLAGS="-I${LOCALBASE}/include" \ - ICONV_LIBS="-L${LOCALBASE}/lib -liconv" \ + ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" \ INSTALL_DIR="${MKDIR}" \ INSTALL_FILES="${INSTALL_DATA}" \ INSTALL_SCRIPTS="${INSTALL_SCRIPT}" \ Modified: head/graphics/libgaiagraphics/Makefile ============================================================================== --- head/graphics/libgaiagraphics/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/graphics/libgaiagraphics/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USES= iconv gmake pkgconfig CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes Added: head/graphics/netpbm/files/patch-lib-util-pm_c_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/netpbm/files/patch-lib-util-pm_c_util.h Wed Sep 4 18:06:07 2013 (r326307) @@ -0,0 +1,10 @@ +--- lib/util/pm_c_util.h.orig 2006-08-19 05:12:28.000000000 +0200 ++++ lib/util/pm_c_util.h 2013-08-30 13:58:20.918173431 +0200 +@@ -50,6 +50,7 @@ + #ifndef __cplusplus + #ifndef HAVE_BOOL + #define HAVE_BOOL 1 ++ #undef bool + typedef int bool; + #endif + #ifndef true Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/graphics/oyranos/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -32,7 +32,7 @@ USE_GNOME= libxml2 USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_XORG= xfixes xinerama xrandr xxf86vm CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg -LDFLAGS+= -L${LOCALBASE}/lib -liconv +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= oyranos-config-fltk.1 oyranos-monitor-daemon.1 oyranos-monitor.1 \ oyranos-policy.1 oyranos-profile-graph.1 oyranos-profile-install.1 \ Modified: head/irc/xchat1/Makefile ============================================================================== --- head/irc/xchat1/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/irc/xchat1/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -22,7 +22,7 @@ USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl -liconv" +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --without-included-gettext \ --enable-nls \ Modified: head/japanese/groff/Makefile ============================================================================== --- head/japanese/groff/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/japanese/groff/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -41,7 +41,7 @@ MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --enable-multibyte CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}" \ - LIBS="-L${LOCALBASE}/lib -liconv" + LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CFLAGS+= -I${LOCALBASE}/include TMACBASE= ${WRKDIR}/${TMAC_DISTNAME} Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/java/openjdk6/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -240,6 +240,13 @@ post-patch: @${REINPLACE_CMD} 's|build-policy install-limited|build-policy install-unlimited|' \ ${WRKSRC}/jdk/make/javax/crypto/Makefile .endif +.if empty(ICONV_LIB) + @${REINPLACE_CMD} 's| -liconv||' \ + ${WRKSRC}/Makefile \ + ${WRKSRC}/jdk/make/sun/splashscreen/Makefile \ + ${WRKSRC}/jdk/make/java/npt/Makefile \ + ${WRKSRC}/jdk/make/java/instrument/Makefile +.endif post-build: .if ${PORT_OPTIONS:MTZUPDATE} Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Wed Sep 4 18:04:48 2013 (r326306) +++ head/java/openjdk7/Makefile Wed Sep 4 18:06:07 2013 (r326307) @@ -159,6 +159,13 @@ post-patch: @${REINPLACE_CMD} 's|build-policy install-limited|build-policy install-unlimited|' \ ${WRKSRC}/jdk/make/javax/crypto/Makefile .endif +.if empty(ICONV_LIB) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:20:24 2013 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 ESMTP id 3C11A681; Wed, 4 Sep 2013 18:20:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2975C29BF; Wed, 4 Sep 2013 18:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IKNFt056869; Wed, 4 Sep 2013 18:20:23 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84IKNv9056866; Wed, 4 Sep 2013 18:20:23 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309041820.r84IKNv9056866@svn.freebsd.org> From: Guido Falsi Date: Wed, 4 Sep 2013 18:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326308 - head 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.14 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: Wed, 04 Sep 2013 18:20:24 -0000 Author: madpilot Date: Wed Sep 4 18:20:23 2013 New Revision: 326308 URL: http://svnweb.freebsd.org/changeset/ports/326308 Log: Fix wording in UPDATING message. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Sep 4 18:06:07 2013 (r326307) +++ head/UPDATING Wed Sep 4 18:20:23 2013 (r326308) @@ -15,11 +15,11 @@ you update your ports collection, before Due to this change some major overhauling of the ports tree has been necessary to move the ports to using that implementation. - People using pkgng should have little problems, "pkg upgrade" - will update all sofware to not depend on libivconv anymore, once - updated packages are available. Please make sure to perform a - "pkg autoremove" after that and check that libiconv is correctly - removed by it. + People using pkgng binary packages should have little problems, + "pkg upgrade" will update all sofware to not depend on libivconv + anymore, once updated packages are available. Please make sure to + perform a "pkg autoremove" after that and check that libiconv is + correctly removed by it. If you are using ports the update requires some manual intervention. The following procedure should be followed: From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:26:26 2013 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 ESMTP id 0827E98E; Wed, 4 Sep 2013 18:26:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9AC62A5B; Wed, 4 Sep 2013 18:26:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IQPCv060820; Wed, 4 Sep 2013 18:26:25 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84IQPgA060819; Wed, 4 Sep 2013 18:26:25 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309041826.r84IQPgA060819@svn.freebsd.org> From: Guido Falsi Date: Wed, 4 Sep 2013 18:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326309 - head 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.14 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: Wed, 04 Sep 2013 18:26:26 -0000 Author: madpilot Date: Wed Sep 4 18:26:25 2013 New Revision: 326309 URL: http://svnweb.freebsd.org/changeset/ports/326309 Log: Fix name of port. Reported by: pgj Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Sep 4 18:20:23 2013 (r326308) +++ head/UPDATING Wed Sep 4 18:26:25 2013 (r326309) @@ -6,7 +6,7 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20130904: - AFFECTS: 10-CURRENT users with any port depending on converters/iconv + AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org 10-CURRENT after r254273 (committed on August 13, 2013) has an From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:46:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB3943BD; Wed, 4 Sep 2013 18:46:31 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B859E2BB0; Wed, 4 Sep 2013 18:46:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IkVR0072355; Wed, 4 Sep 2013 18:46:31 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84IkVAF072351; Wed, 4 Sep 2013 18:46:31 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309041846.r84IkVAF072351@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 18:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326310 - head/databases/pymongo 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.14 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: Wed, 04 Sep 2013 18:46:31 -0000 Author: wg Date: Wed Sep 4 18:46:30 2013 New Revision: 326310 URL: http://svnweb.freebsd.org/changeset/ports/326310 Log: databases/pymongo: update to 2.6.1 - Update to 2.6.1 - Use single space for WWW and end with a slash Changes: http://api.mongodb.org/python/current/changelog.html#changes-in-version-2-6-1 Modified: head/databases/pymongo/Makefile head/databases/pymongo/distinfo head/databases/pymongo/pkg-descr Modified: head/databases/pymongo/Makefile ============================================================================== --- head/databases/pymongo/Makefile Wed Sep 4 18:26:25 2013 (r326309) +++ head/databases/pymongo/Makefile Wed Sep 4 18:46:30 2013 (r326310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6 +PORTVERSION= 2.6.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP Modified: head/databases/pymongo/distinfo ============================================================================== --- head/databases/pymongo/distinfo Wed Sep 4 18:26:25 2013 (r326309) +++ head/databases/pymongo/distinfo Wed Sep 4 18:46:30 2013 (r326310) @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.6.tar.gz) = 0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a -SIZE (pymongo-2.6.tar.gz) = 322457 +SHA256 (pymongo-2.6.1.tar.gz) = 1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c +SIZE (pymongo-2.6.1.tar.gz) = 322608 Modified: head/databases/pymongo/pkg-descr ============================================================================== --- head/databases/pymongo/pkg-descr Wed Sep 4 18:26:25 2013 (r326309) +++ head/databases/pymongo/pkg-descr Wed Sep 4 18:46:30 2013 (r326310) @@ -3,4 +3,4 @@ the Mongo database from Python. The pymo Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. -WWW: http://github.com/mongodb/mongo-python-driver +WWW: http://github.com/mongodb/mongo-python-driver/ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:50:42 2013 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 ESMTP id D8920545; Wed, 4 Sep 2013 18:50:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5D0D2BFA; Wed, 4 Sep 2013 18:50:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IogFm075911; Wed, 4 Sep 2013 18:50:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84IogTD075909; Wed, 4 Sep 2013 18:50:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309041850.r84IogTD075909@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 18:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326311 - head/www/py-flexget 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.14 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: Wed, 04 Sep 2013 18:50:42 -0000 Author: wg Date: Wed Sep 4 18:50:42 2013 New Revision: 326311 URL: http://svnweb.freebsd.org/changeset/ports/326311 Log: www/py-flexget: update to 1.1.102 - Update to 1.1.102 Modified: head/www/py-flexget/Makefile head/www/py-flexget/distinfo Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Wed Sep 4 18:46:30 2013 (r326310) +++ head/www/py-flexget/Makefile Wed Sep 4 18:50:42 2013 (r326311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 1.1.98 +PORTVERSION= 1.1.102 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/archive/ \ Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Wed Sep 4 18:46:30 2013 (r326310) +++ head/www/py-flexget/distinfo Wed Sep 4 18:50:42 2013 (r326311) @@ -1,2 +1,2 @@ -SHA256 (FlexGet-1.1.98.tar.gz) = 0745393fa6a12c0331703107464730f45e9d8a5737c0d02b632cf10c31093b1e -SIZE (FlexGet-1.1.98.tar.gz) = 909281 +SHA256 (FlexGet-1.1.102.tar.gz) = 93bdbf7808aa44f7dccf2466eb2879e8bd2617ac703cecd3088d84c260e838b4 +SIZE (FlexGet-1.1.102.tar.gz) = 909402 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:57:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 501A0868; Wed, 4 Sep 2013 18:57:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF9C2C3C; Wed, 4 Sep 2013 18:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IvJ6I078490; Wed, 4 Sep 2013 18:57:19 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84IvIT8078488; Wed, 4 Sep 2013 18:57:18 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309041857.r84IvIT8078488@svn.freebsd.org> From: Hiroki Sato Date: Wed, 4 Sep 2013 18:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326312 - in head/print/ghostscript9-agpl: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 18:57:19 -0000 Author: hrs Date: Wed Sep 4 18:57:18 2013 New Revision: 326312 URL: http://svnweb.freebsd.org/changeset/ports/326312 Log: Fix build. Reported by: pkg-fallout Modified: head/print/ghostscript9-agpl/Makefile head/print/ghostscript9-agpl/files/Makefile.drivers_post Modified: head/print/ghostscript9-agpl/Makefile ============================================================================== --- head/print/ghostscript9-agpl/Makefile Wed Sep 4 18:50:42 2013 (r326311) +++ head/print/ghostscript9-agpl/Makefile Wed Sep 4 18:57:18 2013 (r326312) @@ -13,7 +13,7 @@ PKGNAMESUFFIX= 9-agpl DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_AFTER_ARGS= | ${TAR} -xpf - ${EXCLUDE_DIRS:S/^/--exclude /} +EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} MAINTAINER= doceng@FreeBSD.org COMMENT= Ghostscript 9.x PostScript interpreter @@ -35,8 +35,8 @@ CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf Modified: head/print/ghostscript9-agpl/files/Makefile.drivers_post ============================================================================== --- head/print/ghostscript9-agpl/files/Makefile.drivers_post Wed Sep 4 18:50:42 2013 (r326311) +++ head/print/ghostscript9-agpl/files/Makefile.drivers_post Wed Sep 4 18:57:18 2013 (r326312) @@ -110,7 +110,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_ICONV_DEVS) -USE_ICONV= yes +USES+= iconv CONFIGURE_ARGS+=--with-libiconv=gnu EXTRALIBS+= -liconv .else From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 19:17:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA706D2F; Wed, 4 Sep 2013 19:17:14 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 962D02D7F; Wed, 4 Sep 2013 19:17:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84JHE9m090356; Wed, 4 Sep 2013 19:17:14 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84JHEEM090355; Wed, 4 Sep 2013 19:17:14 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309041917.r84JHEEM090355@svn.freebsd.org> From: Lars Thegler Date: Wed, 4 Sep 2013 19:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326313 - head/devel/p5-Devel-LeakTrace-Fast 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.14 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: Wed, 04 Sep 2013 19:17:14 -0000 Author: lth Date: Wed Sep 4 19:17:14 2013 New Revision: 326313 URL: http://svnweb.freebsd.org/changeset/ports/326313 Log: Mark BROKEN, does not compile under perl >= 5.12, see https://rt.cpan.org/Public/Bug/Display.html?id=56079 Reported by: pkg-fallout Modified: head/devel/p5-Devel-LeakTrace-Fast/Makefile Modified: head/devel/p5-Devel-LeakTrace-Fast/Makefile ============================================================================== --- head/devel/p5-Devel-LeakTrace-Fast/Makefile Wed Sep 4 18:57:18 2013 (r326312) +++ head/devel/p5-Devel-LeakTrace-Fast/Makefile Wed Sep 4 19:17:14 2013 (r326313) @@ -19,4 +19,6 @@ USE_PERL5= configure MAN3= Devel::LeakTrace::Fast.3 +BROKEN= does not compile under perl >= 5.12, see https://rt.cpan.org/Public/Bug/Display.html?id=56079 + .include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 19:24:13 2013 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 ESMTP id 41807F6C; Wed, 4 Sep 2013 19:24:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EFA72DE0; Wed, 4 Sep 2013 19:24:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84JOCov094822; Wed, 4 Sep 2013 19:24:12 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84JOCeX094820; Wed, 4 Sep 2013 19:24:12 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309041924.r84JOCeX094820@svn.freebsd.org> From: Thierry Thomas Date: Wed, 4 Sep 2013 19:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326314 - in head/graphics/cimg: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 19:24:13 -0000 Author: thierry Date: Wed Sep 4 19:24:12 2013 New Revision: 326314 URL: http://svnweb.freebsd.org/changeset/ports/326314 Log: Re-add the missing CFLAGS and LDFLAGS. Reported by: pkg-fallout Modified: head/graphics/cimg/Makefile head/graphics/cimg/files/patch-examples::Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed Sep 4 19:17:14 2013 (r326313) +++ head/graphics/cimg/Makefile Wed Sep 4 19:24:12 2013 (r326314) @@ -3,6 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.6 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ Modified: head/graphics/cimg/files/patch-examples::Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples::Makefile Wed Sep 4 19:17:14 2013 (r326313) +++ head/graphics/cimg/files/patch-examples::Makefile Wed Sep 4 19:24:12 2013 (r326314) @@ -1,5 +1,5 @@ --- examples/Makefile.orig 2013-07-04 17:26:45.000000000 +0200 -+++ examples/Makefile 2013-07-04 23:45:47.000000000 +0200 ++++ examples/Makefile 2013-09-04 21:02:00.000000000 +0200 @@ -84,8 +84,8 @@ # Set correct variables and paths #--------------------------------- @@ -11,6 +11,17 @@ EXEPFX = CCVER = $(CC) ifeq ($(CC),g++) +@@ -99,8 +99,8 @@ + CFLAGS = -I.. + LDFLAGS = + else +-CFLAGS = -I.. -Wall -W +-LDFLAGS = -lm ++CFLAGS = -I.. -Wall -W $(CPPFLAGS) ++LDFLAGS += -lm + endif + + #-------------------------------------------------- @@ -125,7 +125,7 @@ ifeq ($(CC),icc) CIMG_OPT_CFLAGS = -O3 -ipo -no-prec-div From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:01:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 327BEBDD; Wed, 4 Sep 2013 20:01:20 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3BB2173; Wed, 4 Sep 2013 20:01:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84K1K8M017703; Wed, 4 Sep 2013 20:01:20 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84K16uv017613; Wed, 4 Sep 2013 20:01:06 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309042001.r84K16uv017613@svn.freebsd.org> From: Boris Samorodov Date: Wed, 4 Sep 2013 20:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326316 - in head: accessibility/redshift audio/bmp-flac cad/pcb databases/namazu2 databases/unixODBC deskutils/tpb devel/cross-gcc devel/gdb devel/gdb66 devel/gmake devel/libhtp devel/... 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.14 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: Wed, 04 Sep 2013 20:01:20 -0000 Author: bsam Date: Wed Sep 4 20:01:05 2013 New Revision: 326316 URL: http://svnweb.freebsd.org/changeset/ports/326316 Log: Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk. It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Modified: head/accessibility/redshift/Makefile head/audio/bmp-flac/Makefile head/cad/pcb/Makefile head/databases/namazu2/Makefile head/databases/unixODBC/Makefile head/deskutils/tpb/Makefile head/devel/cross-gcc/Makefile head/devel/gdb/Makefile head/devel/gdb66/Makefile head/devel/gmake/Makefile head/devel/libhtp/Makefile head/devel/mingw32-gcc/Makefile head/devel/motor/Makefile head/devel/msp430-gcc/Makefile head/devel/popt/Makefile head/editors/ssed/Makefile head/editors/vile/Makefile head/editors/xvile/Makefile head/ftp/wput/Makefile head/ftp/wzdftpd/Makefile head/games/freeciv/Makefile head/games/gnmm/Makefile head/graphics/gd/Makefile head/graphics/gdal/Makefile head/japanese/lynx-current/Makefile head/japanese/lynx/Makefile head/japanese/mutt-devel/Makefile head/lang/gawk/Makefile head/lang/gcc-aux/Makefile head/lang/gcc/Makefile head/lang/gcc34/Makefile head/lang/gcc42/Makefile head/lang/gcc44/Makefile head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gnat-aux/Makefile head/lang/gnat/Makefile head/lang/gnatdroid-armv5/Makefile head/lang/gnatdroid-armv7/Makefile head/mail/mutt/Makefile head/mail/mutt14/Makefile head/mail/sqwebmail/Makefile head/net-p2p/gnunet-gtk/Makefile head/net-p2p/mldonkey/Makefile head/net/rdesktop/Makefile head/news/slrn/Makefile head/news/tin/Makefile head/palm/synce-libsynce/Makefile head/print/lyx/Makefile head/security/libgpg-error/Makefile head/security/pam_krb5-rh/Makefile head/sysutils/djmount/Makefile head/sysutils/libcdio/Makefile head/sysutils/xcdroast/Makefile head/textproc/gxmlviewer/Makefile head/textproc/hunspell/Makefile head/textproc/xmlstarlet/Makefile head/www/cadaver/Makefile head/www/elinks/Makefile head/www/lynx-current/Makefile head/www/lynx/Makefile Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/accessibility/redshift/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -30,8 +30,8 @@ VIDMODE_DESC= Support VIDMODE for changi .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ +USES+= gettext iconv +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" .else Modified: head/audio/bmp-flac/Makefile ============================================================================== --- head/audio/bmp-flac/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/audio/bmp-flac/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -17,10 +17,10 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimed PLIST_FILES= lib/bmp/Input/libbmp-flac.so -USES= pkgconfig +USES= iconv pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${LOCALBASE}" Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/cad/pcb/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -45,7 +45,7 @@ NONE_DESC= No GUI support .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= \ --enable-nls \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} USES+= gettext iconv .for L in fr nl ru Modified: head/databases/namazu2/Makefile ============================================================================== --- head/databases/namazu2/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/databases/namazu2/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -17,7 +17,7 @@ USES= gettext iconv perl5 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-perl5="${PERL}" \ --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} USE_LDCONFIG= yes .include "${.CURDIR}/Makefile.common" Modified: head/databases/unixODBC/Makefile ============================================================================== --- head/databases/unixODBC/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/databases/unixODBC/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -18,7 +18,7 @@ CONFLICTS= libiodbc-[0-9]* USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --enable-shared \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} USE_LDCONFIG= yes PORTDOCS= * Modified: head/deskutils/tpb/Makefile ============================================================================== --- head/deskutils/tpb/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/deskutils/tpb/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USES= bison iconv gmake pkgconfig -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} MAN1= tpb.1 Modified: head/devel/cross-gcc/Makefile ============================================================================== --- head/devel/cross-gcc/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/cross-gcc/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -29,7 +29,7 @@ RUN_DEPENDS?= ${OURTARGET}-as:${PORTSDIR USE_BZIP2= yes USE_GMAKE= yes -USES= bison +USES= bison iconv STRIP= #empty GNU_CONFIGURE= yes ALL_TARGET= all info @@ -61,7 +61,7 @@ CONFIGURE_ARGS= --target=${OURTARGET} \ --datadir="${TGT_DATADIR}" \ --with-system-zlib \ --disable-nls \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --without-included_gettext \ --with-newlib \ --with-dwarf2 \ Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/gdb/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --with-gdb-datadir=${PREFIX}/share/gdb${PORTVERSION:S/.//g} \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --without-libunwind-ia64 \ --enable-targets=all CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/gdb66/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --enable-target=all \ - --enable-tui + --enable-tui ${ICONV_CONFIGURE_ARG} CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT EXCLUDE= dejagnu expect readline sim texinfo intl @@ -38,10 +38,6 @@ MAN1= gdb${VER}.1 .include -.if empty(ICONV_LIB) -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} -.endif - .if ${PORT_OPTIONS:MINSIGHT} PKGNAMESUFFIX= -insight USE_TK= 84+ Modified: head/devel/gmake/Makefile ============================================================================== --- head/devel/gmake/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/gmake/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -24,8 +24,8 @@ OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ +USES+= gettext iconv +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" .else Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/libhtp/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -18,17 +18,12 @@ ACLOCAL_ARGS= -Im4 USE_LDCONFIG= yes USES= pkgconfig pathfix iconv +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ ${ICONV_LIB} -.include - -.if empty(ICONV_LIB) -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} -.endif - pre-configure: @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am @cd ${WRKSRC} && ${SH} ./autogen.sh -.include +.include Modified: head/devel/mingw32-gcc/Makefile ============================================================================== --- head/devel/mingw32-gcc/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/mingw32-gcc/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -61,7 +61,7 @@ CONFIGURE_ARGS= --disable-nls --target=$ --enable-libstdcxx-debug \ --disable-build-poststage1-with-cxx \ --enable-version-specific-runtime-libs \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --includedir=${PREFIX}/${GCC_TARG}/include \ --datadir=${PREFIX}/${GCC_TARG}/share \ --with-system-zlib Modified: head/devel/motor/Makefile ============================================================================== --- head/devel/motor/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/motor/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -14,7 +14,7 @@ USE_BZIP2= yes USE_GMAKE= yes USES= iconv GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} .include Modified: head/devel/msp430-gcc/Makefile ============================================================================== --- head/devel/msp430-gcc/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/msp430-gcc/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--target=${PKGNAMEPREFIX --enable-languages=c,c++ \ --enable-lto \ --with-gmp=${LOCALBASE} --with-mpfr=${LOCALBASE} \ - --with-mpc=${LOCALBASE} --with-libiconv-prefix=${LOCALBASE} \ + --with-mpc=${LOCALBASE} ${ICONV_CONFIGURE_ARG} \ --with-system-zlib --disable-nls \ --with-pkgversion="MSPGCC_${LTSVERSION}" INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info Modified: head/devel/popt/Makefile ============================================================================== --- head/devel/popt/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/devel/popt/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -9,7 +9,7 @@ MASTER_SITES= http://rpm5.org/files/popt MAINTAINER= jpaetzel@FreeBSD.org COMMENT= A getopt(3) like library with a number of enhancements, from Redhat -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --program-prefix="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/editors/ssed/Makefile ============================================================================== --- head/editors/ssed/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/editors/ssed/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -19,8 +19,8 @@ MAN1= ssed.1 .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +USES+= gettext iconv +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/editors/vile/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -39,7 +39,7 @@ PLIST_SUB+= SO_EXT="" .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-iconv --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= --with-iconv ${ICONV_CONFIGURE_ARG} PLIST_SUB+= ICONV="" .else CONFIGURE_ARGS+= --without-iconv --without-locale Modified: head/editors/xvile/Makefile ============================================================================== --- head/editors/xvile/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/editors/xvile/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -53,7 +53,7 @@ PLIST_SUB+= SO_EXT="" .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-iconv --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= --with-iconv ${ICONV_CONFIGURE_ARG} PLIST_SUB+= ICONV="" .else BROKEN= Does not build if ICONV support is disabled Modified: head/ftp/wput/Makefile ============================================================================== --- head/ftp/wput/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/ftp/wput/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --without-ssl USES+= gettext iconv CONFIGURE_ARGS+= --enable-nls \ --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix Modified: head/ftp/wzdftpd/Makefile ============================================================================== --- head/ftp/wzdftpd/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/ftp/wzdftpd/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -38,7 +38,7 @@ MAN8= wzdftpd.8 .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .else CONFIGURE_ARGS+= --disable-utf8 .endif Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/games/freeciv/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -11,12 +11,12 @@ COMMENT= Free turn-based multiplayer str RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USES= gettext gmake pkgconfig +USES= gettext gmake iconv pkgconfig USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-libiconv-prefix=${PREFIX} --program-transform-name= +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= MAN6= freeciv-server.6 freeciv-client.6 \ freeciv-xaw.6 freeciv-sdl.6 freeciv-gtk2.6 \ Modified: head/games/gnmm/Makefile ============================================================================== --- head/games/gnmm/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/games/gnmm/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -16,6 +16,6 @@ USES= pathfix gettext iconv USE_GNOME= gnomeprefix gnomelibs gdkpixbuf GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}" +CONFIGURE_ARGS= "${ICONV_CONFIGURE_ARG}" .include Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/graphics/gd/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -44,7 +44,7 @@ GNU_CONFIGURE_ARGS+= --with-fontconfig=n .if ${PORT_OPTIONS:MICONV} USES+= iconv -GNU_CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +GNU_CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .else GNU_CONFIGURE_ARGS+= --without-libiconv GNU_CONFIGURE_ARGS+= --with-libiconv-prefix=no Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/graphics/gdal/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -90,7 +90,7 @@ CONFIGURE_ARGS+=--with-hdf5=no .endif .if ${PORT_OPTIONS:MICONV} -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} USES+= iconv .else CONFIGURE_ARGS+=--with-libiconv-prefix=no Modified: head/japanese/lynx-current/Makefile ============================================================================== --- head/japanese/lynx-current/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/japanese/lynx-current/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-screen=ncurses -- .if !defined(WITHOUT_JAPANESE_UTF8) USES+= iconv -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ --enable-japanese-utf8 .else CONFIGURE_ARGS+=--disable-japanese-utf8 Modified: head/japanese/lynx/Makefile ============================================================================== --- head/japanese/lynx/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/japanese/lynx/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -41,7 +41,7 @@ COLOR_STYLE_DESC= Enable color style (nc DEFAULT_COLORS_DESC= Enable default colors (ncurses/slang) JAPANESE_UTF8_USES= iconv -JAPANESE_UTF8_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE} +JAPANESE_UTF8_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} JAPANESE_UTF8_CONFIGURE_ENABLE= japanese-utf8 COLOR_STYLE_CONFIGURE_ENABLE= color-style DEFAULT_COLORS_CONFIGURE_ENABLE=default-colors Modified: head/japanese/mutt-devel/Makefile ============================================================================== --- head/japanese/mutt-devel/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/japanese/mutt-devel/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -65,7 +65,7 @@ WRKSRC= ${WRKDIR}/mutt-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" CONFIGURE_ARGS= --with-slang --enable-locales-fix \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --without-wc-funcs \ --enable-flock --disable-fcntl \ --with-ssl \ Modified: head/lang/gawk/Makefile ============================================================================== --- head/lang/gawk/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gawk/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -18,7 +18,8 @@ INFO= gawk gawkinet USE_XZ= true GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +USES= iconv +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ AWK=${AWK} Modified: head/lang/gcc-aux/Makefile ============================================================================== --- head/lang/gcc-aux/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc-aux/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -197,7 +197,7 @@ ADA_CONFIG_ARGS+= --with-system-zlib ADA_CONFIG_ARGS+= --with-gmp=${PREFIX} ADA_CONFIG_ARGS+= --with-mpfr=${PREFIX} ADA_CONFIG_ARGS+= --with-mpc=${PREFIX} -ADA_CONFIG_ARGS+= --with-libiconv-prefix=${PREFIX} +ADA_CONFIG_ARGS+= ${ICONV_CONFIGURE_ARG} ADA_CONFIG_ARGS+= --enable-shared ADA_CONFIG_ARGS+= --enable-threads=posix ADA_CONFIG_ARGS+= --disable-bootstrap Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -71,7 +71,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc34/Makefile ============================================================================== --- head/lang/gcc34/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc34/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -46,7 +46,7 @@ TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_T GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-nls \ --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --program-suffix=${SUFFIX} \ --libdir=${TARGLIB} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ Modified: head/lang/gcc42/Makefile ============================================================================== --- head/lang/gcc42/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc42/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-bootstrap \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=/usr/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc44/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--disable-bootstrap \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc46/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -73,7 +73,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc47/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc48/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gcc49/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" Modified: head/lang/gnat-aux/Makefile ============================================================================== --- head/lang/gnat-aux/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gnat-aux/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -170,7 +170,7 @@ CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-gmp=${PKG_PREFIX} CONFIGURE_ARGS+= --with-mpfr=${PKG_PREFIX} CONFIGURE_ARGS+= --with-mpc=${PKG_PREFIX} -CONFIGURE_ARGS+= --with-libiconv-prefix=${PKG_PREFIX} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-threads=posix CONFIGURE_ARGS+= --disable-bootstrap Modified: head/lang/gnat/Makefile ============================================================================== --- head/lang/gnat/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gnat/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-languages="c,a --program-prefix=gnat \ --disable-nls \ --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --libdir=${targlib} \ --libexecdir=${targlibexec} \ --disable-libada Modified: head/lang/gnatdroid-armv5/Makefile ============================================================================== --- head/lang/gnatdroid-armv5/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gnatdroid-armv5/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} CONFIGURE_ARGS+= --with-mpfr=${LOCALBASE} CONFIGURE_ARGS+= --with-mpc=${LOCALBASE} -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} CONFIGURE_ARGS+= --with-sysroot=${SRPREFIX} CONFIGURE_ARGS+= --with-float=soft CONFIGURE_ARGS+= --with-fpu=${FPU} Modified: head/lang/gnatdroid-armv7/Makefile ============================================================================== --- head/lang/gnatdroid-armv7/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/lang/gnatdroid-armv7/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} CONFIGURE_ARGS+= --with-mpfr=${LOCALBASE} CONFIGURE_ARGS+= --with-mpc=${LOCALBASE} -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} CONFIGURE_ARGS+= --with-sysroot=${SRPREFIX} CONFIGURE_ARGS+= --with-float=soft CONFIGURE_ARGS+= --with-fpu=${FPU} Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/mail/mutt/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -244,7 +244,7 @@ CONFIGURE_ARGS+= --enable-locales-fix .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .else CONFIGURE_ARGS+= --disable-iconv .endif Modified: head/mail/mutt14/Makefile ============================================================================== --- head/mail/mutt14/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/mail/mutt14/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -123,7 +123,7 @@ PLIST_SUB+= NLS="@comment " .if ! ${PORT_OPTIONS:MMUTT_ICONV} && ! ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --disable-iconv .else -CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif .if ${PORT_OPTIONS:MSLANG} CONFIGURE_ARGS+= --with-slang=${PREFIX} Modified: head/mail/sqwebmail/Makefile ============================================================================== --- head/mail/sqwebmail/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/mail/sqwebmail/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -53,7 +53,7 @@ CACHEOWNER?= bin USE_PERL5= YES USE_BZIP2= YES -USES= gettext +USES= gettext iconv USE_GMAKE= YES USE_RC_SUBR= sqwebmail-sqwebmaild GNU_CONFIGURE= yes @@ -65,7 +65,7 @@ CONFIGURE_ARGS= --enable-cgibindir=${PRE --enable-imageurl=/${IMAGEURL} \ --with-locking-method=fcntl \ --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --cache-file=${WRKDIR}/sqwebmail.cache PLIST_SUB+= CGIBINDIR=${CGIBINDIR} \ Modified: head/net-p2p/gnunet-gtk/Makefile ============================================================================== --- head/net-p2p/gnunet-gtk/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/net-p2p/gnunet-gtk/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -28,7 +28,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \ --with-gnunet=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} MAN1= gnunet-fs-gtk.1 Modified: head/net-p2p/mldonkey/Makefile ============================================================================== --- head/net-p2p/mldonkey/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/net-p2p/mldonkey/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -27,7 +27,7 @@ ALL_TARGET= opt MAKE_ENV+= OCAMLRUNPARAM="l=256M" MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} CONFIGURE_ENV+= NEWCXX="${CXX}" \ PTHREAD_LIBS="-pthread" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net/rdesktop/Makefile ============================================================================== --- head/net/rdesktop/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/net/rdesktop/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-ipv6 .if defined(WITH_ICONV) USES+= iconv -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif .if defined(WITH_RDESKTOP_DEBUG) Modified: head/news/slrn/Makefile ============================================================================== --- head/news/slrn/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/news/slrn/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -19,7 +19,7 @@ USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-ipv6 --disable-inews --with-slrnpull \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} ALL_TARGET= all Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/news/tin/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--with-nntp-default-serv --with-pcre=yes \ --with-screen=${TIN_SCREEN} \ --enable-break-long-lines \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-mime-default-charset=US-ASCII \ --enable-ipv6 MAKE_ARGS+= MAKE=${GMAKE} Modified: head/palm/synce-libsynce/Makefile ============================================================================== --- head/palm/synce-libsynce/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/palm/synce-libsynce/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -19,7 +19,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USES= pathfix iconv pkgconfig -CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}" \ +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \ --enable-dccm-file-support=no \ --enable-hal-support=yes \ --enable-odccm-support=no Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/print/lyx/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -23,7 +23,7 @@ CONFLICTS= lyx-1.[0-9]* MAJOR_VERSION= 2.0 MINOR_VERSION= 6 -USES= gmake pkgconfig +USES= gmake iconv pkgconfig USE_XZ= yes USE_QT4= corelib gui moc_build uic_build rcc_build USE_GNOME= desktopfileutils @@ -34,7 +34,7 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} MAN1= lyx.1 lyxclient.1 tex2lyx.1 Modified: head/security/libgpg-error/Makefile ============================================================================== --- head/security/libgpg-error/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/security/libgpg-error/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes .if ${PORT_OPTIONS:MNLS} USES+= gettext iconv -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" .else Modified: head/security/pam_krb5-rh/Makefile ============================================================================== --- head/security/pam_krb5-rh/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/security/pam_krb5-rh/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -18,7 +18,7 @@ CONFLICTS= pam_krb5-4.* USES= iconv GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} --without-afs \ +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} --without-afs \ --with-libintl-prefix=${LOCALBASE} --with-krb4=no \ --without-keyutils LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/djmount/Makefile ============================================================================== --- head/sysutils/djmount/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/sysutils/djmount/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -15,7 +15,7 @@ LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/up PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes USES= fuse iconv:build pkgconfig -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} Modified: head/sysutils/libcdio/Makefile ============================================================================== --- head/sysutils/libcdio/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/sysutils/libcdio/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USES= pathfix pkgconfig iconv ncurses USE_GMAKE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} USE_PERL5_BUILD=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Modified: head/sysutils/xcdroast/Makefile ============================================================================== --- head/sysutils/xcdroast/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/sysutils/xcdroast/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -20,7 +20,7 @@ NONROOT_DESC= Use xcdroast w/o being roo RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools -USES= gettext gmake pkgconfig +USES= gettext gmake iconv pkgconfig GNU_CONFIGURE= yes WANT_GNOME= yes @@ -29,7 +29,7 @@ CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG CONFIGURE_ARGS= --with-cdrtools-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} + ${ICONV_CONFIGURE_ARG} MAN1= xcdroast.1 Modified: head/textproc/gxmlviewer/Makefile ============================================================================== --- head/textproc/gxmlviewer/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/textproc/gxmlviewer/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well -USES= pathfix gettext +USES= gettext iconv pathfix USE_GNOME= bonobo gnomelibs gnomeprefix libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} USE_WEBPLUGINS= native WEBPLUGINS_DIR= ${PREFIX}/lib/gxmlviewer/plugins Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/textproc/hunspell/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -14,7 +14,7 @@ COMMENT= Improved spell-checker for Hung LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual -CONFIGURE_ARGS= --disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui +CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes USES= pathfix iconv ncurses readline USE_LDCONFIG= yes Modified: head/textproc/xmlstarlet/Makefile ============================================================================== --- head/textproc/xmlstarlet/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/textproc/xmlstarlet/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -17,7 +17,7 @@ USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \ --with-libxslt-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --disable-static-libs MAN1= xmlstarlet.1 Modified: head/www/cadaver/Makefile ============================================================================== --- head/www/cadaver/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/www/cadaver/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -49,7 +49,7 @@ post-install: .if ${PORT_OPTIONS:MNLS} USES= gettext iconv -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} LANGS=en@quot es it .for lang in ${LANGS} Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/www/elinks/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -191,7 +191,7 @@ CONFIGURE_ARGS+= --disable-sm-scripting .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif # Modified: head/www/lynx-current/Makefile ============================================================================== --- head/www/lynx-current/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/www/lynx-current/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --with-zlib --libdir="${ --enable-idna \ --enable-ipv6 \ --with-mime-libdir=${PREFIX}/etc \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-screen=ncursesw \ --with-ssl=${OPENSSLBASE} Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Wed Sep 4 19:49:35 2013 (r326315) +++ head/www/lynx/Makefile Wed Sep 4 20:01:05 2013 (r326316) @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS='@comment ' .else USES+= gettext iconv -CONFIGURE_ARGS+=--enable-nls --with-libiconv-prefix="${LOCALBASE}" +CONFIGURE_ARGS+=--enable-nls ${ICONV_CONFIGURE_ARG} PLIST_SUB+= NLS='' .endif From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:07:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 223D1DDA; Wed, 4 Sep 2013 20:07:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAE3A21B2; Wed, 4 Sep 2013 20:07:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84K74hk020007; Wed, 4 Sep 2013 20:07:04 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84K74SO020002; Wed, 4 Sep 2013 20:07:04 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309042007.r84K74SO020002@svn.freebsd.org> From: William Grzybowski Date: Wed, 4 Sep 2013 20:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326317 - head/mail/sgwi 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.14 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: Wed, 04 Sep 2013 20:07:05 -0000 Author: wg Date: Wed Sep 4 20:07:04 2013 New Revision: 326317 URL: http://svnweb.freebsd.org/changeset/ports/326317 Log: mail/sgwi: update to 1.1.6 - Update to 1.1.6 [1] - Trim Makefile header - Unmute install commands PR: ports/181804 Submitted by: Lukasz Wasikowski (maintainer) Modified: head/mail/sgwi/Makefile head/mail/sgwi/distinfo Modified: head/mail/sgwi/Makefile ============================================================================== --- head/mail/sgwi/Makefile Wed Sep 4 20:01:05 2013 (r326316) +++ head/mail/sgwi/Makefile Wed Sep 4 20:07:04 2013 (r326317) @@ -1,12 +1,8 @@ -# New ports collection makefile for: sgwi -# Date created: 11 March 2008 -# Whom: Lukasz Wasikowski -# +# Created by: Lukasz Wasikowski # $FreeBSD$ -# PORTNAME= sgwi -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= mail www MASTER_SITES= http://www.vanheusden.com/sgwi/ DISTNAME= sqlgreywebinterface-${PORTVERSION} @@ -25,7 +21,7 @@ OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MYSQL_DESC= MySQL back-end (use mysql PHP extension) -PGSQL_DESC= PostgreSQL back-end (use pgsql PHP extension) +PGSQL_DESC= PostgreSQL back-end (use pgsql PHP extension) OPTIONS_DEFAULT=MYSQL @@ -50,12 +46,12 @@ do-install: @[ ! -f ${WRKSRC}/includes/config.inc.php ] || ${MV} ${WRKSRC}/includes/config.inc.php ${WRKSRC}/includes/config.inc.php.sample @${MKDIR} ${WWWDIR} @${MKDIR} ${WWWDIR}/includes - @${INSTALL_DATA} ${WRKSRC}/*.php ${WWWDIR} - @${INSTALL_DATA} ${WRKSRC}/*.txt ${WWWDIR} - @${INSTALL_DATA} ${WRKSRC}/*.css ${WWWDIR} - @${INSTALL_DATA} ${WRKSRC}/.ht* ${WWWDIR} - @${INSTALL_DATA} ${WRKSRC}/includes/*.sample ${WWWDIR}/includes/ - @${INSTALL_DATA} ${WRKSRC}/includes/*.php ${WWWDIR}/includes/ + ${INSTALL_DATA} ${WRKSRC}/*.php ${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/*.css ${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/.ht* ${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/includes/*.sample ${WWWDIR}/includes/ + ${INSTALL_DATA} ${WRKSRC}/includes/*.php ${WWWDIR}/includes/ @if [ -f ${WWWDIR}/config.inc.php ]; then \ ${MV} ${WWWDIR}/config.inc.php ${WWWDIR}/includes/config.inc.php; \ fi Modified: head/mail/sgwi/distinfo ============================================================================== --- head/mail/sgwi/distinfo Wed Sep 4 20:01:05 2013 (r326316) +++ head/mail/sgwi/distinfo Wed Sep 4 20:07:04 2013 (r326317) @@ -1,2 +1,2 @@ -SHA256 (sqlgreywebinterface-1.1.5.tgz) = 95680533e7a9530f2fea90819da9fdd8533b4f57bbc585ddf44eaa7ab26a6c70 -SIZE (sqlgreywebinterface-1.1.5.tgz) = 9088 +SHA256 (sqlgreywebinterface-1.1.6.tgz) = d544d99b8b3b675d0399cd66b2b2378c7473d24e434be6bf814590dee914e73d +SIZE (sqlgreywebinterface-1.1.6.tgz) = 9256 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:13:50 2013 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 ESMTP id 09C5421E; Wed, 4 Sep 2013 20:13:50 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB062223E; Wed, 4 Sep 2013 20:13:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84KDn1F024804; Wed, 4 Sep 2013 20:13:49 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84KDneo024803; Wed, 4 Sep 2013 20:13:49 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309042013.r84KDneo024803@svn.freebsd.org> From: Pawel Pekala Date: Wed, 4 Sep 2013 20:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326318 - head/www/netsurf 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.14 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: Wed, 04 Sep 2013 20:13:50 -0000 Author: pawel Date: Wed Sep 4 20:13:49 2013 New Revision: 326318 URL: http://svnweb.freebsd.org/changeset/ports/326318 Log: Needs pkgconfig during build Reported by: pkg-fallout Modified: head/www/netsurf/Makefile Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Wed Sep 4 20:07:04 2013 (r326317) +++ head/www/netsurf/Makefile Wed Sep 4 20:13:49 2013 (r326318) @@ -22,7 +22,7 @@ ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" -USES= bison gmake +USES= bison gmake pkgconfig USE_GNOME= librsvg2 MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:27:14 2013 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 ESMTP id 8CDA759F; Wed, 4 Sep 2013 20:27:14 +0000 (UTC) (envelope-from anders@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79BE12307; Wed, 4 Sep 2013 20:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84KREHR031724; Wed, 4 Sep 2013 20:27:14 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84KRE6p031722; Wed, 4 Sep 2013 20:27:14 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042027.r84KRE6p031722@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 20:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326319 - head/mail/majordomo 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.14 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: Wed, 04 Sep 2013 20:27:14 -0000 Author: anders Date: Wed Sep 4 20:27:13 2013 New Revision: 326319 URL: http://svnweb.freebsd.org/changeset/ports/326319 Log: Remove no parameter for --yesno which does not work in 9.x Submitted by: jhs@FreeBSD.ORG PR: 179925 Modified: head/mail/majordomo/Makefile Modified: head/mail/majordomo/Makefile ============================================================================== --- head/mail/majordomo/Makefile Wed Sep 4 20:13:49 2013 (r326318) +++ head/mail/majordomo/Makefile Wed Sep 4 20:27:13 2013 (r326319) @@ -30,7 +30,7 @@ DOCSDIR= ${PREFIX}/${PORTNAME}/doc pre-fetch: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) - ${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE} + ${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 || ${FALSE} .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:39:58 2013 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 ESMTP id 6BE009F6; Wed, 4 Sep 2013 20:39:58 +0000 (UTC) (envelope-from anders@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58E3523B1; Wed, 4 Sep 2013 20:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84KdwCb038222; Wed, 4 Sep 2013 20:39:58 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84KdwgU038221; Wed, 4 Sep 2013 20:39:58 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042039.r84KdwgU038221@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 20:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326320 - head/sysutils/puppet26 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.14 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: Wed, 04 Sep 2013 20:39:58 -0000 Author: anders Date: Wed Sep 4 20:39:57 2013 New Revision: 326320 URL: http://svnweb.freebsd.org/changeset/ports/326320 Log: Deprecate this port, as 2.6 is EOL. Modified: head/sysutils/puppet26/Makefile Modified: head/sysutils/puppet26/Makefile ============================================================================== --- head/sysutils/puppet26/Makefile Wed Sep 4 20:27:13 2013 (r326319) +++ head/sysutils/puppet26/Makefile Wed Sep 4 20:39:57 2013 (r326320) @@ -10,6 +10,9 @@ MASTER_SITES= http://downloads.puppetlab MAINTAINER= anders@FreeBSD.org COMMENT= A configuration management framework written in Ruby +DEPRECATED= End of Life from april 2013. Upgrade to 2.7 or 3.x. +EXPIRATION_DATE= 2013-10-01 + RUN_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:46:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CA43B54; Wed, 4 Sep 2013 20:46:55 +0000 (UTC) (envelope-from anders@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08D212417; Wed, 4 Sep 2013 20:46:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84KksC1042921; Wed, 4 Sep 2013 20:46:54 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84Kks8p042920; Wed, 4 Sep 2013 20:46:54 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042046.r84Kks8p042920@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 20:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326321 - head/www/varnish2 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.14 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: Wed, 04 Sep 2013 20:46:55 -0000 Author: anders Date: Wed Sep 4 20:46:54 2013 New Revision: 326321 URL: http://svnweb.freebsd.org/changeset/ports/326321 Log: Mark it deprecated: Varnish 2 is de facto EOL, no update since january 2011. Modified: head/www/varnish2/Makefile Modified: head/www/varnish2/Makefile ============================================================================== --- head/www/varnish2/Makefile Wed Sep 4 20:39:57 2013 (r326320) +++ head/www/varnish2/Makefile Wed Sep 4 20:46:54 2013 (r326321) @@ -9,6 +9,9 @@ MASTER_SITES= http://repo.varnish-cache. MAINTAINER= anders@FreeBSD.org COMMENT= The Varnish high-performance HTTP accelerator +DEPRECATED= No update since january 2011. Upgrade to Varnish 3. +EXPIRATION_DATE= 2013-10-01 + LICENSE= BSD LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 20:58:21 2013 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 ESMTP id C69F1120; Wed, 4 Sep 2013 20:58:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3A2124FC; Wed, 4 Sep 2013 20:58:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84KwLEW049343; Wed, 4 Sep 2013 20:58:21 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84KwLl8049342; Wed, 4 Sep 2013 20:58:21 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309042058.r84KwLl8049342@svn.freebsd.org> From: Antoine Brodin Date: Wed, 4 Sep 2013 20:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326322 - head/lang/squeak 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.14 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: Wed, 04 Sep 2013 20:58:21 -0000 Author: antoine Date: Wed Sep 4 20:58:21 2013 New Revision: 326322 URL: http://svnweb.freebsd.org/changeset/ports/326322 Log: Drop USE_GMAKE, it doesn't work and is not necessary Add an explicit dependency on pkgconf (needed for plugin detection) Approved by: portmgr (bapt) Modified: head/lang/squeak/Makefile Modified: head/lang/squeak/Makefile ============================================================================== --- head/lang/squeak/Makefile Wed Sep 4 20:46:54 2013 (r326321) +++ head/lang/squeak/Makefile Wed Sep 4 20:58:21 2013 (r326322) @@ -38,6 +38,7 @@ SVNVERSION= 2614 IMAGEVERSION= 4.3 SQUEAK_SRC= SqueakV41.sources SQUEAK_LIB_DIR= ${PORTVERSION}-${SVNVERSION} +USES= pkgconfig .include @@ -46,7 +47,6 @@ DIST_SUBDIR= squeak ONLY_FOR_ARCHS= i386 amd64 MAN1= squeak.1 USE_GCC= 4.2+ -USE_GMAKE= yes USE_GL= gl HAS_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:03:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74D542ED; Wed, 4 Sep 2013 21:03:19 +0000 (UTC) (envelope-from anders@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 618C82594; Wed, 4 Sep 2013 21:03:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84L3J5s053594; Wed, 4 Sep 2013 21:03:19 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84L3IEf053591; Wed, 4 Sep 2013 21:03:18 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042103.r84L3IEf053591@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 21:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326323 - in head/www/varnish: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 21:03:19 -0000 Author: anders Date: Wed Sep 4 21:03:18 2013 New Revision: 326323 URL: http://svnweb.freebsd.org/changeset/ports/326323 Log: Update to 3.0.4. Modified: head/www/varnish/Makefile head/www/varnish/distinfo head/www/varnish/files/patch-configure.ac Modified: head/www/varnish/Makefile ============================================================================== --- head/www/varnish/Makefile Wed Sep 4 20:58:21 2013 (r326322) +++ head/www/varnish/Makefile Wed Sep 4 21:03:18 2013 (r326323) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 3.0.3 -PORTREVISION= 2 +PORTVERSION= 3.0.4 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ Modified: head/www/varnish/distinfo ============================================================================== --- head/www/varnish/distinfo Wed Sep 4 20:58:21 2013 (r326322) +++ head/www/varnish/distinfo Wed Sep 4 21:03:18 2013 (r326323) @@ -1,2 +1,2 @@ -SHA256 (varnish-3.0.3.tar.gz) = 2d37d18d952f58b208ac3a0706d4d3e4c0de304b1fcc9df5019571c75f148ab2 -SIZE (varnish-3.0.3.tar.gz) = 2070020 +SHA256 (varnish-3.0.4.tar.gz) = 4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79 +SIZE (varnish-3.0.4.tar.gz) = 2081361 Modified: head/www/varnish/files/patch-configure.ac ============================================================================== --- head/www/varnish/files/patch-configure.ac Wed Sep 4 20:58:21 2013 (r326322) +++ head/www/varnish/files/patch-configure.ac Wed Sep 4 21:03:18 2013 (r326323) @@ -1,42 +1,28 @@ ---- configure.ac.orig 2012-08-20 11:20:40.000000000 +0200 -+++ configure.ac 2012-09-03 23:05:28.000000000 +0200 -@@ -147,17 +147,30 @@ +--- configure.ac.orig 2013-06-14 10:39:32.000000000 +0200 ++++ configure.ac 2013-09-04 22:58:56.000000000 +0200 +@@ -147,9 +147,22 @@ AC_SUBST(PCRE_CFLAGS) AC_SUBST(PCRE_LIBS) -PKG_CHECK_MODULES([LIBEDIT], [libedit], - [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])], -- [AC_CHECK_HEADERS([readline/readline.h]) -- AC_CHECK_HEADERS([edit/readline/readline.h]) -- AC_CHECK_LIB(edit, el_init, -- [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit]) +- [AX_LIB_READLINE]) +case $target in +*-*-freebsd*) + AC_CHECK_LIB(edit, el_init, + [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit]) + AC_DEFINE([HAVE_READLINE_READLINE_H], [1], [Define if we have readline.h]) - LIBEDIT_CFLAGS="" -- LIBEDIT_LIBS="-ledit ${CURSES_LIBS}" ++ LIBEDIT_CFLAGS="" + LIBEDIT_LIBS="-lreadline ${CURSES_LIBS}" - ], -- [AC_MSG_WARN([libedit not found, disabling libedit support])], -- [${CURSES_LIBS}])]) ++ ], + [AC_MSG_WARN([libedit not found, disabling libedit support])]) + ;; +*) + PKG_CHECK_MODULES([LIBEDIT], [libedit], + [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])], -+ [AC_CHECK_HEADERS([readline/readline.h]) -+ AC_CHECK_HEADERS([edit/readline/readline.h]) -+ AC_CHECK_LIB(edit, el_init, -+ [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit]) -+ LIBEDIT_CFLAGS="" -+ LIBEDIT_LIBS="-ledit ${CURSES_LIBS}" -+ ], -+ [AC_MSG_WARN([libedit not found, disabling libedit support])], -+ [${CURSES_LIBS}])]) ++ [AX_LIB_READLINE]) + ;; +esac - - # Checks for header files. - AC_HEADER_STDC + if test "$ac_cv_have_readline" = no; then + AC_MSG_ERROR([libedit or readline not found]) + fi From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:08:13 2013 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 ESMTP id CE733499; Wed, 4 Sep 2013 21:08:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBDF425F4; Wed, 4 Sep 2013 21:08:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84L8Dtf055384; Wed, 4 Sep 2013 21:08:13 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84L8DpD055381; Wed, 4 Sep 2013 21:08:13 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309042108.r84L8DpD055381@svn.freebsd.org> From: Guido Falsi Date: Wed, 4 Sep 2013 21:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326324 - head/audio/gxmms2 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.14 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: Wed, 04 Sep 2013 21:08:13 -0000 Author: madpilot Date: Wed Sep 4 21:08:13 2013 New Revision: 326324 URL: http://svnweb.freebsd.org/changeset/ports/326324 Log: - Add explicit pkgconfig dependency - Convert to new LIB_DEPENDS format - Include bsd.port.mk instead of the pre/post split ones. Modified: head/audio/gxmms2/Makefile Modified: head/audio/gxmms2/Makefile ============================================================================== --- head/audio/gxmms2/Makefile Wed Sep 4 21:03:18 2013 (r326323) +++ head/audio/gxmms2/Makefile Wed Sep 4 21:08:13 2013 (r326324) @@ -14,23 +14,21 @@ COMMENT= A GTK2 based XMMS2 client, writ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS= libxmmsclient.so:${PORTSDIR}/audio/xmms2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 -USES= gmake +USES= gmake pkgconfig ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/gxmms2 \ %%DATADIR%%/gxmms2_mini.xpm PLIST_DIRS= %%DATADIR%% -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR} -.include +.include From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:09:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1910B5A0; Wed, 4 Sep 2013 21:09:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 069C5260A; Wed, 4 Sep 2013 21:09:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84L9Xdc056159; Wed, 4 Sep 2013 21:09:33 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84L9Xch056158; Wed, 4 Sep 2013 21:09:33 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309042109.r84L9Xch056158@svn.freebsd.org> From: Guido Falsi Date: Wed, 4 Sep 2013 21:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326325 - head/x11/trayer 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.14 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: Wed, 04 Sep 2013 21:09:34 -0000 Author: madpilot Date: Wed Sep 4 21:09:33 2013 New Revision: 326325 URL: http://svnweb.freebsd.org/changeset/ports/326325 Log: - Add explicit pkgconfig ddependency. Modified: head/x11/trayer/Makefile Modified: head/x11/trayer/Makefile ============================================================================== --- head/x11/trayer/Makefile Wed Sep 4 21:08:13 2013 (r326324) +++ head/x11/trayer/Makefile Wed Sep 4 21:09:33 2013 (r326325) @@ -13,7 +13,7 @@ COMMENT= Lightweight GTK2-based systray GITVERSION= 0-g5353f80 FETCH_ARGS= -pRr USE_GNOME= gtk20 glib20 pango atk -USES= iconv gmake +USES= iconv gmake pkgconfig USE_XORG= xmu MAKE_ARGS= "PREFIX=${PREFIX}" WRKSRC= ${WRKDIR}/sargon-${PORTNAME}-srg-${GITVERSION:S/^0-g//} From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:10:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E76B66A0; Wed, 4 Sep 2013 21:10:44 +0000 (UTC) (envelope-from stephen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4AF92622; Wed, 4 Sep 2013 21:10:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84LAi6M058857; Wed, 4 Sep 2013 21:10:44 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84LAiTd058837; Wed, 4 Sep 2013 21:10:44 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309042110.r84LAiTd058837@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 4 Sep 2013 21:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326326 - head/math/octave-forge-netcdf 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.14 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: Wed, 04 Sep 2013 21:10:45 -0000 Author: stephen Date: Wed Sep 4 21:10:44 2013 New Revision: 326326 URL: http://svnweb.freebsd.org/changeset/ports/326326 Log: - Update to 1.0.1. Modified: head/math/octave-forge-netcdf/Makefile head/math/octave-forge-netcdf/distinfo Modified: head/math/octave-forge-netcdf/Makefile ============================================================================== --- head/math/octave-forge-netcdf/Makefile Wed Sep 4 21:09:33 2013 (r326325) +++ head/math/octave-forge-netcdf/Makefile Wed Sep 4 21:10:44 2013 (r326326) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-netcdf -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-netcdf/distinfo ============================================================================== --- head/math/octave-forge-netcdf/distinfo Wed Sep 4 21:09:33 2013 (r326325) +++ head/math/octave-forge-netcdf/distinfo Wed Sep 4 21:10:44 2013 (r326326) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/netcdf-1.0.0.tar.gz) = e3235ce7767666e6424cb3bf3338a0346243eaea4a3ad6ecd742a1638704f81e -SIZE (octave-forge/netcdf-1.0.0.tar.gz) = 68266 +SHA256 (octave-forge/netcdf-1.0.1.tar.gz) = 6f48c7477ea1f808126bc7ea0d75ec7e897d3f25dae69c7fb37d401f00a6e771 +SIZE (octave-forge/netcdf-1.0.1.tar.gz) = 68844 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:14:15 2013 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 ESMTP id 95C67806; Wed, 4 Sep 2013 21:14:15 +0000 (UTC) (envelope-from anders@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6892C2671; Wed, 4 Sep 2013 21:14:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84LEF6S060179; Wed, 4 Sep 2013 21:14:15 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84LEE8E060175; Wed, 4 Sep 2013 21:14:14 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042114.r84LEE8E060175@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 21:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326327 - in head/sysutils/dmidecode: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 21:14:15 -0000 Author: anders Date: Wed Sep 4 21:14:14 2013 New Revision: 326327 URL: http://svnweb.freebsd.org/changeset/ports/326327 Log: Update to 2.12. Deleted: head/sysutils/dmidecode/files/patch-dmidecode.c Modified: head/sysutils/dmidecode/Makefile head/sysutils/dmidecode/distinfo head/sysutils/dmidecode/files/patch-Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/Makefile Wed Sep 4 21:14:14 2013 (r326327) @@ -6,7 +6,7 @@ # PORTNAME= dmidecode -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ftp://ftp.nuug.no/pub/anders/distfiles/ Modified: head/sysutils/dmidecode/distinfo ============================================================================== --- head/sysutils/dmidecode/distinfo Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/distinfo Wed Sep 4 21:14:14 2013 (r326327) @@ -1,2 +1,2 @@ -SHA256 (dmidecode-2.11.tar.bz2) = 6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51 -SIZE (dmidecode-2.11.tar.bz2) = 54537 +SHA256 (dmidecode-2.12.tar.bz2) = 913ff3055d563a62a420789b8ee33b038de9afa18ea61254760ddf8ab87a5088 +SIZE (dmidecode-2.12.tar.bz2) = 55191 Modified: head/sysutils/dmidecode/files/patch-Makefile ============================================================================== --- head/sysutils/dmidecode/files/patch-Makefile Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/files/patch-Makefile Wed Sep 4 21:14:14 2013 (r326327) @@ -1,15 +1,13 @@ ---- Makefile.orig 2010-10-11 10:08:16.000000000 -0400 -+++ Makefile 2011-03-18 12:55:54.000000000 -0400 -@@ -12,30 +12,30 @@ +--- Makefile.orig 2013-09-04 23:07:45.000000000 +0200 ++++ Makefile 2013-09-04 23:09:52.000000000 +0200 +@@ -12,30 +12,29 @@ # (at your option) any later version. # -CC = gcc -CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -- -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef -+CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef -+CFLAGS+= ${CPPFLAGS} ++CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ + -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef #CFLAGS += -DBIGENDIAN #CFLAGS += -DALIGNMENT_WORKAROUND From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:15:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C648F8FB; Wed, 4 Sep 2013 21:15:28 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A43092680; Wed, 4 Sep 2013 21:15:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84LFSAg061008; Wed, 4 Sep 2013 21:15:28 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84LFMUM060961; Wed, 4 Sep 2013 21:15:22 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309042115.r84LFMUM060961@svn.freebsd.org> From: Hiroki Sato Date: Wed, 4 Sep 2013 21:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326328 - in head/japanese: font-ipa font-ipa/files font-ipaex font-ipaex/files font-kochi font-kochi/files font-migmix font-migmix/files font-migu font-migu/files font-mona-ipa font-mo... 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.14 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: Wed, 04 Sep 2013 21:15:28 -0000 Author: hrs Date: Wed Sep 4 21:15:21 2013 New Revision: 326328 URL: http://svnweb.freebsd.org/changeset/ports/326328 Log: - Fix a warning "Having multiple values in isn't supported and may not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*] Modified: head/japanese/font-ipa/Makefile head/japanese/font-ipa/files/20-unhint-ipa.conf head/japanese/font-ipaex/Makefile head/japanese/font-ipaex/files/20-unhint-ipaex.conf head/japanese/font-kochi/Makefile head/japanese/font-kochi/files/20-unhint-kochi.conf head/japanese/font-migmix/Makefile head/japanese/font-migmix/files/20-unhint-migmix.conf head/japanese/font-migu/Makefile head/japanese/font-migu/distinfo head/japanese/font-migu/files/20-unhint-migu.conf head/japanese/font-mona-ipa/Makefile head/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf head/japanese/font-motoya-al/Makefile head/japanese/font-motoya-al/files/20-unhint-motoya-al.conf head/japanese/font-motoya-al/pkg-descr head/japanese/font-mplus-ipa/Makefile head/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf head/japanese/font-mplus/Makefile head/japanese/font-mplus/files/20-unhint-mplus.conf head/japanese/font-sazanami/Makefile head/japanese/font-sazanami/files/20-unhint-sazanami.conf head/japanese/font-shinonome/Makefile head/japanese/font-takao/Makefile head/japanese/font-takao/files/20-unhint-takao.conf head/japanese/font-ume/Makefile head/japanese/font-ume/distinfo head/japanese/font-ume/files/20-unhint-ume.conf head/japanese/font-vlgothic/Makefile head/japanese/font-vlgothic/distinfo head/japanese/font-vlgothic/files/20-unhint-vlgothic.conf Modified: head/japanese/font-ipa/Makefile ============================================================================== --- head/japanese/font-ipa/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ipa/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,6 +2,7 @@ PORTNAME= ipa PORTVERSION= 00303 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-ipa/files/20-unhint-ipa.conf ============================================================================== --- head/japanese/font-ipa/files/20-unhint-ipa.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ipa/files/20-unhint-ipa.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,12 +3,20 @@ - - IPAMincho - IPAGothic - IPAPMincho - IPAPGothic - + + + IPAMincho + + + IPAGothic + + + IPAPMincho + + + IPAPGothic + + false Modified: head/japanese/font-ipaex/Makefile ============================================================================== --- head/japanese/font-ipaex/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ipaex/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,7 +2,7 @@ PORTNAME= ipaex PORTVERSION= 00201 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/7bf84182a04a9632268dbcb03f100d05/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-ipaex/files/20-unhint-ipaex.conf ============================================================================== --- head/japanese/font-ipaex/files/20-unhint-ipaex.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ipaex/files/20-unhint-ipaex.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,10 +3,14 @@ - - IPAexMincho - IPAexGothic - + + + IPAexMincho + + + IPAexGothic + + false Modified: head/japanese/font-kochi/Makefile ============================================================================== --- head/japanese/font-kochi/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-kochi/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -3,7 +3,7 @@ PORTNAME= kochi PORTVERSION= 20030809 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/efont/5411/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-kochi/files/20-unhint-kochi.conf ============================================================================== --- head/japanese/font-kochi/files/20-unhint-kochi.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-kochi/files/20-unhint-kochi.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,10 +3,14 @@ - - Kochi Mincho - Kochi Gothic - + + + Kochi Mincho + + + Kochi Gothic + + false Modified: head/japanese/font-migmix/Makefile ============================================================================== --- head/japanese/font-migmix/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-migmix/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,6 +2,7 @@ PORTNAME= migmix PORTVERSION= 1.0.20130430 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/mix-mplus-ipa/58721 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-migmix/files/20-unhint-migmix.conf ============================================================================== --- head/japanese/font-migmix/files/20-unhint-migmix.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-migmix/files/20-unhint-migmix.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,12 +3,20 @@ - - MigMix 1M - MigMix 1P - MigMix 2M - MigMix 2P - + + + MigMix 1M + + + MigMix 1P + + + MigMix 2M + + + MigMix 2P + + false Modified: head/japanese/font-migu/Makefile ============================================================================== --- head/japanese/font-migu/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-migu/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= migu -PORTVERSION= 1.0.20130430 -PORTREVISION= 1 +PORTVERSION= 1.0.20130617 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= mix-mplus-ipa/58720 +MASTER_SITE_SUBDIR= mix-mplus-ipa/59022 PKGNAMEPREFIX= ja-font- DISTFILES= ${PORTNAME}-1p-${PORTVERSION:E}${EXTRACT_SUFX} \ ${PORTNAME}-1c-${PORTVERSION:E}${EXTRACT_SUFX} \ Modified: head/japanese/font-migu/distinfo ============================================================================== --- head/japanese/font-migu/distinfo Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-migu/distinfo Wed Sep 4 21:15:21 2013 (r326328) @@ -1,8 +1,8 @@ -SHA256 (migu-1p-20130430.zip) = e455d560ff26c547e8870535a2b0c816bf37b8a0f2950ffa0c4249e98a0e9f9a -SIZE (migu-1p-20130430.zip) = 4364204 -SHA256 (migu-1c-20130430.zip) = 367b7b0810ab75523a68b2efdf17944287dcca16889c1dd087a154fec00d9d2c -SIZE (migu-1c-20130430.zip) = 4372878 -SHA256 (migu-1m-20130430.zip) = 97eefcf84f97b345a34a0db027c12926f01f6c3c4a255cf2622cd9443c2d22d5 -SIZE (migu-1m-20130430.zip) = 4268281 -SHA256 (migu-2m-20130430.zip) = baf88cff246c96251994e6042a9935fecc39855ffb9172d662416d5540a43b9d -SIZE (migu-2m-20130430.zip) = 4266364 +SHA256 (migu-1p-20130617.zip) = 2c59928b41508a8f4871edc61cdb2259ee8bb078e915c11cda3ca3a54a3a5a19 +SIZE (migu-1p-20130617.zip) = 4365146 +SHA256 (migu-1c-20130617.zip) = 3defd9a68e4f3c406b0ccf3dbb978006fa03ccdd7ef6e822fa8115c7baf22a4e +SIZE (migu-1c-20130617.zip) = 4373842 +SHA256 (migu-1m-20130617.zip) = c52025471b560e5aba73ec2327a160d6e514def05964056dbb1a8409e5870b45 +SIZE (migu-1m-20130617.zip) = 4268071 +SHA256 (migu-2m-20130617.zip) = 25092541e927bbebc094f9c1d7cfaec3e8e2c7a997c360c507a3433ed11e8278 +SIZE (migu-2m-20130617.zip) = 4266805 Modified: head/japanese/font-migu/files/20-unhint-migu.conf ============================================================================== --- head/japanese/font-migu/files/20-unhint-migu.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-migu/files/20-unhint-migu.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,12 +3,20 @@ - - Migu 1C - Migu 1P - Migu 1M - Migu 2M - + + + Migu 1C + + + Migu 1P + + + Migu 1M + + + Migu 2M + + false Modified: head/japanese/font-mona-ipa/Makefile ============================================================================== --- head/japanese/font-mona-ipa/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mona-ipa/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,7 +2,7 @@ PORTNAME= mona-ipa PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.geocities.jp/ipa_mona/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf ============================================================================== --- head/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,13 +3,23 @@ - - IPAMonaMincho - IPAMonaGothic - IPAMonaPMincho - IPAMonaPGothic - IPAMonaUIGothic - + + + IPAMonaMincho + + + IPAMonaGothic + + + IPAMonaPMincho + + + IPAMonaPGothic + + + IPAMonaUIGothic + + false Modified: head/japanese/font-motoya-al/Makefile ============================================================================== --- head/japanese/font-motoya-al/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-motoya-al/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -1,11 +1,8 @@ -# New ports collection makefile for: font-motoya-al -# Date created: 7 January 2011 -# Whom: hrs # $FreeBSD$ -# PORTNAME= font-motoya-al PORTVERSION= 0.0.20100921 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= hrs @@ -29,6 +26,10 @@ PORTDOCS= newsrelease20100921.pdf LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts +OPTIONS_DEFINE= DOCS + +.include + do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DATADIR} @@ -47,7 +48,7 @@ do-install: ${PREFIX}/etc/fonts/conf.d/20-unhint-motoya-al.conf ${LN} -s -f ../conf.avail/62-fonts-motoya-al.conf \ ${PREFIX}/etc/fonts/conf.d/62-fonts-motoya-al.conf -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Modified: head/japanese/font-motoya-al/files/20-unhint-motoya-al.conf ============================================================================== --- head/japanese/font-motoya-al/files/20-unhint-motoya-al.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-motoya-al/files/20-unhint-motoya-al.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,10 +3,14 @@ - - MotoyaLCeder - MotoyaLMaru - + + + MotoyaLCeder + + + MotoyaLMaru + + false Modified: head/japanese/font-motoya-al/pkg-descr ============================================================================== --- head/japanese/font-motoya-al/pkg-descr Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-motoya-al/pkg-descr Wed Sep 4 21:15:21 2013 (r326328) @@ -3,5 +3,5 @@ Two free Japanese TrueType fonts (Apache - Motoya L Ceder W3 - Motoya L Maru W3 -WWW: http://www.motoyafont.jp/news/newsrelease20100921.pdf -WWW: https://android.googlesource.com/platform/frameworks/base/+/76d3b0f1bdf31b7315b636834f7da7211ca907e0 +WWW: http://www.motoyafont.jp/news/newsrelease20100921.pdf +WWW: https://android.googlesource.com/platform/frameworks/base/+/76d3b0f1bdf31b7315b636834f7da7211ca907e0 Modified: head/japanese/font-mplus-ipa/Makefile ============================================================================== --- head/japanese/font-mplus-ipa/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mplus-ipa/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,7 +2,7 @@ PORTNAME= mplus-ipa PORTVERSION= 1.0.20060520.p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hrs Modified: head/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf ============================================================================== --- head/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,14 +3,26 @@ - - M+1P+IPAG - M+2P+IPAG - M+1P+IPAG circle - M+2P+IPAG circle - M+1VM+IPAG circle - M+2VM+IPAG circle - + + + M+1P+IPAG + + + M+2P+IPAG + + + M+1P+IPAG circle + + + M+2P+IPAG circle + + + M+1VM+IPAG circle + + + M+2VM+IPAG circle + + false Modified: head/japanese/font-mplus/Makefile ============================================================================== --- head/japanese/font-mplus/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mplus/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -3,7 +3,7 @@ PORTNAME= mplus PORTVERSION= 2.2.4.055 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/${PORTNAME}-fonts/5030:bitmap \ SFJP/${PORTNAME}-fonts/6650:outline Modified: head/japanese/font-mplus/files/20-unhint-mplus.conf ============================================================================== --- head/japanese/font-mplus/files/20-unhint-mplus.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-mplus/files/20-unhint-mplus.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,15 +3,29 @@ - - M+ 1c - M+ 1m - M+ 1mn - M+ 1p - M+ 2c - M+ 2m - M+ 2p - + + + M+ 1c + + + M+ 1m + + + M+ 1mn + + + M+ 1p + + + M+ 2c + + + M+ 2m + + + M+ 2p + + false Modified: head/japanese/font-sazanami/Makefile ============================================================================== --- head/japanese/font-sazanami/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-sazanami/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,7 +2,7 @@ PORTNAME= sazanami PORTVERSION= 20040629 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/efont/10087 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-sazanami/files/20-unhint-sazanami.conf ============================================================================== --- head/japanese/font-sazanami/files/20-unhint-sazanami.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-sazanami/files/20-unhint-sazanami.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,10 +3,14 @@ - - Sazanami Mincho - Sazanami Gothic - + + + Sazanami Mincho + + + Sazanami Gothic + + false Modified: head/japanese/font-shinonome/Makefile ============================================================================== --- head/japanese/font-shinonome/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-shinonome/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -1,9 +1,5 @@ -# New ports collection makefile for: shinonome -# Date created: June 15 2001 -# Whom: Yoichi NAKAYAMA -# +# Created by: Yoichi NAKAYAMA # $FreeBSD$ -# PORTNAME= font-shinonome PORTVERSION= 0.9.11.p1 @@ -53,6 +49,10 @@ FONTNAMES=\ shnmk16 shnmk16b shnmk16i shnmk16bi \ shnmk16min shnmk16minb shnmk16mini shnmk16minbi +OPTIONS_DEFINE= DOCS + +.include + do-build: @${ECHO_CMD} -n "Compressing PCF fonts" @cd ${WRKSRC} && for F in ${FONTNAMES}; do \ @@ -71,7 +71,7 @@ do-install: post-install: ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Modified: head/japanese/font-takao/Makefile ============================================================================== --- head/japanese/font-takao/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-takao/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,6 +2,7 @@ PORTNAME= takao PORTVERSION= 003.02.01 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= http://launchpadlibrarian.net/40218948/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-takao/files/20-unhint-takao.conf ============================================================================== --- head/japanese/font-takao/files/20-unhint-takao.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-takao/files/20-unhint-takao.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,14 +3,26 @@ - - TakaoMincho - TakaoGothic - TakaoPMincho - TakaoPGothic - TakaoExMincho - TakaoExGothic - + + + TakaoMincho + + + TakaoGothic + + + TakaoPMincho + + + TakaoPGothic + + + TakaoExMincho + + + TakaoExGothic + + false Modified: head/japanese/font-ume/Makefile ============================================================================== --- head/japanese/font-ume/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ume/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ume -PORTVERSION= 0.0.452 +PORTVERSION= 0.0.455 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}-font/22212 Modified: head/japanese/font-ume/distinfo ============================================================================== --- head/japanese/font-ume/distinfo Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ume/distinfo Wed Sep 4 21:15:21 2013 (r326328) @@ -1,2 +1,2 @@ -SHA256 (umefont_452.tar.xz) = c9d0acabbf57340b3aa614ce73b19b69dc6a2fb24c6f52d4eae37fcccee3a1c8 -SIZE (umefont_452.tar.xz) = 5649568 +SHA256 (umefont_455.tar.xz) = 73f9adb3c56188f28590f6f986c8ce2ad31d80dbe78ba8db2efe88cd7e7103ed +SIZE (umefont_455.tar.xz) = 5615972 Modified: head/japanese/font-ume/files/20-unhint-ume.conf ============================================================================== --- head/japanese/font-ume/files/20-unhint-ume.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-ume/files/20-unhint-ume.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,26 +3,62 @@ - - Ume Mincho - Ume Mincho S3 - Ume P Mincho - Ume P Mincho S3 - Ume Gothic - Ume Gothic C4 - Ume Gothic C5 - Ume Gothic O5 - Ume Gothic S4 - Ume Gothic S5 - Ume P Gothic - Ume P Gothic C4 - Ume P Gothic C5 - Ume P Gothic O5 - Ume P Gothic S4 - Ume P Gothic S5 - Ume UI Gothic - Ume UI Gothic O5 - + + + Ume Mincho + + + Ume Mincho S3 + + + Ume P Mincho + + + Ume P Mincho S3 + + + Ume Gothic + + + Ume Gothic C4 + + + Ume Gothic C5 + + + Ume Gothic O5 + + + Ume Gothic S4 + + + Ume Gothic S5 + + + Ume P Gothic + + + Ume P Gothic C4 + + + Ume P Gothic C5 + + + Ume P Gothic O5 + + + Ume P Gothic S4 + + + Ume P Gothic S5 + + + Ume UI Gothic + + + Ume UI Gothic O5 + + false Modified: head/japanese/font-vlgothic/Makefile ============================================================================== --- head/japanese/font-vlgothic/Makefile Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-vlgothic/Makefile Wed Sep 4 21:15:21 2013 (r326328) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= vlgothic -PORTVERSION= 20130422 -PORTREVISION= 1 +PORTVERSION= 20130607 CATEGORIES= japanese x11-fonts -MASTER_SITES= SFJP/vlgothic/58671 +MASTER_SITES= SFJP/vlgothic/58961 PKGNAMEPREFIX= ja-font- DISTNAME= VLGothic-${PORTVERSION} Modified: head/japanese/font-vlgothic/distinfo ============================================================================== --- head/japanese/font-vlgothic/distinfo Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-vlgothic/distinfo Wed Sep 4 21:15:21 2013 (r326328) @@ -1,2 +1,2 @@ -SHA256 (VLGothic-20130422.tar.xz) = 05d68e0866d788dc69caf9a763937051f2ff0e510f85e7cd091cf21d5f428888 -SIZE (VLGothic-20130422.tar.xz) = 2213024 +SHA256 (VLGothic-20130607.tar.xz) = 4b8b69f6d050dcb79d6bd2f741ab3434d1313d58ff5ff10d1b3bb28aeb53f9f5 +SIZE (VLGothic-20130607.tar.xz) = 2215992 Modified: head/japanese/font-vlgothic/files/20-unhint-vlgothic.conf ============================================================================== --- head/japanese/font-vlgothic/files/20-unhint-vlgothic.conf Wed Sep 4 21:14:14 2013 (r326327) +++ head/japanese/font-vlgothic/files/20-unhint-vlgothic.conf Wed Sep 4 21:15:21 2013 (r326328) @@ -3,10 +3,14 @@ - - VL Gothic - VL PGothic - + + + VL Gothic + + + VL PGothic + + false From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:30:51 2013 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 ESMTP id 7DCE5EB5; Wed, 4 Sep 2013 21:30:51 +0000 (UTC) (envelope-from mm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AA9D2787; Wed, 4 Sep 2013 21:30:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84LUp89070565; Wed, 4 Sep 2013 21:30:51 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84LUoSR070562; Wed, 4 Sep 2013 21:30:50 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309042130.r84LUoSR070562@svn.freebsd.org> From: Martin Matuska Date: Wed, 4 Sep 2013 21:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326329 - in head/lang/hiphop-php: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 21:30:51 -0000 Author: mm Date: Wed Sep 4 21:30:50 2013 New Revision: 326329 URL: http://svnweb.freebsd.org/changeset/ports/326329 Log: Fix build with gd 2.1 PR: ports/181772 Added: head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_image.cpp (contents, props changed) head/lang/hiphop-php/files/patch-hphp-util-parser-parser.cpp (contents, props changed) Modified: head/lang/hiphop-php/Makefile Modified: head/lang/hiphop-php/Makefile ============================================================================== --- head/lang/hiphop-php/Makefile Wed Sep 4 21:15:21 2013 (r326328) +++ head/lang/hiphop-php/Makefile Wed Sep 4 21:30:50 2013 (r326329) @@ -3,7 +3,7 @@ PORTNAME= hiphop-php PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/archive/:main \ http://unicode.org/Public/UNIDATA/:unidata \ Added: head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_image.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/hiphop-php/files/patch-hphp-runtime-ext-ext_image.cpp Wed Sep 4 21:30:50 2013 (r326329) @@ -0,0 +1,63 @@ +diff --git a/hphp/runtime/ext/ext_image.cpp b/hphp/runtime/ext/ext_image.cpp +index 3f471a3..7793ee3 100644 +--- a/hphp/runtime/ext/ext_image.cpp ++++ hphp/runtime/ext/ext_image.cpp +@@ -2351,11 +2351,11 @@ static const char php_sig_gd2[3] = {'g', 'd', '2'}; + ** This way you gain a lot of flexibilty about how this package + ** reads a wbmp file. + */ +-static int getmbi(int (*getin) (void *in), void *in) { ++static int getmbi(gdIOCtx *ctx) { + int i, mbi = 0; + + do { +- i = getin (in); ++ i = (ctx->getC)(ctx); + if (i < 0) + return (-1); + mbi = (mbi << 7) | (i & 0x7f); +@@ -2369,11 +2369,11 @@ static int getmbi(int (*getin) (void *in), void *in) { + ** Skips the ExtHeader. Not needed for the moment + ** + */ +-int skipheader (int (*getin) (void *in), void *in) { ++int skipheader (gdIOCtx *ctx) { + int i; + + do { +- i = getin (in); ++ i = (ctx->getC)(ctx); + if (i < 0) return (-1); + } + while (i & 0x80); +@@ -2404,8 +2404,8 @@ static int _php_image_type (char data[8]) { + gdIOCtx *io_ctx; + io_ctx = gdNewDynamicCtxEx(8, data, 0); + if (io_ctx) { +- if (getmbi((int(*)(void *)) gdGetC, io_ctx) == 0 && +- skipheader((int(*)(void *)) gdGetC, io_ctx) == 0 ) { ++ if (getmbi(io_ctx) == 0 && ++ skipheader(io_ctx) == 0 ) { + #if HAVE_LIBGD204 + io_ctx->gd_free(io_ctx); + #else +@@ -4200,8 +4200,8 @@ bool f_imagefilter(CResRef image, int filtertype, + (src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) + #endif + +-static int gdImageConvolution(gdImagePtr src, float filter[3][3], +- float filter_div, float offset) { ++static int hphp_gdImageConvolution(gdImagePtr src, float filter[3][3], ++ float filter_div, float offset) { + int x, y, i, j, new_a; + float new_r, new_g, new_b; + int new_pxl, pxl=0; +@@ -4290,7 +4290,7 @@ bool f_imageconvolution(CResRef image, CArrRef matrix, + } + } + } +- if (gdImageConvolution(im_src, mtx, div, offset)) { ++ if (hphp_gdImageConvolution(im_src, mtx, div, offset)) { + return true; + } else { + return false; Added: head/lang/hiphop-php/files/patch-hphp-util-parser-parser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/hiphop-php/files/patch-hphp-util-parser-parser.cpp Wed Sep 4 21:30:50 2013 (r326329) @@ -0,0 +1,12 @@ +diff --git a/hphp/util/parser/parser.cpp b/hphp/util/parser/parser.cpp +index 72c11bb..0132a4b 100644 +--- a/hphp/util/parser/parser.cpp ++++ hphp/util/parser/parser.cpp +@@ -186,6 +186,7 @@ void ParserBase::addLabel(const std::string &label, + labelInfo.scopeId = info.scopes.back(); + labelInfo.stmt = extractStatement(stmt); + labelInfo.loc = loc; ++ labelInfo.inTryCatchBlock = false; + info.labels[label] = labelInfo; + } + From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 22:22:37 2013 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 ESMTP id C4A96B0D; Wed, 4 Sep 2013 22:22:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B11142AC0; Wed, 4 Sep 2013 22:22:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84MMb9V000457; Wed, 4 Sep 2013 22:22:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84MMbeh000456; Wed, 4 Sep 2013 22:22:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042222.r84MMbeh000456@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 22:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326330 - head/textproc/domc 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.14 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: Wed, 04 Sep 2013 22:22:37 -0000 Author: bapt Date: Wed Sep 4 22:22:37 2013 New Revision: 326330 URL: http://svnweb.freebsd.org/changeset/ports/326330 Log: Add -fPIC to cflags Modified: head/textproc/domc/Makefile Modified: head/textproc/domc/Makefile ============================================================================== --- head/textproc/domc/Makefile Wed Sep 4 21:30:50 2013 (r326329) +++ head/textproc/domc/Makefile Wed Sep 4 22:22:37 2013 (r326330) @@ -17,7 +17,7 @@ USES= gmake MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX} USE_LDCONFIG= yes -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib SHLIB_MAJOR= 0 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 22:57:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72B82662; Wed, 4 Sep 2013 22:57:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 611172CF9; Wed, 4 Sep 2013 22:57:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84MvpIm019196; Wed, 4 Sep 2013 22:57:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84Mvpsc019195; Wed, 4 Sep 2013 22:57:51 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042257.r84Mvpsc019195@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 22:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326331 - head/devel/cdecl 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.14 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: Wed, 04 Sep 2013 22:57:51 -0000 Author: bapt Date: Wed Sep 4 22:57:50 2013 New Revision: 326331 URL: http://svnweb.freebsd.org/changeset/ports/326331 Log: Build properly with recent clang While here make it use USES=readline Approved by: eadler Modified: head/devel/cdecl/Makefile Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Wed Sep 4 22:22:37 2013 (r326330) +++ head/devel/cdecl/Makefile Wed Sep 4 22:57:50 2013 (r326331) @@ -12,7 +12,7 @@ COMMENT= Explains complicated C/C++ decl USE_CSTD= c89 -USE_GCC= any +USES= readline ALL_TARGET= ${PORTNAME} MAN1= cdecl.1 MLINKS= cdecl.1 c++decl.1 From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 23:00:52 2013 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 ESMTP id 8D1D97A0; Wed, 4 Sep 2013 23:00:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC0A2D44; Wed, 4 Sep 2013 23:00:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84N0qPJ022357; Wed, 4 Sep 2013 23:00:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84N0qSq022356; Wed, 4 Sep 2013 23:00:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042300.r84N0qSq022356@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 23:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326332 - head/devel/argp-standalone 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.14 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: Wed, 04 Sep 2013 23:00:52 -0000 Author: bapt Date: Wed Sep 4 23:00:51 2013 New Revision: 326332 URL: http://svnweb.freebsd.org/changeset/ports/326332 Log: Remove USE_GCC=any, the port build properly with clang is USE_CSTD is set to gnu89 Modified: head/devel/argp-standalone/Makefile Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Wed Sep 4 22:57:50 2013 (r326331) +++ head/devel/argp-standalone/Makefile Wed Sep 4 23:00:51 2013 (r326332) @@ -1,9 +1,5 @@ -# New ports collection makefile for: argp-standalone -# Date created: 1 March 2004 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= argp-standalone PORTVERSION= 1.3 @@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= sem MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC -USE_GCC= any +USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake libtool AUTOMAKE_ARGS= -c -a From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 23:08:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AA87993; Wed, 4 Sep 2013 23:08:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84DCF2DAB; Wed, 4 Sep 2013 23:08:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84N8eGW025589; Wed, 4 Sep 2013 23:08:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84N8eBc025588; Wed, 4 Sep 2013 23:08:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042308.r84N8eBc025588@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 23:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326333 - head/devel/liboil 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.14 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: Wed, 04 Sep 2013 23:08:40 -0000 Author: bapt Date: Wed Sep 4 23:08:39 2013 New Revision: 326333 URL: http://svnweb.freebsd.org/changeset/ports/326333 Log: Fix with clang is cc is clang, remove the now useless USE_GCC=any Modified: head/devel/liboil/Makefile Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Wed Sep 4 23:00:51 2013 (r326332) +++ head/devel/liboil/Makefile Wed Sep 4 23:08:39 2013 (r326333) @@ -13,7 +13,6 @@ COMMENT= Library of optimized inner loop LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -USE_GCC= any USES= pathfix pkgconfig USE_GNOME= ltverhack USE_AUTOTOOLS= libtool @@ -22,7 +21,8 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --disable-glib CFLAGS:= ${CFLAGS:N-O*} -O2 -.if ${CC:T:M*clang*} +_COMPILER_VERSION!= ${CC} --version +.if ${_COMPILER_VERSION:Mclang} CFLAGS+= -fheinous-gnu-extensions .endif From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 23:10:19 2013 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 ESMTP id A731DAAE; Wed, 4 Sep 2013 23:10:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 959BC2DE9; Wed, 4 Sep 2013 23:10:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84NAJET026447; Wed, 4 Sep 2013 23:10:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84NAJn0026446; Wed, 4 Sep 2013 23:10:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042310.r84NAJn0026446@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 23:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326334 - head/devel/libstroke 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.14 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: Wed, 04 Sep 2013 23:10:19 -0000 Author: bapt Date: Wed Sep 4 23:10:19 2013 New Revision: 326334 URL: http://svnweb.freebsd.org/changeset/ports/326334 Log: Convert USE_GCC=any into proper USE_CSTD=gnu89 Modified: head/devel/libstroke/Makefile Modified: head/devel/libstroke/Makefile ============================================================================== --- head/devel/libstroke/Makefile Wed Sep 4 23:08:39 2013 (r326333) +++ head/devel/libstroke/Makefile Wed Sep 4 23:10:19 2013 (r326334) @@ -10,12 +10,12 @@ MASTER_SITES= http://etla.net/libstroke/ MAINTAINER= ports@FreeBSD.org COMMENT= A stroke translation library +USES= gmake +USE_CSTD= gnu89 USE_XORG= x11 -USE_GMAKE= yes USE_AUTOTOOLS= libtool WANT_GNOME= yes USE_LDCONFIG= yes -USE_GCC= any OPTIONS_DEFINE= GTK1 GTK1_DESC= Build with legacy Gtk+/GNOME stroke support From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 23:16:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5420BC5A; Wed, 4 Sep 2013 23:16:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42B952E3F; Wed, 4 Sep 2013 23:16:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84NGA29030650; Wed, 4 Sep 2013 23:16:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84NGAuT030649; Wed, 4 Sep 2013 23:16:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042316.r84NGAuT030649@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 23:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326335 - head/devel/p5-EV 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.14 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: Wed, 04 Sep 2013 23:16:10 -0000 Author: bapt Date: Wed Sep 4 23:16:09 2013 New Revision: 326335 URL: http://svnweb.freebsd.org/changeset/ports/326335 Log: Remove USE_GCC=any, it properly build with recent clang While here convert to new Perl Framework Modified: head/devel/p5-EV/Makefile Modified: head/devel/p5-EV/Makefile ============================================================================== --- head/devel/p5-EV/Makefile Wed Sep 4 23:10:19 2013 (r326334) +++ head/devel/p5-EV/Makefile Wed Sep 4 23:16:09 2013 (r326335) @@ -15,8 +15,8 @@ COMMENT= Perl interface to libev, a high RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense -USE_GCC= any -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" MAN3= EV.3 \ From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 23:24:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93AADE87; Wed, 4 Sep 2013 23:24:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81E8E2EED; Wed, 4 Sep 2013 23:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84NOucE035797; Wed, 4 Sep 2013 23:24:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84NOuR9035795; Wed, 4 Sep 2013 23:24:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309042324.r84NOuR9035795@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Sep 2013 23:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326336 - in head/emulators/xmame: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 23:24:56 -0000 Author: bapt Date: Wed Sep 4 23:24:55 2013 New Revision: 326336 URL: http://svnweb.freebsd.org/changeset/ports/326336 Log: Fix build with clang Submitted by: dim Added: head/emulators/xmame/files/patch-src-unix-osinline.h (contents, props changed) Modified: head/emulators/xmame/Makefile Modified: head/emulators/xmame/Makefile ============================================================================== --- head/emulators/xmame/Makefile Wed Sep 4 23:16:09 2013 (r326335) +++ head/emulators/xmame/Makefile Wed Sep 4 23:24:55 2013 (r326336) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmame -# Date created: 4 Sep 1999 -# Whom: Donald Burr -# +# Created by: Donald Burr # $FreeBSD$ -# PORTNAME?= xmame PORTVERSION?= 0.106 @@ -24,9 +20,8 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro NO_CDROM= License does not permit selling USES= perl5 gmake -USE_GCC= any USE_BZIP2= yes -MAKE_ARGS+= CC=${CC} ARCH=freebsd +MAKE_ARGS+= CC="${CC}" ARCH=freebsd WANT_SDL= yes WANT_GNOME= yes MAKE_JOBS_UNSAFE= yes Added: head/emulators/xmame/files/patch-src-unix-osinline.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/xmame/files/patch-src-unix-osinline.h Wed Sep 4 23:24:55 2013 (r326336) @@ -0,0 +1,11 @@ +--- src/unix/osinline.h.orig 2006-05-15 18:47:35.000000000 +0200 ++++ src/unix/osinline.h 2013-08-28 11:04:54.000000000 +0200 +@@ -32,7 +32,7 @@ INLINE int _vec_mult(int x, int y) + : "=&a" (result) /* the result has to go in eax */ + : "mr" (x), /* x and y can be regs or mem */ + "mr" (y) +- : "%edx", "%cc" /* clobbers edx and flags */ ++ : "%edx", "cc" /* clobbers edx and flags */ + ); + return result; + } From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 01:38:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 87605288; Thu, 5 Sep 2013 01:38:04 +0000 (UTC) (envelope-from mi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7523229AB; Thu, 5 Sep 2013 01:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r851c4Am012914; Thu, 5 Sep 2013 01:38:04 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r851c4j7012913; Thu, 5 Sep 2013 01:38:04 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309050138.r851c4j7012913@svn.freebsd.org> From: Mikhail Teterin Date: Thu, 5 Sep 2013 01:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326337 - head/x11-fonts/cyr-rfx 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.14 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: Thu, 05 Sep 2013 01:38:04 -0000 Author: mi Date: Thu Sep 5 01:38:03 2013 New Revision: 326337 URL: http://svnweb.freebsd.org/changeset/ports/326337 Log: Remove the manual setting of the -j argument to make -- the hack predates MAKE_JOBS_(UN)?SAFE and is no longer necessary. No other changes. Modified: head/x11-fonts/cyr-rfx/Makefile Modified: head/x11-fonts/cyr-rfx/Makefile ============================================================================== --- head/x11-fonts/cyr-rfx/Makefile Wed Sep 4 23:24:55 2013 (r326336) +++ head/x11-fonts/cyr-rfx/Makefile Thu Sep 5 01:38:03 2013 (r326337) @@ -27,8 +27,6 @@ USE_XORG= x11 CYR_RFX_ENCODING?= koi8-o WRKSRC= ${WRKDIR}/${CYR_RFX_ENCODING} -NCPUS!= /sbin/sysctl -n hw.ncpu 2> /dev/null || echo 1 -MAKE_ARGS+= -j ${NCPUS} MAKEFILE= ${FILESDIR}/Makefile.bdf2pcf INST_DIR= "lib/X11/fonts/${PORTNAME}" MAKE_ENV+= INST_DIR="${LOCALBASE}/${INST_DIR}" MKDIR="${MKDIR}" From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 03:06:07 2013 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 ESMTP id 702429D7; Thu, 5 Sep 2013 03:06:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D29B2086; Thu, 5 Sep 2013 03:06:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r853673t064948; Thu, 5 Sep 2013 03:06:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r853674a064947; Thu, 5 Sep 2013 03:06:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309050306.r853674a064947@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 03:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326338 - head/devel/nant 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.14 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: Thu, 05 Sep 2013 03:06:07 -0000 Author: sunpoet Date: Thu Sep 5 03:06:06 2013 New Revision: 326338 URL: http://svnweb.freebsd.org/changeset/ports/326338 Log: - Add pkgconf to build dependency to fix build Modified: head/devel/nant/Makefile Modified: head/devel/nant/Makefile ============================================================================== --- head/devel/nant/Makefile Thu Sep 5 01:38:03 2013 (r326337) +++ head/devel/nant/Makefile Thu Sep 5 03:06:06 2013 (r326338) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES INSTALL_TARGET= install prefix=${PREFIX} MAKE_JOBS_UNSAFE= yes -USES= gmake +USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/NAnt From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 03:30:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4810D3E8; Thu, 5 Sep 2013 03:30:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AED122A3; Thu, 5 Sep 2013 03:30:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r853Uf2Y080274; Thu, 5 Sep 2013 03:30:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r853Uf2m080272; Thu, 5 Sep 2013 03:30:41 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309050330.r853Uf2m080272@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 03:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326339 - head/x11-toolkits/p5-Prima 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.14 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: Thu, 05 Sep 2013 03:30:42 -0000 Author: sunpoet Date: Thu Sep 5 03:30:41 2013 New Revision: 326339 URL: http://svnweb.freebsd.org/changeset/ports/326339 Log: - Update to 1.37 - Convert to new LIB_DEPENDS format - Fix GTK2 option Changes: https://github.com/dk/Prima/blob/master/HISTORY Modified: head/x11-toolkits/p5-Prima/Makefile head/x11-toolkits/p5-Prima/distinfo (contents, props changed) Modified: head/x11-toolkits/p5-Prima/Makefile ============================================================================== --- head/x11-toolkits/p5-Prima/Makefile Thu Sep 5 03:06:06 2013 (r326338) +++ head/x11-toolkits/p5-Prima/Makefile Thu Sep 5 03:30:41 2013 (r326339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Prima -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +12,10 @@ COMMENT= Extensible Perl toolkit for mul LICENSE= BSD -LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff OPTIONS_DEFINE= GTK2 ICONV XFT OPTIONS_DEFAULT=ICONV XFT @@ -145,7 +145,7 @@ CONFIGURE_ARGS+=WITH_ICONV=0 CONFIGURE_ARGS+=WITH_XFT=0 .endif -.if ${PORT_OPTIONS:MGTK} +.if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 CONFIGURE_ARGS+=WITH_GTK2=1 .endif Modified: head/x11-toolkits/p5-Prima/distinfo ============================================================================== --- head/x11-toolkits/p5-Prima/distinfo Thu Sep 5 03:06:06 2013 (r326338) +++ head/x11-toolkits/p5-Prima/distinfo Thu Sep 5 03:30:41 2013 (r326339) @@ -1,2 +1,2 @@ -SHA256 (Prima-1.36.tar.gz) = 58e905b15c6fedf5c876314b9535fd136b636a0014624cc2c1be4061a5dbb189 -SIZE (Prima-1.36.tar.gz) = 1371832 +SHA256 (Prima-1.37.tar.gz) = 7ab228f9116a92b28501c828aa271f6e42f2173529d4b55a921687d93754c967 +SIZE (Prima-1.37.tar.gz) = 1375708 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 03:37:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C2CC8A5; Thu, 5 Sep 2013 03:37:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48635230E; Thu, 5 Sep 2013 03:37:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r853bfTP082822; Thu, 5 Sep 2013 03:37:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r853bfme082821; Thu, 5 Sep 2013 03:37:41 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309050337.r853bfme082821@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 03:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326340 - head/www/p5-Catalyst-Plugin-Authentication 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.14 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: Thu, 05 Sep 2013 03:37:41 -0000 Author: sunpoet Date: Thu Sep 5 03:37:40 2013 New Revision: 326340 URL: http://svnweb.freebsd.org/changeset/ports/326340 Log: - Update PORTSCOUT - Cleanup Makefile header Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Thu Sep 5 03:30:41 2013 (r326339) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Thu Sep 5 03:37:40 2013 (r326340) @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-Catalyst-Plugin-Authentication # Created by: Lars Balker Rasmussen # $FreeBSD$ @@ -27,7 +26,7 @@ TEST_DEPENDS= p5-Catalyst-Plugin-Session p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst -PORTSCOUT= skipv:0.100092 +PORTSCOUT= skipv:0.100091,0.100092 USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 03:47:44 2013 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 ESMTP id 94565FB4 for ; Thu, 5 Sep 2013 03:47:44 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 634AB23D7 for ; Thu, 5 Sep 2013 03:47:44 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kp13so1325776pab.7 for ; Wed, 04 Sep 2013 20:47:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9sUcwkQx7uzGzDDVnSKdF1ZQwByOiYKzZnzswbuErgc=; b=lGBlBVnbp1hOU0kQ68Y7xCw7B9YBHyoaFvs9s2SiFZ59CxgBiePFeshxNjfQXdUkfM qLv6H6GTg0dmCwwHFSOUZI1MNlUCxptBXGgploQMvcOMxAiN1To2hZoHBi2aoHLEKBy2 K/cGdoTsTiy6pH+pnKkOHTO6wQDGN7BvRdg8Sf0k+Lxkv4sZCugdeNvpSu47EzBSUTnv 0NsUrWfqJ8iBCD0d0kgfOboVRyO6jYas6xwu2NGuUS6YAZ2Ng8J0p/eBrps+8zWwCIxk jwAXkMTiCnOCd5h52xvYBYzJ7u1MLKEqCvetdBNFjuQPfR5EadYMWR0C7c3nM+Jycbuz 0KIw== X-Gm-Message-State: ALoCoQkH6lhX0gWHILbPwxwNI/nt50gipiiUdtw4YM3kDucBVXf6KdK5RqFmeocUaU4BR8iYEC5o MIME-Version: 1.0 X-Received: by 10.66.145.166 with SMTP id sv6mr6846077pab.31.1378352858363; Wed, 04 Sep 2013 20:47:38 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.100.165 with HTTP; Wed, 4 Sep 2013 20:47:38 -0700 (PDT) In-Reply-To: References: <201309040646.r846kOiI053502@svn.freebsd.org> Date: Wed, 4 Sep 2013 20:47:38 -0700 X-Google-Sender-Auth: 8B-P-Pk9B2ERE4RgEqx6y6Ah8ng Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice From: Jason Helfman To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Jason Helfman , Andrej Zverev , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 03:47:44 -0000 On Wed, Sep 4, 2013 at 8:29 AM, Sunpoet Po-Chuan Hsieh wrote: > On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev wrote: > >> On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: >> > Author: jgh >> > Date: Wed Sep 4 06:46:23 2013 >> > New Revision: 326253 >> > URL: http://svnweb.freebsd.org/changeset/ports/326253 >> > >> > Log: >> > - update to 0.043 >> > - adoption of perl USES framework >> > - adjust dependencies >> > >> > PR: 181770 >> > Submitted by: danilogondolfo@gmail.com ( maintainer ) >> > >> >> > >> > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ >> > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ >> > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple >> >> We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for >> p5- and what you need only for the tests (t/*). In this case, I do not >> see why it's done. >> > > These three perl modules are all test-only dependencies. We have > TEST_DEPENDS [1] for this purpose. At least tinderbox recognizes it. > > [1] https://wiki.freebsd.org/Perl#Test_Dependencies > Originally, I had thought about adding these in as TEST_DEPENDS, but found it wasn't documented anywhere in ports framework, or the handbook. That being said, buildlogs for the port, itself, also showed failure on an incomplete kit using pourdiere. I don't know if this is expected, or if this is an issue with configuration of the software for a build mode vs. a test mode. How does this diff look? -jgh Index: games/p5-Games-Dice/Makefile =================================================================== --- games/p5-Games-Dice/Makefile (revision 326340) +++ games/p5-Games-Dice/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= Games-Dice PORTVERSION= 0.043 +PORTREVISION= 1 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,7 @@ LICENSE= MIT -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 03:51:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0530828E for ; Thu, 5 Sep 2013 03:51:24 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1FA2436 for ; Thu, 5 Sep 2013 03:51:23 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id z5so1210140lbh.28 for ; Wed, 04 Sep 2013 20:51:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=2T59HlohVtEZGzEyxpAYU6lN6l4Gv3xoHs0T2Z6V8mM=; b=ESoSmJL7c2F+yWB9XjzAXU3enz2NiroSAJrezwZkecS83xaEovqe5HN20OTAU0B5KX /jBAG9mv2P4NIXu6EQf0FiFpweaUs5lygzflts2XeYad3usUjE77+Z05XEC2O2xnnS5k 7w5y68ksX/37CZdrKxmQzYUSdlzsxKKlXpjGaXWDJISdsDG43sDPOtQDi00sh29IQehd HbHTeUfFjqFL/ZILD59Z7dSy6CJUnb1f+5ojT9OAHIWFh3WZ2AWth98hI1I/gXOcHxS/ EfxDU2mvi7mZNEBybDgN9VoiXNU2HDNvgdqcEQRSS3iKO5P7156vjhnzt/o6WFqIE4J/ edaA== X-Gm-Message-State: ALoCoQn2RYKFCEYPu6HDsgL8v9SYqm63OLEPw63PJbRRrQfrrMYFZNdfckLiIX4ehuznsCi6VPgJ X-Received: by 10.112.156.166 with SMTP id wf6mr5247941lbb.13.1378353081109; Wed, 04 Sep 2013 20:51:21 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Wed, 4 Sep 2013 20:51:01 -0700 (PDT) In-Reply-To: References: <201309040646.r846kOiI053502@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 11:51:01 +0800 X-Google-Sender-Auth: QxwWMv6vd01oZUUSvDykJpliCNc Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice To: Jason Helfman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Andrej Zverev , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 03:51:24 -0000 On Thu, Sep 5, 2013 at 11:47 AM, Jason Helfman wrote: > On Wed, Sep 4, 2013 at 8:29 AM, Sunpoet Po-Chuan Hsieh > wrote: > > > On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev wrote: > > > >> On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: > >> > Author: jgh > >> > Date: Wed Sep 4 06:46:23 2013 > >> > New Revision: 326253 > >> > URL: http://svnweb.freebsd.org/changeset/ports/326253 > >> > > >> > Log: > >> > - update to 0.043 > >> > - adoption of perl USES framework > >> > - adjust dependencies > >> > > >> > PR: 181770 > >> > Submitted by: danilogondolfo@gmail.com ( maintainer ) > >> > > >> > >> > > >> > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > >> > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script > \ > >> > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple > >> > >> We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for > >> p5- and what you need only for the tests (t/*). In this case, I do not > >> see why it's done. > >> > > > > These three perl modules are all test-only dependencies. We have > > TEST_DEPENDS [1] for this purpose. At least tinderbox recognizes it. > > > > [1] https://wiki.freebsd.org/Perl#Test_Dependencies > > > > Originally, I had thought about adding these in as TEST_DEPENDS, but found > it wasn't documented anywhere in ports framework, or the handbook. > That being said, buildlogs for the port, itself, also showed failure on an > incomplete kit using pourdiere. I don't know if this is expected, or if > this is an issue with configuration of the software for a build mode vs. a > test mode. > > How does this diff look? > > -jgh > > Index: games/p5-Games-Dice/Makefile > =================================================================== > --- games/p5-Games-Dice/Makefile (revision 326340) > +++ games/p5-Games-Dice/Makefile (working copy) > @@ -3,6 +3,7 @@ > > PORTNAME= Games-Dice > PORTVERSION= 0.043 > +PORTREVISION= 1 > CATEGORIES= games perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -12,7 +13,7 @@ > > LICENSE= MIT > > -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ > p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple > > It's ok. BTW, you don't need to bump PORTREVISION if there's only BUILD_DEPENDS changes. Regards, sunpoet > -- > Jason Helfman | FreeBSD Committer > jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 04:30:36 2013 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 ESMTP id 1ED95B6C for ; Thu, 5 Sep 2013 04:30:36 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6309277E for ; Thu, 5 Sep 2013 04:30:35 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id fa1so1370071pad.19 for ; Wed, 04 Sep 2013 21:30:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8iCIitEveqEYE4rN3fn1jAtIa7nsnf2gExbfS9fxnkA=; b=QxlwZrhUmhdxx+MlA7rLuu3f8vavh/O9x/dt4IdHyHLH/GyJe1+ufedwZ+CsuM6HUC 37V2wa+Ppu+yrVBrgzoq79WlWUzHERfzz0bRWHx8D+leERNau2oMfD4hovVCkVzG5vIY tVE8UJAk8Qot3eHq6QY7ySUuPlB1rGPFx+k+BYf81/u1vn/DXoTrO4MkN0pWjgYrtqTt IUJd6WF8EjY8LyGWdeBVRLbK1tyE24F6O/K9rI3Sg1REzjrbY6hB8NAWdvz8P1ww5C0i oT0ZPv3cBj3KC7kS0bxfAC/YLcRzx4sLxkJhjZY78ualLXKZU4imGHDSQ2vOS/3QStyN 1yEQ== X-Gm-Message-State: ALoCoQnvYyGL9dEiBSRZMxTTcegFiojUdskSNlu31DmP4SFA5285A0nEKQbKk8dlyW4yQkRNSMvm MIME-Version: 1.0 X-Received: by 10.66.119.202 with SMTP id kw10mr7083100pab.118.1378355435369; Wed, 04 Sep 2013 21:30:35 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.100.165 with HTTP; Wed, 4 Sep 2013 21:30:35 -0700 (PDT) In-Reply-To: References: <201309040646.r846kOiI053502@svn.freebsd.org> Date: Wed, 4 Sep 2013 21:30:35 -0700 X-Google-Sender-Auth: EsPTbOUBfAsGRSNgcKsoDoN8SKs Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice From: Jason Helfman To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Jason Helfman , Andrej Zverev , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 04:30:36 -0000 On Wed, Sep 4, 2013 at 8:51 PM, Sunpoet Po-Chuan Hsieh wrote: > On Thu, Sep 5, 2013 at 11:47 AM, Jason Helfman wrote: > >> On Wed, Sep 4, 2013 at 8:29 AM, Sunpoet Po-Chuan Hsieh >> wrote: >> >> > On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev wrote: >> > >> >> On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman >> wrote: >> >> > Author: jgh >> >> > Date: Wed Sep 4 06:46:23 2013 >> >> > New Revision: 326253 >> >> > URL: http://svnweb.freebsd.org/changeset/ports/326253 >> >> > >> >> > Log: >> >> > - update to 0.043 >> >> > - adoption of perl USES framework >> >> > - adjust dependencies >> >> > >> >> > PR: 181770 >> >> > Submitted by: danilogondolfo@gmail.com ( maintainer ) >> >> > >> >> >> >> > >> >> > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny >> \ >> >> > + >> p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ >> >> > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple >> >> >> >> We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for >> >> p5- and what you need only for the tests (t/*). In this case, I do not >> >> see why it's done. >> >> >> > >> > These three perl modules are all test-only dependencies. We have >> > TEST_DEPENDS [1] for this purpose. At least tinderbox recognizes it. >> > >> > [1] https://wiki.freebsd.org/Perl#Test_Dependencies >> > >> >> Originally, I had thought about adding these in as TEST_DEPENDS, but found >> it wasn't documented anywhere in ports framework, or the handbook. >> That being said, buildlogs for the port, itself, also showed failure on an >> incomplete kit using pourdiere. I don't know if this is expected, or if >> this is an issue with configuration of the software for a build mode vs. a >> test mode. >> >> How does this diff look? >> >> -jgh >> >> Index: games/p5-Games-Dice/Makefile >> =================================================================== >> --- games/p5-Games-Dice/Makefile (revision 326340) >> +++ games/p5-Games-Dice/Makefile (working copy) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= Games-Dice >> PORTVERSION= 0.043 >> +PORTREVISION= 1 >> CATEGORIES= games perl5 >> MASTER_SITES= CPAN >> PKGNAMEPREFIX= p5- >> @@ -12,7 +13,7 @@ >> >> LICENSE= MIT >> >> -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ >> +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ >> p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ >> p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple >> >> > It's ok. BTW, you don't need to bump PORTREVISION if there's only > BUILD_DEPENDS changes. > > Regards, > sunpoet > > I thought with the removal of the dependencies that it would warrant a bump, however in reading over the handbook, it seems unnecessary. Thanks! -jgh From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 04:32:02 2013 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 ESMTP id 3F924D6B; Thu, 5 Sep 2013 04:32:02 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA4F27C8; Thu, 5 Sep 2013 04:32:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r854W2Px015531; Thu, 5 Sep 2013 04:32:02 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r854W1Rf015530; Thu, 5 Sep 2013 04:32:01 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309050432.r854W1Rf015530@svn.freebsd.org> From: Jason Helfman Date: Thu, 5 Sep 2013 04:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326341 - head/games/p5-Games-Dice 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.14 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: Thu, 05 Sep 2013 04:32:02 -0000 Author: jgh Date: Thu Sep 5 04:32:01 2013 New Revision: 326341 URL: http://svnweb.freebsd.org/changeset/ports/326341 Log: - shift build_depends to test_depends Approved by: danilogondolfo@gmail.com (maintainer, implicit) Modified: head/games/p5-Games-Dice/Makefile Modified: head/games/p5-Games-Dice/Makefile ============================================================================== --- head/games/p5-Games-Dice/Makefile Thu Sep 5 03:37:40 2013 (r326340) +++ head/games/p5-Games-Dice/Makefile Thu Sep 5 04:32:01 2013 (r326341) @@ -12,7 +12,7 @@ COMMENT= Perl module to simulate die rol LICENSE= MIT -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:22:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A892DEE; Thu, 5 Sep 2013 05:22:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95E6A2AA9; Thu, 5 Sep 2013 05:22:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855M62w043825; Thu, 5 Sep 2013 05:22:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855M6L3043824; Thu, 5 Sep 2013 05:22:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050522.r855M6L3043824@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326342 - head/textproc/libextractor 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.14 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: Thu, 05 Sep 2013 05:22:06 -0000 Author: antoine Date: Thu Sep 5 05:22:06 2013 New Revision: 326342 URL: http://svnweb.freebsd.org/changeset/ports/326342 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/textproc/libextractor/Makefile Modified: head/textproc/libextractor/Makefile ============================================================================== --- head/textproc/libextractor/Makefile Thu Sep 5 04:32:01 2013 (r326341) +++ head/textproc/libextractor/Makefile Thu Sep 5 05:22:06 2013 (r326342) @@ -12,7 +12,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= Library for keyword extraction USE_GNOME= glib20 gtk20 -USES= pathfix +USES= pathfix pkgconfig USE_PYTHON= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:24:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF55A34A; Thu, 5 Sep 2013 05:24:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC7422AC4; Thu, 5 Sep 2013 05:24:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855OO5o044599; Thu, 5 Sep 2013 05:24:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855OOpY044598; Thu, 5 Sep 2013 05:24:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050524.r855OOpY044598@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326343 - head/x11/nvidia-settings 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.14 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: Thu, 05 Sep 2013 05:24:24 -0000 Author: antoine Date: Thu Sep 5 05:24:24 2013 New Revision: 326343 URL: http://svnweb.freebsd.org/changeset/ports/326343 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11/nvidia-settings/Makefile Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Thu Sep 5 05:22:06 2013 (r326342) +++ head/x11/nvidia-settings/Makefile Thu Sep 5 05:24:24 2013 (r326343) @@ -18,7 +18,7 @@ LICENSE= GPLv2 USE_BZIP2= yes USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_XORG= xv xext From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:25:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7230542C; Thu, 5 Sep 2013 05:25:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F41B2ACC; Thu, 5 Sep 2013 05:25:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855PdZU045059; Thu, 5 Sep 2013 05:25:39 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855PdGC045058; Thu, 5 Sep 2013 05:25:39 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050525.r855PdGC045058@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326344 - head/x11-toolkits/elementary 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.14 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: Thu, 05 Sep 2013 05:25:39 -0000 Author: antoine Date: Thu Sep 5 05:25:38 2013 New Revision: 326344 URL: http://svnweb.freebsd.org/changeset/ports/326344 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/elementary/Makefile Modified: head/x11-toolkits/elementary/Makefile ============================================================================== --- head/x11-toolkits/elementary/Makefile Thu Sep 5 05:24:24 2013 (r326343) +++ head/x11-toolkits/elementary/Makefile Thu Sep 5 05:25:38 2013 (r326344) @@ -15,7 +15,7 @@ LICENSE= LGPL21 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= ecore eio edbus efreet embryo edje emotion ethumb \ libtool_hack librt_hack modarch_hack USE_LUA= 5.1+ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:28:24 2013 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 ESMTP id C6AAC5FD; Thu, 5 Sep 2013 05:28:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B41512AE3; Thu, 5 Sep 2013 05:28:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855SODC046285; Thu, 5 Sep 2013 05:28:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855SOqX046284; Thu, 5 Sep 2013 05:28:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050528.r855SOqX046284@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326345 - head/science/cdcl 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.14 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: Thu, 05 Sep 2013 05:28:24 -0000 Author: antoine Date: Thu Sep 5 05:28:24 2013 New Revision: 326345 URL: http://svnweb.freebsd.org/changeset/ports/326345 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/science/cdcl/Makefile Modified: head/science/cdcl/Makefile ============================================================================== --- head/science/cdcl/Makefile Thu Sep 5 05:25:38 2013 (r326344) +++ head/science/cdcl/Makefile Thu Sep 5 05:28:24 2013 (r326345) @@ -12,6 +12,7 @@ DISTNAME= dcl-${PORTVERSION}-C MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience +USES= pkgconfig USE_GCC= any USE_XORG= x11 xext USE_GNOME= gtk20 gdkpixbuf2 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:29:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1034C71D; Thu, 5 Sep 2013 05:29:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1CEA2AF9; Thu, 5 Sep 2013 05:29:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855TrAV046750; Thu, 5 Sep 2013 05:29:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855TruW046748; Thu, 5 Sep 2013 05:29:53 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050529.r855TruW046748@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326346 - head/x11/emprint 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.14 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: Thu, 05 Sep 2013 05:29:54 -0000 Author: antoine Date: Thu Sep 5 05:29:53 2013 New Revision: 326346 URL: http://svnweb.freebsd.org/changeset/ports/326346 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11/emprint/Makefile Modified: head/x11/emprint/Makefile ============================================================================== --- head/x11/emprint/Makefile Thu Sep 5 05:28:24 2013 (r326345) +++ head/x11/emprint/Makefile Thu Sep 5 05:29:53 2013 (r326346) @@ -12,6 +12,7 @@ COMMENT= Utility for taking screenshots DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_EFL= eina evas ecore USE_EFL_ECORE= evas file input x11 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:31:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4955F867; Thu, 5 Sep 2013 05:31:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 371D02B29; Thu, 5 Sep 2013 05:31:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855VHkg049318; Thu, 5 Sep 2013 05:31:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855VHXe049317; Thu, 5 Sep 2013 05:31:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050531.r855VHXe049317@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326347 - head/graphics/evas_generic_loaders-gst 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.14 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: Thu, 05 Sep 2013 05:31:17 -0000 Author: antoine Date: Thu Sep 5 05:31:16 2013 New Revision: 326347 URL: http://svnweb.freebsd.org/changeset/ports/326347 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/evas_generic_loaders-gst/Makefile Modified: head/graphics/evas_generic_loaders-gst/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-gst/Makefile Thu Sep 5 05:29:53 2013 (r326346) +++ head/graphics/evas_generic_loaders-gst/Makefile Thu Sep 5 05:31:16 2013 (r326347) @@ -17,6 +17,7 @@ LICENSE= GPLv2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_EFL= eina USE_GSTREAMER= good ffmpeg USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:32:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 795509DF; Thu, 5 Sep 2013 05:32:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66F3B2B3E; Thu, 5 Sep 2013 05:32:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855WjTj049821; Thu, 5 Sep 2013 05:32:45 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855WjVK049820; Thu, 5 Sep 2013 05:32:45 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050532.r855WjVK049820@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326348 - head/graphics/zathura 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.14 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: Thu, 05 Sep 2013 05:32:45 -0000 Author: antoine Date: Thu Sep 5 05:32:44 2013 New Revision: 326348 URL: http://svnweb.freebsd.org/changeset/ports/326348 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/zathura/Makefile Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Thu Sep 5 05:31:16 2013 (r326347) +++ head/graphics/zathura/Makefile Thu Sep 5 05:32:44 2013 (r326348) @@ -13,7 +13,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ girara-gtk2:${PORTSDIR}/x11-toolkits/girara USE_GNOME= glib20 gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ENV= SFLAGS="${STRIP}" OPTIONS_DEFINE= DOCS NLS SQLITE From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:34:17 2013 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 ESMTP id 5A151AD9; Thu, 5 Sep 2013 05:34:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 477D92B49; Thu, 5 Sep 2013 05:34:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855YHP0050647; Thu, 5 Sep 2013 05:34:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855YHEm050646; Thu, 5 Sep 2013 05:34:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050534.r855YHEm050646@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326349 - head/www/epiphany-extensions 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.14 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: Thu, 05 Sep 2013 05:34:17 -0000 Author: antoine Date: Thu Sep 5 05:34:16 2013 New Revision: 326349 URL: http://svnweb.freebsd.org/changeset/ports/326349 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/www/epiphany-extensions/Makefile Modified: head/www/epiphany-extensions/Makefile ============================================================================== --- head/www/epiphany-extensions/Makefile Thu Sep 5 05:32:44 2013 (r326348) +++ head/www/epiphany-extensions/Makefile Thu Sep 5 05:34:16 2013 (r326349) @@ -19,12 +19,11 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/ep CONFLICTS= epiphany-extensions-3.[0-9]* -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:35:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6744EBED; Thu, 5 Sep 2013 05:35:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54FA52B51; Thu, 5 Sep 2013 05:35:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855ZVYh051141; Thu, 5 Sep 2013 05:35:31 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855ZVAV051140; Thu, 5 Sep 2013 05:35:31 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050535.r855ZVAV051140@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326350 - head/x11-wm/epplets 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.14 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: Thu, 05 Sep 2013 05:35:31 -0000 Author: antoine Date: Thu Sep 5 05:35:30 2013 New Revision: 326350 URL: http://svnweb.freebsd.org/changeset/ports/326350 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-wm/epplets/Makefile Modified: head/x11-wm/epplets/Makefile ============================================================================== --- head/x11-wm/epplets/Makefile Thu Sep 5 05:34:16 2013 (r326349) +++ head/x11-wm/epplets/Makefile Thu Sep 5 05:35:30 2013 (r326350) @@ -17,7 +17,7 @@ RUN_DEPENDS= e16:${PORTSDIR}/x11-wm/e16 USE_XORG= xext USE_GNOME= esound USE_GL= glut -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:37:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 379CED56; Thu, 5 Sep 2013 05:37:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 256D12B68; Thu, 5 Sep 2013 05:37:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855bfrp051785; Thu, 5 Sep 2013 05:37:41 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855bfCe051784; Thu, 5 Sep 2013 05:37:41 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050537.r855bfCe051784@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326351 - head/graphics/evas-loader-xpm 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.14 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: Thu, 05 Sep 2013 05:37:41 -0000 Author: antoine Date: Thu Sep 5 05:37:40 2013 New Revision: 326351 URL: http://svnweb.freebsd.org/changeset/ports/326351 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/evas-loader-xpm/Makefile Modified: head/graphics/evas-loader-xpm/Makefile ============================================================================== --- head/graphics/evas-loader-xpm/Makefile Thu Sep 5 05:35:30 2013 (r326350) +++ head/graphics/evas-loader-xpm/Makefile Thu Sep 5 05:37:40 2013 (r326351) @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_XORG= xpm USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:39:29 2013 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 ESMTP id E1AFAECB; Thu, 5 Sep 2013 05:39:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE1A62B7D; Thu, 5 Sep 2013 05:39:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855dTGo052451; Thu, 5 Sep 2013 05:39:29 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855dTdW052450; Thu, 5 Sep 2013 05:39:29 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309050539.r855dTdW052450@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 05:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326352 - head/x11-toolkits/flowcanvas 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.14 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: Thu, 05 Sep 2013 05:39:30 -0000 Author: antoine Date: Thu Sep 5 05:39:29 2013 New Revision: 326352 URL: http://svnweb.freebsd.org/changeset/ports/326352 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/flowcanvas/Makefile Modified: head/x11-toolkits/flowcanvas/Makefile ============================================================================== --- head/x11-toolkits/flowcanvas/Makefile Thu Sep 5 05:37:40 2013 (r326351) +++ head/x11-toolkits/flowcanvas/Makefile Thu Sep 5 05:39:29 2013 (r326352) @@ -18,6 +18,7 @@ LIB_DEPENDS= boost_date_time:${PORTSDIR} gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD=yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:46:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52FE11F8; Thu, 5 Sep 2013 05:46:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 268172BD8; Thu, 5 Sep 2013 05:46:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r855kmXA057161; Thu, 5 Sep 2013 05:46:48 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r855klYJ057159; Thu, 5 Sep 2013 05:46:47 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309050546.r855klYJ057159@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 05:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326353 - in head/games/quake2max: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 05:46:48 -0000 Author: danfe Date: Thu Sep 5 05:46:47 2013 New Revision: 326353 URL: http://svnweb.freebsd.org/changeset/ports/326353 Log: - Unbreak the build against Clang (non-void function should return a value) - Sound file loader in the engine already converts the data to host-endian, therefore the device must be open in host-endian mode, too - Convert obsolete USE_GMAKE while here Reported by: pkg-fallout Added: head/games/quake2max/files/patch-unix__snd_unix.c (contents, props changed) Modified: head/games/quake2max/Makefile Modified: head/games/quake2max/Makefile ============================================================================== --- head/games/quake2max/Makefile Thu Sep 5 05:39:29 2013 (r326352) +++ head/games/quake2max/Makefile Thu Sep 5 05:46:47 2013 (r326353) @@ -19,8 +19,8 @@ LICENSE= GPLv2 EXTRACT_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xxf86dga ALL_TARGET= release WRKSRC= ${WRKDIR}/${DISTNAME:S/quake2max/Quake2maX/} @@ -112,6 +112,9 @@ post-patch: # Resolve name collision with jpeg-8 @${REINPLACE_CMD} -e 's|jpeg_mem_src|local_&|' \ ${WRKSRC}/ref_gl/gl_image.c +# Pacify Clang (non-void function should return a value) + @${REINPLACE_CMD} -e '900s|return|& false|' \ + ${WRKSRC}/client/qmenu.c do-install: @${MKDIR} ${LIBDIR}/baseq2 Added: head/games/quake2max/files/patch-unix__snd_unix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quake2max/files/patch-unix__snd_unix.c Thu Sep 5 05:46:47 2013 (r326353) @@ -0,0 +1,29 @@ +--- unix/snd_unix.c.orig 2006-01-01 20:46:30.000000000 +0800 ++++ unix/snd_unix.c 2013-09-05 13:28:24.000000000 +0800 +@@ -59,7 +59,7 @@ qboolean SNDDMA_Init(void) + extern uid_t saved_euid; + + if (snd_inited) +- return; ++ return 1; + + if (!snddevice) { + sndbits = Cvar_Get("sndbits", "16", CVAR_ARCHIVE); +@@ -115,7 +115,7 @@ qboolean SNDDMA_Init(void) + if (dma.samplebits != 16 && dma.samplebits != 8) + { + ioctl(audio_fd, SNDCTL_DSP_GETFMTS, &fmt); +- if (fmt & AFMT_S16_LE) dma.samplebits = 16; ++ if (fmt & AFMT_S16_NE) dma.samplebits = 16; + else if (fmt & AFMT_U8) dma.samplebits = 8; + } + +@@ -157,7 +157,7 @@ qboolean SNDDMA_Init(void) + + if (dma.samplebits == 16) + { +- rc = AFMT_S16_LE; ++ rc = AFMT_S16_NE; + rc = ioctl(audio_fd, SNDCTL_DSP_SETFMT, &rc); + if (rc < 0) + { From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 05:49:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 78F77362; Thu, 5 Sep 2013 05:49:57 +0000 (UTC) Date: Thu, 5 Sep 2013 05:49:57 +0000 From: Alexey Dokuchaev To: Antoine Brodin Subject: Re: svn commit: r326350 - head/x11-wm/epplets Message-ID: <20130905054957.GA61611@FreeBSD.org> References: <201309050535.r855ZVAV051140@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309050535.r855ZVAV051140@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 05:49:57 -0000 On Thu, Sep 05, 2013 at 05:35:31AM +0000, Antoine Brodin wrote: > New Revision: 326350 > URL: http://svnweb.freebsd.org/changeset/ports/326350 > > Log: > Add an explicit dependency on pkgconf Antoine, May I ask you to group similar one-line commits like these together and commit in one go (if you anticipate more of them)? Thank you. ./danfe From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 06:07:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 440EE9B7; Thu, 5 Sep 2013 06:07:31 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 315E72CFF; Thu, 5 Sep 2013 06:07:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8567V2t068992; Thu, 5 Sep 2013 06:07:31 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8567Vp5068991; Thu, 5 Sep 2013 06:07:31 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309050607.r8567Vp5068991@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 06:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326354 - head/devel/hp48xgcc 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.14 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: Thu, 05 Sep 2013 06:07:31 -0000 Author: danfe Date: Thu Sep 5 06:07:30 2013 New Revision: 326354 URL: http://svnweb.freebsd.org/changeset/ports/326354 Log: - Unbreak against Clang and other strict C++ compilers - Sanitize some post-extract commands while I'm here Reported by: pkg-fallout Modified: head/devel/hp48xgcc/Makefile Modified: head/devel/hp48xgcc/Makefile ============================================================================== --- head/devel/hp48xgcc/Makefile Thu Sep 5 05:46:47 2013 (r326353) +++ head/devel/hp48xgcc/Makefile Thu Sep 5 06:07:30 2013 (r326354) @@ -26,7 +26,7 @@ USE_ZIP= yes GCC_VER= 2.7.2 GCC_DIR= ${WRKDIR}/gcc-${GCC_VER} -PLIST_SUB+= GCC_VER=${GCC_VER} +PLIST_SUB= GCC_VER=${GCC_VER} WRKSRC= ${WRKDIR}/saturn ALL_TARGET= default INSTALL_TARGET= build-lib @@ -37,10 +37,9 @@ MAKE_ARGS= GCC_SRC="${GCC_DIR}" GCC_VERS post-extract: .SILENT # Extract GCC distribution separately because of USE_ZIP/.tar.gz conflict - cd ${WRKDIR} && ${GZIP_CMD} -dc \ - ${_DISTDIR}/gcc-${GCC_VER}.tar.gz | ${TAR} -xf - + ${TAR} xzf ${_DISTDIR}/gcc-${GCC_VER}.tar.gz -C ${WRKDIR} # Patch GCC a bit - cd ${GCC_DIR} && ${PATCH} -s < ${WRKSRC}/gcc-target/patches-${GCC_VER} + ${PATCH} -d ${GCC_DIR} -s < ${WRKSRC}/gcc-target/patches-${GCC_VER} # Prepare GCC by creating proper config symlink ${LN} -sf ../../saturn/gcc-target/config-saturn ${GCC_DIR}/config/saturn # Allow GCC to build in our environment @@ -50,6 +49,8 @@ post-extract: .SILENT ${ECHO_CMD} '#define HAVE_VPRINTF' >> ${GCC_DIR}/config/xm-freebsd.h # Do not install extra copies of GPL (we use license framework instead) ${REINPLACE_CMD} -e '/COPYING/d' ${WRKSRC}/make.pubfiles +# Unbreak against Clang and other strict C++ compilers + ${REINPLACE_CMD} -e 's/main (/int &void/' ${WRKSRC}/objdump/bool.cc do-configure: cd ${GCC_DIR} && ./configure --target=saturn-local-hp48 \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 06:23:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3BBD17D; Thu, 5 Sep 2013 06:23:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0ABB2DDA; Thu, 5 Sep 2013 06:23:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r856NJtf079219; Thu, 5 Sep 2013 06:23:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r856NJmd079218; Thu, 5 Sep 2013 06:23:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050623.r856NJmd079218@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 06:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326355 - head/sysutils/ftwin/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 06:23:19 -0000 Author: bapt Date: Thu Sep 5 06:23:19 2013 New Revision: 326355 URL: http://svnweb.freebsd.org/changeset/ports/326355 Log: Fix build with clang Reported by: pkg-fallout Added: head/sysutils/ftwin/files/patch-ftwin.c (contents, props changed) Added: head/sysutils/ftwin/files/patch-ftwin.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ftwin/files/patch-ftwin.c Thu Sep 5 06:23:19 2013 (r326355) @@ -0,0 +1,11 @@ +--- src/ftwin.c.orig 2009-05-21 14:32:32.000000000 +0200 ++++ src/ftwin.c 2013-09-05 08:21:38.056133246 +0200 +@@ -228,7 +228,7 @@ + apr_dir_t *dir; + apr_int32_t statmask = + APR_FINFO_SIZE | APR_FINFO_TYPE | APR_FINFO_USER | APR_FINFO_GROUP | APR_FINFO_UPROT | APR_FINFO_GPROT; +- apr_size_t fname_len; ++ apr_size_t fname_len = 0; + apr_uint32_t hash_value; + apr_status_t status; + int rc; From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 06:31:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 402C63B8; Thu, 5 Sep 2013 06:31:36 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DAB62E48; Thu, 5 Sep 2013 06:31:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r856VaWG084231; Thu, 5 Sep 2013 06:31:36 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r856VZgp084228; Thu, 5 Sep 2013 06:31:35 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201309050631.r856VZgp084228@svn.freebsd.org> From: Xin LI Date: Thu, 5 Sep 2013 06:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326356 - head/devel/py-ujson 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.14 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: Thu, 05 Sep 2013 06:31:36 -0000 Author: delphij Date: Thu Sep 5 06:31:35 2013 New Revision: 326356 URL: http://svnweb.freebsd.org/changeset/ports/326356 Log: Update to 1.33. PR: ports/181677 Submitted by: Johannes Meixner Modified: head/devel/py-ujson/Makefile head/devel/py-ujson/distinfo head/devel/py-ujson/pkg-descr Modified: head/devel/py-ujson/Makefile ============================================================================== --- head/devel/py-ujson/Makefile Thu Sep 5 06:23:19 2013 (r326355) +++ head/devel/py-ujson/Makefile Thu Sep 5 06:31:35 2013 (r326356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ujson -PORTVERSION= 1.23 +PORTVERSION= 1.33 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ujson/distinfo ============================================================================== --- head/devel/py-ujson/distinfo Thu Sep 5 06:23:19 2013 (r326355) +++ head/devel/py-ujson/distinfo Thu Sep 5 06:31:35 2013 (r326356) @@ -1,2 +1,2 @@ -SHA256 (ujson-1.23.zip) = 6fc94fcbf6a6f56fd0814d1eadbfccf35e4215eeba647333ce59dcee03b589f3 -SIZE (ujson-1.23.zip) = 193701 +SHA256 (ujson-1.33.zip) = 68cf825f227c82e1ac61e423cfcad923ff734c27b5bdd7174495d162c42c602b +SIZE (ujson-1.33.zip) = 197034 Modified: head/devel/py-ujson/pkg-descr ============================================================================== --- head/devel/py-ujson/pkg-descr Thu Sep 5 06:23:19 2013 (r326355) +++ head/devel/py-ujson/pkg-descr Thu Sep 5 06:31:35 2013 (r326356) @@ -1,4 +1,4 @@ UltraJSON is a fast and extendable JSON encoder and decoder written in pure C. -WWW: https://github.com/esnme/ultrajson +WWW: https://github.com/esnme/ultrajson From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 06:31:39 2013 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 ESMTP id 4C65A3CA; Thu, 5 Sep 2013 06:31:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 396F62E4A; Thu, 5 Sep 2013 06:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r856VdLO084295; Thu, 5 Sep 2013 06:31:39 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r856VdWW084294; Thu, 5 Sep 2013 06:31:39 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309050631.r856VdWW084294@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 06:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326357 - head/multimedia/audacious-plugins 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.14 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: Thu, 05 Sep 2013 06:31:39 -0000 Author: madpilot Date: Thu Sep 5 06:31:38 2013 New Revision: 326357 URL: http://svnweb.freebsd.org/changeset/ports/326357 Log: - Add explicit dependency on pkgconfig - While here also convert to USES=gmake Approved by: portmgr (bapt) Modified: head/multimedia/audacious-plugins/Makefile Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Thu Sep 5 06:31:35 2013 (r326356) +++ head/multimedia/audacious-plugins/Makefile Thu Sep 5 06:31:38 2013 (r326357) @@ -12,7 +12,7 @@ COMMENT= Plugins needed for audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 06:44:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B30F8879; Thu, 5 Sep 2013 06:44:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A01D72EF9; Thu, 5 Sep 2013 06:44:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r856ikpB091020; Thu, 5 Sep 2013 06:44:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r856ik9B091019; Thu, 5 Sep 2013 06:44:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050644.r856ik9B091019@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 06:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326358 - head/graphics/evas-core 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.14 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: Thu, 05 Sep 2013 06:44:46 -0000 Author: bapt Date: Thu Sep 5 06:44:46 2013 New Revision: 326358 URL: http://svnweb.freebsd.org/changeset/ports/326358 Log: Remove USE_GCC=any, it builds properly with recent clang Modified: head/graphics/evas-core/Makefile Modified: head/graphics/evas-core/Makefile ============================================================================== --- head/graphics/evas-core/Makefile Thu Sep 5 06:31:38 2013 (r326357) +++ head/graphics/evas-core/Makefile Thu Sep 5 06:44:46 2013 (r326358) @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USES= pathfix pkgconfig -USE_GCC= any USE_EFL= librt_hack libtool_hack USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/evas From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:00:08 2013 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 ESMTP id 3C8B8DEB; Thu, 5 Sep 2013 07:00:08 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A4172FD3; Thu, 5 Sep 2013 07:00:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857081N000327; Thu, 5 Sep 2013 07:00:08 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85708jD000326; Thu, 5 Sep 2013 07:00:08 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201309050700.r85708jD000326@svn.freebsd.org> From: Matthias Andree Date: Thu, 5 Sep 2013 07:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326359 - head/sysutils/busybox/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 07:00:08 -0000 Author: mandree Date: Thu Sep 5 07:00:07 2013 New Revision: 326359 URL: http://svnweb.freebsd.org/changeset/ports/326359 Log: Attempt to fix 10-CURRENT build failure involving strchrnul. Modified: head/sysutils/busybox/files/patch-include__platform.h Modified: head/sysutils/busybox/files/patch-include__platform.h ============================================================================== --- head/sysutils/busybox/files/patch-include__platform.h Thu Sep 5 06:44:46 2013 (r326358) +++ head/sysutils/busybox/files/patch-include__platform.h Thu Sep 5 07:00:07 2013 (r326359) @@ -1,6 +1,6 @@ ---- ./include/platform.h.orig 2013-01-14 05:19:43.000000000 +0100 -+++ ./include/platform.h 2013-01-21 21:26:34.000000000 +0100 -@@ -433,6 +433,15 @@ +--- ./include/platform.h.orig 2013-06-29 17:00:01.000000000 +0200 ++++ ./include/platform.h 2013-09-05 08:58:27.000000000 +0200 +@@ -433,6 +433,18 @@ #if defined(__FreeBSD__) # undef HAVE_STRCHRNUL @@ -12,6 +12,9 @@ + stpncpy(), strnlen(), wcsnlen(), + wcscasecmp(), and wcsncasecmp() in 800067 */ +# endif ++# if __FreeBSD_version >= 1000029 ++# define HAVE_STRCHRNUL 1 /* added short before 1000029 */ ++# endif +# endif #endif From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:22:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 657DE6C0; Thu, 5 Sep 2013 07:22:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52881219B; Thu, 5 Sep 2013 07:22:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857Mmx1013806; Thu, 5 Sep 2013 07:22:48 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r857MlVH013803; Thu, 5 Sep 2013 07:22:47 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309050722.r857MlVH013803@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 07:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326360 - in head/games/quetoo: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 07:22:48 -0000 Author: danfe Date: Thu Sep 5 07:22:47 2013 New Revision: 326360 URL: http://svnweb.freebsd.org/changeset/ports/326360 Log: - Fix the build against Clang - Drop the check for old OSVERSION - Improve OPTIONS descriptions - Remove non-working WWW line - Add LICENSE (GPLv2) while here Reported by: pkg-fallout Added: head/games/quetoo/files/patch-clang-fixes (contents, props changed) Modified: head/games/quetoo/Makefile head/games/quetoo/pkg-descr Modified: head/games/quetoo/Makefile ============================================================================== --- head/games/quetoo/Makefile Thu Sep 5 07:00:07 2013 (r326359) +++ head/games/quetoo/Makefile Thu Sep 5 07:22:47 2013 (r326360) @@ -11,6 +11,8 @@ MASTER_SITES= http://tastyspleen.net/~jd MAINTAINER= danfe@FreeBSD.org COMMENT= Fast, stable, compatible, and secure Quake II client +LICENSE= GPLv2 + USE_BZIP2= yes USE_SDL= sdl USE_GL= glut @@ -30,10 +32,10 @@ OPTIONS_DEFINE= GAME CTF VANCTF QMASS MY # they're available via `quake2-data' and `quake2-ctf' ports. OPTIONS_DEFAULT= VANCTF QMASS -GAME_DESC= Build main game shared object file -CTF_DESC= Build Capture The Flag modification -VANCTF_DESC= Build Vanilla CTF modification -QMASS_DESC= Build QMass deathmatch modification +GAME_DESC= Build main game (default mod) +CTF_DESC= Build Capture The Flag mod +VANCTF_DESC= Build Vanilla CTF mod +QMASS_DESC= Build QMass deathmatch mod MYSQL_DESC= Enable frag logging with MySQL .include @@ -85,9 +87,6 @@ post-patch: .SILENT ${REINPLACE_CMD} -E 's,^(eval PKGDATADIR=).*$$,\1"${Q2DIR}", ; \ 19752s,sdl-config,${SDL_CONFIG}, ; \ s,^(GAME_MODULES=")baseq2",\1",' ${WRKSRC}/configure -.if ${OSVERSION} < 800501 - ${REINPLACE_CMD} -e 's,const struct,struct,' ${WRKSRC}/src/files.c -.endif ${REINPLACE_CMD} -e 's,-ldl,,' ${WRKSRC}/src/Makefile.in do-install: Added: head/games/quetoo/files/patch-clang-fixes ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quetoo/files/patch-clang-fixes Thu Sep 5 07:22:47 2013 (r326360) @@ -0,0 +1,53 @@ +--- src/sv_user.c.orig 2007-12-28 07:25:47.000000000 +0800 ++++ src/sv_user.c 2013-09-05 14:53:30.000000000 +0800 +@@ -363,7 +363,7 @@ void SV_Info_f(void){ + continue; //only print serverinfo cvars + + snprintf(line, MAX_STRING_CHARS, "%s %s\n", cvar->name, cvar->string); +- SV_ClientPrintf(sv_client, PRINT_MEDIUM, line); ++ SV_ClientPrintf(sv_client, PRINT_MEDIUM, "%s", line); + } + } + +--- src/cl_main.c.orig 2007-12-28 07:25:47.000000000 +0800 ++++ src/cl_main.c 2013-09-05 14:53:30.000000000 +0800 +@@ -691,7 +691,7 @@ void CL_Ping_f(void){ + } + + if(!adr.port) adr.port = BigShort(PORT_SERVER); +- Netchan_OutOfBandPrint(NS_CLIENT, adr, va("info %i", PROTOCOL_34)); ++ Netchan_OutOfBandPrint(NS_CLIENT, adr, "info %i", PROTOCOL_34); + return; + } + +@@ -700,7 +700,7 @@ void CL_Ping_f(void){ + + adr.type = NA_IP_BROADCAST; + adr.port = BigShort(PORT_SERVER); +- Netchan_OutOfBandPrint(NS_CLIENT, adr, va("info %i", PROTOCOL_34)); ++ Netchan_OutOfBandPrint(NS_CLIENT, adr, "info %i", PROTOCOL_34); + } + + +--- src/cl_keys.c.orig 2007-12-28 07:25:47.000000000 +0800 ++++ src/cl_keys.c 2013-09-05 14:53:30.000000000 +0800 +@@ -143,7 +143,7 @@ void CompleteCommand(void){ + cvar = Cvar_CompleteVariable(partial, &cvars); //partial cvar lookup + if(cvar && !strcmp(cvar, partial)) goto append; //exact match + +- if(cmds == 1 && cvars == 0) cmd = cmd; ++ if(cmds == 1 && cvars == 0); + else if(cmds == 0 && cvars == 1) cmd = cvar; + else cmd = NULL; + +--- src/qmass/g_cmds.c.orig 2007-12-28 07:25:44.000000000 +0800 ++++ src/qmass/g_cmds.c 2013-09-05 14:53:30.000000000 +0800 +@@ -724,7 +724,7 @@ void Cmd_Say_f(edict_t *ent, qboolean te + + if(chatlog != NULL){ //write chatlog + +- fprintf(chatlog, text); ++ fprintf(chatlog, "%s", text); + + fflush(chatlog); + } Modified: head/games/quetoo/pkg-descr ============================================================================== --- head/games/quetoo/pkg-descr Thu Sep 5 07:00:07 2013 (r326359) +++ head/games/quetoo/pkg-descr Thu Sep 5 07:22:47 2013 (r326360) @@ -20,5 +20,3 @@ following features will sound good to yo * Vastly improved console with Bash-style tab completion, positioned editing, mouse wheel scrolling, etc. * Optional deathmatch mod with MySQL frag logging and team play - -WWW: http://jdolan.dyndns.org/trac/wiki/Quetoo From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:29:10 2013 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 ESMTP id 517A9861; Thu, 5 Sep 2013 07:29:10 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2AB21F8; Thu, 5 Sep 2013 07:29:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857TAw3016470; Thu, 5 Sep 2013 07:29:10 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r857T6ZK016440; Thu, 5 Sep 2013 07:29:06 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309050729.r857T6ZK016440@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 07:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326361 - in head: chinese/p5-Encode-CNMap chinese/p5-Encode-HanConvert chinese/p5-Encode-HanExtra chinese/p5-Lingua-ZH-HanDetect chinese/p5-Lingua-ZH-WordSegmenter multimedia/clive mul... 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.14 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: Thu, 05 Sep 2013 07:29:10 -0000 Author: az Date: Thu Sep 5 07:29:05 2013 New Revision: 326361 URL: http://svnweb.freebsd.org/changeset/ports/326361 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/chinese/p5-Encode-CNMap/Makefile (contents, props changed) head/chinese/p5-Encode-HanConvert/Makefile (contents, props changed) head/chinese/p5-Encode-HanExtra/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-HanDetect/Makefile (contents, props changed) head/chinese/p5-Lingua-ZH-WordSegmenter/Makefile (contents, props changed) head/multimedia/clive/Makefile head/multimedia/gcap/Makefile (contents, props changed) head/multimedia/grake/Makefile (contents, props changed) head/multimedia/p5-FFmpeg-Command/Makefile (contents, props changed) head/multimedia/subtitleoffsetmodifier/Makefile (contents, props changed) head/multimedia/youtube-viewer/Makefile (contents, props changed) head/net/p5-Net-ARP/Makefile (contents, props changed) head/net/p5-Net-Write/Makefile (contents, props changed) head/net/sendsms/Makefile (contents, props changed) head/net/x2goclient-cli/Makefile (contents, props changed) head/print/foomatic-db/Makefile head/print/latex2rtf/Makefile (contents, props changed) head/print/psutils/Makefile (contents, props changed) head/print/tex-omegaware-old/Makefile (contents, props changed) Modified: head/chinese/p5-Encode-CNMap/Makefile ============================================================================== --- head/chinese/p5-Encode-CNMap/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/chinese/p5-Encode-CNMap/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Enhanced Chinese encodings with Simplified-Traditional auto-mapping -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cnmap.1 cnmapdir.1 cnmapwx.1 Modified: head/chinese/p5-Encode-HanConvert/Makefile ============================================================================== --- head/chinese/p5-Encode-HanConvert/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/chinese/p5-Encode-HanConvert/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Traditional and Simplified Chinese mappings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= b2g.pl.1 g2b.pl.1 Modified: head/chinese/p5-Encode-HanExtra/Makefile ============================================================================== --- head/chinese/p5-Encode-HanExtra/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/chinese/p5-Encode-HanExtra/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Extra sets of Chinese encodings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Encode::HanExtra.3 Encode::TW::Unisys::SOSI1.3 Encode::TW::Unisys::SOSI2.3 Modified: head/chinese/p5-Lingua-ZH-HanDetect/Makefile ============================================================================== --- head/chinese/p5-Lingua-ZH-HanDetect/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/chinese/p5-Lingua-ZH-HanDetect/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Guess Chinese text\'s variant and encoding -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::HanDetect.3 Modified: head/chinese/p5-Lingua-ZH-WordSegmenter/Makefile ============================================================================== --- head/chinese/p5-Lingua-ZH-WordSegmenter/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/chinese/p5-Lingua-ZH-WordSegmenter/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simplified Chinese Word Segmentation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::WordSegmenter.3 Modified: head/multimedia/clive/Makefile ============================================================================== --- head/multimedia/clive/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/clive/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${ # deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name) CONFLICTS= py*-clive-[0-1]* ljclive-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= clive.1 PLIST_FILES= bin/clive \ Modified: head/multimedia/gcap/Makefile ============================================================================== --- head/multimedia/gcap/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/gcap/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -26,7 +26,8 @@ RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= gcap.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap Modified: head/multimedia/grake/Makefile ============================================================================== --- head/multimedia/grake/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/grake/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= grake.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake Modified: head/multimedia/p5-FFmpeg-Command/Makefile ============================================================================== --- head/multimedia/p5-FFmpeg-Command/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/p5-FFmpeg-Command/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FFmpeg::Command.3 Modified: head/multimedia/subtitleoffsetmodifier/Makefile ============================================================================== --- head/multimedia/subtitleoffsetmodifier/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/subtitleoffsetmodifier/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -15,7 +15,8 @@ DISTFILES= subtitle-offset-modificator.p MAINTAINER= edwin@mavetju.org COMMENT= Subtitle offset modificator -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/subtitle-offset-modificator Modified: head/multimedia/youtube-viewer/Makefile ============================================================================== --- head/multimedia/youtube-viewer/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/multimedia/youtube-viewer/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-XML-Fast>=0:${PORTSDIR}/ mplayer:${PORTSDIR}/multimedia/mplayer PROJECTHOST= trizen -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/youtube-viewer Modified: head/net/p5-Net-ARP/Makefile ============================================================================== --- head/net/p5-Net-ARP/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/net/p5-Net-ARP/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -17,7 +17,8 @@ COMMENT= Perl extension for creating ARP BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net/p5-Net-Write/Makefile ============================================================================== --- head/net/p5-Net-Write/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/net/p5-Net-Write/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PO p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Write.3 \ Net::Write::Layer.3 \ Modified: head/net/sendsms/Makefile ============================================================================== --- head/net/sendsms/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/net/sendsms/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -22,7 +22,7 @@ CONFLICTS= gnokii-[0-9]* smstools-[0-9]* NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 post-patch: @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME} Modified: head/net/x2goclient-cli/Makefile ============================================================================== --- head/net/x2goclient-cli/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/net/x2goclient-cli/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Proc-Simple>=0:${PORTSDI LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/x2goclient-cli WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-1.2,,} NO_BUILD= yes Modified: head/print/foomatic-db/Makefile ============================================================================== --- head/print/foomatic-db/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/print/foomatic-db/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -23,7 +23,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc PROJECTHOST= bsdistfiles USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= automake:env autoconf GNU_CONFIGURE= yes Modified: head/print/latex2rtf/Makefile ============================================================================== --- head/print/latex2rtf/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/print/latex2rtf/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -18,7 +18,8 @@ COMMENT= Translator from LaTeX to RTF MAN1= latex2rtf.1 latex2png.1 INFO= latex2rtf -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build INSTALL_TARGET= install install-info Modified: head/print/psutils/Makefile ============================================================================== --- head/print/psutils/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/print/psutils/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -16,7 +16,8 @@ COMMENT= Utilities for manipulating Post LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= Makefile.unix MAKE_ENV+= DATADIR="${DATADIR}" PERL="${PERL5}" CHMOD="${CHMOD}" Modified: head/print/tex-omegaware-old/Makefile ============================================================================== --- head/print/tex-omegaware-old/Makefile Thu Sep 5 07:22:47 2013 (r326360) +++ head/print/tex-omegaware-old/Makefile Thu Sep 5 07:29:05 2013 (r326361) @@ -21,7 +21,8 @@ DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}/texk/web2c CONFIGURE_WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build TETEX_SRC= tetex-src-${PORTVERSION}.tar.gz TETEX_TEXMF= tetex-texmf-${PORTVERSION}.tar.gz From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:34:15 2013 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 ESMTP id 4F4A29F0; Thu, 5 Sep 2013 07:34:15 +0000 (UTC) (envelope-from joerg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C59D2275; Thu, 5 Sep 2013 07:34:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857YFBC020619; Thu, 5 Sep 2013 07:34:15 GMT (envelope-from joerg@svn.freebsd.org) Received: (from joerg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r857YFLm020618; Thu, 5 Sep 2013 07:34:15 GMT (envelope-from joerg@svn.freebsd.org) Message-Id: <201309050734.r857YFLm020618@svn.freebsd.org> From: Joerg Wunsch Date: Thu, 5 Sep 2013 07:34:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326362 - in head/devel: . avr-gcc-3 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.14 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: Thu, 05 Sep 2013 07:34:15 -0000 Author: joerg Date: Thu Sep 5 07:34:14 2013 New Revision: 326362 URL: http://svnweb.freebsd.org/changeset/ports/326362 Log: GCC 3.x has passed its useful lifetime. The original reason for establishing the port was poorer optimization for the AVR backend in GCC 4.x in some cases. This reason no longer exists. As GCC 3.x causes tons of build warnings with clang now, just drop it. Deleted: head/devel/avr-gcc-3/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 5 07:29:05 2013 (r326361) +++ head/devel/Makefile Thu Sep 5 07:34:14 2013 (r326362) @@ -104,7 +104,6 @@ SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc - SUBDIR += avr-gcc-3 SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:40:07 2013 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 ESMTP id 68C03BF3; Thu, 5 Sep 2013 07:40:07 +0000 (UTC) (envelope-from marck@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 566E62328; Thu, 5 Sep 2013 07:40:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857e7mm022666; Thu, 5 Sep 2013 07:40:07 GMT (envelope-from marck@svn.freebsd.org) Received: (from marck@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r857e70t022665; Thu, 5 Sep 2013 07:40:07 GMT (envelope-from marck@svn.freebsd.org) Message-Id: <201309050740.r857e70t022665@svn.freebsd.org> From: Dmitry Morozovsky Date: Thu, 5 Sep 2013 07:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326363 - head/net-mgmt/ehnt/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 07:40:07 -0000 Author: marck (doc committer) Date: Thu Sep 5 07:40:06 2013 New Revision: 326363 URL: http://svnweb.freebsd.org/changeset/ports/326363 Log: Clang is more strict than gcc. Fix build for 10.* No need to bump revision as there are no changes except one brach build fix. Notified by: pkg-fallout Modified: head/net-mgmt/ehnt/files/patch-ehnt__client.c Modified: head/net-mgmt/ehnt/files/patch-ehnt__client.c ============================================================================== --- head/net-mgmt/ehnt/files/patch-ehnt__client.c Thu Sep 5 07:34:14 2013 (r326362) +++ head/net-mgmt/ehnt/files/patch-ehnt__client.c Thu Sep 5 07:40:06 2013 (r326363) @@ -1,8 +1,8 @@ $FreeBSD$ ---- ehnt_client.c.orig Thu Oct 4 22:18:29 2001 -+++ ehnt_client.c Mon Aug 9 23:49:05 2004 +--- ehnt_client.c.orig ++++ ehnt_client.c @@ -27,6 +27,9 @@ static void sig_int (int); char getkey(); @@ -42,3 +42,12 @@ $FreeBSD$ char key; key=getkey(); switch (key) { +@@ -125,7 +130,7 @@ + } /* for ( ; ; ) */ + } + +-int ehnt_client_processmessage(int sockfd,struct in_addr routeraddr, struct ehnt_struct *my_ehnt_struct ) { ++void ehnt_client_processmessage(int sockfd,struct in_addr routeraddr, struct ehnt_struct *my_ehnt_struct ) { + int c,i; + char mesg[MAXPACKET]; + struct flow_ver5_hdr * flowhdr; From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 07:45:29 2013 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 ESMTP id 28DB51A0; Thu, 5 Sep 2013 07:45:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 160C023EA; Thu, 5 Sep 2013 07:45:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r857jS0c026600; Thu, 5 Sep 2013 07:45:28 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r857jSDf026599; Thu, 5 Sep 2013 07:45:28 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309050745.r857jSDf026599@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 07:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326364 - head/games/egl 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.14 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: Thu, 05 Sep 2013 07:45:29 -0000 Author: danfe Date: Thu Sep 5 07:45:28 2013 New Revision: 326364 URL: http://svnweb.freebsd.org/changeset/ports/326364 Log: - Fix the build against Clang - Add LICENSE (GPLv2), convert USE_GMAKE - Kill bogus and useless line (from r297915) - Get rid of .for loop in do-install Reported by: pkg-fallout Modified: head/games/egl/Makefile Modified: head/games/egl/Makefile ============================================================================== --- head/games/egl/Makefile Thu Sep 5 07:40:06 2013 (r326363) +++ head/games/egl/Makefile Thu Sep 5 07:45:28 2013 (r326364) @@ -13,9 +13,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= Enhanced OpenGL-only Quake II engine +LICENSE= GPLv2 + +USES= gmake USE_ZIP= yes USE_DOS2UNIX= yes -USE_GMAKE= yes MAKEFILE= makefile NO_WRKSUBDIR= yes @@ -33,11 +35,10 @@ GAME_DESC= Build main game (default mod) .include .if ${PORT_OPTIONS:MCLIENT} -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png USE_GL= gl CFLAGS+= -I${LOCALBASE}/include/libpng15 -MAKE_ENV*= CFLAGS="${CFLAGS}" PLIST_SUB+= CLIENT="" EGL_BIN+= egl .else @@ -65,10 +66,13 @@ PLIST_SUB+= GAME="@comment " MAKE_ENV+= WITH_OPT_CFLAGS=NO .endif +# Fix the build against Clang +post-patch: + @${REINPLACE_CMD} -e '145s/return qFalse/return/' \ + ${WRKSRC}/unix/unix_snd_main.c + do-install: -.for f in ${EGL_BIN} - ${INSTALL_PROGRAM} ${WRKSRC}/release/${f} ${PREFIX}/bin -.endfor + ${INSTALL_PROGRAM} ${EGL_BIN:S,^,${WRKSRC}/release/,} ${PREFIX}/bin @${MKDIR} ${LIBDIR}/baseq2 ${INSTALL_PROGRAM} ${WRKSRC}/release/baseq2/*.so ${LIBDIR}/baseq2 ${INSTALL_DATA} ${DISTDIR}/egl.pkz ${LIBDIR}/baseq2 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:06:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6425C364; Thu, 5 Sep 2013 08:06:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51707277C; Thu, 5 Sep 2013 08:06:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8586YWs038768; Thu, 5 Sep 2013 08:06:34 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8586XvO038766; Thu, 5 Sep 2013 08:06:33 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309050806.r8586XvO038766@svn.freebsd.org> From: Thierry Thomas Date: Thu, 5 Sep 2013 08:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326365 - in head/sysutils/uniutils: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 08:06:34 -0000 Author: thierry Date: Thu Sep 5 08:06:33 2013 New Revision: 326365 URL: http://svnweb.freebsd.org/changeset/ports/326365 Log: Fix with clang. Since I'm there, define the license. Reported by: pkg-fallout Added: head/sysutils/uniutils/files/patch-unifuzz.c (contents, props changed) Modified: head/sysutils/uniutils/Makefile Modified: head/sysutils/uniutils/Makefile ============================================================================== --- head/sysutils/uniutils/Makefile Thu Sep 5 07:45:28 2013 (r326364) +++ head/sysutils/uniutils/Makefile Thu Sep 5 08:06:33 2013 (r326365) @@ -1,9 +1,5 @@ -# New ports collection makefile for: unidesc -# Date created: Sun 15 May 2005 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= uniutils PORTVERSION= 2.27 @@ -14,6 +10,8 @@ MASTER_SITES= http://billposer.org/Softw MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities +LICENSE= GPLv3 + RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary GNU_CONFIGURE= yes Added: head/sysutils/uniutils/files/patch-unifuzz.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/uniutils/files/patch-unifuzz.c Thu Sep 5 08:06:33 2013 (r326365) @@ -0,0 +1,11 @@ +--- unifuzz.c.orig 2008-04-04 06:30:58.000000000 +0200 ++++ unifuzz.c 2013-09-05 09:50:49.000000000 +0200 +@@ -97,7 +97,7 @@ + } + + /* Emit the middle character from each range */ +-EmitAllRanges(short AboveBMPP) { ++void EmitAllRanges(short AboveBMPP) { + int i; + UTF32 scp; + extern int Ranges_Defined; From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:20:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05F44D5B; Thu, 5 Sep 2013 08:20:26 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E821F29A6; Thu, 5 Sep 2013 08:20:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858KPtQ048089; Thu, 5 Sep 2013 08:20:25 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858KPtb048074; Thu, 5 Sep 2013 08:20:25 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309050820.r858KPtb048074@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 08:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326366 - head/devel/p5-MRO-Define 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.14 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: Thu, 05 Sep 2013 08:20:26 -0000 Author: tobez Date: Thu Sep 5 08:20:25 2013 New Revision: 326366 URL: http://svnweb.freebsd.org/changeset/ports/326366 Log: Update to 0.02. Changes: http://search.cpan.org/dist/MRO-Define/Changes Modified: head/devel/p5-MRO-Define/Makefile head/devel/p5-MRO-Define/distinfo Modified: head/devel/p5-MRO-Define/Makefile ============================================================================== --- head/devel/p5-MRO-Define/Makefile Thu Sep 5 08:06:33 2013 (r326365) +++ head/devel/p5-MRO-Define/Makefile Thu Sep 5 08:20:25 2013 (r326366) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MRO-Define -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FLORA Modified: head/devel/p5-MRO-Define/distinfo ============================================================================== --- head/devel/p5-MRO-Define/distinfo Thu Sep 5 08:06:33 2013 (r326365) +++ head/devel/p5-MRO-Define/distinfo Thu Sep 5 08:20:25 2013 (r326366) @@ -1,2 +1,2 @@ -SHA256 (MRO-Define-0.01.tar.gz) = 5edba1c75bcd615dc2abf489c9a4c8c75697cd1a671948ed989626dda44cdf79 -SIZE (MRO-Define-0.01.tar.gz) = 16310 +SHA256 (MRO-Define-0.02.tar.gz) = ddf9d7be4b8cf224cacfc71ef74b17395cf3919e3c662788f05ae9cc770b8169 +SIZE (MRO-Define-0.02.tar.gz) = 12142 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:22:58 2013 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 ESMTP id 21680EDF; Thu, 5 Sep 2013 08:22:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F16C2A23; Thu, 5 Sep 2013 08:22:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858MvWm049546; Thu, 5 Sep 2013 08:22:57 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858MvkJ049530; Thu, 5 Sep 2013 08:22:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309050822.r858MvkJ049530@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 08:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326367 - head/devel/p5-Tree-DAG_Node 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.14 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: Thu, 05 Sep 2013 08:22:58 -0000 Author: tobez Date: Thu Sep 5 08:22:57 2013 New Revision: 326367 URL: http://svnweb.freebsd.org/changeset/ports/326367 Log: Update to 1.14. Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Modified: head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Tree-DAG_Node/distinfo Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Thu Sep 5 08:20:25 2013 (r326366) +++ head/devel/p5-Tree-DAG_Node/Makefile Thu Sep 5 08:22:57 2013 (r326367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-DAG_Node -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Tree-DAG_Node/distinfo ============================================================================== --- head/devel/p5-Tree-DAG_Node/distinfo Thu Sep 5 08:20:25 2013 (r326366) +++ head/devel/p5-Tree-DAG_Node/distinfo Thu Sep 5 08:22:57 2013 (r326367) @@ -1,2 +1,2 @@ -SHA256 (Tree-DAG_Node-1.13.tgz) = 8c5ca3bb91c86da93c606a9c69cfa7c0c56bda5810b0ba819f85eb1cf2aa18eb -SIZE (Tree-DAG_Node-1.13.tgz) = 44226 +SHA256 (Tree-DAG_Node-1.14.tgz) = 5e7e0b500f0019a0166b330f65278164887454b65a4e4ae26863fe9ad4d34167 +SIZE (Tree-DAG_Node-1.14.tgz) = 49066 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:26:54 2013 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 ESMTP id EF89A47C; Thu, 5 Sep 2013 08:26:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB7A02A9C; Thu, 5 Sep 2013 08:26:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858QsiD050836; Thu, 5 Sep 2013 08:26:54 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858QsXA050834; Thu, 5 Sep 2013 08:26:54 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309050826.r858QsXA050834@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 08:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326368 - head/devel/p5-MooseX-NonMoose 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.14 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: Thu, 05 Sep 2013 08:26:55 -0000 Author: tobez Date: Thu Sep 5 08:26:54 2013 New Revision: 326368 URL: http://svnweb.freebsd.org/changeset/ports/326368 Log: Update to 0.23. Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes Modified: head/devel/p5-MooseX-NonMoose/Makefile head/devel/p5-MooseX-NonMoose/distinfo Modified: head/devel/p5-MooseX-NonMoose/Makefile ============================================================================== --- head/devel/p5-MooseX-NonMoose/Makefile Thu Sep 5 08:22:57 2013 (r326367) +++ head/devel/p5-MooseX-NonMoose/Makefile Thu Sep 5 08:26:54 2013 (r326368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-NonMoose -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-NonMoose/distinfo ============================================================================== --- head/devel/p5-MooseX-NonMoose/distinfo Thu Sep 5 08:22:57 2013 (r326367) +++ head/devel/p5-MooseX-NonMoose/distinfo Thu Sep 5 08:26:54 2013 (r326368) @@ -1,2 +1,2 @@ -SHA256 (MooseX-NonMoose-0.22.tar.gz) = b7dd4519e73579ac808a6f9ffad62db6c9df267d0e1e1eea7c761a57de521e56 -SIZE (MooseX-NonMoose-0.22.tar.gz) = 23807 +SHA256 (MooseX-NonMoose-0.23.tar.gz) = 0f6fdfd9fea2253e3edf65b77fb376dad38c8711eb8123ba9354d909ffb49d0d +SIZE (MooseX-NonMoose-0.23.tar.gz) = 24068 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:31:19 2013 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 ESMTP id F2800959; Thu, 5 Sep 2013 08:31:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFEC12AF3; Thu, 5 Sep 2013 08:31:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858VIwO054650; Thu, 5 Sep 2013 08:31:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858VIPq054649; Thu, 5 Sep 2013 08:31:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050831.r858VIPq054649@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 08:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326369 - head/graphics/evas-loader-svg 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.14 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: Thu, 05 Sep 2013 08:31:19 -0000 Author: bapt Date: Thu Sep 5 08:31:18 2013 New Revision: 326369 URL: http://svnweb.freebsd.org/changeset/ports/326369 Log: Add an explicit dependency on pkgconf Modified: head/graphics/evas-loader-svg/Makefile Modified: head/graphics/evas-loader-svg/Makefile ============================================================================== --- head/graphics/evas-loader-svg/Makefile Thu Sep 5 08:26:54 2013 (r326368) +++ head/graphics/evas-loader-svg/Makefile Thu Sep 5 08:31:18 2013 (r326369) @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas esvg librt_hack libtool_hack USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:35:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD2F3BCC; Thu, 5 Sep 2013 08:35:44 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAEA02B37; Thu, 5 Sep 2013 08:35:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858ZiOV056374; Thu, 5 Sep 2013 08:35:44 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858ZiUX056372; Thu, 5 Sep 2013 08:35:44 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309050835.r858ZiUX056372@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 08:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326370 - head/mail/p5-Email-Valid 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.14 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: Thu, 05 Sep 2013 08:35:44 -0000 Author: tobez Date: Thu Sep 5 08:35:44 2013 New Revision: 326370 URL: http://svnweb.freebsd.org/changeset/ports/326370 Log: Update to 1.191. Changes: http://search.cpan.org/dist/Email-Valid/Changes Modified: head/mail/p5-Email-Valid/Makefile head/mail/p5-Email-Valid/distinfo Modified: head/mail/p5-Email-Valid/Makefile ============================================================================== --- head/mail/p5-Email-Valid/Makefile Thu Sep 5 08:31:18 2013 (r326369) +++ head/mail/p5-Email-Valid/Makefile Thu Sep 5 08:35:44 2013 (r326370) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= Email-Valid -PORTVERSION= 0.190 +PORTVERSION= 1.191 CATEGORIES= mail perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org Modified: head/mail/p5-Email-Valid/distinfo ============================================================================== --- head/mail/p5-Email-Valid/distinfo Thu Sep 5 08:31:18 2013 (r326369) +++ head/mail/p5-Email-Valid/distinfo Thu Sep 5 08:35:44 2013 (r326370) @@ -1,2 +1,2 @@ -SHA256 (Email-Valid-0.190.tar.gz) = 26a8d0e3fcf81ee16078a0d893c7a974a79ed012b5d7feac28fa12fdb9639ebb -SIZE (Email-Valid-0.190.tar.gz) = 19617 +SHA256 (Email-Valid-1.191.tar.gz) = dc42a2477a264da7539e6ad4929b3093cc18d4f02bd84b8d0c79b10588bee607 +SIZE (Email-Valid-1.191.tar.gz) = 29312 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:36:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D097CB8; Thu, 5 Sep 2013 08:36:42 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9E02B41; Thu, 5 Sep 2013 08:36:41 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so1507032wid.9 for ; Thu, 05 Sep 2013 01:36:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vUIiVv6K6HVcwcUP37mkptNm3w1pQA54fnBdQGDtGDs=; b=wpxIDjaGn8o5z8EcF0gnptYSZ5dEJtESLXQuFZXSUmfGiFMkJXQOyvQAcO1WerF+3k YLv69EpZr2VBoBbJhzY9HTqIPTy5A4Qx+SncbaRwG8//3x+2ewZj6Yz0YN8g8iBgAulp td0lFyrt3t4v2MdPpNRVcLsyNHQOp+5quxtPRnyVTN4kwMgvfq8/YQDzuGEqY4vlAOIV /WpafmH6XkqWLisgcoHcGOurOyDkah4OigjkUTxxxGurFIV9f2JJ6wJfSKZUx1hpg5LX wmC5CS3U+Zef82DNxbIrwSTtR8qn1YIMSig99YaVYIF7Jgqh4fSuR96BtmprV3oPvkI/ Nc9A== X-Received: by 10.194.109.68 with SMTP id hq4mr5975959wjb.12.1378370199768; Thu, 05 Sep 2013 01:36:39 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id b11sm3679074wik.1.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 01:36:39 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 5 Sep 2013 10:36:36 +0200 From: Baptiste Daroussin To: Joerg Wunsch Subject: Re: svn commit: r326362 - in head/devel: . avr-gcc-3 Message-ID: <20130905083636.GL82066@ithaqua.etoilebsd.net> References: <201309050734.r857YFLm020618@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B92bTrfKjyax39gr" Content-Disposition: inline In-Reply-To: <201309050734.r857YFLm020618@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 08:36:42 -0000 --B92bTrfKjyax39gr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 05, 2013 at 07:34:15AM +0000, Joerg Wunsch wrote: > Author: joerg > Date: Thu Sep 5 07:34:14 2013 > New Revision: 326362 > URL: http://svnweb.freebsd.org/changeset/ports/326362 >=20 > Log: > GCC 3.x has passed its useful lifetime. > =20 > The original reason for establishing the port was poorer optimization > for the AVR backend in GCC 4.x in some cases. This reason no longer > exists. > =20 > As GCC 3.x causes tons of build warnings with clang now, just drop it. >=20 > Deleted: > head/devel/avr-gcc-3/ > Modified: > head/devel/Makefile >=20 > Modified: head/devel/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/Makefile Thu Sep 5 07:29:05 2013 (r326361) > +++ head/devel/Makefile Thu Sep 5 07:34:14 2013 (r326362) > @@ -104,7 +104,6 @@ > SUBDIR +=3D avltree > SUBDIR +=3D avr-binutils > SUBDIR +=3D avr-gcc > - SUBDIR +=3D avr-gcc-3 > SUBDIR +=3D avr-gdb > SUBDIR +=3D avr-libc > SUBDIR +=3D avra You have forgotten the MOVED entry :) regards, Bapt --B92bTrfKjyax39gr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIoQpQACgkQ8kTtMUmk6ExzXwCcCQhf/XV10Pn9QzYjm8ZS6P1m pcUAn0SXXC1PS4rSChPRdoguI3sLUbmj =Q5D7 -----END PGP SIGNATURE----- --B92bTrfKjyax39gr-- From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:53:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40E0D4E2; Thu, 5 Sep 2013 08:53:35 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECF02C60; Thu, 5 Sep 2013 08:53:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858rZ5Z066881; Thu, 5 Sep 2013 08:53:35 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858rYUO066879; Thu, 5 Sep 2013 08:53:34 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309050853.r858rYUO066879@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 08:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326371 - head/www/p5-Mojolicious 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.14 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: Thu, 05 Sep 2013 08:53:35 -0000 Author: tobez Date: Thu Sep 5 08:53:34 2013 New Revision: 326371 URL: http://svnweb.freebsd.org/changeset/ports/326371 Log: Update to 4.31. Changes: http://search.cpan.org/dist/Mojolicious/Changes Change the port maintainer to perl@FreeBSD.org - approved by the former maintainer, mopsfelder@gmail.com. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Thu Sep 5 08:35:44 2013 (r326370) +++ head/www/p5-Mojolicious/Makefile Thu Sep 5 08:53:34 2013 (r326371) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 4.30 +PORTVERSION= 4.31 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= mopsfelder@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= A high level MVC web framework written in Perl LICENSE= ART20 Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Thu Sep 5 08:35:44 2013 (r326370) +++ head/www/p5-Mojolicious/distinfo Thu Sep 5 08:53:34 2013 (r326371) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-4.30.tar.gz) = e8863629200dd6b49c3c6c2f0984c139bd029283a74830701ad135ba9c419253 -SIZE (Mojolicious-4.30.tar.gz) = 599968 +SHA256 (Mojolicious-4.31.tar.gz) = 1cba8bdeee6c649ac687f529eb9405e1234f810063bc5aebf7f30d3d5afef72d +SIZE (Mojolicious-4.31.tar.gz) = 600093 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:57:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B87EB611; Thu, 5 Sep 2013 08:57:44 +0000 (UTC) (envelope-from joerg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5DEA2C8A; Thu, 5 Sep 2013 08:57:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r858vivT068589; Thu, 5 Sep 2013 08:57:44 GMT (envelope-from joerg@svn.freebsd.org) Received: (from joerg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r858viHI068588; Thu, 5 Sep 2013 08:57:44 GMT (envelope-from joerg@svn.freebsd.org) Message-Id: <201309050857.r858viHI068588@svn.freebsd.org> From: Joerg Wunsch Date: Thu, 5 Sep 2013 08:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326372 - head 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.14 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: Thu, 05 Sep 2013 08:57:44 -0000 Author: joerg Date: Thu Sep 5 08:57:44 2013 New Revision: 326372 URL: http://svnweb.freebsd.org/changeset/ports/326372 Log: Mention devel/avr-gcc-3 as being removed. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 5 08:53:34 2013 (r326371) +++ head/MOVED Thu Sep 5 08:57:44 2013 (r326372) @@ -4921,3 +4921,4 @@ devel/libgiigic||2013-09-01|Has expired: games/koth||2013-09-01|Has expired: Unmaintained www/p5-Catalyst-Plugin-Unicode-Encoding||2013-09-04|Has expired: This module now part of core Catalyst distribution databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php +devel/avr-gcc-3||2013-09-04|Maintaining a GCC 3.x for AVR is no longer useful From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 09:15:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FF5A8B5; Thu, 5 Sep 2013 09:15:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8512D9B; Thu, 5 Sep 2013 09:15:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r859FpZ2079943; Thu, 5 Sep 2013 09:15:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r859FnsJ079934; Thu, 5 Sep 2013 09:15:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050915.r859FnsJ079934@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 09:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326373 - in head: audio/liquidsoap benchmarks/expedite cad/geda dns/gdnsd emulators/gxmame graphics/evas-engine-sdl japanese/uim-tomoe-gtk news/nzbget 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.14 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: Thu, 05 Sep 2013 09:15:51 -0000 Author: bapt Date: Thu Sep 5 09:15:49 2013 New Revision: 326373 URL: http://svnweb.freebsd.org/changeset/ports/326373 Log: Add an explicit dependency on pkgconf Modified: head/audio/liquidsoap/Makefile head/benchmarks/expedite/Makefile head/cad/geda/Makefile head/dns/gdnsd/Makefile head/emulators/gxmame/Makefile head/graphics/evas-engine-sdl/Makefile head/japanese/uim-tomoe-gtk/Makefile head/news/nzbget/Makefile Modified: head/audio/liquidsoap/Makefile ============================================================================== --- head/audio/liquidsoap/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/audio/liquidsoap/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -71,7 +71,7 @@ NO_OCAML_RUNDEPENDS= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes CONFIGURE_TARGET= -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --disable-gui --localstatedir=/var CFLAGS+= -I${LOCALBASE}/${OCAML_LIBDIR} Modified: head/benchmarks/expedite/Makefile ============================================================================== --- head/benchmarks/expedite/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/benchmarks/expedite/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -15,6 +15,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_EFL= evas USE_EFL_EVAS_ENGINES= buffer USE_LDCONFIG= yes Modified: head/cad/geda/Makefile ============================================================================== --- head/cad/geda/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/cad/geda/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -20,11 +20,10 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk OPTIONS_DEFINE= DOCS -USES= pathfix gettext perl5 +USES= pathfix gettext perl5 gmake pkgconfig USE_GNOME= desktopfileutils gtk20 USE_PERL5= run USE_PYTHON= run -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} USE_LDCONFIG= yes Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/dns/gdnsd/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -19,6 +19,7 @@ OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XZ= yes +USES= pkgcofnig MAN1= gdnsd_geoip_test.1 MAN3= gdnsd-plugin-api.3 Modified: head/emulators/gxmame/Makefile ============================================================================== --- head/emulators/gxmame/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/emulators/gxmame/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -15,9 +15,8 @@ COMMENT= GXmame is a GTK frontend for xm LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 intlhack gnomeprefix -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/evas-engine-sdl/Makefile ============================================================================== --- head/graphics/evas-engine-sdl/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/graphics/evas-engine-sdl/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_SDL= sdl USE_LDCONFIG= yes Modified: head/japanese/uim-tomoe-gtk/Makefile ============================================================================== --- head/japanese/uim-tomoe-gtk/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/japanese/uim-tomoe-gtk/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-uim-tomoe-gtk -# Date created: 9 Apr 2007 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 @@ -19,8 +15,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanes uim.8:${PORTSDIR}/textproc/uim USE_GNOME= lthack gtk20 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Thu Sep 5 08:57:44 2013 (r326372) +++ head/news/nzbget/Makefile Thu Sep 5 09:15:49 2013 (r326373) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ sigc-2:${PORTSDIR}/devel/libsigc++20 +USES= gmake pkgconfig USE_RC_SUBR= nzbget GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" @@ -21,7 +22,6 @@ MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -USE_GMAKE= yes PAR_DESC= Support verifying/repairing with par2 files OPTIONS_DEFINE= PAR From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 09:22:11 2013 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 ESMTP id 10B54B31; Thu, 5 Sep 2013 09:22:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D89C12E1D; Thu, 5 Sep 2013 09:22:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r859MAc9084368; Thu, 5 Sep 2013 09:22:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r859MA4Q084367; Thu, 5 Sep 2013 09:22:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050922.r859MA4Q084367@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 09:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326374 - head/dns/gdnsd 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.14 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: Thu, 05 Sep 2013 09:22:11 -0000 Author: bapt Date: Thu Sep 5 09:22:10 2013 New Revision: 326374 URL: http://svnweb.freebsd.org/changeset/ports/326374 Log: Fix typo Modified: head/dns/gdnsd/Makefile Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Thu Sep 5 09:15:49 2013 (r326373) +++ head/dns/gdnsd/Makefile Thu Sep 5 09:22:10 2013 (r326374) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XZ= yes -USES= pkgcofnig +USES= pkgconfig MAN1= gdnsd_geoip_test.1 MAN3= gdnsd-plugin-api.3 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 09:38:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CD2EF5B; Thu, 5 Sep 2013 09:38:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A45B2EEE; Thu, 5 Sep 2013 09:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r859c9js092440; Thu, 5 Sep 2013 09:38:09 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r859c9Mn092437; Thu, 5 Sep 2013 09:38:09 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309050938.r859c9Mn092437@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 09:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326375 - in head: editors/scite x11-toolkits/scintilla 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.14 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: Thu, 05 Sep 2013 09:38:09 -0000 Author: madpilot Date: Thu Sep 5 09:38:08 2013 New Revision: 326375 URL: http://svnweb.freebsd.org/changeset/ports/326375 Log: - Add explicit dependency on pkgconfig - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt) Modified: head/editors/scite/Makefile head/x11-toolkits/scintilla/Makefile Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Thu Sep 5 09:22:10 2013 (r326374) +++ head/editors/scite/Makefile Thu Sep 5 09:38:08 2013 (r326375) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Full-featured SCIntilla based text editor for GTK/GNOME -LIB_DEPENDS= scintilla:${PORTSDIR}/x11-toolkits/scintilla +LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DOCS FULL_BUFFER_MENU @@ -19,7 +19,7 @@ FULL_BUFFER_MENU_DESC= Show all files in WRKSRC= ${WRKDIR}/${PORTNAME}/gtk -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 MAKEFILE= makefile Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Thu Sep 5 09:22:10 2013 (r326374) +++ head/x11-toolkits/scintilla/Makefile Thu Sep 5 09:38:08 2013 (r326375) @@ -13,8 +13,7 @@ COMMENT= Full-featured free source code WRKSRC= ${WRKDIR}/${PORTNAME}/gtk -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig MAKEFILE= makefile USE_LDCONFIG= yes USE_GNOME= gtk20 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 09:40:38 2013 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 ESMTP id DA5F6F5; Thu, 5 Sep 2013 09:40:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C87C72F26; Thu, 5 Sep 2013 09:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r859ecCq095150; Thu, 5 Sep 2013 09:40:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r859ecoq095149; Thu, 5 Sep 2013 09:40:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309050940.r859ecoq095149@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 09:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326376 - head/databases/xapian-core/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 09:40:38 -0000 Author: bapt Date: Thu Sep 5 09:40:38 2013 New Revision: 326376 URL: http://svnweb.freebsd.org/changeset/ports/326376 Log: Fix build with clang Added: head/databases/xapian-core/files/patch-clang (contents, props changed) Added: head/databases/xapian-core/files/patch-clang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xapian-core/files/patch-clang Thu Sep 5 09:40:38 2013 (r326376) @@ -0,0 +1,10 @@ +--- common/safeuuid.h.orig 2013-04-17 02:03:07.000000000 +0200 ++++ common/safeuuid.h 2013-09-05 11:38:33.778061038 +0200 +@@ -54,6 +54,7 @@ + #else + + // FreeBSD/NetBSD UUID API. ++# include + # include + # include + # include From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 09:57:52 2013 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 ESMTP id E29A1763; Thu, 5 Sep 2013 09:57:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D05832028; Thu, 5 Sep 2013 09:57:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r859vqVs003975; Thu, 5 Sep 2013 09:57:52 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r859vqtV003972; Thu, 5 Sep 2013 09:57:52 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309050957.r859vqtV003972@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 09:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326377 - head/games/corsix-th 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.14 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: Thu, 05 Sep 2013 09:57:53 -0000 Author: madpilot Date: Thu Sep 5 09:57:52 2013 New Revision: 326377 URL: http://svnweb.freebsd.org/changeset/ports/326377 Log: - Add explicit dependency on pkgconfig - Convert to new LIB_DEPENDS format Modified: head/games/corsix-th/Makefile Modified: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Thu Sep 5 09:40:38 2013 (r326376) +++ head/games/corsix-th/Makefile Thu Sep 5 09:57:52 2013 (r326377) @@ -14,9 +14,9 @@ COMMENT= Open source clone of Theme Hosp LICENSE= MIT -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= cmake +USES= cmake pkgconfig USE_LUA= yes USE_SDL= mixer USE_DOS2UNIX= CMake/FindFFmpeg.cmake \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:07:17 2013 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 ESMTP id BFC65C1F; Thu, 5 Sep 2013 10:07:17 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC9402108; Thu, 5 Sep 2013 10:07:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85A7H5B010072; Thu, 5 Sep 2013 10:07:17 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85A7HFh010069; Thu, 5 Sep 2013 10:07:17 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309051007.r85A7HFh010069@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 10:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326378 - head/games/wmqstat 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.14 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: Thu, 05 Sep 2013 10:07:17 -0000 Author: danfe Date: Thu Sep 5 10:07:17 2013 New Revision: 326378 URL: http://svnweb.freebsd.org/changeset/ports/326378 Log: - Unbreak the build against Clang - Tighten Makefile header and COMMENT - Add LICENSE (sadly, has to be GPLv2) - Convert NOPORTDOCS while I'm here Reported by: pkg-fallout Modified: head/games/wmqstat/Makefile Modified: head/games/wmqstat/Makefile ============================================================================== --- head/games/wmqstat/Makefile Thu Sep 5 09:57:52 2013 (r326377) +++ head/games/wmqstat/Makefile Thu Sep 5 10:07:17 2013 (r326378) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmQStat -# Date created: 25 Apr 2003 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= wmqstat PORTVERSION= 0.0.4 @@ -12,7 +8,9 @@ CATEGORIES= games windowmaker MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION} MAINTAINER= danfe@FreeBSD.org -COMMENT= A dockapp for monitoring of various Internet game servers +COMMENT= Dockapp for monitoring of various Internet game servers + +LICENSE= GPLv2 RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat @@ -21,9 +19,17 @@ USE_XORG= xpm x11 xext PLIST_FILES= bin/${PORTNAME} PORTDOCS= README +OPTIONS_DEFINE= DOCS + +.include + +# Unbreak the build against Clang +post-patch: + @${REINPLACE_CMD} -e 's, inline,,' ${WRKSRC}/wmgeneral/list.h + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:26:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4281A34C; Thu, 5 Sep 2013 10:26:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14C32222A; Thu, 5 Sep 2013 10:26:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85AQfNK021533; Thu, 5 Sep 2013 10:26:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85AQf66021531; Thu, 5 Sep 2013 10:26:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051026.r85AQf66021531@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 10:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326379 - in head/net: netatalk netatalk3 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.14 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: Thu, 05 Sep 2013 10:26:42 -0000 Author: bapt Date: Thu Sep 5 10:26:41 2013 New Revision: 326379 URL: http://svnweb.freebsd.org/changeset/ports/326379 Log: Fix build on head with iconv in libc Modified: head/net/netatalk/Makefile head/net/netatalk3/Makefile Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Thu Sep 5 10:07:17 2013 (r326378) +++ head/net/netatalk/Makefile Thu Sep 5 10:26:41 2013 (r326379) @@ -21,7 +21,6 @@ USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ - --with-libiconv=${LOCALBASE} \ --with-libgcrypt-dir=${LOCALBASE} \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} @@ -120,6 +119,12 @@ CONFIGURE_ARGS+= --enable-sendfile CONFIGURE_ARGS+= --disable-sendfile .endif +.include + +.if !empty(ICONV_LIB) +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ @@ -141,4 +146,4 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include +.include Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu Sep 5 10:07:17 2013 (r326378) +++ head/net/netatalk3/Makefile Thu Sep 5 10:26:41 2013 (r326379) @@ -24,7 +24,6 @@ USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --enable-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ - --with-libiconv=${LOCALBASE} \ --with-libgcrypt-dir=${LOCALBASE} \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} \ @@ -51,8 +50,6 @@ MAN8= afpd.8 cnid_dbd.8 cnid_metad.8 ne CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-[12]* yudit-[0-9]* -.include - .if ${PORT_OPTIONS:MKRB5} CONFIGURE_ARGS+= --enable-krbV-uam PLIST_SUB+= NETATALKKRB5="" @@ -119,6 +116,12 @@ PLIST_SUB+= ATFUNCS="@comment " PLIST_SUB+= ATFUNCS="" .endif +.include + +.if !empty(ICONV_LIB) +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:32:28 2013 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 ESMTP id 352C57B2; Thu, 5 Sep 2013 10:32:28 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 142D422BD; Thu, 5 Sep 2013 10:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85AWRie026484; Thu, 5 Sep 2013 10:32:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85AWOUI026408; Thu, 5 Sep 2013 10:32:24 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051032.r85AWOUI026408@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 10:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326380 - in head/net: freenx ldap-stats p5-Amazon-SQS-Simple p5-BBS-UserInfo-Maple3 p5-Filesys-SmbClient p5-IO-Socket-Multicast p5-IPC-Session p5-Net-Divert p5-Net-LDAP-posixAccount p5... 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.14 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: Thu, 05 Sep 2013 10:32:28 -0000 Author: az Date: Thu Sep 5 10:32:23 2013 New Revision: 326380 URL: http://svnweb.freebsd.org/changeset/ports/326380 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/freenx/Makefile (contents, props changed) head/net/ldap-stats/Makefile (contents, props changed) head/net/p5-Amazon-SQS-Simple/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3/Makefile (contents, props changed) head/net/p5-Filesys-SmbClient/Makefile head/net/p5-IO-Socket-Multicast/Makefile head/net/p5-IPC-Session/Makefile (contents, props changed) head/net/p5-Net-Divert/Makefile head/net/p5-Net-LDAP-posixAccount/Makefile (contents, props changed) head/net/p5-Net-Server-SS-PreFork/Makefile (contents, props changed) head/net/p5-Net-Todoist/Makefile head/net/p5-Net-sFlow/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Telnet/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Traceroute/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Twitter/Makefile (contents, props changed) head/net/p5-SOAP-MySOAP/Makefile (contents, props changed) head/net/p5-URI-Match/Makefile (contents, props changed) head/net/p5-XML-Fast/Makefile (contents, props changed) head/net/sendsnpp/Makefile (contents, props changed) Modified: head/net/freenx/Makefile ============================================================================== --- head/net/freenx/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/freenx/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ RUN_DEPENDS= ${NXPREFIX}/bin/nxagent:${P expect:${PORTSDIR}/lang/expect \ gls:${PORTSDIR}/sysutils/coreutils \ xauth:${PORTSDIR}/x11/xauth -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run BUILD_WRKSRC= ${WRKSRC}/nxserver-helper Modified: head/net/ldap-stats/Makefile ============================================================================== --- head/net/ldap-stats/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/ldap-stats/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,7 @@ COMMENT= Program to generate OpenLDAP st RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/ldap-stats Modified: head/net/p5-Amazon-SQS-Simple/Makefile ============================================================================== --- head/net/p5-Amazon-SQS-Simple/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Amazon-SQS-Simple/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSD p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Amazon::SQS::Simple::Message.3 \ Amazon::SQS::Simple::Queue.3 \ Modified: head/net/p5-BBS-UserInfo-Maple3/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-BBS-UserInfo-Maple3/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= Get user information of Maple3- RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Maple3.3 Modified: head/net/p5-Filesys-SmbClient/Makefile ============================================================================== --- head/net/p5-Filesys-SmbClient/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Filesys-SmbClient/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -13,7 +13,8 @@ COMMENT= Interface for access Samba file LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::SmbClient.3 Modified: head/net/p5-IO-Socket-Multicast/Makefile ============================================================================== --- head/net/p5-IO-Socket-Multicast/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-IO-Socket-Multicast/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -15,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= IO::Socket::Multicast.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: .ifndef(NOPORTEXAMPLES) Modified: head/net/p5-IPC-Session/Makefile ============================================================================== --- head/net/p5-IPC-Session/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-IPC-Session/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Drive ssh or other interactive shell, local or remote (like 'expect') -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::Session.3 Modified: head/net/p5-Net-Divert/Makefile ============================================================================== --- head/net/p5-Net-Divert/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Divert/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -11,7 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ecu@200ok.org COMMENT= A module to deal with divert(4) sockets -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Divert.3 Modified: head/net/p5-Net-LDAP-posixAccount/Makefile ============================================================================== --- head/net/p5-Net-LDAP-posixAccount/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-LDAP-posixAccount/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} p5-Sys-User-UIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \ p5-Sys-Group-GIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::posixAccount.3 Modified: head/net/p5-Net-Server-SS-PreFork/Makefile ============================================================================== --- head/net/p5-Net-Server-SS-PreFork/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Server-SS-PreFork/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -26,7 +26,8 @@ TEST_DEPENDS= p5-HTTP-Server-Simple>0:${ p5-Test-TCP>=0.06:${PORTSDIR}/devel/p5-Test-TCP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::SS::PreFork.3 Modified: head/net/p5-Net-Todoist/Makefile ============================================================================== --- head/net/p5-Net-Todoist/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Todoist/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= Todoist API RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Todoist.3 Modified: head/net/p5-Net-sFlow/Makefile ============================================================================== --- head/net/p5-Net-sFlow/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-sFlow/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,8 @@ COMMENT= Decode sFlow datagrams LICENSE= ART10 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::sFlow.3 Modified: head/net/p5-POE-Component-Client-Telnet/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Telnet/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Telnet/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/ p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Telnet.3 Modified: head/net/p5-POE-Component-Client-Traceroute/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Traceroute/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Traceroute/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= A non-blocking traceroute clien RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Traceroute.3 Modified: head/net/p5-POE-Component-Client-Twitter/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Twitter/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Twitter/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Twitter.3 Modified: head/net/p5-SOAP-MySOAP/Makefile ============================================================================== --- head/net/p5-SOAP-MySOAP/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-SOAP-MySOAP/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ COMMENT= An extremely basic SOAP client BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SOAP::MySOAP.3 Modified: head/net/p5-URI-Match/Makefile ============================================================================== --- head/net/p5-URI-Match/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-URI-Match/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Match.3 Modified: head/net/p5-XML-Fast/Makefile ============================================================================== --- head/net/p5-XML-Fast/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-XML-Fast/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Simple and very fast XML to hash conversion -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Fast.3 Modified: head/net/sendsnpp/Makefile ============================================================================== --- head/net/sendsnpp/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/sendsnpp/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/sendSNPP.pl From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:36:42 2013 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 ESMTP id 0C4AD8D6; Thu, 5 Sep 2013 10:36:42 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE69922E3; Thu, 5 Sep 2013 10:36:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85AafIl028582; Thu, 5 Sep 2013 10:36:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85AafxA028581; Thu, 5 Sep 2013 10:36:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051036.r85AafxA028581@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 10:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326381 - head/audio/p5-Shout 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.14 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: Thu, 05 Sep 2013 10:36:42 -0000 Author: az Date: Thu Sep 5 10:36:41 2013 New Revision: 326381 URL: http://svnweb.freebsd.org/changeset/ports/326381 Log: - add an explicit dependency on pkgconf Modified: head/audio/p5-Shout/Makefile Modified: head/audio/p5-Shout/Makefile ============================================================================== --- head/audio/p5-Shout/Makefile Thu Sep 5 10:32:23 2013 (r326380) +++ head/audio/p5-Shout/Makefile Thu Sep 5 10:36:41 2013 (r326381) @@ -12,7 +12,7 @@ COMMENT= Perl glue for libshout MP3 stre LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= Shout.3 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:39:41 2013 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 ESMTP id 4BFBE9EC; Thu, 5 Sep 2013 10:39:41 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39BD92303; Thu, 5 Sep 2013 10:39:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85AdfWw029576; Thu, 5 Sep 2013 10:39:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Adf51029575; Thu, 5 Sep 2013 10:39:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051039.r85Adf51029575@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 10:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326382 - head/devel/p5-Sys-Virt 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.14 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: Thu, 05 Sep 2013 10:39:41 -0000 Author: az Date: Thu Sep 5 10:39:40 2013 New Revision: 326382 URL: http://svnweb.freebsd.org/changeset/ports/326382 Log: - add an explicit dependency on pkgconf - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-Sys-Virt/Makefile (contents, props changed) Modified: head/devel/p5-Sys-Virt/Makefile ============================================================================== --- head/devel/p5-Sys-Virt/Makefile Thu Sep 5 10:36:41 2013 (r326381) +++ head/devel/p5-Sys-Virt/Makefile Thu Sep 5 10:39:40 2013 (r326382) @@ -20,7 +20,8 @@ TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTS p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 pkgconfig +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes MAN3= Sys::Virt.3 \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:53:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E970C71; Thu, 5 Sep 2013 10:53:36 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D59623BA; Thu, 5 Sep 2013 10:53:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85AraVt038740; Thu, 5 Sep 2013 10:53:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85ArZMr038737; Thu, 5 Sep 2013 10:53:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051053.r85ArZMr038737@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 10:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326383 - head/net/p5-Socket-GetAddrInfo 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.14 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: Thu, 05 Sep 2013 10:53:36 -0000 Author: az Date: Thu Sep 5 10:53:35 2013 New Revision: 326383 URL: http://svnweb.freebsd.org/changeset/ports/326383 Log: - Fix pkg-plist Submitted by: sahil@ Modified: head/net/p5-Socket-GetAddrInfo/Makefile head/net/p5-Socket-GetAddrInfo/pkg-plist Modified: head/net/p5-Socket-GetAddrInfo/Makefile ============================================================================== --- head/net/p5-Socket-GetAddrInfo/Makefile Thu Sep 5 10:39:40 2013 (r326382) +++ head/net/p5-Socket-GetAddrInfo/Makefile Thu Sep 5 10:53:35 2013 (r326383) @@ -3,6 +3,7 @@ PORTNAME= Socket-GetAddrInfo PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,17 +18,11 @@ MAN1= getaddrinfo.1 \ MAN3= Socket::GetAddrInfo.3 \ Socket::GetAddrInfo::Emul.3 \ - Socket::GetAddrInfo::Socket6api.3 + Socket::GetAddrInfo::Socket6api.3 \ + Socket::GetAddrInfo::Strict.3 -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/getaddrinfo bin/getnameinfo -.include - -.if ${PERL_LEVEL} < 501400 -PLIST_SUB+= OLD_PERL="" NEW_PERL="@comment " -.else -PLIST_SUB+= OLD_PERL="@comment " NEW_PERL="" -.endif - -.include +.include Modified: head/net/p5-Socket-GetAddrInfo/pkg-plist ============================================================================== --- head/net/p5-Socket-GetAddrInfo/pkg-plist Thu Sep 5 10:39:40 2013 (r326382) +++ head/net/p5-Socket-GetAddrInfo/pkg-plist Thu Sep 5 10:53:35 2013 (r326383) @@ -1,21 +1,15 @@ bin/getaddrinfo bin/getnameinfo -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo.pm -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Core.pm -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Emul.pm -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Socket6api.pm -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/XS.pm -%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo.pm -%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Core.pm -%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Emul.pm -%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Socket6api.pm -%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Core.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Emul.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Socket6api.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Strict.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/XS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/.packlist -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.bs -%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket -%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo -%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket -%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket/GetAddrInfo -%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:09:27 2013 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 ESMTP id BB17AF8D; Thu, 5 Sep 2013 11:09:27 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 999A92497; Thu, 5 Sep 2013 11:09:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85B9R3w047400; Thu, 5 Sep 2013 11:09:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85B9NRB047357; Thu, 5 Sep 2013 11:09:23 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051109.r85B9NRB047357@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 11:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326384 - in head/net: dhcpdump p5-BBS-UserInfo-SOB p5-Cisco-IPPhone p5-Daemon-Generic p5-Data-IPV4-Range-Parse p5-IO-Socket-INET6 p5-Net-CIDR-MobileJP p5-Net-Flow p5-Net-LDAP-LDAPhash ... 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.14 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: Thu, 05 Sep 2013 11:09:27 -0000 Author: az Date: Thu Sep 5 11:09:23 2013 New Revision: 326384 URL: http://svnweb.freebsd.org/changeset/ports/326384 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/dhcpdump/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-SOB/Makefile (contents, props changed) head/net/p5-Cisco-IPPhone/Makefile (contents, props changed) head/net/p5-Daemon-Generic/Makefile head/net/p5-Data-IPV4-Range-Parse/Makefile (contents, props changed) head/net/p5-IO-Socket-INET6/Makefile head/net/p5-Net-CIDR-MobileJP/Makefile (contents, props changed) head/net/p5-Net-Flow/Makefile (contents, props changed) head/net/p5-Net-LDAP-LDAPhash/Makefile (contents, props changed) head/net/p5-Net-RawIP/Makefile (contents, props changed) head/net/p5-Net-SFTP-Foreign/Makefile head/net/p5-Net-Telnet-Netscreen/Makefile (contents, props changed) head/net/p5-Net-Telnet/Makefile (contents, props changed) head/net/p5-Net-TiVo/Makefile (contents, props changed) head/net/p5-Net-Z3950-ZOOM/Makefile (contents, props changed) head/net/p5-OurNet-BBSAgent/Makefile (contents, props changed) head/net/p5-XML-RPC-Fast/Makefile (contents, props changed) head/net/shelldap/Makefile head/net/wping/Makefile (contents, props changed) Modified: head/net/dhcpdump/Makefile ============================================================================== --- head/net/dhcpdump/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/dhcpdump/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -16,7 +16,8 @@ COMMENT= Decode and diagnose sniffed DHC MAN8= dhcpdump.8 PLIST_FILES= bin/dhcpdump -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin Modified: head/net/p5-BBS-UserInfo-SOB/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-SOB/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-BBS-UserInfo-SOB/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,8 @@ COMMENT= Get user information of SOB-sty RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::SOB.3 Modified: head/net/p5-Cisco-IPPhone/Makefile ============================================================================== --- head/net/p5-Cisco-IPPhone/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Cisco-IPPhone/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Package for creating Cisco IPPhone XML objects -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cisco::IPPhone.3 Modified: head/net/p5-Daemon-Generic/Makefile ============================================================================== --- head/net/p5-Daemon-Generic/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Daemon-Generic/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-File-Flock>=0:${PORTSD p5-Eval-LineNumbers>=0:${PORTSDIR}/devel/p5-Eval-LineNumbers RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Daemon::Generic.3 \ Daemon::Generic::Event.3 \ Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile ============================================================================== --- head/net/p5-Data-IPV4-Range-Parse/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Data-IPV4-Range-Parse/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl extension parsing IPv4 ranges -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::IPV4::Range::Parse.3 Modified: head/net/p5-IO-Socket-INET6/Makefile ============================================================================== --- head/net/p5-IO-Socket-INET6/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-IO-Socket-INET6/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -14,7 +14,8 @@ COMMENT= Perl module with object interfa BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Socket::INET6.3 Modified: head/net/p5-Net-CIDR-MobileJP/Makefile ============================================================================== --- head/net/p5-Net-CIDR-MobileJP/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-CIDR-MobileJP/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CIDR::MobileJP.3 \ Net::CIDR::net-cidr-mobilejp-scraper.3 Modified: head/net/p5-Net-Flow/Makefile ============================================================================== --- head/net/p5-Net-Flow/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-Flow/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -13,7 +13,8 @@ COMMENT= Decode and encode NetFlow/IPFIX LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Flow.3 Modified: head/net/p5-Net-LDAP-LDAPhash/Makefile ============================================================================== --- head/net/p5-Net-LDAP-LDAPhash/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-LDAP-LDAPhash/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -18,7 +18,8 @@ COMMENT= Make a hash out of the return f BUILD_DEPENDS= p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS= p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::LDAPhash.3 Modified: head/net/p5-Net-RawIP/Makefile ============================================================================== --- head/net/p5-Net-RawIP/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-RawIP/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl module to manipulate raw IP packets -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 .include Modified: head/net/p5-Net-SFTP-Foreign/Makefile ============================================================================== --- head/net/p5-Net-SFTP-Foreign/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-SFTP-Foreign/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SFTP::Foreign.3 \ Net::SFTP::Foreign::Attributes.3 \ Modified: head/net/p5-Net-Telnet-Netscreen/Makefile ============================================================================== --- head/net/p5-Net-Telnet-Netscreen/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-Telnet-Netscreen/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,8 @@ COMMENT= A Perl interface for interact w BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Netscreen.3 Modified: head/net/p5-Net-Telnet/Makefile ============================================================================== --- head/net/p5-Net-Telnet/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-Telnet/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl5 module to access and use telnet protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet.3 Modified: head/net/p5-Net-TiVo/Makefile ============================================================================== --- head/net/p5-Net-TiVo/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-TiVo/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::TiVo.3 \ Net::TiVo::Show.3 \ Modified: head/net/p5-Net-Z3950-ZOOM/Makefile ============================================================================== --- head/net/p5-Net-Z3950-ZOOM/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-Net-Z3950-ZOOM/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -18,7 +18,8 @@ LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz BUILD_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record RUN_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Z3950::ZOOM.3 ZOOM.3 Modified: head/net/p5-OurNet-BBSAgent/Makefile ============================================================================== --- head/net/p5-OurNet-BBSAgent/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-OurNet-BBSAgent/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,8 @@ COMMENT= Scriptable telnet-based virtual BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= OurNet::BBSAgent.3 Modified: head/net/p5-XML-RPC-Fast/Makefile ============================================================================== --- head/net/p5-XML-RPC-Fast/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/p5-XML-RPC-Fast/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RPC::Enc.3 \ XML::RPC::Enc::LibXML.3 \ Modified: head/net/shelldap/Makefile ============================================================================== --- head/net/shelldap/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/shelldap/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORT p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck -USE_PERL5= yes +USES= perl5 MAN1= shelldap.1 Modified: head/net/wping/Makefile ============================================================================== --- head/net/wping/Makefile Thu Sep 5 10:53:35 2013 (r326383) +++ head/net/wping/Makefile Thu Sep 5 11:09:23 2013 (r326384) @@ -17,7 +17,7 @@ COMMENT= A Web-based graphical ping log RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -USE_PERL5= yes +USES= perl5 USE_BZIP2= yes NO_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:20:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2D94210; Thu, 5 Sep 2013 11:20:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A09E52562; Thu, 5 Sep 2013 11:20:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85BKBVx053631; Thu, 5 Sep 2013 11:20:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85BKBbk053629; Thu, 5 Sep 2013 11:20:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051120.r85BKBbk053629@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 11:20:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326385 - in head/net: netatalk netatalk3 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.14 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: Thu, 05 Sep 2013 11:20:11 -0000 Author: bapt Date: Thu Sep 5 11:20:10 2013 New Revision: 326385 URL: http://svnweb.freebsd.org/changeset/ports/326385 Log: Do not overwrite CONFIGURE_ARGS Submitted by: tijl Modified: head/net/netatalk/Makefile head/net/netatalk3/Makefile Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Thu Sep 5 11:09:23 2013 (r326384) +++ head/net/netatalk/Makefile Thu Sep 5 11:20:10 2013 (r326385) @@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --disable-sendfile .include .if !empty(ICONV_LIB) -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} .endif post-patch: Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu Sep 5 11:09:23 2013 (r326384) +++ head/net/netatalk3/Makefile Thu Sep 5 11:20:10 2013 (r326385) @@ -119,7 +119,7 @@ PLIST_SUB+= ATFUNCS="" .include .if !empty(ICONV_LIB) -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:33:43 2013 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 ESMTP id 47C3989E; Thu, 5 Sep 2013 11:33:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35B7E2660; Thu, 5 Sep 2013 11:33:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85BXhTw062663; Thu, 5 Sep 2013 11:33:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85BXhw4062662; Thu, 5 Sep 2013 11:33:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051133.r85BXhw4062662@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 11:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326386 - head/textproc/gmetadom 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.14 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: Thu, 05 Sep 2013 11:33:43 -0000 Author: bapt Date: Thu Sep 5 11:33:42 2013 New Revision: 326386 URL: http://svnweb.freebsd.org/changeset/ports/326386 Log: Fix build without libstdc++ Modified: head/textproc/gmetadom/Makefile Modified: head/textproc/gmetadom/Makefile ============================================================================== --- head/textproc/gmetadom/Makefile Thu Sep 5 11:20:10 2013 (r326385) +++ head/textproc/gmetadom/Makefile Thu Sep 5 11:33:42 2013 (r326386) @@ -7,14 +7,12 @@ CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A Collection of DOM Implementations +COMMENT= Collection of DOM Implementations -LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 libxml2 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -35,6 +33,9 @@ CONFIGURE_ARGS+= HAVE_OCAMLDEP=no HAVE_O PLIST_SUB+= OCAML="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/src/gdome_cpp_smart/Makefile.in + # Shim to clean-up a previous bad install - this can be removed # PORTVERSION > 0.2.6 along with the associated pkg-plist @exec # entries. From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:36:07 2013 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 ESMTP id 49A61A2E; Thu, 5 Sep 2013 11:36:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 374A6267C; Thu, 5 Sep 2013 11:36:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Ba7FB063454; Thu, 5 Sep 2013 11:36:07 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Ba7Ef063453; Thu, 5 Sep 2013 11:36:07 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309051136.r85Ba7Ef063453@svn.freebsd.org> From: Bryan Drewery Date: Thu, 5 Sep 2013 11:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326387 - head/ports-mgmt/pkg/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 11:36:07 -0000 Author: bdrewery Date: Thu Sep 5 11:36:06 2013 New Revision: 326387 URL: http://svnweb.freebsd.org/changeset/ports/326387 Log: - Rename ARM patch to proper name and remove unneeded newvers.sh patch as the PORTREVISION is passed in MAKE_ENV With hat: portmgr Added: head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c - copied, changed from r326275, head/ports-mgmt/pkg/files/patch-arm-eabi Deleted: head/ports-mgmt/pkg/files/patch-arm-eabi Copied and modified: head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c (from r326275, head/ports-mgmt/pkg/files/patch-arm-eabi) ============================================================================== --- head/ports-mgmt/pkg/files/patch-arm-eabi Wed Sep 4 13:19:36 2013 (r326275, copy source) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Thu Sep 5 11:36:06 2013 (r326387) @@ -43,16 +43,3 @@ index 8ac65ba..2abfc0e 100644 break; case EM_MIPS: /* -diff --git newvers.sh newvers.sh -index 8eefca3..30241fa 100755 ---- newvers.sh -+++ newvers.sh -@@ -41,7 +41,7 @@ - : ${PKG_MINOR_VERSION="1"} - : ${PKG_PATCH_LEVEL="4"} - --: ${PORTREVISION:=} -+: ${PORTREVISION:=1} - : ${PORTEPOCH:=} - - # ------------------------------------------------------------------ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:39:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2424EB50; Thu, 5 Sep 2013 11:39:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11FFD26A4; Thu, 5 Sep 2013 11:39:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85BdBKl064937; Thu, 5 Sep 2013 11:39:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85BdBai064936; Thu, 5 Sep 2013 11:39:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051139.r85BdBai064936@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 11:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326388 - head/finance/ktoblzcheck 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.14 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: Thu, 05 Sep 2013 11:39:12 -0000 Author: bapt Date: Thu Sep 5 11:39:11 2013 New Revision: 326388 URL: http://svnweb.freebsd.org/changeset/ports/326388 Log: Fix build without libstdc++ Modified: head/finance/ktoblzcheck/Makefile Modified: head/finance/ktoblzcheck/Makefile ============================================================================== --- head/finance/ktoblzcheck/Makefile Thu Sep 5 11:36:06 2013 (r326387) +++ head/finance/ktoblzcheck/Makefile Thu Sep 5 11:39:11 2013 (r326388) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ktoblzcheck -# Date created: 25 November 2003 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= ktoblzcheck PORTVERSION= 1.40 @@ -33,4 +29,7 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/src/lib/Makefile.in + .include From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:39:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30F13C36; Thu, 5 Sep 2013 11:39:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0399526AF; Thu, 5 Sep 2013 11:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85BdvGS065075; Thu, 5 Sep 2013 11:39:57 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85BdvVW065070; Thu, 5 Sep 2013 11:39:57 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309051139.r85BdvVW065070@svn.freebsd.org> From: Bryan Drewery Date: Thu, 5 Sep 2013 11:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326389 - in head/ports-mgmt/pkg: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 11:39:58 -0000 Author: bdrewery Date: Thu Sep 5 11:39:57 2013 New Revision: 326389 URL: http://svnweb.freebsd.org/changeset/ports/326389 Log: - Fix crash when registering some linux ports, such as games/linux-candycruncher-demo With hat: portmgr Reported by: mva Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Sep 5 11:39:11 2013 (r326388) +++ head/ports-mgmt/pkg/Makefile Thu Sep 5 11:39:57 2013 (r326389) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c ============================================================================== --- head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Thu Sep 5 11:39:11 2013 (r326388) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Thu Sep 5 11:39:57 2013 (r326389) @@ -1,8 +1,17 @@ -diff --git libpkg/pkg_elf.c libpkg/pkg_elf.c -index 8ac65ba..2abfc0e 100644 ---- libpkg/pkg_elf.c -+++ libpkg/pkg_elf.c -@@ -484,7 +484,7 @@ pkg_get_myarch(char *dest, size_t sz) +--- ./libpkg/pkg_elf.c.orig 2013-07-06 05:48:19.000000000 -0500 ++++ ./libpkg/pkg_elf.c 2013-09-05 06:33:00.416129335 -0500 +@@ -271,6 +271,10 @@ + ret = EPKG_END; /* Some error occurred, ignore this file */ + goto cleanup; + } ++ if (data->d_buf == NULL) { ++ ret = EPKG_END; /* No osname available */ ++ goto cleanup; ++ } + osname = (const char *) data->d_buf + sizeof(Elf_Note); + if (strncasecmp(osname, "freebsd", sizeof("freebsd")) != 0 && + strncasecmp(osname, "dragonfly", sizeof("dragonfly")) != 0) { +@@ -484,7 +488,7 @@ uint32_t version = 0; int ret = EPKG_OK; int i; @@ -11,7 +20,7 @@ index 8ac65ba..2abfc0e 100644 if (elf_version(EV_CURRENT) == EV_NONE) { pkg_emit_error("ELF library initialization failed: %s", -@@ -569,10 +569,28 @@ pkg_get_myarch(char *dest, size_t sz) +@@ -569,10 +573,28 @@ endian_corres_str = elf_corres_to_string(endian_corres, (int)elfhdr.e_ident[EI_DATA]); From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 12:28:04 2013 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 ESMTP id F2274110; Thu, 5 Sep 2013 12:28:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBA232A59; Thu, 5 Sep 2013 12:28:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85CS36k097104; Thu, 5 Sep 2013 12:28:03 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85CS2AB097067; Thu, 5 Sep 2013 12:28:02 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309051228.r85CS2AB097067@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 5 Sep 2013 12:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326390 - in head/security: . p5-Digest-Bcrypt 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.14 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: Thu, 05 Sep 2013 12:28:04 -0000 Author: mat Date: Thu Sep 5 12:28:02 2013 New Revision: 326390 URL: http://svnweb.freebsd.org/changeset/ports/326390 Log: Add p5-Digest-Bcrypt 1.0.1, perl interface to the bcrypt digest algorithm. PR: ports/ports/180613 Submitted by: Henk van Oers Added: head/security/p5-Digest-Bcrypt/ head/security/p5-Digest-Bcrypt/Makefile (contents, props changed) head/security/p5-Digest-Bcrypt/distinfo (contents, props changed) head/security/p5-Digest-Bcrypt/pkg-descr (contents, props changed) head/security/p5-Digest-Bcrypt/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Sep 5 11:39:57 2013 (r326389) +++ head/security/Makefile Thu Sep 5 12:28:02 2013 (r326390) @@ -512,6 +512,7 @@ SUBDIR += p5-Data-Password SUBDIR += p5-Digest SUBDIR += p5-Digest-Adler32 + SUBDIR += p5-Digest-Bcrypt SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-CRC SUBDIR += p5-Digest-Crc32 Added: head/security/p5-Digest-Bcrypt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-Bcrypt/Makefile Thu Sep 5 12:28:02 2013 (r326390) @@ -0,0 +1,22 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Digest-Bcrypt +PORTVERSION= 1.0.1 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl interface to the bcrypt digest algorithm + +LICENSE= ART10 + +BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish +RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish + +PERL_CONFIGURE= yes + +MAN3= Digest::Bcrypt.3 + +.include Added: head/security/p5-Digest-Bcrypt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-Bcrypt/distinfo Thu Sep 5 12:28:02 2013 (r326390) @@ -0,0 +1,2 @@ +SHA256 (Digest-Bcrypt-1.0.1.tar.gz) = 8326990624f1da453ce057e2cc1883f1d2a1d65639b98ddd533987b493c786e1 +SIZE (Digest-Bcrypt-1.0.1.tar.gz) = 11831 Added: head/security/p5-Digest-Bcrypt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-Bcrypt/pkg-descr Thu Sep 5 12:28:02 2013 (r326390) @@ -0,0 +1,8 @@ +Provides an interface to the bcrypt digest algorithm. + +This module subclasses Digest::base and can be used either directly or +through the Digest meta-module. Using the latter is recommended. + +It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt. + +WWW: https://metacpan.org/module/Digest::Bcrypt Added: head/security/p5-Digest-Bcrypt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-Bcrypt/pkg-plist Thu Sep 5 12:28:02 2013 (r326390) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Digest/Bcrypt.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Bcrypt/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Bcrypt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest +@dirrmtry %%SITE_PERL%%/Digest From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 12:47:23 2013 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 ESMTP id 441596D1; Thu, 5 Sep 2013 12:47:23 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBD262B92; Thu, 5 Sep 2013 12:47:22 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wo10so1862856obc.41 for ; Thu, 05 Sep 2013 05:47:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0FrQfiwAYdInpMxsWoX/vRWATmrtRxE81y1B2z/fQ04=; b=eAo8Vc4GpLje88VN+2ydCxUh7vafc7fcmgSGbcO47xczsYqaJP/kZNwvbZyFaebZrb fcwrZbteQAufMRN8kGQrfM2U3fqeYbu5KRnqUDYOXjWXBvLzqRYMOdlz0nHG8yHLJAA6 8Zk0J9NBKKlm6qzvYrqFVLLI7VUFnN17jewJHq94eoJa9Jf/A5ezyn/Nzy1QnbDaJZdD ourMekbYbjA/MB+tii4C6n9aDWjqmuFGvh/HSYRsJCi6qkHgjqVdFgP5OIY4qFKLJfsA /fF+QqqnWEnp3jiH9rTmqZvy34dmqmG+BLSysNQvq+J0XcRCQ+uMOsNkOORL+E+pOnnP WAzQ== MIME-Version: 1.0 X-Received: by 10.60.132.142 with SMTP id ou14mr1167144oeb.58.1378385241713; Thu, 05 Sep 2013 05:47:21 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Thu, 5 Sep 2013 05:47:21 -0700 (PDT) In-Reply-To: <201309051228.r85CS2AB097067@svn.freebsd.org> References: <201309051228.r85CS2AB097067@svn.freebsd.org> Date: Thu, 5 Sep 2013 16:47:21 +0400 X-Google-Sender-Auth: WVZbAXbGGNH33szBuo6g16_Du9s Message-ID: Subject: Re: svn commit: r326390 - in head/security: . p5-Digest-Bcrypt From: Andrej Zverev To: Mathieu Arnold Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 12:47:23 -0000 On Thu, Sep 5, 2013 at 4:28 PM, Mathieu Arnold wrote: > Author: mat > Date: Thu Sep 5 12:28:02 2013 > New Revision: 326390 > URL: http://svnweb.freebsd.org/changeset/ports/326390 > > Log: > Add p5-Digest-Bcrypt 1.0.1, perl interface to the bcrypt digest > algorithm. > > PR: ports/ports/180613 > Submitted by: Henk van Oers > > Added: > head/security/p5-Digest-Bcrypt/ > head/security/p5-Digest-Bcrypt/Makefile (contents, props changed) > head/security/p5-Digest-Bcrypt/distinfo (contents, props changed) > head/security/p5-Digest-Bcrypt/pkg-descr (contents, props changed) > head/security/p5-Digest-Bcrypt/pkg-plist (contents, props changed) > Modified: > + > +MAINTAINER= perl@FreeBSD.org Are we like to have perl@ as maintainer for new ports? :-) Altruism! From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 12:50:42 2013 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 ESMTP id 398487F9; Thu, 5 Sep 2013 12:50:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 275CF2BB7; Thu, 5 Sep 2013 12:50:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85CofuB011327; Thu, 5 Sep 2013 12:50:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85CofF8011326; Thu, 5 Sep 2013 12:50:41 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051250.r85CofF8011326@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 12:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326391 - head/sysutils/ansible 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.14 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: Thu, 05 Sep 2013 12:50:42 -0000 Author: wg Date: Thu Sep 5 12:50:41 2013 New Revision: 326391 URL: http://svnweb.freebsd.org/changeset/ports/326391 Log: sysutils/ansible: add FIREBALL option - Add FIREBALL option for the to use "fireball" mode with ansible [1] - Add EXAMPLES to options PR: ports/181815 [1] Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu Sep 5 12:28:02 2013 (r326390) +++ head/sysutils/ansible/Makefile Thu Sep 5 12:50:41 2013 (r326391) @@ -10,10 +10,17 @@ COMMENT= Simple ssh-based configuration LICENSE= GPLv3 +OPTIONS_DEFINE= EXAMPLES FIREBALL + +FIREBALL_DESC= Enable fireball mode +FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \ + ${PYTHON_PKGNAMEPREFIX}pypycrypto>=0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 - RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= -2.7 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 12:54:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99086B26; Thu, 5 Sep 2013 12:54:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8737A2C22; Thu, 5 Sep 2013 12:54:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85CslEf014892; Thu, 5 Sep 2013 12:54:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85CsldP014889; Thu, 5 Sep 2013 12:54:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051254.r85CsldP014889@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 12:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326392 - head/irc/ngircd 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.14 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: Thu, 05 Sep 2013 12:54:47 -0000 Author: wg Date: Thu Sep 5 12:54:46 2013 New Revision: 326392 URL: http://svnweb.freebsd.org/changeset/ports/326392 Log: irc/ngircd: update to 20.3 - Update to 20.3 [1] - Add DOCS to options - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/181737 [1] Submitted by: Kjetil Rustad Modified: head/irc/ngircd/Makefile head/irc/ngircd/distinfo Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Thu Sep 5 12:50:41 2013 (r326391) +++ head/irc/ngircd/Makefile Thu Sep 5 12:54:46 2013 (r326392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngircd -PORTVERSION= 20.2 +PORTVERSION= 20.3 PORTEPOCH= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \ @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAN5= ngircd.conf.5 MAN8= ngircd.8 -OPTIONS_DEFINE=TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG +OPTIONS_DEFINE=DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS NO_OPTIONS_SORT=yes TCP_WRAPPERS_DESC=Enable TCP wrappers support @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --enable-sniffer CONFIGURE_ARGS+= --enable-debug .endif -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} MAKE_ARGS+= NOPORTDOCS=yes .endif Modified: head/irc/ngircd/distinfo ============================================================================== --- head/irc/ngircd/distinfo Thu Sep 5 12:50:41 2013 (r326391) +++ head/irc/ngircd/distinfo Thu Sep 5 12:54:46 2013 (r326392) @@ -1,2 +1,2 @@ -SHA256 (ngircd-20.2.tar.gz) = 306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d -SIZE (ngircd-20.2.tar.gz) = 479987 +SHA256 (ngircd-20.3.tar.gz) = 55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9 +SIZE (ngircd-20.3.tar.gz) = 479982 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 12:58:51 2013 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 ESMTP id 0FFAADE0; Thu, 5 Sep 2013 12:58:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7AD52C52; Thu, 5 Sep 2013 12:58:50 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5DF1BBDC4C; Thu, 5 Sep 2013 14:58:46 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id 573BCBDC1F; Thu, 5 Sep 2013 14:58:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D67A85E6E925; Thu, 5 Sep 2013 14:58:45 +0200 (CEST) Date: Thu, 05 Sep 2013 14:58:45 +0200 From: Mathieu Arnold To: Andrej Zverev , Mathieu Arnold Subject: Re: svn commit: r326390 - in head/security: . p5-Digest-Bcrypt Message-ID: <57D2E76E06D01686D3E9CDBE@ogg.in.absolight.net> In-Reply-To: References: <201309051228.r85CS2AB097067@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 12:58:51 -0000 +--On 5 septembre 2013 16:47:21 +0400 Andrej Zverev wrote: |> + |> +MAINTAINER=3D perl@FreeBSD.org | Are we like to have perl@ as maintainer for new ports? :-) Altruism! Yeah, i wondered about that, and, well, what the hell=E2=80=A6 :-p --=20 Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:08:31 2013 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 ESMTP id 42C921E4; Thu, 5 Sep 2013 13:08:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD6E2CE5; Thu, 5 Sep 2013 13:08:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85D8Vc3022694; Thu, 5 Sep 2013 13:08:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85D8UM6022688; Thu, 5 Sep 2013 13:08:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309051308.r85D8UM6022688@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 13:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326393 - in head/games/0ad: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 13:08:31 -0000 Author: madpilot Date: Thu Sep 5 13:08:30 2013 New Revision: 326393 URL: http://svnweb.freebsd.org/changeset/ports/326393 Log: - Update to 0.0.14 (Alpha 14 "Naukratis") - Add explicit dependency on pkgconf - Convert to USES=gmake Deleted: head/games/0ad/files/patch-build-resources-0ad.desktop Modified: head/games/0ad/Makefile head/games/0ad/distinfo head/games/0ad/files/patch-build-premake-premake4.lua Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Thu Sep 5 12:54:46 2013 (r326392) +++ head/games/0ad/Makefile Thu Sep 5 13:08:30 2013 (r326393) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= 0ad -PORTVERSION= 0.0.13 -PORTREVISION= 1 +PORTVERSION= 0.0.14 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ @@ -25,7 +24,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release -USE_GMAKE= yes +USES= gmake pkgconfig USE_XZ= yes USE_SDL= sdl USE_GNOME= libxml2 gtk20 @@ -45,6 +44,26 @@ PORTDATA= * .include +# Taken from Mk/bsd.gnustep.mk +.if exists(${DESTDIR}/usr/bin/clang) +__CLANG!= ${DESTDIR}/usr/bin/clang --version | head -1 | \ + ${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' +.else +__CLANG= 0 + +.if ${__CLANG} < 33 && ${OSVERSION} > 900014 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33 +CPP= ${LOCALBASE}/bin/clang-cpp33 +CC= ${LOCALBASE}/bin/clang33 +CXX= ${LOCALBASE}/bin/clang++33 +.elif ${OSVERSION} < 900014 +USE_GCC= yes +.else +CPP= /usr/bin/clang-cpp +CC= /usr/bin/clang +CXX= /usr/bin/clang++ +.endif + post-patch: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/build/premake/premake4.lua Modified: head/games/0ad/distinfo ============================================================================== --- head/games/0ad/distinfo Thu Sep 5 12:54:46 2013 (r326392) +++ head/games/0ad/distinfo Thu Sep 5 13:08:30 2013 (r326393) @@ -1,4 +1,4 @@ -SHA256 (0ad-0.0.13-alpha-unix-build.tar.xz) = 6694c34341ae2dcf81912b3242619f853216dc3b9447177931e903421e480e18 -SIZE (0ad-0.0.13-alpha-unix-build.tar.xz) = 10152276 -SHA256 (0ad-0.0.13-alpha-unix-data.tar.xz) = 284477ddb14732b48ef6740b804294fc8361460190368e60324ce0e22aca4f7e -SIZE (0ad-0.0.13-alpha-unix-data.tar.xz) = 420479284 +SHA256 (0ad-0.0.14-alpha-unix-build.tar.xz) = 2034cc71043c970e6229080385b343b08fd5c0b2258372dc19de4c2057267a5c +SIZE (0ad-0.0.14-alpha-unix-build.tar.xz) = 10172124 +SHA256 (0ad-0.0.14-alpha-unix-data.tar.xz) = e046531a55226a15784ce9c31df1d8e6723ad2cedd70a0abb63dc1721bf2a770 +SIZE (0ad-0.0.14-alpha-unix-data.tar.xz) = 450006708 Modified: head/games/0ad/files/patch-build-premake-premake4.lua ============================================================================== --- head/games/0ad/files/patch-build-premake-premake4.lua Thu Sep 5 12:54:46 2013 (r326392) +++ head/games/0ad/files/patch-build-premake-premake4.lua Thu Sep 5 13:08:30 2013 (r326393) @@ -1,6 +1,6 @@ ---- build/premake/premake4.lua.orig 2013-03-07 14:49:49.000000000 +0100 -+++ build/premake/premake4.lua 2013-04-03 00:14:47.033326555 +0200 -@@ -136,7 +136,7 @@ +--- build/premake/premake4.lua.orig 2013-08-27 04:42:56.000000000 +0200 ++++ build/premake/premake4.lua 2013-09-03 15:32:07.321963983 +0200 +@@ -138,7 +138,7 @@ function project_set_build_flags() @@ -9,15 +9,7 @@ if not _OPTIONS["icc"] and (os.is("windows") or not _OPTIONS["minimal-flags"]) then -- adds the -Wall compiler flag flags { "ExtraWarnings" } -- this causes far too many warnings/remarks on ICC -@@ -217,7 +217,6 @@ - - -- enable security features (stack checking etc) that shouldn't have - -- a significant effect on performance and can catch bugs -- "-fstack-protector-all", - "-D_FORTIFY_SOURCE=2", - - -- always enable strict aliasing (useful in debug builds because of the warnings) -@@ -343,11 +342,11 @@ +@@ -356,11 +356,11 @@ -- X11 includes may be installed in one of a gadzillion of three places -- Famous last words: "You can't include too much! ;-)" includedirs { From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:11:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B24EF31D; Thu, 5 Sep 2013 13:11:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5E52D2E; Thu, 5 Sep 2013 13:11:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DBUcg026019; Thu, 5 Sep 2013 13:11:30 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DBUXr026018; Thu, 5 Sep 2013 13:11:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309051311.r85DBUXr026018@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 13:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326394 - head/games/0ad 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.14 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: Thu, 05 Sep 2013 13:11:30 -0000 Author: madpilot Date: Thu Sep 5 13:11:30 2013 New Revision: 326394 URL: http://svnweb.freebsd.org/changeset/ports/326394 Log: Fix previous commit: close conditional. Modified: head/games/0ad/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Thu Sep 5 13:08:30 2013 (r326393) +++ head/games/0ad/Makefile Thu Sep 5 13:11:30 2013 (r326394) @@ -50,6 +50,7 @@ __CLANG!= ${DESTDIR}/usr/bin/clang --ve ${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' .else __CLANG= 0 +.endif .if ${__CLANG} < 33 && ${OSVERSION} > 900014 BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:21:53 2013 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 ESMTP id 88F877FE; Thu, 5 Sep 2013 13:21:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 769342DBB; Thu, 5 Sep 2013 13:21:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DLr6k031853; Thu, 5 Sep 2013 13:21:53 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DLrT3031851; Thu, 5 Sep 2013 13:21:53 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309051321.r85DLrT3031851@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 13:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326395 - head/x11-wm/fvwm2 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.14 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: Thu, 05 Sep 2013 13:21:53 -0000 Author: madpilot Date: Thu Sep 5 13:21:52 2013 New Revision: 326395 URL: http://svnweb.freebsd.org/changeset/ports/326395 Log: - Add explicit pkgconfig dependency - Bump PORTREVISION due to resulting runtime binary changes Approved by: portmgr (bdrewery) Modified: head/x11-wm/fvwm2/Makefile Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Thu Sep 5 13:11:30 2013 (r326394) +++ head/x11-wm/fvwm2/Makefile Thu Sep 5 13:21:52 2013 (r326395) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --mandir=${MANPREFIX}/man USE_AUTOTOOLS= autoconf -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= xpm xft USE_BZIP2= yes WANT_GNOME= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:31:32 2013 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 ESMTP id 6F9B69D4; Thu, 5 Sep 2013 13:31:32 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CBB52E5A; Thu, 5 Sep 2013 13:31:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DVW9n037646; Thu, 5 Sep 2013 13:31:32 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DVWM4037645; Thu, 5 Sep 2013 13:31:32 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051331.r85DVWM4037645@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 13:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326396 - head/deskutils/blogtk 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.14 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: Thu, 05 Sep 2013 13:31:32 -0000 Author: wg Date: Thu Sep 5 13:31:31 2013 New Revision: 326396 URL: http://svnweb.freebsd.org/changeset/ports/326396 Log: deskutils/blogtk: mark as deprecated - This is no longer maintained upstream and is not under active development PR: ports/181749 Submitted by: Zane C.B-H. (maintainer) Modified: head/deskutils/blogtk/Makefile Modified: head/deskutils/blogtk/Makefile ============================================================================== --- head/deskutils/blogtk/Makefile Thu Sep 5 13:21:52 2013 (r326395) +++ head/deskutils/blogtk/Makefile Thu Sep 5 13:31:31 2013 (r326396) @@ -1,9 +1,5 @@ -# Ports collection makefile for: blogtk -# Date created: Jul 30, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= blogtk PORTVERSION= 2.0 @@ -11,12 +7,14 @@ CATEGORIES= deskutils python MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ MAINTAINER= vvelox@vvelox.net -COMMENT= A client for Blogger, Movable Type, and other blogging systems +COMMENT= Client for Blogger, Movable Type, and other blogging systems + +DEPRECATED= This is dead upstream and is no longer being maintained +EXPIRATION_DATE=2013-11-01 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk - USE_GNOME= pygnomeextras pygtksourceview USE_PYTHON= 2.3-2.7 # No Python 3 support From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:43:49 2013 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 ESMTP id 55A31F59; Thu, 5 Sep 2013 13:43:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42D3E2F6F; Thu, 5 Sep 2013 13:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DhnbR044042; Thu, 5 Sep 2013 13:43:49 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DhnfA044041; Thu, 5 Sep 2013 13:43:49 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201309051343.r85DhnfA044041@svn.freebsd.org> From: Steve Wills Date: Thu, 5 Sep 2013 13:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326397 - head/multimedia/kaffeine/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 13:43:49 -0000 Author: swills Date: Thu Sep 5 13:43:48 2013 New Revision: 326397 URL: http://svnweb.freebsd.org/changeset/ports/326397 Log: - Fix build with clang PR: ports/181788 Approved by: arved (maintainer, via private mail) Added: head/multimedia/kaffeine/files/patch-clang (contents, props changed) Added: head/multimedia/kaffeine/files/patch-clang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kaffeine/files/patch-clang Thu Sep 5 13:43:48 2013 (r326397) @@ -0,0 +1,24 @@ +--- src/dvb/dvbepg.cpp.orig 2011-04-17 19:17:19.000000000 +0000 ++++ src/dvb/dvbepg.cpp 2013-09-04 01:48:35.479500850 +0000 +@@ -690,15 +690,15 @@ + // 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011) + QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC); + +- for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid(); +- --entryCount, entry.advance()) { ++ for (AtscEitSectionEntry eitEntry = eitSection.entries(); ++ (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) { + DvbEpgEntry epgEntry; + epgEntry.channel = channel; +- epgEntry.begin = baseDateTime.addSecs(entry.startTime()); +- epgEntry.duration = QTime().addSecs(entry.duration()); +- epgEntry.title = entry.title(); ++ epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime()); ++ epgEntry.duration = QTime().addSecs(eitEntry.duration()); ++ epgEntry.title = eitEntry.title(); + +- quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId())); ++ quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId())); + DvbSharedEpgEntry entry = epgEntries.value(id); + + if (entry.isValid() && (entry->channel == epgEntry.channel) && From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:46:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5905C256; Thu, 5 Sep 2013 13:46:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7152FA1; Thu, 5 Sep 2013 13:46:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DkuwP045409; Thu, 5 Sep 2013 13:46:56 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DktUv045386; Thu, 5 Sep 2013 13:46:55 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309051346.r85DktUv045386@svn.freebsd.org> From: Mark Felder Date: Thu, 5 Sep 2013 13:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326398 - head/audio/beets 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.14 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: Thu, 05 Sep 2013 13:46:56 -0000 Author: feld Date: Thu Sep 5 13:46:55 2013 New Revision: 326398 URL: http://svnweb.freebsd.org/changeset/ports/326398 Log: - Update to 1.2.2 Approved by: swills (mentor) Modified: head/audio/beets/Makefile head/audio/beets/distinfo head/audio/beets/pkg-plist Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Thu Sep 5 13:43:48 2013 (r326397) +++ head/audio/beets/Makefile Thu Sep 5 13:46:55 2013 (r326398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= audio python MASTER_SITES= CHEESESHOP Modified: head/audio/beets/distinfo ============================================================================== --- head/audio/beets/distinfo Thu Sep 5 13:43:48 2013 (r326397) +++ head/audio/beets/distinfo Thu Sep 5 13:46:55 2013 (r326398) @@ -1,2 +1,2 @@ -SHA256 (beets-1.2.1.tar.gz) = 7424708a7ebd0884141537970b31cd41a09c5b799d9ce5d00d3704ce8aa520b6 -SIZE (beets-1.2.1.tar.gz) = 626812 +SHA256 (beets-1.2.2.tar.gz) = 8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3 +SIZE (beets-1.2.2.tar.gz) = 626938 Modified: head/audio/beets/pkg-plist ============================================================================== --- head/audio/beets/pkg-plist Thu Sep 5 13:43:48 2013 (r326397) +++ head/audio/beets/pkg-plist Thu Sep 5 13:46:55 2013 (r326398) @@ -150,9 +150,6 @@ bin/beet %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/test.pyo -%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/test.pyc -%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/test.py %%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/smartplaylist.pyo %%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/smartplaylist.pyc %%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%/beetsplug/smartplaylist.py From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:48:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CAB0466; Thu, 5 Sep 2013 13:48:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18BDB2FB6; Thu, 5 Sep 2013 13:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85DmY9L045949; Thu, 5 Sep 2013 13:48:34 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85DmYec045946; Thu, 5 Sep 2013 13:48:34 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309051348.r85DmYec045946@svn.freebsd.org> From: Mark Felder Date: Thu, 5 Sep 2013 13:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326399 - in head/net-mgmt/nfsen: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 13:48:35 -0000 Author: feld Date: Thu Sep 5 13:48:34 2013 New Revision: 326399 URL: http://svnweb.freebsd.org/changeset/ports/326399 Log: Fix missing quotes in generated conf.php file Approved by: swills (mentor) Modified: head/net-mgmt/nfsen/Makefile head/net-mgmt/nfsen/files/pkg-install.in Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Thu Sep 5 13:46:55 2013 (r326398) +++ head/net-mgmt/nfsen/Makefile Thu Sep 5 13:48:34 2013 (r326399) @@ -19,8 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ nfdump>=0:${PORTSDIR}/net-mgmt/nfdump -USES= iconv shebangfix -USE_PERL5= yes +USES= iconv shebangfix perl5 USE_PHP= session pcre sockets NO_BUILD= yes PLIST_SUB+= PORTNAME=${PORTNAME} Modified: head/net-mgmt/nfsen/files/pkg-install.in ============================================================================== --- head/net-mgmt/nfsen/files/pkg-install.in Thu Sep 5 13:46:55 2013 (r326398) +++ head/net-mgmt/nfsen/files/pkg-install.in Thu Sep 5 13:48:34 2013 (r326399) @@ -8,7 +8,7 @@ if [ "$2" = "POST-INSTALL" ]; then /usr/bin/printf " Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3FB57825; Thu, 5 Sep 2013 13:58:42 +0000 (UTC) Date: Thu, 5 Sep 2013 13:58:42 +0000 From: Alexey Dokuchaev To: Mark Felder Subject: Re: svn commit: r326399 - in head/net-mgmt/nfsen: . files Message-ID: <20130905135842.GA99923@FreeBSD.org> References: <201309051348.r85DmYec045946@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309051348.r85DmYec045946@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 13:58:42 -0000 On Thu, Sep 05, 2013 at 01:48:34PM +0000, Mark Felder wrote: > New Revision: 326399 > URL: http://svnweb.freebsd.org/changeset/ports/326399 > > @@ -19,8 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data > p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ > nfdump>=0:${PORTSDIR}/net-mgmt/nfdump > > -USES= iconv shebangfix > -USE_PERL5= yes > +USES= iconv shebangfix perl5 I'm afraid that indentation was broken again here. :( ./danfe From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 13:59:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EA81B929; Thu, 5 Sep 2013 13:59:57 +0000 (UTC) Date: Thu, 5 Sep 2013 13:59:57 +0000 From: Alexey Dokuchaev To: Mark Felder Subject: Re: svn commit: r326399 - in head/net-mgmt/nfsen: . files Message-ID: <20130905135957.GB99923@FreeBSD.org> References: <201309051348.r85DmYec045946@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309051348.r85DmYec045946@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 13:59:58 -0000 On Thu, Sep 05, 2013 at 01:48:34PM +0000, Mark Felder wrote: > New Revision: 326399 > URL: http://svnweb.freebsd.org/changeset/ports/326399 > > @@ -19,8 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data > p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ > nfdump>=0:${PORTSDIR}/net-mgmt/nfdump > > -USES= iconv shebangfix > -USE_PERL5= yes > +USES= iconv shebangfix perl5 ... and it's nice to have USES words sorted (alphabetically). ./danfe From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:03:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F259CB8A; Thu, 5 Sep 2013 14:03:52 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFC1920E9; Thu, 5 Sep 2013 14:03:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85E3qLf055819; Thu, 5 Sep 2013 14:03:52 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85E3qQo055817; Thu, 5 Sep 2013 14:03:52 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309051403.r85E3qQo055817@svn.freebsd.org> From: Pawel Pekala Date: Thu, 5 Sep 2013 14:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326400 - head/mail/claws-mail 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.14 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: Thu, 05 Sep 2013 14:03:53 -0000 Author: pawel Date: Thu Sep 5 14:03:52 2013 New Revision: 326400 URL: http://svnweb.freebsd.org/changeset/ports/326400 Log: Plugins need pkgconf to build too, they are using the same configure script - move USES=pkgconf to shared Makefile.claws Reported by: pkg-fallout Modified: head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Thu Sep 5 13:48:34 2013 (r326399) +++ head/mail/claws-mail/Makefile Thu Sep 5 14:03:52 2013 (r326400) @@ -13,7 +13,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_GNOME= gtk20 -USES= iconv pathfix pkgconfig +USES= iconv pathfix INSTALLS_ICONS= yes MAN1= claws-mail.1 Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Thu Sep 5 13:48:34 2013 (r326399) +++ head/mail/claws-mail/Makefile.claws Thu Sep 5 14:03:52 2013 (r326400) @@ -9,7 +9,7 @@ MAINTAINER= pawel@FreeBSD.org LICENSE= GPLv3 USE_BZIP2= yes -USES+= gmake +USES+= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:10:42 2013 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 ESMTP id 22A9AE25; Thu, 5 Sep 2013 14:10:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F5102171; Thu, 5 Sep 2013 14:10:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85EAfav060561; Thu, 5 Sep 2013 14:10:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85EAfVb060559; Thu, 5 Sep 2013 14:10:41 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051410.r85EAfVb060559@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 14:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326401 - in head/print/transfig: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:10:42 -0000 Author: wg Date: Thu Sep 5 14:10:41 2013 New Revision: 326401 URL: http://svnweb.freebsd.org/changeset/ports/326401 Log: print/transfig: update to 3.2.5e - Update to 3.2.5e [1] - Convert lib depends to new syntax - Pass maintainership to submitter Changes: http://www.xfig.org/art17.html PR: ports/181750 Submitted by: Kurt Jaeger Deleted: head/print/transfig/files/patch-fig2dev_dev_readpng.c Modified: head/print/transfig/Makefile head/print/transfig/distinfo Modified: head/print/transfig/Makefile ============================================================================== --- head/print/transfig/Makefile Thu Sep 5 14:03:52 2013 (r326400) +++ head/print/transfig/Makefile Thu Sep 5 14:10:41 2013 (r326401) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= transfig -PORTVERSION= 3.2.5d -PORTREVISION= 1 +PORTVERSION= 3.2.5e CATEGORIES= print MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Tools to convert Xfig's .fig files +MAINTAINER= fbsd-ports@opsec.eu +COMMENT= Tools to convert Xfig .fig files RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= imake Modified: head/print/transfig/distinfo ============================================================================== --- head/print/transfig/distinfo Thu Sep 5 14:03:52 2013 (r326400) +++ head/print/transfig/distinfo Thu Sep 5 14:10:41 2013 (r326401) @@ -1,2 +1,2 @@ -SHA256 (transfig.3.2.5d.tar.gz) = ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa -SIZE (transfig.3.2.5d.tar.gz) = 497451 +SHA256 (transfig.3.2.5e.tar.gz) = 8ec5a8f13254dd155622ed3ee0fda1382b1e2b5882d83b9aca1871f12a3e7744 +SIZE (transfig.3.2.5e.tar.gz) = 531256 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:14:33 2013 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 ESMTP id 4AB2D18D; Thu, 5 Sep 2013 14:14:33 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x234.google.com (mail-oa0-x234.google.com [IPv6:2607:f8b0:4003:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D48C321AB; Thu, 5 Sep 2013 14:14:32 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id f4so2223616oah.25 for ; Thu, 05 Sep 2013 07:14:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rKYwObuZYE7P9H7AyMl65h+lbfcEEW+mOoogkNtGrLQ=; b=qtW6ewHFbdZi3p2mdPUnIV/amq1EbEimfSqNkZr98bZzvL5GyFeZ1WoUIn7eoOiESF DcN6ndMO+zcTDApfDIi3+pbwVKtz272LNb07ScJdFFADkdg53hH1v1JcYRovdncnDW5G hmHNfGJ2OxIdisNm2LLsIqOurpFZ4qK9JAz7ruYsA1/NjRYYOReF8B2gQoKtMlBhg7Ug vqnbNp3+VacqpdkBS2Rl2K7w77r6foYzWDECkLnMpRwKVUImu+B+ZM9CSN2pPrL29THP KEn1OxFNWid2Rx8T0ypETR2GiD+KU6dTRlnt6WRDOWZuEen5YhxIFN7qyimtyLbOub1q EkNA== MIME-Version: 1.0 X-Received: by 10.182.66.82 with SMTP id d18mr6569603obt.98.1378390471491; Thu, 05 Sep 2013 07:14:31 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Thu, 5 Sep 2013 07:14:31 -0700 (PDT) In-Reply-To: <20130905135957.GB99923@FreeBSD.org> References: <201309051348.r85DmYec045946@svn.freebsd.org> <20130905135957.GB99923@FreeBSD.org> Date: Thu, 5 Sep 2013 18:14:31 +0400 X-Google-Sender-Auth: N_JwZLCdDq7hUO4YRvuBBU11FQg Message-ID: Subject: Re: svn commit: r326399 - in head/net-mgmt/nfsen: . files From: Andrej Zverev To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Mark Felder , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:14:33 -0000 On Thu, Sep 5, 2013 at 5:59 PM, Alexey Dokuchaev wrote: > On Thu, Sep 05, 2013 at 01:48:34PM +0000, Mark Felder wrote: >> New Revision: 326399 >> URL: http://svnweb.freebsd.org/changeset/ports/326399 >> >> @@ -19,8 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data >> p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ >> nfdump>=0:${PORTSDIR}/net-mgmt/nfdump >> >> -USES= iconv shebangfix >> -USE_PERL5= yes >> +USES= iconv shebangfix perl5 > > ... and it's nice to have USES words sorted (alphabetically). Alexey, this is overkill :) even for "nice". Next time nice will be to have sorted Makefile :-) From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:21:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 172AA76E; Thu, 5 Sep 2013 14:21:35 +0000 (UTC) Date: Thu, 5 Sep 2013 14:21:35 +0000 From: Alexey Dokuchaev To: Andrej Zverev Subject: Re: svn commit: r326399 - in head/net-mgmt/nfsen: . files Message-ID: <20130905142135.GA8559@FreeBSD.org> References: <201309051348.r85DmYec045946@svn.freebsd.org> <20130905135957.GB99923@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Mark Felder , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:21:35 -0000 On Thu, Sep 05, 2013 at 06:14:31PM +0400, Andrej Zverev wrote: > On Thu, Sep 5, 2013 at 5:59 PM, Alexey Dokuchaev wrote: > > ... and it's nice to have USES words sorted (alphabetically). > > Alexey, this is overkill :) even for "nice". OK, OK, point taken. > Next time nice will be to have sorted Makefile :-) Actually... it is! (Although not alphabetically.) ;-) ./danfe From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:26:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86CE69C8; Thu, 5 Sep 2013 14:26:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 743D62311; Thu, 5 Sep 2013 14:26:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85EQffa069051; Thu, 5 Sep 2013 14:26:41 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85EQeYR069047; Thu, 5 Sep 2013 14:26:40 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309051426.r85EQeYR069047@svn.freebsd.org> From: Guido Falsi Date: Thu, 5 Sep 2013 14:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326402 - in head/games/pokerth: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:26:41 -0000 Author: madpilot Date: Thu Sep 5 14:26:40 2013 New Revision: 326402 URL: http://svnweb.freebsd.org/changeset/ports/326402 Log: - Fix build on head after iconv and new ld behavior changes - Convert to new LIB_DEPENDS format Added: head/games/pokerth/files/patch-pokerth_server.pro (contents, props changed) Modified: head/games/pokerth/Makefile head/games/pokerth/files/patch-pokerth_game.pro (contents, props changed) Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Thu Sep 5 14:10:41 2013 (r326401) +++ head/games/pokerth/Makefile Thu Sep 5 14:26:40 2013 (r326402) @@ -14,13 +14,13 @@ COMMENT= A poker game written in C++/QT4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ - mikmod:${PORTSDIR}/audio/libmikmod \ - gnutls:${PORTSDIR}/security/gnutls \ - curl:${PORTSDIR}/ftp/curl \ - gsasl:${PORTSDIR}/security/gsasl \ - tinyxml:${PORTSDIR}/textproc/tinyxml \ - protobuf:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libgsasl.so:${PORTSDIR}/security/gsasl \ + libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ + libprotobuf.so:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient USES= iconv gmake @@ -40,6 +40,7 @@ post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ -e 's|(-lcurl)|\1 ${ICONV_LIB}|g' \ + -e 's|(-lcrypto) -liconv|\1 ${ICONV_LIB}|' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ -e '/.*QMAKE_CXXFLAGS.*/d' \ Modified: head/games/pokerth/files/patch-pokerth_game.pro ============================================================================== --- head/games/pokerth/files/patch-pokerth_game.pro Thu Sep 5 14:10:41 2013 (r326401) +++ head/games/pokerth/files/patch-pokerth_game.pro Thu Sep 5 14:26:40 2013 (r326402) @@ -1,6 +1,6 @@ ---- pokerth_game.pro.orig 2012-06-21 22:54:48.000000000 +0200 -+++ pokerth_game.pro 2012-06-22 11:47:32.047160533 +0200 -@@ -392,8 +392,7 @@ +--- pokerth_game.pro.orig 2013-04-07 14:04:26.923209000 +0200 ++++ pokerth_game.pro 2013-09-05 12:07:44.416793690 +0200 +@@ -407,8 +407,7 @@ LIBPATH += lib !android{ LIBPATH += $${PREFIX}/lib /opt/gsasl/lib @@ -10,7 +10,7 @@ } android{ LIBPATH += $${PREFIX}/lib/armv5 -@@ -412,7 +411,7 @@ +@@ -427,7 +426,7 @@ BOOST_RANDOM = boost_random \ boost_random-mt @@ -19,3 +19,12 @@ # to override the default '/usr' pass PREFIX # variable to qmake. for(dir, LIB_DIRS):exists($$dir) { +@@ -501,7 +500,7 @@ + LIBS += -lSDL \ + -lSDL_mixer \ + -lgsasl +- !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto ++ !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto -lssl + else:LIBS += -lgcrypt + } + android{ Added: head/games/pokerth/files/patch-pokerth_server.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pokerth/files/patch-pokerth_server.pro Thu Sep 5 14:26:40 2013 (r326402) @@ -0,0 +1,11 @@ +--- pokerth_server.pro.orig 2013-04-07 14:04:26.923209000 +0200 ++++ pokerth_server.pro 2013-09-05 14:53:56.604074418 +0200 +@@ -265,7 +265,7 @@ + -lprotobuf + LIBS += -lgsasl + !isEmpty( BSD ): isEmpty( kFreeBSD ){ +- LIBS += -lcrypto -liconv ++ LIBS += -lcrypto -liconv -lssl + } else { + LIBS += -lgcrypt + } From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:33:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DB07339; Thu, 5 Sep 2013 14:33:02 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0214123B9; Thu, 5 Sep 2013 14:33:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85EX115073493; Thu, 5 Sep 2013 14:33:01 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85EX1Yr073490; Thu, 5 Sep 2013 14:33:01 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051433.r85EX1Yr073490@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 14:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326403 - head/www/py-flexget 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.14 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: Thu, 05 Sep 2013 14:33:02 -0000 Author: wg Date: Thu Sep 5 14:33:01 2013 New Revision: 326403 URL: http://svnweb.freebsd.org/changeset/ports/326403 Log: www/py-flexget: update to 1.1.105 - Update to 1.1.105 Modified: head/www/py-flexget/Makefile head/www/py-flexget/distinfo head/www/py-flexget/pkg-plist Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Thu Sep 5 14:26:40 2013 (r326402) +++ head/www/py-flexget/Makefile Thu Sep 5 14:33:01 2013 (r326403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 1.1.102 +PORTVERSION= 1.1.105 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/archive/ \ Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Thu Sep 5 14:26:40 2013 (r326402) +++ head/www/py-flexget/distinfo Thu Sep 5 14:33:01 2013 (r326403) @@ -1,2 +1,2 @@ -SHA256 (FlexGet-1.1.102.tar.gz) = 93bdbf7808aa44f7dccf2466eb2879e8bd2617ac703cecd3088d84c260e838b4 -SIZE (FlexGet-1.1.102.tar.gz) = 909402 +SHA256 (FlexGet-1.1.105.tar.gz) = 398c8ea42924d04aeab1aca7da02c1e0bff8f334d3ceee20188d247cdd49004f +SIZE (FlexGet-1.1.105.tar.gz) = 909440 Modified: head/www/py-flexget/pkg-plist ============================================================================== --- head/www/py-flexget/pkg-plist Thu Sep 5 14:26:40 2013 (r326402) +++ head/www/py-flexget/pkg-plist Thu Sep 5 14:33:01 2013 (r326403) @@ -608,6 +608,9 @@ %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.py %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.pyc %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.pyo %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.py %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.pyc %%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.pyo From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:37:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B816365F; Thu, 5 Sep 2013 14:37:35 +0000 (UTC) (envelope-from sem@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96FE023EC; Thu, 5 Sep 2013 14:37:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85EbZVQ075232; Thu, 5 Sep 2013 14:37:35 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85EbZaP075216; Thu, 5 Sep 2013 14:37:35 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201309051437.r85EbZaP075216@svn.freebsd.org> From: Sergey Matveychuk Date: Thu, 5 Sep 2013 14:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326404 - in head/dns: ldns unbound 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.14 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: Thu, 05 Sep 2013 14:37:35 -0000 Author: sem Date: Thu Sep 5 14:37:34 2013 New Revision: 326404 URL: http://svnweb.freebsd.org/changeset/ports/326404 Log: - Do not depend on security/openssl if openssl in base is sufficient. PR: ports/178262 Submitted by: Jan Beich Reviewed by: ldns' port maintainer Modified: head/dns/ldns/Makefile head/dns/unbound/Makefile Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Thu Sep 5 14:33:01 2013 (r326403) +++ head/dns/ldns/Makefile Thu Sep 5 14:37:34 2013 (r326404) @@ -3,7 +3,7 @@ PORTNAME= ldns PORTVERSION= 1.6.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL @@ -268,7 +268,9 @@ PLIST_SUB+= EXAMPLES="@comment " .endif # BUILD_PYLDNS .if ${PORT_OPTIONS:MGOST} +. if ${OSVERSION} < 1000015 BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl +. endif .else NO_GOST= --disable-gost CONFIGURE_ARGS+=${NO_GOST} Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Sep 5 14:33:01 2013 (r326403) +++ head/dns/unbound/Makefile Thu Sep 5 14:37:34 2013 (r326404) @@ -1,13 +1,9 @@ -# New ports collection makefile for: unbound -# Date created: 25 Apr 2008 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= unbound PORTVERSION= 1.4.20 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -49,13 +45,13 @@ OPTIONS_DEFINE= THREADS PYTHON GOST ECDS OPTIONS_DEFAULT=THREADS ECDSA OPTIONS_RADIO= LIBEVENT -OPTIONS_RADIO_LIBEVENT= LIBEVENT14 LIBEVENT20 +OPTIONS_RADIO_LIBEVENT= LIBEVENT14 LIBEVENT20 LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports LIBEVENT14_DESC=Build against libevent-1.4 (devel/libevent) LIBEVENT20_DESC=Build against libevent-2.0 (devel/libevent2) -GOST_DESC= Enable GOST support (requires OpenSSL from ports) -ECDSA_DESC= Enable ECDSA (elliptic curve) support +GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) +ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin .include @@ -73,14 +69,15 @@ PYTHON= "@comment " .endif .if ${PORT_OPTIONS:MGOST} +. if ${OSVERSION} < 1000015 WITH_OPENSSL_PORT= yes +. endif DEPENDS_ARGS+= WITH_GOST=yes .else CONFIGURE_ARGS+=--disable-gost .endif .if ${PORT_OPTIONS:MECDSA} -WITH_OPENSSL_PORT=yes DEPENDS_ARGS+= WITH_ECDSA=yes .else CONFIGURE_ARGS+=--disable-ecdsa @@ -133,7 +130,7 @@ post-install: @${CAT} ${WRKDIR}/pkg-message @${ECHO_MSG} "=============================================================" .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}; \ for f in ${PORTDOCS}; do \ cd ${WRKSRC}/doc && ${INSTALL_DATA} $${f} ${DOCSDIR}/; \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:40:25 2013 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 ESMTP id 71602799; Thu, 5 Sep 2013 14:40:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF99243C; Thu, 5 Sep 2013 14:40:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85EePIu078075; Thu, 5 Sep 2013 14:40:25 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85EePjf078074; Thu, 5 Sep 2013 14:40:25 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309051440.r85EePjf078074@svn.freebsd.org> From: Pawel Pekala Date: Thu, 5 Sep 2013 14:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326405 - head/finance/homebank 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.14 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: Thu, 05 Sep 2013 14:40:25 -0000 Author: pawel Date: Thu Sep 5 14:40:24 2013 New Revision: 326405 URL: http://svnweb.freebsd.org/changeset/ports/326405 Log: Needs pkgconfig to build Modified: head/finance/homebank/Makefile Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Sep 5 14:37:34 2013 (r326404) +++ head/finance/homebank/Makefile Thu Sep 5 14:40:24 2013 (r326405) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp GNU_CONFIGURE= yes -USES= desktop-file-utils gmake shared-mime-info +USES= desktop-file-utils gmake pkgconfig shared-mime-info USE_GNOME= gnomehier gtk20 INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 14:59:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9190AF3; Thu, 5 Sep 2013 14:59:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 800192553; Thu, 5 Sep 2013 14:59:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85ExUs7087688; Thu, 5 Sep 2013 14:59:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85ExUMf087686; Thu, 5 Sep 2013 14:59:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051459.r85ExUMf087686@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 14:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326406 - in head/converters/tnef: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 14:59:30 -0000 Author: bapt Date: Thu Sep 5 14:59:29 2013 New Revision: 326406 URL: http://svnweb.freebsd.org/changeset/ports/326406 Log: Fix build with clang, remove now unnecessary USE_GCC=any Added: head/converters/tnef/files/ head/converters/tnef/files/patch-src__tnef.c (contents, props changed) Modified: head/converters/tnef/Makefile Modified: head/converters/tnef/Makefile ============================================================================== --- head/converters/tnef/Makefile Thu Sep 5 14:40:24 2013 (r326405) +++ head/converters/tnef/Makefile Thu Sep 5 14:59:29 2013 (r326406) @@ -11,7 +11,6 @@ COMMENT= Unpack data in MS Outlook TNEF OPTIONS_DEFINE= DOCS -USE_GCC= any GNU_CONFIGURE= yes MAN1= tnef.1 Added: head/converters/tnef/files/patch-src__tnef.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/tnef/files/patch-src__tnef.c Thu Sep 5 14:59:29 2013 (r326406) @@ -0,0 +1,20 @@ +--- ./src/tnef.c.orig 2012-03-01 00:46:07.000000000 +0100 ++++ ./src/tnef.c 2013-09-05 16:57:10.926068671 +0200 +@@ -43,6 +43,8 @@ + + static size_t filesize; + ++static void free_bodies(VarLenData **bodies, int len); ++ + typedef struct + { + VarLenData **text_body; +@@ -386,7 +388,7 @@ + return 0; + } + +-void free_bodies(VarLenData **bodies, int len) ++static void free_bodies(VarLenData **bodies, int len) + { + while (len--) + { From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 15:33:40 2013 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 ESMTP id D0DF7EAE; Thu, 5 Sep 2013 15:33:40 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFE022A4B; Thu, 5 Sep 2013 15:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85FXekb009241; Thu, 5 Sep 2013 15:33:40 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85FXdQT009235; Thu, 5 Sep 2013 15:33:39 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051533.r85FXdQT009235@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 15:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326407 - in head/security/clamav-unofficial-sigs: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 15:33:40 -0000 Author: wg Date: Thu Sep 5 15:33:39 2013 New Revision: 326407 URL: http://svnweb.freebsd.org/changeset/ports/326407 Log: security/clamav-unofficial-sigs: updte to 3.7.2 - Update to 3.7.2 [1] - USES perl5 - Add DOCS to options - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/181814 Submitted by: Marko Njezic (maintainer) Modified: head/security/clamav-unofficial-sigs/Makefile head/security/clamav-unofficial-sigs/distinfo head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh head/security/clamav-unofficial-sigs/files/patch-clamd-status.sh head/security/clamav-unofficial-sigs/pkg-descr Modified: head/security/clamav-unofficial-sigs/Makefile ============================================================================== --- head/security/clamav-unofficial-sigs/Makefile Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/Makefile Thu Sep 5 15:33:39 2013 (r326407) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= clamav-unofficial-sigs -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= security -MASTER_SITES= http://www.inetmsg.com/pub/ \ - http://www.inetmsg.com/pub/archive/ \ - SF/unofficial-sigs/ +MASTER_SITES= SF/unofficial-sigs/ MAINTAINER= sf@maxempire.com COMMENT= Update script for third-party ClamAV databases @@ -17,7 +14,8 @@ RUN_DEPENDS= clamscan:${PORTSDIR}/securi curl:${PORTSDIR}/ftp/curl \ gpg:${PORTSDIR}/security/gnupg -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes SUB_FILES= pkg-message @@ -31,6 +29,10 @@ SED_CONF= -e 's|%%CLAM_DBS%%|/var/db/cla -e 's|%%START_CLAMD%%|${PREFIX}/etc/rc.d/clamav-clamd start|g' \ -e 's|%%WORK_DIR%%|/var/db/clamav-unofficial-sigs|g' +OPTIONS_DEFINE= DOCS + +.include + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/clamav-unofficial-sigs.sh @${REINPLACE_CMD} ${SED_CONF} ${WRKSRC}/clamav-unofficial-sigs.conf @@ -41,7 +43,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/clamav-unofficial-sigs.8 ${MANPREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs.conf ${PREFIX}/etc/clamav-unofficial-sigs.conf.sample -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG INSTALL LICENSE README ${DOCSDIR} .endif Modified: head/security/clamav-unofficial-sigs/distinfo ============================================================================== --- head/security/clamav-unofficial-sigs/distinfo Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/distinfo Thu Sep 5 15:33:39 2013 (r326407) @@ -1,2 +1,2 @@ -SHA256 (clamav-unofficial-sigs-3.7.1.tar.gz) = 7f8de46da43d8edd06ee1dcd1bc4563e61b23c9bbd368ccf0265576e46f4d90c -SIZE (clamav-unofficial-sigs-3.7.1.tar.gz) = 36594 +SHA256 (clamav-unofficial-sigs-3.7.2.tar.gz) = 96e98e6e4434c5950fa9831c6a43236fed7eabae44beded16171305cf3f9bdb9 +SIZE (clamav-unofficial-sigs-3.7.2.tar.gz) = 38549 Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf Thu Sep 5 15:33:39 2013 (r326407) @@ -1,6 +1,6 @@ ---- clamav-unofficial-sigs.conf 2010-06-06 18:43:07.000000000 +0200 -+++ clamav-unofficial-sigs.conf.patched 2010-06-07 18:41:56.000000000 +0200 -@@ -42,10 +42,10 @@ +--- clamav-unofficial-sigs.conf 2013-08-27 18:08:25.000000000 +0200 ++++ clamav-unofficial-sigs.conf.patched 2013-09-04 16:19:11.000000000 +0200 +@@ -50,10 +50,10 @@ # Set path to ClamAV database files location. If unsure, check # your clamd.conf file for the "DatabaseDirectory" path setting. @@ -13,7 +13,7 @@ # To enable "ham" (non-spam) directory scanning and removal of # signatures that trigger on ham messages, uncomment the following -@@ -76,7 +76,7 @@ +@@ -84,7 +84,7 @@ # the script will still run). You will also need to set the correct # path to your clamd socket file (if unsure of the path, check the # "LocalSocket" setting in your clamd.conf file for socket location). @@ -22,7 +22,7 @@ # If you would like to attempt to restart ClamD if detected not running, # uncomment the next 2 lines. Confirm the path to the "clamd_lock" file -@@ -86,8 +86,8 @@ +@@ -94,8 +94,8 @@ # NOTE: these 2 variables are dependant on the "clamd_socket" variable # shown above - if not enabled, then the following 2 variables will be # ignored, whether enabled or not. @@ -33,7 +33,7 @@ # Enable or disable download time randomization. This allows the script to # be executed via cron, but the actual database file checking will pause -@@ -219,7 +219,7 @@ +@@ -227,7 +227,7 @@ # Set working directory paths (edit to meet your own needs). If these # directories do not exist, the script will attempt to create them. # Top level working directory path: @@ -42,3 +42,12 @@ # Sub-directory names: ss_dir="$work_dir/ss-dbs" # Sanesecurity sub-directory si_dir="$work_dir/si-dbs" # SecuriteInfo sub-directory +@@ -252,7 +252,7 @@ + comment_silence="no" # Default is "no" to report script comments + + # Log update information to '$log_file_path/$log_file_name'. +-enable_logging="yes" ++enable_logging="no" + log_file_path="/var/log" + log_file_name="clamav-unofficial-sigs.log" + Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Sep 5 15:33:39 2013 (r326407) @@ -1,15 +1,15 @@ ---- clamav-unofficial-sigs.sh 2010-06-06 18:43:07.000000000 +0200 -+++ clamav-unofficial-sigs.sh.patched 2010-06-07 18:42:17.000000000 +0200 -@@ -19,7 +19,7 @@ +--- clamav-unofficial-sigs.sh 2013-08-27 18:08:25.000000000 +0200 ++++ clamav-unofficial-sigs.sh.patched 2013-09-04 16:10:35.000000000 +0200 +@@ -16,7 +16,7 @@ # # ################################################################################ -default_config="/etc/clamav-unofficial-sigs.conf" +default_config="%%PREFIX%%/etc/clamav-unofficial-sigs.conf" - version="v3.7.1 (updated 2010-06-06)" + version="v3.7.2 (updated 2013-08-25)" output_ver=" -@@ -407,6 +407,8 @@ +@@ -418,6 +418,8 @@ exit ;; r) no_default_config Modified: head/security/clamav-unofficial-sigs/files/patch-clamd-status.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamd-status.sh Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/files/patch-clamd-status.sh Thu Sep 5 15:33:39 2013 (r326407) @@ -1,5 +1,5 @@ ---- clamd-status.sh 2010-01-24 02:38:29.000000000 +0100 -+++ clamd-status.sh.patched 2010-03-06 09:57:03.000000000 +0100 +--- clamd-status.sh 2013-08-27 18:08:25.000000000 +0200 ++++ clamd-status.sh.patched 2013-09-04 16:09:58.000000000 +0200 @@ -24,7 +24,7 @@ export PATH Modified: head/security/clamav-unofficial-sigs/pkg-descr ============================================================================== --- head/security/clamav-unofficial-sigs/pkg-descr Thu Sep 5 14:59:29 2013 (r326406) +++ head/security/clamav-unofficial-sigs/pkg-descr Thu Sep 5 15:33:39 2013 (r326407) @@ -1,3 +1,3 @@ The clamav-unofficial-sigs script provides the capability to download, test, and update the third-party ClamAV signature databases provided by -Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer. +Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 15:52:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0D0EA1E; Thu, 5 Sep 2013 15:52:22 +0000 (UTC) (envelope-from lme@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F00E2B90; Thu, 5 Sep 2013 15:52:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85FqM4Z020396; Thu, 5 Sep 2013 15:52:22 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85FqM3F020387; Thu, 5 Sep 2013 15:52:22 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201309051552.r85FqM3F020387@svn.freebsd.org> From: Lars Engels Date: Thu, 5 Sep 2013 15:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326408 - in head/multimedia/pwcbsd: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 15:52:22 -0000 Author: lme Date: Thu Sep 5 15:52:21 2013 New Revision: 326408 URL: http://svnweb.freebsd.org/changeset/ports/326408 Log: - Fix build with clang [1] - Use to new LIB_DEPENDS format Reported by: pkg-fallout Added: head/multimedia/pwcbsd/files/patch-pwc-dec23.c (contents, props changed) Modified: head/multimedia/pwcbsd/Makefile (contents, props changed) Modified: head/multimedia/pwcbsd/Makefile ============================================================================== --- head/multimedia/pwcbsd/Makefile Thu Sep 5 15:33:39 2013 (r326407) +++ head/multimedia/pwcbsd/Makefile Thu Sep 5 15:52:21 2013 (r326408) @@ -45,7 +45,7 @@ ALL_TARGET= all .if ${PORT_OPTIONS:MPROGRAMS} ALL_TARGET+= pwcview PROGRAMS= pwcview -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg MAN1= pwcview.1 USE_SDL= sdl PLIST_SUB+= PROGRAMS="" Added: head/multimedia/pwcbsd/files/patch-pwc-dec23.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/pwcbsd/files/patch-pwc-dec23.c Thu Sep 5 15:52:21 2013 (r326408) @@ -0,0 +1,11 @@ +--- pwc-dec23.c.orig 2013-09-05 17:36:27.000000000 +0200 ++++ pwc-dec23.c 2013-09-05 17:37:27.000000000 +0200 +@@ -261,7 +261,7 @@ + { + int flags; + struct pwc_dec23_private *pdev = data; +- release = release; ++ /* release = release; */ + + switch (type) { + case 720: From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:17:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 519A66FB; Thu, 5 Sep 2013 16:17:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4022E2D37; Thu, 5 Sep 2013 16:17:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GH1DD034424; Thu, 5 Sep 2013 16:17:01 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GH0ow034419; Thu, 5 Sep 2013 16:17:00 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309051617.r85GH0ow034419@svn.freebsd.org> From: Frederic Culot Date: Thu, 5 Sep 2013 16:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326409 - head/databases/cego 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.14 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: Thu, 05 Sep 2013 16:17:01 -0000 Author: culot Date: Thu Sep 5 16:17:00 2013 New Revision: 326409 URL: http://svnweb.freebsd.org/changeset/ports/326409 Log: - Update to 2.19.6 Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/181751 Submitted by: Kurt Jaeger (maintainer) Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Sep 5 15:52:21 2013 (r326408) +++ head/databases/cego/Makefile Thu Sep 5 16:17:00 2013 (r326409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.19.4 +PORTVERSION= 2.19.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Sep 5 15:52:21 2013 (r326408) +++ head/databases/cego/distinfo Thu Sep 5 16:17:00 2013 (r326409) @@ -1,2 +1,2 @@ -SHA256 (cego-2.19.4.tar.gz) = 9d6ace2b91a9015a3579fb40a30e05ab6b72da5e40c94eab03019380bd6c3942 -SIZE (cego-2.19.4.tar.gz) = 1299660 +SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223 +SIZE (cego-2.19.6.tar.gz) = 901957 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:20:15 2013 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 ESMTP id 1E401B85; Thu, 5 Sep 2013 16:20:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2E72D84; Thu, 5 Sep 2013 16:20:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GKEDf036000; Thu, 5 Sep 2013 16:20:14 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GKE2h035992; Thu, 5 Sep 2013 16:20:14 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309051620.r85GKE2h035992@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 5 Sep 2013 16:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326410 - in head/math/abacus: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 16:20:15 -0000 Author: gahr Date: Thu Sep 5 16:20:13 2013 New Revision: 326410 URL: http://svnweb.freebsd.org/changeset/ports/326410 Log: - New port: math/abacus ABACUS is a software system written in C++ that provides a framework for the implementation of branch-and-bound algorithms using linear programming relaxations. Cutting planes or columns can be generated dynamically (branch-and-cut, branch-and-price, branch-and-cut-and-price). WWW: http://www.informatik.uni-koeln.de/abacus/ Added: head/math/abacus/ head/math/abacus/Makefile (contents, props changed) head/math/abacus/distinfo (contents, props changed) head/math/abacus/files/ head/math/abacus/files/patch-Makefile (contents, props changed) head/math/abacus/pkg-descr (contents, props changed) head/math/abacus/pkg-plist (contents, props changed) Added: head/math/abacus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abacus/Makefile Thu Sep 5 16:20:13 2013 (r326410) @@ -0,0 +1,37 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= abacus +DISTVERSION= 3.2betaU1 +CATEGORIES= math +MASTER_SITES= http://www.informatik.uni-koeln.de/abacus/ + +MAINTAINER= gahr@FreeBSD.org +COMMENT= A Branch-And-CUt System + +LICENSE= GPLv2 + +LIB_DEPENDS= Clp:${PORTSDIR}/math/coinmp + +USE_GCC= 4.4+ +USES= gmake perl5 +USE_PERL5= build +USE_LDCONFIG= yes +ALL_TARGET= abacus + +WRKSRC= ${WRKDIR} + +post-patch: + ${REINPLACE_CMD} -e '\ + s|%%LOCALBASE%%|${LOCALBASE}|g; \ + s|%%CXX%%|${CXX}|g; \ + s|%%PERL5%%|${PERL5}|g' \ + ${WRKSRC}/Makefile + +do-install: + ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.a ${PREFIX}/lib/libabacus-osi.a + ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${PREFIX}/lib/libabacus-osi.so.1 + ${LN} -sf libabacus-osi.so.1 ${PREFIX}/lib/libabacus-osi.so + cd ${WRKSRC}/Include && ${COPYTREE_SHARE} abacus ${PREFIX}/include + +.include Added: head/math/abacus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abacus/distinfo Thu Sep 5 16:20:13 2013 (r326410) @@ -0,0 +1,2 @@ +SHA256 (abacus-3.2betaU1.tar.gz) = 149756f80de838f24af73ba30f0dfdac90495852dd40ceb6bec6043c78daf118 +SIZE (abacus-3.2betaU1.tar.gz) = 426502 Added: head/math/abacus/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abacus/files/patch-Makefile Thu Sep 5 16:20:13 2013 (r326410) @@ -0,0 +1,74 @@ +--- Makefile.orig 2012-01-06 14:29:04.000000000 +0100 ++++ Makefile 2013-09-05 14:35:52.000000000 +0200 +@@ -7,7 +7,7 @@ + ####################################################################### + + # Path to coin-osi header files +- OSI_INCLUDE=/usr/include/coin ++ OSI_INCLUDE=%%LOCALBASE%%/include/coin + # Path to solver include directories - leave empty if the solver + # is not installed + CLP_PATH=$(OSI_INCLUDE) +@@ -40,7 +40,7 @@ + ####################################################################### + + # gcc +-CCC = g++-4.4 ++CCC = %%CXX%% + + # add files to an archive + ARCHIVE = ar rc +@@ -48,10 +48,10 @@ + # PRE_ARCHIVE is used to instantiate required templates (SGI) + PRE_ARCHIVE = true + +-STRIP = strip -x ++STRIP = true + + AWK = awk +-PERL = /usr/bin/perl ++PERL = %%PERL5%% + + # Gnu cp + GCP = /bin/cp +@@ -141,7 +141,8 @@ + DEPEND = $(OBJDIR)/Makefile.dep + + CCFLAGS = $(ABACUS_INCLUDE) $(CCFLAG_SYS) $(CCFLAG_COMPILER) \ +- $(CCFLAG_TEMPLATE) $(CCFLAG_PARALLEL) $(CCFLAG_DEBOPT) ++ $(CCFLAG_TEMPLATE) $(CCFLAG_PARALLEL) $(CCFLAG_DEBOPT) \ ++ -fPIC + + ####################################################################### + # +@@ -523,15 +524,20 @@ + $(ARCHIVE) $@ $(OSI_O) + + # The basic ABACUS library +-abacus-base: $(LIBDIR)/stuff/abacus-base.a ++abacus-base-static: $(LIBDIR)/stuff/abacus-base.a ++abacus-base-shared: $(LIBDIR)/stuff/abacus-base.so + + $(LIBDIR)/stuff/abacus-base.a: $(ABACUS_O) + rm -f $@ + @$(PRE_ARCHIVE) $(ABACUS_O) + $(ARCHIVE) $@ $(ABACUS_O) + ++$(LIBDIR)/stuff/abacus-base.so: $(ABACUS_O) ++ rm -f $@ ++ $(CXX) -shared -o $@ $(ABACUS_O) ++ + # Build the library distribution directory (lib and lib/stuff) +-lib-all: subdirs abacus-base lpif interface $(ADDITIONAL_LIB_ALL) ++lib-all: subdirs abacus-base-static abacus-base-shared lpif interface $(ADDITIONAL_LIB_ALL) + + # Create a tar file containing all necessary stuff to compile ABACUS on + # a remote system. +@@ -571,6 +577,7 @@ + + abacus: lib-all + cp $(LIBDIR)/stuff/abacus-base.a $(LIBDIR)/libabacus-osi.a ++ cp $(LIBDIR)/stuff/abacus-base.so $(LIBDIR)/libabacus-osi.so + mkdir $(LIBDIR)/temp + cd $(LIBDIR)/temp; ar x ../stuff/interface-osi.a + find $(LIBDIR)/temp -name \*.o | xargs -n1 ar r $(LIBDIR)/libabacus-osi.a Added: head/math/abacus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abacus/pkg-descr Thu Sep 5 16:20:13 2013 (r326410) @@ -0,0 +1,24 @@ +ABACUS is a software system written in C++ that provides a framework for the +implementation of branch-and-bound algorithms using linear programming +relaxations. Cutting planes or columns can be generated dynamically +(branch-and-cut, branch-and-price, branch-and-cut-and-price). + +ABACUS allows the software developer to concentrate merely on the problem +specific parts, i.e., the separation of cutting planes, column generation, and +primal heuristics. ABACUS supports the Open Solver Interface (Osi) developed +by the COIN-OR (COmputational INfrastructure for Operations Research) project +which means that every solver supported by OSI can be used to solve the +relaxations. + +Moreover, ABACUS provides a variety of general algorithmic concepts, e.g., a +list of different enumeration and branching strategies from which the best +alternative for the user's application can be chosen. + +Finally, ABACUS provides many basic data structures and useful tools for the +implementation of such algorithms. It is designed both for general mixed +integer optimization problems and for combinatorial optimization problems. It +unifies cutting plane and column generation within one algorithm framework. +Simple reuse of code and the design of abstract data structures and algorithms +are met by object oriented programming modules. + +WWW: http://www.informatik.uni-koeln.de/abacus/ Added: head/math/abacus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abacus/pkg-plist Thu Sep 5 16:20:13 2013 (r326410) @@ -0,0 +1,105 @@ +lib/libabacus-osi.a +lib/libabacus-osi.so +lib/libabacus-osi.so.1 +include/abacus/abacusroot.h +include/abacus/active.h +include/abacus/active.inc +include/abacus/array.h +include/abacus/array.inc +include/abacus/bheap.h +include/abacus/bheap.inc +include/abacus/boundbranchrule.h +include/abacus/bprioqueue.h +include/abacus/bprioqueue.inc +include/abacus/branchrule.h +include/abacus/bstack.h +include/abacus/bstack.inc +include/abacus/buffer.h +include/abacus/buffer.inc +include/abacus/column.h +include/abacus/colvar.h +include/abacus/conbranchrule.h +include/abacus/conclass.h +include/abacus/constraint.h +include/abacus/convar.h +include/abacus/cowtimer.h +include/abacus/cputimer.h +include/abacus/csense.h +include/abacus/cutbuffer.h +include/abacus/cutbuffer.inc +include/abacus/debug.h +include/abacus/dictionary.h +include/abacus/dictionary.inc +include/abacus/dlist.h +include/abacus/dlist.inc +include/abacus/dlistitem.h +include/abacus/dlistitem.inc +include/abacus/dualbound.h +include/abacus/exceptions.h +include/abacus/fastset.h +include/abacus/fixcand.h +include/abacus/fsvarstat.h +include/abacus/global.h +include/abacus/hash.h +include/abacus/hash.inc +include/abacus/history.h +include/abacus/id.h +include/abacus/idmap.h +include/abacus/idmap.inc +include/abacus/infeascon.h +include/abacus/intset.h +include/abacus/list.h +include/abacus/list.inc +include/abacus/listitem.h +include/abacus/listitem.inc +include/abacus/lp.h +include/abacus/lpmaster.h +include/abacus/lpmasterosi.h +include/abacus/lpsolution.h +include/abacus/lpsolution.inc +include/abacus/lpsub.h +include/abacus/lpsubosi.h +include/abacus/lpvarstat.h +include/abacus/master.h +include/abacus/message.h +include/abacus/mtserver.h +include/abacus/nonduplpool.h +include/abacus/nonduplpool.inc +include/abacus/numcon.h +include/abacus/numvar.h +include/abacus/opensub.h +include/abacus/optsense.h +include/abacus/osiif.h +include/abacus/osiinclude.h +include/abacus/ostream.h +include/abacus/parmaster.h +include/abacus/pool.h +include/abacus/pool.inc +include/abacus/poolslot.h +include/abacus/poolslot.inc +include/abacus/poolslotref.h +include/abacus/poolslotref.inc +include/abacus/ring.h +include/abacus/ring.inc +include/abacus/row.h +include/abacus/rowcon.h +include/abacus/separator.h +include/abacus/separator.inc +include/abacus/set.h +include/abacus/setbranchrule.h +include/abacus/slackstat.h +include/abacus/sorter.h +include/abacus/sorter.inc +include/abacus/sparvec.h +include/abacus/srowcon.h +include/abacus/standardpool.h +include/abacus/standardpool.inc +include/abacus/string.h +include/abacus/sub.h +include/abacus/subserver.h +include/abacus/tailoff.h +include/abacus/timer.h +include/abacus/valbranchrule.h +include/abacus/variable.h +include/abacus/vartype.h +@dirrm include/abacus From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:25:39 2013 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 ESMTP id 0E91EF95; Thu, 5 Sep 2013 16:25:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFC612DD2; Thu, 5 Sep 2013 16:25:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GPcoQ039941; Thu, 5 Sep 2013 16:25:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GPc6P039940; Thu, 5 Sep 2013 16:25:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309051625.r85GPc6P039940@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 5 Sep 2013 16:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326411 - head/graphics/evas-core 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.14 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: Thu, 05 Sep 2013 16:25:39 -0000 Author: bapt Date: Thu Sep 5 16:25:38 2013 New Revision: 326411 URL: http://svnweb.freebsd.org/changeset/ports/326411 Log: Readd USE_GCC=any building with clang at least 3.2 on amd64 to have problem Modified: head/graphics/evas-core/Makefile Modified: head/graphics/evas-core/Makefile ============================================================================== --- head/graphics/evas-core/Makefile Thu Sep 5 16:20:13 2013 (r326410) +++ head/graphics/evas-core/Makefile Thu Sep 5 16:25:38 2013 (r326411) @@ -20,6 +20,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USES= pathfix pkgconfig +USE_GCC= any USE_EFL= librt_hack libtool_hack USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/evas From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:33:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A12932B; Thu, 5 Sep 2013 16:33:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4ED5B2E45; Thu, 5 Sep 2013 16:33:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GXfGE045058; Thu, 5 Sep 2013 16:33:41 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GXeUc045056; Thu, 5 Sep 2013 16:33:40 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309051633.r85GXeUc045056@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 5 Sep 2013 16:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326412 - in head/games/gtkradiant: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 16:33:41 -0000 Author: danfe Date: Thu Sep 5 16:33:40 2013 New Revision: 326412 URL: http://svnweb.freebsd.org/changeset/ports/326412 Log: - Attempt to unbreak the build against Clang - Get rid of bogus dependency on devel/py-subversion - Modernize LIB_DEPENDS syntax, copy files with -a - Add an explicit dependency on pkgconfig Reported by: pkg-fallout Modified: head/games/gtkradiant/Makefile head/games/gtkradiant/files/patch-makeversion.py Modified: head/games/gtkradiant/Makefile ============================================================================== --- head/games/gtkradiant/Makefile Thu Sep 5 16:25:38 2013 (r326411) +++ head/games/gtkradiant/Makefile Thu Sep 5 16:33:40 2013 (r326412) @@ -16,13 +16,13 @@ COMMENT= Level design program developed LICENSE= GPLv2 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion -LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ - mhash.2:${PORTSDIR}/security/mhash \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ + libmhash.so:${PORTSDIR}/security/mhash \ + libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/GPL/GtkRadiant +USES= pkgconfig USE_ZIP= yes USE_GNOME= gtk20 libxml2 USE_PYTHON_BUILD= yes @@ -49,14 +49,19 @@ post-patch: ${WRKSRC}/radiant/patch.cpp \ ${WRKSRC}/radiant/watchbsp.cpp \ ${WRKSRC}/tools/quake3/common/inout.c + @${REINPLACE_CMD} -e '/#include "generic\/reference.h"/x ; 318G' \ + ${WRKSRC}/libs/scenelib.h + @${REINPLACE_CMD} -e '/#include "generic\/referencecounted.h/ { \ + x ; s/^/#include "scenelib.h"/ ; G ; }' \ + ${WRKSRC}/plugins/mapq3/parse.h post-build: cd ${WRKSRC} && ${PYTHON_CMD} install.py - ${CP} -R ${WRKDIR}/${PORTNAME}_gamepacks/* ${WRKSRC}/install + ${CP} -a ${WRKDIR}/${PORTNAME}_gamepacks/* ${WRKSRC}/install do-install: @${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/install/* ${DATADIR} + ${CP} -a ${WRKSRC}/install/* ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin .include Modified: head/games/gtkradiant/files/patch-makeversion.py ============================================================================== --- head/games/gtkradiant/files/patch-makeversion.py Thu Sep 5 16:25:38 2013 (r326411) +++ head/games/gtkradiant/files/patch-makeversion.py Thu Sep 5 16:33:40 2013 (r326412) @@ -1,6 +1,15 @@ --- ./makeversion.py.orig Sun Feb 12 16:47:01 2006 +++ ./makeversion.py Thu Mar 16 16:09:46 2006 -@@ -82,7 +82,7 @@ +@@ -39,8 +39,6 @@ + + import sys, re, string, os + +-import svn +- + def get_version(): + # version + f = open('include/version.default', 'r') +@@ -82,7 +80,7 @@ def radiant_makeversion(append_about): line = f.readline() f.close() else: From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:34:47 2013 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 ESMTP id 114A3417; Thu, 5 Sep 2013 16:34:47 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0049C2E4F; Thu, 5 Sep 2013 16:34:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GYkEE045468; Thu, 5 Sep 2013 16:34:46 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GYkP1045467; Thu, 5 Sep 2013 16:34:46 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309051634.r85GYkP1045467@svn.freebsd.org> From: Frederic Culot Date: Thu, 5 Sep 2013 16:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326413 - head/devel/p5-DateTime-Locale 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.14 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: Thu, 05 Sep 2013 16:34:47 -0000 Author: culot Date: Thu Sep 5 16:34:46 2013 New Revision: 326413 URL: http://svnweb.freebsd.org/changeset/ports/326413 Log: - Convert to OptionsNG PR: ports/181773 Submitted by: Takefu Modified: head/devel/p5-DateTime-Locale/Makefile Modified: head/devel/p5-DateTime-Locale/Makefile ============================================================================== --- head/devel/p5-DateTime-Locale/Makefile Thu Sep 5 16:33:40 2013 (r326412) +++ head/devel/p5-DateTime-Locale/Makefile Thu Sep 5 16:34:46 2013 (r326413) @@ -490,10 +490,14 @@ MAN3= \ DateTime::Locale::zu_ZA.3 \ DateTime::LocaleCatalog.3 -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= Changes +.endif post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 16:55:34 2013 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 ESMTP id A21BD6C5; Thu, 5 Sep 2013 16:55:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE632FCA; Thu, 5 Sep 2013 16:55:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85GtYe9057492; Thu, 5 Sep 2013 16:55:34 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85GtYHw057490; Thu, 5 Sep 2013 16:55:34 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309051655.r85GtYHw057490@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 5 Sep 2013 16:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326414 - head/security/snort 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.14 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: Thu, 05 Sep 2013 16:55:34 -0000 Author: zi Date: Thu Sep 5 16:55:34 2013 New Revision: 326414 URL: http://svnweb.freebsd.org/changeset/ports/326414 Log: - Add OPTION to enable non-Ethernet decoders Requested by: Andrew Nichols Modified: head/security/snort/Makefile Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Thu Sep 5 16:34:46 2013 (r326413) +++ head/security/snort/Makefile Thu Sep 5 16:55:34 2013 (r326414) @@ -23,7 +23,7 @@ RUN_DEPENDS= daq>=2.0.0:${PORTSDIR}/net/ OPTIONS_DEFINE= IPV6 MPLS GRE TARGETBASED ZLIB NORMALIZER REACT \ PERFPROFILE FLEXRESP3 LRGPCAP SNORTSAM SOURCEFIRE \ - DBGSNORT BARNYARD PULLEDPORK + DBGSNORT BARNYARD PULLEDPORK NONETHER OPTIONS_DEFAULT=IPV6 MPLS GRE ZLIB NORMALIZER REACT PERFPROFILE \ FLEXRESP3 SOURCEFIRE TARGETBASED PULLEDPORK \ BARNYARD @@ -31,6 +31,7 @@ OPTIONS_DEFAULT=IPV6 MPLS GRE ZLIB NORMA GRE_DESC= Enable GRE support TARGETBASED_DESC= Enable targetbased support ZLIB_DESC= Enable GZIP support +NONETHER_DESC= Enable non-Ethernet Decoders NORMALIZER_DESC= Enable normalizer REACT_DESC= Enable react PERFPROFILE_DESC= Enable performance profiling @@ -113,6 +114,10 @@ CONFIGURE_ARGS+=--disable-ipv6 CONFIGURE_ARGS+=--disable-gre .endif +.if ${PORT_OPTIONS:MNONETHER} +CONFIGURE_ARGS+=--enable-non-ether-decoders +.endif + .if empty(PORT_OPTIONS:MMPLS) CONFIGURE_ARGS+=--disable-mpls .endif From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:01:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0FEC882; Thu, 5 Sep 2013 17:01:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEFDA2064; Thu, 5 Sep 2013 17:01:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85H1Dqu062088; Thu, 5 Sep 2013 17:01:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85H1C6Z062066; Thu, 5 Sep 2013 17:01:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309051701.r85H1C6Z062066@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 17:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326415 - in head: audio/rhythmbox math/plplot x11-toolkits/gnome-sharp20 x11-toolkits/libgail-gnome x11-toolkits/libgtk-java x11-wm/compiz-plugins-main 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.14 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: Thu, 05 Sep 2013 17:01:14 -0000 Author: antoine Date: Thu Sep 5 17:01:12 2013 New Revision: 326415 URL: http://svnweb.freebsd.org/changeset/ports/326415 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/audio/rhythmbox/Makefile head/math/plplot/Makefile head/x11-toolkits/gnome-sharp20/Makefile head/x11-toolkits/libgail-gnome/Makefile head/x11-toolkits/libgtk-java/Makefile head/x11-wm/compiz-plugins-main/Makefile Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/audio/rhythmbox/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -25,7 +25,7 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/ CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* USE_BZIP2= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig INSTALLS_OMF= yes USE_GNOME= intlhack gnomeprefix gtk20 nautilus2 WANT_GNOME= yes Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/math/plplot/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -26,14 +26,13 @@ OPTIONS_DEFAULT= THREADS X11 USE_GNOME= pango USE_PERL5= build USE_GHOSTSCRIPT=yes -USES= cmake perl5 +USES= cmake gmake perl5 pkgconfig CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF -DENABLE_ada:BOOL=OFF \ -DENABLE_d:BOOL=OFF -DENABLE_ocaml:BOOL=OFF \ -DENABLE_pyqt4:BOOL=OFF \ -DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \ -DPLD_plmeta:BOOL=ON -USE_GMAKE= yes USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -18,8 +18,7 @@ LATEST_LINK= gnome-sharp20 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui Modified: head/x11-toolkits/libgail-gnome/Makefile ============================================================================== --- head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An implementation of the ATK interfaces for GNOME widgets USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 Modified: head/x11-toolkits/libgtk-java/Makefile ============================================================================== --- head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -14,7 +14,7 @@ COMMENT= Java wrapper for Gtk+, Pango, A LIB_DEPENDS= cairojni-${CAIRO_API_VERSION}.1:${PORTSDIR}/graphics/cairo-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes Modified: head/x11-wm/compiz-plugins-main/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -19,8 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:02:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0A18A8E; Thu, 5 Sep 2013 17:02:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90DEF207B; Thu, 5 Sep 2013 17:02:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85H2MMb062512; Thu, 5 Sep 2013 17:02:22 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85H2MAS062509; Thu, 5 Sep 2013 17:02:22 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201309051702.r85H2MAS062509@svn.freebsd.org> From: Roman Bogorodskiy Date: Thu, 5 Sep 2013 17:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326416 - head/x11-wm/openbox 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.14 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: Thu, 05 Sep 2013 17:02:22 -0000 Author: novel Date: Thu Sep 5 17:02:21 2013 New Revision: 326416 URL: http://svnweb.freebsd.org/changeset/ports/326416 Log: - update to 3.5.2 - pet portlint Modified: head/x11-wm/openbox/Makefile head/x11-wm/openbox/distinfo (contents, props changed) head/x11-wm/openbox/pkg-plist Modified: head/x11-wm/openbox/Makefile ============================================================================== --- head/x11-wm/openbox/Makefile Thu Sep 5 17:01:12 2013 (r326415) +++ head/x11-wm/openbox/Makefile Thu Sep 5 17:02:21 2013 (r326416) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openbox -PORTVERSION= 3.5.0 -PORTREVISION= 3 +PORTVERSION= 3.5.2 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ @@ -48,7 +47,7 @@ CONFIGURE_ARGS+= --disable-pango .endif .if !defined(WITHOUT_STARTUP_NOTIFICATION) -LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification .else CONFIGURE_ARGS+= --disable-startup-notification .endif Modified: head/x11-wm/openbox/distinfo ============================================================================== --- head/x11-wm/openbox/distinfo Thu Sep 5 17:01:12 2013 (r326415) +++ head/x11-wm/openbox/distinfo Thu Sep 5 17:02:21 2013 (r326416) @@ -1,2 +1,2 @@ -SHA256 (openbox-3.5.0.tar.gz) = 6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a -SIZE (openbox-3.5.0.tar.gz) = 911834 +SHA256 (openbox-3.5.2.tar.gz) = 128fb4ef11f83f6edb1685cfc04f44a16a5322082fc519f9d7cac84fc658af33 +SIZE (openbox-3.5.2.tar.gz) = 972751 Modified: head/x11-wm/openbox/pkg-plist ============================================================================== --- head/x11-wm/openbox/pkg-plist Thu Sep 5 17:01:12 2013 (r326415) +++ head/x11-wm/openbox/pkg-plist Thu Sep 5 17:02:21 2013 (r326416) @@ -32,17 +32,19 @@ etc/xdg/openbox/rc.xml lib/libobrender.a lib/libobrender.la lib/libobrender.so -lib/libobrender.so.27 +lib/libobrender.so.29 lib/libobt.a lib/libobt.la lib/libobt.so -lib/libobt.so.0 +lib/libobt.so.2 libdata/pkgconfig/obrender-%%VERSION%%.pc libdata/pkgconfig/obt-%%VERSION%%.pc libexec/openbox-autostart libexec/openbox-xdg-autostart share/applications/openbox.desktop share/gnome/wm-properties/openbox.desktop +share/gnome-session/sessions/openbox-gnome.session +share/gnome-session/sessions/openbox-gnome-fallback.session share/pixmaps/openbox.png share/themes/Artwiz-boxed/openbox-3/themerc share/themes/Clearlooks-3.4/openbox-3/themerc @@ -107,21 +109,25 @@ share/xsessions/openbox-kde.desktop %%DOCSDIR%%/xbm/max.xbm %%DOCSDIR%%/xbm/shade_toggled.xbm %%DOCSDIR%%/xbm/shade.xbm +%%NLS%%share/locale/af/LC_MESSAGES/openbox.mo %%NLS%%share/locale/ar/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/be/LC_MESSAGES/openbox.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/openbox.mo %%NLS%%share/locale/ca/LC_MESSAGES/openbox.mo %%NLS%%share/locale/cs/LC_MESSAGES/openbox.mo %%NLS%%share/locale/da/LC_MESSAGES/openbox.mo %%NLS%%share/locale/de/LC_MESSAGES/openbox.mo -%%NLS%%share/locale/en@quot/LC_MESSAGES/openbox.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/en@quot/LC_MESSAGES/openbox.mo %%NLS%%share/locale/es/LC_MESSAGES/openbox.mo %%NLS%%share/locale/et/LC_MESSAGES/openbox.mo %%NLS%%share/locale/eu/LC_MESSAGES/openbox.mo %%NLS%%share/locale/fi/LC_MESSAGES/openbox.mo %%NLS%%share/locale/fr/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/he/LC_MESSAGES/openbox.mo %%NLS%%share/locale/hr/LC_MESSAGES/openbox.mo %%NLS%%share/locale/hu/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/ia/LC_MESSAGES/openbox.mo %%NLS%%share/locale/it/LC_MESSAGES/openbox.mo %%NLS%%share/locale/ja/LC_MESSAGES/openbox.mo %%NLS%%share/locale/lt/LC_MESSAGES/openbox.mo @@ -131,6 +137,7 @@ share/xsessions/openbox-kde.desktop %%NLS%%share/locale/pl/LC_MESSAGES/openbox.mo %%NLS%%share/locale/pt/LC_MESSAGES/openbox.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/ro/LC_MESSAGES/openbox.mo %%NLS%%share/locale/ru/LC_MESSAGES/openbox.mo %%NLS%%share/locale/sk/LC_MESSAGES/openbox.mo %%NLS%%share/locale/sr/LC_MESSAGES/openbox.mo @@ -138,15 +145,17 @@ share/xsessions/openbox-kde.desktop %%NLS%%share/locale/sv/LC_MESSAGES/openbox.mo %%NLS%%share/locale/tr/LC_MESSAGES/openbox.mo %%NLS%%share/locale/uk/LC_MESSAGES/openbox.mo +%%NLS%%share/locale/vi/LC_MESSAGES/openbox.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/openbox.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/openbox.mo -%%NLS%%share/locale/vi/LC_MESSAGES/openbox.mo %%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/bn_IN -%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/en@quot %%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@boldquot +%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@quot +%%NLS%%@dirrmtry share/locale/ia/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ia @dirrm %%DOCSDIR%%/xbm @dirrm %%DOCSDIR%% @dirrm share/themes/Artwiz-boxed/openbox-3 @@ -180,5 +189,7 @@ share/xsessions/openbox-kde.desktop @dirrm include/openbox @dirrm etc/xdg/openbox @dirrmtry etc/xdg +@dirrmtry share/gnome-session/sessions +@dirrmtry share/gnome-session @dirrmtry share/xsessions @dirrmtry share/applications From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:03:15 2013 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 ESMTP id DACBAD95; Thu, 5 Sep 2013 17:03:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9653208A; Thu, 5 Sep 2013 17:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85H3Fnw062920; Thu, 5 Sep 2013 17:03:15 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85H3FVt062912; Thu, 5 Sep 2013 17:03:15 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201309051703.r85H3FVt062912@svn.freebsd.org> From: Roman Bogorodskiy Date: Thu, 5 Sep 2013 17:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326417 - in head/x11-wm/obconf: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 17:03:15 -0000 Author: novel Date: Thu Sep 5 17:03:14 2013 New Revision: 326417 URL: http://svnweb.freebsd.org/changeset/ports/326417 Log: - update to 2.0.4 - pet portlint Deleted: head/x11-wm/obconf/files/ Modified: head/x11-wm/obconf/Makefile head/x11-wm/obconf/distinfo head/x11-wm/obconf/pkg-descr head/x11-wm/obconf/pkg-plist Modified: head/x11-wm/obconf/Makefile ============================================================================== --- head/x11-wm/obconf/Makefile Thu Sep 5 17:02:21 2013 (r326416) +++ head/x11-wm/obconf/Makefile Thu Sep 5 17:03:14 2013 (r326417) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= obconf -PORTVERSION= 2.0.3 -PORTREVISION= 8 +PORTVERSION= 2.0.4 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/obconf/ MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - obrender.27:${PORTSDIR}/x11-wm/openbox +LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ + obrender:${PORTSDIR}/x11-wm/openbox USES= pkgconfig USE_GNOME= gnomehier libglade2 Modified: head/x11-wm/obconf/distinfo ============================================================================== --- head/x11-wm/obconf/distinfo Thu Sep 5 17:02:21 2013 (r326416) +++ head/x11-wm/obconf/distinfo Thu Sep 5 17:03:14 2013 (r326417) @@ -1,2 +1,2 @@ -SHA256 (obconf-2.0.3.tar.gz) = f6c1cdac2667fc8b49513b7f21ef935851b594b9d8577aa86da105cce8fc3c1c -SIZE (obconf-2.0.3.tar.gz) = 267589 +SHA256 (obconf-2.0.4.tar.gz) = 71a3e5f4ee246a27421ba85044f09d449f8de22680944ece9c471cd46a9356b9 +SIZE (obconf-2.0.4.tar.gz) = 456523 Modified: head/x11-wm/obconf/pkg-descr ============================================================================== --- head/x11-wm/obconf/pkg-descr Thu Sep 5 17:02:21 2013 (r326416) +++ head/x11-wm/obconf/pkg-descr Thu Sep 5 17:03:14 2013 (r326417) @@ -1,3 +1,3 @@ ObConf is a GUI utility for configuring the Openbox window manager. -WWW: http://openbox.org/wiki/Obconf +WWW: http://openbox.org/wiki/Obconf Modified: head/x11-wm/obconf/pkg-plist ============================================================================== --- head/x11-wm/obconf/pkg-plist Thu Sep 5 17:02:21 2013 (r326416) +++ head/x11-wm/obconf/pkg-plist Thu Sep 5 17:03:14 2013 (r326417) @@ -5,20 +5,43 @@ share/mimelnk/application/x-openbox-them share/mime/packages/obconf.xml %%DATADIR%%/obconf.glade %%DATADIR%%/video-display.png +%%NLS%%share/locale/ar/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/be/LC_MESSAGES/obconf.mo %%NLS%%share/locale/cs/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/da/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/de/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/el/LC_MESSAGES/obconf.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/obconf.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/obconf.mo %%NLS%%share/locale/es/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/et/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/fi/LC_MESSAGES/obconf.mo %%NLS%%share/locale/fr/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/he/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/hr/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/hu/LC_MESSAGES/obconf.mo %%NLS%%share/locale/it/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/ja/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/lt/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/lv/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/nl/LC_MESSAGES/obconf.mo %%NLS%%share/locale/no/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/pl/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/ro/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/ru/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/sr/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/obconf.mo %%NLS%%share/locale/sv/LC_MESSAGES/obconf.mo %%NLS%%share/locale/tr/LC_MESSAGES/obconf.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/obconf.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/obconf.mo %%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@boldquot %%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@quot +%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@latin @dirrm %%DATADIR%% @dirrmtry share/applications @dirrmtry share/mimelnk/application From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:03:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9679FE89; Thu, 5 Sep 2013 17:03:46 +0000 (UTC) (envelope-from mich@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 820A12097; Thu, 5 Sep 2013 17:03:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85H3kUN063128; Thu, 5 Sep 2013 17:03:46 GMT (envelope-from mich@svn.freebsd.org) Received: (from mich@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85H3k0f063126; Thu, 5 Sep 2013 17:03:46 GMT (envelope-from mich@svn.freebsd.org) Message-Id: <201309051703.r85H3k0f063126@svn.freebsd.org> From: Michael Landin Hostbaek Date: Thu, 5 Sep 2013 17:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326418 - in head/misc/clex: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 17:03:46 -0000 Author: mich Date: Thu Sep 5 17:03:45 2013 New Revision: 326418 URL: http://svnweb.freebsd.org/changeset/ports/326418 Log: - update to 4.6.6 (patch6) Deleted: head/misc/clex/files/patch-control.c Modified: head/misc/clex/Makefile head/misc/clex/distinfo Modified: head/misc/clex/Makefile ============================================================================== --- head/misc/clex/Makefile Thu Sep 5 17:03:14 2013 (r326417) +++ head/misc/clex/Makefile Thu Sep 5 17:03:45 2013 (r326418) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= clex -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.6 CATEGORIES= misc MASTER_SITES= http://www.clex.sk/download/ +DISTNAME= clex-4.6.patch6 MAINTAINER= mich@FreeBSD.org COMMENT= A command line file manager Modified: head/misc/clex/distinfo ============================================================================== --- head/misc/clex/distinfo Thu Sep 5 17:03:14 2013 (r326417) +++ head/misc/clex/distinfo Thu Sep 5 17:03:45 2013 (r326418) @@ -1,2 +1,2 @@ -SHA256 (clex-4.6.4.tar.gz) = 3b0fdd4ba7511edf542bf96dfd16556338cde8756863c4d1a3e40eebe63afceb -SIZE (clex-4.6.4.tar.gz) = 243297 +SHA256 (clex-4.6.patch6.tar.gz) = 772d9c02a57c2e4f3b3098bcd32f5909be7f8b3aac78ed98302d889318140a2f +SIZE (clex-4.6.patch6.tar.gz) = 246396 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:11:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3632550B; Thu, 5 Sep 2013 17:11:51 +0000 (UTC) (envelope-from novel@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 258B9213D; Thu, 5 Sep 2013 17:11:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HBpMC068523; Thu, 5 Sep 2013 17:11:51 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HBoaP068521; Thu, 5 Sep 2013 17:11:50 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201309051711.r85HBoaP068521@svn.freebsd.org> From: Roman Bogorodskiy Date: Thu, 5 Sep 2013 17:11:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326419 - head/net/py-libcloud 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.14 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: Thu, 05 Sep 2013 17:11:51 -0000 Author: novel Date: Thu Sep 5 17:11:50 2013 New Revision: 326419 URL: http://svnweb.freebsd.org/changeset/ports/326419 Log: Update to 0.13.1. Modified: head/net/py-libcloud/Makefile head/net/py-libcloud/distinfo Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Thu Sep 5 17:03:45 2013 (r326418) +++ head/net/py-libcloud/Makefile Thu Sep 5 17:11:50 2013 (r326419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcloud -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/net/py-libcloud/distinfo ============================================================================== --- head/net/py-libcloud/distinfo Thu Sep 5 17:03:45 2013 (r326418) +++ head/net/py-libcloud/distinfo Thu Sep 5 17:11:50 2013 (r326419) @@ -1,2 +1,2 @@ -SHA256 (apache-libcloud-0.13.0.tar.bz2) = e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5 -SIZE (apache-libcloud-0.13.0.tar.bz2) = 395117 +SHA256 (apache-libcloud-0.13.1.tar.bz2) = 331eed2002a86493b2496f8e09224fc2766812fa72afb335d4d74f1bf4d36e19 +SIZE (apache-libcloud-0.13.1.tar.bz2) = 395693 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:19:33 2013 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 ESMTP id 6A14381D; Thu, 5 Sep 2013 17:19:33 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5920B2194; Thu, 5 Sep 2013 17:19:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HJXYF071554; Thu, 5 Sep 2013 17:19:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HJXeR071552; Thu, 5 Sep 2013 17:19:33 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051719.r85HJXeR071552@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 17:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326420 - head/net-mgmt/netdisco 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.14 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: Thu, 05 Sep 2013 17:19:33 -0000 Author: wg Date: Thu Sep 5 17:19:32 2013 New Revision: 326420 URL: http://svnweb.freebsd.org/changeset/ports/326420 Log: net-mgmt/netdisco: update to 1.3.2 - Update to 1.3.2 - USES perl5 PR: ports/181829 Submitted by: Geoffroy Desvernay (maintainer) Modified: head/net-mgmt/netdisco/Makefile head/net-mgmt/netdisco/distinfo Modified: head/net-mgmt/netdisco/Makefile ============================================================================== --- head/net-mgmt/netdisco/Makefile Thu Sep 5 17:11:50 2013 (r326419) +++ head/net-mgmt/netdisco/Makefile Thu Sep 5 17:19:32 2013 (r326420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netdisco -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= net-mgmt www MASTER_SITES= SF @@ -31,7 +31,7 @@ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod USERS= netdisco GROUPS= netdisco -USE_PERL5= yes +USES= perl5 USE_PGSQL= yes USE_APACHE_RUN= 22+ Modified: head/net-mgmt/netdisco/distinfo ============================================================================== --- head/net-mgmt/netdisco/distinfo Thu Sep 5 17:11:50 2013 (r326419) +++ head/net-mgmt/netdisco/distinfo Thu Sep 5 17:19:32 2013 (r326420) @@ -1,2 +1,2 @@ -SHA256 (netdisco-1.3.1.tar.gz) = dcf4da14a2fafd9e689e98f4df9a68d998c7aa439d96507bc7affdccd3699ea1 -SIZE (netdisco-1.3.1.tar.gz) = 1351216 +SHA256 (netdisco-1.3.2.tar.gz) = bd59472ab2efaf30a3f62a03511c91824011368d34728430e707861e44ee2aa4 +SIZE (netdisco-1.3.2.tar.gz) = 1351266 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:23:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 538B0A1B; Thu, 5 Sep 2013 17:23:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2916A21EE; Thu, 5 Sep 2013 17:23:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HN5dj075135; Thu, 5 Sep 2013 17:23:05 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HN4FG075133; Thu, 5 Sep 2013 17:23:04 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051723.r85HN4FG075133@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 17:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326421 - head/cad/irsim 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.14 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: Thu, 05 Sep 2013 17:23:05 -0000 Author: wg Date: Thu Sep 5 17:23:04 2013 New Revision: 326421 URL: http://svnweb.freebsd.org/changeset/ports/326421 Log: cad/irsim: update to 9.7.81 - Update to 9.7.81 - Use options helpers - USES gmake - Pass maintainership to submitter PR: ports/181843 Submitted by: Danilo Egêa Gondolfo Modified: head/cad/irsim/Makefile head/cad/irsim/distinfo Modified: head/cad/irsim/Makefile ============================================================================== --- head/cad/irsim/Makefile Thu Sep 5 17:19:32 2013 (r326420) +++ head/cad/irsim/Makefile Thu Sep 5 17:23:04 2013 (r326421) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= irsim -PORTVERSION= 9.7.79 +PORTVERSION= 9.7.81 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Event-driven logic-level simulator for MOS circuis LICENSE= GPLv2 @@ -17,11 +17,18 @@ OPTIONS_RADIO_INTERPRETER= SCHEME TCL OPTIONS_DEFAULT= SCHEME SCHEME_DESC= Scheme interpreter TCL_DESC= Tcl interpreter +OPTIONS_SUB= yes + +SCHEME_CONFIGURE_ON= --with-interpreter=scheme +TCL_CONFIGURE_ON= --with-interpreter=tcl --with-tcl=${TCL_LIBDIR} \ + --with-tk=${TK_LIBDIR} --with-tclincls=${TCL_INCLUDEDIR} \ + --with-tkincls=${TK_INCLUDEDIR} --with-tcllibs=${LOCALBASE}/lib \ + --with-tklibs=${LOCALBASE}/lib CONFIGURE_WRKSRC= ${WRKSRC}/scripts +USES= gmake USE_XORG= x11 -USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include @@ -36,21 +43,10 @@ MAN5= netchange.5 .if ${PORT_OPTIONS:MTCL} USE_TK_BUILD= yes USE_TK= yes -CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ - --with-tk=${TK_LIBDIR} \ - --with-tclincls=${TCL_INCLUDEDIR} \ - --with-tkincls=${TK_INCLUDEDIR} \ - --with-tcllibs=${LOCALBASE}/lib \ - --with-tklibs=${LOCALBASE}/lib \ - --with-interpreter=tcl -PLIST_SUB+= TCL="" NOTCL="@comment " +PLIST_SUB+= NOTCL="@comment " .else WISH= ${FALSE} -PLIST_SUB+= TCL="@comment " NOTCL="" -.endif - -.if ${PORT_OPTIONS:MSCHEME} -CONFIGURE_ARGS+= --with-interpreter=scheme +PLIST_SUB+= NOTCL="" .endif .if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL) Modified: head/cad/irsim/distinfo ============================================================================== --- head/cad/irsim/distinfo Thu Sep 5 17:19:32 2013 (r326420) +++ head/cad/irsim/distinfo Thu Sep 5 17:23:04 2013 (r326421) @@ -1,2 +1,2 @@ -SHA256 (irsim-9.7.79.tgz) = 48f639b0893eaf116d0d248b32fbc884fe5eceaba57499f22ee61e6e7c44b7eb -SIZE (irsim-9.7.79.tgz) = 471749 +SHA256 (irsim-9.7.81.tgz) = b9a80dbc7f49b0f543d669dda30bb2f8ab8a3d0415d8165195b4ef9b010341e5 +SIZE (irsim-9.7.81.tgz) = 459240 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:37:25 2013 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 ESMTP id 43240EA9; Thu, 5 Sep 2013 17:37:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2357A2312; Thu, 5 Sep 2013 17:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HbOQx082611; Thu, 5 Sep 2013 17:37:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HbNtG082601; Thu, 5 Sep 2013 17:37:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309051737.r85HbNtG082601@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 17:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326422 - in head: databases/libgnomedb deskutils/notify-osd net/liferea sysutils/gtk-send-pr textproc/qstardict textproc/scim-bridge x11-toolkits/nucleo x11/hs-X11-xft x11/xscreensaver... 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.14 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: Thu, 05 Sep 2013 17:37:25 -0000 Author: antoine Date: Thu Sep 5 17:37:22 2013 New Revision: 326422 URL: http://svnweb.freebsd.org/changeset/ports/326422 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/databases/libgnomedb/Makefile head/deskutils/notify-osd/Makefile head/net/liferea/Makefile head/sysutils/gtk-send-pr/Makefile head/textproc/qstardict/Makefile head/textproc/scim-bridge/Makefile head/x11-toolkits/nucleo/Makefile head/x11/hs-X11-xft/Makefile head/x11/xscreensaver-gnome/Makefile Modified: head/databases/libgnomedb/Makefile ============================================================================== --- head/databases/libgnomedb/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/databases/libgnomedb/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -21,10 +21,9 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ intlhack referencehack -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/deskutils/notify-osd/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -20,7 +20,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= libwnck gconf2 USE_GCC= yes Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/net/liferea/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -16,7 +16,7 @@ LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/w json-glib-1.0:${PORTSDIR}/devel/json-glib USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 USE_AUTOTOOLS= libtool USE_SQLITE= 3 Modified: head/sysutils/gtk-send-pr/Makefile ============================================================================== --- head/sysutils/gtk-send-pr/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/sysutils/gtk-send-pr/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -13,6 +13,7 @@ COMMENT= GTK2 send-pr tool LIB_DEPENDS= esmtp.7:${PORTSDIR}/mail/libesmtp +USES= pkgconfig USE_GNOME= gtk20 MAN1= gtk-send-pr.1 Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/textproc/qstardict/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -13,6 +13,7 @@ MASTER_SITES= http://qstardict.ylsoftwar MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary program written in Qt4 +USES= pkgconfig USE_BZIP2= yes USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build QMAKE_ARGS+= -recursive Modified: head/textproc/scim-bridge/Makefile ============================================================================== --- head/textproc/scim-bridge/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/textproc/scim-bridge/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -16,8 +16,7 @@ COMMENT= Scim-bridge agent (server) LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11-toolkits/nucleo/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -18,7 +18,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ exif:${PORTSDIR}/graphics/libexif USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/hs-X11-xft/Makefile ============================================================================== --- head/x11/hs-X11-xft/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11/hs-X11-xft/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -10,6 +10,7 @@ COMMENT= Bindings to the Xft, Xrender an LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= utf8-string>=0.1 X11>=1.2.1 USE_XORG= xft xrender Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11/xscreensaver-gnome/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -19,10 +19,9 @@ LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/ USE_XORG= x11 xpm USE_GL= gl -USE_GMAKE= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_GNOME= gnomehier libglade2 gnomehack -USES= gettext +USES= gettext gmake perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:39:26 2013 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 ESMTP id 42B2E11B; Thu, 5 Sep 2013 17:39:26 +0000 (UTC) (envelope-from nox@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 220EA2347; Thu, 5 Sep 2013 17:39:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HdPtv083370; Thu, 5 Sep 2013 17:39:26 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HdPNk083368; Thu, 5 Sep 2013 17:39:25 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309051739.r85HdPNk083368@svn.freebsd.org> From: Juergen Lock Date: Thu, 5 Sep 2013 17:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326423 - in head/emulators/qemu-devel: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 17:39:26 -0000 Author: nox Date: Thu Sep 5 17:39:25 2013 New Revision: 326423 URL: http://svnweb.freebsd.org/changeset/ports/326423 Log: - Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1] http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html See also gonzo's blog post: http://kernelnomicon.org/?p=401 - Bump PORTREVISION. Submitted by: gonzo (via irc) [1] Obtained from: qemu upstream [1] Added: head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c (contents, props changed) Modified: head/emulators/qemu-devel/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Thu Sep 5 17:37:22 2013 (r326422) +++ head/emulators/qemu-devel/Makefile Thu Sep 5 17:39:25 2013 (r326423) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot Added: head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c Thu Sep 5 17:39:25 2013 (r326423) @@ -0,0 +1,48 @@ +From: aurelien@aurel32.net (Aurelien Jarno) +Subject: [Qemu-devel] [PATCH] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN +Date: Wed, 28 Aug 2013 14:17:39 +0200 +Message-ID: <1377692259-19959-1-git-send-email-aurelien@aurel32.net> +To: qemu-devel@nongnu.org +Cc: Paolo Bonzini , qemu-stable@nongnu.org, + Aurelien Jarno + +Now that the memory subsystem is propagating the endianness correctly, +the pcnet-pci device should have its I/O ports and MMIO memory marked +as LITTLE_ENDIAN, as PCI devices are little endian. + +This makes the pcnet-pci NIC to work again on big endian MIPS Malta +(default NIC). + +Cc: qemu-stable@nongnu.org +Signed-off-by: Aurelien Jarno +--- + hw/net/pcnet-pci.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c +index a893165..865f2f0 100644 +--- a/hw/net/pcnet-pci.c ++++ b/hw/net/pcnet-pci.c +@@ -134,7 +134,7 @@ static void pcnet_ioport_write(void *opaque, hwaddr addr, + static const MemoryRegionOps pcnet_io_ops = { + .read = pcnet_ioport_read, + .write = pcnet_ioport_write, +- .endianness = DEVICE_NATIVE_ENDIAN, ++ .endianness = DEVICE_LITTLE_ENDIAN, + }; + + static void pcnet_mmio_writeb(void *opaque, hwaddr addr, uint32_t val) +@@ -256,7 +256,7 @@ static const MemoryRegionOps pcnet_mmio_ops = { + .read = { pcnet_mmio_readb, pcnet_mmio_readw, pcnet_mmio_readl }, + .write = { pcnet_mmio_writeb, pcnet_mmio_writew, pcnet_mmio_writel }, + }, +- .endianness = DEVICE_NATIVE_ENDIAN, ++ .endianness = DEVICE_LITTLE_ENDIAN, + }; + + static void pci_physical_memory_write(void *dma_opaque, hwaddr addr, +-- +1.7.10.4 + + + From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:48:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C23FE3A0; Thu, 5 Sep 2013 17:48:36 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B001823D9; Thu, 5 Sep 2013 17:48:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Hma2Y089085; Thu, 5 Sep 2013 17:48:36 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HmaqQ089083; Thu, 5 Sep 2013 17:48:36 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051748.r85HmaqQ089083@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 17:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326424 - in head/deskutils: cairo-dock cairo-dock-plugins 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.14 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: Thu, 05 Sep 2013 17:48:36 -0000 Author: tabthorpe Date: Thu Sep 5 17:48:36 2013 New Revision: 326424 URL: http://svnweb.freebsd.org/changeset/ports/326424 Log: - Reassign to the heap due to maintainer mail bounce With hat: portmgr Modified: head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cairo-dock/Makefile Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 17:39:25 2013 (r326423) +++ head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 17:48:36 2013 (r326424) @@ -7,7 +7,7 @@ MASTER_SITES= https://launchpadlibrarian http://pazzle.otdux.com.ua/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ICONS_PACKAGE}${EXTRACT_SUFX} -MAINTAINER= fidaj@ukr.net +MAINTAINER= ports@FreeBSD.org COMMENT= Cairo-Dock-Plugins for Cairo-Dock RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget Modified: head/deskutils/cairo-dock/Makefile ============================================================================== --- head/deskutils/cairo-dock/Makefile Thu Sep 5 17:39:25 2013 (r326423) +++ head/deskutils/cairo-dock/Makefile Thu Sep 5 17:48:36 2013 (r326424) @@ -7,7 +7,7 @@ CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/137290048/ \ http://pazzle.otdux.com.ua/ -MAINTAINER= fidaj@ukr.net +MAINTAINER= ports@FreeBSD.org COMMENT= Cairo-Dock is a light and eye-candy dock LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:49:35 2013 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 ESMTP id C37674D8; Thu, 5 Sep 2013 17:49:35 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A3FA523E6; Thu, 5 Sep 2013 17:49:24 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 154EF1E007B6; Thu, 5 Sep 2013 19:49:17 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r85HmFri068869; Thu, 5 Sep 2013 19:48:15 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r85HmFFY068868; Thu, 5 Sep 2013 19:48:15 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 5 Sep 2013 19:48:15 +0200 To: Juergen Lock Subject: Re: svn commit: r326423 - in head/emulators/qemu-devel: . files Message-ID: <20130905174815.GA68853@triton8.kn-bremen.de> References: <201309051739.r85HdPNk083368@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309051739.r85HdPNk083368@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 17:49:35 -0000 On Thu, Sep 05, 2013 at 05:39:25PM +0000, Juergen Lock wrote: > Author: nox > Date: Thu Sep 5 17:39:25 2013 > New Revision: 326423 > URL: http://svnweb.freebsd.org/changeset/ports/326423 > > Log: > - Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1] > Language fail, there's a "for" missing: Add patch to fix pcnet-pci NIC for big endian guests like MIPS Malta: [1] Sigh... :/ Juergen > http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html > > See also gonzo's blog post: > > http://kernelnomicon.org/?p=401 > > - Bump PORTREVISION. > > Submitted by: gonzo (via irc) [1] > Obtained from: qemu upstream [1] > > Added: > head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c (contents, props changed) > Modified: > head/emulators/qemu-devel/Makefile > > Modified: head/emulators/qemu-devel/Makefile > ============================================================================== > --- head/emulators/qemu-devel/Makefile Thu Sep 5 17:37:22 2013 (r326422) > +++ head/emulators/qemu-devel/Makefile Thu Sep 5 17:39:25 2013 (r326423) > @@ -3,6 +3,7 @@ > > PORTNAME= qemu > PORTVERSION= 1.6.0 > +PORTREVISION= 1 > CATEGORIES= emulators > MASTER_SITES= http://wiki.qemu.org/download/:release \ > LOCAL/nox:snapshot > > Added: head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/emulators/qemu-devel/files/patch-hw-net-pcnet-pci.c Thu Sep 5 17:39:25 2013 (r326423) > @@ -0,0 +1,48 @@ > +From: aurelien@aurel32.net (Aurelien Jarno) > +Subject: [Qemu-devel] [PATCH] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN > +Date: Wed, 28 Aug 2013 14:17:39 +0200 > +Message-ID: <1377692259-19959-1-git-send-email-aurelien@aurel32.net> > +To: qemu-devel@nongnu.org > +Cc: Paolo Bonzini , qemu-stable@nongnu.org, > + Aurelien Jarno > + > +Now that the memory subsystem is propagating the endianness correctly, > +the pcnet-pci device should have its I/O ports and MMIO memory marked > +as LITTLE_ENDIAN, as PCI devices are little endian. > + > +This makes the pcnet-pci NIC to work again on big endian MIPS Malta > +(default NIC). > + > +Cc: qemu-stable@nongnu.org > +Signed-off-by: Aurelien Jarno > +--- > + hw/net/pcnet-pci.c | 4 ++-- > + 1 file changed, 2 insertions(+), 2 deletions(-) > + > +diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c > +index a893165..865f2f0 100644 > +--- a/hw/net/pcnet-pci.c > ++++ b/hw/net/pcnet-pci.c > +@@ -134,7 +134,7 @@ static void pcnet_ioport_write(void *opaque, hwaddr addr, > + static const MemoryRegionOps pcnet_io_ops = { > + .read = pcnet_ioport_read, > + .write = pcnet_ioport_write, > +- .endianness = DEVICE_NATIVE_ENDIAN, > ++ .endianness = DEVICE_LITTLE_ENDIAN, > + }; > + > + static void pcnet_mmio_writeb(void *opaque, hwaddr addr, uint32_t val) > +@@ -256,7 +256,7 @@ static const MemoryRegionOps pcnet_mmio_ops = { > + .read = { pcnet_mmio_readb, pcnet_mmio_readw, pcnet_mmio_readl }, > + .write = { pcnet_mmio_writeb, pcnet_mmio_writew, pcnet_mmio_writel }, > + }, > +- .endianness = DEVICE_NATIVE_ENDIAN, > ++ .endianness = DEVICE_LITTLE_ENDIAN, > + }; > + > + static void pci_physical_memory_write(void *dma_opaque, hwaddr addr, > +-- > +1.7.10.4 > + > + > + From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:51:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4EA6637; Thu, 5 Sep 2013 17:51:17 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3F0C242C; Thu, 5 Sep 2013 17:51:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HpHew092172; Thu, 5 Sep 2013 17:51:17 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HpHn8092171; Thu, 5 Sep 2013 17:51:17 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051751.r85HpHn8092171@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 17:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326425 - head/www/metacafe_dl 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.14 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: Thu, 05 Sep 2013 17:51:17 -0000 Author: tabthorpe Date: Thu Sep 5 17:51:17 2013 New Revision: 326425 URL: http://svnweb.freebsd.org/changeset/ports/326425 Log: - Reassign to the heap due to maintainer mail bounces Modified: head/www/metacafe_dl/Makefile (contents, props changed) Modified: head/www/metacafe_dl/Makefile ============================================================================== --- head/www/metacafe_dl/Makefile Thu Sep 5 17:48:36 2013 (r326424) +++ head/www/metacafe_dl/Makefile Thu Sep 5 17:51:17 2013 (r326425) @@ -1,9 +1,5 @@ -# New ports collection makefile for: metacafe_dl -# Date created: 2007-08-17 -# Whom: Fernando Durango -# +# Created by: Fernando Durango # $FreeBSD$ -# PORTNAME= metacafe_dl PORTVERSION= 2007.09.13 @@ -11,10 +7,8 @@ PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/ DISTNAME= metacafe-dl-${PORTVERSION} -EXTRACT_SUFX= -EXTRACT_ONLY= -MAINTAINER= fernando@secret.org +MAINTAINER= ports@FreeBSD.org COMMENT= A program for downloading videos from metacafe.com NO_WRKSUBDIR= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:53:18 2013 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 ESMTP id 4487F9C2; Thu, 5 Sep 2013 17:53:18 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 323D3244E; Thu, 5 Sep 2013 17:53:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HrIRt092968; Thu, 5 Sep 2013 17:53:18 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HrI5a092967; Thu, 5 Sep 2013 17:53:18 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051753.r85HrI5a092967@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 17:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326426 - head/sysutils/gkrellmwho2 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.14 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: Thu, 05 Sep 2013 17:53:18 -0000 Author: tabthorpe Date: Thu Sep 5 17:53:17 2013 New Revision: 326426 URL: http://svnweb.freebsd.org/changeset/ports/326426 Log: - Reassign to the heap due to maintainer mail bounces Modified: head/sysutils/gkrellmwho2/Makefile (contents, props changed) Modified: head/sysutils/gkrellmwho2/Makefile ============================================================================== --- head/sysutils/gkrellmwho2/Makefile Thu Sep 5 17:51:17 2013 (r326425) +++ head/sysutils/gkrellmwho2/Makefile Thu Sep 5 17:53:17 2013 (r326426) @@ -9,7 +9,7 @@ MASTER_SITES= http://shisha.spb.ru/ \ http://users.podolsk.ru/c104598/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= mangoost@inetcomm.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Displays logged in users BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:55:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 921D0E2F; Thu, 5 Sep 2013 17:55:20 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8132E2471; Thu, 5 Sep 2013 17:55:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HtK1S093979; Thu, 5 Sep 2013 17:55:20 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HtKIq093978; Thu, 5 Sep 2013 17:55:20 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051755.r85HtKIq093978@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 17:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326427 - head/audio/fmio 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.14 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: Thu, 05 Sep 2013 17:55:20 -0000 Author: tabthorpe Date: Thu Sep 5 17:55:20 2013 New Revision: 326427 URL: http://svnweb.freebsd.org/changeset/ports/326427 Log: - Reassign to the heap due to maintainer mail bounces Modified: head/audio/fmio/Makefile (contents, props changed) Modified: head/audio/fmio/Makefile ============================================================================== --- head/audio/fmio/Makefile Thu Sep 5 17:53:17 2013 (r326426) +++ head/audio/fmio/Makefile Thu Sep 5 17:55:20 2013 (r326427) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fmio -# Date created: 10 Feb 2001 -# Whom: Den Ivanov -# +# Created by: Den Ivanov # $FreeBSD$ -# PORTNAME= fmio PORTVERSION= 2.0.8 @@ -11,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://www.aliasnet.ru/~pva/src/fmio/ \ http://www.jumbo.narod.ru/src/fmio/ -MAINTAINER= kunia@istc.kiev.ua +MAINTAINER= ports@FreeBSSD.org COMMENT= FM radio card manipulation utility MAN1= fmio.1 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:55:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77791C9; Thu, 5 Sep 2013 17:55:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 665A92483; Thu, 5 Sep 2013 17:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Htkkp094143; Thu, 5 Sep 2013 17:55:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Htkrq094142; Thu, 5 Sep 2013 17:55:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309051755.r85Htkrq094142@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 17:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326428 - head/textproc/p5-XML-LibXSLT 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.14 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: Thu, 05 Sep 2013 17:55:46 -0000 Author: sunpoet Date: Thu Sep 5 17:55:45 2013 New Revision: 326428 URL: http://svnweb.freebsd.org/changeset/ports/326428 Log: - Cleanup Makefile Modified: head/textproc/p5-XML-LibXSLT/Makefile Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Thu Sep 5 17:55:20 2013 (r326427) +++ head/textproc/p5-XML-LibXSLT/Makefile Thu Sep 5 17:55:45 2013 (r326428) @@ -22,8 +22,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= configure -#CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ -# LIBS="-L${LOCALBASE}/lib" MAN3= XML::LibXSLT.3 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:58:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 153262ED; Thu, 5 Sep 2013 17:58:02 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0351B249B; Thu, 5 Sep 2013 17:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Hw1Xw095142; Thu, 5 Sep 2013 17:58:01 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Hw1OQ095101; Thu, 5 Sep 2013 17:58:01 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309051758.r85Hw1OQ095101@svn.freebsd.org> From: Hiroki Sato Date: Thu, 5 Sep 2013 17:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326429 - in head/security/ipv6toolkit: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 17:58:02 -0000 Author: hrs Date: Thu Sep 5 17:58:00 2013 New Revision: 326429 URL: http://svnweb.freebsd.org/changeset/ports/326429 Log: Update to 1.4.1. Added: head/security/ipv6toolkit/files/Makefile.lib.in (contents, props changed) Modified: head/security/ipv6toolkit/Makefile head/security/ipv6toolkit/distinfo head/security/ipv6toolkit/files/BSDMakefile.in head/security/ipv6toolkit/files/Makefile.in Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Thu Sep 5 17:55:45 2013 (r326428) +++ head/security/ipv6toolkit/Makefile Thu Sep 5 17:58:00 2013 (r326429) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipv6toolkit -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= security ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ DISTNAME= ipv6toolkit-v${PORTVERSION} @@ -11,8 +11,8 @@ COMMENT= Set of IPv6 security assessment LICENSE= GPLv3 -MAKE_ENV= DATADIR=${DATADIR} -SUB_FILES= BSDMakefile Makefile +MAKE_ENV= DATADIR=${DATADIR} WRKSRC=${WRKSRC} +SUB_FILES= BSDMakefile Makefile Makefile.lib MAKEFILE= BSDMakefile PORTDOCS= README.TXT CHANGES.TXT CONTRIB.TXT MAN1= addr6.1 flow6.1 frag6.1 icmp6.1 jumbo6.1 na6.1 ni6.1 \ @@ -20,19 +20,23 @@ MAN1= addr6.1 flow6.1 frag6.1 icmp6.1 j MAN5= ipv6toolkit.conf.5 PROGDIRS= ${MAN1:S/.1//} +LIBDIRS= libipv6 OPTIONS_DEFINE= DOCS .include post-extract: - @cd ${WRKSRC} && ${MKDIR} ${PROGDIRS} + @cd ${WRKSRC} && ${MKDIR} ${PROGDIRS} ${LIBDIRS} post-patch: apply-slist ${INSTALL_DATA} ${WRKDIR}/BSDMakefile ${WRKSRC} for D in ${PROGDIRS}; do \ ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC}/$$D; \ done + for D in ${LIBDIRS}; do \ + ${INSTALL_DATA} ${WRKDIR}/Makefile.lib ${WRKSRC}/$$D/Makefile; \ + done .if ${PORT_OPTIONS:MDOCS} post-install: Modified: head/security/ipv6toolkit/distinfo ============================================================================== --- head/security/ipv6toolkit/distinfo Thu Sep 5 17:55:45 2013 (r326428) +++ head/security/ipv6toolkit/distinfo Thu Sep 5 17:58:00 2013 (r326429) @@ -1,2 +1,2 @@ -SHA256 (ipv6toolkit-v1.4.tar.gz) = 50087c6bcd252b62401bb7b53e5747e8fb01fd7542d4680554bacf059245704e -SIZE (ipv6toolkit-v1.4.tar.gz) = 481666 +SHA256 (ipv6toolkit-v1.4.1.tar.gz) = facf4ff7ff962644fcd37c04273000a480f3270eeb16b21e0c701032d2861b4f +SIZE (ipv6toolkit-v1.4.1.tar.gz) = 469374 Modified: head/security/ipv6toolkit/files/BSDMakefile.in ============================================================================== --- head/security/ipv6toolkit/files/BSDMakefile.in Thu Sep 5 17:55:45 2013 (r326428) +++ head/security/ipv6toolkit/files/BSDMakefile.in Thu Sep 5 17:58:00 2013 (r326429) @@ -1,8 +1,10 @@ # $FreeBSD$ -SUBDIR= addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 +SUBDIR= libipv6 addr6 flow6 frag6 icmp6 jumbo6 \ + na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 all: ${SUBDIR} +addr6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6: libipv6 .PATH: ${.CURDIR}/manuals Modified: head/security/ipv6toolkit/files/Makefile.in ============================================================================== --- head/security/ipv6toolkit/files/Makefile.in Thu Sep 5 17:55:45 2013 (r326428) +++ head/security/ipv6toolkit/files/Makefile.in Thu Sep 5 17:58:00 2013 (r326429) @@ -15,7 +15,8 @@ NO_MANCOMPRESS= PROG= ${.CURDIR:T} MAN= ${PROG}.1 -LDADD= -lpcap -lm -CFLAGS+= -DIPV6TOOLKITCONF=\"${PREFIX}/etc/ipv6toolkit.conf\" +LDADD= -lpcap -lm ${WRKSRC}/libipv6/libipv6.a +CFLAGS+=-I${.CURDIR}/../tools \ + -DIPV6TOOLKITCONF=\"${PREFIX}/etc/ipv6toolkit.conf\" .include Added: head/security/ipv6toolkit/files/Makefile.lib.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ipv6toolkit/files/Makefile.lib.in Thu Sep 5 17:58:00 2013 (r326429) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +LIB= ipv6 +SRCS= libipv6.c + +.PATH: ${.CURDIR}/../tools + +install: + +.include From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:04:42 2013 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 ESMTP id C21F69AC; Thu, 5 Sep 2013 18:04:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B070F253A; Thu, 5 Sep 2013 18:04:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85I4gH1000267; Thu, 5 Sep 2013 18:04:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85I4g3D000266; Thu, 5 Sep 2013 18:04:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309051804.r85I4g3D000266@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 18:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326430 - head/www/flickcurl 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.14 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: Thu, 05 Sep 2013 18:04:42 -0000 Author: sunpoet Date: Thu Sep 5 18:04:42 2013 New Revision: 326430 URL: http://svnweb.freebsd.org/changeset/ports/326430 Log: - Fix CONFIGURE_ARGS Modified: head/www/flickcurl/Makefile Modified: head/www/flickcurl/Makefile ============================================================================== --- head/www/flickcurl/Makefile Thu Sep 5 17:58:00 2013 (r326429) +++ head/www/flickcurl/Makefile Thu Sep 5 18:04:42 2013 (r326430) @@ -31,9 +31,9 @@ USE_LDCONFIG= yes MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1 OFFLINE_CONFIGURE_ON= --enable-offline -OFFLINE_CONFIGURE_OFF= offline=no +OFFLINE_CONFIGURE_OFF= --offline=no CAPTURE_CONFIGURE_ON= --enable-capture -CAPTURE_CONFIGURE_OFF= capture=no +CAPTURE_CONFIGURE_OFF= --capture=no RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 RAPTOR_CONFIGURE_ON= --with-raptor=2 RAPTOR_CONFIGURE_OFF= --with-raptor=no From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:13:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63B15BF1; Thu, 5 Sep 2013 18:13:47 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5205A260A; Thu, 5 Sep 2013 18:13:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IDleP006008; Thu, 5 Sep 2013 18:13:47 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IDkSB006003; Thu, 5 Sep 2013 18:13:46 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309051813.r85IDkSB006003@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 18:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326431 - head/devel/p5-Getopt-Long-Descriptive 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.14 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: Thu, 05 Sep 2013 18:13:47 -0000 Author: tobez Date: Thu Sep 5 18:13:46 2013 New Revision: 326431 URL: http://svnweb.freebsd.org/changeset/ports/326431 Log: Update to 0.094. Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile head/devel/p5-Getopt-Long-Descriptive/distinfo Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/Makefile Thu Sep 5 18:04:42 2013 (r326430) +++ head/devel/p5-Getopt-Long-Descriptive/Makefile Thu Sep 5 18:13:46 2013 (r326431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.093 +PORTVERSION= 0.094 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Getopt-Long-Descriptive/distinfo ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/distinfo Thu Sep 5 18:04:42 2013 (r326430) +++ head/devel/p5-Getopt-Long-Descriptive/distinfo Thu Sep 5 18:13:46 2013 (r326431) @@ -1,2 +1,2 @@ -SHA256 (Getopt-Long-Descriptive-0.093.tar.gz) = 4c79d7b81c95ae94d65f060db10c9bd6d17b0ed18f7b5f223255322a81be8c45 -SIZE (Getopt-Long-Descriptive-0.093.tar.gz) = 23954 +SHA256 (Getopt-Long-Descriptive-0.094.tar.gz) = ef55fea05b072081c03451758cc3066b9a56b614e9f5334c17db667ef9e32b82 +SIZE (Getopt-Long-Descriptive-0.094.tar.gz) = 23884 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:15:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8D4C3D45; Thu, 5 Sep 2013 18:15:30 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BAD92644; Thu, 5 Sep 2013 18:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IFUH2006771; Thu, 5 Sep 2013 18:15:30 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IFUgc006769; Thu, 5 Sep 2013 18:15:30 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309051815.r85IFUgc006769@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 18:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326432 - head/devel/p5-Clone 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.14 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: Thu, 05 Sep 2013 18:15:30 -0000 Author: tobez Date: Thu Sep 5 18:15:29 2013 New Revision: 326432 URL: http://svnweb.freebsd.org/changeset/ports/326432 Log: Update to 0.35. Changes: http://search.cpan.org/dist/Clone/Changes Modified: head/devel/p5-Clone/Makefile head/devel/p5-Clone/distinfo Modified: head/devel/p5-Clone/Makefile ============================================================================== --- head/devel/p5-Clone/Makefile Thu Sep 5 18:13:46 2013 (r326431) +++ head/devel/p5-Clone/Makefile Thu Sep 5 18:15:29 2013 (r326432) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Clone -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Clone/distinfo ============================================================================== --- head/devel/p5-Clone/distinfo Thu Sep 5 18:13:46 2013 (r326431) +++ head/devel/p5-Clone/distinfo Thu Sep 5 18:15:29 2013 (r326432) @@ -1,2 +1,2 @@ -SHA256 (Clone-0.34.tar.gz) = 3da2320ae650765b415a5e11edde4a0768491487fccad544e5c7566645146362 -SIZE (Clone-0.34.tar.gz) = 13192 +SHA256 (Clone-0.35.tar.gz) = 3d3d9eabfa6022dac8c9111097bebc7731e2e184457b5b55580bd5a3f6ef214a +SIZE (Clone-0.35.tar.gz) = 13288 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:20:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BA9F71; Thu, 5 Sep 2013 18:20:36 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE27026A5; Thu, 5 Sep 2013 18:20:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IKZdU009207; Thu, 5 Sep 2013 18:20:35 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IKZQY009205; Thu, 5 Sep 2013 18:20:35 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201309051820.r85IKZQY009205@svn.freebsd.org> From: Grzegorz Blach Date: Thu, 5 Sep 2013 18:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326433 - in head/x11-wm/enlightenment: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 18:20:36 -0000 Author: gblach Date: Thu Sep 5 18:20:35 2013 New Revision: 326433 URL: http://svnweb.freebsd.org/changeset/ports/326433 Log: - Fix freeze when splash screen is enabled - Bump PORTREVISION Approved by: crees, tabthorpe (mentors, implicit) Added: head/x11-wm/enlightenment/files/patch-src-bin-e_main.c (contents, props changed) Modified: head/x11-wm/enlightenment/Makefile Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Thu Sep 5 18:15:29 2013 (r326432) +++ head/x11-wm/enlightenment/Makefile Thu Sep 5 18:20:35 2013 (r326433) @@ -3,6 +3,7 @@ PORTNAME= enlightenment PORTVERSION= 0.17.4 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ Added: head/x11-wm/enlightenment/files/patch-src-bin-e_main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/enlightenment/files/patch-src-bin-e_main.c Thu Sep 5 18:20:35 2013 (r326433) @@ -0,0 +1,34 @@ +--- src/bin/e_main.c.orig ++++ src/bin/e_main.c +@@ -462,15 +462,6 @@ main(int argc, char **argv) + TS("E_Alert Init Done"); + _e_main_shutdown_push(e_alert_shutdown); + +- TS("E_Xinerama Init"); +- if (!e_xinerama_init()) +- { +- e_error_message_show(_("Enlightenment cannot initialize E_Xinerama!\n")); +- _e_main_shutdown(-1); +- } +- TS("E_Xinerama Init Done"); +- _e_main_shutdown_push(e_xinerama_shutdown); +- + TS("E_Hints Init"); + e_hints_init(); + TS("E_Hints Init Done"); +@@ -521,6 +512,15 @@ main(int argc, char **argv) + _e_main_shutdown_push(e_randr_shutdown); + TS("E_Randr Init Done"); + ++ TS("E_Xinerama Init"); ++ if (!e_xinerama_init()) ++ { ++ e_error_message_show(_("Enlightenment cannot initialize E_Xinerama!\n")); ++ _e_main_shutdown(-1); ++ } ++ TS("E_Xinerama Init Done"); ++ _e_main_shutdown_push(e_xinerama_shutdown); ++ + TS("E_Env Init"); + if (!e_env_init()) + { From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:20:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5FDB4176; Thu, 5 Sep 2013 18:20:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E15626AA; Thu, 5 Sep 2013 18:20:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IKqUh011000; Thu, 5 Sep 2013 18:20:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IKqog010999; Thu, 5 Sep 2013 18:20:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051820.r85IKqog010999@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 18:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326434 - head/www/mod_lisp2 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.14 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: Thu, 05 Sep 2013 18:20:52 -0000 Author: tabthorpe Date: Thu Sep 5 18:20:51 2013 New Revision: 326434 URL: http://svnweb.freebsd.org/changeset/ports/326434 Log: - Deprecate the port at maintainer's request Modified: head/www/mod_lisp2/Makefile Modified: head/www/mod_lisp2/Makefile ============================================================================== --- head/www/mod_lisp2/Makefile Thu Sep 5 18:20:35 2013 (r326433) +++ head/www/mod_lisp2/Makefile Thu Sep 5 18:20:51 2013 (r326434) @@ -10,6 +10,8 @@ MASTER_SITES= http://freebsd.minira.nl/ MAINTAINER= viktor.leis@googlemail.com COMMENT= Apache2 module for use with Common Lisp +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 USE_APACHE= 22 AP_FAST_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:24:04 2013 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 ESMTP id CEA2B293; Thu, 5 Sep 2013 18:24:04 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC22026CB; Thu, 5 Sep 2013 18:24:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IO41g012366; Thu, 5 Sep 2013 18:24:04 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IO4iR012364; Thu, 5 Sep 2013 18:24:04 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051824.r85IO4iR012364@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 18:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326435 - in head/japanese: gtkicq libjcode 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.14 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: Thu, 05 Sep 2013 18:24:04 -0000 Author: tabthorpe Date: Thu Sep 5 18:24:04 2013 New Revision: 326435 URL: http://svnweb.freebsd.org/changeset/ports/326435 Log: - Reassign to the heap due to maintainer mail bounces Modified: head/japanese/gtkicq/Makefile (contents, props changed) head/japanese/libjcode/Makefile (contents, props changed) Modified: head/japanese/gtkicq/Makefile ============================================================================== --- head/japanese/gtkicq/Makefile Thu Sep 5 18:20:51 2013 (r326434) +++ head/japanese/gtkicq/Makefile Thu Sep 5 18:24:04 2013 (r326435) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-gtkicq -# Date created: 8 MAY 1999 -# Whom: Shuichi Tanaka -# +# Created by: Shuichi Tanaka # $FreeBSD$ -# PORTNAME= gtkicq PORTVERSION= 0.60 @@ -15,7 +11,7 @@ PATCH_SITES= http://keemun.soraneko.com/ PATCHFILES= ${DISTNAME}-ja.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Icq clone for Japanese user BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode Modified: head/japanese/libjcode/Makefile ============================================================================== --- head/japanese/libjcode/Makefile Thu Sep 5 18:20:51 2013 (r326434) +++ head/japanese/libjcode/Makefile Thu Sep 5 18:24:04 2013 (r326435) @@ -7,7 +7,7 @@ CATEGORIES= japanese net MASTER_SITES= http://keemun.soraneko.com/gtkicq/archives/ DISTNAME= ${PORTNAME} -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese charset conversion library MAKE_ARGS= CC=${CC} From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:24:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14659380; Thu, 5 Sep 2013 18:24:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0235C26D5; Thu, 5 Sep 2013 18:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IOwti012903; Thu, 5 Sep 2013 18:24:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IOwrL012902; Thu, 5 Sep 2013 18:24:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309051824.r85IOwrL012902@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Sep 2013 18:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326436 - head/audio/libid3tag 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.14 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: Thu, 05 Sep 2013 18:24:59 -0000 Author: sunpoet Date: Thu Sep 5 18:24:58 2013 New Revision: 326436 URL: http://svnweb.freebsd.org/changeset/ports/326436 Log: - Fix LICENSE Modified: head/audio/libid3tag/Makefile Modified: head/audio/libid3tag/Makefile ============================================================================== --- head/audio/libid3tag/Makefile Thu Sep 5 18:24:04 2013 (r326435) +++ head/audio/libid3tag/Makefile Thu Sep 5 18:24:58 2013 (r326436) @@ -10,7 +10,8 @@ MASTER_SITES= SF/mad/${PORTNAME}/${PORTV MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags library (part of MAD project) -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 18:40:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9ED457A3; Thu, 5 Sep 2013 18:40:19 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 716DE27A4; Thu, 5 Sep 2013 18:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IeJiv021066; Thu, 5 Sep 2013 18:40:19 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IeIFW021062; Thu, 5 Sep 2013 18:40:18 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051840.r85IeIFW021062@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 18:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326437 - in head: textproc/referrercop www/notftp 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.14 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: Thu, 05 Sep 2013 18:40:19 -0000 Author: tabthorpe Date: Thu Sep 5 18:40:18 2013 New Revision: 326437 URL: http://svnweb.freebsd.org/changeset/ports/326437 Log: - Deprecate and reassign to the heap at maintainer's request Modified: head/textproc/referrercop/Makefile (contents, props changed) head/textproc/referrercop/pkg-descr (contents, props changed) head/www/notftp/Makefile (contents, props changed) Modified: head/textproc/referrercop/Makefile ============================================================================== --- head/textproc/referrercop/Makefile Thu Sep 5 18:24:58 2013 (r326436) +++ head/textproc/referrercop/Makefile Thu Sep 5 18:40:18 2013 (r326437) @@ -1,18 +1,17 @@ -# New ports collection makefile for: referrercop -# Date created: 21 June 2005 -# Whom: Ryan Grove -# +# Created by: Ryan Grove # $FreeBSD$ -# PORTNAME= referrercop PORTVERSION= 1.1.0 CATEGORIES= textproc www ruby MASTER_SITES= http://wonko.com/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= Filters referrer spam from Apache logs and AWStats data files +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= fileutils optparse ruby18 Modified: head/textproc/referrercop/pkg-descr ============================================================================== --- head/textproc/referrercop/pkg-descr Thu Sep 5 18:24:58 2013 (r326436) +++ head/textproc/referrercop/pkg-descr Thu Sep 5 18:40:18 2013 (r326437) @@ -3,4 +3,3 @@ returns the filtered files via standard output. Author: Ryan Grove -WWW: http://wiki.wonko.com/software/referrercop/ Modified: head/www/notftp/Makefile ============================================================================== --- head/www/notftp/Makefile Thu Sep 5 18:24:58 2013 (r326436) +++ head/www/notftp/Makefile Thu Sep 5 18:40:18 2013 (r326437) @@ -1,18 +1,17 @@ -# New ports collection makefile for: NotFTP -# Date created: 3 July 2002 -# Whom: Ryan Grove -# +# Created by: Ryan Grove # $FreeBSD$ -# PORTNAME= notftp PORTVERSION= 1.3.1 CATEGORIES= www ftp MASTER_SITES= http://wonko.com/notftp/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use Web to FTP gateway written in PHP +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + USE_PHP= yes PREFIX= ${LOCALBASE} From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 19:15:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68955A7F; Thu, 5 Sep 2013 19:15:17 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from smtp-out-04.shaw.ca (smtp-out-04.shaw.ca [64.59.134.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1B8052A17; Thu, 5 Sep 2013 19:15:16 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=HUoWN8sqH4wajA0WKpKyUV7G7o/UpN4YSPso/+twBIs= c=1 sm=1 a=29cP6OZXY8cA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=5D7U06GQvIBEjrHlgeQA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-04.shaw.ca with ESMTP; 05 Sep 2013 13:15:15 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id E1742E7; Thu, 5 Sep 2013 12:15:14 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.7/8.14.7) with ESMTP id r85JFDmM024776; Thu, 5 Sep 2013 12:15:13 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201309051915.r85JFDmM024776@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Olli Hauer Subject: Re: svn commit: r326057 - in head: devel/subversion devel/subversion/files devel/subversion17 devel/subversion17/files security/vuxml In-Reply-To: Message from Olli Hauer of "Mon, 02 Sep 2013 19:04:21 -0000." <201309021904.r82J4L22069149@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 05 Sep 2013 12:15:13 -0700 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Cy Schubert 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: Thu, 05 Sep 2013 19:15:17 -0000 In message <201309021904.r82J4L22069149@svn.freebsd.org>, Olli Hauer writes: > Author: ohauer > Date: Mon Sep 2 19:04:20 2013 > New Revision: 326057 > URL: http://svnweb.freebsd.org/changeset/ports/326057 > > Log: > - update devel/subversion to 1.8.3 [1] Thanks! This fixes the merge issues I've been having. ;) -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 19:29:19 2013 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 ESMTP id B443817D; Thu, 5 Sep 2013 19:29:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 856542B02; Thu, 5 Sep 2013 19:29:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85JTJBh050112; Thu, 5 Sep 2013 19:29:19 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85JTILj050109; Thu, 5 Sep 2013 19:29:18 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309051929.r85JTILj050109@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 19:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326438 - in head: devel/devhelp devel/monodevelop x11-toolkits/gnome-desktop-sharp20 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.14 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: Thu, 05 Sep 2013 19:29:19 -0000 Author: antoine Date: Thu Sep 5 19:29:18 2013 New Revision: 326438 URL: http://svnweb.freebsd.org/changeset/ports/326438 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/devhelp/Makefile head/devel/monodevelop/Makefile head/x11-toolkits/gnome-desktop-sharp20/Makefile Modified: head/devel/devhelp/Makefile ============================================================================== --- head/devel/devhelp/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/devel/devhelp/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -20,8 +20,7 @@ CONFLICTS= devhelp-3.[0-9]* USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/devel/monodevelop/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -19,7 +19,7 @@ USE_GNOME= gnomehack gtksharp20 gnomesha USE_AUTOTOOLS= libtool USE_BZIP2= yes MAN1= mdtool.1 monodevelop.1 -USES= desktop-file-utils gettext gmake +USES= desktop-file-utils gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= MONOEXT GIT SVN Modified: head/x11-toolkits/gnome-desktop-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-desktop-sharp20/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/x11-toolkits/gnome-desktop-sharp20/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-sharp -# Date created: 20070531 -# Whom: pneumann@gmail.com -# +# Created by: pneumann@gmail.com # $FreeBSD$ -# PORTNAME= gnome-desktop-sharp PORTVERSION= 2.26.0 @@ -17,8 +13,7 @@ COMMENT= GNOME desktop interfaces for th USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 19:38:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D429E35C; Thu, 5 Sep 2013 19:38:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C02122B93; Thu, 5 Sep 2013 19:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Jc9e1055486; Thu, 5 Sep 2013 19:38:09 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Jc9GE055484; Thu, 5 Sep 2013 19:38:09 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201309051938.r85Jc9GE055484@svn.freebsd.org> From: John Baldwin Date: Thu, 5 Sep 2013 19:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326439 - in head: . math math/libmath++ 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.14 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: Thu, 05 Sep 2013 19:38:09 -0000 Author: jhb (src,doc committer) Date: Thu Sep 5 19:38:09 2013 New Revision: 326439 URL: http://svnweb.freebsd.org/changeset/ports/326439 Log: Remove math/libmath++. The only thing that used it (monopd) was removed back in 2011, the distfile no longer fetches, and it doesn't build correctly with clang as it is missing -fPIC. Reviewed by: az Deleted: head/math/libmath++/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 5 19:29:18 2013 (r326438) +++ head/MOVED Thu Sep 5 19:38:09 2013 (r326439) @@ -4922,3 +4922,4 @@ games/koth||2013-09-01|Has expired: Unma www/p5-Catalyst-Plugin-Unicode-Encoding||2013-09-04|Has expired: This module now part of core Catalyst distribution databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php devel/avr-gcc-3||2013-09-04|Maintaining a GCC 3.x for AVR is no longer useful +math/libmath++||2013-09-05|Upstream disappeared and distfile is no longer available Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Sep 5 19:29:18 2013 (r326438) +++ head/math/Makefile Thu Sep 5 19:38:09 2013 (r326439) @@ -221,7 +221,6 @@ SUBDIR += libflame SUBDIR += libjbigi SUBDIR += liblbfgs - SUBDIR += libmath++ SUBDIR += libmissing SUBDIR += libneural SUBDIR += libocas From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 19:44:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52C83500; Thu, 5 Sep 2013 19:44:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB612BFE; Thu, 5 Sep 2013 19:44:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Jif2M060026; Thu, 5 Sep 2013 19:44:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Jieq3060024; Thu, 5 Sep 2013 19:44:40 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051944.r85Jieq3060024@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 19:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326440 - head/databases/libmongo-client 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.14 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: Thu, 05 Sep 2013 19:44:41 -0000 Author: wg Date: Thu Sep 5 19:44:40 2013 New Revision: 326440 URL: http://svnweb.freebsd.org/changeset/ports/326440 Log: databases/libmongo-client: update to 0.1.6.3 - Update to 0.1.6.3 - USES gmake - Add LICENSE (AL2) PR: ports/181757 Submitted by: Denis Generalov (maintainer) Modified: head/databases/libmongo-client/Makefile head/databases/libmongo-client/distinfo Modified: head/databases/libmongo-client/Makefile ============================================================================== --- head/databases/libmongo-client/Makefile Thu Sep 5 19:38:09 2013 (r326439) +++ head/databases/libmongo-client/Makefile Thu Sep 5 19:44:40 2013 (r326440) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= libmongo-client -PORTVERSION= 0.1.6.2 +PORTVERSION= 0.1.6.3 CATEGORIES= databases MAINTAINER= gd@rambler-co.ru COMMENT= Alternative C driver for MongoDB -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LICENSE= AL2 USE_GITHUB= yes GH_ACCOUNT= algernon GH_TAGNAME= ${PORTNAME}-${PORTVERSION} -GH_COMMIT= 13cc0ee +GH_COMMIT= ff123ed # should be 9cbb488, but does not USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes -USES= pkgconfig gettext iconv -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig Modified: head/databases/libmongo-client/distinfo ============================================================================== --- head/databases/libmongo-client/distinfo Thu Sep 5 19:38:09 2013 (r326439) +++ head/databases/libmongo-client/distinfo Thu Sep 5 19:44:40 2013 (r326440) @@ -1,2 +1,2 @@ -SHA256 (libmongo-client-0.1.6.2.tar.gz) = dc68c3f6c508fce3d8bf295b77f2e244521b94be940deb32442553426cbcebee -SIZE (libmongo-client-0.1.6.2.tar.gz) = 120477 +SHA256 (libmongo-client-0.1.6.3.tar.gz) = 81ee485685746c4dbc719ffe485ff4c657e8f5e134cedba402520ab247b2f682 +SIZE (libmongo-client-0.1.6.3.tar.gz) = 121221 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:08:28 2013 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 ESMTP id 90D1DCDB; Thu, 5 Sep 2013 20:08:28 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9C72D32; Thu, 5 Sep 2013 20:08:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85K8Sjw073629; Thu, 5 Sep 2013 20:08:28 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85K8S8j073628; Thu, 5 Sep 2013 20:08:28 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309052008.r85K8S8j073628@svn.freebsd.org> From: Gerald Pfeifer Date: Thu, 5 Sep 2013 20:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326441 - head/lang/gcc46/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 20:08:28 -0000 Author: gerald Date: Thu Sep 5 20:08:27 2013 New Revision: 326441 URL: http://svnweb.freebsd.org/changeset/ports/326441 Log: Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Added: head/lang/gcc46/files/patch-libcpp (contents, props changed) Added: head/lang/gcc46/files/patch-libcpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc46/files/patch-libcpp Thu Sep 5 20:08:27 2013 (r326441) @@ -0,0 +1,10 @@ +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 +@@ -27,6 +27,7 @@ + #include "cpp-id-data.h" + + #if HAVE_ICONV ++#define __bool_true_false_are_defined + #include + #else + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:09:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5126CDCC; Thu, 5 Sep 2013 20:09:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23E0D2D3A; Thu, 5 Sep 2013 20:09:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85K9QJk074134; Thu, 5 Sep 2013 20:09:26 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85K9PKV074130; Thu, 5 Sep 2013 20:09:25 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309052009.r85K9PKV074130@svn.freebsd.org> From: Hiroki Sato Date: Thu, 5 Sep 2013 20:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326442 - in head: . japanese japanese/dvi2dvi japanese/teTeX japanese/texfamily japanese/texfamily-vfn2a 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.14 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: Thu, 05 Sep 2013 20:09:26 -0000 Author: hrs Date: Thu Sep 5 20:09:25 2013 New Revision: 326442 URL: http://svnweb.freebsd.org/changeset/ports/326442 Log: Remove unmaintained japanese/texfamily{,-vfn2a} and japanese/dvi2dvi. Deleted: head/japanese/dvi2dvi/ head/japanese/texfamily/ head/japanese/texfamily-vfn2a/ Modified: head/MOVED head/japanese/Makefile head/japanese/teTeX/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 5 20:08:27 2013 (r326441) +++ head/MOVED Thu Sep 5 20:09:25 2013 (r326442) @@ -4923,3 +4923,6 @@ www/p5-Catalyst-Plugin-Unicode-Encoding| databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php devel/avr-gcc-3||2013-09-04|Maintaining a GCC 3.x for AVR is no longer useful math/libmath++||2013-09-05|Upstream disappeared and distfile is no longer available +japanese/dvi2dvi||2013-09-05|Obsolete +japanese/texfamily||2013-09-05|Obsolete +japanese/texfamily-vfn2a||2013-09-05|Obsolete Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Thu Sep 5 20:08:27 2013 (r326441) +++ head/japanese/Makefile Thu Sep 5 20:09:25 2013 (r326442) @@ -43,7 +43,6 @@ SUBDIR += dbskkd-cdb SUBDIR += ddskk SUBDIR += devil-fpw - SUBDIR += dvi2dvi SUBDIR += dvi2tty SUBDIR += dvipsk SUBDIR += e2ps @@ -315,8 +314,6 @@ SUBDIR += tegaki-recognize SUBDIR += tegaki-zinnia-japanese SUBDIR += tex-ptex - SUBDIR += texfamily - SUBDIR += texfamily-vfn2a SUBDIR += texinfo SUBDIR += tgif SUBDIR += tiarra Modified: head/japanese/teTeX/Makefile ============================================================================== --- head/japanese/teTeX/Makefile Thu Sep 5 20:08:27 2013 (r326441) +++ head/japanese/teTeX/Makefile Thu Sep 5 20:09:25 2013 (r326442) @@ -2,7 +2,7 @@ PORTNAME= teTeX PORTVERSION= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese print MASTER_SITES= # empty DISTFILES= # empty @@ -11,14 +11,10 @@ EXTRACT_ONLY= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= A meta port for teTeX suite for Japanese (including pTeX and JTeX) -RUN_DEPENDS= jtex:${PORTSDIR}/japanese/texfamily \ - ${JTEXVF}:${PORTSDIR}/japanese/texfamily-vfn2a - USE_TEX= base texmf dvipsk ptex .if !defined(WITHOUT_X11) USE_TEX+= xdvik .endif -JTEXVF= ${LOCALBASE}/share/texmf-local/fonts/vf/n2a/dmjsy5.vf TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R TEXMFDISTDIR= share/texmf-dist From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:13:51 2013 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 ESMTP id 7D21EEFC; Thu, 5 Sep 2013 20:13:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 507502D88; Thu, 5 Sep 2013 20:13:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85KDpFD077984; Thu, 5 Sep 2013 20:13:51 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85KDoM6077981; Thu, 5 Sep 2013 20:13:50 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309052013.r85KDoM6077981@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 20:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326443 - head/www/qupzilla 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.14 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: Thu, 05 Sep 2013 20:13:51 -0000 Author: wg Date: Thu Sep 5 20:13:50 2013 New Revision: 326443 URL: http://svnweb.freebsd.org/changeset/ports/326443 Log: www/qupzilla: update to 1.4.4 - Update to 1.4.4 [1] - Convert lib depends to new syntax PR: ports/181835 Submitted by: Javad Kouhi (maintainer) Modified: head/www/qupzilla/Makefile head/www/qupzilla/distinfo head/www/qupzilla/pkg-plist Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Thu Sep 5 20:09:25 2013 (r326442) +++ head/www/qupzilla/Makefile Thu Sep 5 20:13:50 2013 (r326443) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= www MASTER_SITES= http://www.qupzilla.com/uploads/ DISTNAME= QupZilla-${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= Modern web browser based on Web LICENSE= GPLv3 -LIB_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell HAS_CONFIGURE= yes USE_QT4= gui moc_build qmake_build rcc_build uic_build webkit \ Modified: head/www/qupzilla/distinfo ============================================================================== --- head/www/qupzilla/distinfo Thu Sep 5 20:09:25 2013 (r326442) +++ head/www/qupzilla/distinfo Thu Sep 5 20:13:50 2013 (r326443) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.4.3.tar.gz) = cf48574d981b912bb1b25e6a2370c8d0eea73baf8770f437b64e3d9d06a67b2a -SIZE (QupZilla-1.4.3.tar.gz) = 3947912 +SHA256 (QupZilla-1.4.4.tar.gz) = dc72d7b5d75e1348bf9c3c43267946a88a1fcc70045a0d50f6972cd679e5366b +SIZE (QupZilla-1.4.4.tar.gz) = 3949537 Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Thu Sep 5 20:09:25 2013 (r326442) +++ head/www/qupzilla/pkg-plist Thu Sep 5 20:13:50 2013 (r326443) @@ -2,7 +2,7 @@ bin/qupzilla lib/libQupZilla.so lib/libQupZilla.so.1 lib/libQupZilla.so.1.4 -lib/libQupZilla.so.1.4.3 +lib/libQupZilla.so.1.4.4 lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:18:35 2013 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 ESMTP id 121EA2C4; Thu, 5 Sep 2013 20:18:35 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2EAE2DD0; Thu, 5 Sep 2013 20:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85KIYft080306; Thu, 5 Sep 2013 20:18:34 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85KIU88080264; Thu, 5 Sep 2013 20:18:30 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309052018.r85KIU88080264@svn.freebsd.org> From: Boris Samorodov Date: Thu, 5 Sep 2013 20:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326444 - in head: Mk/Uses devel/tig dns/bind96 dns/bind98 dns/bind99 dns/idnkit dns/idnkit2 japanese/chasen-base mail/gmime2 net/netatalk net/netatalk3 net/samba36 net/samba4 net/samba... 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.14 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: Thu, 05 Sep 2013 20:18:35 -0000 Author: bsam Date: Thu Sep 5 20:18:30 2013 New Revision: 326444 URL: http://svnweb.freebsd.org/changeset/ports/326444 Log: . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Modified: head/Mk/Uses/iconv.mk head/devel/tig/Makefile head/dns/bind96/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile head/dns/idnkit/Makefile head/dns/idnkit2/Makefile head/japanese/chasen-base/Makefile head/mail/gmime2/Makefile head/net/netatalk/Makefile head/net/netatalk3/Makefile head/net/samba36/Makefile head/net/samba4/Makefile head/net/samba4wins/Makefile head/palm/pilot-link/Makefile head/palm/synce-librapi2/Makefile head/palm/synce-vdccm/Makefile head/www/dansguardian-devel/Makefile head/www/dansguardian/Makefile Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Thu Sep 5 20:13:50 2013 (r326443) +++ head/Mk/Uses/iconv.mk Thu Sep 5 20:18:30 2013 (r326444) @@ -21,6 +21,7 @@ iconv_ARGS= lib ICONV_CMD= ${LOCALBASE}/bin/iconv ICONV_LIB= -liconv ICONV_CONFIGURE_ARG= --with-libiconv-prefix=${LOCALBASE} +ICONV_CONFIGURE_BASE= --with-libiconv=${LOCALBASE} .if ${iconv_ARGS} == "lib" LIB_DEPENDS+= libiconv.so.3:${PORTSDIR}/converters/libiconv @@ -35,6 +36,7 @@ PATCH_DEPENDS+= ${ICONV_CMD}:${PORTSDIR} ICONV_CMD= /usr/bin/iconv ICONV_LIB= ICONV_CONFIGURE_ARG= +ICONV_CONFIGURE_BASE= .endif Modified: head/devel/tig/Makefile ============================================================================== --- head/devel/tig/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/devel/tig/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -18,7 +18,7 @@ MAN5= tigrc.5 MAN7= tigmanual.7 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USE_GMAKE= yes USES= iconv Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/dns/bind96/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -69,7 +69,8 @@ CONFIGURE_ARGS+= --without-libxml2 .endif .if ${PORT_OPTIONS:MIDN} -CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE} +USES+= iconv +CONFIGURE_ARGS+= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit .else CONFIGURE_ARGS+= --without-idn Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/dns/bind98/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -72,7 +72,8 @@ CONFIGURE_ARGS+= --without-libxml2 .endif .if ${PORT_OPTIONS:MIDN} -CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE} +USES+= iconv +CONFIGURE_ARGS+= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit .else CONFIGURE_ARGS+= --without-idn Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/dns/bind99/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -81,7 +81,8 @@ CONFIGURE_ARGS+= --without-libxml2 .endif .if ${PORT_OPTIONS:MIDN} -CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE} +USES+= iconv +CONFIGURE_ARGS+= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit .else CONFIGURE_ARGS+= --without-idn Modified: head/dns/idnkit/Makefile ============================================================================== --- head/dns/idnkit/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/dns/idnkit/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -18,7 +18,7 @@ COMMENT= A library to handle internation USE_AUTOTOOLS= libtool USES= iconv GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \ --enable-runidn \ --enable-extra-ace Modified: head/dns/idnkit2/Makefile ============================================================================== --- head/dns/idnkit2/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/dns/idnkit2/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -20,6 +20,7 @@ USE_AUTOTOOLS= libtool USES= iconv USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USE_LDCONFIG= yes @@ -32,16 +33,8 @@ MAN3= idn_checkname.3 idn_comparenames.3 MAN5= idn2.conf.5 idn2rc.5 idnalias.conf.5 idnlang.conf.5 MANCOMPRESSED= no -.include - -.if empty(ICONV_LIB) -CONFIGURE_ARGS= --with-libiconv=/usr -.else -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure -.include +.include Modified: head/japanese/chasen-base/Makefile ============================================================================== --- head/japanese/chasen-base/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/japanese/chasen-base/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dart USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include ${ICONV_CONFIGURE_BASE} USES= iconv USE_LDCONFIG= yes Modified: head/mail/gmime2/Makefile ============================================================================== --- head/mail/gmime2/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/mail/gmime2/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -22,7 +22,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes # www.freebsd.org/cgi/query-pr.cgi?pr=118092 # Rename uudecode and uuencode to gmime-* to not conflict with userland -CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \ +CONFIGURE_ARGS?= ${ICONV_CONFIGURE_BASE} \ --with-html-dir=${PREFIX}/share/doc \ --enable-mono=no \ --program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;" Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/net/netatalk/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -21,6 +21,7 @@ USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ + ${ICONV_CONFIGURE_BASE} \ --with-libgcrypt-dir=${LOCALBASE} \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} @@ -119,12 +120,6 @@ CONFIGURE_ARGS+= --enable-sendfile CONFIGURE_ARGS+= --disable-sendfile .endif -.include - -.if !empty(ICONV_LIB) -CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ @@ -146,4 +141,4 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include +.include Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/net/netatalk3/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --enable-tcp-wrappers \ --with-libgcrypt-dir=${LOCALBASE} \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} \ + ${ICONV_CONFIGURE_BASE} \ --localstatedir=/var \ --disable-bundled-libevent \ --with-libevent-header=${LOCALBASE}/include \ @@ -116,12 +117,6 @@ PLIST_SUB+= ATFUNCS="@comment " PLIST_SUB+= ATFUNCS="" .endif -.include - -.if !empty(ICONV_LIB) -CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ @@ -137,4 +132,4 @@ post-install: ${INSTALL_DATA} -c ${PREFIX}/etc/extmap.conf.dist ${PREFIX}/etc/extmap.conf @${CAT} ${PKGMESSAGE} -.include +.include Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/net/samba36/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -95,7 +95,7 @@ BUILD_DEPENDS+= tevent>=0.9.11:${PORTSD RUN_DEPENDS+= tevent>=0.9.11:${PORTSDIR}/devel/tevent CONFIGURE_ARGS+= --without-libtevent --enable-external-libtevent # These options are common for all (sub)ports -CONFIGURE_ARGS+= --with-libiconv="${LOCALBASE}" \ +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} \ --disable-as-needed .if !defined(SAMBA_SUBPORT) Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/net/samba4/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -159,7 +159,7 @@ CONFIGURE_ARGS+= \ --with-iconv \ --with-sendfile-support \ --builtin-libraries=smbclient \ - --with-libiconv="${LOCALBASE}" \ + ${ICONV_CONFIGURE_BASE} \ --with-gettext="${LOCALBASE}" # for libexecinfo: (so that __builtin_frame_address() finds the top of the stack) Modified: head/net/samba4wins/Makefile ============================================================================== --- head/net/samba4wins/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/net/samba4wins/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX} CONFIGURE_ARGS+= --disable-reg-gconf --disable-socket-wrapper \ --with-readline=/usr --with-included-popt \ - --with-libiconv=${LOCALBASE} --without-sqlite3 \ + ${ICONV_CONFIGURE_BASE} --without-sqlite3 \ --without-pthreads --without-python USE_RC_SUBR= smbd4wins Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/palm/pilot-link/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -17,7 +17,7 @@ USES= pathfix pkgconfig iconv USE_BZIP2= yes GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include -CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc +CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB Modified: head/palm/synce-librapi2/Makefile ============================================================================== --- head/palm/synce-librapi2/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/palm/synce-librapi2/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -21,8 +21,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USES= pathfix iconv pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \ - --with-libsynce="${LOCALBASE}" +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}" .include Modified: head/palm/synce-vdccm/Makefile ============================================================================== --- head/palm/synce-vdccm/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/palm/synce-vdccm/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -20,7 +20,7 @@ DESKTOP_DESC= Desktop integration GNU_CONFIGURE= yes WANT_GNOME= yes USES= iconv pkgconfig -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \ --with-libsynce=${LOCALBASE} MAN1= triggerconnection.1 ${PORTNAME}.1 Modified: head/www/dansguardian-devel/Makefile ============================================================================== --- head/www/dansguardian-devel/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/www/dansguardian-devel/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-logdir=/var/log \ --with-piddir=/var/run \ - --with-libiconv=${LOCALBASE} \ + ${ICONV_CONFIGURE_BASE} \ --enable-fancydm MAN8= dansguardian.8 @@ -96,7 +96,7 @@ PLIST_SUB+= SCANNERS="@comment " .endif .if ${PORT_OPTIONS:MNTLM} -CONFIGURE_ARGS+= --enable-ntlm --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS+= --enable-ntlm ${ICONV_CONFIGURE_BASE} USES+= iconv PLIST_SUB+= NTLMCONF="" .else Modified: head/www/dansguardian/Makefile ============================================================================== --- head/www/dansguardian/Makefile Thu Sep 5 20:13:50 2013 (r326443) +++ head/www/dansguardian/Makefile Thu Sep 5 20:18:30 2013 (r326444) @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-logdir=/var/log \ --with-piddir=/var/run \ - --with-libiconv=${LOCALBASE} \ + ${ICONV_CONFIGURE_BASE} \ --enable-fancydm MAN8= dansguardian.8 @@ -96,7 +96,7 @@ PLIST_SUB+= SCANNERS="@comment " .endif .if ${PORT_OPTIONS:MNTLM} -CONFIGURE_ARGS+= --enable-ntlm --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS+= --enable-ntlm ${ICONV_CONFIGURE_BASE} USES+= iconv PLIST_SUB+= NTLMCONF="" .else From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:25:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26E575DF; Thu, 5 Sep 2013 20:25:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1326D2E27; Thu, 5 Sep 2013 20:25:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85KPCuC084889; Thu, 5 Sep 2013 20:25:12 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85KPCR7084888; Thu, 5 Sep 2013 20:25:12 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309052025.r85KPCR7084888@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 20:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326445 - head/audio/fmio 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.14 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: Thu, 05 Sep 2013 20:25:13 -0000 Author: tabthorpe Date: Thu Sep 5 20:25:12 2013 New Revision: 326445 URL: http://svnweb.freebsd.org/changeset/ports/326445 Log: - Fix typo in FreeBSSD Submitted by: makc Modified: head/audio/fmio/Makefile Modified: head/audio/fmio/Makefile ============================================================================== --- head/audio/fmio/Makefile Thu Sep 5 20:18:30 2013 (r326444) +++ head/audio/fmio/Makefile Thu Sep 5 20:25:12 2013 (r326445) @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://www.aliasnet.ru/~pva/src/fmio/ \ http://www.jumbo.narod.ru/src/fmio/ -MAINTAINER= ports@FreeBSSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FM radio card manipulation utility MAN1= fmio.1 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:28:44 2013 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 ESMTP id 6D5926F2; Thu, 5 Sep 2013 20:28:44 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57A832E42; Thu, 5 Sep 2013 20:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85KSiU6086072; Thu, 5 Sep 2013 20:28:44 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85KShQt086070; Thu, 5 Sep 2013 20:28:43 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201309052028.r85KShQt086070@svn.freebsd.org> From: Steven Kreuzer Date: Thu, 5 Sep 2013 20:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326446 - head/devel/slf4j 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.14 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: Thu, 05 Sep 2013 20:28:44 -0000 Author: skreuzer Date: Thu Sep 5 20:28:43 2013 New Revision: 326446 URL: http://svnweb.freebsd.org/changeset/ports/326446 Log: Update to 1.7.5 Modified: head/devel/slf4j/Makefile head/devel/slf4j/distinfo Modified: head/devel/slf4j/Makefile ============================================================================== --- head/devel/slf4j/Makefile Thu Sep 5 20:25:12 2013 (r326445) +++ head/devel/slf4j/Makefile Thu Sep 5 20:28:43 2013 (r326446) @@ -6,7 +6,7 @@ # PORTNAME= slf4j -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.5 CATEGORIES= devel java MASTER_SITES= http://www.slf4j.org/dist/ Modified: head/devel/slf4j/distinfo ============================================================================== --- head/devel/slf4j/distinfo Thu Sep 5 20:25:12 2013 (r326445) +++ head/devel/slf4j/distinfo Thu Sep 5 20:28:43 2013 (r326446) @@ -1,2 +1,2 @@ -SHA256 (slf4j-1.6.6.tar.gz) = d169a50fd535417bde88e342a21c1674fef0a560cbe249ff05e56b8178589b55 -SIZE (slf4j-1.6.6.tar.gz) = 2703160 +SHA256 (slf4j-1.7.5.tar.gz) = e83f1f22f22dabce0a78bd8191fb2d6fab71dc9dc4c8bfbd7939a87b1237c92e +SIZE (slf4j-1.7.5.tar.gz) = 2862186 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 20:49:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17D8EC4B; Thu, 5 Sep 2013 20:49:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04EED2F7C; Thu, 5 Sep 2013 20:49:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85KntO7098413; Thu, 5 Sep 2013 20:49:55 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85KntWC098412; Thu, 5 Sep 2013 20:49:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309052049.r85KntWC098412@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 20:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326447 - head/deskutils/tomboy 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.14 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: Thu, 05 Sep 2013 20:49:56 -0000 Author: antoine Date: Thu Sep 5 20:49:55 2013 New Revision: 326447 URL: http://svnweb.freebsd.org/changeset/ports/326447 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/deskutils/tomboy/Makefile Modified: head/deskutils/tomboy/Makefile ============================================================================== --- head/deskutils/tomboy/Makefile Thu Sep 5 20:28:43 2013 (r326446) +++ head/deskutils/tomboy/Makefile Thu Sep 5 20:49:55 2013 (r326447) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime mautil:${PORTSDIR}/devel/mono-addins USE_XZ= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gnomehack intlhack gnomeprefix gnomedesktopsharp20 GNU_CONFIGURE= yes INSTALLS_ICONS= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:02:10 2013 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 ESMTP id 909EE1C5; Thu, 5 Sep 2013 21:02:10 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6C382061; Thu, 5 Sep 2013 21:02:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=2IWw1qXqA0d29TDAIBkC72NvRddsPcpzITD0zXnfnBY=; b=vSvTuAF6D9mBgSlLNW+PKu/m+O7BfgOhHfAKzfvoEbwWTR9e8qKUq/ts8Go3nU3Q2cH7jIFHcw3J3/IZjdW4DDbBCwHi5wVbgbVAGcpcEoaKDCFRYdD2VZgi2tPVvL2BLYEMb0q8nIxr7P9uG8BMNpXxcP6Ml2xRBebq69IMgNU=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm2.ukr.net with esmtpsa ID 1VHeHy-000JFb-1h ; Thu, 05 Sep 2013 21:28:18 +0300 Date: Thu, 5 Sep 2013 21:28:15 +0300 From: Ivan Klymenko To: Thomas Abthorpe Subject: Re: svn commit: r326424 - in head/deskutils: cairo-dock cairo-dock-plugins Message-ID: <20130905212816.0fce478f@nonamehost.local> In-Reply-To: <201309051748.r85HmaqQ089083@svn.freebsd.org> References: <201309051748.r85HmaqQ089083@svn.freebsd.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=178.137.138.140; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 21:02:10 -0000 =D0=92 Thu, 5 Sep 2013 17:48:36 +0000 (UTC) Thomas Abthorpe =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Author: tabthorpe > Date: Thu Sep 5 17:48:36 2013 > New Revision: 326424 > URL: http://svnweb.freebsd.org/changeset/ports/326424 >=20 > Log: > - Reassign to the heap due to maintainer mail bounce > =20 > With hat: portmgr >=20 > Modified: > head/deskutils/cairo-dock-plugins/Makefile > head/deskutils/cairo-dock/Makefile >=20 > Modified: head/deskutils/cairo-dock-plugins/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 > 17:39:25 2013 (r326423) +++ > head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 17:48:36 > 2013 (r326424) @@ -7,7 +7,7 @@ MASTER_SITES=3D > https://launchpadlibrarian http://pazzle.otdux.com.ua/ > DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX} > ${ICONS_PACKAGE}${EXTRACT_SUFX} -MAINTAINER=3D fidaj@ukr.net > +MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D Cairo-Dock-Plugins for Cairo-Dock > =20 > RUN_DEPENDS=3D wget:${PORTSDIR}/ftp/wget >=20 > Modified: head/deskutils/cairo-dock/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/deskutils/cairo-dock/Makefile Thu Sep 5 17:39:25 > 2013 (r326423) +++ head/deskutils/cairo-dock/Makefile > Thu Sep 5 17:48:36 2013 (r326424) @@ -7,7 +7,7 @@ > CATEGORIES=3D deskutils MASTER_SITES=3D > https://launchpadlibrarian.net/137290048/ \ > http://pazzle.otdux.com.ua/=20 > -MAINTAINER=3D fidaj@ukr.net > +MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D Cairo-Dock is a light and eye-candy dock > =20 > LIB_DEPENDS=3D cairo:${PORTSDIR}/graphics/cairo \ how to understand it? From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:04:51 2013 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 ESMTP id 4D5E44A9; Thu, 5 Sep 2013 21:04:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A755207C; Thu, 5 Sep 2013 21:04:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85L4pup008599; Thu, 5 Sep 2013 21:04:51 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85L4p5b008598; Thu, 5 Sep 2013 21:04:51 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309052104.r85L4p5b008598@svn.freebsd.org> From: Boris Samorodov Date: Thu, 5 Sep 2013 21:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326448 - head/multimedia/transcode 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.14 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: Thu, 05 Sep 2013 21:04:51 -0000 Author: bsam Date: Thu Sep 5 21:04:50 2013 New Revision: 326448 URL: http://svnweb.freebsd.org/changeset/ports/326448 Log: The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG} Approved by: portmgr (bapt, implicit) Modified: head/multimedia/transcode/Makefile Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Thu Sep 5 20:49:55 2013 (r326447) +++ head/multimedia/transcode/Makefile Thu Sep 5 21:04:50 2013 (r326448) @@ -199,7 +199,7 @@ CONFIGURE_ARGS+= --disable-libjpeg .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-iconv-prefix=${LOCALBASE} --enable-iconv +CONFIGURE_ARGS+= --enable-iconv ${ICONV_CONFIGURE_ARG} .else CONFIGURE_ARGS+= --disable-iconv .endif From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:32:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CFFECDC; Thu, 5 Sep 2013 21:32:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38E4821E7; Thu, 5 Sep 2013 21:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85LWGxW025760; Thu, 5 Sep 2013 21:32:16 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85LWFZf025754; Thu, 5 Sep 2013 21:32:15 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309052132.r85LWFZf025754@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 21:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326449 - in head: accessibility/accerciser devel/anjuta misc/bigboard ports-mgmt/bpm x11-wm/compiz-plugins-extra 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.14 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: Thu, 05 Sep 2013 21:32:16 -0000 Author: antoine Date: Thu Sep 5 21:32:14 2013 New Revision: 326449 URL: http://svnweb.freebsd.org/changeset/ports/326449 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/accessibility/accerciser/Makefile head/devel/anjuta/Makefile head/misc/bigboard/Makefile head/ports-mgmt/bpm/Makefile head/ports-mgmt/bpm/pkg-plist head/x11-wm/compiz-plugins-extra/Makefile Modified: head/accessibility/accerciser/Makefile ============================================================================== --- head/accessibility/accerciser/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/accessibility/accerciser/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -15,7 +15,7 @@ COMMENT= Interactive Python accessibilit USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes -USES= gettext gmake display:configure +USES= display:configure gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/devel/anjuta/Makefile ============================================================================== --- head/devel/anjuta/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/devel/anjuta/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -31,10 +31,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas CONFLICTS= anjuta-3.[0-9]* USE_BZIP2= yes -USES= gmake gettext pathfix shebangfix shared-mime-info +USES= gmake gettext pathfix perl5 pkgconfig shebangfix shared-mime-info INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_PERL5= yes USE_PYTHON= yes USE_GNOME= gnomeprefix vte gtksourceview2 libgda4 USE_CSTD= gnu89 Modified: head/misc/bigboard/Makefile ============================================================================== --- head/misc/bigboard/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/misc/bigboard/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bigboard -# Date created: 2008-05-28 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= bigboard PORTVERSION= 0.5.38 @@ -29,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/deskto ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= 2.5+ Modified: head/ports-mgmt/bpm/Makefile ============================================================================== --- head/ports-mgmt/bpm/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/ports-mgmt/bpm/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -15,7 +15,8 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/por gnomesu:${PORTSDIR}/security/libgnomesu \ gdialog:${PORTSDIR}/x11/zenity -USE_GNOME= gtk20 desktopfileutils +USES= desktop-file-utils pkgconfig +USE_GNOME= gtk20 MAKE_ENV+= OSTYPE="${OPSYS}" @@ -32,6 +33,5 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop - @-update-desktop-database .include Modified: head/ports-mgmt/bpm/pkg-plist ============================================================================== --- head/ports-mgmt/bpm/pkg-plist Thu Sep 5 21:04:50 2013 (r326448) +++ head/ports-mgmt/bpm/pkg-plist Thu Sep 5 21:32:14 2013 (r326449) @@ -10,8 +10,6 @@ libexec/bpm/fetch-wrapper %%DATADIR%%/pixmaps/lock_48.png share/locale/en_CA/LC_MESSAGES/bpm.mo share/applications/bpm.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm libexec/bpm @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true Modified: head/x11-wm/compiz-plugins-extra/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-extra/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/x11-wm/compiz-plugins-extra/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:37:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0777DC0; Thu, 5 Sep 2013 21:37:55 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E70A02227; Thu, 5 Sep 2013 21:37:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85LbsNP027837; Thu, 5 Sep 2013 21:37:54 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Lbsq4027835; Thu, 5 Sep 2013 21:37:54 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309052137.r85Lbsq4027835@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 5 Sep 2013 21:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326450 - head/graphics/R-cran-rgdal 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.14 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: Thu, 05 Sep 2013 21:37:55 -0000 Author: tota Date: Thu Sep 5 21:37:54 2013 New Revision: 326450 URL: http://svnweb.freebsd.org/changeset/ports/326450 Log: - Update to 0.8-11 Modified: head/graphics/R-cran-rgdal/Makefile head/graphics/R-cran-rgdal/distinfo Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Thu Sep 5 21:32:14 2013 (r326449) +++ head/graphics/R-cran-rgdal/Makefile Thu Sep 5 21:37:54 2013 (r326450) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.8-10 -PORTREVISION= 1 +DISTVERSION= 0.8-11 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Thu Sep 5 21:32:14 2013 (r326449) +++ head/graphics/R-cran-rgdal/distinfo Thu Sep 5 21:37:54 2013 (r326450) @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.8-10.tar.gz) = 19f25da58f5634a44e5e7ec625d6f0b69d0f220c1e39ad88999a2504ce7fff5a -SIZE (rgdal_0.8-10.tar.gz) = 1578978 +SHA256 (rgdal_0.8-11.tar.gz) = b65a3be7fe5814345befcf120fe9c766f108ed8772974e6a5ba9c5c4e3555b90 +SIZE (rgdal_0.8-11.tar.gz) = 1607285 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:53:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A9177A5; Thu, 5 Sep 2013 21:53:11 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44C302342; Thu, 5 Sep 2013 21:53:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85LrB5q037717; Thu, 5 Sep 2013 21:53:11 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85LrBWu037716; Thu, 5 Sep 2013 21:53:11 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201309052153.r85LrBWu037716@svn.freebsd.org> From: Greg Larkin Date: Thu, 5 Sep 2013 21:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326451 - head/sysutils/rubygem-hiera-puppet 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.14 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: Thu, 05 Sep 2013 21:53:11 -0000 Author: glarkin Date: Thu Sep 5 21:53:10 2013 New Revision: 326451 URL: http://svnweb.freebsd.org/changeset/ports/326451 Log: - Added CONFLICTS with puppet 3.x. Hiera-puppet is now included in all versions of puppet >=3.0.0 Ref: http://projects.puppetlabs.com/projects/hiera-puppet Submitted by: pkg-fallout Modified: head/sysutils/rubygem-hiera-puppet/Makefile Modified: head/sysutils/rubygem-hiera-puppet/Makefile ============================================================================== --- head/sysutils/rubygem-hiera-puppet/Makefile Thu Sep 5 21:37:54 2013 (r326450) +++ head/sysutils/rubygem-hiera-puppet/Makefile Thu Sep 5 21:53:10 2013 (r326451) @@ -12,6 +12,8 @@ COMMENT= A data backend for Hiera that q RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet \ rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera +CONFLICTS= puppet-3.* + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 21:55:18 2013 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 ESMTP id 7E9EA89C; Thu, 5 Sep 2013 21:55:18 +0000 (UTC) (envelope-from marcus@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5822355; Thu, 5 Sep 2013 21:55:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85LtIdv038782; Thu, 5 Sep 2013 21:55:18 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85LtI4B038781; Thu, 5 Sep 2013 21:55:18 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201309052155.r85LtI4B038781@svn.freebsd.org> From: Joe Marcus Clarke Date: Thu, 5 Sep 2013 21:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326452 - head/x11/gnome-swallow/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 21:55:18 -0000 Author: marcus Date: Thu Sep 5 21:55:17 2013 New Revision: 326452 URL: http://svnweb.freebsd.org/changeset/ports/326452 Log: Fix the build with clang. Reported by: pkg-fallout Modified: head/x11/gnome-swallow/files/patch-gnome-swallow.c Modified: head/x11/gnome-swallow/files/patch-gnome-swallow.c ============================================================================== --- head/x11/gnome-swallow/files/patch-gnome-swallow.c Thu Sep 5 21:53:10 2013 (r326451) +++ head/x11/gnome-swallow/files/patch-gnome-swallow.c Thu Sep 5 21:55:17 2013 (r326452) @@ -1,12 +1,20 @@ ---- gnome-swallow.c.orig Fri Sep 12 00:21:55 2003 -+++ gnome-swallow.c Sun Apr 24 00:28:34 2005 -@@ -1,3 +1,5 @@ +--- gnome-swallow.c.orig 2003-09-12 00:21:55.000000000 -0400 ++++ gnome-swallow.c 2013-09-05 17:51:55.000000000 -0400 +@@ -1,5 +1,8 @@ +#include +#include #include #include ++#include #include -@@ -55,7 +57,7 @@ gboolean swallow(char* wantedWindow, Dis + #include + +@@ -51,11 +54,11 @@ gboolean swallow(char* wantedWindow, Dis + struct timeval tv; + char ret; + +- if(! display) return; /* WTF? */ ++ if(! display) return FALSE; /* WTF? */ XSync (display, FALSE); @@ -15,7 +23,7 @@ now = start = (double)tv.tv_sec + ((double)tv.tv_usec / 1000000.0); while (ready == FALSE && now < (start + 10.0)) -@@ -131,7 +133,7 @@ gboolean swallow(char* wantedWindow, Dis +@@ -131,7 +134,7 @@ gboolean swallow(char* wantedWindow, Dis fprintf(stderr,"Loop"); gtk_main_iteration_do(FALSE); @@ -24,7 +32,7 @@ now = (double)tv.tv_sec + ((double)tv.tv_usec / 1000000.0); } -@@ -249,13 +251,13 @@ void exitProgram(GtkWidget* w, gpointer +@@ -249,13 +252,13 @@ void exitProgram(GtkWidget* w, gpointer void forkApplet(struct AppletConfigure* ap) { if(ap->pid > -1) { From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 22:26:43 2013 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 ESMTP id 04961135; Thu, 5 Sep 2013 22:26:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6FC024B4; Thu, 5 Sep 2013 22:26:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85MQgeR057075; Thu, 5 Sep 2013 22:26:42 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85MQgc3057074; Thu, 5 Sep 2013 22:26:42 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309052226.r85MQgc3057074@svn.freebsd.org> From: Gerald Pfeifer Date: Thu, 5 Sep 2013 22:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326453 - head/lang/gcc/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 22:26:43 -0000 Author: gerald Date: Thu Sep 5 22:26:42 2013 New Revision: 326453 URL: http://svnweb.freebsd.org/changeset/ports/326453 Log: Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Added: head/lang/gcc/files/patch-libcpp (contents, props changed) Added: head/lang/gcc/files/patch-libcpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-libcpp Thu Sep 5 22:26:42 2013 (r326453) @@ -0,0 +1,10 @@ +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 +@@ -27,6 +27,7 @@ + #include "cpp-id-data.h" + + #if HAVE_ICONV ++#define __bool_true_false_are_defined + #include + #else + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 22:40:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28DE8B26; Thu, 5 Sep 2013 22:40:23 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16EB8256C; Thu, 5 Sep 2013 22:40:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85MeMH8064705; Thu, 5 Sep 2013 22:40:22 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85MeMBY064702; Thu, 5 Sep 2013 22:40:22 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309052240.r85MeMBY064702@svn.freebsd.org> From: Anton Berezin Date: Thu, 5 Sep 2013 22:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326454 - head/devel/p5-enum 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.14 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: Thu, 05 Sep 2013 22:40:23 -0000 Author: tobez Date: Thu Sep 5 22:40:22 2013 New Revision: 326454 URL: http://svnweb.freebsd.org/changeset/ports/326454 Log: Update to 1.04(0). Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Thu Sep 5 22:26:42 2013 (r326453) +++ head/devel/p5-enum/Makefile Thu Sep 5 22:40:22 2013 (r326454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.030 +PORTVERSION= 1.040 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Thu Sep 5 22:26:42 2013 (r326453) +++ head/devel/p5-enum/distinfo Thu Sep 5 22:40:22 2013 (r326454) @@ -1,2 +1,2 @@ -SHA256 (enum-1.03.tar.gz) = c01575507f95b8a3790e340e11373fbc3e3b7381d5e51b9d57e279fd1f494a01 -SIZE (enum-1.03.tar.gz) = 6902 +SHA256 (enum-1.04.tar.gz) = 6217a07836bfac46c6b0659e6f94e783bcfc339b42becf04819935adde29ff56 +SIZE (enum-1.04.tar.gz) = 7003 From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 22:58:33 2013 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 ESMTP id 8C3D0948 for ; Thu, 5 Sep 2013 22:58:33 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63752264A for ; Thu, 5 Sep 2013 22:58:33 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so2550949pab.15 for ; Thu, 05 Sep 2013 15:58:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Ydnu2AI6OLRLnDrpkSUdaD380bSPfQsF1A5kPQNFGWo=; b=ERc+FTEOd6BaYCvOMs26VJq3Gk/9O6KgVi7G5Bt1DEiy7W3++LTDr4K3A3rCS9Oxo0 WMyxp5vf7K7tuGXwjDrvqAcACmJ3+JKyxR+ff1nTv1X51mXr6KLKcGqAQKKEKKZn0xWx WY/W6yA6ssPNl6W5gunsFJjdnl76ls48mSxCeRoq7kJ3pWkl26A8UIqX3gD6RUhAtoay F/jy1lnyt4VifYgbGdswyDs+clYf7sVSwYbgDu7moRMJ+/Io5QwVfrNikGPXITclNN3B Mmyit5c2n1A1CccS9Y9Bad1rTcsQHvshj26YXDPLMGRGMOc7lGKZofbKIZezKppeqAPo AknQ== X-Gm-Message-State: ALoCoQkzRiGlA9BO7BhqWhp4cnskXLdn8G5gZZ84kPWTDuBvN2068nxDNcsuVnjseAcbmAlYzETO MIME-Version: 1.0 X-Received: by 10.68.220.1 with SMTP id ps1mr11748132pbc.30.1378421912814; Thu, 05 Sep 2013 15:58:32 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.100.165 with HTTP; Thu, 5 Sep 2013 15:58:32 -0700 (PDT) In-Reply-To: <201309051804.r85I4g3D000266@svn.freebsd.org> References: <201309051804.r85I4g3D000266@svn.freebsd.org> Date: Thu, 5 Sep 2013 15:58:32 -0700 X-Google-Sender-Auth: BE-TKgINqt0ruYEasxmXNv-Bba4 Message-ID: Subject: Re: svn commit: r326430 - head/www/flickcurl From: Jason Helfman To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 22:58:33 -0000 Did you test this? This is now broken, as a result. I suggest reverting. -jgh On Thu, Sep 5, 2013 at 11:04 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Sep 5 18:04:42 2013 > New Revision: 326430 > URL: http://svnweb.freebsd.org/changeset/ports/326430 > > Log: > - Fix CONFIGURE_ARGS > > Modified: > head/www/flickcurl/Makefile > > Modified: head/www/flickcurl/Makefile > > ============================================================================== > --- head/www/flickcurl/Makefile Thu Sep 5 17:58:00 2013 (r326429) > +++ head/www/flickcurl/Makefile Thu Sep 5 18:04:42 2013 (r326430) > @@ -31,9 +31,9 @@ USE_LDCONFIG= yes > MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1 > > OFFLINE_CONFIGURE_ON= --enable-offline > -OFFLINE_CONFIGURE_OFF= offline=no > +OFFLINE_CONFIGURE_OFF= --offline=no > CAPTURE_CONFIGURE_ON= --enable-capture > -CAPTURE_CONFIGURE_OFF= capture=no > +CAPTURE_CONFIGURE_OFF= --capture=no > RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 > RAPTOR_CONFIGURE_ON= --with-raptor=2 > RAPTOR_CONFIGURE_OFF= --with-raptor=no > > -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 23:17:10 2013 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 ESMTP id 748F48C5 for ; Thu, 5 Sep 2013 23:17:10 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B3F3275F for ; Thu, 5 Sep 2013 23:17:10 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id i13so124220qae.19 for ; Thu, 05 Sep 2013 16:17:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=goodking.ca; s=google; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=V24Uji26mMckzMGrN46UgEuWW8fwF5cyAoJ6SANX9XQ=; b=mDibpG9iEB3Ej7x5rRPXYNJ7SqldefBOAl0Aj+6BqrAWD/ruKF9RTEb7roUOLzlvEs epwwgvOZ/JQ62ykQiA8QHJeAVWLoRKKX40dESGTPnuE7Y2skicu1edhttZdGokFw3i2Y MtGYetfLslRAFx9IEMwqFZL37m8fWs6zubh3g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=V24Uji26mMckzMGrN46UgEuWW8fwF5cyAoJ6SANX9XQ=; b=HvCUN2uDfLyNecVW5oIzDFd64I3amzEA2AoyhVPHObTbrMzRNIL4QLNJmluGVzBfrg V2lki7riNBxIFc352BvlEY6xsuGe9MXeglbe73TqFlinohyk8WGNOcMY/moLyN2EoRcw dI39ohePgkQyXNNZZVJ+KoohaIpjXz8pqcQLHeUtDTNnU4HJOayJsYKVkbv1YxGxGA88 62FdPbeT11ylIiikVE2YDXgqygyr3PsUBfyKQdxQDdEgxnX7/1GDMXlN/r0srC7MM9/t txWj/2Y1q0B3DbDIg3cvbIAIm4gb3NPuEaFkOHhWT99m0voa/dXUP0VdGivEGw0qQ9H+ 4feA== X-Gm-Message-State: ALoCoQm0CJ62JtOAout70+1XB/iGarnFZ8VQwwn8+h/B3CwpzGODgaXOEg/v3e2lEFW1rIkS49q3 X-Received: by 10.224.97.3 with SMTP id j3mr536114qan.87.1378423028392; Thu, 05 Sep 2013 16:17:08 -0700 (PDT) Received: from goodking.ca ([2001:470:1c:66::2]) by mx.google.com with ESMTPSA id p6sm548766qai.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 16:17:07 -0700 (PDT) Sender: Thomas Abthorpe Date: Thu, 5 Sep 2013 19:17:05 -0400 From: Thomas Abthorpe To: Ivan Klymenko Subject: Re: svn commit: r326424 - in head/deskutils: cairo-dock cairo-dock-plugins Message-ID: <20130905231705.GB70007@goodking.ca> References: <201309051748.r85HmaqQ089083@svn.freebsd.org> <20130905212816.0fce478f@nonamehost.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline In-Reply-To: <20130905212816.0fce478f@nonamehost.local> X-URL: http://www.goodking.org/ X-PGP-Key: http://people.freebsd.org/~tabthorpe/tabthorpe.asc X-PGP-Key-ID: 0xA473C990 X-PGP-Key-Fingerprint: D883 2D7C EB78 944A 69FC 36A6 D937 1097 A473 C990 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 05 Sep 2013 23:17:10 -0000 --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 05, 2013 at 09:28:15PM +0300, Ivan Klymenko wrote: > ?? Thu, 5 Sep 2013 17:48:36 +0000 (UTC) > Thomas Abthorpe ??????????: >=20 > > Author: tabthorpe > > Date: Thu Sep 5 17:48:36 2013 > > New Revision: 326424 > > URL: http://svnweb.freebsd.org/changeset/ports/326424 > >=20 > > Log: > > - Reassign to the heap due to maintainer mail bounce > > =20 > > With hat: portmgr > >=20 > > Modified: > > head/deskutils/cairo-dock-plugins/Makefile > > head/deskutils/cairo-dock/Makefile > >=20 > > Modified: head/deskutils/cairo-dock-plugins/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 > > 17:39:25 2013 (r326423) +++ > > head/deskutils/cairo-dock-plugins/Makefile Thu Sep 5 17:48:36 > > 2013 (r326424) @@ -7,7 +7,7 @@ MASTER_SITES=3D > > https://launchpadlibrarian http://pazzle.otdux.com.ua/ > > DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX} > > ${ICONS_PACKAGE}${EXTRACT_SUFX} -MAINTAINER=3D fidaj@ukr.net > > +MAINTAINER=3D ports@FreeBSD.org > > COMMENT=3D Cairo-Dock-Plugins for Cairo-Dock > > =20 > > RUN_DEPENDS=3D wget:${PORTSDIR}/ftp/wget > >=20 > > Modified: head/deskutils/cairo-dock/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/deskutils/cairo-dock/Makefile Thu Sep 5 17:39:25 > > 2013 (r326423) +++ head/deskutils/cairo-dock/Makefile > > Thu Sep 5 17:48:36 2013 (r326424) @@ -7,7 +7,7 @@ > > CATEGORIES=3D deskutils MASTER_SITES=3D > > https://launchpadlibrarian.net/137290048/ \ > > http://pazzle.otdux.com.ua/=20 > > -MAINTAINER=3D fidaj@ukr.net > > +MAINTAINER=3D ports@FreeBSD.org > > COMMENT=3D Cairo-Dock is a light and eye-candy dock > > =20 > > LIB_DEPENDS=3D cairo:${PORTSDIR}/graphics/cairo \ >=20 > how to understand it? I sent an email to you regarding your ports, and received a 550 error. As you have been able to make contact, I shall revert the commit. Thomas --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEcBAEBAgAGBQJSKRDxAAoJENk3EJekc8mQUREH/jCiPjrq2FUmXdO7pccyPJpf 3ysNwlSyVs4vbGcUzIdBJlOMCFNF9V6wrOzK+cRhmzp+PNJ35USJDX28b3ciRYGL PfaTkHJOkCo9yB4jJNnUEiOd8gM0biXEL6nSRbSvJyQfpxl+1pmHaqCkk/G5/glo F90ECnP9YAqRmCj/PGo7PRFmHUd/T0ExaNRatjyZed5BQQElB1VGVv9DxOCnrM4C AXqInTEGLovTcJmuUlpSx2kEFZK7M4pX7RopXtlk5Ne40pUDoqsh/59AGFATKc/A sla02DY2AVv0OQWr9qk2rO3DG6cdfT0SOfJUiUvcKUSlO+mP+h5aRIi81zmZ990= =JH3z -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg-- From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 23:57:35 2013 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 ESMTP id B7EE8E00; Thu, 5 Sep 2013 23:57:35 +0000 (UTC) (envelope-from lippe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5BFC28DF; Thu, 5 Sep 2013 23:57:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85NvZmH010394; Thu, 5 Sep 2013 23:57:35 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85NvZod010393; Thu, 5 Sep 2013 23:57:35 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309052357.r85NvZod010393@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Thu, 5 Sep 2013 23:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326455 - head/www/p5-CGI-Application-Plugin-ValidateRM 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.14 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: Thu, 05 Sep 2013 23:57:35 -0000 Author: lippe Date: Thu Sep 5 23:57:35 2013 New Revision: 326455 URL: http://svnweb.freebsd.org/changeset/ports/326455 Log: - Remove unnecessary and conflictant dependency Reported by: pkg-fallout Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Thu Sep 5 22:40:22 2013 (r326454) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Thu Sep 5 23:57:35 2013 (r326455) @@ -1,7 +1,4 @@ -# New ports collection makefile for: CGI::Application::Plugin::ValidateRM -# Date created: 08 Nov 2005 -# Whom: Espen Tagestad -# +# Created by: Espen Tagestad # $FreeBSD$ PORTNAME= CGI-Application-Plugin-ValidateRM @@ -15,7 +12,6 @@ COMMENT= Help validate forms with the CG BUILD_DEPENDS= p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ - p5-CGI-modules>=0:${PORTSDIR}/www/p5-CGI-modules \ p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 00:17:46 2013 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 ESMTP id 448D0FFB; Fri, 6 Sep 2013 00:17:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3297429AD; Fri, 6 Sep 2013 00:17:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r860HkVK023477; Fri, 6 Sep 2013 00:17:46 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r860Hj2I023472; Fri, 6 Sep 2013 00:17:45 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201309060017.r860Hj2I023472@svn.freebsd.org> From: Xin LI Date: Fri, 6 Sep 2013 00:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326456 - in head/mail/libvmime: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 00:17:46 -0000 Author: delphij Date: Fri Sep 6 00:17:45 2013 New Revision: 326456 URL: http://svnweb.freebsd.org/changeset/ports/326456 Log: Fix build. Per ISO C++03 14.2/4: When the name of a member template specialization appears after . or -> in a postfix-expression, or after nested-name-specifier in a qualified-id, and the postfix-expression or qualified-id explicitly depends on a template-parameter (14.6.2), the member template name must be prefixed by the keyword template. Otherwise the name is assumed to name a non-template. Added: head/mail/libvmime/files/patch-vmime__base.hpp (contents, props changed) Modified: head/mail/libvmime/Makefile Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Thu Sep 5 23:57:35 2013 (r326455) +++ head/mail/libvmime/Makefile Fri Sep 6 00:17:45 2013 (r326456) @@ -3,7 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 Added: head/mail/libvmime/files/patch-vmime__base.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libvmime/files/patch-vmime__base.hpp Fri Sep 6 00:17:45 2013 (r326456) @@ -0,0 +1,11 @@ +--- ./vmime/base.hpp.orig 2010-02-06 10:12:57.000000000 -0800 ++++ ./vmime/base.hpp 2013-09-05 17:05:39.233608129 -0700 +@@ -252,7 +252,7 @@ + template + ref dynamicCast(ref y) + { +- return y.dynamicCast (); ++ return y. template dynamicCast (); + } + + } // vmime From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 01:36:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 05B85A59; Fri, 6 Sep 2013 01:36:37 +0000 (UTC) Date: Fri, 6 Sep 2013 01:36:37 +0000 From: Alexey Dokuchaev To: William Grzybowski Subject: Re: svn commit: r326440 - head/databases/libmongo-client Message-ID: <20130906013636.GB72777@FreeBSD.org> References: <201309051944.r85Jieq3060024@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309051944.r85Jieq3060024@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 01:36:37 -0000 On Thu, Sep 05, 2013 at 07:44:40PM +0000, William Grzybowski wrote: > New Revision: 326440 > URL: http://svnweb.freebsd.org/changeset/ports/326440 > > USE_GITHUB= yes > GH_ACCOUNT= algernon > GH_TAGNAME= ${PORTNAME}-${PORTVERSION} > -GH_COMMIT= 13cc0ee > +GH_COMMIT= ff123ed # should be 9cbb488, but does not :) does not, uhm, exactly what? ./danfe From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 01:44:08 2013 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 ESMTP id 026B1B7A; Fri, 6 Sep 2013 01:44:08 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C73842CE8; Fri, 6 Sep 2013 01:44:06 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id y6so2287373lbh.6 for ; Thu, 05 Sep 2013 18:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RFQp5m+EZ6V5Vts7RcgKDyhkVDiSmYLoyzFR7HiT3yE=; b=cYAJg5EMVOIIubl3GWE4NVLRCDQNXQgroVxNo4oAUj0FPC1trcnzwNVCiiSSmENaNU 0Y8269QKXl6b56N93oFHHr36r7acFjlm7fSfw1dGnHUNvlp6A9PETN7i8fywKq/9N6dm 9UtTqlhqHRnLSwP/zOpw+rOWzcDhUuANCeAWJomQnrE3FIfh6sJ6raicKAgk59JG+n9K pPLODbWgrxqi/H2McIProO7XXF8F2iktiKJNKrJBdM29HkFbORKvXCm8D2PgfrUqFC7Q zKtNQenWHt/Aqf9nrhTJtJb25V41L15QShePBgf8y6XzZFMHiGSfq8JpwABNCZt20e4u P6CA== MIME-Version: 1.0 X-Received: by 10.152.120.194 with SMTP id le2mr24709lab.68.1378431844219; Thu, 05 Sep 2013 18:44:04 -0700 (PDT) Received: by 10.114.77.38 with HTTP; Thu, 5 Sep 2013 18:44:04 -0700 (PDT) In-Reply-To: <20130906013636.GB72777@FreeBSD.org> References: <201309051944.r85Jieq3060024@svn.freebsd.org> <20130906013636.GB72777@FreeBSD.org> Date: Thu, 5 Sep 2013 22:44:04 -0300 Message-ID: Subject: Re: svn commit: r326440 - head/databases/libmongo-client From: William Grzybowski To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, William Grzybowski , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 01:44:08 -0000 On Thu, Sep 5, 2013 at 10:36 PM, Alexey Dokuchaev wrote: > On Thu, Sep 05, 2013 at 07:44:40PM +0000, William Grzybowski wrote: >> New Revision: 326440 >> URL: http://svnweb.freebsd.org/changeset/ports/326440 >> >> USE_GITHUB= yes >> GH_ACCOUNT= algernon >> GH_TAGNAME= ${PORTNAME}-${PORTVERSION} >> -GH_COMMIT= 13cc0ee >> +GH_COMMIT= ff123ed # should be 9cbb488, but does not > > :) does not, uhm, exactly what? Yeah, the comment wasn't clear enough, I forgot to edit it from the PR. If you look at github the tag 0.1.6.3 is over the commit 9cbb488, but fetching https://codeload.github.com/algernon/libmongo-client/legacy.tar.gz/libmongo-client-0.1.6.3 gives us a tarball with a directory with the commit ff123ed (which seems nonexistent in the repo, although the contents are indeed of that version. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 02:06:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BA97DE0; Fri, 6 Sep 2013 02:06:57 +0000 (UTC) (envelope-from jkim@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB5782DA1; Fri, 6 Sep 2013 02:06:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8626uIN088054; Fri, 6 Sep 2013 02:06:56 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8626uHT088036; Fri, 6 Sep 2013 02:06:56 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309060206.r8626uHT088036@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 6 Sep 2013 02:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326457 - in head/java: openjdk6 openjdk6-jre openjdk6/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 02:06:57 -0000 Author: jkim Date: Fri Sep 6 02:06:56 2013 New Revision: 326457 URL: http://svnweb.freebsd.org/changeset/ports/326457 Log: Fix build with libc++. Modified: head/java/openjdk6-jre/Makefile head/java/openjdk6/Makefile head/java/openjdk6/files/patch-set Modified: head/java/openjdk6-jre/Makefile ============================================================================== --- head/java/openjdk6-jre/Makefile Fri Sep 6 00:17:45 2013 (r326456) +++ head/java/openjdk6-jre/Makefile Fri Sep 6 02:06:56 2013 (r326457) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= java devel PKGNAMESUFFIX= -jre Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Fri Sep 6 00:17:45 2013 (r326456) +++ head/java/openjdk6/Makefile Fri Sep 6 02:06:56 2013 (r326457) @@ -3,7 +3,7 @@ PORTNAME= openjdk6 PORTVERSION= b27 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ \ http://download.java.net/jaxp/openjdk/jdk6/:jaxp \ Modified: head/java/openjdk6/files/patch-set ============================================================================== --- head/java/openjdk6/files/patch-set Fri Sep 6 00:17:45 2013 (r326456) +++ head/java/openjdk6/files/patch-set Fri Sep 6 02:06:56 2013 (r326457) @@ -116,7 +116,7 @@ endif # -@@ -278,7 +255,9 @@ +@@ -278,24 +255,22 @@ override HAVE_FILIOH = false override HAVE_GETHRTIME = false override HAVE_GETHRVTIME = false @@ -126,7 +126,11 @@ override LEX_LIBRARY = -lfl ifeq ($(STATIC_CXX),true) override LIBCXX = -Wl,-Bstatic -lstdc++ -lgcc -Wl,-Bdynamic -@@ -289,13 +268,9 @@ + else +-override LIBCXX = -lstdc++ ++override LIBCXX = + endif + override LIBPOSIX4 = override LIBSOCKET = override LIBTHREAD = override MOOT_PRIORITIES = true @@ -4112,7 +4116,7 @@ # include # include # include -@@ -102,21 +101,57 @@ +@@ -102,21 +101,56 @@ # include # include # include @@ -4139,7 +4143,6 @@ +#ifdef __FreeBSD__ +#if __FreeBSD_version > 700109 -+#include +#include +#endif +#include @@ -4171,7 +4174,7 @@ #define MAX_PATH (2 * K) // for timer info max values which include all bits -@@ -127,19 +162,25 @@ +@@ -127,19 +161,25 @@ // global variables julong os::Bsd::_physical_memory = 0; @@ -4197,7 +4200,7 @@ static jlong initial_time_count=0; -@@ -157,8 +198,6 @@ +@@ -157,8 +197,6 @@ static int SR_signum = SIGUSR2; sigset_t SR_sigset; @@ -4206,7 +4209,7 @@ //////////////////////////////////////////////////////////////////////////////// // utility functions -@@ -171,11 +210,38 @@ +@@ -171,11 +209,38 @@ } julong os::Bsd::available_memory() { @@ -4245,7 +4248,7 @@ } julong os::physical_memory() { -@@ -223,6 +289,7 @@ +@@ -223,6 +288,7 @@ } @@ -4253,7 +4256,7 @@ #ifndef SYS_gettid // i386: 224, ia64: 1105, amd64: 186, sparc 143 #ifdef __ia64__ -@@ -237,6 +304,7 @@ +@@ -237,6 +303,7 @@ #error define gettid for the arch #endif #endif @@ -4261,7 +4264,7 @@ // Cpu architecture string #if defined(ZERO) -@@ -267,28 +335,86 @@ +@@ -267,28 +334,86 @@ // Returns the kernel thread id of the currently running thread. Kernel // thread id is used to access /proc. // @@ -4366,7 +4369,7 @@ void os::Bsd::initialize_system_info() { set_processor_count(sysconf(_SC_NPROCESSORS_CONF)); if (processor_count() == 1) { -@@ -305,6 +431,7 @@ +@@ -305,6 +430,7 @@ _physical_memory = (julong)sysconf(_SC_PHYS_PAGES) * (julong)sysconf(_SC_PAGESIZE); assert(processor_count() > 0, "bsd error"); } @@ -4374,7 +4377,7 @@ void os::init_system_properties_values() { // char arch[12]; -@@ -348,9 +475,7 @@ +@@ -348,9 +474,7 @@ * ... * 7: The default directories, normally /lib and /usr/lib. */ @@ -4385,7 +4388,7 @@ #define DEFAULT_LIBPATH "/lib:/usr/lib" #endif -@@ -429,7 +554,11 @@ +@@ -429,7 +553,11 @@ * should always exist (until the legacy problem cited above is * addressed). */ @@ -4397,7 +4400,7 @@ if (v != NULL) { char *t = ld_library_path; /* That's +1 for the colon and +1 for the trailing '\0' */ -@@ -588,6 +717,7 @@ +@@ -588,6 +716,7 @@ } } @@ -4405,7 +4408,7 @@ ////////////////////////////////////////////////////////////////////////////// // detecting pthread library -@@ -751,6 +881,7 @@ +@@ -751,6 +880,7 @@ } return false; } @@ -4413,7 +4416,7 @@ ////////////////////////////////////////////////////////////////////////////// // create new thread -@@ -759,6 +890,9 @@ +@@ -759,6 +889,9 @@ // check if it's safe to start a new thread static bool _thread_safety_check(Thread* thread) { @@ -4423,7 +4426,7 @@ if (os::Bsd::is_BsdThreads() && !os::Bsd::is_floating_stack()) { // Fixed stack BsdThreads (SuSE Bsd/x86, and some versions of Redhat) // Heap is mmap'ed at lower end of memory space. Thread stacks are -@@ -792,6 +926,7 @@ +@@ -792,6 +925,7 @@ // here, that means enough space has been reserved for stack. return true; } @@ -4431,7 +4434,7 @@ } // Thread start routine for all newly created threads -@@ -819,15 +954,22 @@ +@@ -819,15 +953,22 @@ return NULL; } @@ -4454,7 +4457,7 @@ // initialize signal mask for this thread os::Bsd::hotspot_sigmask(thread); -@@ -910,17 +1052,22 @@ +@@ -910,17 +1051,22 @@ // let pthread_create() pick the default value. } @@ -4477,7 +4480,7 @@ pthread_t tid; int ret = pthread_create(&tid, &attr, (void* (*)(void*)) java_start, thread); -@@ -934,7 +1081,9 @@ +@@ -934,7 +1080,9 @@ // Need to clean up stuff we've allocated so far thread->set_osthread(NULL); delete osthread; @@ -4487,7 +4490,7 @@ return false; } -@@ -950,9 +1099,11 @@ +@@ -950,9 +1098,11 @@ } } @@ -4499,7 +4502,7 @@ } // Aborted due to thread limit being reached -@@ -990,7 +1141,11 @@ +@@ -990,7 +1140,11 @@ } // Store pthread info into the OSThread @@ -4511,7 +4514,7 @@ osthread->set_pthread_id(::pthread_self()); // initialize floating point control register -@@ -1001,6 +1156,7 @@ +@@ -1001,6 +1155,7 @@ thread->set_osthread(osthread); @@ -4519,7 +4522,7 @@ if (UseNUMA) { int lgrp_id = os::numa_get_group_id(); if (lgrp_id != -1) { -@@ -1027,6 +1183,7 @@ +@@ -1027,6 +1182,7 @@ os::Bsd::manually_expand_stack(jt, addr); osthread->clear_expanding_stack(); } @@ -4527,7 +4530,7 @@ // initialize signal mask for this thread // and save the caller's signal mask -@@ -1085,6 +1242,7 @@ +@@ -1085,6 +1241,7 @@ ////////////////////////////////////////////////////////////////////////////// // initial thread @@ -4535,7 +4538,7 @@ // Check if current thread is the initial thread, similar to Solaris thr_main. bool os::Bsd::is_initial_thread(void) { char dummy; -@@ -1321,6 +1479,7 @@ +@@ -1321,6 +1478,7 @@ _initial_thread_stack_size = align_size_down(_initial_thread_stack_size, page_size()); _initial_thread_stack_bottom = (address)stack_top - _initial_thread_stack_size; } @@ -4543,7 +4546,7 @@ //////////////////////////////////////////////////////////////////////////////// // time support -@@ -1342,9 +1501,7 @@ +@@ -1342,9 +1500,7 @@ return (1000 * 1000); } @@ -4554,7 +4557,7 @@ bool os::supports_vtime() { return false; } bool os::enable_vtime() { return false; } bool os::vtime_enabled() { return false; } -@@ -1364,6 +1521,21 @@ +@@ -1364,6 +1520,21 @@ #define CLOCK_MONOTONIC (1) #endif @@ -4576,7 +4579,7 @@ void os::Bsd::clock_init() { // we do dlopen's in this particular order due to bug in bsd // dynamical loader (see 6348968) leading to crash on exit -@@ -1399,7 +1571,9 @@ +@@ -1399,7 +1570,9 @@ } } } @@ -4586,7 +4589,7 @@ #ifndef SYS_clock_getres #if defined(IA32) || defined(AMD64) -@@ -1440,6 +1614,7 @@ +@@ -1440,6 +1613,7 @@ _pthread_getcpuclockid = pthread_getcpuclockid_func; } } @@ -4594,7 +4597,7 @@ jlong os::javaTimeNanos() { if (Bsd::supports_monotonic_clock()) { -@@ -1608,7 +1783,14 @@ +@@ -1608,7 +1782,14 @@ // DLL functions @@ -4610,7 +4613,7 @@ // This must be hard coded because it's the system's temporary // directory not the java application's temp directory, ala java.io.tmpdir. -@@ -1628,13 +1810,13 @@ +@@ -1628,13 +1809,13 @@ const size_t pnamelen = pname ? strlen(pname) : 0; // Quietly truncate on buffer overflow. Should be an error. @@ -4626,7 +4629,7 @@ } else if (strchr(pname, *os::path_separator()) != NULL) { int n; char** pelements = split_path(pname, &n); -@@ -1643,7 +1825,8 @@ +@@ -1643,7 +1824,8 @@ if (pelements[i] == NULL || strlen(pelements[i]) == 0) { continue; // skip the empty path values } @@ -4636,7 +4639,7 @@ if (file_exists(buffer)) { break; } -@@ -1658,7 +1841,7 @@ +@@ -1658,7 +1840,7 @@ FREE_C_HEAP_ARRAY(char*, pelements); } } else { @@ -4645,7 +4648,7 @@ } } -@@ -1708,6 +1891,23 @@ +@@ -1708,6 +1890,23 @@ return false; } @@ -4669,7 +4672,7 @@ struct _address_to_library_name { address addr; // input : memory address size_t buflen; // size of fname -@@ -1782,11 +1982,27 @@ +@@ -1782,11 +1981,27 @@ return false; } } @@ -4697,7 +4700,7 @@ void * os::dll_load(const char *filename, char *ebuf, int ebuflen) { void * result= ::dlopen(filename, RTLD_LAZY); -@@ -1839,6 +2055,26 @@ +@@ -1839,6 +2054,26 @@ #define EM_486 6 /* Intel 80486 */ #endif @@ -4724,7 +4727,7 @@ static const arch_t arch_array[]={ {EM_386, EM_386, ELFCLASS32, ELFDATA2LSB, (char*)"IA 32"}, {EM_486, EM_386, ELFCLASS32, ELFDATA2LSB, (char*)"IA 32"}, -@@ -1942,17 +2178,11 @@ +@@ -1942,17 +2177,11 @@ return NULL; } @@ -4745,7 +4748,7 @@ } -@@ -1975,7 +2205,51 @@ +@@ -1975,7 +2204,51 @@ void os::print_dll_info(outputStream *st) { st->print_cr("Dynamic libraries:"); @@ -4798,7 +4801,7 @@ char fname[32]; pid_t pid = os::Bsd::gettid(); -@@ -1984,6 +2258,7 @@ +@@ -1984,6 +2257,7 @@ if (!_print_ascii_file(fname, st)) { st->print("Can not get library information for pid = %d\n", pid); } @@ -4806,7 +4809,7 @@ } -@@ -2018,6 +2293,7 @@ +@@ -2018,6 +2292,7 @@ st->print(name.machine); st->cr(); @@ -4814,7 +4817,7 @@ // Print warning if unsafe chroot environment detected if (unsafe_chroot_detected) { st->print("WARNING!! "); -@@ -2032,6 +2308,7 @@ +@@ -2032,6 +2307,7 @@ st->print("(%s stack)", os::Bsd::is_floating_stack() ? "floating" : "fixed"); } st->cr(); @@ -4822,7 +4825,7 @@ // rlimit st->print("rlimit:"); -@@ -2057,6 +2334,7 @@ +@@ -2057,6 +2333,7 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%d", rlim.rlim_cur); @@ -4830,7 +4833,7 @@ st->print(", AS "); getrlimit(RLIMIT_AS, &rlim); if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); -@@ -2069,11 +2347,7 @@ +@@ -2069,11 +2346,7 @@ os::loadavg(loadavg, 3); st->print("%0.02f %0.02f %0.02f", loadavg[0], loadavg[1], loadavg[2]); st->cr(); @@ -4843,7 +4846,7 @@ } void os::print_memory_info(outputStream* st) { -@@ -2081,19 +2355,55 @@ +@@ -2081,19 +2354,55 @@ st->print("Memory:"); st->print(" %dk page", os::vm_page_size()>>10); @@ -4899,7 +4902,7 @@ } // Taken from /usr/include/bits/siginfo.h Supposed to be architecture specific -@@ -2333,19 +2643,29 @@ +@@ -2333,19 +2642,29 @@ static volatile jint pending_signals[NSIG+1] = { 0 }; // Bsd(POSIX) specific hand shaking semaphore. @@ -4931,7 +4934,7 @@ } static int check_pending_signals(bool wait) { -@@ -2367,7 +2687,7 @@ +@@ -2367,7 +2686,7 @@ do { thread->set_suspend_equivalent(); // cleared by handle_special_suspend_equivalent_condition() or java_suspend_self() @@ -4940,7 +4943,7 @@ // were we externally suspended while we were waiting? threadIsSuspended = thread->handle_special_suspend_equivalent_condition(); -@@ -2378,7 +2698,7 @@ +@@ -2378,7 +2697,7 @@ // while suspended because that would surprise the thread that // suspended us. // @@ -4949,7 +4952,7 @@ thread->java_suspend_self(); } -@@ -2422,10 +2742,10 @@ +@@ -2422,10 +2741,10 @@ return; } @@ -4962,7 +4965,7 @@ os::get_temp_directory(), os::current_process_id(), num); unlink(buf); -@@ -2451,9 +2771,14 @@ +@@ -2451,9 +2770,14 @@ // problem. bool os::commit_memory(char* addr, size_t size, bool exec) { int prot = exec ? PROT_READ|PROT_WRITE|PROT_EXEC : PROT_READ|PROT_WRITE; @@ -4977,7 +4980,7 @@ } bool os::commit_memory(char* addr, size_t size, size_t alignment_hint, -@@ -2469,36 +2794,27 @@ +@@ -2469,36 +2793,27 @@ } void os::numa_make_global(char *addr, size_t bytes) { @@ -5019,7 +5022,7 @@ } bool os::get_page_info(char *start, page_info* info) { -@@ -2509,6 +2825,7 @@ +@@ -2509,6 +2824,7 @@ return end; } @@ -5027,7 +5030,7 @@ extern "C" void numa_warn(int number, char *where, ...) { } extern "C" void numa_error(char *where) { } -@@ -2610,104 +2927,26 @@ +@@ -2610,104 +2926,26 @@ os::Bsd::numa_tonode_memory_func_t os::Bsd::_numa_tonode_memory; os::Bsd::numa_interleave_memory_func_t os::Bsd::_numa_interleave_memory; unsigned long* os::Bsd::_numa_all_nodes; @@ -5139,7 +5142,7 @@ return os::uncommit_memory(addr, size); } -@@ -2812,6 +3051,9 @@ +@@ -2812,6 +3050,9 @@ static size_t _large_page_size = 0; bool os::large_page_init() { @@ -5149,7 +5152,7 @@ if (!UseLargePages) return false; if (LargePageSizeInBytes) { -@@ -2869,6 +3111,7 @@ +@@ -2869,6 +3110,7 @@ // We optimistically assume the support is available. If later it turns out // not true, VM will automatically switch to use regular page size. return true; @@ -5157,7 +5160,7 @@ } #ifndef SHM_HUGETLB -@@ -3045,7 +3288,7 @@ +@@ -3045,7 +3287,7 @@ } size_t os::read(int fd, void *buf, unsigned int nBytes) { @@ -5166,7 +5169,7 @@ } // TODO-FIXME: reconcile Solaris' os::sleep with the bsd variation. -@@ -3181,6 +3424,44 @@ +@@ -3181,6 +3423,44 @@ // this reason, the code should not be used as default (ThreadPriorityPolicy=0). // It is only used when ThreadPriorityPolicy=1 and requires root privilege. @@ -5211,7 +5214,7 @@ int os::java_to_os_priority[MaxPriority + 1] = { 19, // 0 Entry should never be used -@@ -3198,6 +3479,7 @@ +@@ -3198,6 +3478,7 @@ -5 // 10 MaxPriority }; @@ -5219,7 +5222,7 @@ static int prio_init() { if (ThreadPriorityPolicy == 1) { -@@ -3217,8 +3499,28 @@ +@@ -3217,8 +3498,28 @@ OSReturn os::set_native_priority(Thread* thread, int newpri) { if ( !UseThreadPriorities || ThreadPriorityPolicy == 0 ) return OS_OK; @@ -5248,7 +5251,7 @@ } OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) { -@@ -3228,7 +3530,17 @@ +@@ -3228,7 +3529,17 @@ } errno = 0; @@ -5266,7 +5269,7 @@ return (*priority_ptr != -1 || errno == 0 ? OS_OK : OS_ERR); } -@@ -3338,7 +3650,7 @@ +@@ -3338,7 +3649,7 @@ /* Get signal number to use for suspend/resume */ if ((s = ::getenv("_JAVA_SR_SIGNUM")) != 0) { int sig = ::strtol(s, 0, 10); @@ -5275,7 +5278,7 @@ SR_signum = sig; } } -@@ -3682,6 +3994,28 @@ +@@ -3682,6 +3993,28 @@ set_signal_handler(SIGFPE, true); set_signal_handler(SIGXFSZ, true); @@ -5304,7 +5307,7 @@ if (libjsig_is_loaded) { // Tell libjsig jvm finishes setting signal handlers (*end_signal_setting)(); -@@ -3702,6 +4036,7 @@ +@@ -3702,6 +4035,7 @@ } } @@ -5312,7 +5315,7 @@ // This is the fastest way to get thread cpu time on Bsd. // Returns cpu time (user+sys) for any thread, not only for current. // POSIX compliant clocks are implemented in the kernels 2.6.16+. -@@ -3716,6 +4051,7 @@ +@@ -3716,6 +4050,7 @@ return (tp.tv_sec * SEC_IN_NANOSECS) + tp.tv_nsec; } @@ -5320,7 +5323,7 @@ ///// // glibc on Bsd platform uses non-documented flag -@@ -3937,13 +4273,13 @@ +@@ -3937,13 +4272,13 @@ _initial_pid = (java_launcher_pid > 0) ? java_launcher_pid : getpid(); @@ -5336,7 +5339,7 @@ if (Bsd::page_size() == -1) { fatal(err_msg("os_bsd.cpp: os::init: sysconf failed (%s)", strerror(errno))); -@@ -3957,7 +4293,16 @@ +@@ -3957,7 +4292,16 @@ Bsd::clock_init(); initial_time_count = os::elapsed_counter(); @@ -5354,7 +5357,7 @@ } // To install functions for atexit system call -@@ -3970,7 +4315,9 @@ +@@ -3970,7 +4314,9 @@ // this is called _after_ the global arguments have been parsed jint os::init_2(void) { @@ -5364,7 +5367,7 @@ // Allocate a single page and mark it as readable for safepoint polling address polling_page = (address) ::mmap(NULL, Bsd::page_size(), PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); -@@ -4028,6 +4375,7 @@ +@@ -4028,6 +4374,7 @@ JavaThread::set_stack_size_at_create(round_to(threadStackSizeInBytes, vm_page_size())); @@ -5372,7 +5375,7 @@ Bsd::capture_initial_stack(JavaThread::stack_size_at_create()); Bsd::libpthread_init(); -@@ -4050,6 +4398,7 @@ +@@ -4050,6 +4397,7 @@ UseNUMA = true; } } @@ -5380,7 +5383,7 @@ if (MaxFDLimit) { // set the number of file descriptors to max. print out error -@@ -4061,6 +4410,14 @@ +@@ -4061,6 +4409,14 @@ perror("os::init_2 getrlimit failed"); } else { nbr_files.rlim_cur = nbr_files.rlim_max; @@ -5395,7 +5398,7 @@ status = setrlimit(RLIMIT_NOFILE, &nbr_files); if (status != 0) { if (PrintMiscellaneous && (Verbose || WizardMode)) -@@ -4069,8 +4426,10 @@ +@@ -4069,8 +4425,10 @@ } } @@ -5406,7 +5409,7 @@ // at-exit methods are called in the reverse order of their registration. // atexit functions are called on return from main or as a result of a -@@ -4114,11 +4473,29 @@ +@@ -4114,11 +4472,29 @@ }; int os::active_processor_count() { @@ -5414,11 +5417,11 @@ +#ifdef __FreeBSD__ + int online_cpus = 0; +#if __FreeBSD_version > 700109 -+ std::bitset mask; -+ assert(sizeof(mask) == sizeof(cpuset_t), "Invalid bitset for cpuset_t"); ++ cpuset_t mask; + if (cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, sizeof(mask), -+ reinterpret_cast(&mask)) == 0) -+ online_cpus = mask.count(); ++ &mask) == 0) ++ for (int i = 0; i < sizeof(mask) / sizeof(long); i++) ++ online_cpus += __builtin_popcountl(((long *)&mask)[i]); +#else + online_cpus = ::sysconf(_SC_NPROCESSORS_ONLN); +#endif @@ -5436,7 +5439,7 @@ } bool os::distribute_processes(uint length, uint* distribution) { -@@ -4160,6 +4537,9 @@ +@@ -4160,6 +4536,9 @@ int os::Bsd::safe_cond_timedwait(pthread_cond_t *_cond, pthread_mutex_t *_mutex, const struct timespec *_abstime) { @@ -5446,7 +5449,7 @@ if (is_NPTL()) { return pthread_cond_timedwait(_cond, _mutex, _abstime); } else { -@@ -4175,6 +4555,7 @@ +@@ -4175,6 +4554,7 @@ #endif // IA64 return status; } @@ -5454,7 +5457,7 @@ } //////////////////////////////////////////////////////////////////////////////// -@@ -4322,14 +4703,14 @@ +@@ -4322,14 +4702,14 @@ int o_delete = (oflag & O_DELETE); oflag = oflag & ~O_DELETE; @@ -5473,7 +5476,7 @@ if (ret != -1) { if ((st_mode & S_IFMT) == S_IFDIR) { -@@ -4386,17 +4767,17 @@ +@@ -4386,17 +4766,17 @@ if (!rewrite_existing) { oflags |= O_EXCL; } @@ -5494,7 +5497,7 @@ } // This code originates from JDK's sysAvailable -@@ -4405,10 +4786,10 @@ +@@ -4405,10 +4785,10 @@ int os::available(int fd, jlong *bytes) { jlong cur, end; int mode; @@ -5508,7 +5511,7 @@ if (S_ISCHR(mode) || S_ISFIFO(mode) || S_ISSOCK(mode)) { /* * XXX: is the following call interruptible? If so, this might -@@ -4422,11 +4803,11 @@ +@@ -4422,11 +4802,11 @@ } } } @@ -5523,7 +5526,7 @@ return 0; } *bytes = end - cur; -@@ -4489,6 +4870,7 @@ +@@ -4489,6 +4869,7 @@ return munmap(addr, bytes) == 0; } @@ -5531,7 +5534,7 @@ static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time); static clockid_t thread_cpu_clockid(Thread* thread) { -@@ -4500,6 +4882,7 @@ +@@ -4500,6 +4881,7 @@ assert(rc == 0, "pthread_getcpuclockid is expected to return 0 code"); return clockid; } @@ -5539,7 +5542,7 @@ // current_thread_cpu_time(bool) and thread_cpu_time(Thread*, bool) // are used by JVM M&M and JVMTI to get user+sys or user CPU time -@@ -4509,39 +4892,71 @@ +@@ -4509,39 +4891,71 @@ // the fast estimate available on the platform. jlong os::current_thread_cpu_time() { @@ -5611,7 +5614,7 @@ // // -1 on error. // -@@ -4631,6 +5046,7 @@ +@@ -4631,6 +5045,7 @@ return (jlong)user_time * (1000000000 / clock_tics_per_sec); } } @@ -5619,7 +5622,7 @@ void os::current_thread_cpu_time_info(jvmtiTimerInfo *info_ptr) { info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits -@@ -4647,7 +5063,13 @@ +@@ -4647,7 +5062,13 @@ } bool os::is_thread_cpu_time_supported() { @@ -5633,7 +5636,7 @@ } // System loadavg support. Returns -1 if load average cannot be obtained. -@@ -4780,7 +5202,7 @@ +@@ -4780,7 +5201,7 @@ // abstime will be the absolute timeout time // TODO: replace compute_abstime() with unpackTime() @@ -5642,7 +5645,7 @@ if (millis < 0) millis = 0; struct timeval now; int status = gettimeofday(&now, NULL); -@@ -4832,7 +5254,7 @@ +@@ -4832,7 +5253,7 @@ status = pthread_cond_wait(_cond, _mutex); // for some reason, under 2.7 lwp_cond_wait() may return ETIME ... // Treat this the same as if the wait was interrupted @@ -5651,7 +5654,7 @@ assert_status(status == 0 || status == EINTR, status, "cond_wait"); } -- _nParked ; -@@ -4890,10 +5312,10 @@ +@@ -4890,10 +5311,10 @@ pthread_cond_init (_cond, NULL) ; } assert_status(status == 0 || status == EINTR || @@ -5664,7 +5667,7 @@ // We consume and ignore EINTR and spurious wakeups. } --_nParked ; -@@ -4985,7 +5407,7 @@ +@@ -4985,7 +5406,7 @@ * years from "now". */ @@ -5673,7 +5676,7 @@ assert (time > 0, "convertTime"); struct timeval now; -@@ -5045,7 +5467,7 @@ +@@ -5045,7 +5466,7 @@ } // Next, demultiplex/decode time arguments @@ -5682,7 +5685,7 @@ if (time < 0 || (isAbsolute && time == 0) ) { // don't wait at all return; } -@@ -5099,7 +5521,7 @@ +@@ -5099,7 +5520,7 @@ } } assert_status(status == 0 || status == EINTR || @@ -5691,7 +5694,7 @@ status, "cond_timedwait"); #ifdef ASSERT -@@ -5142,14 +5564,12 @@ +@@ -5142,14 +5563,12 @@ } @@ -5711,7 +5714,7 @@ #endif // Run the specified command in a separate process. Return its exit value, -@@ -5164,8 +5584,7 @@ +@@ -5164,8 +5583,7 @@ // separate process to execve. Make a direct syscall to fork process. // On IA64 there's no fork syscall, we have to use fork() and hope for // the best... @@ -5721,7 +5724,7 @@ if (pid < 0) { // fork failed -@@ -5181,8 +5600,7 @@ +@@ -5181,8 +5599,7 @@ // in the new process, so make a system call directly. // IA64 should use normal execve() from glibc to match the glibc fork() // above. @@ -9058,7 +9061,7 @@ endif # -@@ -306,7 +282,9 @@ +@@ -306,24 +282,22 @@ override HAVE_FILIOH = false override HAVE_GETHRTIME = false override HAVE_GETHRVTIME = false @@ -9068,7 +9071,11 @@ override LEX_LIBRARY = -lfl ifeq ($(STATIC_CXX),true) override LIBCXX = -Wl,-Bstatic -lstdc++ -lgcc -Wl,-Bdynamic -@@ -317,13 +295,9 @@ + else +-override LIBCXX = -lstdc++ ++override LIBCXX = + endif + override LIBPOSIX4 = override LIBSOCKET = override LIBTHREAD = override MOOT_PRIORITIES = true From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 03:16:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEA78B90; Fri, 6 Sep 2013 03:16:35 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BAE0212A; Fri, 6 Sep 2013 03:16:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r863GZsk030570; Fri, 6 Sep 2013 03:16:35 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r863GYH0030567; Fri, 6 Sep 2013 03:16:34 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309060316.r863GYH0030567@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 6 Sep 2013 03:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326458 - in head/deskutils: cairo-dock cairo-dock-plugins 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.14 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: Fri, 06 Sep 2013 03:16:35 -0000 Author: tabthorpe Date: Fri Sep 6 03:16:34 2013 New Revision: 326458 URL: http://svnweb.freebsd.org/changeset/ports/326458 Log: - Revert commit, maintainer made contact Submitted by: Ivan Klymenko (maintainer) Modified: head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cairo-dock/Makefile Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Fri Sep 6 02:06:56 2013 (r326457) +++ head/deskutils/cairo-dock-plugins/Makefile Fri Sep 6 03:16:34 2013 (r326458) @@ -7,7 +7,7 @@ MASTER_SITES= https://launchpadlibrarian http://pazzle.otdux.com.ua/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ICONS_PACKAGE}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fidaj@ukr.net COMMENT= Cairo-Dock-Plugins for Cairo-Dock RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget Modified: head/deskutils/cairo-dock/Makefile ============================================================================== --- head/deskutils/cairo-dock/Makefile Fri Sep 6 02:06:56 2013 (r326457) +++ head/deskutils/cairo-dock/Makefile Fri Sep 6 03:16:34 2013 (r326458) @@ -7,7 +7,7 @@ CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/137290048/ \ http://pazzle.otdux.com.ua/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fidaj@ukr.net COMMENT= Cairo-Dock is a light and eye-candy dock LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 04:30:37 2013 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 ESMTP id 0825A52D; Fri, 6 Sep 2013 04:30:37 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3402415; Fri, 6 Sep 2013 04:30:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r864Uand075036; Fri, 6 Sep 2013 04:30:36 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r864UZjx075000; Fri, 6 Sep 2013 04:30:35 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309060430.r864UZjx075000@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 6 Sep 2013 04:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326459 - head/lang/munger 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.14 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: Fri, 06 Sep 2013 04:30:37 -0000 Author: tabthorpe Date: Fri Sep 6 04:30:35 2013 New Revision: 326459 URL: http://svnweb.freebsd.org/changeset/ports/326459 Log: - Update to 5.0 - Builds on sparc64 now PR: ports/181803 Submitted by: James Bailie (maintainer) Modified: head/lang/munger/Makefile head/lang/munger/distinfo head/lang/munger/pkg-plist Modified: head/lang/munger/Makefile ============================================================================== --- head/lang/munger/Makefile Fri Sep 6 03:16:34 2013 (r326458) +++ head/lang/munger/Makefile Fri Sep 6 04:30:35 2013 (r326459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= munger -PORTVERSION= 4.195 +PORTVERSION= 5.0 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ @@ -19,8 +19,6 @@ MANCOMPRESSED= yes OPTIONS_DEFINE= SQLITE OPTIONS_DEFAULT= SQLITE -USE_LDCONFIG= yes - .include .if ${PORT_OPTIONS:MSQLITE} @@ -28,8 +26,4 @@ USE_SQLITE= 3 MAKE_ARGS+= -DWITH_SQL .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not link on sparc64 -.endif - .include Modified: head/lang/munger/distinfo ============================================================================== --- head/lang/munger/distinfo Fri Sep 6 03:16:34 2013 (r326458) +++ head/lang/munger/distinfo Fri Sep 6 04:30:35 2013 (r326459) @@ -1,2 +1,2 @@ -SHA256 (munger-4.195.tar.gz) = 1a10550c89cbc7a455c0584784adee88c011f87ca5fe263afdcb6f6490420725 -SIZE (munger-4.195.tar.gz) = 221289 +SHA256 (munger-5.0.tar.gz) = e19ddd5d8622382a321ad90fa6395139e003b8b6b5c5653efb6891f72c8f6d20 +SIZE (munger-5.0.tar.gz) = 215515 Modified: head/lang/munger/pkg-plist ============================================================================== --- head/lang/munger/pkg-plist Fri Sep 6 03:16:34 2013 (r326458) +++ head/lang/munger/pkg-plist Fri Sep 6 04:30:35 2013 (r326459) @@ -1,5 +1,5 @@ bin/munger -lib/libmunger.so.79 +%%DATADIR%%/mush.munger %%DATADIR%%/httpd.munger %%DATADIR%%/echo.munger %%DATADIR%%/xml2alist.munger From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 05:07:15 2013 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 ESMTP id 91308A9F; Fri, 6 Sep 2013 05:07:15 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D47C25E3; Fri, 6 Sep 2013 05:07:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8657F6P095528; Fri, 6 Sep 2013 05:07:15 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8657FZ1095525; Fri, 6 Sep 2013 05:07:15 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309060507.r8657FZ1095525@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 05:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326460 - head/x11/nvidia-driver 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.14 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: Fri, 06 Sep 2013 05:07:15 -0000 Author: danfe Date: Fri Sep 6 05:07:15 2013 New Revision: 326460 URL: http://svnweb.freebsd.org/changeset/ports/326460 Log: Unbreak the build on recent -CURRENT (after cap_rights_t type was changed from uint64_t to a structure in r255219). PR: ports/181840 Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Fri Sep 6 04:30:35 2013 (r326459) +++ head/x11/nvidia-driver/Makefile Fri Sep 6 05:07:15 2013 (r326460) @@ -154,6 +154,12 @@ post-patch: .SILENT ${REINPLACE_CMD} -e '/kmem_/s/kernel_map/kernel_arena/' \ ${WRKSRC}/src/nvidia_subr.c .endif +# Adopt to cap_rights_t type change in FreeBSD src SVN r255219 +.if ${OSVERSION} > 1000051 + ${REINPLACE_CMD} -e 's/u_long cmd;/& cap_rights_t rights;/ ; \ + s/CAP_IOCTL/cap_rights_init(\&rights, &)/' \ + ${WRKSRC}/src/nvidia_linux.c +.endif # Fix stack buffer overflow in nvidia_sysctl_bus_type() .if ${NVVERSION} < 3192300 ${REINPLACE_CMD} -E '/bus_type\[4\]/d ; \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 05:22:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0475149; Fri, 6 Sep 2013 05:22:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADCC626C5; Fri, 6 Sep 2013 05:22:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r865MaWE005771; Fri, 6 Sep 2013 05:22:36 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r865Map8005770; Fri, 6 Sep 2013 05:22:36 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309060522.r865Map8005770@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 6 Sep 2013 05:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326461 - head/www/cherokee 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.14 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: Fri, 06 Sep 2013 05:22:36 -0000 Author: rm Date: Fri Sep 6 05:22:36 2013 New Revision: 326461 URL: http://svnweb.freebsd.org/changeset/ports/326461 Log: - drop maintainership - convert USE_GMAKE to USES, while here PR: 181857 Submitted by: chris petrik (maintainer) Modified: head/www/cherokee/Makefile Modified: head/www/cherokee/Makefile ============================================================================== --- head/www/cherokee/Makefile Fri Sep 6 05:07:15 2013 (r326460) +++ head/www/cherokee/Makefile Fri Sep 6 05:22:36 2013 (r326461) @@ -8,15 +8,14 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Extremely fast and flexible web server -USES= pathfix pkgconfig gettext +USES= gettext gmake pathfix pkgconfig USE_OPENSSL= yes USE_LDCONFIG= yes USE_RC_SUBR= cherokee SUB_FILES= pkg-install pkg-message -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 06:43:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBA9679F; Fri, 6 Sep 2013 06:43:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C98672BE4; Fri, 6 Sep 2013 06:43:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r866hdf9053408; Fri, 6 Sep 2013 06:43:39 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r866hd32053407; Fri, 6 Sep 2013 06:43:39 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309060643.r866hd32053407@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Sep 2013 06:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326464 - head/emulators/virtualbox-ose 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.14 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: Fri, 06 Sep 2013 06:43:39 -0000 Author: madpilot Date: Fri Sep 6 06:43:39 2013 New Revision: 326464 URL: http://svnweb.freebsd.org/changeset/ports/326464 Log: Add explicit iconv dependency. The port requires variable ICONV_LIB defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes Approved by: portmgr (bapt, implicit) Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Fri Sep 6 06:32:34 2013 (r326463) +++ head/emulators/virtualbox-ose/Makefile Fri Sep 6 06:43:39 2013 (r326464) @@ -34,7 +34,7 @@ RUN_DEPENDS= ${KMODDIR}/vboxdrv.ko:${POR WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr -USES= pkgconfig +USES= iconv pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 06:55:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED8CFDFB; Fri, 6 Sep 2013 06:55:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1B5D2DB0; Fri, 6 Sep 2013 06:55:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r866tmdc061334; Fri, 6 Sep 2013 06:55:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r866tmNQ061333; Fri, 6 Sep 2013 06:55:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309060655.r866tmNQ061333@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 06:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326466 - head/Mk 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.14 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: Fri, 06 Sep 2013 06:55:49 -0000 Author: bapt Date: Fri Sep 6 06:55:48 2013 New Revision: 326466 URL: http://svnweb.freebsd.org/changeset/ports/326466 Log: Adjust auto properties for all *.mk files under Mk should have svn:keywords Discussed with: beat Modified: Directory Properties: head/Mk/ (props changed) From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 06:57:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77021F5B; Fri, 6 Sep 2013 06:57:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3C52DF0; Fri, 6 Sep 2013 06:57:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r866veXA062487; Fri, 6 Sep 2013 06:57:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r866veCa062486; Fri, 6 Sep 2013 06:57:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309060657.r866veCa062486@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 06:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326467 - head/Mk 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.14 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: Fri, 06 Sep 2013 06:57:40 -0000 Author: bapt Date: Fri Sep 6 06:57:39 2013 New Revision: 326467 URL: http://svnweb.freebsd.org/changeset/ports/326467 Log: Properly adjust properties Modified: Directory Properties: head/Mk/ (props changed) From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:00:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7F02164; Fri, 6 Sep 2013 07:00:19 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A61CD2E48; Fri, 6 Sep 2013 07:00:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8670JIc064071; Fri, 6 Sep 2013 07:00:19 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8670Fx5064039; Fri, 6 Sep 2013 07:00:15 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309060700.r8670Fx5064039@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 07:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326468 - in head/net: libproxy-perl p5-IP-Anonymous p5-Net-Amazon-Signature p5-Net-Analysis p5-Net-EPP p5-Net-FS-Gmail p5-Net-Frame-Layer-ICMPv6 p5-Net-INET6Glue p5-Net-Jaiku p5-Net-Pi... 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.14 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: Fri, 06 Sep 2013 07:00:20 -0000 Author: az Date: Fri Sep 6 07:00:15 2013 New Revision: 326468 URL: http://svnweb.freebsd.org/changeset/ports/326468 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/libproxy-perl/Makefile (contents, props changed) head/net/p5-IP-Anonymous/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature/Makefile (contents, props changed) head/net/p5-Net-Analysis/Makefile (contents, props changed) head/net/p5-Net-EPP/Makefile head/net/p5-Net-FS-Gmail/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-ICMPv6/Makefile head/net/p5-Net-INET6Glue/Makefile (contents, props changed) head/net/p5-Net-Jaiku/Makefile (contents, props changed) head/net/p5-Net-Ping-External/Makefile (contents, props changed) head/net/p5-Net-PubSubHubbub-Publisher/Makefile (contents, props changed) head/net/p5-Net-SMS-PChome/Makefile (contents, props changed) head/net/p5-Net-Traceroute/Makefile (contents, props changed) head/net/p5-Net-Whois/Makefile (contents, props changed) head/net/p5-Phone-Info/Makefile (contents, props changed) head/net/p5-Test-URI/Makefile (contents, props changed) head/net/p5-URI-FromHash/Makefile (contents, props changed) head/net/ripe-whois/Makefile (contents, props changed) head/net/xbone/Makefile (contents, props changed) Modified: head/net/libproxy-perl/Makefile ============================================================================== --- head/net/libproxy-perl/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/libproxy-perl/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -17,7 +17,7 @@ LIB_DEPENDS= proxy.1:${PORTSDIR}/net/lib MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_PERL5= yes +USES= perl5 LIBPROXY_SLAVE= perl Modified: head/net/p5-IP-Anonymous/Makefile ============================================================================== --- head/net/p5-IP-Anonymous/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-IP-Anonymous/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -16,7 +16,8 @@ COMMENT= Perl extension to provide anony RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IP::Anonymous.3 Modified: head/net/p5-Net-Amazon-Signature/Makefile ============================================================================== --- head/net/p5-Net-Amazon-Signature/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Amazon-Signature/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -19,7 +19,8 @@ TEST_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/d p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::Signature.3 Modified: head/net/p5-Net-Analysis/Makefile ============================================================================== --- head/net/p5-Net-Analysis/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Analysis/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Analysis.3 \ Net::Analysis::Constants.3 \ Modified: head/net/p5-Net-EPP/Makefile ============================================================================== --- head/net/p5-Net-EPP/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-EPP/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -63,6 +63,7 @@ MAN3= Net::EPP.3 \ Net::EPP::Frame::Command::Transfer::Contact.3 \ Net::EPP::Frame::Command::Poll::Ack.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-FS-Gmail/Makefile ============================================================================== --- head/net/p5-Net-FS-Gmail/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-FS-Gmail/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Mail-Webmail-Gmail>=0: p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= gmailfs.1 MAN3= Net::FS::Gmail.3 Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSD p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Frame::Layer::ICMPv6.3 \ Net::Frame::Layer::ICMPv6::DestUnreach.3 \ Modified: head/net/p5-Net-INET6Glue/Makefile ============================================================================== --- head/net/p5-Net-INET6Glue/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-INET6Glue/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -18,7 +18,8 @@ COMMENT= Make common modules IPv6 ready BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::INET6Glue.3 \ Net::INET6Glue::FTP.3 \ Modified: head/net/p5-Net-Jaiku/Makefile ============================================================================== --- head/net/p5-Net-Jaiku/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Jaiku/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-libwww>=5.805:${PORTSD p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Jaiku.3 Modified: head/net/p5-Net-Ping-External/Makefile ============================================================================== --- head/net/p5-Net-Ping-External/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Ping-External/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -18,7 +18,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual USE_ZIP= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Ping::External.3 Modified: head/net/p5-Net-PubSubHubbub-Publisher/Makefile ============================================================================== --- head/net/p5-Net-PubSubHubbub-Publisher/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-PubSubHubbub-Publisher/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -16,7 +16,8 @@ COMMENT= Client library to ping a PubSub RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::PubSubHubbub::Publisher.3 Modified: head/net/p5-Net-SMS-PChome/Makefile ============================================================================== --- head/net/p5-Net-SMS-PChome/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-SMS-PChome/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SMS::PChome.3 Modified: head/net/p5-Net-Traceroute/Makefile ============================================================================== --- head/net/p5-Net-Traceroute/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Traceroute/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to parse traceroute(8) -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::Traceroute.3 Modified: head/net/p5-Net-Whois/Makefile ============================================================================== --- head/net/p5-Net-Whois/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Net-Whois/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -16,7 +16,8 @@ COMMENT= A perl5 module to get informati RUN_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::Whois.3 Modified: head/net/p5-Phone-Info/Makefile ============================================================================== --- head/net/p5-Phone-Info/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Phone-Info/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -17,7 +17,8 @@ COMMENT= Provides a nicer CLI interface RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Phone::Info.3 Modified: head/net/p5-Test-URI/Makefile ============================================================================== --- head/net/p5-Test-URI/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-Test-URI/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::URI.3 Modified: head/net/p5-URI-FromHash/Makefile ============================================================================== --- head/net/p5-URI-FromHash/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/p5-URI-FromHash/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Params-Validate>=0:${P p5-URI>=1.22:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= URI::FromHash.3 Modified: head/net/ripe-whois/Makefile ============================================================================== --- head/net/ripe-whois/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/ripe-whois/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -14,7 +14,8 @@ DISTNAME= whois3-${PORTVERSION} MAINTAINER= lerik@nolink.net COMMENT= The RIPE whois client version 3 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes Modified: head/net/xbone/Makefile ============================================================================== --- head/net/xbone/Makefile Fri Sep 6 06:57:39 2013 (r326467) +++ head/net/xbone/Makefile Fri Sep 6 07:00:15 2013 (r326468) @@ -42,7 +42,7 @@ BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDI USE_GMAKE= yes #IS_INTERACTIVE= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_OPENLDAP= yes INSTALL_TARGET= node From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:04:57 2013 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 ESMTP id A3A89299; Fri, 6 Sep 2013 07:04:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76C372E9A; Fri, 6 Sep 2013 07:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8674vg2068122; Fri, 6 Sep 2013 07:04:57 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8674uEV068119; Fri, 6 Sep 2013 07:04:56 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309060704.r8674uEV068119@svn.freebsd.org> From: Frederic Culot Date: Fri, 6 Sep 2013 07:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326469 - head/net/p5-Net-Whois-IP 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.14 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: Fri, 06 Sep 2013 07:04:57 -0000 Author: culot Date: Fri Sep 6 07:04:56 2013 New Revision: 326469 URL: http://svnweb.freebsd.org/changeset/ports/326469 Log: - Update to 1.12 - Trim Makefile's header - Convert to new Uses/perl5.mk framework - Pet portlint(1) Modified: head/net/p5-Net-Whois-IP/Makefile head/net/p5-Net-Whois-IP/distinfo head/net/p5-Net-Whois-IP/pkg-descr Modified: head/net/p5-Net-Whois-IP/Makefile ============================================================================== --- head/net/p5-Net-Whois-IP/Makefile Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/Makefile Fri Sep 6 07:04:56 2013 (r326469) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-Whois-IP -# Date created: 25 May 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Net-Whois-IP -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for looking up the whois information for IP addresses -MAN3= Net::Whois::IP.3 +BUILD_DEPENDS= p5-Regexp-IPv6>=0.02:${PORTSDIR}/textproc/p5-Regexp-IPv6 +RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +MAN3= Net::Whois::IP.3 + +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Whois-IP/distinfo ============================================================================== --- head/net/p5-Net-Whois-IP/distinfo Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/distinfo Fri Sep 6 07:04:56 2013 (r326469) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-IP-1.10.tar.gz) = f6fcf44ebc3ad683cfa711e80f3eddfc41a9473d9963d095c43e40d5c79862ad -SIZE (Net-Whois-IP-1.10.tar.gz) = 25379 +SHA256 (Net-Whois-IP-1.12.tar.gz) = 8bba302d94021e79c9355791f270c85fe4e207dcc5567cda7b5f4fcfcb1036fc +SIZE (Net-Whois-IP-1.12.tar.gz) = 24897 Modified: head/net/p5-Net-Whois-IP/pkg-descr ============================================================================== --- head/net/p5-Net-Whois-IP/pkg-descr Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/pkg-descr Fri Sep 6 07:04:56 2013 (r326469) @@ -3,4 +3,4 @@ recursively query the various whois prov detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable. -WWW: http://search.cpan.org/dist/Net-Whois-IP +WWW: http://search.cpan.org/dist/Net-Whois-IP/ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:05:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA873383; Fri, 6 Sep 2013 07:05:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A72CD2EA4; Fri, 6 Sep 2013 07:05:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8675TrX068472; Fri, 6 Sep 2013 07:05:29 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8675TIb068470; Fri, 6 Sep 2013 07:05:29 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309060705.r8675TIb068470@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 07:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326470 - in head/games/gtkradiant: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 07:05:29 -0000 Author: danfe Date: Fri Sep 6 07:05:28 2013 New Revision: 326470 URL: http://svnweb.freebsd.org/changeset/ports/326470 Log: - Unbreak linking with our new ld(1) by explicitly listing -lgobject-2.0 on the LINKFLAGS, otherwise we get this: /usr/bin/ld: invalid DSO for symbol `g_signal_connect_data' definition /usr/local/lib/libgobject-2.0.so.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (...) scons: *** [build/release/radiant.cpu] Error 1 - Replace PTHREAD_LIBS variable with '-pthread' and tidy up some superfluous LOCALBASE-related assignments while here (leftovers from X11BASE era) Modified: head/games/gtkradiant/Makefile head/games/gtkradiant/files/patch-SConstruct Modified: head/games/gtkradiant/Makefile ============================================================================== --- head/games/gtkradiant/Makefile Fri Sep 6 07:04:56 2013 (r326469) +++ head/games/gtkradiant/Makefile Fri Sep 6 07:05:28 2013 (r326470) @@ -27,7 +27,7 @@ USE_ZIP= yes USE_GNOME= gtk20 libxml2 USE_PYTHON_BUILD= yes USE_SCONS= yes -SCONS_ARGS= ${MAKE_ENV} BUILD=release PTHREAD_LIBS="${PTHREAD_LIBS}" +SCONS_ARGS= ${MAKE_ENV} BUILD=release SUB_FILES= ${PORTNAME} DATADIR= ${PREFIX}/lib/${PORTNAME} Modified: head/games/gtkradiant/files/patch-SConstruct ============================================================================== --- head/games/gtkradiant/files/patch-SConstruct Fri Sep 6 07:04:56 2013 (r326469) +++ head/games/gtkradiant/files/patch-SConstruct Fri Sep 6 07:05:28 2013 (r326470) @@ -13,7 +13,7 @@ # there is a default hardcoded value, you can override on command line, those are saved between runs # we only handle strings -serialized=['CC', 'CXX', 'JOBS', 'BUILD', 'SETUP'] -+serialized=['CC', 'CXX', 'CCFLAGS', 'CXXFLAGS', 'LINKFLAGS', 'PTHREAD_LIBS', 'LOCALBASE', 'LOCALBASE', 'JOBS', 'BUILD', 'SETUP'] ++serialized=['CC', 'CXX', 'CCFLAGS', 'CXXFLAGS', 'LINKFLAGS', 'LOCALBASE', 'JOBS', 'BUILD', 'SETUP'] # help ------------------------------------------- @@ -52,7 +52,7 @@ if ( OS == 'Linux' ): # static -@@ -218,6 +209,12 @@ +@@ -218,6 +209,11 @@ CPPPATH.append('/sw/include') CPPPATH.append('/usr/X11R6/include') LINKFLAGS += '-L/sw/lib -L/usr/lib -L/usr/X11R6/lib ' @@ -60,21 +60,29 @@ + CCFLAGS += '-fPIC ' + CXXFLAGS += '-fPIC ' + CPPPATH.append(LOCALBASE + '/include') -+ CPPPATH.append(LOCALBASE + '/include') -+ LINKFLAGS += '-L' + LOCALBASE + '/lib ' + '-L' + LOCALBASE + '/lib ' ++ LINKFLAGS += '-L' + LOCALBASE + '/lib ' CPPPATH.append('libs') -@@ -269,6 +266,8 @@ +@@ -248,7 +244,7 @@ + def useGtk2(self): + self['CXXFLAGS'] += '`pkg-config gtk+-2.0 --cflags` ' + self['CCFLAGS'] += '`pkg-config gtk+-2.0 --cflags` ' +- self['LINKFLAGS'] += '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 ' ++ self['LINKFLAGS'] += '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lgobject-2.0 ' + + def useGtkGLExt(self): + self['CXXFLAGS'] += '`pkg-config gtkglext-1.0 --cflags` ' +@@ -269,6 +265,8 @@ def usePThread(self): if ( OS == 'Darwin' ): self['LINKFLAGS'] += '-lpthread -Wl,-stack_size,0x400000 ' + elif ( OS == 'FreeBSD' ): -+ self['LINKFLAGS'] += PTHREAD_LIBS ++ self['LINKFLAGS'] += '-pthread ' else: self['LINKFLAGS'] += '-lpthread ' -@@ -278,7 +277,7 @@ +@@ -278,7 +276,7 @@ print('ERROR: CheckLDD: target %s not found\n' % target[0]) Exit(1) # not using os.popen3 as I want to check the return code From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:23:52 2013 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 ESMTP id B4C3660F; Fri, 6 Sep 2013 07:23:52 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0B402F67; Fri, 6 Sep 2013 07:23:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r867Nqa8079548; Fri, 6 Sep 2013 07:23:52 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r867NqgF079547; Fri, 6 Sep 2013 07:23:52 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309060723.r867NqgF079547@svn.freebsd.org> From: Jason Helfman Date: Fri, 6 Sep 2013 07:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326471 - head/www/flickcurl 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.14 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: Fri, 06 Sep 2013 07:23:52 -0000 Author: jgh Date: Fri Sep 6 07:23:52 2013 New Revision: 326471 URL: http://svnweb.freebsd.org/changeset/ports/326471 Log: - revert r326430, as this fix broke build Reported by: qat Approved by: maintainer (danilogondolfo@gmail.com, implicit) Modified: head/www/flickcurl/Makefile Modified: head/www/flickcurl/Makefile ============================================================================== --- head/www/flickcurl/Makefile Fri Sep 6 07:05:28 2013 (r326470) +++ head/www/flickcurl/Makefile Fri Sep 6 07:23:52 2013 (r326471) @@ -31,9 +31,9 @@ USE_LDCONFIG= yes MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1 OFFLINE_CONFIGURE_ON= --enable-offline -OFFLINE_CONFIGURE_OFF= --offline=no +OFFLINE_CONFIGURE_OFF= offline=no CAPTURE_CONFIGURE_ON= --enable-capture -CAPTURE_CONFIGURE_OFF= --capture=no +CAPTURE_CONFIGURE_OFF= capture=no RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 RAPTOR_CONFIGURE_ON= --with-raptor=2 RAPTOR_CONFIGURE_OFF= --with-raptor=no From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:24:27 2013 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 ESMTP id 9A3FD6F2; Fri, 6 Sep 2013 07:24:27 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 872D42F6B; Fri, 6 Sep 2013 07:24:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r867ORIX079994; Fri, 6 Sep 2013 07:24:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r867ORHC079993; Fri, 6 Sep 2013 07:24:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309060724.r867ORHC079993@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 07:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326472 - head/net/libproxy 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.14 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: Fri, 06 Sep 2013 07:24:27 -0000 Author: az Date: Fri Sep 6 07:24:27 2013 New Revision: 326472 URL: http://svnweb.freebsd.org/changeset/ports/326472 Log: - Allow respect USES from slave-ports (libproxy-perl now using USES) Modified: head/net/libproxy/Makefile Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Fri Sep 6 07:23:52 2013 (r326471) +++ head/net/libproxy/Makefile Fri Sep 6 07:24:27 2013 (r326472) @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= gnome@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management -USES= cmake +USES+= cmake PLIST_SUB+= VERSION=${PORTVERSION} From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:31:14 2013 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 ESMTP id 943B68F9; Fri, 6 Sep 2013 07:31:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80E8F2FE7; Fri, 6 Sep 2013 07:31:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r867VExt084741; Fri, 6 Sep 2013 07:31:14 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r867VC8R084732; Fri, 6 Sep 2013 07:31:12 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309060731.r867VC8R084732@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 6 Sep 2013 07:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326473 - in head/math/ogdf: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 07:31:14 -0000 Author: gahr Date: Fri Sep 6 07:31:12 2013 New Revision: 326473 URL: http://svnweb.freebsd.org/changeset/ports/326473 Log: - New port: math/ogdf OGDF (Open Graph Drawing Framework) is a self-contained C++ class library for the automatic layout of diagrams. OGDF offers sophisticated algorithms and data structures to use within your own applications or scientific projects. The library provides: * A wide range of graph drawing algorithms that allow to reuse and replace particular algorithm phases by using a dedicated module mechanism. * Sophisticated data structures that are commonly used in graph drawing, equipped with rich public interfaces. * Self-contained code that does not require any additional libraries (except for some optional branch-and-cut algorithms). WWW: http://www.ogdf.net Added: head/math/ogdf/ head/math/ogdf/Makefile (contents, props changed) head/math/ogdf/distinfo (contents, props changed) head/math/ogdf/files/ head/math/ogdf/files/patch-makeMakefile.config (contents, props changed) head/math/ogdf/files/patch-ogdf-basic_System.h (contents, props changed) head/math/ogdf/files/patch-ogdf-basic_basic.h (contents, props changed) head/math/ogdf/files/patch-src-basic_System.cpp (contents, props changed) head/math/ogdf/pkg-descr (contents, props changed) head/math/ogdf/pkg-plist (contents, props changed) Added: head/math/ogdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/Makefile Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,61 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= ogdf +PORTVERSION= 2012.07 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~gahr/distfiles/ +MASTER_SITE_SUBDIR= gahr +DISTNAME= ogdf.v2012.07 + +MAINTAINER= gahr@FreeBSD.org +COMMENT= C++ class library for the automatic layout of diagrams + +OPTIONS_DEFINE= COIN ABACUS +COIN_DESC= Use the Coin Open Solver Interface (Osi) +ABACUS_DESC= Use the ABACUS branch-and-cut library + +LICENSE= GPLv2 + +USE_ZIP= yes +USE_LDCONFIG= yes +USE_PYTHON= build + +WRKSRC= ${WRKDIR}/${PORTNAME:U} + +.include + +.if ${PORT_OPTIONS:MCOIN} +LIB_DEPENDS+= Clp:${PORTSDIR}/math/coinmp +USE_COIN= true +.else +USE_COIN= false +.endif + +.if ${PORT_OPTIONS:MABACUS} +USE_GCC= 4.4+ +LIB_DEPENDS+= abacus-osi:${PORTSDIR}/math/abacus +USE_ABACUS= true +USE_COIN= true +.else +USE_ABACUS= false +.endif + +post-patch: + ${REINPLACE_CMD} -e '\ + s|%%CXX%%|${CXX}|g; \ + s|%%LOCALBASE%%|${LOCALBASE}|g; \ + s|%%USE_COIN%%|${USE_COIN}|g; \ + s|%%USE_ABACUS%%|${USE_ABACUS}|g' \ + ${WRKSRC}/makeMakefile.config + +do-configure: + cd ${WRKSRC} && ${PYTHON_CMD} makeMakefile.py + +do-install: + ${INSTALL_DATA} ${WRKSRC}/_release/libOGDF.so ${PREFIX}/lib/libOGDF.so.1 + ${LN} -sf libOGDF.so.1 ${PREFIX}/lib/libOGDF.so + cd ${WRKSRC} && ${COPYTREE_SHARE} ogdf ${PREFIX}/include + +.include Added: head/math/ogdf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/distinfo Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,2 @@ +SHA256 (ogdf.v2012.07.zip) = 818029b36e04f8f726606784f95c839b34d3372de0a60c8fbeb0b6e842b4fe01 +SIZE (ogdf.v2012.07.zip) = 2159592 Added: head/math/ogdf/files/patch-makeMakefile.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-makeMakefile.config Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,59 @@ +--- makeMakefile.config.orig 2012-07-18 09:17:42.000000000 +0200 ++++ makeMakefile.config 2013-06-18 12:18:55.000000000 +0200 +@@ -1,20 +1,20 @@ + [GENERAL] + #********************************************************** + #* build OGDF as a static library (false) or shared library (true) +-sharedLib = false ++sharedLib = true + + #* name of the static (import) library + libName = libOGDF.a + #* name of the shared library (.dll for Windows, .so for Linux) + sharedlibName = libOGDF.so + +-compilerCommand = g++ ++compilerCommand = %%CXX%% + compilerParams = -I. + + #* command used to create a static library + libCommand = ar + #* command used to create a shared library +-sharedlibCommand = g++ ++sharedlibCommand = %%CXX%% + + #* blank means don't call ranlib + ranlibCommand = ranlib +@@ -43,16 +43,16 @@ + [COIN] + #********************************************************** + #* set to "true" to use COIN +-useCoin = false +-coinIncl = /somewhere/COIN/include ++useCoin = %%USE_COIN%% ++coinIncl = %%LOCALBASE%%/include + + #* Select your solver for COIN + #* CPLEX: + # solver_name = COIN_OSI_CPX + # solver_incl = /somewhere/ILOG/cplex90/include/ilcplex + #* Coin's CLP: +-# solver_name = COIN_OSI_CLP +-# solver_incl = ++solver_name = COIN_OSI_CLP ++solver_incl = %%LOCALBASE%%/include + #* Coin's Symphony + # solver_name = COIN_OSI_SYM + # solver_incl = /home/plug/COIN/SYMPHONY/include +@@ -70,7 +70,7 @@ + + [ABACUS] + #********************************************************** +-useAbacus = false +-# abacusDef = -DABACUS_COMPILER_GCC +-# abacusIncl = /somewhere/abacus/include +-# abacusLib = -L/somewhere/abacus/lib/linux-gcc33 -labacus-cplex80 ++useAbacus = %%USE_ABACUS%% ++abacusDef = -DABACUS_COMPILER_GCC ++abacusIncl = %%LOCALBASE%%/inclue/abacus ++abacusLib = -L%%LOCALBASE%%/lib -labacus-osi Added: head/math/ogdf/files/patch-ogdf-basic_System.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-ogdf-basic_System.h Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,20 @@ +--- ogdf/basic/System.h.orig 2012-07-18 09:17:51.000000000 +0200 ++++ ogdf/basic/System.h 2013-06-18 10:23:07.000000000 +0200 +@@ -51,7 +51,7 @@ + + + #include +-#if defined(OGDF_SYSTEM_OSX) ++#if defined(OGDF_SYSTEM_OSX) || defined(OGDF_SYSTEM_FREEBSD) + #include + #elif defined(OGDF_SYSTEM_UNIX) || defined(__MINGW32__) + #include +@@ -178,7 +178,7 @@ + size_t alignment = 16; + #ifdef OGDF_SYSTEM_WINDOWS + return _aligned_malloc(size,alignment); +-#elif defined(OGDF_SYSTEM_OSX) ++#elif defined(OGDF_SYSTEM_OSX) || defined(OGDF_SYSTEM_FREEBSD) + // malloc returns 16 byte aligned memory on OS X. + return malloc(size); + #else Added: head/math/ogdf/files/patch-ogdf-basic_basic.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-ogdf-basic_basic.h Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,12 @@ +--- ogdf/basic/basic.h.orig 2013-06-18 10:18:02.000000000 +0200 ++++ ogdf/basic/basic.h 2013-06-18 10:19:00.000000000 +0200 +@@ -88,6 +88,9 @@ + #define OGDF_SYSTEM_OSX + #endif + ++#if defined(__FreeBSD__) ++#define OGDF_SYSTEM_FREEBSD ++#endif + + #if defined(USE_COIN) || defined(OGDF_OWN_LPSOLVER) + #define OGDF_LP_SOLVER Added: head/math/ogdf/files/patch-src-basic_System.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-src-basic_System.cpp Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,77 @@ +--- src/basic/System.cpp.orig 2013-06-10 17:33:24.000000000 +0200 ++++ src/basic/System.cpp 2013-06-10 17:47:24.000000000 +0200 +@@ -51,6 +51,13 @@ + #include + #include + #include ++#elif defined(OGDF_SYSTEM_FREEBSD) ++#include ++#include ++#include ++#include ++#include ++#include + #elif defined(OGDF_SYSTEM_UNIX) + #include + #endif +@@ -310,6 +317,40 @@ + return 0; + } + ++#elif defined(OGDF_SYSTEM_FREEBSD) ++ ++long long System::physicalMemory() ++{ ++ unsigned long value; ++ size_t size = sizeof( value ); ++ if (sysctlbyname("hw.physmem", (void *)&value, &size, NULL, 0) != -1) ++ return value; ++ else ++ return 0; ++} ++ ++long long System::availablePhysicalMemory() ++{ ++ int pageSize = getpagesize (); ++ unsigned long result; ++ size_t size = sizeof (result); ++ ++ if (sysctlbyname("vm.stats.vm.v_free_count", (void *)&result, &size, NULL, 0) != -1) ++ return result * pageSize; ++ else ++ return 0; ++} ++ ++ ++size_t System::memoryUsedByProcess() ++{ ++ struct rusage r; ++ if (getrusage(RUSAGE_SELF, &r) != -1) ++ return r.ru_maxrss; ++ else ++ return 0; ++} ++ + #else + // LINUX, NOT MAC OS + long long System::physicalMemory() +@@ -396,6 +437,19 @@ + { + return mstats().chunks_free; + } ++ ++#elif defined(OGDF_SYSTEM_FREEBSD) ++ ++size_t System::memoryAllocatedByMalloc() ++{ ++ return 0; ++} ++ ++size_t System::memoryInFreelistOfMalloc() ++{ ++ return 0; ++} ++ + #else + + size_t System::memoryAllocatedByMalloc() Added: head/math/ogdf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/pkg-descr Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,13 @@ +OGDF (Open Graph Drawing Framework) is a self-contained C++ class library for +the automatic layout of diagrams. OGDF offers sophisticated algorithms and data +structures to use within your own applications or scientific projects. +The library provides: + +* A wide range of graph drawing algorithms that allow to reuse and replace + particular algorithm phases by using a dedicated module mechanism. +* Sophisticated data structures that are commonly used in graph drawing, + equipped with rich public interfaces. +* Self-contained code that does not require any additional libraries + (except for some optional branch-and-cut algorithms). + +WWW: http://www.ogdf.net Added: head/math/ogdf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/pkg-plist Fri Sep 6 07:31:12 2013 (r326473) @@ -0,0 +1,390 @@ +lib/libOGDF.so.1 +lib/libOGDF.so +include/ogdf/augmentation/DfsMakeBiconnected.h +include/ogdf/augmentation/PlanarAugmentation.h +include/ogdf/augmentation/PlanarAugmentationFix.h +include/ogdf/basic/AdjEntryArray.h +include/ogdf/basic/Array.h +include/ogdf/basic/Array2D.h +include/ogdf/basic/ArrayBuffer.h +include/ogdf/basic/Barrier.h +include/ogdf/basic/BinaryHeap.h +include/ogdf/basic/BinaryHeap2.h +include/ogdf/basic/BoundedQueue.h +include/ogdf/basic/BoundedStack.h +include/ogdf/basic/CombinatorialEmbedding.h +include/ogdf/basic/Constraints.h +include/ogdf/basic/CriticalSection.h +include/ogdf/basic/DisjointSets.h +include/ogdf/basic/DualGraph.h +include/ogdf/basic/EFreeList.h +include/ogdf/basic/EList.h +include/ogdf/basic/EdgeArray.h +include/ogdf/basic/EdgeComparer.h +include/ogdf/basic/EdgeComparerSimple.h +include/ogdf/basic/FaceArray.h +include/ogdf/basic/FaceSet.h +include/ogdf/basic/Graph.h +include/ogdf/basic/GraphAttributes.h +include/ogdf/basic/GraphCopy.h +include/ogdf/basic/GraphCopyAttributes.h +include/ogdf/basic/GraphObserver.h +include/ogdf/basic/Graph_d.h +include/ogdf/basic/GridLayout.h +include/ogdf/basic/GridLayoutMapped.h +include/ogdf/basic/HashArray.h +include/ogdf/basic/HashArray2D.h +include/ogdf/basic/HashIterator2D.h +include/ogdf/basic/Hashing.h +include/ogdf/basic/HeapBase.h +include/ogdf/basic/HyperGraph.h +include/ogdf/basic/IncNodeInserter.h +include/ogdf/basic/Layout.h +include/ogdf/basic/List.h +include/ogdf/basic/Logger.h +include/ogdf/basic/Math.h +include/ogdf/basic/MinHeap.h +include/ogdf/basic/MinPriorityQueue.h +include/ogdf/basic/Module.h +include/ogdf/basic/ModuleOption.h +include/ogdf/basic/NearestRectangleFinder.h +include/ogdf/basic/NodeArray.h +include/ogdf/basic/NodeComparer.h +include/ogdf/basic/NodeSet.h +include/ogdf/basic/PreprocessorLayout.h +include/ogdf/basic/Queue.h +include/ogdf/basic/SList.h +include/ogdf/basic/Skiplist.h +include/ogdf/basic/Stack.h +include/ogdf/basic/String.h +include/ogdf/basic/System.h +include/ogdf/basic/System.h.orig +include/ogdf/basic/Thread.h +include/ogdf/basic/Timeouter.h +include/ogdf/basic/TopologyModule.h +include/ogdf/basic/UMLGraph.h +include/ogdf/basic/basic.h +include/ogdf/basic/basic.h.orig +include/ogdf/basic/comparer.h +include/ogdf/basic/exceptions.h +include/ogdf/basic/extended_graph_alg.h +include/ogdf/basic/geometry.h +include/ogdf/basic/graph_generators.h +include/ogdf/basic/memory.h +include/ogdf/basic/precondition.h +include/ogdf/basic/simple_graph_alg.h +include/ogdf/basic/tuples.h +include/ogdf/cluster/CPlanarEdgeInserter.h +include/ogdf/cluster/CPlanarSubClusteredGraph.h +include/ogdf/cluster/CconnectClusterPlanar.h +include/ogdf/cluster/CconnectClusterPlanarEmbed.h +include/ogdf/cluster/ClusterArray.h +include/ogdf/cluster/ClusterGraph.h +include/ogdf/cluster/ClusterGraphAttributes.h +include/ogdf/cluster/ClusterGraphCopyAttributes.h +include/ogdf/cluster/ClusterGraphObserver.h +include/ogdf/cluster/ClusterOrthoLayout.h +include/ogdf/cluster/ClusterOrthoShaper.h +include/ogdf/cluster/ClusterPlanRep.h +include/ogdf/cluster/ClusterPlanarizationLayout.h +include/ogdf/cluster/ClusterSet.h +include/ogdf/cluster/MaximumCPlanarSubgraph.h +include/ogdf/decomposition/BCTree.h +include/ogdf/decomposition/DynamicBCTree.h +include/ogdf/decomposition/DynamicPlanarSPQRTree.h +include/ogdf/decomposition/DynamicSPQRForest.h +include/ogdf/decomposition/DynamicSPQRTree.h +include/ogdf/decomposition/DynamicSkeleton.h +include/ogdf/decomposition/PertinentGraph.h +include/ogdf/decomposition/PlanarSPQRTree.h +include/ogdf/decomposition/SPQRTree.h +include/ogdf/decomposition/Skeleton.h +include/ogdf/decomposition/StaticPlanarSPQRTree.h +include/ogdf/decomposition/StaticSPQRTree.h +include/ogdf/decomposition/StaticSkeleton.h +include/ogdf/energybased/CoinTutteLayout.h +include/ogdf/energybased/DavidsonHarel.h +include/ogdf/energybased/DavidsonHarelLayout.h +include/ogdf/energybased/FMMMLayout.h +include/ogdf/energybased/FastMultipoleEmbedder.h +include/ogdf/energybased/GEMLayout.h +include/ogdf/energybased/MultilevelLayout.h +include/ogdf/energybased/SpringEmbedderFR.h +include/ogdf/energybased/SpringEmbedderFRExact.h +include/ogdf/energybased/SpringEmbedderKK.h +include/ogdf/energybased/StressMajorizationSimple.h +include/ogdf/energybased/multilevelmixer/BarycenterPlacer.h +include/ogdf/energybased/multilevelmixer/CirclePlacer.h +include/ogdf/energybased/multilevelmixer/EdgeCoverMerger.h +include/ogdf/energybased/multilevelmixer/IndependentSetMerger.h +include/ogdf/energybased/multilevelmixer/InitialPlacer.h +include/ogdf/energybased/multilevelmixer/LocalBiconnectedMerger.h +include/ogdf/energybased/multilevelmixer/MMMExampleFastLayout.h +include/ogdf/energybased/multilevelmixer/MMMExampleNiceLayout.h +include/ogdf/energybased/multilevelmixer/MMMExampleNoTwistLayout.h +include/ogdf/energybased/multilevelmixer/MatchingMerger.h +include/ogdf/energybased/multilevelmixer/MedianPlacer.h +include/ogdf/energybased/multilevelmixer/MixedForceLayout.h +include/ogdf/energybased/multilevelmixer/ModularMultilevelMixer.h +include/ogdf/energybased/multilevelmixer/MultilevelBuilder.h +include/ogdf/energybased/multilevelmixer/RandomMerger.h +include/ogdf/energybased/multilevelmixer/RandomPlacer.h +include/ogdf/energybased/multilevelmixer/ScalingLayout.h +include/ogdf/energybased/multilevelmixer/SolarMerger.h +include/ogdf/energybased/multilevelmixer/SolarPlacer.h +include/ogdf/energybased/multilevelmixer/ZeroPlacer.h +include/ogdf/external/abacus.h +include/ogdf/external/coin.h +include/ogdf/fileformats/DinoLineBuffer.h +include/ogdf/fileformats/DinoTools.h +include/ogdf/fileformats/DinoUmlDiagramGraph.h +include/ogdf/fileformats/DinoUmlModelGraph.h +include/ogdf/fileformats/DinoUmlToGraphConverter.h +include/ogdf/fileformats/DinoXmlParser.h +include/ogdf/fileformats/DinoXmlScanner.h +include/ogdf/fileformats/GmlParser.h +include/ogdf/fileformats/Ogml.h +include/ogdf/fileformats/OgmlParser.h +include/ogdf/fileformats/SteinLibParser.h +include/ogdf/fileformats/XmlObject.h +include/ogdf/fileformats/XmlParser.h +include/ogdf/fileformats/simple_graph_load.h +include/ogdf/graphalg/CliqueFinder.h +include/ogdf/graphalg/Clusterer.h +include/ogdf/graphalg/ConvexHull.h +include/ogdf/graphalg/Dijkstra.h +include/ogdf/graphalg/GraphReduction.h +include/ogdf/graphalg/MinCostFlowReinelt.h +include/ogdf/graphalg/MinimumCut.h +include/ogdf/graphalg/PageRank.h +include/ogdf/graphalg/ShortestPathWithBFM.h +include/ogdf/internal/augmentation/PALabel.h +include/ogdf/internal/basic/MallocMemoryAllocator.h +include/ogdf/internal/basic/PoolMemoryAllocator.h +include/ogdf/internal/basic/intrinsics.h +include/ogdf/internal/basic/list_templates.h +include/ogdf/internal/cluster/CPlanarSubClusteredST.h +include/ogdf/internal/cluster/ClusterPQContainer.h +include/ogdf/internal/cluster/Cluster_ChunkConnection.h +include/ogdf/internal/cluster/Cluster_CutConstraint.h +include/ogdf/internal/cluster/Cluster_EdgeVar.h +include/ogdf/internal/cluster/Cluster_MaxPlanarEdges.h +include/ogdf/internal/cluster/KuratowskiConstraint.h +include/ogdf/internal/cluster/MaxCPlanar_Master.h +include/ogdf/internal/cluster/MaxCPlanar_MinimalClusterConnection.h +include/ogdf/internal/cluster/MaxCPlanar_Sub.h +include/ogdf/internal/cluster/basics.h +include/ogdf/internal/energybased/AdjacencyOracle.h +include/ogdf/internal/energybased/Attraction.h +include/ogdf/internal/energybased/EdgeAttributes.h +include/ogdf/internal/energybased/EnergyFunction.h +include/ogdf/internal/energybased/FruchtermanReingold.h +include/ogdf/internal/energybased/IntersectionRectangle.h +include/ogdf/internal/energybased/MultilevelGraph.h +include/ogdf/internal/energybased/NMM.h +include/ogdf/internal/energybased/NodeAttributes.h +include/ogdf/internal/energybased/NodePairEnergy.h +include/ogdf/internal/energybased/Overlap.h +include/ogdf/internal/energybased/ParticleInfo.h +include/ogdf/internal/energybased/Planarity.h +include/ogdf/internal/energybased/PlanarityGrid.h +include/ogdf/internal/energybased/QuadTreeNM.h +include/ogdf/internal/energybased/QuadTreeNodeNM.h +include/ogdf/internal/energybased/Repulsion.h +include/ogdf/internal/energybased/UniformGrid.h +include/ogdf/internal/lpsolver/LPSolver_coin.h +include/ogdf/internal/orthogonal/NodeInfo.h +include/ogdf/internal/orthogonal/RoutingChannel.h +include/ogdf/internal/planarity/BoyerMyrvoldInit.h +include/ogdf/internal/planarity/BoyerMyrvoldPlanar.h +include/ogdf/internal/planarity/ConnectedSubgraph.h +include/ogdf/internal/planarity/EmbedIndicator.h +include/ogdf/internal/planarity/EmbedPQTree.h +include/ogdf/internal/planarity/EmbedderMaxFaceBiconnectedGraphs.h +include/ogdf/internal/planarity/EmbedderMaxFaceBiconnectedGraphsLayers.h +include/ogdf/internal/planarity/FindKuratowskis.h +include/ogdf/internal/planarity/IndInfo.h +include/ogdf/internal/planarity/MDMFLengthAttribute.h +include/ogdf/internal/planarity/MaxSequencePQTree.h +include/ogdf/internal/planarity/PQBasicKey.h +include/ogdf/internal/planarity/PQBasicKeyRoot.h +include/ogdf/internal/planarity/PQInternalKey.h +include/ogdf/internal/planarity/PQInternalNode.h +include/ogdf/internal/planarity/PQLeaf.h +include/ogdf/internal/planarity/PQLeafKey.h +include/ogdf/internal/planarity/PQNode.h +include/ogdf/internal/planarity/PQNodeKey.h +include/ogdf/internal/planarity/PQNodeRoot.h +include/ogdf/internal/planarity/PQTree.h +include/ogdf/internal/planarity/PlanarLeafKey.h +include/ogdf/internal/planarity/PlanarPQTree.h +include/ogdf/internal/planarity/PlanarSubgraphPQTree.h +include/ogdf/internal/planarity/whaInfo.h +include/ogdf/internal/steinertree/EdgeWeightedGraph.h +include/ogdf/internal/steinertree/EdgeWeightedGraphCopy.h +include/ogdf/labeling/ELabelInterface.h +include/ogdf/labeling/ELabelPosSimple.h +include/ogdf/labeling/EdgeLabel.h +include/ogdf/layered/BarycenterHeuristic.h +include/ogdf/layered/CoffmanGrahamRanking.h +include/ogdf/layered/CrossingsMatrix.h +include/ogdf/layered/DfsAcyclicSubgraph.h +include/ogdf/layered/ExtendedNestingGraph.h +include/ogdf/layered/FastHierarchyLayout.h +include/ogdf/layered/FastSimpleHierarchyLayout.h +include/ogdf/layered/GreedyCycleRemoval.h +include/ogdf/layered/GreedyInsertHeuristic.h +include/ogdf/layered/GreedySwitchHeuristic.h +include/ogdf/layered/Hierarchy.h +include/ogdf/layered/Level.h +include/ogdf/layered/LongestPathRanking.h +include/ogdf/layered/MedianHeuristic.h +include/ogdf/layered/OptimalHierarchyClusterLayout.h +include/ogdf/layered/OptimalHierarchyLayout.h +include/ogdf/layered/OptimalRanking.h +include/ogdf/layered/SiftingHeuristic.h +include/ogdf/layered/SplitHeuristic.h +include/ogdf/layered/SugiyamaLayout.h +include/ogdf/lpsolver/LPSolver.h +include/ogdf/misclayout/BalloonLayout.h +include/ogdf/misclayout/CircularLayout.h +include/ogdf/misclayout/ProcrustesSubLayout.h +include/ogdf/module/AcyclicSubgraphModule.h +include/ogdf/module/AugmentationModule.h +include/ogdf/module/CCLayoutPackModule.h +include/ogdf/module/CPlanarSubgraphModule.h +include/ogdf/module/ClustererModule.h +include/ogdf/module/CrossingMinimizationModule.h +include/ogdf/module/EdgeInsertionModule.h +include/ogdf/module/EmbedderModule.h +include/ogdf/module/FUPSModule.h +include/ogdf/module/ForceLayoutModule.h +include/ogdf/module/GridLayoutModule.h +include/ogdf/module/HierarchyClusterLayoutModule.h +include/ogdf/module/HierarchyLayoutModule.h +include/ogdf/module/LayoutClusterPlanRepModule.h +include/ogdf/module/LayoutModule.h +include/ogdf/module/LayoutPlanRepModule.h +include/ogdf/module/MMCrossingMinimizationModule.h +include/ogdf/module/MMEdgeInsertionModule.h +include/ogdf/module/MinCostFlowModule.h +include/ogdf/module/MixedModelCrossingsBeautifierModule.h +include/ogdf/module/MultilevelLayoutModule.h +include/ogdf/module/PlanarSubgraphModule.h +include/ogdf/module/PlanarityModule.h +include/ogdf/module/RankingModule.h +include/ogdf/module/ShellingOrderModule.h +include/ogdf/module/ShortestPathModule.h +include/ogdf/module/TwoLayerCrossMin.h +include/ogdf/module/UMLLayoutModule.h +include/ogdf/module/UPRLayoutModule.h +include/ogdf/module/UpwardEdgeInserterModule.h +include/ogdf/module/UpwardPlanarSubgraphModule.h +include/ogdf/module/UpwardPlanarizerModule.h +include/ogdf/orthogonal/CompactionConstraintGraph.h +include/ogdf/orthogonal/EdgeRouter.h +include/ogdf/orthogonal/FlowCompaction.h +include/ogdf/orthogonal/LongestPathCompaction.h +include/ogdf/orthogonal/MinimumEdgeDistances.h +include/ogdf/orthogonal/OrthoLayout.h +include/ogdf/orthogonal/OrthoRep.h +include/ogdf/orthogonal/OrthoShaper.h +include/ogdf/packing/ComponentSplitterLayout.h +include/ogdf/packing/TileToRowsCCPacker.h +include/ogdf/planarity/BoothLueker.h +include/ogdf/planarity/BoyerMyrvold.h +include/ogdf/planarity/EdgeTypePatterns.h +include/ogdf/planarity/EmbedderMaxFace.h +include/ogdf/planarity/EmbedderMaxFaceLayers.h +include/ogdf/planarity/EmbedderMinDepth.h +include/ogdf/planarity/EmbedderMinDepthMaxFace.h +include/ogdf/planarity/EmbedderMinDepthMaxFaceLayers.h +include/ogdf/planarity/EmbedderMinDepthPiTa.h +include/ogdf/planarity/ExtractKuratowskis.h +include/ogdf/planarity/FastPlanarSubgraph.h +include/ogdf/planarity/FixedEmbeddingInserter.h +include/ogdf/planarity/KuratowskiSubdivision.h +include/ogdf/planarity/MMFixedEmbeddingInserter.h +include/ogdf/planarity/MMSubgraphPlanarizer.h +include/ogdf/planarity/MMVariableEmbeddingInserter.h +include/ogdf/planarity/MaximalPlanarSubgraphSimple.h +include/ogdf/planarity/MaximumPlanarSubgraph.h +include/ogdf/planarity/MultiEdgeApproxInserter.h +include/ogdf/planarity/NodeTypePatterns.h +include/ogdf/planarity/NonPlanarCore.h +include/ogdf/planarity/PlanRep.h +include/ogdf/planarity/PlanRepExpansion.h +include/ogdf/planarity/PlanRepInc.h +include/ogdf/planarity/PlanRepUML.h +include/ogdf/planarity/PlanarizationGridLayout.h +include/ogdf/planarity/PlanarizationLayout.h +include/ogdf/planarity/SimpleEmbedder.h +include/ogdf/planarity/SimpleIncNodeInserter.h +include/ogdf/planarity/SubgraphPlanarizer.h +include/ogdf/planarity/VariableEmbeddingInserter.h +include/ogdf/planarity/VariableEmbeddingInserter2.h +include/ogdf/planarlayout/BiconnectedShellingOrder.h +include/ogdf/planarlayout/FPPLayout.h +include/ogdf/planarlayout/MMCBBase.h +include/ogdf/planarlayout/MMCBDoubleGrid.h +include/ogdf/planarlayout/MMCBLocalStretch.h +include/ogdf/planarlayout/MixedModelLayout.h +include/ogdf/planarlayout/PlanarDrawLayout.h +include/ogdf/planarlayout/PlanarStraightLayout.h +include/ogdf/planarlayout/SchnyderLayout.h +include/ogdf/planarlayout/ShellingOrder.h +include/ogdf/planarlayout/TriconnectedShellingOrder.h +include/ogdf/simultaneous/SimDraw.h +include/ogdf/simultaneous/SimDrawCaller.h +include/ogdf/simultaneous/SimDrawColorizer.h +include/ogdf/simultaneous/SimDrawCreator.h +include/ogdf/simultaneous/SimDrawCreatorSimple.h +include/ogdf/simultaneous/SimDrawManipulatorModule.h +include/ogdf/simultaneous/TwoLayerCrossMinSimDraw.h +include/ogdf/tree/RadialTreeLayout.h +include/ogdf/tree/TreeLayout.h +include/ogdf/upward/DominanceLayout.h +include/ogdf/upward/ExpansionGraph.h +include/ogdf/upward/FUPSSimple.h +include/ogdf/upward/FaceSinkGraph.h +include/ogdf/upward/FeasibleUpwardPlanarSubgraph.h +include/ogdf/upward/FixedEmbeddingUpwardEdgeInserter.h +include/ogdf/upward/FixedUpwardEmbeddingInserter.h +include/ogdf/upward/LayerBasedUPRLayout.h +include/ogdf/upward/SubgraphUpwardPlanarizer.h +include/ogdf/upward/UpwardPlanRep.h +include/ogdf/upward/UpwardPlanarModule.h +include/ogdf/upward/UpwardPlanarSubgraphSimple.h +include/ogdf/upward/UpwardPlanarizationLayout.h +include/ogdf/upward/VisibilityLayout.h +@dirrm include/ogdf/upward +@dirrm include/ogdf/tree +@dirrm include/ogdf/simultaneous +@dirrm include/ogdf/planarlayout +@dirrm include/ogdf/planarity +@dirrm include/ogdf/packing +@dirrm include/ogdf/orthogonal +@dirrm include/ogdf/module +@dirrm include/ogdf/misclayout +@dirrm include/ogdf/lpsolver +@dirrm include/ogdf/layered +@dirrm include/ogdf/labeling +@dirrm include/ogdf/internal/steinertree +@dirrm include/ogdf/internal/planarity +@dirrm include/ogdf/internal/orthogonal +@dirrm include/ogdf/internal/lpsolver +@dirrm include/ogdf/internal/energybased +@dirrm include/ogdf/internal/cluster +@dirrm include/ogdf/internal/basic +@dirrm include/ogdf/internal/augmentation +@dirrm include/ogdf/internal +@dirrm include/ogdf/graphalg +@dirrm include/ogdf/fileformats +@dirrm include/ogdf/external +@dirrm include/ogdf/energybased/multilevelmixer +@dirrm include/ogdf/energybased +@dirrm include/ogdf/decomposition +@dirrm include/ogdf/cluster +@dirrm include/ogdf/basic +@dirrm include/ogdf/augmentation +@dirrm include/ogdf From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:56:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BA4FBF9; Fri, 6 Sep 2013 07:56:45 +0000 (UTC) (envelope-from bf@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 096E92361; Fri, 6 Sep 2013 07:56:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r867uixG098358; Fri, 6 Sep 2013 07:56:44 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r867uiif098354; Fri, 6 Sep 2013 07:56:44 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201309060756.r867uiif098354@svn.freebsd.org> From: Brendan Fabeny Date: Fri, 6 Sep 2013 07:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326474 - head/security/tor-devel 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.14 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: Fri, 06 Sep 2013 07:56:45 -0000 Author: bf Date: Fri Sep 6 07:56:44 2013 New Revision: 326474 URL: http://svnweb.freebsd.org/changeset/ports/326474 Log: Update to 0.2.4.17-rc Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Fri Sep 6 07:31:12 2013 (r326473) +++ head/security/tor-devel/Makefile Fri Sep 6 07:56:44 2013 (r326474) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.16-rc +DISTVERSION= 0.2.4.17-rc CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Fri Sep 6 07:31:12 2013 (r326473) +++ head/security/tor-devel/distinfo Fri Sep 6 07:56:44 2013 (r326474) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.16-rc.tar.gz) = 74389d688321f2671bda229b330806e7dfbc685b38bd2ee1aa90d6bc05ed93d9 -SIZE (tor-0.2.4.16-rc.tar.gz) = 2826883 +SHA256 (tor-0.2.4.17-rc.tar.gz) = 9d143b950a1c920e455bb41f2773e2bee8818e4a81aa9b1877db47d643b95d65 +SIZE (tor-0.2.4.17-rc.tar.gz) = 2825527 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:25:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2763D5D; Fri, 6 Sep 2013 08:25:20 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90392270A; Fri, 6 Sep 2013 08:25:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868PKGS016122; Fri, 6 Sep 2013 08:25:20 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868PKLe016120; Fri, 6 Sep 2013 08:25:20 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309060825.r868PKLe016120@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 08:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326475 - head/net-mgmt/p5-Net-Abuse-Utils 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.14 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: Fri, 06 Sep 2013 08:25:20 -0000 Author: tobez Date: Fri Sep 6 08:25:19 2013 New Revision: 326475 URL: http://svnweb.freebsd.org/changeset/ports/326475 Log: Update to 0.19. Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile head/net-mgmt/p5-Net-Abuse-Utils/distinfo Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile ============================================================================== --- head/net-mgmt/p5-Net-Abuse-Utils/Makefile Fri Sep 6 07:56:44 2013 (r326474) +++ head/net-mgmt/p5-Net-Abuse-Utils/Makefile Fri Sep 6 08:25:19 2013 (r326475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Abuse-Utils -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-Abuse-Utils/distinfo ============================================================================== --- head/net-mgmt/p5-Net-Abuse-Utils/distinfo Fri Sep 6 07:56:44 2013 (r326474) +++ head/net-mgmt/p5-Net-Abuse-Utils/distinfo Fri Sep 6 08:25:19 2013 (r326475) @@ -1,2 +1,2 @@ -SHA256 (Net-Abuse-Utils-0.18.tar.gz) = 3f1c2c4884a188872a24d3ad246f2df8842631c91e92055150d3162aa20186b7 -SIZE (Net-Abuse-Utils-0.18.tar.gz) = 22733 +SHA256 (Net-Abuse-Utils-0.19.tar.gz) = f4445a92fbaa80202b9c0320a4fa98d3022a06d8cde56c32e1c100fbf1c08f15 +SIZE (Net-Abuse-Utils-0.19.tar.gz) = 22847 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:26:29 2013 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 ESMTP id 4A5B0E84; Fri, 6 Sep 2013 08:26:29 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 384DB2730; Fri, 6 Sep 2013 08:26:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868QTi5016535; Fri, 6 Sep 2013 08:26:29 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868QSpQ016527; Fri, 6 Sep 2013 08:26:28 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309060826.r868QSpQ016527@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 08:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326476 - head/devel/p5-enum 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.14 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: Fri, 06 Sep 2013 08:26:29 -0000 Author: tobez Date: Fri Sep 6 08:26:28 2013 New Revision: 326476 URL: http://svnweb.freebsd.org/changeset/ports/326476 Log: Update to 1.05(0). Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Fri Sep 6 08:25:19 2013 (r326475) +++ head/devel/p5-enum/Makefile Fri Sep 6 08:26:28 2013 (r326476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.040 +PORTVERSION= 1.050 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Fri Sep 6 08:25:19 2013 (r326475) +++ head/devel/p5-enum/distinfo Fri Sep 6 08:26:28 2013 (r326476) @@ -1,2 +1,2 @@ -SHA256 (enum-1.04.tar.gz) = 6217a07836bfac46c6b0659e6f94e783bcfc339b42becf04819935adde29ff56 -SIZE (enum-1.04.tar.gz) = 7003 +SHA256 (enum-1.05.tar.gz) = 39347e7292254cbd43928b1730305cee803cbc6d5e9ba379a9c05d582800d1cb +SIZE (enum-1.05.tar.gz) = 7084 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:28:00 2013 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 ESMTP id C480FFAB; Fri, 6 Sep 2013 08:28:00 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B23C3275A; Fri, 6 Sep 2013 08:28:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868S0qS017255; Fri, 6 Sep 2013 08:28:00 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868S0bs017236; Fri, 6 Sep 2013 08:28:00 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309060828.r868S0bs017236@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 08:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326477 - head/devel/p5-Tree-DAG_Node 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.14 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: Fri, 06 Sep 2013 08:28:00 -0000 Author: tobez Date: Fri Sep 6 08:27:59 2013 New Revision: 326477 URL: http://svnweb.freebsd.org/changeset/ports/326477 Log: Update to 1.15. Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Modified: head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Tree-DAG_Node/distinfo Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Fri Sep 6 08:26:28 2013 (r326476) +++ head/devel/p5-Tree-DAG_Node/Makefile Fri Sep 6 08:27:59 2013 (r326477) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-DAG_Node -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Tree-DAG_Node/distinfo ============================================================================== --- head/devel/p5-Tree-DAG_Node/distinfo Fri Sep 6 08:26:28 2013 (r326476) +++ head/devel/p5-Tree-DAG_Node/distinfo Fri Sep 6 08:27:59 2013 (r326477) @@ -1,2 +1,2 @@ -SHA256 (Tree-DAG_Node-1.14.tgz) = 5e7e0b500f0019a0166b330f65278164887454b65a4e4ae26863fe9ad4d34167 -SIZE (Tree-DAG_Node-1.14.tgz) = 49066 +SHA256 (Tree-DAG_Node-1.15.tgz) = 2ac54d0d8314e344371c4fa67683022ed1a5405e2cdb90f0ece09291c4f0ba2f +SIZE (Tree-DAG_Node-1.15.tgz) = 49248 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:28:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B46B13B; Fri, 6 Sep 2013 08:28:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDA5C2771; Fri, 6 Sep 2013 08:28:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868SvBs017825; Fri, 6 Sep 2013 08:28:57 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868Svef017820; Fri, 6 Sep 2013 08:28:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309060828.r868Svef017820@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 08:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326478 - head/devel/p5-Config-Tiny 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.14 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: Fri, 06 Sep 2013 08:28:58 -0000 Author: tobez Date: Fri Sep 6 08:28:57 2013 New Revision: 326478 URL: http://svnweb.freebsd.org/changeset/ports/326478 Log: Update to 2.16. Changes: http://search.cpan.org/dist/Config-Tiny/Changes Modified: head/devel/p5-Config-Tiny/Makefile head/devel/p5-Config-Tiny/distinfo Modified: head/devel/p5-Config-Tiny/Makefile ============================================================================== --- head/devel/p5-Config-Tiny/Makefile Fri Sep 6 08:27:59 2013 (r326477) +++ head/devel/p5-Config-Tiny/Makefile Fri Sep 6 08:28:57 2013 (r326478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Tiny -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Tiny/distinfo ============================================================================== --- head/devel/p5-Config-Tiny/distinfo Fri Sep 6 08:27:59 2013 (r326477) +++ head/devel/p5-Config-Tiny/distinfo Fri Sep 6 08:28:57 2013 (r326478) @@ -1,2 +1,2 @@ -SHA256 (Config-Tiny-2.15.tgz) = 569b9f460d581d650e78a2cc31243bdc509c596b042c230fc5af1c16aa536639 -SIZE (Config-Tiny-2.15.tgz) = 23774 +SHA256 (Config-Tiny-2.16.tgz) = 22ba95108d362b1029c324f2fd152c1958bee66a2fae7ea4309c0c63c862ae4b +SIZE (Config-Tiny-2.16.tgz) = 23972 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:34:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD57A6EA; Fri, 6 Sep 2013 08:34:39 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB46828B2; Fri, 6 Sep 2013 08:34:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868YdRq021965; Fri, 6 Sep 2013 08:34:39 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868YdAV021963; Fri, 6 Sep 2013 08:34:39 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309060834.r868YdAV021963@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 08:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326479 - head/net/p5-Crypt-DH-GMP 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.14 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: Fri, 06 Sep 2013 08:34:39 -0000 Author: tobez Date: Fri Sep 6 08:34:39 2013 New Revision: 326479 URL: http://svnweb.freebsd.org/changeset/ports/326479 Log: Update to 0.00011. Changes: http://search.cpan.org/dist/Crypt-DH-GMP/Changes Modified: head/net/p5-Crypt-DH-GMP/Makefile head/net/p5-Crypt-DH-GMP/distinfo Modified: head/net/p5-Crypt-DH-GMP/Makefile ============================================================================== --- head/net/p5-Crypt-DH-GMP/Makefile Fri Sep 6 08:28:57 2013 (r326478) +++ head/net/p5-Crypt-DH-GMP/Makefile Fri Sep 6 08:34:39 2013 (r326479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-DH-GMP -PORTVERSION= 0.00010 +PORTVERSION= 0.00011 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Crypt-DH-GMP/distinfo ============================================================================== --- head/net/p5-Crypt-DH-GMP/distinfo Fri Sep 6 08:28:57 2013 (r326478) +++ head/net/p5-Crypt-DH-GMP/distinfo Fri Sep 6 08:34:39 2013 (r326479) @@ -1,2 +1,2 @@ -SHA256 (Crypt-DH-GMP-0.00010.tar.gz) = 7d947cd48a98880df4fb5b0785758bef9ae1357eba7c376ad0fca3fd262a5fe9 -SIZE (Crypt-DH-GMP-0.00010.tar.gz) = 75721 +SHA256 (Crypt-DH-GMP-0.00011.tar.gz) = 1f0e0c32a180dd730ff54121d6b8b2186ba2ed7f160af493bda209488ff93a31 +SIZE (Crypt-DH-GMP-0.00011.tar.gz) = 78587 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:37:48 2013 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 ESMTP id EBB568B1; Fri, 6 Sep 2013 08:37:48 +0000 (UTC) (envelope-from decke@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7F092936; Fri, 6 Sep 2013 08:37:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r868bmrH023248; Fri, 6 Sep 2013 08:37:48 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r868bm51023246; Fri, 6 Sep 2013 08:37:48 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201309060837.r868bm51023246@svn.freebsd.org> From: Bernhard Froehlich Date: Fri, 6 Sep 2013 08:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326480 - head/emulators/virtualbox-ose-legacy 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.14 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: Fri, 06 Sep 2013 08:37:49 -0000 Author: decke Date: Fri Sep 6 08:37:48 2013 New Revision: 326480 URL: http://svnweb.freebsd.org/changeset/ports/326480 Log: Add explicit iconv dependency. The port requires variable ICONV_LIB defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes Modified: head/emulators/virtualbox-ose-legacy/Makefile Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 08:34:39 2013 (r326479) +++ head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 08:37:48 2013 (r326480) @@ -35,7 +35,7 @@ RUN_DEPENDS= /boot/modules/vboxdrv.ko:${ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr -USES= pkgconfig +USES= iconv pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 08:42:56 2013 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 ESMTP id 476F5CB3; Fri, 6 Sep 2013 08:42:56 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 03A4F2A07; Fri, 6 Sep 2013 08:42:55 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3cWXMy6TCGzFTGl; Fri, 6 Sep 2013 10:42:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ljAvfgUC0pRH; Fri, 6 Sep 2013 10:42:52 +0200 (CEST) Received: from vwg82.hq.ignesti.it (unknown [77.246.14.163]) by winston.madpilot.net (Postfix) with ESMTPSA; Fri, 6 Sep 2013 10:42:52 +0200 (CEST) Message-ID: <5229958C.4080906@FreeBSD.org> Date: Fri, 06 Sep 2013 10:42:52 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130904 Thunderbird/17.0.8 MIME-Version: 1.0 To: Bernhard Froehlich Subject: Re: svn commit: r326480 - head/emulators/virtualbox-ose-legacy References: <201309060837.r868bm51023246@svn.freebsd.org> In-Reply-To: <201309060837.r868bm51023246@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 08:42:56 -0000 On 09/06/13 10:37, Bernhard Froehlich wrote: > Author: decke > Date: Fri Sep 6 08:37:48 2013 > New Revision: 326480 > URL: http://svnweb.freebsd.org/changeset/ports/326480 > > Log: > Add explicit iconv dependency. The port requires variable ICONV_LIB > defined in the iconv USES Makefile to build correctly on 8.x and > 9.x after the iconv migration of the ports tree. > > PR: ports/181854 > Submitted by: Dave Hayes Thanks, I missed this one. It most probably also need the iconv fix for current, I'll test and commit that. -- Guido Falsi From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 09:21:23 2013 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 ESMTP id AF97A6D3; Fri, 6 Sep 2013 09:21:23 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8592C5D; Fri, 6 Sep 2013 09:21:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r869LN8V050640; Fri, 6 Sep 2013 09:21:23 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r869LJBd050615; Fri, 6 Sep 2013 09:21:19 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309060921.r869LJBd050615@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 09:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326481 - in head/net: p5-Apache2-SOAP p5-Growl-GNTP p5-Net-APNS p5-Net-Amazon-Thumbnail p5-Net-Cassandra p5-Net-DHCPClient p5-Net-Frame-Layer-IPv6 p5-Net-IP-RangeCompare p5-Net-Ident p... 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.14 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: Fri, 06 Sep 2013 09:21:23 -0000 Author: az Date: Fri Sep 6 09:21:19 2013 New Revision: 326481 URL: http://svnweb.freebsd.org/changeset/ports/326481 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/p5-Apache2-SOAP/Makefile (contents, props changed) head/net/p5-Growl-GNTP/Makefile (contents, props changed) head/net/p5-Net-APNS/Makefile (contents, props changed) head/net/p5-Net-Amazon-Thumbnail/Makefile (contents, props changed) head/net/p5-Net-Cassandra/Makefile (contents, props changed) head/net/p5-Net-DHCPClient/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/Makefile head/net/p5-Net-IP-RangeCompare/Makefile (contents, props changed) head/net/p5-Net-Ident/Makefile (contents, props changed) head/net/p5-Net-MAC/Makefile (contents, props changed) head/net/p5-Net-Mosso-CloudFiles/Makefile (contents, props changed) head/net/p5-Net-OAuth/Makefile head/net/p5-Net-OpenStack-Attack/Makefile (contents, props changed) head/net/p5-Net-SSH/Makefile (contents, props changed) head/net/p5-Net-Wake/Makefile (contents, props changed) head/net/p5-Net-WhitePages/Makefile (contents, props changed) head/net/p5-Net-Whois-RIPE/Makefile (contents, props changed) head/net/p5-URI-SmartURI/Makefile head/net/xrdesktop/Makefile (contents, props changed) Modified: head/net/p5-Apache2-SOAP/Makefile ============================================================================== --- head/net/p5-Apache2-SOAP/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Apache2-SOAP/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mo p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Apache2::SOAP.3 Modified: head/net/p5-Growl-GNTP/Makefile ============================================================================== --- head/net/p5-Growl-GNTP/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Growl-GNTP/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDI p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Growl::GNTP.3 Modified: head/net/p5-Net-APNS/Makefile ============================================================================== --- head/net/p5-Net-APNS/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-APNS/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::APNS.3 \ Net::APNS::Notification.3 Modified: head/net/p5-Net-Amazon-Thumbnail/Makefile ============================================================================== --- head/net/p5-Net-Amazon-Thumbnail/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Amazon-Thumbnail/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORT p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Amazon::Thumbnail.3 Modified: head/net/p5-Net-Cassandra/Makefile ============================================================================== --- head/net/p5-Net-Cassandra/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Cassandra/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/deve p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor MAN3= Net::Cassandra.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-DHCPClient/Makefile ============================================================================== --- head/net/p5-Net-DHCPClient/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-DHCPClient/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -15,7 +15,8 @@ MAINTAINER= sem@FreeBSD.org COMMENT= A Perl implementation of a DHCP client API RUN_DEPENDS+= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Frame-Layer-IPv6/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSD p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Frame::Layer::IPv6.3 \ Net::Frame::Layer::IPv6::Fragment.3 \ Modified: head/net/p5-Net-IP-RangeCompare/Makefile ============================================================================== --- head/net/p5-Net-IP-RangeCompare/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-IP-RangeCompare/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -17,7 +17,8 @@ COMMENT= Perl extension for IP Range Com RUN_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \ p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP::RangeCompare.3 Modified: head/net/p5-Net-Ident/Makefile ============================================================================== --- head/net/p5-Net-Ident/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Ident/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kai@xs4all.nl COMMENT= Lookup the username on the remote end of a TCP/IP connection -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Ident.3 Modified: head/net/p5-Net-MAC/Makefile ============================================================================== --- head/net/p5-Net-MAC/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-MAC/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww MAN3= Net::MAC.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Mosso-CloudFiles/Makefile ============================================================================== --- head/net/p5-Net-Mosso-CloudFiles/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Mosso-CloudFiles/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -28,7 +28,8 @@ RUN_DEPENDS= p5-Digest-MD5-File>=0:${POR BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Mosso::CloudFiles.3 \ Net::Mosso::CloudFiles::Container.3 \ Modified: head/net/p5-Net-OAuth/Makefile ============================================================================== --- head/net/p5-Net-OAuth/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-OAuth/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:$ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::OAuth.3 \ Net::OAuth::AccessToken.3 \ Modified: head/net/p5-Net-OpenStack-Attack/Makefile ============================================================================== --- head/net/p5-Net-OpenStack-Attack/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-OpenStack-Attack/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= stackattack.1 MAN3= Net::OpenStack::Attack.3 Modified: head/net/p5-Net-SSH/Makefile ============================================================================== --- head/net/p5-Net-SSH/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-SSH/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl5 module to access and use ssh protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SSH.3 Modified: head/net/p5-Net-Wake/Makefile ============================================================================== --- head/net/p5-Net-Wake/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Wake/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sarumaru@jp.FreeBSD.org COMMENT= Send Wake On Lan (WOL) packets to power on computers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Wake.3 Modified: head/net/p5-Net-WhitePages/Makefile ============================================================================== --- head/net/p5-Net-WhitePages/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-WhitePages/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Params-Validate>=0:${P p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::WhitePages.3 Modified: head/net/p5-Net-Whois-RIPE/Makefile ============================================================================== --- head/net/p5-Net-Whois-RIPE/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Whois-RIPE/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Whois::Object.3 \ Net::Whois::Object::AsBlock.3 \ Modified: head/net/p5-URI-SmartURI/Makefile ============================================================================== --- head/net/p5-URI-SmartURI/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-URI-SmartURI/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -28,7 +28,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::SmartURI.3 Modified: head/net/xrdesktop/Makefile ============================================================================== --- head/net/xrdesktop/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/xrdesktop/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,7 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rd p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/xrdesktop From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 09:31:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFFBF82C; Fri, 6 Sep 2013 09:31:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFDF2CC3; Fri, 6 Sep 2013 09:31:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r869V1gu056368; Fri, 6 Sep 2013 09:31:01 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r869V1hp056365; Fri, 6 Sep 2013 09:31:01 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309060931.r869V1hp056365@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 6 Sep 2013 09:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326482 - head/devel/py-fabric 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.14 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: Fri, 06 Sep 2013 09:31:01 -0000 Author: koobs Date: Fri Sep 6 09:31:00 2013 New Revision: 326482 URL: http://svnweb.freebsd.org/changeset/ports/326482 Log: devel/py-fabric: Update to 1.7 - Update to 1.7 - Add Jinja2 to TEST_DEPENDS Changes: http://docs.fabfile.org/en/1.7/changelog.html PR: ports/181861 Submitted by: Gasol Wu Modified: head/devel/py-fabric/Makefile head/devel/py-fabric/distinfo Modified: head/devel/py-fabric/Makefile ============================================================================== --- head/devel/py-fabric/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/devel/py-fabric/Makefile Fri Sep 6 09:31:00 2013 (r326482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fabric -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -16,6 +16,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.0:${PORTSDIR}/security/py-paramiko TEST_DEPENDS:= ${RUN_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \ nosetests:${PORTSDIR}/devel/py-nose Modified: head/devel/py-fabric/distinfo ============================================================================== --- head/devel/py-fabric/distinfo Fri Sep 6 09:21:19 2013 (r326481) +++ head/devel/py-fabric/distinfo Fri Sep 6 09:31:00 2013 (r326482) @@ -1,2 +1,2 @@ -SHA256 (Fabric-1.6.1.tar.gz) = a1ff35d4bf69fbc0d44a14c3c071abd82703eabbce4f4e82b0a3ba85e1d21715 -SIZE (Fabric-1.6.1.tar.gz) = 216774 +SHA256 (Fabric-1.7.0.tar.gz) = b3f7af83d82531fc5c6bcbcffd4c59e4693f899bb33d83599c215b6b551f0070 +SIZE (Fabric-1.7.0.tar.gz) = 219360 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:13:15 2013 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 ESMTP id 4A82C277; Fri, 6 Sep 2013 10:13:15 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5CB2F02; Fri, 6 Sep 2013 10:13:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ADECZ080966; Fri, 6 Sep 2013 10:13:14 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ADEBg080963; Fri, 6 Sep 2013 10:13:14 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061013.r86ADEBg080963@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 10:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326483 - head/www/p5-Catalyst-Plugin-Authentication 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.14 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: Fri, 06 Sep 2013 10:13:15 -0000 Author: tobez Date: Fri Sep 6 10:13:14 2013 New Revision: 326483 URL: http://svnweb.freebsd.org/changeset/ports/326483 Log: Update to 0.10023. Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile head/www/p5-Catalyst-Plugin-Authentication/distinfo head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Fri Sep 6 10:13:14 2013 (r326483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.10019 +PORTVERSION= 0.10023 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -31,7 +31,8 @@ PORTSCOUT= skipv:0.100091,0.100092 USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Authentication::Credential::Password.3 \ +MAN3= Catalyst::Authentication::Credential::NoPassword.3 \ + Catalyst::Authentication::Credential::Password.3 \ Catalyst::Authentication::Credential::Remote.3 \ Catalyst::Authentication::Realm.3 \ Catalyst::Authentication::Realm::Compatibility.3 \ @@ -42,7 +43,6 @@ MAN3= Catalyst::Authentication::Credenti Catalyst::Authentication::User.3 \ Catalyst::Authentication::User::Hash.3 \ Catalyst::Plugin::Authentication.3 \ - Catalyst::Plugin::Authentication::Credential::NoPassword.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::Internals.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ Modified: head/www/p5-Catalyst-Plugin-Authentication/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/distinfo Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/distinfo Fri Sep 6 10:13:14 2013 (r326483) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 6fe16b19f6e76dc3bc9b7a4ad7c78e3ae432423d3286b05c42b35f026d09461c -SIZE (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 78732 +SHA256 (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c +SIZE (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 80041 Modified: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Fri Sep 6 10:13:14 2013 (r326483) @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist +%%SITE_PERL%%/Catalyst/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm %%SITE_PERL%%/Catalyst/Authentication/Realm.pm @@ -10,7 +11,6 @@ %%SITE_PERL%%/Catalyst/Authentication/User.pm %%SITE_PERL%%/Catalyst/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm -%%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Internals.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:24:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8645648; Fri, 6 Sep 2013 10:24:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6B4D2F9E; Fri, 6 Sep 2013 10:24:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86AOBOK087297; Fri, 6 Sep 2013 10:24:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86AOBPT087296; Fri, 6 Sep 2013 10:24:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061024.r86AOBPT087296@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 10:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326484 - head/devel/libassetml 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.14 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: Fri, 06 Sep 2013 10:24:11 -0000 Author: bapt Date: Fri Sep 6 10:24:11 2013 New Revision: 326484 URL: http://svnweb.freebsd.org/changeset/ports/326484 Log: Fix configure and build with clang Modified: head/devel/libassetml/Makefile Modified: head/devel/libassetml/Makefile ============================================================================== --- head/devel/libassetml/Makefile Fri Sep 6 10:13:14 2013 (r326483) +++ head/devel/libassetml/Makefile Fri Sep 6 10:24:11 2013 (r326484) @@ -13,14 +13,13 @@ COMMENT= Devel Library to share image an BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= pkgconfig gettext +USES= pkgconfig gettext gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include INFO= libassetml From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:41:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E830B97; Fri, 6 Sep 2013 10:41:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C28D20BE; Fri, 6 Sep 2013 10:41:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86Af2So097776; Fri, 6 Sep 2013 10:41:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Af29f097771; Fri, 6 Sep 2013 10:41:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061041.r86Af29f097771@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 10:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326485 - in head: games/secretmaryochronicles x11/libgnome-java 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.14 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: Fri, 06 Sep 2013 10:41:03 -0000 Author: bapt Date: Fri Sep 6 10:41:02 2013 New Revision: 326485 URL: http://svnweb.freebsd.org/changeset/ports/326485 Log: Add an explicit dependency on pkgconf Modified: head/games/secretmaryochronicles/Makefile head/x11/libgnome-java/Makefile Modified: head/games/secretmaryochronicles/Makefile ============================================================================== --- head/games/secretmaryochronicles/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/games/secretmaryochronicles/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -19,10 +19,9 @@ LIB_DEPENDS= CEGUIBase-0.7.9:${PORTSDIR} USE_BZIP2= yes USE_AUTOTOOLS= aclocal:env autoheader:env autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=3 Modified: head/x11/libgnome-java/Makefile ============================================================================== --- head/x11/libgnome-java/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/x11/libgnome-java/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -15,8 +15,8 @@ COMMENT= Java wrapper for GNOME 2 BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:47:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75AAAE40; Fri, 6 Sep 2013 10:47:15 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5485D2109; Fri, 6 Sep 2013 10:47:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86AlFb1000461; Fri, 6 Sep 2013 10:47:15 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86AlBhe000426; Fri, 6 Sep 2013 10:47:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061047.r86AlBhe000426@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 10:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326486 - in head/net: kojoney ldapsh nepenthes p5-AnyEvent-MPRPC p5-BBS-UserInfo-Wretch p5-Beanstalk-Client p5-Net-DHCP p5-Net-FS-Flickr p5-Net-Google-Code p5-Net-Growl p5-Net-HL7 p5-N... 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.14 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: Fri, 06 Sep 2013 10:47:15 -0000 Author: az Date: Fri Sep 6 10:47:10 2013 New Revision: 326486 URL: http://svnweb.freebsd.org/changeset/ports/326486 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/kojoney/Makefile (contents, props changed) head/net/ldapsh/Makefile (contents, props changed) head/net/nepenthes/Makefile head/net/p5-AnyEvent-MPRPC/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Wretch/Makefile (contents, props changed) head/net/p5-Beanstalk-Client/Makefile (contents, props changed) head/net/p5-Net-DHCP/Makefile head/net/p5-Net-FS-Flickr/Makefile (contents, props changed) head/net/p5-Net-Google-Code/Makefile (contents, props changed) head/net/p5-Net-Growl/Makefile (contents, props changed) head/net/p5-Net-HL7/Makefile (contents, props changed) head/net/p5-Net-LDAP-Makepath/Makefile (contents, props changed) head/net/p5-Net-Libdnet/Makefile (contents, props changed) head/net/p5-Net-Proxy/Makefile (contents, props changed) head/net/p5-Net-SCP-Expect/Makefile (contents, props changed) head/net/p5-Net-SMPP/Makefile (contents, props changed) head/net/p5-Net-SSH-Expect/Makefile (contents, props changed) head/net/p5-Net-uFTP/Makefile head/net/p5-URI-Template-Restrict/Makefile (contents, props changed) Modified: head/net/kojoney/Makefile ============================================================================== --- head/net/kojoney/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/kojoney/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/kojoney USE_PYTHON= 2.5+ USE_TWISTED= conch USE_OPENSSL= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include Modified: head/net/ldapsh/Makefile ============================================================================== --- head/net/ldapsh/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/ldapsh/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -29,7 +29,8 @@ MAN1= ldapsh.1 MAN3= Net::LDAP::Shell.3 Net::LDAP::Config.3 \ Net::LDAP::Shell::Parse.3 Net::LDAP::Shell::Util.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-patch: ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh Modified: head/net/nepenthes/Makefile ============================================================================== --- head/net/nepenthes/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/nepenthes/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --enable-prelude CONFIGURE_ARGS+= --enable-debug-logging .endif -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes DOCS= README README.VFS logo-shaded.svg Modified: head/net/p5-AnyEvent-MPRPC/Makefile ============================================================================== --- head/net/p5-AnyEvent-MPRPC/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-AnyEvent-MPRPC/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::MPRPC.3 \ AnyEvent::MPRPC::Client.3 \ Modified: head/net/p5-BBS-UserInfo-Wretch/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Wretch/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-BBS-UserInfo-Wretch/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -17,7 +17,8 @@ COMMENT= Get user information of Wretch- RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Wretch.3 Modified: head/net/p5-Beanstalk-Client/Makefile ============================================================================== --- head/net/p5-Beanstalk-Client/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Beanstalk-Client/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=0:${PORTSDI p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Beanstalk::Client.3 \ Beanstalk::Pool.3 \ Modified: head/net/p5-Net-DHCP/Makefile ============================================================================== --- head/net/p5-Net-DHCP/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-DHCP/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -15,7 +15,8 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::DHCP::Constants.3 \ Net::DHCP::Packet.3 Modified: head/net/p5-Net-FS-Flickr/Makefile ============================================================================== --- head/net/p5-Net-FS-Flickr/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-FS-Flickr/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Flickr-Upload>=0:${PORTSDIR}/www/p5-Flickr-Upload RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= flickrfs.1 MAN3= Net::FS::Flickr.3 \ Modified: head/net/p5-Net-Google-Code/Makefile ============================================================================== --- head/net/p5-Net-Google-Code/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-Google-Code/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -32,7 +32,8 @@ RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDI p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Code.3 \ Net::Google::Code::AtomParser.3 \ Modified: head/net/p5-Net-Growl/Makefile ============================================================================== --- head/net/p5-Net-Growl/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-Growl/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Growl Notifications over the network -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Growl.3 Modified: head/net/p5-Net-HL7/Makefile ============================================================================== --- head/net/p5-Net-HL7/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-HL7/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -16,7 +16,8 @@ COMMENT= Net::HL7 - A simple yet flexibl PORTDOCS= README -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::HL7.3 \ Net::HL7::Request.3 \ Modified: head/net/p5-Net-LDAP-Makepath/Makefile ============================================================================== --- head/net/p5-Net-LDAP-Makepath/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-LDAP-Makepath/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -18,7 +18,8 @@ COMMENT= Provides a method for creating RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::Makepath.3 Modified: head/net/p5-Net-Libdnet/Makefile ============================================================================== --- head/net/p5-Net-Libdnet/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-Libdnet/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Class-Gomor>=0:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INC='-I${LOCALBASE}/include' MAN3= Net::Libdnet.3 Net::Libdnet::Entry::Intf.3 Net::Libdnet::Intf.3 \ Net::Libdnet::Ip.3 Net::Libdnet::Eth.3 Net::Libdnet::Tun.3 \ Modified: head/net/p5-Net-Proxy/Makefile ============================================================================== --- head/net/p5-Net-Proxy/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-Proxy/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Framework for proxying network connections in many ways -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Proxy.3 \ Net::Proxy::Connector.3 \ Modified: head/net/p5-Net-SCP-Expect/Makefile ============================================================================== --- head/net/p5-Net-SCP-Expect/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-SCP-Expect/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Expect>=1.14:${PORTSDI p5-Term-ReadPassword>=0.01:${PORTSDIR}/devel/p5-Term-ReadPassword RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SCP::Expect.3 Modified: head/net/p5-Net-SMPP/Makefile ============================================================================== --- head/net/p5-Net-SMPP/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-SMPP/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jhay@FreeBSD.org COMMENT= Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SMPP.3 Modified: head/net/p5-Net-SSH-Expect/Makefile ============================================================================== --- head/net/p5-Net-SSH-Expect/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-SSH-Expect/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -17,7 +17,8 @@ COMMENT= SSH wrapper to execute remote c RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SSH::Expect.3 Modified: head/net/p5-Net-uFTP/Makefile ============================================================================== --- head/net/p5-Net-uFTP/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-Net-uFTP/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-Class-Accessor-Fast-XS p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::uFTP.3 Modified: head/net/p5-URI-Template-Restrict/Makefile ============================================================================== --- head/net/p5-URI-Template-Restrict/Makefile Fri Sep 6 10:41:02 2013 (r326485) +++ head/net/p5-URI-Template-Restrict/Makefile Fri Sep 6 10:47:10 2013 (r326486) @@ -25,7 +25,8 @@ BUILD_DEPENDS= \ p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize \ p5-URI>0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Template::Restrict.3 \ URI::Template::Restrict::Expansion.3 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 11:01:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEAED118; Fri, 6 Sep 2013 11:01:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC8BF21D3; Fri, 6 Sep 2013 11:01:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86B126i009916; Fri, 6 Sep 2013 11:01:02 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86B12QU009913; Fri, 6 Sep 2013 11:01:02 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309061101.r86B12QU009913@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 6 Sep 2013 11:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326487 - head/math/R-cran-spdep 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.14 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: Fri, 06 Sep 2013 11:01:03 -0000 Author: tota Date: Fri Sep 6 11:01:02 2013 New Revision: 326487 URL: http://svnweb.freebsd.org/changeset/ports/326487 Log: - Update to 0.5-63 Modified: head/math/R-cran-spdep/Makefile head/math/R-cran-spdep/distinfo Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Fri Sep 6 10:47:10 2013 (r326486) +++ head/math/R-cran-spdep/Makefile Fri Sep 6 11:01:02 2013 (r326487) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-62 +DISTVERSION= 0.5-63 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-spdep/distinfo ============================================================================== --- head/math/R-cran-spdep/distinfo Fri Sep 6 10:47:10 2013 (r326486) +++ head/math/R-cran-spdep/distinfo Fri Sep 6 11:01:02 2013 (r326487) @@ -1,2 +1,2 @@ -SHA256 (spdep_0.5-62.tar.gz) = cb687a68f187b5705ad5ee7df3ba9d7f8bd5ebd7e5d75399cd0ce922dc927c8b -SIZE (spdep_0.5-62.tar.gz) = 2944967 +SHA256 (spdep_0.5-63.tar.gz) = 66f9a606c3ff3b5819b59714114610af4855197f25e98142214df3eee0c0997d +SIZE (spdep_0.5-63.tar.gz) = 2918540 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 11:09:55 2013 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 ESMTP id 5BDEF391; Fri, 6 Sep 2013 11:09:55 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4962D2226; Fri, 6 Sep 2013 11:09:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86B9tg8013786; Fri, 6 Sep 2013 11:09:55 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86B9s0A013783; Fri, 6 Sep 2013 11:09:54 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309061109.r86B9s0A013783@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 6 Sep 2013 11:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326488 - head/astro/R-cran-maptools 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.14 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: Fri, 06 Sep 2013 11:09:55 -0000 Author: tota Date: Fri Sep 6 11:09:54 2013 New Revision: 326488 URL: http://svnweb.freebsd.org/changeset/ports/326488 Log: - Update to 0.8-27 Modified: head/astro/R-cran-maptools/Makefile head/astro/R-cran-maptools/distinfo Modified: head/astro/R-cran-maptools/Makefile ============================================================================== --- head/astro/R-cran-maptools/Makefile Fri Sep 6 11:01:02 2013 (r326487) +++ head/astro/R-cran-maptools/Makefile Fri Sep 6 11:09:54 2013 (r326488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maptools -DISTVERSION= 0.8-26 +DISTVERSION= 0.8-27 CATEGORIES= astro DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/astro/R-cran-maptools/distinfo ============================================================================== --- head/astro/R-cran-maptools/distinfo Fri Sep 6 11:01:02 2013 (r326487) +++ head/astro/R-cran-maptools/distinfo Fri Sep 6 11:09:54 2013 (r326488) @@ -1,2 +1,2 @@ -SHA256 (maptools_0.8-26.tar.gz) = 18d7a10958ae82c5f6a33fc47129eef423a440b50738fb474afd484d5040579d -SIZE (maptools_0.8-26.tar.gz) = 1482843 +SHA256 (maptools_0.8-27.tar.gz) = 87ff16caee057847cb8d7bc63868d8d55ee51b91c89fb39a69d7d277627f1f0e +SIZE (maptools_0.8-27.tar.gz) = 1470254 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 11:19:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 321BF6A5; Fri, 6 Sep 2013 11:19:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2018922FC; Fri, 6 Sep 2013 11:19:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86BJpeG019625; Fri, 6 Sep 2013 11:19:51 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86BJpSK019624; Fri, 6 Sep 2013 11:19:51 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061119.r86BJpSK019624@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 11:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326489 - head/games/cleanq3/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 11:19:52 -0000 Author: danfe Date: Fri Sep 6 11:19:51 2013 New Revision: 326489 URL: http://svnweb.freebsd.org/changeset/ports/326489 Log: Change bogus optimization option -O6 to a more sane -O3 to unbreak the build against Clang. Reported by: pkg-fallout Modified: head/games/cleanq3/files/patch-code-unix-Makefile Modified: head/games/cleanq3/files/patch-code-unix-Makefile ============================================================================== --- head/games/cleanq3/files/patch-code-unix-Makefile Fri Sep 6 11:09:54 2013 (r326488) +++ head/games/cleanq3/files/patch-code-unix-Makefile Fri Sep 6 11:19:51 2013 (r326489) @@ -61,9 +61,9 @@ -GL_CFLAGS = -I$(MESADIR)/include -I/usr/X11R6/include +ifdef OPTIMIZED_CFLAGS + ifeq ($(ARCH),i386) -+RELEASE_CFLAGS=$(BASE_CFLAGS) -O6 -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce ++RELEASE_CFLAGS=$(BASE_CFLAGS) -O3 -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce + else -+RELEASE_CFLAGS=$(BASE_CFLAGS) -O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations ++RELEASE_CFLAGS=$(BASE_CFLAGS) -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations + endif +endif From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 11:41:42 2013 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 ESMTP id 9B047C44 for ; Fri, 6 Sep 2013 11:41:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65EA0240C for ; Fri, 6 Sep 2013 11:41:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r86BfgbR075772 for ; Fri, 6 Sep 2013 11:41:42 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r86Bfg2l075766 for svn-ports-head@freebsd.org; Fri, 6 Sep 2013 11:41:42 GMT (envelope-from bdrewery) Received: (qmail 36655 invoked from network); 6 Sep 2013 06:41:40 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 6 Sep 2013 06:41:40 -0500 Message-ID: <5229BF6C.7070108@FreeBSD.org> Date: Fri, 06 Sep 2013 06:41:32 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Gerald Pfeifer Subject: Re: svn commit: r326453 - head/lang/gcc/files References: <201309052226.r85MQgc3057074@svn.freebsd.org> In-Reply-To: <201309052226.r85MQgc3057074@svn.freebsd.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="trueOia28cALg0Tm5wvlPqqgx6Ildtw1G" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 11:41:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --trueOia28cALg0Tm5wvlPqqgx6Ildtw1G Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 9/5/2013 5:26 PM, Gerald Pfeifer wrote: > Author: gerald > Date: Thu Sep 5 22:26:42 2013 > New Revision: 326453 > URL: http://svnweb.freebsd.org/changeset/ports/326453 >=20 > Log: > Work around a bug in libcpp that pulls in the optional system iconv > if present instead of relying on the port we actually depend on. > =20 > The issue is that /usr/include/iconv.h has #include which= > in turn, since both are included very late in the game, conflicts wit= h > similar definintions by libcpp itself. > =20 > libstdc++ does not seem to require adjustments, so PR 161417 may not > be relevant in full. > =20 > PR: 161417 >=20 Thanks! This was impeding some exp-runs. --=20 Regards, Bryan Drewery --trueOia28cALg0Tm5wvlPqqgx6Ildtw1G Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSKb9sAAoJEG54KsA8mwz5768P/AvcJ47vhkxAiGm6STfB6QyQ qSM6zZjMhssFd1bmM+07pVh5gCsfClZYgeHk3lWfh0P7H7gTFaiNS95h3TUbAGB7 9ZOmssfxoWFNXW8Nmc7HLrGQLwBfys0sYqfQ7EGftTzBsend/kiygCX6YNVmQ8Ts 67ATeKSxf490Elx1KsJYkoyc8U/sSlFf2P+CELS3YII6lWCtu8lm+abknu8cEaJh ub5GCPr1oV6ZE+chvf1kCF6iQf/TAYNP0PErfs2wTLv/xMyBFf5f4jsi1IrtmqfE YQIepmSv+EtlqcFR4a6m63c0lRHzM4D6eXSmsPYxLHkidIZHHNCGhYjqcjBiNhw0 QYhpnL0it7usJtV28ZoR0eXM2IgV930DQ83zECYHDNR+CbJXNditbUFaa5qowjSO IHSfvCBgxyVo6cqnjfFSq4Hf/umAMNtfKAvsXS4Tj13HEdB/vgrSThhQWbi1F15o FwC5yvwp03tDxsDgt/f4TkYeLeY0j8ruvcSDO/0UfJgXCVKzyQY5conszcfvO6KM YDZHGMOQVyQPShFQPN7c3Yag1+hySXUjDnpTqIdY5PGvblNqaQHIMDny9dlHWuSC 1P3cEWCq5O+xZKhCR4BRXo6zQVGNzTwpJA6NKsKxHFLDmDG67By3o8CJJdfe+lqh RhcDVTmh3lMKsPyYknd7 =kz4+ -----END PGP SIGNATURE----- --trueOia28cALg0Tm5wvlPqqgx6Ildtw1G-- From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 11:43:37 2013 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 ESMTP id DD9BED37; Fri, 6 Sep 2013 11:43:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7CC9241C; Fri, 6 Sep 2013 11:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86BhbH6035062; Fri, 6 Sep 2013 11:43:37 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86BhZQq035016; Fri, 6 Sep 2013 11:43:35 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309061143.r86BhZQq035016@svn.freebsd.org> From: Koop Mast Date: Fri, 6 Sep 2013 11:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326490 - in head: Mk databases databases/libgda5 databases/libgda5-bdb databases/libgda5-jdbc databases/libgda5-ldap databases/libgda5-mdb databases/libgda5-mysql databases/libgda5-pos... 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.14 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: Fri, 06 Sep 2013 11:43:37 -0000 Author: kwm Date: Fri Sep 6 11:43:34 2013 New Revision: 326490 URL: http://svnweb.freebsd.org/changeset/ports/326490 Log: Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5. Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6. Libgda 5 is the new version of libgda data abstraction library. Obtained from: gnome dev repo. Added: head/databases/libgda5/ - copied from r326481, head/databases/libgda4/ head/databases/libgda5-bdb/ - copied from r326481, head/databases/libgda4-bdb/ head/databases/libgda5-jdbc/ - copied from r326481, head/databases/libgda4-jdbc/ head/databases/libgda5-ldap/ - copied from r326481, head/databases/libgda4-ldap/ head/databases/libgda5-mdb/ - copied from r326481, head/databases/libgda4-mdb/ head/databases/libgda5-mysql/ - copied from r326481, head/databases/libgda4-mysql/ head/databases/libgda5-postgresql/ - copied from r326481, head/databases/libgda4-postgresql/ head/databases/libgda5-ui/ - copied from r326481, head/databases/libgda4/ head/databases/libgdamm5/ - copied from r326481, head/databases/libgdamm/ Modified: head/Mk/bsd.gnome.mk head/databases/Makefile head/databases/libgda5-bdb/Makefile head/databases/libgda5-jdbc/Makefile head/databases/libgda5-ldap/Makefile head/databases/libgda5-mdb/Makefile head/databases/libgda5-mysql/Makefile head/databases/libgda5-postgresql/Makefile head/databases/libgda5-ui/Makefile head/databases/libgda5-ui/distinfo head/databases/libgda5-ui/files/patch-configure (contents, props changed) head/databases/libgda5-ui/pkg-descr (contents, props changed) head/databases/libgda5-ui/pkg-plist head/databases/libgda5/Makefile head/databases/libgda5/distinfo head/databases/libgda5/pkg-plist head/databases/libgdamm5/Makefile (contents, props changed) head/databases/libgdamm5/distinfo (contents, props changed) head/databases/libgdamm5/pkg-descr (contents, props changed) head/databases/libgdamm5/pkg-plist (contents, props changed) Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Fri Sep 6 11:19:51 2013 (r326489) +++ head/Mk/bsd.gnome.mk Fri Sep 6 11:43:34 2013 (r326490) @@ -91,11 +91,11 @@ _USE_GNOME_ALL+= atk atspi cairo desktop pygtksourceview vte # GNOME 3 components -_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 pygobject3 +_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 libgda5 libgda5-ui pygobject3 # C++ bindings _USE_GNOME_ALL+=atkmm cairomm gconfmm gconfmm26 glibmm gtkmm20 gtkmm24 \ - gtkmm30 gtksourceviewmm3 libgdamm \ + gtkmm30 gtksourceviewmm3 libgdamm libgdamm5 \ libgtksourceviewmm libxml++ libxml++26 libsigc++12 libsigc++20 \ pangomm @@ -187,6 +187,10 @@ libgdamm_DETECT= ${LOCALBASE}/libdata/pk libgdamm_LIB_DEPENDS= gdamm-4.0:${PORTSDIR}/databases/libgdamm libgdamm_USE_GNOME_IMPL=libgda4 glibmm +libgdamm5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc +libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:${PORTSDIR}/databases/libgdamm5 +libgdamm5_USE_GNOME_IMPL= libgda5 glibmm + libgtksourceviewmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-2.0.pc libgtksourceviewmm_LIB_DEPENDS= gtksourceviewmm-2.0:${PORTSDIR}/x11-toolkits/libgtksourceviewmm libgtksourceviewmm_USE_GNOME_IMPL= gtksourceview2 gtkmm24 @@ -500,6 +504,14 @@ libgda4_LIB_DEPENDS= gda-4.0.5:${PORTSDI libgda4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc libgda4_USE_GNOME_IMPL= glib20 libxslt +libgda5_LIB_DEPENDS= libgda-5.0.so:${PORTSDIR}/databases/libgda5 +libgda5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc +libgda5_USE_GNOME_IMPL= glib20 libxslt + +libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:${PORTSDIR}/databases/libgda5-ui +libgda5-ui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-ui-5.0.pc +libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5 + libgnomedb_LIB_DEPENDS= gnomedb-3.0.4:${PORTSDIR}/databases/libgnomedb libgnomedb_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomedb.pc libgnomedb_USE_GNOME_IMPL=libgnomeui libgda3 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Sep 6 11:19:51 2013 (r326489) +++ head/databases/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -159,7 +159,16 @@ SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql SUBDIR += libgda4-reference + SUBDIR += libgda5 + SUBDIR += libgda5-bdb + SUBDIR += libgda5-jdbc + SUBDIR += libgda5-ldap + SUBDIR += libgda5-mdb + SUBDIR += libgda5-mysql + SUBDIR += libgda5-postgresql + SUBDIR += libgda5-ui SUBDIR += libgdamm + SUBDIR += libgdamm5 SUBDIR += libgnomedb SUBDIR += libgnomedb-reference SUBDIR += libhsclient Modified: head/databases/libgda5-bdb/Makefile ============================================================================== --- head/databases/libgda4-bdb/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-bdb/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,18 +1,19 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-bdb/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-bdb +PKGNAMESUFFIX= 5-bdb MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides Berkeley DB backend for the libgda4 library +COMMENT= Provides Berkeley DB backend for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/bdb/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= bdb +LIBGDA5_SLAVE= bdb .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-jdbc/Makefile ============================================================================== --- head/databases/libgda4-jdbc/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-jdbc/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,18 +1,19 @@ # Created by: Koop Mast # $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-jdbc/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-jdbc +PKGNAMESUFFIX= 5-jdbc MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides Java database Connector backend for the libgda4 library +COMMENT= Provides Java DB Connector backend for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/jdbc INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= jdbc +LIBGDA5_SLAVE= jdbc .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-ldap/Makefile ============================================================================== --- head/databases/libgda4-ldap/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ldap/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,19 +1,19 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-ldap/Makefile,v 1.3 2011/10/15 15:18:35 kwm Exp $ +# $MCom: ports/trunk/databases/libgda5-ldap/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-ldap +PKGNAMESUFFIX= 5-ldap MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides ldap access for the libgda4 library +COMMENT= Provides ldap access for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/ldap/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= ldap +LIBGDA5_SLAVE= ldap .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-mdb/Makefile ============================================================================== --- head/databases/libgda4-mdb/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-mdb/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,19 +1,19 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-mdb/Makefile,v 1.5 2012/03/13 01:34:31 mezz Exp $ +# $MCom: ports/trunk/databases/libgda5-mdb/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-mdb +PKGNAMESUFFIX= 5-mdb MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mdb backend for the libgda4 library +COMMENT= Provides mdb backend for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/mdb/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= mdb +LIBGDA5_SLAVE= mdb .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-mysql/Makefile ============================================================================== --- head/databases/libgda4-mysql/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-mysql/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,19 +1,19 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.7 2011/10/15 15:18:36 kwm Exp $ +# $MCom: ports/trunk/databases/libgda5-mysql/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-mysql +PKGNAMESUFFIX= 5-mysql MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides MySQL backend for the libgda4 library +COMMENT= Provides mysql backend for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= mysql +LIBGDA5_SLAVE= mysql .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-postgresql/Makefile ============================================================================== --- head/databases/libgda4-postgresql/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-postgresql/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,19 +1,19 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.7 2012/03/13 01:34:31 mezz Exp $ +# $MCom: ports/trunk/databases/libgda5-postgresql/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-postgresql +PKGNAMESUFFIX= 5-postgresql MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides PostgreSQL access for the libgda4 library +COMMENT= Provides postgresql access for the libgda5 library -MASTERDIR= ${.CURDIR}/../libgda4 +MASTERDIR= ${.CURDIR}/../libgda5 BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist -LIBGDA4_SLAVE= postgresql +LIBGDA5_SLAVE= postgresql .include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-ui/Makefile ============================================================================== --- head/databases/libgda4/Makefile Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ui/Makefile Fri Sep 6 11:43:34 2013 (r326490) @@ -1,166 +1,29 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4/Makefile,v 1.27 2012/09/01 23:02:08 mezz Exp $ +# $MCom: ports/trunk/databases/libgda5-ui/Makefile 17268 2013-04-01 05:13:11Z marcus $ -PORTNAME= libgda -PORTVERSION= 4.2.12 -PORTREVISION?= 1 +PORTREVISION= 1 CATEGORIES= databases gnome -MASTER_SITES= GNOME -PKGNAMESUFFIX?= 4 -DIST_SUBDIR= gnome2 +PKGNAMESUFFIX= 5-ui MAINTAINER= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources +COMMENT= The libgda 5 ui library -CONFLICTS= libgda5-ui-[0-9]* +MASTERDIR= ${.CURDIR}/../libgda5 +PLIST= ${.CURDIR}/pkg-plist -USE_XZ= yes -LIBGDA4_SLAVE?= no +CONFLICTS= libgda4-4.* -.if !defined(REFERENCE_PORT) +LIBGDA5_SLAVE= ui -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ - json-glib-1.0:${PORTSDIR}/devel/json-glib - -USE_AUTOTOOLS= libtool -USES= pathfix gettext gmake pkgconfig -USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE=yes -CONFIGURE_ARGS= --without-oracle \ - --disable-crypto \ - --enable-introspection=no \ - --without-gtksourceview \ - --without-goocanvas \ - --without-graphviz -CPPFLAGS+= -I${LOCALBASE}/include -LDDFLAGS+= -L${LOCALBASE}/lib - -.if ${LIBGDA4_SLAVE}=="no" -OPTIONS_DEFINE= UI SOUP KEYRING -OPTIONS_DEFAULT=UI -UI_DESC= Build UI tools -SOUP_DESC= Web provider -KEYRING_DESC= Support gnome-keyring -.endif - -.include - -VERSION= 4.0 -PLIST_SUB= VERSION=${VERSION} - -.if ${LIBGDA4_SLAVE}=="no" -.if ${PORT_OPTIONS:MUI} -CONFIGURE_ARGS+=--with-ui -BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils -USE_GNOME+= gtk20 -INSTALLS_ICONS= yes -PLIST_SUB+= UI="" -.else -CONFIGURE_ARGS+=--without-ui -PLIST_SUB+= UI="@comment " -.endif - -.if ${PORT_OPTIONS:MSOUP} -CONFIGURE_ARGS+=--with-libsoup -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup -PLIST_SUB+= WEB="" -.else -CONFIGURE_ARGS+=--without-libsoup -PLIST_SUB+= WEB="@comment " -.endif - -.if ${PORT_OPTIONS:MKEYRING} -CONFIGURE_ARGS+=--with-gnome-keyring -LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring -.else -CONFIGURE_ARGS+=--without-gnome-keyring -.endif - -MAN1= gda-sql.1 gda-sql-4.0.1 -.else -USE_GNOME+= libgda4 -.endif - -.if ${LIBGDA4_SLAVE}=="bdb" -USE_BDB= yes -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - -.if ${LIBGDA4_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA4_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -# MDB (MS Access) -.if ${LIBGDA4_SLAVE}=="mdb" -LIB_DEPENDS+= mdbsql:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA4_SLAVE}=="jdbc" -USE_JAVA= yes -JAVA_VENDOR= openjdk -.else -CONFIGURE_ARGS+= --without-java -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ - -e 's|ldb47|l${BDB_LIB_NAME}|g' \ - -e 's|ldb|l${BDB_LIB_NAME}|g' \ - -e 's|libdb|lib${BDB_LIB_NAME}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ - ${WRKSRC}/providers/bdb/gda-bdb-test.c -.if ${LIBGDA4_SLAVE}!="no" -#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres -. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql ldap - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -pre-build: -.if ${LIBGDA4_SLAVE}=="postgresql" - cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" - cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la -.endif - -.if ${LIBGDA4_SLAVE}=="no" -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/config \ - ${PREFIX}/etc/libgda-${VERSION}/config.default -.endif +do-build: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} + @cd ${WRKSRC}/control-center && ${GMAKE} + @cd ${WRKSRC}/tools/browser && ${GMAKE} -.include +do-install: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} install + @cd ${WRKSRC}/control-center && ${GMAKE} install + @cd ${WRKSRC}/tools/browser && ${GMAKE} install -.endif +.include "${MASTERDIR}/Makefile" Modified: head/databases/libgda5-ui/distinfo ============================================================================== --- head/databases/libgda4/distinfo Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ui/distinfo Fri Sep 6 11:43:34 2013 (r326490) @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgda-4.2.12.tar.xz) = 636c17d0a7380d77eb89c19426dc62580f900a86b9dd93cb0b03210ff77769f9 -SIZE (gnome2/libgda-4.2.12.tar.xz) = 11238088 Modified: head/databases/libgda5-ui/files/patch-configure ============================================================================== --- head/databases/libgda4/files/patch-configure Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ui/files/patch-configure Fri Sep 6 11:43:34 2013 (r326490) @@ -1,47 +0,0 @@ ---- configure.orig 2010-11-28 20:28:23.000000000 -0500 -+++ configure 2010-11-28 20:28:54.000000000 -0500 -@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` -- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} -+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" -- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} -+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"` - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=$introspection_makefile -@@ -19589,14 +19589,14 @@ fi - - if test "$enable_crypto" = "yes" - then -- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 -+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 - fi - elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } - if test "$enable_crypto" = "yes" - then -- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 -+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 - fi - else - LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS -@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A - fi - CFLAGS="$save_CFLAGS" - fi -+ else -+ if false; then -+ MDB_TRUE= -+ MDB_FALSE='#' -+else -+ MDB_TRUE='#' -+ MDB_FALSE= -+fi -+ - fi - - if test "$mdbtools_found" = "yes"; then Modified: head/databases/libgda5-ui/pkg-descr ============================================================================== --- head/databases/libgda4/pkg-descr Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ui/pkg-descr Fri Sep 6 11:43:34 2013 (r326490) @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ Modified: head/databases/libgda5-ui/pkg-plist ============================================================================== --- head/databases/libgda4/pkg-plist Fri Sep 6 09:21:19 2013 (r326481) +++ head/databases/libgda5-ui/pkg-plist Fri Sep 6 11:43:34 2013 (r326490) @@ -1,1093 +1,524 @@ -bin/gda-list-config-%%VERSION%% -%%UI%%bin/gda-browser-%%VERSION%% -%%UI%%bin/gda-control-center-%%VERSION%% -bin/gda-list-config -bin/gda-list-server-op -bin/gda-list-server-op-%%VERSION%% -bin/gda-sql -bin/gda-sql-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -%%UI%%bin/gdaui-demo-%%VERSION%% -@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi -etc/libgda-%%VERSION%%/config.default -@exec [ -f %B/config ] || cp %B/%f %B/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h -include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h -include/libgda-%%VERSION%%/libgda-report/libgda-report.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h -include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h -include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h -include/libgda-%%VERSION%%/libgda/gda-batch.h -include/libgda-%%VERSION%%/libgda/gda-binreloc.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-comparator.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-data-select.h -include/libgda-%%VERSION%%/libgda/gda-debug-macros.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-easy.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-holder.h -include/libgda-%%VERSION%%/libgda/gda-lockable.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-meta-store.h -include/libgda-%%VERSION%%/libgda/gda-meta-struct.h -include/libgda-%%VERSION%%/libgda/gda-mutex.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-set.h -include/libgda-%%VERSION%%/libgda/gda-sql-builder.h -include/libgda-%%VERSION%%/libgda/gda-statement-extra.h -include/libgda-%%VERSION%%/libgda/gda-statement.h -include/libgda-%%VERSION%%/libgda/gda-tree-manager.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h -include/libgda-%%VERSION%%/libgda/gda-tree-node.h -include/libgda-%%VERSION%%/libgda/gda-tree.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libgda/libgda-global-variables.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h -include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h -include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h -include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.5 -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so -%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.a -%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.la -%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.so -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.5 -%%UI%%lib/libgda-ui-%%VERSION%%.a -%%UI%%lib/libgda-ui-%%VERSION%%.la -%%UI%%lib/libgda-ui-%%VERSION%%.so -%%UI%%lib/libgda-ui-%%VERSION%%.so.5 -lib/libgda-xslt-%%VERSION%%.a -lib/libgda-xslt-%%VERSION%%.la -lib/libgda-xslt-%%VERSION%%.so -lib/libgda-xslt-%%VERSION%%.so.5 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-report-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -%%UI%%libdata/pkgconfig/libgda-ui-%%VERSION%%.pc -%%WEB%%libdata/pkgconfig/libgda-web-%%VERSION%%.pc -libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc -%%UI%%share/applications/gda-browser-%%VERSION%%.desktop -%%UI%%share/applications/gda-control-center-%%VERSION%%.desktop -%%UI%%share/doc/gda-browser/UILayout.png -%%UI%%share/doc/gda-browser/code_orga.html -%%UI%%share/doc/gda-browser/core.html -%%UI%%share/doc/gda-browser/extrawidgets.html -%%UI%%share/doc/gda-browser/fdl-section1.html -%%UI%%share/doc/gda-browser/fdl-section10.html -%%UI%%share/doc/gda-browser/fdl-section2.html -%%UI%%share/doc/gda-browser/fdl-section3.html -%%UI%%share/doc/gda-browser/fdl-section4.html -%%UI%%share/doc/gda-browser/fdl-section5.html -%%UI%%share/doc/gda-browser/fdl-section6.html -%%UI%%share/doc/gda-browser/fdl-section7.html -%%UI%%share/doc/gda-browser/fdl-section8.html -%%UI%%share/doc/gda-browser/fdl-section9.html -%%UI%%share/doc/gda-browser/fdl-using.html -%%UI%%share/doc/gda-browser/fdl.html -%%UI%%share/doc/gda-browser/gda-browser-Support-functions.html -%%UI%%share/doc/gda-browser/gda-browser-browser-connection.html -%%UI%%share/doc/gda-browser/gda-browser-browser-core.html -%%UI%%share/doc/gda-browser/gda-browser-browser-favorites.html -%%UI%%share/doc/gda-browser/gda-browser-browser-page.html -%%UI%%share/doc/gda-browser/gda-browser-browser-perspective.html -%%UI%%share/doc/gda-browser/gda-browser-browser-window.html -%%UI%%share/doc/gda-browser/gda-browser-cc-gray-bar.html -%%UI%%share/doc/gda-browser/gda-browser-data-manager-perspective.html -%%UI%%share/doc/gda-browser/gda-browser-mgr-favorites.html -%%UI%%share/doc/gda-browser/gda-browser-popup-container.html -%%UI%%share/doc/gda-browser/gda-browser-query-exec-perspective.html -%%UI%%share/doc/gda-browser/gda-browser-schema-browser-perspective.html -%%UI%%share/doc/gda-browser/gda-browser-ui-formgrid.html -%%UI%%share/doc/gda-browser/gda-browser.devhelp2 -%%UI%%share/doc/gda-browser/home.png -%%UI%%share/doc/gda-browser/index.html -%%UI%%share/doc/gda-browser/index.sgml -%%UI%%share/doc/gda-browser/left.png -%%UI%%share/doc/gda-browser/part_api.html -%%UI%%share/doc/gda-browser/part_begin.html -%%UI%%share/doc/gda-browser/part_index.html -%%UI%%share/doc/gda-browser/perspectives.html -%%UI%%share/doc/gda-browser/prog_struct.html -%%UI%%share/doc/gda-browser/right.png -%%UI%%share/doc/gda-browser/style.css -%%UI%%share/doc/gda-browser/up.png -%%UI%%share/doc/gda-browser/why.html -%%UI%%share/doc/gda-browser/windows.html -share/doc/libgda-%%VERSION%%/DataModels.png -share/doc/libgda-%%VERSION%%/GdaBatch.html -share/doc/libgda-%%VERSION%%/GdaBlobOp.html -share/doc/libgda-%%VERSION%%/GdaColumn.html -share/doc/libgda-%%VERSION%%/GdaConnection.html -share/doc/libgda-%%VERSION%%/GdaConnectionEvent.html -share/doc/libgda-%%VERSION%%/GdaDataAccessWrapper.html -share/doc/libgda-%%VERSION%%/GdaDataModel.html -share/doc/libgda-%%VERSION%%/GdaDataModelArray.html -share/doc/libgda-%%VERSION%%/GdaDataModelBdb.html -share/doc/libgda-%%VERSION%%/GdaDataModelDir.html -share/doc/libgda-%%VERSION%%/GdaDataModelImport.html -share/doc/libgda-%%VERSION%%/GdaDataModelIter.html -share/doc/libgda-%%VERSION%%/GdaDataModelIter.png -share/doc/libgda-%%VERSION%%/GdaDataProxy.html -share/doc/libgda-%%VERSION%%/GdaDataSelect.html -share/doc/libgda-%%VERSION%%/GdaHandlerBin.html -share/doc/libgda-%%VERSION%%/GdaHandlerBoolean.html -share/doc/libgda-%%VERSION%%/GdaHandlerNumerical.html -share/doc/libgda-%%VERSION%%/GdaHandlerString.html -share/doc/libgda-%%VERSION%%/GdaHandlerTime.html -share/doc/libgda-%%VERSION%%/GdaHandlerType.html -share/doc/libgda-%%VERSION%%/GdaHolder.html -share/doc/libgda-%%VERSION%%/GdaLockable.html -share/doc/libgda-%%VERSION%%/GdaMetaStore.html -share/doc/libgda-%%VERSION%%/GdaMetaStoreCustomData.html -share/doc/libgda-%%VERSION%%/GdaMetaStruct.html -share/doc/libgda-%%VERSION%%/GdaPStmt.html -share/doc/libgda-%%VERSION%%/GdaReportDocbookDocument.html -share/doc/libgda-%%VERSION%%/GdaReportDocument.html -share/doc/libgda-%%VERSION%%/GdaReportEngine.html -share/doc/libgda-%%VERSION%%/GdaReportRmlDocument.html -share/doc/libgda-%%VERSION%%/GdaRow.html -share/doc/libgda-%%VERSION%%/GdaServerOperation.html -share/doc/libgda-%%VERSION%%/GdaServerProvider.html -share/doc/libgda-%%VERSION%%/GdaSet.html -share/doc/libgda-%%VERSION%%/GdaSqlBuilder.html -share/doc/libgda-%%VERSION%%/GdaSqlParser.html -share/doc/libgda-%%VERSION%%/GdaStatement.html -share/doc/libgda-%%VERSION%%/GdaStatement.png -share/doc/libgda-%%VERSION%%/GdaThreadWrapper.html -share/doc/libgda-%%VERSION%%/GdaTransactionStatus.html -share/doc/libgda-%%VERSION%%/GdaTree.html -share/doc/libgda-%%VERSION%%/GdaTreeManager.html -share/doc/libgda-%%VERSION%%/GdaTreeMgrColumns.html -share/doc/libgda-%%VERSION%%/GdaTreeMgrLabel.html -share/doc/libgda-%%VERSION%%/GdaTreeMgrSchemas.html -share/doc/libgda-%%VERSION%%/GdaTreeMgrSelect.html -share/doc/libgda-%%VERSION%%/GdaTreeMgrTables.html -share/doc/libgda-%%VERSION%%/GdaTreeNode.html -share/doc/libgda-%%VERSION%%/GdaVconnectionDataModel.html -share/doc/libgda-%%VERSION%%/GdaVconnectionHub.html -share/doc/libgda-%%VERSION%%/GdaVirtualConnection.html -share/doc/libgda-%%VERSION%%/GdaVirtualProvider.html -share/doc/libgda-%%VERSION%%/GdaVproviderDataModel.html -share/doc/libgda-%%VERSION%%/GdaVproviderHub.html -share/doc/libgda-%%VERSION%%/GdauiBasicForm.html -share/doc/libgda-%%VERSION%%/GdauiCloud.html -share/doc/libgda-%%VERSION%%/GdauiCombo.html -share/doc/libgda-%%VERSION%%/GdauiDataEntry.html -share/doc/libgda-%%VERSION%%/GdauiDataFilter.html -share/doc/libgda-%%VERSION%%/GdauiDataProxy.html -share/doc/libgda-%%VERSION%%/GdauiDataProxyInfo.html -share/doc/libgda-%%VERSION%%/GdauiDataSelector.html -share/doc/libgda-%%VERSION%%/GdauiDataStore.html -share/doc/libgda-%%VERSION%%/GdauiForm.html -share/doc/libgda-%%VERSION%%/GdauiGrid.html -share/doc/libgda-%%VERSION%%/GdauiLogin.html -share/doc/libgda-%%VERSION%%/GdauiProviderSelector.html -share/doc/libgda-%%VERSION%%/GdauiRawForm.html -share/doc/libgda-%%VERSION%%/GdauiRawGrid.html -share/doc/libgda-%%VERSION%%/GdauiRtEditor.html -share/doc/libgda-%%VERSION%%/GdauiServerOperation.html -share/doc/libgda-%%VERSION%%/GdauiTreeStore.html -share/doc/libgda-%%VERSION%%/MetaStore1.png -share/doc/libgda-%%VERSION%%/MetaStore2.png -share/doc/libgda-%%VERSION%%/SqlIdentifiers.png -share/doc/libgda-%%VERSION%%/architecture.html -share/doc/libgda-%%VERSION%%/architecture.png -share/doc/libgda-%%VERSION%%/blobs_example.html -share/doc/libgda-%%VERSION%%/ch04.html -share/doc/libgda-%%VERSION%%/ch06s03.html -share/doc/libgda-%%VERSION%%/ch07s02.html -share/doc/libgda-%%VERSION%%/ch07s03.html -share/doc/libgda-%%VERSION%%/ch08s02.html -share/doc/libgda-%%VERSION%%/ch08s03.html -share/doc/libgda-%%VERSION%%/ch08s07.html -share/doc/libgda-%%VERSION%%/ch11s02.html -share/doc/libgda-%%VERSION%%/ch11s07.html -share/doc/libgda-%%VERSION%%/ch11s08.html -share/doc/libgda-%%VERSION%%/ch11s11.html -share/doc/libgda-%%VERSION%%/ch11s12.html -share/doc/libgda-%%VERSION%%/ch11s13.html -share/doc/libgda-%%VERSION%%/ch12.html -share/doc/libgda-%%VERSION%%/ch20.html -share/doc/libgda-%%VERSION%%/ch21.html -share/doc/libgda-%%VERSION%%/ch32.html -share/doc/libgda-%%VERSION%%/ch35.html -share/doc/libgda-%%VERSION%%/ch36s02.html -share/doc/libgda-%%VERSION%%/ch36s03.html -share/doc/libgda-%%VERSION%%/ch38s02.html -share/doc/libgda-%%VERSION%%/ch39s02.html -share/doc/libgda-%%VERSION%%/ch39s03.html -share/doc/libgda-%%VERSION%%/ch39s04.html -share/doc/libgda-%%VERSION%%/ch41s02.html -share/doc/libgda-%%VERSION%%/ch41s03.html -share/doc/libgda-%%VERSION%%/ch41s04.html -share/doc/libgda-%%VERSION%%/ch41s05.html -share/doc/libgda-%%VERSION%%/ch41s06.html -share/doc/libgda-%%VERSION%%/ch41s07.html -share/doc/libgda-%%VERSION%%/ch41s08.html -share/doc/libgda-%%VERSION%%/ch41s10.html -share/doc/libgda-%%VERSION%%/ch44s02.html -share/doc/libgda-%%VERSION%%/ch46s02.html -share/doc/libgda-%%VERSION%%/ch46s03.html -share/doc/libgda-%%VERSION%%/ch46s04.html -share/doc/libgda-%%VERSION%%/ch46s05.html -share/doc/libgda-%%VERSION%%/ch46s06.html -share/doc/libgda-%%VERSION%%/ch46s07.html -share/doc/libgda-%%VERSION%%/ch46s08.html -share/doc/libgda-%%VERSION%%/ch47s02.html -share/doc/libgda-%%VERSION%%/ch47s03.html -share/doc/libgda-%%VERSION%%/ch47s04.html -share/doc/libgda-%%VERSION%%/ch47s05.html -share/doc/libgda-%%VERSION%%/compiling.html -share/doc/libgda-%%VERSION%%/connection.html -share/doc/libgda-%%VERSION%%/connections.html -share/doc/libgda-%%VERSION%%/data-model.html -share/doc/libgda-%%VERSION%%/data-select.html -share/doc/libgda-%%VERSION%%/data_conv.html -share/doc/libgda-%%VERSION%%/data_models.html -share/doc/libgda-%%VERSION%%/data_proxy1.png -share/doc/libgda-%%VERSION%%/data_proxy2.png -share/doc/libgda-%%VERSION%%/data_proxy3.png -share/doc/libgda-%%VERSION%%/data_proxy4.png -share/doc/libgda-%%VERSION%%/data_proxy5.png -share/doc/libgda-%%VERSION%%/data_validation_holder.png -share/doc/libgda-%%VERSION%%/data_validation_proxy.png -share/doc/libgda-%%VERSION%%/data_validation_set.png -share/doc/libgda-%%VERSION%%/ddl_example.html -share/doc/libgda-%%VERSION%%/fdl-section1.html -share/doc/libgda-%%VERSION%%/fdl-section10.html -share/doc/libgda-%%VERSION%%/fdl-section2.html -share/doc/libgda-%%VERSION%%/fdl-section3.html -share/doc/libgda-%%VERSION%%/fdl-section4.html -share/doc/libgda-%%VERSION%%/fdl-section5.html -share/doc/libgda-%%VERSION%%/fdl-section6.html -share/doc/libgda-%%VERSION%%/fdl-section7.html -share/doc/libgda-%%VERSION%%/fdl-section8.html -share/doc/libgda-%%VERSION%%/fdl-section9.html -share/doc/libgda-%%VERSION%%/fdl-using.html -share/doc/libgda-%%VERSION%%/fdl.html -share/doc/libgda-%%VERSION%%/features.html -share/doc/libgda-%%VERSION%%/gda-dict.html -share/doc/libgda-%%VERSION%%/gda-sql-graph.png -share/doc/libgda-%%VERSION%%/gda-sql-manual-dsn.html -share/doc/libgda-%%VERSION%%/gda-sql-manual-icommands.html -share/doc/libgda-%%VERSION%%/gda-sql-manual-open.html -share/doc/libgda-%%VERSION%%/gda-sql-manual-run.html -share/doc/libgda-%%VERSION%%/gda-sql.html -share/doc/libgda-%%VERSION%%/gen:sql_identifiers.html -share/doc/libgda-%%VERSION%%/gen_blobs.html -share/doc/libgda-%%VERSION%%/getting_started.html -share/doc/libgda-%%VERSION%%/home.png -share/doc/libgda-%%VERSION%%/howto-exec-non-select.html -share/doc/libgda-%%VERSION%%/howto-exec-select.html -share/doc/libgda-%%VERSION%%/howto-exec.png -share/doc/libgda-%%VERSION%%/howto-meta1.html -share/doc/libgda-%%VERSION%%/howto-meta2.html -share/doc/libgda-%%VERSION%%/howto-modify-select.html -share/doc/libgda-%%VERSION%%/howto-sqlbuilder.html -share/doc/libgda-%%VERSION%%/howto.html -share/doc/libgda-%%VERSION%%/i_s_data_types.png -share/doc/libgda-%%VERSION%%/index-4-2-1.html -share/doc/libgda-%%VERSION%%/index-4-2-10.html -share/doc/libgda-%%VERSION%%/index-4-2-2.html -share/doc/libgda-%%VERSION%%/index-4-2-3.html -share/doc/libgda-%%VERSION%%/index-4-2-4.html -share/doc/libgda-%%VERSION%%/index-4-2-5.html -share/doc/libgda-%%VERSION%%/index-4-2-6.html -share/doc/libgda-%%VERSION%%/index-4-2-7.html -share/doc/libgda-%%VERSION%%/index-4-2-8.html -share/doc/libgda-%%VERSION%%/index-4-2-9.html -share/doc/libgda-%%VERSION%%/index-4-2.html -share/doc/libgda-%%VERSION%%/index-deprecated.html -share/doc/libgda-%%VERSION%%/index.html -share/doc/libgda-%%VERSION%%/index.sgml -share/doc/libgda-%%VERSION%%/index_main.html -share/doc/libgda-%%VERSION%%/information_schema.html -share/doc/libgda-%%VERSION%%/information_schema.png -share/doc/libgda-%%VERSION%%/init_config.html -share/doc/libgda-%%VERSION%%/installation-configuring.html -share/doc/libgda-%%VERSION%%/installation-installing.html -share/doc/libgda-%%VERSION%%/installation.html -share/doc/libgda-%%VERSION%%/introduction.html -share/doc/libgda-%%VERSION%%/left.png -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Convenience-functions.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html -share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2 -share/doc/libgda-%%VERSION%%/libgda-list-server-op.html -share/doc/libgda-%%VERSION%%/libgda-packaging.html -share/doc/libgda-%%VERSION%%/libgda-provider-blobop.html -share/doc/libgda-%%VERSION%%/libgda-provider-class.html -share/doc/libgda-%%VERSION%%/libgda-provider-pack.html -share/doc/libgda-%%VERSION%%/libgda-provider-parser.html -share/doc/libgda-%%VERSION%%/libgda-provider-recordset.html -share/doc/libgda-%%VERSION%%/libgda-reports-introduction.html -share/doc/libgda-%%VERSION%%/libgda-sql.html -share/doc/libgda-%%VERSION%%/libgda-tools-controlcenter.html -share/doc/libgda-%%VERSION%%/libgda-tools-gdabrowser.html -share/doc/libgda-%%VERSION%%/libgda-tools-introduction.html -share/doc/libgda-%%VERSION%%/libgda-tools-list-config.html -share/doc/libgda-%%VERSION%%/libgda-tools-test-connection.html -share/doc/libgda-%%VERSION%%/libgda-xslt-api.html -share/doc/libgda-%%VERSION%%/libgda-xslt-introduction.html -share/doc/libgda-%%VERSION%%/libgdaui-packaging.html -share/doc/libgda-%%VERSION%%/limitations.html -share/doc/libgda-%%VERSION%%/limitations_jdbc.html -share/doc/libgda-%%VERSION%%/limitations_ldap.html -share/doc/libgda-%%VERSION%%/limitations_mysql.html -share/doc/libgda-%%VERSION%%/limitations_oracle.html -share/doc/libgda-%%VERSION%%/limitations_postgres.html -share/doc/libgda-%%VERSION%%/limitations_sqlcipher.html -share/doc/libgda-%%VERSION%%/limitations_sqlite.html -share/doc/libgda-%%VERSION%%/main_example.html -share/doc/libgda-%%VERSION%%/managing-errors.html -share/doc/libgda-%%VERSION%%/migration-1.html -share/doc/libgda-%%VERSION%%/migration-2-dict.html -share/doc/libgda-%%VERSION%%/migration-2-exec.html -share/doc/libgda-%%VERSION%%/migration-2-report.html -share/doc/libgda-%%VERSION%%/migration-2.html -share/doc/libgda-%%VERSION%%/misc.html -share/doc/libgda-%%VERSION%%/multi-threading.html -share/doc/libgda-%%VERSION%%/null_handling.html -share/doc/libgda-%%VERSION%%/other_examples.html -share/doc/libgda-%%VERSION%%/parser_gen.png -share/doc/libgda-%%VERSION%%/parser_prov.png -share/doc/libgda-%%VERSION%%/part_begin.html -share/doc/libgda-%%VERSION%%/part_index.html -share/doc/libgda-%%VERSION%%/part_libgda-reports.html -share/doc/libgda-%%VERSION%%/part_libgda-xslt.html -share/doc/libgda-%%VERSION%%/part_libgda_api.html -share/doc/libgda-%%VERSION%%/part_providers.html -share/doc/libgda-%%VERSION%%/part_tools.html -share/doc/libgda-%%VERSION%%/parts.png -share/doc/libgda-%%VERSION%%/prov-metadata.html -share/doc/libgda-%%VERSION%%/provider-notes.html -share/doc/libgda-%%VERSION%%/provider_notes_ldap.html -share/doc/libgda-%%VERSION%%/provider_notes_sqlcipher.html -share/doc/libgda-%%VERSION%%/provider_notes_sqlite.html -share/doc/libgda-%%VERSION%%/psupport.html -share/doc/libgda-%%VERSION%%/pt08.html -share/doc/libgda-%%VERSION%%/right.png -share/doc/libgda-%%VERSION%%/stmt-compound.png -share/doc/libgda-%%VERSION%%/stmt-insert1.png -share/doc/libgda-%%VERSION%%/stmt-insert2.png -share/doc/libgda-%%VERSION%%/stmt-select.png -share/doc/libgda-%%VERSION%%/stmt-unknown.png -share/doc/libgda-%%VERSION%%/stmt-update.png -share/doc/libgda-%%VERSION%%/style.css -share/doc/libgda-%%VERSION%%/thread-wrapper.png -share/doc/libgda-%%VERSION%%/transactions.html -share/doc/libgda-%%VERSION%%/tree-overview.png -share/doc/libgda-%%VERSION%%/tree-overview2.png -share/doc/libgda-%%VERSION%%/trees.html -share/doc/libgda-%%VERSION%%/up.png -share/doc/libgda-%%VERSION%%/vi-basic-form.png -share/doc/libgda-%%VERSION%%/vi-cloud.png -share/doc/libgda-%%VERSION%%/vi-combo.png -share/doc/libgda-%%VERSION%%/vi-data-entry.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 12:12:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9ACD464; Fri, 6 Sep 2013 12:12:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C552E261B; Fri, 6 Sep 2013 12:12:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86CCB9A053137; Fri, 6 Sep 2013 12:12:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86CC1gE053002; Fri, 6 Sep 2013 12:12:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061212.r86CC1gE053002@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 12:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326491 - in head: accessibility/java-access-bridge audio/beast audio/calf audio/gstreamer-plugins-fluendo-mp3 audio/gstreamer-plugins-moodbar audio/mp3splt-gtk audio/scrobbler chinese/... 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.14 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: Fri, 06 Sep 2013 12:12:11 -0000 Author: bapt Date: Fri Sep 6 12:12:00 2013 New Revision: 326491 URL: http://svnweb.freebsd.org/changeset/ports/326491 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/java-access-bridge/Makefile head/audio/beast/Makefile head/audio/calf/Makefile head/audio/gstreamer-plugins-fluendo-mp3/Makefile head/audio/gstreamer-plugins-moodbar/Makefile head/audio/mp3splt-gtk/Makefile head/audio/scrobbler/Makefile head/chinese/ibus-pinyin/Makefile head/comms/gmfsk/Makefile head/deskutils/gxneur/Makefile head/deskutils/labyrinth/Makefile head/deskutils/pinot/Makefile head/devel/flowdesigner/Makefile head/devel/libgconf-java/Makefile head/devel/nemiver/Makefile head/editors/madedit/Makefile head/editors/winefish/Makefile head/ftp/filezilla/Makefile head/games/critterding/Makefile head/games/lander/Makefile head/games/lordsawar/Makefile head/games/monkeybubble/Makefile head/graphics/edje_viewer/Makefile head/graphics/eog-plugins/Makefile head/graphics/gource/Makefile head/graphics/gstreamer-plugins-gl/Makefile head/graphics/gtimelapse/Makefile head/graphics/ocrfeeder/Makefile head/graphics/passepartout/Makefile head/graphics/visionworkbench/Makefile head/japanese/gjiten/Makefile head/japanese/ibus-skk/Makefile head/japanese/im-ja/Makefile head/math/drgeo/Makefile head/multimedia/audiopreview/Makefile head/multimedia/clutter-gst/Makefile head/multimedia/gmencoder/Makefile head/multimedia/gst123/Makefile head/multimedia/gstreamer-plugins-buzztard/Makefile head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile head/multimedia/ogmrip/Makefile head/multimedia/subtitleeditor/Makefile head/net-im/psimedia/Makefile head/net/gnome-mud/Makefile head/security/razorback-clamavNugget/Makefile head/www/swfdec-plugin/Makefile head/x11-clocks/alarm-clock/Makefile head/x11/florence/Makefile head/x11/terminology/Makefile Modified: head/accessibility/java-access-bridge/Makefile ============================================================================== --- head/accessibility/java-access-bridge/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/accessibility/java-access-bridge/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -15,7 +15,7 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= atspi gnomehack Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/beast/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -21,7 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ OPTIONS_DEFINE_i386= SSE USE_BZIP2= yes -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas GNU_CONFIGURE= yes Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/calf/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -22,7 +22,7 @@ OPTIONS_DEFINE= LASH LV2 OPTIONS_DEFAULT=LASH LV2 LV2_DESC= LV2 audio plugin -USES= gmake +USES= gmake pkgconfig USE_GCC= any USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/audio/gstreamer-plugins-fluendo-mp3/Makefile ============================================================================== --- head/audio/gstreamer-plugins-fluendo-mp3/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/gstreamer-plugins-fluendo-mp3/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-fluendo-mp3 -# Date created: 2007-02-25 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= gstreamer-plugins-fluendo-mp3 PORTVERSION= 0.10.20 @@ -17,6 +13,7 @@ COMMENT= Mp3 gstreamer plugin from fluen LICENSE= MIT CFLAGS:= ${CFLAGS} -O2 +USES= pkgconfig USE_GSTREAMER= yes GNU_CONFIGURE= yes PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \ Modified: head/audio/gstreamer-plugins-moodbar/Makefile ============================================================================== --- head/audio/gstreamer-plugins-moodbar/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/gstreamer-plugins-moodbar/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,7 +17,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fft CFLAGS:= ${CFLAGS} -O2 USE_GSTREAMER= yes good -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/audio/mp3splt-gtk/Makefile ============================================================================== --- head/audio/mp3splt-gtk/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/mp3splt-gtk/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -23,7 +23,7 @@ USE_AUTOTOOLS= libltdl USE_GSTREAMER= yes USE_GNOME= gnomedocutils gtk20 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/scrobbler/Makefile ============================================================================== --- head/audio/scrobbler/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/audio/scrobbler/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,7 +17,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl CONFLICTS= bmp-scrobbler-[0-9]* \ xmms-scrobbler-[0-9]* -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GCC= any GNU_CONFIGURE= yes Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/chinese/ibus-pinyin/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -21,7 +21,7 @@ USE_PYTHON= yes USE_GNOME= pygtk2 USE_GCC= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension Modified: head/comms/gmfsk/Makefile ============================================================================== --- head/comms/gmfsk/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/comms/gmfsk/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmfsk -# Date created: 29th May 2003 -# Whom: Carl Makin -# +# Created by: Carl Makin # $FreeBSD$ -# PORTNAME= gmfsk PORTVERSION= 0.6 @@ -23,7 +19,7 @@ GNU_CONFIGURE= yes # preprocessor include tests. The following line is a work around. CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gnomehack gnomeprefix INSTALLS_OMF= yes Modified: head/deskutils/gxneur/Makefile ============================================================================== --- head/deskutils/gxneur/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/deskutils/gxneur/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -13,10 +13,9 @@ COMMENT= GTK frontend for XNeur keyboard BUILD_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur - USE_BZIP2= yes GNU_CONFIGURE= yes -USES= desktop-file-utils +USES= desktop-file-utils pkgconfig USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes Modified: head/deskutils/labyrinth/Makefile ============================================================================== --- head/deskutils/labyrinth/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/deskutils/labyrinth/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -11,11 +11,10 @@ COMMENT= Mind-mapping tool for GNOME RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= GMSGFMT=msgfmt USE_GNOME= pygnome2 gnomedesktop gnomehack USE_PYTHON= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes .include Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/deskutils/pinot/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -47,7 +47,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_DOS2UNIX= textcat32_conf.txt USE_XORG= pixman -USES= gettext +USES= gettext pkgconfig USE_SQLITE= 3 USE_PYTHON= yes USE_OPENSSL= yes Modified: head/devel/flowdesigner/Makefile ============================================================================== --- head/devel/flowdesigner/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/devel/flowdesigner/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -14,9 +14,8 @@ COMMENT= A free (GPL) "data flow oriente LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ fftw.2:${PORTSDIR}/math/fftw -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= libgnomeui libxml2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \ HMM/configure NNet/configure \ Modified: head/devel/libgconf-java/Makefile ============================================================================== --- head/devel/libgconf-java/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/devel/libgconf-java/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -15,8 +15,8 @@ COMMENT= Java wrapper for GConf BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes Modified: head/devel/nemiver/Makefile ============================================================================== --- head/devel/nemiver/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/devel/nemiver/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -26,11 +26,10 @@ GHEX_DESC= Enable memory view GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= ac_cv_path_GDB_PROG=${LOCALBASE}/bin/gdb -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2 vte USE_GCC= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes MAN1= nemiver.1 Modified: head/editors/madedit/Makefile ============================================================================== --- head/editors/madedit/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/editors/madedit/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/MadEdit/Mad MAINTAINER= delphij@FreeBSD.org COMMENT= An open-source and cross-platform text/hex editor -USES= gettext +USES= gettext pkgconfig USE_WX= 2.6+ WANT_UNICODE= yes USE_DOS2UNIX= yes Modified: head/editors/winefish/Makefile ============================================================================== --- head/editors/winefish/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/editors/winefish/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -24,7 +24,7 @@ MANCOMPRESSED= no CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui desktopfileutils gnomehier USE_TEX= latex Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/ftp/filezilla/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -24,7 +24,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SQLITE= 3 USE_WX= 2.8 WX_CONF_ARGS= relative Modified: head/games/critterding/Makefile ============================================================================== --- head/games/critterding/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/games/critterding/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -13,6 +13,7 @@ COMMENT= Evolving Artificial Life LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes +USES= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool USE_SDL= sdl Modified: head/games/lander/Makefile ============================================================================== --- head/games/lander/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/games/lander/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -15,7 +15,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ boost_filesystem:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_SDL= sdl image mixer USE_GL= gl glu USE_GCC= 4.2+ Modified: head/games/lordsawar/Makefile ============================================================================== --- head/games/lordsawar/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/games/lordsawar/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -16,11 +16,10 @@ LIB_DEPENDS= tar:${PORTSDIR}/devel/libta uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ gnet-2:${PORTSDIR}/net/gnet2 -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehier gtkmm24 USE_SDL= sdl image mixer USE_GCC= any -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost-includedir=${LOCALBASE}/include Modified: head/games/monkeybubble/Makefile ============================================================================== --- head/games/monkeybubble/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/games/monkeybubble/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -11,11 +11,10 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomedocutils gnomeprefix intlhack \ librsvg2 libgnomeui USE_GSTREAMER= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/edje_viewer/Makefile ============================================================================== --- head/graphics/edje_viewer/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/edje_viewer/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -9,6 +9,7 @@ MASTER_SITES= LOCAL/gblach/e17/extra/ MAINTAINER= gblach@FreeBSD.org COMMENT= A simple viewer for .edj files +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/eog-plugins/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,11 +17,10 @@ LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/l RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_GNOME= gnomeprefix intlhack gtk20 WANT_GNOME= yes -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/gource/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/glm/gl GNU_CONFIGURE= yes USE_GCC= yes -USE_GMAKE= yes +USES= gmake pkgconfig MANCOMPRESSED= yes CONFIGURE_ARGS+=--with-boost-system=boost_system \ Modified: head/graphics/gstreamer-plugins-gl/Makefile ============================================================================== --- head/graphics/gstreamer-plugins-gl/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/gstreamer-plugins-gl/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-gl -# Date created: 6 Sep 2010 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ -# PORTNAME= gstreamer-plugins-gl PORTVERSION= 0.10.3 @@ -19,9 +15,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ jpeg.11:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GSTREAMER= yes USE_XORG= ice x11 USE_GL= gl glu glew Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/gtimelapse/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gTimelapse -# Date created: 29 Aug 2011 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= gtimelapse DISTVERSION= 0.1 @@ -20,6 +16,7 @@ LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graph GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} +USES= pkgconfig USE_WX= 2.8+ WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/ocrfeeder/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -25,10 +25,9 @@ MAN1= ocrfeeder-cli.1 ocrfeeder.1 USE_XZ= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= pygtk2 pygnomeextras -USES= gettext +USES= gettext gmake pkgconfig USE_GHOSTSCRIPT=yes .include Modified: head/graphics/passepartout/Makefile ============================================================================== --- head/graphics/passepartout/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/passepartout/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,10 +1,6 @@ -# New ports collection makefile for: passepartout -# Date created: 11st Sep 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $ -# PORTNAME= passepartout PORTVERSION= 0.7.1 @@ -24,8 +20,7 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR} RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/visionworkbench/Makefile ============================================================================== --- head/graphics/visionworkbench/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/graphics/visionworkbench/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes +USES= pkgconfig USE_QT4= moc_build qmake_build USE_FORTRAN= yes USE_LDCONFIG= yes Modified: head/japanese/gjiten/Makefile ============================================================================== --- head/japanese/gjiten/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/japanese/gjiten/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gjiten -# Date created: 2012-09-03 -# Whom: Stephane Lapie -# +# Created by: Stephane Lapie # $FreeBSD$ -# PORTNAME= gjiten PORTVERSION= 2.6 @@ -18,7 +14,7 @@ UTF8_DESC= Use UTF-8 edict dictionaries KANJIPAD_DESC= Use Kanjipad USE_GNOME= gtk20 gconf2 libglade libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/japanese/ibus-skk/Makefile ============================================================================== --- head/japanese/ibus-skk/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/japanese/ibus-skk/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-skk -# Date created: 4 January 2010 -# Whom: Hiroto Kagotani -# +# Created by: Hiroto Kagotani # $FreeBSD$ -# PORTNAME= ibus-skk PORTVERSION= 1.4.1 @@ -19,9 +15,7 @@ LIB_DEPENDS= skk:${PORTSDIR}/japanese/li ibus-1.0:${PORTSDIR}/textproc/ibus USE_PYTHON= yes -USES= gettext - -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share Modified: head/japanese/im-ja/Makefile ============================================================================== --- head/japanese/im-ja/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/japanese/im-ja/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,10 +17,9 @@ CANNA_DESC= Use Canna WNN_DESC= Use FreeWnn GNOMEPANEL_DESC= Build GNOME Panel Applet -USES= pathfix perl5 +USES= pathfix perl5 gmake pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 USE_PERL5= build -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= im-ja-conf.1 im-ja-xim-server.1 Modified: head/math/drgeo/Makefile ============================================================================== --- head/math/drgeo/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/math/drgeo/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -12,9 +12,8 @@ COMMENT= GTK interactive geometry softwa LIB_DEPENDS= guile:${PORTSDIR}/lang/guile -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix intlhack libglade2 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/audiopreview/Makefile ============================================================================== --- head/multimedia/audiopreview/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/audiopreview/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: audiopreview -# Date created: 27 July 2010 -# Whom: kevlo -# +# Created by: kevlo # $FreeBSD$ -# PORTNAME= audiopreview PORTVERSION= 0.6 @@ -14,7 +10,7 @@ MASTER_SITES= http://audiopreview.codeal MAINTAINER= kevlo@FreeBSD.org COMMENT= A command-line tool to play previews of audio and video files -USE_GMAKE= yes +USES= gmake pkgconfig USE_GSTREAMER= core USE_GNOME= intltool GNU_CONFIGURE= yes Modified: head/multimedia/clutter-gst/Makefile ============================================================================== --- head/multimedia/clutter-gst/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/clutter-gst/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -13,10 +13,9 @@ COMMENT= Clutter GStreamer integration LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter -USE_GMAKE= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= ltverhack gnomeprefix USE_GSTREAMER= yes USE_GL= gl Modified: head/multimedia/gmencoder/Makefile ============================================================================== --- head/multimedia/gmencoder/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/gmencoder/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,9 +17,8 @@ RUN_DEPENDS= mencoder:${PORTSDIR}/multim GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes USE_GNOME= gnomeprefix libgnomeui -USES= pathfix +USES= pathfix gmake pkgconfig MAN1= gmencoder.1 Modified: head/multimedia/gst123/Makefile ============================================================================== --- head/multimedia/gst123/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/gst123/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -12,7 +12,7 @@ COMMENT= A command-line tool to play aud LICENSE= LGPL20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true Modified: head/multimedia/gstreamer-plugins-buzztard/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-buzztard/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/gstreamer-plugins-buzztard/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-buzztard -# Date created: 2007-06-24 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= buzztard PORTVERSION= 0.6.0 @@ -17,6 +13,7 @@ COMMENT= Buzztard gstreamer plugins LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/audio/fluidsynth +USES= pkgconfig USE_AUTOTOOLS= libtool USE_GSTREAMER= yes USE_GNOME= gnomehack ltverhack Modified: head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-fluendo-mpegdemux -# Date created: 2007-02-25 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= gstreamer-plugins-fluendo-mpegdemux PORTVERSION= 0.10.71 @@ -17,6 +13,7 @@ COMMENT= MPEG2 demuxing gstreamer plugin LICENSE= MPL CFLAGS:= ${CFLAGS} -O2 +USES= pkgconfig USE_BZIP2= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes Modified: head/multimedia/ogmrip/Makefile ============================================================================== --- head/multimedia/ogmrip/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/ogmrip/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -33,9 +33,8 @@ MP4BOX_DESC= Enable Mpeg-4 container sup THEORA_DESC= Enable Ogg Theora video codec support SRT_DESC= Enable SRT text subtitles support -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= glib20 intlhack libxml2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/multimedia/subtitleeditor/Makefile ============================================================================== --- head/multimedia/subtitleeditor/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/multimedia/subtitleeditor/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -19,7 +19,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 enchant:${PORTSDIR}/textproc/enchant \ pcre:${PORTSDIR}/devel/pcre -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 USE_GSTREAMER= good INSTALLS_ICONS= yes Modified: head/net-im/psimedia/Makefile ============================================================================== --- head/net-im/psimedia/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/net-im/psimedia/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: psimedia -# Date created: 2009-08-10 -# Whom: Max Brazhnikov -# +# Created by: Max Brazhnikov # $FreeBSD$ -# PORTNAME= psimedia PORTVERSION= 1.0.3 @@ -16,6 +12,7 @@ COMMENT= Voice and video API for Psi-lik LIB_DEPENDS= oil-0.3:${PORTSDIR}/devel/liboil +USES= pkgconfig USE_BZIP2= yes HAS_CONFIGURE= yes USE_QT4= gui qmake_build moc_build uic_build Modified: head/net/gnome-mud/Makefile ============================================================================== --- head/net/gnome-mud/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/net/gnome-mud/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -14,7 +14,7 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pc gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte USE_GSTREAMER= yes GNU_CONFIGURE= yes Modified: head/security/razorback-clamavNugget/Makefile ============================================================================== --- head/security/razorback-clamavNugget/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/security/razorback-clamavNugget/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-clamavNugget -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= clamavNugget PORTVERSION= 0.5.0 @@ -26,8 +22,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5 OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include - +USES= pkgconfig RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool @@ -35,6 +30,8 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif Modified: head/www/swfdec-plugin/Makefile ============================================================================== --- head/www/swfdec-plugin/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/www/swfdec-plugin/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -1,9 +1,5 @@ -# Ports collection makefile for: swfdec-plugin -# Date created: Jun 14, 2005 -# Whom: anholt -# +# Created by: anholt # $FreeBSD$ -# PORTNAME= swfdec-plugin PORTVERSION= 0.8.2 @@ -17,6 +13,7 @@ COMMENT= Flash rendering plugin LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec +USES= pkgconfig USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_GNOME= gtk20 Modified: head/x11-clocks/alarm-clock/Makefile ============================================================================== --- head/x11-clocks/alarm-clock/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/x11-clocks/alarm-clock/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -15,8 +15,7 @@ LIB_DEPENDS= unique-1:${PORTSDIR}/x11-to GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pathfix -USE_GMAKE= yes +USES= gettext pathfix gmake pkgconfig USE_GSTREAMER= yes USE_GNOME= gtk20 Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/x11/florence/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/at-s RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USES= desktop-file-utils iconv pathfix +USES= desktop-file-utils iconv pathfix pkgconfig USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes Modified: head/x11/terminology/Makefile ============================================================================== --- head/x11/terminology/Makefile Fri Sep 6 11:43:34 2013 (r326490) +++ head/x11/terminology/Makefile Fri Sep 6 12:12:00 2013 (r326491) @@ -12,6 +12,7 @@ COMMENT= EFL Terminal Emulator LICENSE= BSD +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 12:29:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B861B871; Fri, 6 Sep 2013 12:29:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4B7126F3; Fri, 6 Sep 2013 12:29:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86CTwJs062000; Fri, 6 Sep 2013 12:29:58 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86CTveW061974; Fri, 6 Sep 2013 12:29:57 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061229.r86CTveW061974@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 12:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326492 - in head/games: . netradiant netradiant/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 12:29:58 -0000 Author: danfe Date: Fri Sep 6 12:29:56 2013 New Revision: 326492 URL: http://svnweb.freebsd.org/changeset/ports/326492 Log: Add a port of NetRadiant, a fork of the well-known GtkRadiant 1.5 FPS games map editor. The focus is put on stabilizing and bugfixing the included map compiler, q3map2, so it can become a reliable tool for map authors. WWW: http://ingar.satgnu.net/gtkradiant/ Added: head/games/netradiant/ head/games/netradiant/Makefile (contents, props changed) head/games/netradiant/distinfo (contents, props changed) head/games/netradiant/files/ head/games/netradiant/files/netradiant.in - copied, changed from r326456, head/games/gtkradiant/files/gtkradiant.in head/games/netradiant/files/patch-Makefile (contents, props changed) head/games/netradiant/files/patch-libs-math-vector.h (contents, props changed) head/games/netradiant/pkg-descr (contents, props changed) head/games/netradiant/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Sep 6 12:12:00 2013 (r326491) +++ head/games/Makefile Fri Sep 6 12:29:56 2013 (r326492) @@ -619,6 +619,7 @@ SUBDIR += netpanzer SUBDIR += netrek-BRMH-bin SUBDIR += netrek-client-cow + SUBDIR += netradiant SUBDIR += netris SUBDIR += netspades SUBDIR += nettoe Added: head/games/netradiant/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/Makefile Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,52 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= netradiant +PORTVERSION= 20130630 +CATEGORIES= games cad +MASTER_SITES= http://ingar.satgnu.net/gtkradiant/files/ \ + http://freebsd.nsu.ru/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Fork of the well-known GtkRadiant 1.5 FPS games map editor + +LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libwebp.so:${PORTSDIR}/graphics/webp + +USES= gmake pkgconfig +USE_BZIP2= yes +USE_GL= gl +USE_GNOME= gtk20 libxml2 +MAKE_ENV= BUILD=release DOWNLOAD_GAMEPACKS=no LIBS_DL="" \ + RADIANT_ABOUTMSG="For ${OPSYS} ${OSREL} (${ARCH})" + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +SUB_FILES= ${PORTNAME} +SUB_LIST= ARCH=${ARCH} + +post-patch: +# Add missing checks for __FreeBSD__ + @${FIND} ${WRKSRC}/tools -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} \ + -e 's/__linux__/__${OPSYS}__ ) || defined ( &/' +# Fix the build against Clang + @${REINPLACE_CMD} -e '/#include "generic\/reference\.h"/x ; 288G' \ + ${WRKSRC}/libs/scenelib.h + @${REINPLACE_CMD} -e '/#include "generic\/referencecounted\.h/ { \ + x ; s/^/#include "scenelib.h"/ ; G ; }' \ + ${WRKSRC}/plugins/mapq3/parse.h + +do-install: +# Fix permissions of some files (drop bogus execute bit) + @${FIND} ${WRKSRC}/install/osirion.game -type f | ${XARGS} ${CHMOD} a-x + @${CHMOD} a-x ${WRKSRC}/install/games/osirion.game +# Remove extra copy of GNU GPL + @${RM} ${WRKSRC}/install/GPL.txt + @${MKDIR} ${DATADIR} + ${CP} -a ${WRKSRC}/install/* ${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +.include Added: head/games/netradiant/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/distinfo Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,2 @@ +SHA256 (netradiant-20130630-src.tar.bz2) = 798877df6d5aeb9c9f18dc15d91d31d0c08f18bc1baf1aa2b4d959afd89ef2be +SIZE (netradiant-20130630-src.tar.bz2) = 2639725 Copied and modified: head/games/netradiant/files/netradiant.in (from r326456, head/games/gtkradiant/files/gtkradiant.in) ============================================================================== --- head/games/gtkradiant/files/gtkradiant.in Fri Sep 6 00:17:45 2013 (r326456, copy source) +++ head/games/netradiant/files/netradiant.in Fri Sep 6 12:29:56 2013 (r326492) @@ -2,4 +2,4 @@ cd %%DATADIR%% || exit 1 -exec ./radiant.cpu "$@" +exec ./radiant.%%ARCH%% "$@" Added: head/games/netradiant/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/files/patch-Makefile Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,63 @@ +--- Makefile.orig 2013-06-30 22:04:34.000000000 +0800 ++++ Makefile 2013-09-06 16:56:05.000000000 +0800 +@@ -153,7 +153,7 @@ + else + + ifeq ($(BUILD),release) +-ifeq ($(findstring $(CFLAGS),-O),) ++ifeq ($(findstring -O,$(CFLAGS)),) + CFLAGS_COMMON += -O3 + # only add -O3 if no -O flag is in $(CFLAGS) + # to allow overriding the optimizations +@@ -170,10 +170,10 @@ + + INSTALLDIR_BASE := $(INSTALLDIR) + +-ifeq ($(OS),Linux) ++ifneq ($(filter $(OS),Linux FreeBSD),) + CPPFLAGS_COMMON += -DPOSIX -DXWINDOWS + CFLAGS_COMMON += -fPIC +- LDFLAGS_DLL = -fPIC -ldl ++ LDFLAGS_DLL = -fPIC + LIBS_COMMON = -lpthread + EXE ?= $(shell uname -m) + A = a +@@ -291,15 +291,15 @@ + checkbinary sed "$(SED)"; \ + checkbinary findutils "$(FIND)"; \ + checkbinary diff "$(DIFF)"; \ +- checkbinary gcc "$(CC)"; \ +- checkbinary g++ "$(CXX)"; \ ++ checkbinary c\ compiler "$(CC)"; \ ++ checkbinary c++\ compiler "$(CXX)"; \ + checkbinary binutils "$(RANLIB)"; \ + checkbinary binutils "$(AR)"; \ + checkbinary pkg-config "$(PKGCONFIG)"; \ + checkbinary unzip "$(UNZIPPER)"; \ +- checkbinary git-core "$(GIT)"; \ +- checkbinary subversion "$(SVN)"; \ +- checkbinary wget "$(WGET)"; \ ++# checkbinary git-core "$(GIT)"; \ ++# checkbinary subversion "$(SVN)"; \ ++# checkbinary wget "$(WGET)"; \ + [ "$(OS)" = "Win32" ] && checkbinary mingw32 "$(WINDRES)"; \ + [ -n "$(LDD)" ] && checkbinary libc6 "$(LDD)"; \ + [ -n "$(OTOOL)" ] && checkbinary xcode "$(OTOOL)"; \ +@@ -437,7 +437,7 @@ + %.$(EXE): + file=$@; $(MKDIR) $${file%/*} + $(CXX) $^ $(LDFLAGS) $(LDFLAGS_COMMON) $(LDFLAGS_EXTRA) $(LIBS_EXTRA) $(LIBS_COMMON) $(LIBS) -o $@ +- [ -z "$(LDD)" ] || [ -z "`$(LDD) -r $@ $(STDERR_TO_STDOUT) $(STDOUT_TO_DEVNULL) $(TEE_STDERR)`" ] || { $(RM) $@; exit 1; } ++ [ -z "$(LDD)" ] || [ -z "`$(LDD) $@ $(STDERR_TO_STDOUT) $(STDOUT_TO_DEVNULL) $(TEE_STDERR)`" ] || { $(RM) $@; exit 1; } + + %.$(A): + $(AR) rc $@ $^ +@@ -446,7 +446,7 @@ + %.$(DLL): + file=$@; $(MKDIR) $${file%/*} + $(CXX) $^ $(LDFLAGS) $(LDFLAGS_COMMON) $(LDFLAGS_EXTRA) $(LDFLAGS_DLL) $(LIBS_EXTRA) $(LIBS_COMMON) $(LIBS) -shared -o $@ +- [ -z "$(LDD)" ] || [ -z "`$(LDD) -r $@ $(STDERR_TO_STDOUT) $(STDOUT_TO_DEVNULL) $(TEE_STDERR)`" ] || { $(RM) $@; exit 1; } ++ [ -z "$(LDD)" ] || [ -z "`$(LDD) $@ $(STDERR_TO_STDOUT) $(STDOUT_TO_DEVNULL) $(TEE_STDERR)`" ] || { $(RM) $@; exit 1; } + + %.rc: %.ico + $(ECHO) '1 ICON "$<"' > $@ Added: head/games/netradiant/files/patch-libs-math-vector.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/files/patch-libs-math-vector.h Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,31 @@ +--- libs/math/vector.h.orig 2013-06-30 22:04:34.000000000 +0800 ++++ libs/math/vector.h 2013-09-06 20:03:32.000000000 +0800 +@@ -45,27 +45,14 @@ + return static_cast<__int64>( f + 0.5 ); + } + +-#elif defined( __FreeBSD__ ) ++#else // lrint is part of ISO C99 + +-inline long lrint( double f ){ +- return static_cast( f + 0.5 ); +-} +- +-inline long long llrint( double f ){ +- return static_cast( f + 0.5 ); +-} +- +-#elif defined( __GNUC__ ) +- +-// lrint is part of ISO C99 + #define _ISOC9X_SOURCE 1 + #define _ISOC99_SOURCE 1 + + #define __USE_ISOC9X 1 + #define __USE_ISOC99 1 + +-#else +-#error "unsupported platform" + #endif + + #include Added: head/games/netradiant/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/pkg-descr Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,21 @@ +NetRadiant is a fork of the well-known map editor for Quake 3 based games, +GtkRadiant 1.5. The focus is put on stabilizing and bugfixing the included +map compiler, q3map2, so it can become a reliable tool for map authors. + +Fixes include: + + - Better decompiling by q3map2 (texcoords no longer get lost) + - Fixed 3D display in the Windows XP software renderer + - Fixed deluxemapping when a surface is lit from both sides + - Fixed some buffer overruns + - Fixed the "expand selection to whole entities" feature + - Fixed the origin of mirrored eclassmodel entities + - Key bindings no longer disappear when using an international + keyboard layout + - Plane snapping fixed (no more fall-through holes in imported + model terrain) + - Various other map compiler fixes + +Original, classic GtkRadiant 1.5 is available as `games/gtkradiant' port. + +WWW: http://ingar.satgnu.net/gtkradiant/ Added: head/games/netradiant/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/netradiant/pkg-plist Fri Sep 6 12:29:56 2013 (r326492) @@ -0,0 +1,194 @@ +bin/netradiant +%%DATADIR%%/RADIANT_MAJOR +%%DATADIR%%/RADIANT_MINOR +%%DATADIR%%/README.txt +%%DATADIR%%/bitmaps/black.png +%%DATADIR%%/bitmaps/brush_flipx.png +%%DATADIR%%/bitmaps/brush_flipy.png +%%DATADIR%%/bitmaps/brush_flipz.png +%%DATADIR%%/bitmaps/brush_rotatex.png +%%DATADIR%%/bitmaps/brush_rotatey.png +%%DATADIR%%/bitmaps/brush_rotatez.png +%%DATADIR%%/bitmaps/cap_bevel.png +%%DATADIR%%/bitmaps/cap_curve.png +%%DATADIR%%/bitmaps/cap_cylinder.png +%%DATADIR%%/bitmaps/cap_endcap.png +%%DATADIR%%/bitmaps/cap_ibevel.png +%%DATADIR%%/bitmaps/cap_iendcap.png +%%DATADIR%%/bitmaps/console.png +%%DATADIR%%/bitmaps/dontselectcurve.png +%%DATADIR%%/bitmaps/dontselectmodel.png +%%DATADIR%%/bitmaps/ellipsis.png +%%DATADIR%%/bitmaps/entities.png +%%DATADIR%%/bitmaps/file_open.png +%%DATADIR%%/bitmaps/file_save.png +%%DATADIR%%/bitmaps/icon.png +%%DATADIR%%/bitmaps/lightinspector.png +%%DATADIR%%/bitmaps/logo.png +%%DATADIR%%/bitmaps/modify_edges.png +%%DATADIR%%/bitmaps/modify_faces.png +%%DATADIR%%/bitmaps/modify_vertices.png +%%DATADIR%%/bitmaps/noFalloff.png +%%DATADIR%%/bitmaps/notex.png +%%DATADIR%%/bitmaps/patch_bend.png +%%DATADIR%%/bitmaps/patch_drilldown.png +%%DATADIR%%/bitmaps/patch_insdel.png +%%DATADIR%%/bitmaps/patch_showboundingbox.png +%%DATADIR%%/bitmaps/patch_weld.png +%%DATADIR%%/bitmaps/patch_wireframe.png +%%DATADIR%%/bitmaps/popup_selection.png +%%DATADIR%%/bitmaps/redo.png +%%DATADIR%%/bitmaps/refresh_models.png +%%DATADIR%%/bitmaps/scalelockx.png +%%DATADIR%%/bitmaps/scalelocky.png +%%DATADIR%%/bitmaps/scalelockz.png +%%DATADIR%%/bitmaps/select_mouseresize.png +%%DATADIR%%/bitmaps/select_mouserotate.png +%%DATADIR%%/bitmaps/select_mousescale.png +%%DATADIR%%/bitmaps/select_mousetranslate.png +%%DATADIR%%/bitmaps/selection_csgmerge.png +%%DATADIR%%/bitmaps/selection_csgsubtract.png +%%DATADIR%%/bitmaps/selection_makehollow.png +%%DATADIR%%/bitmaps/selection_selectcompletetall.png +%%DATADIR%%/bitmaps/selection_selectinside.png +%%DATADIR%%/bitmaps/selection_selectpartialtall.png +%%DATADIR%%/bitmaps/selection_selecttouching.png +%%DATADIR%%/bitmaps/shadernotex.png +%%DATADIR%%/bitmaps/show_entities.png +%%DATADIR%%/bitmaps/splash.png +%%DATADIR%%/bitmaps/texture_browser.png +%%DATADIR%%/bitmaps/texture_lock.png +%%DATADIR%%/bitmaps/textures_popup.png +%%DATADIR%%/bitmaps/undo.png +%%DATADIR%%/bitmaps/view_cameratoggle.png +%%DATADIR%%/bitmaps/view_cameraupdate.png +%%DATADIR%%/bitmaps/view_change.png +%%DATADIR%%/bitmaps/view_clipper.png +%%DATADIR%%/bitmaps/view_cubicclipping.png +%%DATADIR%%/bitmaps/view_entity.png +%%DATADIR%%/bitmaps/white.png +%%DATADIR%%/bitmaps/window1.png +%%DATADIR%%/bitmaps/window2.png +%%DATADIR%%/bitmaps/window3.png +%%DATADIR%%/bitmaps/window4.png +%%DATADIR%%/darkplaces.game/default_build_menu.xml +%%DATADIR%%/darkplaces.game/game.xlink +%%DATADIR%%/darkplaces.game/id1/default_shaderlist.txt +%%DATADIR%%/darkplaces.game/id1/entities.ent +%%DATADIR%%/docs/index.html +%%DATADIR%%/games/darkplaces.game +%%DATADIR%%/games/nexuiz.game +%%DATADIR%%/games/osirion.game +%%DATADIR%%/games/q1.game +%%DATADIR%%/games/warsow.game +%%DATADIR%%/games/xonotic.game +%%DATADIR%%/gl/lighting_DBS_XY_Z_arbfp1.cg +%%DATADIR%%/gl/lighting_DBS_XY_Z_arbvp1.cg +%%DATADIR%%/gl/lighting_DBS_omni_fp.glp +%%DATADIR%%/gl/lighting_DBS_omni_fp.glsl +%%DATADIR%%/gl/lighting_DBS_omni_vp.glp +%%DATADIR%%/gl/lighting_DBS_omni_vp.glsl +%%DATADIR%%/gl/utils.cg +%%DATADIR%%/gl/zfill_arbfp1.cg +%%DATADIR%%/gl/zfill_arbvp1.cg +%%DATADIR%%/gl/zfill_fp.glp +%%DATADIR%%/gl/zfill_fp.glsl +%%DATADIR%%/gl/zfill_vp.glp +%%DATADIR%%/gl/zfill_vp.glsl +%%DATADIR%%/global.xlink +%%DATADIR%%/heretic2/h2data.i386 +%%DATADIR%%/modules/archivepak.so +%%DATADIR%%/modules/archivewad.so +%%DATADIR%%/modules/archivezip.so +%%DATADIR%%/modules/entity.so +%%DATADIR%%/modules/image.so +%%DATADIR%%/modules/imagehl.so +%%DATADIR%%/modules/imagepng.so +%%DATADIR%%/modules/imageq2.so +%%DATADIR%%/modules/imagewebp.so +%%DATADIR%%/modules/mapq3.so +%%DATADIR%%/modules/mapxml.so +%%DATADIR%%/modules/md3model.so +%%DATADIR%%/modules/model.so +%%DATADIR%%/modules/shaders.so +%%DATADIR%%/modules/vfspk3.so +%%DATADIR%%/nexuiz.game/data/default_shaderlist.txt +%%DATADIR%%/nexuiz.game/data/entities.def +%%DATADIR%%/nexuiz.game/data/turrets.def +%%DATADIR%%/nexuiz.game/default_build_menu.xml +%%DATADIR%%/nexuiz.game/game.xlink +%%DATADIR%%/osirion.game/base/entities.def +%%DATADIR%%/osirion.game/default_build_menu.xml +%%DATADIR%%/osirion.game/game.xlink +%%DATADIR%%/plugins/bitmaps/bobtoolz_caulk.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_cleanup.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_dropent.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_merge.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_poly.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_split.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_splitcol.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_splitrow.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_trainpathplot.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_treeplanter.png +%%DATADIR%%/plugins/bitmaps/bobtoolz_turnedge.png +%%DATADIR%%/plugins/bitmaps/ufoai_actorclip.png +%%DATADIR%%/plugins/bitmaps/ufoai_level1.png +%%DATADIR%%/plugins/bitmaps/ufoai_level2.png +%%DATADIR%%/plugins/bitmaps/ufoai_level3.png +%%DATADIR%%/plugins/bitmaps/ufoai_level4.png +%%DATADIR%%/plugins/bitmaps/ufoai_level5.png +%%DATADIR%%/plugins/bitmaps/ufoai_level6.png +%%DATADIR%%/plugins/bitmaps/ufoai_level7.png +%%DATADIR%%/plugins/bitmaps/ufoai_level8.png +%%DATADIR%%/plugins/bitmaps/ufoai_nodraw.png +%%DATADIR%%/plugins/bitmaps/ufoai_stepon.png +%%DATADIR%%/plugins/bitmaps/ufoai_weaponclip.png +%%DATADIR%%/plugins/bobtoolz.so +%%DATADIR%%/plugins/brushexport.so +%%DATADIR%%/plugins/bt/bt-el1.txt +%%DATADIR%%/plugins/bt/bt-el2.txt +%%DATADIR%%/plugins/bt/door-tex-trim.txt +%%DATADIR%%/plugins/bt/door-tex.txt +%%DATADIR%%/plugins/bt/tp_ent.txt +%%DATADIR%%/plugins/prtview.so +%%DATADIR%%/plugins/shaderplug.so +%%DATADIR%%/plugins/sunplug.so +%%DATADIR%%/plugins/ufoaiplug.so +%%DATADIR%%/q1.game/default_build_menu.xml +%%DATADIR%%/q1.game/id1/entities.ent +%%DATADIR%%/q2map.i386 +%%DATADIR%%/q3data.i386 +%%DATADIR%%/q3data.qdt +%%DATADIR%%/q3map2.i386 +%%DATADIR%%/qdata3.i386 +%%DATADIR%%/radiant.i386 +%%DATADIR%%/warsow.game/basewsw/default_shaderlist.txt +%%DATADIR%%/warsow.game/basewsw/entities.def +%%DATADIR%%/warsow.game/default_build_menu.xml +%%DATADIR%%/warsow.game/game.xlink +%%DATADIR%%/xonotic.game/data/default_shaderlist.txt +%%DATADIR%%/xonotic.game/data/entities.ent +%%DATADIR%%/xonotic.game/default_build_menu.xml +%%DATADIR%%/xonotic.game/game.xlink +@dirrm %%DATADIR%%/xonotic.game/data +@dirrm %%DATADIR%%/xonotic.game +@dirrm %%DATADIR%%/warsow.game/basewsw +@dirrm %%DATADIR%%/warsow.game +@dirrm %%DATADIR%%/q1.game/id1 +@dirrm %%DATADIR%%/q1.game +@dirrm %%DATADIR%%/plugins/bt +@dirrm %%DATADIR%%/plugins/bitmaps +@dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%%/osirion.game/base +@dirrm %%DATADIR%%/osirion.game +@dirrm %%DATADIR%%/nexuiz.game/data +@dirrm %%DATADIR%%/nexuiz.game +@dirrm %%DATADIR%%/modules +@dirrm %%DATADIR%%/heretic2 +@dirrm %%DATADIR%%/gl +@dirrm %%DATADIR%%/games +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%%/darkplaces.game/id1 +@dirrm %%DATADIR%%/darkplaces.game +@dirrm %%DATADIR%%/bitmaps +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 12:57:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79A4F1EE; Fri, 6 Sep 2013 12:57:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66116284F; Fri, 6 Sep 2013 12:57:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86CvhTf078781; Fri, 6 Sep 2013 12:57:43 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Cvhk2078776; Fri, 6 Sep 2013 12:57:43 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309061257.r86Cvhk2078776@svn.freebsd.org> From: Bryan Drewery Date: Fri, 6 Sep 2013 12:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326493 - head/ports-mgmt/poudriere-devel 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.14 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: Fri, 06 Sep 2013 12:57:43 -0000 Author: bdrewery Date: Fri Sep 6 12:57:42 2013 New Revision: 326493 URL: http://svnweb.freebsd.org/changeset/ports/326493 Log: - Update to checkin 63ec9efc9a Changes: - HTML interface now use DataTables for pagination/searching/sorting - NO_FORCE_PACKAGE added to prevent setting FORCE_PACKAGE - New pkgclean subcommand for removing unwanted/unneeded packages. Similar concept as 'pkg autoremove', but for the repository. - testport -i: Fix for when the build fails - testport: Add hint about using -n when leftovers are found - Switch to using USE_PACKAGE_DEPENDS_ONLY - Fixes for detecting errors in startup, such as missing fdescfs support - Improved runaway output Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Fri Sep 6 12:29:56 2013 (r326492) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Sep 6 12:57:42 2013 (r326493) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130721 +PORTVERSION= 3.0.99.20130906 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -14,7 +14,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 6abae2a52c +FSL_CHKIN= 63ec9efc9a MANCOMPRESSED= yes MAN8= poudriere.8 @@ -37,6 +37,24 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/awk/json.awk \ share/poudriere/awk/siginfo_buildtime.awk \ share/poudriere/html/index.html \ + share/poudriere/html/assets/bootstrap/css/bootstrap-responsive.min.css \ + share/poudriere/html/assets/bootstrap/css/bootstrap.min.css \ + share/poudriere/html/assets/bootstrap/img/glyphicons-halflings-white.png \ + share/poudriere/html/assets/bootstrap/img/glyphicons-halflings.png \ + share/poudriere/html/assets/bootstrap/js/bootstrap.min.js \ + share/poudriere/html/assets/dataTables/css/jquery.dataTables.css \ + share/poudriere/html/assets/dataTables/images/back_disabled.png \ + share/poudriere/html/assets/dataTables/images/back_enabled.png \ + share/poudriere/html/assets/dataTables/images/back_enabled_hover.png \ + share/poudriere/html/assets/dataTables/images/forward_disabled.png \ + share/poudriere/html/assets/dataTables/images/forward_enabled.png \ + share/poudriere/html/assets/dataTables/images/forward_enabled_hover.png \ + share/poudriere/html/assets/dataTables/images/sort_asc.png \ + share/poudriere/html/assets/dataTables/images/sort_asc_disabled.png \ + share/poudriere/html/assets/dataTables/images/sort_both.png \ + share/poudriere/html/assets/dataTables/images/sort_desc.png \ + share/poudriere/html/assets/dataTables/images/sort_desc_disabled.png \ + share/poudriere/html/assets/dataTables/js/jquery.dataTables.min.js \ share/poudriere/html/assets/jquery-1.9.1.min.js \ share/poudriere/html/assets/logo.jpg \ share/poudriere/html/assets/poudriere.css \ @@ -48,6 +66,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/distclean.sh \ share/poudriere/jail.sh \ share/poudriere/options.sh \ + share/poudriere/pkgclean.sh \ share/poudriere/ports.sh \ share/poudriere/processonelog.sh \ share/poudriere/queue.sh \ @@ -58,6 +77,14 @@ PLIST_DIRS= libexec/poudriere \ etc/poudriere.d/hooks \ etc/poudriere.d \ share/poudriere/awk \ + share/poudriere/html/assets/bootstrap/css \ + share/poudriere/html/assets/bootstrap/img \ + share/poudriere/html/assets/bootstrap/js \ + share/poudriere/html/assets/bootstrap \ + share/poudriere/html/assets/dataTables/css \ + share/poudriere/html/assets/dataTables/images \ + share/poudriere/html/assets/dataTables/js \ + share/poudriere/html/assets/dataTables \ share/poudriere/html/assets \ share/poudriere/html \ share/poudriere Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Sep 6 12:29:56 2013 (r326492) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Sep 6 12:57:42 2013 (r326493) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 4cd3e42360221b75d6d2818262bea30ec9f175417b98fc07947e96537e6c863a -SIZE (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 160937 +SHA256 (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 576e069fbc99d22b9a89477cabac4a3e74701d58ceef0b7b2cd6a45162dd7c1e +SIZE (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 242548 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 13:02:00 2013 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 ESMTP id F2F45431; Fri, 6 Sep 2013 13:01:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE7052895; Fri, 6 Sep 2013 13:01:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86D1xqD083257; Fri, 6 Sep 2013 13:01:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86D1sOI083186; Fri, 6 Sep 2013 13:01:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061301.r86D1sOI083186@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 13:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326494 - in head: accessibility/at-poke audio/deadbeef-mpris-plugin chinese/scim-pinyin ftp/bareftp games/ember graphics/amide graphics/exact-image graphics/f-spot japanese/scim-honoka... 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.14 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: Fri, 06 Sep 2013 13:02:00 -0000 Author: bapt Date: Fri Sep 6 13:01:53 2013 New Revision: 326494 URL: http://svnweb.freebsd.org/changeset/ports/326494 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/at-poke/Makefile head/audio/deadbeef-mpris-plugin/Makefile head/chinese/scim-pinyin/Makefile head/ftp/bareftp/Makefile head/games/ember/Makefile head/graphics/amide/Makefile head/graphics/exact-image/Makefile head/graphics/f-spot/Makefile head/japanese/scim-honoka-plugin-romkan/Makefile head/mail/bbmail/Makefile head/mail/contact-lookup-applet/Makefile head/math/scilab/Makefile head/misc/cdcollect/Makefile head/misc/quick-lounge-applet/Makefile head/multimedia/banshee/Makefile head/net/blam/Makefile head/net/netspeed_applet/Makefile head/net/tsclient/Makefile head/science/chemtool-devel/Makefile head/science/chemtool/Makefile head/sysutils/bubblemon2/Makefile head/sysutils/dvdisaster/Makefile head/www/mod_auth_openid/Makefile head/x11-toolkits/gai/Makefile head/x11-toolkits/gtkada/Makefile head/x11-wm/bbkeys/Makefile head/x11-wm/compiz-plugins-unsupported/Makefile head/x11/fluxbg/Makefile Modified: head/accessibility/at-poke/Makefile ============================================================================== --- head/accessibility/at-poke/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/accessibility/at-poke/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= mva@FreeBSD.org COMMENT= Accessibility testing and poking tool -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix libglade2 libgailgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/deadbeef-mpris-plugin/Makefile ============================================================================== --- head/audio/deadbeef-mpris-plugin/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/audio/deadbeef-mpris-plugin/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GNOME= glib20 +USES= pkgconfig WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} Modified: head/chinese/scim-pinyin/Makefile ============================================================================== --- head/chinese/scim-pinyin/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/chinese/scim-pinyin/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -13,8 +13,7 @@ BUILD_DEPENDS= scim>=1.2.0:${PORTSDIR}/t RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack -USES= pathfix iconv -USE_GMAKE= yes +USES= pathfix iconv gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --disable-skim-support Modified: head/ftp/bareftp/Makefile ============================================================================== --- head/ftp/bareftp/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/ftp/bareftp/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -16,9 +16,8 @@ CONFIGURE_ARGS= --datarootdir="${PREFIX} --includedir="${LOCALBASE}/include" INSTALLS_ICONS= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtksharp20 gnomesharp20 -USE_GMAKE= yes USE_LDCONFIG= yes Modified: head/games/ember/Makefile ============================================================================== --- head/games/ember/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/games/ember/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -36,7 +36,7 @@ USE_LDCONFIG= YES USE_LUA= 5.1 LUA_COMPS= toluaxx USE_OPENAL= al alut -USES= pathfix +USES= pathfix pkgconfig USE_BZIP2= YES CPPFLAGS+= -DBR_NO_MACROS Modified: head/graphics/amide/Makefile ============================================================================== --- head/graphics/amide/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/graphics/amide/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -17,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 INSTALLS_OMF= yes Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/graphics/exact-image/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -28,8 +28,7 @@ CFLAGS+= -fPIC #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig USE_PYTHON= 2.5+ USE_XORG= x11 USE_EFL= evas Modified: head/graphics/f-spot/Makefile ============================================================================== --- head/graphics/f-spot/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/graphics/f-spot/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -29,8 +29,7 @@ USE_BZIP2= yes USE_SQLITE= yes USE_GNOME= gnomehack gnomeprefix intlhack gnomedesktopsharp20 GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/japanese/scim-honoka-plugin-romkan/Makefile ============================================================================== --- head/japanese/scim-honoka-plugin-romkan/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/japanese/scim-honoka-plugin-romkan/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-honoka-plugin-romkan -# Date created: 3 Jun 2006 -# Whom: Masashi CHIBA -# +# Created by: Masashi CHIBA # $FreeBSD$ -# PORTNAME= scim-honoka-plugin-romkan PORTVERSION= 0.9.0 @@ -19,9 +15,8 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext iconv pathfix +USES= gettext iconv pathfix gmake pkgconfig USE_GNOME= lthack -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/mail/bbmail/Makefile ============================================================================== --- head/mail/bbmail/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/mail/bbmail/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbmail -# Date created: May 3 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= bbmail PORTVERSION= 0.9.3 @@ -15,6 +11,7 @@ COMMENT= A tool intended for Blackbox th BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox +USES= pkgconfig USE_XORG= xext GNU_CONFIGURE= yes Modified: head/mail/contact-lookup-applet/Makefile ============================================================================== --- head/mail/contact-lookup-applet/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/mail/contact-lookup-applet/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,6 +1,7 @@ # Created by: kwm@rainbow-runner.nl # $FreeBSD$ # $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $ + PORTNAME= contact PORTVERSION= 0.17 PORTREVISION= 8 @@ -12,10 +13,9 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \ libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/math/scilab/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -23,9 +23,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc USE_FORTRAN= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/misc/cdcollect/Makefile ============================================================================== --- head/misc/cdcollect/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/misc/cdcollect/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -15,8 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20 GCONF_SCHEMAS= cdcollect.schemas CPPFLAGS+= -I${LOCALBASE}/include Modified: head/misc/quick-lounge-applet/Makefile ============================================================================== --- head/misc/quick-lounge-applet/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/misc/quick-lounge-applet/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,10 +1,6 @@ -# New ports collection makefile for: quick-lounge-applet -# Date created: 01 March 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/misc/quick-lounge-applet/Makefile,v 1.15 2010/11/16 10:06:22 kwm Exp $ -# PORTNAME= quick-lounge-applet PORTVERSION= 2.14.1 @@ -19,6 +15,7 @@ COMMENT= Applet to originize your prefer USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes +USES= gmake pkgconfig USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel GNU_CONFIGURE= yes Modified: head/multimedia/banshee/Makefile ============================================================================== --- head/multimedia/banshee/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/multimedia/banshee/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -34,8 +34,8 @@ YOUTUBE_DESC= Build and/or install the Y OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 gnomesharp20 USE_GSTREAMER= cdparanoia Modified: head/net/blam/Makefile ============================================================================== --- head/net/blam/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/net/blam/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,10 +1,6 @@ -# New ports collection makefile for: blam -# Date created: 20040812 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ # $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $ -# PORTNAME= blam PORTVERSION= 1.8.7 @@ -20,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share" USE_GNOME= gnomesharp20 -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GCONF_SCHEMAS= blam.schemas Modified: head/net/netspeed_applet/Makefile ============================================================================== --- head/net/netspeed_applet/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/net/netspeed_applet/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,7 +1,4 @@ -# New ports collection makefile for: netspeed_applet -# Date created: 08 February 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/net/netspeed_applet/Makefile,v 1.2 2007/05/19 21:36:17 marcus Exp $ @@ -17,9 +14,8 @@ COMMENT= Applet that shows how much netw LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop INSTALLS_OMF= yes -USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net/tsclient/Makefile ============================================================================== --- head/net/tsclient/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/net/tsclient/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -14,8 +14,7 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rd USE_AUTOTOOLS= libtool USE_GNOME= gtk20 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/science/chemtool-devel/Makefile ============================================================================== --- head/science/chemtool-devel/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/science/chemtool-devel/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha1 USE_GNOME= gtk20 #USE_AUTOTOOLS= autoconf213 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig CONFIGURE_ARGS= --enable-emf=yes PKGNAMESUFFIX= -devel MAN1= chemtool.1 cht.1 Modified: head/science/chemtool/Makefile ============================================================================== --- head/science/chemtool/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/science/chemtool/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,7 +1,4 @@ -# New ports collection makefile for: chemtool -# Date created: Mar 31, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= chemtool @@ -16,7 +13,7 @@ COMMENT= Draw organic molecules easily a RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/bubblemon2/Makefile ============================================================================== --- head/sysutils/bubblemon2/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/sysutils/bubblemon2/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/bubblemon2 -# Date created: 08 Jul 2002 -# Whom: Juan Salaverria -# +# Created by: Juan Salaverria # $FreeBSD$ -# PORTNAME= bubblemon2 PORTVERSION= 2.0.17 @@ -18,7 +14,7 @@ COMMENT= A system CPU and memory load mo LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` Modified: head/sysutils/dvdisaster/Makefile ============================================================================== --- head/sysutils/dvdisaster/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/sysutils/dvdisaster/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b MAKEFILE= GNUmakefile USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --prefix=${PREFIX} \ --docsubdir="/" \ Modified: head/www/mod_auth_openid/Makefile ============================================================================== --- head/www/mod_auth_openid/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/www/mod_auth_openid/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -17,7 +17,7 @@ LIB_DEPENDS= opkele:${PORTSDIR}/devel/li PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so USE_APACHE= 22 -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre=${LOCALBASE} Modified: head/x11-toolkits/gai/Makefile ============================================================================== --- head/x11-toolkits/gai/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/x11-toolkits/gai/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gai -# Date created: Feb 16, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gai PORTVERSION= 0.5.10 @@ -18,6 +13,7 @@ COMMENT= General Applet Interface Librar LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes +USES= pkgconfig USE_GL= gl USE_SDL= sdl USE_GNOME= gnomepanel libgnomeui Modified: head/x11-toolkits/gtkada/Makefile ============================================================================== --- head/x11-toolkits/gtkada/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/x11-toolkits/gtkada/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -15,9 +15,9 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= gtk20 -USES= ada gmake +USES= ada gmake perl5 pkgconfig DESTINY= ${WRKDIR}/destino MAKE_ENV+= DESTDIR=${DESTINY} \ Modified: head/x11-wm/bbkeys/Makefile ============================================================================== --- head/x11-wm/bbkeys/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/x11-wm/bbkeys/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -14,7 +14,8 @@ LICENSE= MIT BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox -USE_PERL5_BUILD= yes +USES= perl5 pkgconfig +USE_PERL5= build USE_XORG= x11 xext GNU_CONFIGURE= yes CPPFLAGS+= `pkg-config --cflags xft` Modified: head/x11-wm/compiz-plugins-unsupported/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-unsupported/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/x11-wm/compiz-plugins-unsupported/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Fri Sep 6 12:57:42 2013 (r326493) +++ head/x11/fluxbg/Makefile Fri Sep 6 13:01:53 2013 (r326494) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fluxbg -# Date created: 30 September 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= fluxbg PORTVERSION= 0.7 @@ -17,7 +13,7 @@ COMMENT= Background changer for fluxbox/ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig .include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 13:07:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73F4C58C; Fri, 6 Sep 2013 13:07:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6170228C9; Fri, 6 Sep 2013 13:07:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86D78Tb085186; Fri, 6 Sep 2013 13:07:08 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86D78ao085172; Fri, 6 Sep 2013 13:07:08 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309061307.r86D78ao085172@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Sep 2013 13:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326495 - in head/databases/pyspatialite: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 13:07:08 -0000 Author: madpilot Date: Fri Sep 6 13:07:07 2013 New Revision: 326495 URL: http://svnweb.freebsd.org/changeset/ports/326495 Log: Fix build after iconv conversion on head. Approved by: portmgr (bapt, implicit) Modified: head/databases/pyspatialite/Makefile (contents, props changed) head/databases/pyspatialite/files/patch-setup.py (contents, props changed) Modified: head/databases/pyspatialite/Makefile ============================================================================== --- head/databases/pyspatialite/Makefile Fri Sep 6 13:01:53 2013 (r326494) +++ head/databases/pyspatialite/Makefile Fri Sep 6 13:07:07 2013 (r326495) @@ -15,15 +15,25 @@ COMMENT= DB-API 2.0 interface for SQLite LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite +USES= iconv USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pyspatialite AMALGAMATION_NAME= libspatialite-amalgamation-${PORTVERSION} +.include + +.if empty(ICONV_LIB) +ICONV_APPEND= +.else +ICONV_APPEND= ,'iconv' +.endif + post-patch: @${REINPLACE_CMD} -e "s|pyspatialite-doc|${DOCSDIR}|g" \ - -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/setup.py + -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ + -e "s|%%ICONV%%|${ICONV_APPEND}|" ${WRKSRC}/setup.py @${MV} ${WRKDIR}/${AMALGAMATION_NAME} ${WRKSRC}/amalgamation -.include +.include Modified: head/databases/pyspatialite/files/patch-setup.py ============================================================================== --- head/databases/pyspatialite/files/patch-setup.py Fri Sep 6 13:01:53 2013 (r326494) +++ head/databases/pyspatialite/files/patch-setup.py Fri Sep 6 13:07:07 2013 (r326495) @@ -5,7 +5,7 @@ include_dirs = [] library_dirs = [] -libraries = ['geos','geos_c','proj'] -+libraries = ['geos','geos_c','proj','iconv'] ++libraries = ['geos','geos_c','proj'%%ICONV%%] runtime_library_dirs = [] extra_objects = [] define_macros = [] From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 13:15:32 2013 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 ESMTP id DD025724; Fri, 6 Sep 2013 13:15:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA1792944; Fri, 6 Sep 2013 13:15:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86DFWYv091028; Fri, 6 Sep 2013 13:15:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86DFW0A091027; Fri, 6 Sep 2013 13:15:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061315.r86DFW0A091027@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 13:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326496 - head/sysutils/fusefs-pod 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.14 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: Fri, 06 Sep 2013 13:15:32 -0000 Author: bapt Date: Fri Sep 6 13:15:32 2013 New Revision: 326496 URL: http://svnweb.freebsd.org/changeset/ports/326496 Log: Add an explicit dependency on pkgconf Modified: head/sysutils/fusefs-pod/Makefile Modified: head/sysutils/fusefs-pod/Makefile ============================================================================== --- head/sysutils/fusefs-pod/Makefile Fri Sep 6 13:07:07 2013 (r326495) +++ head/sysutils/fusefs-pod/Makefile Fri Sep 6 13:15:32 2013 (r326496) @@ -16,7 +16,7 @@ LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/li tag.1:${PORTSDIR}/audio/taglib USE_BZIP2= yes -USES= fuse +USES= fuse pkgconfig GNU_CONFIGURE= yes MAN1= fusepod.1 PLIST_FILES= bin/fusepod From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 13:53:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FBA0F95; Fri, 6 Sep 2013 13:53:44 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D85E2C29; Fri, 6 Sep 2013 13:53:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86Dri3g013987; Fri, 6 Sep 2013 13:53:44 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86DriiD013986; Fri, 6 Sep 2013 13:53:44 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309061353.r86DriiD013986@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 6 Sep 2013 13:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326497 - head/textproc/rotix 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.14 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: Fri, 06 Sep 2013 13:53:44 -0000 Author: tabthorpe Date: Fri Sep 6 13:53:43 2013 New Revision: 326497 URL: http://svnweb.freebsd.org/changeset/ports/326497 Log: - DEPRECATE, no longer maintained upstream Submitted by: maintainer Modified: head/textproc/rotix/Makefile Modified: head/textproc/rotix/Makefile ============================================================================== --- head/textproc/rotix/Makefile Fri Sep 6 13:15:32 2013 (r326496) +++ head/textproc/rotix/Makefile Fri Sep 6 13:53:43 2013 (r326497) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: rotix -# Date created: Dec 8, 2001 -# Whom: lintux@debian.org -# +# Created by: lintux@debian.org # $FreeBSD$ -# PORTNAME= rotix PORTVERSION= 0.82 @@ -15,6 +10,9 @@ MASTER_SITES= http://elektron.its.tudelf MAINTAINER= lintux@debian.org COMMENT= A program to generate rotational obfuscations +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2013-09-20 + USES= gettext USE_GMAKE= yes HAS_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:01:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 639BF35B; Fri, 6 Sep 2013 14:01:55 +0000 (UTC) (envelope-from johans@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 378712CF8; Fri, 6 Sep 2013 14:01:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86E1tpQ019390; Fri, 6 Sep 2013 14:01:55 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86E1sLN019388; Fri, 6 Sep 2013 14:01:54 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201309061401.r86E1sLN019388@svn.freebsd.org> From: Johan van Selst Date: Fri, 6 Sep 2013 14:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326498 - head/print/texinfo 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.14 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: Fri, 06 Sep 2013 14:01:55 -0000 Author: johans Date: Fri Sep 6 14:01:54 2013 New Revision: 326498 URL: http://svnweb.freebsd.org/changeset/ports/326498 Log: - Update texinfo.tex and texi2dvi to latest version - Fix build without NLS [1] PR: ports/181409 [1] Submitted by: mat Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Fri Sep 6 13:53:43 2013 (r326497) +++ head/print/texinfo/Makefile Fri Sep 6 14:01:54 2013 (r326498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.1.20130809 +PORTVERSION= 5.1.20130828 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -23,8 +23,6 @@ PKGDEINSTALL= ${PKGINSTALL} USES+= charsetfix gmake perl5 MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} -CPPFLAGS+= -I${LOCALBASE}/lib -LDFLAGS+= -L${LOCALBASE}/lib -lintl INFO= ${PORTNAME} info-stnd info MAN1= info.1 infokey.1 install-info.1 makeinfo.1 texi2dvi.1 \ @@ -39,6 +37,8 @@ PLIST_SUB= TEXMF=${TEXMF} .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" +CPPFLAGS+= -I${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Fri Sep 6 13:53:43 2013 (r326497) +++ head/print/texinfo/distinfo Fri Sep 6 14:01:54 2013 (r326498) @@ -2,7 +2,7 @@ SHA256 (texinfo-5.1.tar.xz) = 181d802ffd SIZE (texinfo-5.1.tar.xz) = 3752460 SHA256 (htmlxref.cnf) = 4e9213642a5c22757ac1831aa4515404b2955cd7be83a4ee96e11ab5b9e3de49 SIZE (htmlxref.cnf) = 19086 -SHA256 (texinfo.tex) = d0cadc70df4b17e55601c1ff2fd40de2b4bbe2636011fd057b991071b8c73efc -SIZE (texinfo.tex) = 324065 -SHA256 (texi2dvi) = b76136b45881e7520f127c27e8b4ec69b9213b5a9ed2b73f45b1a0504712cf08 -SIZE (texi2dvi) = 58067 +SHA256 (texinfo.tex) = 1badb4787006dc24428f4e1589f8e4b285ad4dcd21de2ee2d3436d1889f279b8 +SIZE (texinfo.tex) = 324167 +SHA256 (texi2dvi) = d42a883f2d4cce78cc785091c6055e4f724f9fca66795c7f8842dafb04ff45f5 +SIZE (texi2dvi) = 58518 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:09:27 2013 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 ESMTP id 5889858C; Fri, 6 Sep 2013 14:09:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44DD82DA9; Fri, 6 Sep 2013 14:09:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86E9RWR022704; Fri, 6 Sep 2013 14:09:27 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86E9Qw3022637; Fri, 6 Sep 2013 14:09:26 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061409.r86E9Qw3022637@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 14:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326499 - in head/graphics/xfig: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 14:09:27 -0000 Author: wg Date: Fri Sep 6 14:09:25 2013 New Revision: 326499 URL: http://svnweb.freebsd.org/changeset/ports/326499 Log: graphics/xfig: update to 3.2.5c - Update to 3.2.5c [1] - Convert lib depends to new syntax PR: ports/181771 [1] Submitted by: Matthew Luckie (maintainer) Deleted: head/graphics/xfig/files/patch-f_readpng.c head/graphics/xfig/files/patch-f_wrpng.c Modified: head/graphics/xfig/Makefile head/graphics/xfig/distinfo head/graphics/xfig/files/patch-Imakefile (contents, props changed) head/graphics/xfig/files/patch-main.c (contents, props changed) head/graphics/xfig/files/patch-w_intersect.c (contents, props changed) head/graphics/xfig/pkg-plist Modified: head/graphics/xfig/Makefile ============================================================================== --- head/graphics/xfig/Makefile Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/Makefile Fri Sep 6 14:09:25 2013 (r326499) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfig -PORTVERSION= 3.2.5b -PORTREVISION= 1 +PORTVERSION= 3.2.5c CATEGORIES= graphics MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION}.full @@ -11,9 +10,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}.ful MAINTAINER= mjl@luckie.org.nz COMMENT= A drawing program for X11 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - Xaw3d.8:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig CONFLICTS= xfig-[12].* xfig-3.1* xfig-3.2.[1234]* @@ -53,6 +52,10 @@ USES+= gettext .endif post-extract: + @cd ${WRKSRC}/Doc && ${FIND} . -type f -name "*.orig" -delete + @${RM} -f ${WRKSRC}/Doc/html/images/pspbrwse.jbf + @${RM} -f ${WRKSRC}/Libraries/Examples/xfig.exe.stackdump + @${RM} -f ${WRKSRC}/Libraries/Fasteners/Fasteners.tar @cd ${WRKSRC}/Doc && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r @${CHMOD} a+rx ${WRKSRC}/Libraries Modified: head/graphics/xfig/distinfo ============================================================================== --- head/graphics/xfig/distinfo Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/distinfo Fri Sep 6 14:09:25 2013 (r326499) @@ -1,2 +1,2 @@ -SHA256 (xfig.3.2.5b.full.tar.gz) = 5c01cf6d79f4de04e3d9efc9f3e4ea046e880d6610f210c8551bb0a713e985c2 -SIZE (xfig.3.2.5b.full.tar.gz) = 5821049 +SHA256 (xfig.3.2.5c.full.tar.gz) = ea628f975b79ab175ab29220cc118274466497f6217f2989928317be2993a1f9 +SIZE (xfig.3.2.5c.full.tar.gz) = 6078933 Modified: head/graphics/xfig/files/patch-Imakefile ============================================================================== --- head/graphics/xfig/files/patch-Imakefile Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/files/patch-Imakefile Fri Sep 6 14:09:25 2013 (r326499) @@ -1,7 +1,5 @@ -$FreeBSD$ - ---- Imakefile.orig 2009-03-30 08:53:05.000000000 -0700 -+++ Imakefile 2011-06-18 21:04:40.000000000 -0700 +--- Imakefile.orig 2012-08-09 10:14:15.000000000 -0700 ++++ Imakefile 2013-09-02 16:51:37.000000000 -0700 @@ -30,9 +30,9 @@ XCOMM Also, you may have to uncomment and redefine MKDIRHIER because "make" looks XCOMM for it relative to the BINDIR variable. @@ -23,39 +21,28 @@ $FreeBSD$ XCOMM Comment out the following definition for XAW3D if you don't to want to use XCOMM the 3d Athena Widget Set -@@ -60,7 +60,7 @@ - XCOMM some new features, including "Tips", which replace xfig's "help balloons" - XCOMM NOTE: This is the default for many X systems now. - --XCOMM #define XAW3D1_5E -+#define XAW3D1_5E - - #ifdef XAW3D1_5E - DUSEXAW3D = -DXAW3D -DXAW3D1_5E -@@ -75,9 +75,9 @@ +@@ -75,8 +75,8 @@ XCOMM Redefine the following if your PNG library, zlib library and/or include file XCOMM are in different places -PNGLIBDIR = $(USRLIBDIR) --PNGINC = -I/usr/local/include --ZLIBDIR = $(USRLIBDIR) +-PNGINC = -I/usr/include +PNGLIBDIR = ${LOCALBASE}/lib +PNGINC = -I${LOCALBASE}/include/libpng -+XCOMM ZLIBDIR = $(USRLIBDIR) + ZLIBDIR = $(USRLIBDIR) XCOMM If don't want JPEG support, comment out the #define USEJPEG line - XCOMM Uncomment the #define for USEJPEG if you want to be able to import @@ -95,13 +95,13 @@ #define USEINSTALLEDJPEG #ifdef USEJPEG -- #ifdef USEINSTALLEDJPEG +-# ifdef USEINSTALLEDJPEG - JPEGLIBDIR = /usr/local/lib - JPEGINC = -I/usr/include/X11 -- #else +-# else - JPEGLIBDIR = ../jpeg - JPEGINC = -I$(JPEGLIBDIR) -- #endif /* USEINSTALLEDJPEG */ +-# endif /* USEINSTALLEDJPEG */ +#ifdef USEINSTALLEDJPEG +JPEGLIBDIR = ${LOCALBASE}/lib +JPEGINC = -I${LOCALBASE}/include @@ -71,13 +58,13 @@ $FreeBSD$ #ifdef USEXPM -XPMLIBDIR = /usr/local/lib --XPMINC = -I/usr/local/include/X11 +-XPMINC = -I/usr/include/X11 +XPMLIBDIR = ${LOCALBASE}/lib -+XPMINC = -I${LOCALBASE}/include/X11 ++XPMINC = -I${LOCALBASE}/X11 #endif XCOMM Uncomment the following definiton if you want to use the small icons -@@ -161,7 +161,7 @@ +@@ -162,7 +162,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures @@ -86,7 +73,7 @@ $FreeBSD$ XCOMM use (and change) the following if you want the multi-key data base file XCOMM somewhere other than the standard X11 library directory -@@ -173,11 +173,11 @@ +@@ -174,11 +174,11 @@ XCOMM XFIGDOCDIR tells where the html and pdf documentation should go XCOMM XFIGDOCDIR = $(DOCDIR)/xfig @@ -100,16 +87,7 @@ $FreeBSD$ XCOMM MANDIR = /usr/local/xfig/man XCOMM If your system doesn't have strstr undefine the following definition -@@ -251,7 +251,7 @@ - #endif /* USEJPEG */ - - #ifdef I18N --I18N_DEFS = -DI18N -DSETLOCALE -+I18N_DEFS = -DI18N - I18N_SRC = w_i18n.c - I18N_OBJ = w_i18n.o - #endif -@@ -390,8 +390,8 @@ +@@ -391,8 +391,8 @@ install:: @if [ -d $(DESTDIR)$(XFIGLIBDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGLIBDIR) ; set +x; ); fi @@ -120,7 +98,7 @@ $FreeBSD$ XCOMM Install program, libraries and documentation with "make install.all" install.all:: -@@ -406,11 +406,14 @@ +@@ -407,11 +407,14 @@ XCOMM Install the documentation here with "make install.doc" install.doc:: @echo Installing man pages to $(MANDIR) @@ -137,7 +115,7 @@ $FreeBSD$ XCOMM Install the HTML documentation here with "make install.html" #ifdef I18N -@@ -423,24 +426,26 @@ +@@ -424,24 +427,25 @@ #endif install.rhtml:: @@ -149,7 +127,6 @@ $FreeBSD$ - $(INSTALL) -m 644 -c xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ -+ $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ + $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ + $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ if [ -d html ]; then \ @@ -169,7 +146,7 @@ $FreeBSD$ ) ; #endif -@@ -450,7 +455,7 @@ +@@ -451,7 +455,7 @@ @if [ -d $(DESTDIR)$(OBJLIBDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(OBJLIBDIR) ; set +x; ); fi @if [ -d Libraries ]; then \ Modified: head/graphics/xfig/files/patch-main.c ============================================================================== --- head/graphics/xfig/files/patch-main.c Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/files/patch-main.c Fri Sep 6 14:09:25 2013 (r326499) @@ -1,5 +1,3 @@ -$FreeBSD$ - --- main.c.orig 2011-06-18 20:50:16.000000000 -0700 +++ main.c 2011-06-18 20:50:52.000000000 -0700 @@ -273,7 +273,7 @@ Modified: head/graphics/xfig/files/patch-w_intersect.c ============================================================================== --- head/graphics/xfig/files/patch-w_intersect.c Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/files/patch-w_intersect.c Fri Sep 6 14:09:25 2013 (r326499) @@ -1,5 +1,3 @@ -$FreeBSD$ - --- w_intersect.c.orig 2011-06-18 21:05:55.000000000 -0700 +++ w_intersect.c 2011-06-18 21:06:18.000000000 -0700 @@ -26,7 +26,9 @@ Modified: head/graphics/xfig/pkg-plist ============================================================================== --- head/graphics/xfig/pkg-plist Fri Sep 6 14:01:54 2013 (r326498) +++ head/graphics/xfig/pkg-plist Fri Sep 6 14:09:25 2013 (r326499) @@ -69,6 +69,7 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/cd_disk.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive2.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/datacard.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop1.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop3.fig @@ -91,6 +92,7 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/qic-drive.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/r320.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/scanner.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/screen.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/server.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/sparc5.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/sun_d1000.fig @@ -105,6 +107,7 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tower3.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra30.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/usbpen.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-jbot.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-11xx.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-1hd.fig @@ -116,6 +119,7 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-4hd.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-5df.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-nhs.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/xbox.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/xterminal.fig %%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toN.fig %%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toNtime.fig @@ -177,6 +181,7 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/telephone_outlet.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/README %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/bal_mike.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/bnc.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db15.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db25.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db37.fig @@ -1204,7 +1209,6 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pnp.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_nc.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_no.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay_dpdt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay_spdt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/resistor.fig @@ -1300,7 +1304,6 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Shld_bolt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Slotted_bolt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_bolt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Fasteners.tar.gz %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_Shld_screw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_screw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Panhead_Slotted_screw.fig @@ -2154,6 +2157,9 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/treble_staff.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/whole-dotted.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/whole.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cloud.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/router.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/wlan.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx1000.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx200.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx4000.fig @@ -2168,8 +2174,10 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/bridge.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/dsu-csu.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/firewall.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/firewall-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/generic_hw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/imux.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/internet.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/microwave1.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/microwave2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/netcloud.fig @@ -2195,12 +2203,15 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/hub3.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/hub4.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/netgearhub.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/NodeB.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/README %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/cisco_7010.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/cisco_7513.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router3.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router4.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/ExtremeSummit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/cisco_catalyst.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/cisco_catalyst4006.fig @@ -2210,6 +2221,8 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/extreme_blk_dmnd.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/extreme_summit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch2.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switching_hub.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/TestEquip/smartbit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/TestEquip/smartbit2K.fig @@ -2781,7 +2794,6 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%%%DOCSDIR%%/html/images/snap-accel.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spell-check-panel.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spinner.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/splash-screen.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-curves.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-examples.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-line-button.png @@ -2835,7 +2847,6 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/installation.html %%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html.save %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/accelerators.html %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/attributes.html %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/authors.html @@ -2910,7 +2921,6 @@ lib/X11/xfig/CompKeyDB %%PORTDOCS%%%%DOCSDIR%%/html/printing.html %%PORTDOCS%%%%DOCSDIR%%/html/screen_image_map.html %%PORTDOCS%%%%DOCSDIR%%/xfig-howto.pdf -%%PORTDOCS%%%%DOCSDIR%%/xfig_man.html %%PORTDOCS%%%%DOCSDIR%%/xfig_ref_en.pdf %%JPORTDOCS%%@dirrm %%DOCSDIR%%/html/japanese %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:10:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1845969B; Fri, 6 Sep 2013 14:10:37 +0000 (UTC) (envelope-from bf@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05C0B2DEB; Fri, 6 Sep 2013 14:10:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EAauA025266; Fri, 6 Sep 2013 14:10:36 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EAatf025261; Fri, 6 Sep 2013 14:10:36 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201309061410.r86EAatf025261@svn.freebsd.org> From: Brendan Fabeny Date: Fri, 6 Sep 2013 14:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326500 - in head/devel/udis86: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 14:10:37 -0000 Author: bf Date: Fri Sep 6 14:10:36 2013 New Revision: 326500 URL: http://svnweb.freebsd.org/changeset/ports/326500 Log: Update to 1.7.2 Deleted: head/devel/udis86/files/patch-udcli__udcli.c Modified: head/devel/udis86/Makefile head/devel/udis86/distinfo Modified: head/devel/udis86/Makefile ============================================================================== --- head/devel/udis86/Makefile Fri Sep 6 14:09:25 2013 (r326499) +++ head/devel/udis86/Makefile Fri Sep 6 14:10:36 2013 (r326500) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= udis86 -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION:R} @@ -13,7 +12,7 @@ COMMENT= Minimalistic x86 and x86-64 dis LICENSE= BSD -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -25,6 +24,8 @@ PORTDOCS= x86 .include post-patch: + @${REINPLACE_CMD} -Ee 's/function ([^#]+).*/\1 ()/' \ + ${WRKSRC}/tests/difftest.sh.in .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '\|docdir =|s|/docs/|/doc/|' \ ${WRKSRC}/docs/manual/Makefile.in \ @@ -39,7 +40,7 @@ CONFIGURE_ENV+= PYTHON="${PYTHON_CMD}" USE_PYTHON_BUILD= yes check regression-test test: build - @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check + @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check .else CONFIGURE_ARGS+= --without-yasm Modified: head/devel/udis86/distinfo ============================================================================== --- head/devel/udis86/distinfo Fri Sep 6 14:09:25 2013 (r326499) +++ head/devel/udis86/distinfo Fri Sep 6 14:10:36 2013 (r326500) @@ -1,2 +1,2 @@ -SHA256 (udis86-1.7.1.tar.gz) = 1d76cb3af62e262178c36c7704cfe35e87115a0cc4401f9592f4d6c9e2dc0584 -SIZE (udis86-1.7.1.tar.gz) = 442463 +SHA256 (udis86-1.7.2.tar.gz) = 9c52ac626ac6f531e1d6828feaad7e797d0f3cce1e9f34ad4e84627022b3c2f4 +SIZE (udis86-1.7.2.tar.gz) = 445085 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:11:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AB8E792; Fri, 6 Sep 2013 14:11:12 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 783F12DFC; Fri, 6 Sep 2013 14:11:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EBCnC025777; Fri, 6 Sep 2013 14:11:12 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EBC7i025759; Fri, 6 Sep 2013 14:11:12 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061411.r86EBC7i025759@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 14:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326501 - head/devel/p5-Time-Piece 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.14 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: Fri, 06 Sep 2013 14:11:12 -0000 Author: tobez Date: Fri Sep 6 14:11:11 2013 New Revision: 326501 URL: http://svnweb.freebsd.org/changeset/ports/326501 Log: Update to 1.23. Changes: http://search.cpan.org/dist/Time-Piece/Changes Modified: head/devel/p5-Time-Piece/Makefile head/devel/p5-Time-Piece/distinfo Modified: head/devel/p5-Time-Piece/Makefile ============================================================================== --- head/devel/p5-Time-Piece/Makefile Fri Sep 6 14:10:36 2013 (r326500) +++ head/devel/p5-Time-Piece/Makefile Fri Sep 6 14:11:11 2013 (r326501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Piece -PORTVERSION= 1.20 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Time-Piece/distinfo ============================================================================== --- head/devel/p5-Time-Piece/distinfo Fri Sep 6 14:10:36 2013 (r326500) +++ head/devel/p5-Time-Piece/distinfo Fri Sep 6 14:11:11 2013 (r326501) @@ -1,2 +1,2 @@ -SHA256 (Time-Piece-1.20.tar.gz) = da842a827289ed1f9afd63f1bbd26ac03a377a7ff3455c67169e0ab9ccd98b55 -SIZE (Time-Piece-1.20.tar.gz) = 24703 +SHA256 (Time-Piece-1.23.tar.gz) = 76e0ff47edf4da2deb5d7c56f07761b8bea3483eba4803f43629729f68f3d6b2 +SIZE (Time-Piece-1.23.tar.gz) = 26142 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:11:43 2013 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 ESMTP id 8917188C; Fri, 6 Sep 2013 14:11:43 +0000 (UTC) (envelope-from bf@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD542E10; Fri, 6 Sep 2013 14:11:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EBh0K026073; Fri, 6 Sep 2013 14:11:43 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EBgKt026068; Fri, 6 Sep 2013 14:11:42 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201309061411.r86EBgKt026068@svn.freebsd.org> From: Brendan Fabeny Date: Fri, 6 Sep 2013 14:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326502 - head/graphics/exact-image 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.14 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: Fri, 06 Sep 2013 14:11:43 -0000 Author: bf Date: Fri Sep 6 14:11:42 2013 New Revision: 326502 URL: http://svnweb.freebsd.org/changeset/ports/326502 Log: Update to 0.8.9 Modified: head/graphics/exact-image/Makefile head/graphics/exact-image/distinfo Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Fri Sep 6 14:11:11 2013 (r326501) +++ head/graphics/exact-image/Makefile Fri Sep 6 14:11:42 2013 (r326502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exact-image -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf @@ -12,16 +12,16 @@ COMMENT= Fast image processing library LICENSE= GPLv2 BUILD_DEPENDS= swig>=1.3.32:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= agg:${PORTSDIR}/graphics/agg \ - jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff \ - png15:${PORTSDIR}/graphics/png \ - gif:${PORTSDIR}/graphics/giflib \ - jasper:${PORTSDIR}/graphics/jasper \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - lcms:${PORTSDIR}/graphics/lcms \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libagg.so:${PORTSDIR}/graphics/agg \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + liblcms.so:${PORTSDIR}/graphics/lcms \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 CFLAGS+= -fPIC #hack to get custom exactcode configure script to enable tiff support with Modified: head/graphics/exact-image/distinfo ============================================================================== --- head/graphics/exact-image/distinfo Fri Sep 6 14:11:11 2013 (r326501) +++ head/graphics/exact-image/distinfo Fri Sep 6 14:11:42 2013 (r326502) @@ -1,2 +1,2 @@ -SHA256 (exact-image-0.8.8.tar.bz2) = 639006b47d9c231349c552dccbedd1d87f2dd9d846e9d2e1bbac67368aca63b4 -SIZE (exact-image-0.8.8.tar.bz2) = 285222 +SHA256 (exact-image-0.8.9.tar.bz2) = 0709913e5852214de3bdfa5df0474a4a86b0e686df28f8afd826b5ad8676c372 +SIZE (exact-image-0.8.9.tar.bz2) = 297438 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:12:26 2013 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 ESMTP id B4C3B991; Fri, 6 Sep 2013 14:12:26 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A15E12E24; Fri, 6 Sep 2013 14:12:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ECQZJ026595; Fri, 6 Sep 2013 14:12:26 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ECQRP026593; Fri, 6 Sep 2013 14:12:26 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061412.r86ECQRP026593@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 14:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326503 - head/devel/p5-ExtUtils-MakeMaker 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.14 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: Fri, 06 Sep 2013 14:12:26 -0000 Author: tobez Date: Fri Sep 6 14:12:25 2013 New Revision: 326503 URL: http://svnweb.freebsd.org/changeset/ports/326503 Log: Update to 6.76. Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Fri Sep 6 14:11:42 2013 (r326502) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Fri Sep 6 14:12:25 2013 (r326503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 6.74 +PORTVERSION= 6.76 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Fri Sep 6 14:11:42 2013 (r326502) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Fri Sep 6 14:12:25 2013 (r326503) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-MakeMaker-6.74.tar.gz) = 7daadeca4f5cf214ce7f90defa26dff58a9f5f5faa0ff6c990606adc5fcaf58b -SIZE (ExtUtils-MakeMaker-6.74.tar.gz) = 425970 +SHA256 (ExtUtils-MakeMaker-6.76.tar.gz) = 27e695cda587e3c63ca818a62dd23c8a8e1a9cdd9a15f206f1b145bc336901ce +SIZE (ExtUtils-MakeMaker-6.76.tar.gz) = 427394 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:23:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02B37D5B; Fri, 6 Sep 2013 14:23:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4F212F77; Fri, 6 Sep 2013 14:23:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ENL7x032831; Fri, 6 Sep 2013 14:23:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ENKN7032824; Fri, 6 Sep 2013 14:23:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061423.r86ENKN7032824@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 14:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326504 - in head: audio/istream deskutils/ljit multimedia/mplayer2 net-im/pidgin-sipe security/pidgin-encryption sysutils/gai-leds sysutils/xvidcap 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.14 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: Fri, 06 Sep 2013 14:23:22 -0000 Author: bapt Date: Fri Sep 6 14:23:20 2013 New Revision: 326504 URL: http://svnweb.freebsd.org/changeset/ports/326504 Log: Add an explicit dependency on pkgconf Modified: head/audio/istream/Makefile head/deskutils/ljit/Makefile head/multimedia/mplayer2/Makefile head/net-im/pidgin-sipe/Makefile head/security/pidgin-encryption/Makefile head/sysutils/gai-leds/Makefile head/sysutils/xvidcap/Makefile Modified: head/audio/istream/Makefile ============================================================================== --- head/audio/istream/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/audio/istream/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.jochen-baier.de MAINTAINER= ports@FreeBSD.org COMMENT= Internet radio player applet for GNOME Panel -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomepanel libgnomeui USE_GSTREAMER= yes USE_XORG= xtst Modified: head/deskutils/ljit/Makefile ============================================================================== --- head/deskutils/ljit/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/deskutils/ljit/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ljit -# Date created: 09 Sep 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= ljit PORTVERSION= 0.2.5 @@ -23,7 +19,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphic GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/multimedia/mplayer2/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multi RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 USE_XZ= yes -USES= gmake iconv ncurses +USES= gmake iconv ncurses pkgconfig HAS_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ Modified: head/net-im/pidgin-sipe/Makefile ============================================================================== --- head/net-im/pidgin-sipe/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/net-im/pidgin-sipe/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -16,7 +16,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION Modified: head/security/pidgin-encryption/Makefile ============================================================================== --- head/security/pidgin-encryption/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/security/pidgin-encryption/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:$ LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss -USE_GMAKE= yes USE_GNOME= gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include Modified: head/sysutils/gai-leds/Makefile ============================================================================== --- head/sysutils/gai-leds/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/sysutils/gai-leds/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gai-leds -# Date created: 2007-06-12 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= gai-leds PORTVERSION= 0.6 @@ -19,6 +15,7 @@ LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkit LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix Modified: head/sysutils/xvidcap/Makefile ============================================================================== --- head/sysutils/xvidcap/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/sysutils/xvidcap/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xvidcap -# Date created: Sat 24 April 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= xvidcap DISTVERSION= 1.1.4p1 @@ -32,7 +28,7 @@ CONFIGURE_ARGS= --with-forced-embedded- USE_GMAKE= yes # To be removed after ffmpeg-devel's upgrade USE_GNOME= glib20 libglade2 -USES= gettext +USES= gettext pkgconfig USE_XORG= x11 xmu INSTALLS_OMF= yes From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:28:03 2013 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 ESMTP id BF58DF48; Fri, 6 Sep 2013 14:28:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3F82FFF; Fri, 6 Sep 2013 14:28:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ES38p034935; Fri, 6 Sep 2013 14:28:03 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ES3B5034933; Fri, 6 Sep 2013 14:28:03 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061428.r86ES3B5034933@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 14:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326505 - head/games/gtkradiant 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.14 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: Fri, 06 Sep 2013 14:28:03 -0000 Author: danfe Date: Fri Sep 6 14:28:02 2013 New Revision: 326505 URL: http://svnweb.freebsd.org/changeset/ports/326505 Log: - Reduce some minor differences with `games/netradiant'; mention the latter in the port description - While here, fix annoying warnings of "GtkSpinButton: setting an adjustment with non-zero page size is deprecated" Modified: head/games/gtkradiant/Makefile head/games/gtkradiant/pkg-descr Modified: head/games/gtkradiant/Makefile ============================================================================== --- head/games/gtkradiant/Makefile Fri Sep 6 14:23:20 2013 (r326504) +++ head/games/gtkradiant/Makefile Fri Sep 6 14:28:02 2013 (r326505) @@ -4,7 +4,7 @@ PORTNAME= gtkradiant PORTVERSION= 1.5.0 PORTREVISION= 9 -CATEGORIES= games +CATEGORIES= games cad MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \ http://www.bsd-geek.de/FreeBSD/distfiles/:fb DISTNAME= GtkRadiant-GPL @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:id ${PORTNAME}_gamepacks${EXTRACT_SUFX}:fb MAINTAINER= danfe@FreeBSD.org -COMMENT= Level design program developed by id Software and Loki Software +COMMENT= Map editor for FPS games, by id Software and Loki Software LICENSE= GPLv2 @@ -20,8 +20,6 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PO libmhash.so:${PORTSDIR}/security/mhash \ libpng15.so:${PORTSDIR}/graphics/png -WRKSRC= ${WRKDIR}/GPL/GtkRadiant - USES= pkgconfig USE_ZIP= yes USE_GNOME= gtk20 libxml2 @@ -29,8 +27,10 @@ USE_PYTHON_BUILD= yes USE_SCONS= yes SCONS_ARGS= ${MAKE_ENV} BUILD=release -SUB_FILES= ${PORTNAME} DATADIR= ${PREFIX}/lib/${PORTNAME} +WRKSRC= ${WRKDIR}/GPL/GtkRadiant + +SUB_FILES= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/SConscript @@ -49,11 +49,16 @@ post-patch: ${WRKSRC}/radiant/patch.cpp \ ${WRKSRC}/radiant/watchbsp.cpp \ ${WRKSRC}/tools/quake3/common/inout.c - @${REINPLACE_CMD} -e '/#include "generic\/reference.h"/x ; 318G' \ +# Fix the build against Clang + @${REINPLACE_CMD} -e '/#include "generic\/reference\.h"/x ; 318G' \ ${WRKSRC}/libs/scenelib.h - @${REINPLACE_CMD} -e '/#include "generic\/referencecounted.h/ { \ + @${REINPLACE_CMD} -e '/#include "generic\/referencecounted\.h/ { \ x ; s/^/#include "scenelib.h"/ ; G ; }' \ ${WRKSRC}/plugins/mapq3/parse.h +# Fix warnings of "GtkSpinButton: setting an adjustment with non-zero +# page size is deprecated" (very annoying) + @${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} \ + -E 's|(gtk_adjustment_new[^)]*,)[^)]*|\1 0|' post-build: cd ${WRKSRC} && ${PYTHON_CMD} install.py Modified: head/games/gtkradiant/pkg-descr ============================================================================== --- head/games/gtkradiant/pkg-descr Fri Sep 6 14:23:20 2013 (r326504) +++ head/games/gtkradiant/pkg-descr Fri Sep 6 14:28:02 2013 (r326505) @@ -14,4 +14,6 @@ originally under id Software's proprieta editor and toolset (notably Q3Map2, the BSP compiler) was changed in February 2006, and publicly released under the GPL on February 17. +More up-to-date fork, NetRadiant, is available as `games/netradiant' port. + WWW: http://www.qeradiant.com/ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:30:28 2013 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 ESMTP id 67B6316E; Fri, 6 Sep 2013 14:30:28 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46CC3206E; Fri, 6 Sep 2013 14:30:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EUS48037708; Fri, 6 Sep 2013 14:30:28 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EUOuZ036157; Fri, 6 Sep 2013 14:30:24 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061430.r86EUOuZ036157@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 14:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326506 - in head/net: gwhois p5-BBS-UserInfo-Maple3itoc p5-IP-Country p5-Net-Amazon-MechanicalTurk p5-Net-Google-Analytics p5-Net-GrowlClient p5-Net-LDAP-AutoServer p5-Net-OAuth-Simple... 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.14 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: Fri, 06 Sep 2013 14:30:28 -0000 Author: az Date: Fri Sep 6 14:30:23 2013 New Revision: 326506 URL: http://svnweb.freebsd.org/changeset/ports/326506 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/gwhois/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3itoc/Makefile (contents, props changed) head/net/p5-IP-Country/Makefile (contents, props changed) head/net/p5-Net-Amazon-MechanicalTurk/Makefile (contents, props changed) head/net/p5-Net-Google-Analytics/Makefile (contents, props changed) head/net/p5-Net-GrowlClient/Makefile head/net/p5-Net-LDAP-AutoServer/Makefile (contents, props changed) head/net/p5-Net-OAuth-Simple/Makefile (contents, props changed) head/net/p5-Net-Packet/Makefile (contents, props changed) head/net/p5-Net-SMS-Mollie/Makefile head/net/p5-Net-STOMP-Client/Makefile head/net/p5-Net-Server-Coro/Makefile (contents, props changed) head/net/p5-Net-Trackback/Makefile (contents, props changed) head/net/p5-Net-Z3950-SimpleServer/Makefile (contents, props changed) head/net/p5-Script-isAperlScript/Makefile (contents, props changed) head/net/p5-WebService-Prowl/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP-WSA/Makefile (contents, props changed) head/net/p5-ZConf/Makefile head/net/slirp/Makefile (contents, props changed) Modified: head/net/gwhois/Makefile ============================================================================== --- head/net/gwhois/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/gwhois/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR curl:${PORTSDIR}/ftp/curl NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/pattern PLIST_DIRS= %%DATADIR%% Modified: head/net/p5-BBS-UserInfo-Maple3itoc/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -17,7 +17,8 @@ COMMENT= Get user information of Maple3i RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Maple3itoc.3 Modified: head/net/p5-IP-Country/Makefile ============================================================================== --- head/net/p5-IP-Country/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-IP-Country/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -13,7 +13,8 @@ COMMENT= Fast lookup of country codes fr BUILD_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= ip2cc.1 MAN3= IP::Authority.3 \ Modified: head/net/p5-Net-Amazon-MechanicalTurk/Makefile ============================================================================== --- head/net/p5-Net-Amazon-MechanicalTurk/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Amazon-MechanicalTurk/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::MechanicalTurk.3 \ Net::Amazon::MechanicalTurk::BulkSupport.3 \ Modified: head/net/p5-Net-Google-Analytics/Makefile ============================================================================== --- head/net/p5-Net-Google-Analytics/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Google-Analytics/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Analytics.3 \ Net::Google::Analytics::OAuth2.3 \ Modified: head/net/p5-Net-GrowlClient/Makefile ============================================================================== --- head/net/p5-Net-GrowlClient/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-GrowlClient/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Perl implementation of Growl Network Notification Protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::GrowlClient.3 Modified: head/net/p5-Net-LDAP-AutoServer/Makefile ============================================================================== --- head/net/p5-Net-LDAP-AutoServer/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-LDAP-AutoServer/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-RR-SRV-Helper>=0:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::AutoServer.3 Modified: head/net/p5-Net-OAuth-Simple/Makefile ============================================================================== --- head/net/p5-Net-OAuth-Simple/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-OAuth-Simple/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:${P p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OAuth::Simple.3 .include Modified: head/net/p5-Net-Packet/Makefile ============================================================================== --- head/net/p5-Net-Packet/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Packet/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:${PORT p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} MAN3= Net::Packet.3 Net::Packet::ARP.3 Net::Packet::CDP.3 Net::Packet::CDP::Address.3 \ Modified: head/net/p5-Net-SMS-Mollie/Makefile ============================================================================== --- head/net/p5-Net-SMS-Mollie/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-SMS-Mollie/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= b.smeelen@ose.nl COMMENT= Send SMS messages via the mollie.nl service -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker RUN_DEPENDS+= p5-Test-Simple>=0.44:${PORTSDIR}/devel/p5-Test-Simple \ Modified: head/net/p5-Net-STOMP-Client/Makefile ============================================================================== --- head/net/p5-Net-STOMP-Client/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-STOMP-Client/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::STOMP::Client.3 \ Net::STOMP::Client::Auth.3 \ Modified: head/net/p5-Net-Server-Coro/Makefile ============================================================================== --- head/net/p5-Net-Server-Coro/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Server-Coro/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Net-Server>=2:${PORTSDIR}/net/p5-Net-Server BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::Coro.3 Modified: head/net/p5-Net-Trackback/Makefile ============================================================================== --- head/net/p5-Net-Trackback/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Trackback/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -26,6 +26,7 @@ MAN3= Net::Trackback.3 \ Net::Trackback::Ping.3 \ Net::Trackback::Server.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Z3950-SimpleServer/Makefile ============================================================================== --- head/net/p5-Net-Z3950-SimpleServer/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Z3950-SimpleServer/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ COMMENT= A Perl module for developing Z3 LIB_DEPENDS= yaz:${PORTSDIR}/net/yaz -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3 Modified: head/net/p5-Script-isAperlScript/Makefile ============================================================================== --- head/net/p5-Script-isAperlScript/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Script-isAperlScript/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -13,7 +13,8 @@ COMMENT= Checks if something is a Perl s RUN_DEPENDS= p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Script::isAperlScript.3 Modified: head/net/p5-WebService-Prowl/Makefile ============================================================================== --- head/net/p5-WebService-Prowl/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-WebService-Prowl/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Prowl.3 WebService::Prowl::AnyEventHTTP.3 Modified: head/net/p5-XML-Compile-SOAP-WSA/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP-WSA/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-XML-Compile-SOAP-WSA/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Net-Server>=0.97:${POR p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Compile::SOAP::WSA.3 \ XML::Compile::SOAP::WSA::Util.3 Modified: head/net/p5-ZConf/Makefile ============================================================================== --- head/net/p5-ZConf/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-ZConf/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR} p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf.3 \ ZConf::backends::file.3 \ Modified: head/net/slirp/Makefile ============================================================================== --- head/net/slirp/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/slirp/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -19,7 +19,8 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes MAN1= slirp.1 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:30:44 2013 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 ESMTP id 567D124B; Fri, 6 Sep 2013 14:30:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 430AB2073; Fri, 6 Sep 2013 14:30:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EUiJ3038047; Fri, 6 Sep 2013 14:30:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EUhQn038039; Fri, 6 Sep 2013 14:30:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061430.r86EUhQn038039@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 14:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326507 - in head: astro/glunarclock databases/mergeant deskutils/global-menu deskutils/gnote multimedia/gxmms net-im/pidgin-bs 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.14 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: Fri, 06 Sep 2013 14:30:44 -0000 Author: bapt Date: Fri Sep 6 14:30:42 2013 New Revision: 326507 URL: http://svnweb.freebsd.org/changeset/ports/326507 Log: Add an explicit dependency on pkgconf Modified: head/astro/glunarclock/Makefile head/databases/mergeant/Makefile head/deskutils/global-menu/Makefile head/deskutils/gnote/Makefile head/multimedia/gxmms/Makefile head/net-im/pidgin-bs/Makefile Modified: head/astro/glunarclock/Makefile ============================================================================== --- head/astro/glunarclock/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/astro/glunarclock/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/databases/mergeant/Makefile ============================================================================== --- head/databases/mergeant/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/databases/mergeant/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provide uniform access to data sources for the GNOME 2 environment USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomedb USE_PERL5= yes GNU_CONFIGURE= yes Modified: head/deskutils/global-menu/Makefile ============================================================================== --- head/deskutils/global-menu/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/deskutils/global-menu/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool automake:env autoheader:env INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/deskutils/gnote/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 boost_filesystem:${PORTSDIR}/devel/boost-libs \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_GMAKE= yes USE_XZ= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \ ltverhack gnomepanel -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GCONF_SCHEMAS= gnote.schemas USE_AUTOTOOLS= libtool Modified: head/multimedia/gxmms/Makefile ============================================================================== --- head/multimedia/gxmms/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/multimedia/gxmms/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Simple GNOME panel applet for controlling XMMS -USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/net-im/pidgin-bs/Makefile ============================================================================== --- head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -.include - -.if ${OSVERSION} < 700000 -BROKEN= configure fails on 6.x -.endif - -.include +.include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:40:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9DBD8E4; Fri, 6 Sep 2013 14:40:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C72E821DB; Fri, 6 Sep 2013 14:40:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EedmE044027; Fri, 6 Sep 2013 14:40:39 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Eedn7044025; Fri, 6 Sep 2013 14:40:39 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309061440.r86Eedn7044025@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 6 Sep 2013 14:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326508 - head/net/p5-Socket-GetAddrInfo 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.14 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: Fri, 06 Sep 2013 14:40:40 -0000 Author: mat Date: Fri Sep 6 14:40:39 2013 New Revision: 326508 URL: http://svnweb.freebsd.org/changeset/ports/326508 Log: Really correct plist. From perl 5.16 onwards, it doesn't need any .xs because Perl already has a version of Socket::getaddrinfo. Modified: head/net/p5-Socket-GetAddrInfo/Makefile head/net/p5-Socket-GetAddrInfo/pkg-plist Modified: head/net/p5-Socket-GetAddrInfo/Makefile ============================================================================== --- head/net/p5-Socket-GetAddrInfo/Makefile Fri Sep 6 14:30:42 2013 (r326507) +++ head/net/p5-Socket-GetAddrInfo/Makefile Fri Sep 6 14:40:39 2013 (r326508) @@ -3,7 +3,7 @@ PORTNAME= Socket-GetAddrInfo PORTVERSION= 0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +22,16 @@ MAN3= Socket::GetAddrInfo.3 \ Socket::GetAddrInfo::Strict.3 USES= perl5 shebangfix -USE_PERL5= configure +USE_PERL5= modbuild SHEBANG_FILES= bin/getaddrinfo bin/getnameinfo -.include +.include + +# It only needs to compile stuff on perl older than 5.16. +.if ${PERL_LEVEL} < 501600 +PLIST_SUB+= OLD_PERL="" NEW_PERL="@comment " +.else +PLIST_SUB+= OLD_PERL="@comment " NEW_PERL="" +.endif + +.include Modified: head/net/p5-Socket-GetAddrInfo/pkg-plist ============================================================================== --- head/net/p5-Socket-GetAddrInfo/pkg-plist Fri Sep 6 14:30:42 2013 (r326507) +++ head/net/p5-Socket-GetAddrInfo/pkg-plist Fri Sep 6 14:40:39 2013 (r326508) @@ -1,15 +1,22 @@ bin/getaddrinfo bin/getnameinfo -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Core.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Emul.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Socket6api.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Strict.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/XS.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Core.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Emul.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Socket6api.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/Strict.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo/XS.pm +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.bs +%%OLD_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo/GetAddrInfo.so +%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/GetAddrInfo +%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket +%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo +%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo.pm +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Core.pm +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Emul.pm +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Socket6api.pm +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/Strict.pm +%%NEW_PERL%%%%SITE_PERL%%/Socket/GetAddrInfo/XS.pm +%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket/GetAddrInfo +%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:53:13 2013 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 ESMTP id A6B2025F for ; Fri, 6 Sep 2013 14:53:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72C732376 for ; Fri, 6 Sep 2013 14:53:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ErDNm013575 for ; Fri, 6 Sep 2013 14:53:13 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r86ErD81013567 for svn-ports-head@freebsd.org; Fri, 6 Sep 2013 14:53:13 GMT (envelope-from bdrewery) Received: (qmail 8391 invoked from network); 6 Sep 2013 09:53:11 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 6 Sep 2013 09:53:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 06 Sep 2013 09:53:11 -0500 From: Bryan Drewery To: Gerald Pfeifer Subject: Re: svn commit: r326441 - head/lang/gcc46/files Organization: FreeBSD In-Reply-To: <201309052008.r85K8S8j073628@svn.freebsd.org> References: <201309052008.r85K8S8j073628@svn.freebsd.org> Message-ID: X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.3 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 14:53:13 -0000 On 2013-09-05 15:08, Gerald Pfeifer wrote: > Author: gerald > Date: Thu Sep 5 20:08:27 2013 > New Revision: 326441 > URL: http://svnweb.freebsd.org/changeset/ports/326441 > > Log: > Work around a bug in libcpp that pulls in the optional system iconv > if present instead of relying on the port we actually depend on. > > The issue is that /usr/include/iconv.h has #include which > in turn, since both are included very late in the game, conflicts > with > similar definintions by libcpp itself. > > Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under > the > same test scenarios and libstdc++ does not seem to require > adjustments, > so PR 161417 may not be relevant in full. > > PR: 161417 > > Added: > head/lang/gcc46/files/patch-libcpp (contents, props changed) > > Added: head/lang/gcc46/files/patch-libcpp > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/gcc46/files/patch-libcpp Thu Sep 5 20:08:27 > 2013 (r326441) > @@ -0,0 +1,10 @@ > +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 > ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 > +@@ -27,6 +27,7 @@ > + #include "cpp-id-data.h" > + > + #if HAVE_ICONV > ++#define __bool_true_false_are_defined > + #include > + #else > + #define HAVE_ICONV 0 PORTREVISION? -- Regards, Bryan Drewery From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:04:08 2013 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 ESMTP id C61E2837; Fri, 6 Sep 2013 15:04:08 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 848E024F9; Fri, 6 Sep 2013 15:04:07 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3F0A4BDC5D; Fri, 6 Sep 2013 17:04:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=/mnDOT5EuLx 5UVUK75EIVKg0W2I=; b=oDTJKSBYwb7OrcpEO+LrnlE9rRglKxJ5IPtBMbkRoax rV8h/ISKH2Vhm5dTBSH/p9VIKphiM2fdLYWJZzGFJ6blrh5+g9pHx1MF0nMW60QQ KmAWGMXPjHl3Vtxd1GGK5kU35hjPY01UjAqo/ceVmy/NlkbI1+xdry5zML0Wtr4s = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id 18562BDC25; Fri, 6 Sep 2013 17:04:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 3FD855E837C6; Fri, 6 Sep 2013 17:04:04 +0200 (CEST) Date: Fri, 06 Sep 2013 17:04:03 +0200 From: Mathieu Arnold To: Bryan Drewery , Gerald Pfeifer Subject: Re: svn commit: r326441 - head/lang/gcc46/files Message-ID: <85F72EC904CBC43FAFDC845A@ogg.in.absolight.net> In-Reply-To: References: <201309052008.r85K8S8j073628@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:04:08 -0000 +--On 6 septembre 2013 09:53:11 -0500 Bryan Drewery wrote: | PORTREVISION? I think it was not building, before, right ? so, hum, do we really need to have people recompile it when it had worked the first time ? -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:06:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9520978; Fri, 6 Sep 2013 15:06:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCD6F252B; Fri, 6 Sep 2013 15:06:13 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id e11so1915486wgh.21 for ; Fri, 06 Sep 2013 08:06:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=xUt10mtlKEc5Y3zPAVmi/pIv8pdmtEgb1iAZQrgs7Ak=; b=fyepg0OlIqjwegutFrnl7CQZBWYf1SvhmxdY+/8LEVWZQoOhxC3OU2DPC2CLJwnHs/ sUAHOXTWTGHWpSkkPPWn3lr3wW80nFV5BgQiPL9DBy86oHJ6fo8pxEF3FfJ1tysz2NWz dFfOnIUJYxGHObRtaBvVzfCYUgilxw/53ELys8/J6Mb2giODFOnCDVIFa7qZuolmgYeo erNsnL8To4y/aJWwlUVBhKiU161UFAgJQTnvi6DoUOFwUvR7A4OnTV0VnQK3sa1laijb cv9ytmkApMpkkRF3+XAM4fkPQFCoO5Y4ZcLFsl/7lHDYzV6HeaHBLV8SIcbTbEThgfhe vfCQ== X-Received: by 10.194.175.133 with SMTP id ca5mr2446947wjc.19.1378479972078; Fri, 06 Sep 2013 08:06:12 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id bh5sm4617413wib.7.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 08:06:11 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 6 Sep 2013 17:06:09 +0200 From: Baptiste Daroussin To: Mathieu Arnold Subject: Re: svn commit: r326441 - head/lang/gcc46/files Message-ID: <20130906150607.GD59360@ithaqua.etoilebsd.net> References: <201309052008.r85K8S8j073628@svn.freebsd.org> <85F72EC904CBC43FAFDC845A@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GyRA7555PLgSTuth" Content-Disposition: inline In-Reply-To: <85F72EC904CBC43FAFDC845A@ogg.in.absolight.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Gerald Pfeifer , Bryan Drewery X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:06:14 -0000 --GyRA7555PLgSTuth Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 06, 2013 at 05:04:03PM +0200, Mathieu Arnold wrote: > +--On 6 septembre 2013 09:53:11 -0500 Bryan Drewery > wrote: > | PORTREVISION? >=20 > I think it was not building, before, right ? so, hum, do we really need to > have people recompile it when it had worked the first time ? nope I also think portrevision is not needed. regards, Bapt --GyRA7555PLgSTuth Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIp718ACgkQ8kTtMUmk6ExnKQCcCMDN0n5C1MOEGK9aOs+D10gn 76oAoIKUMSbml6nlpYZ+K4mtECt1vygX =T6oL -----END PGP SIGNATURE----- --GyRA7555PLgSTuth-- From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:06:25 2013 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 ESMTP id EDE86A58; Fri, 6 Sep 2013 15:06:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB38C2533; Fri, 6 Sep 2013 15:06:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86F6PM0058704; Fri, 6 Sep 2013 15:06:25 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86F6PoA058703; Fri, 6 Sep 2013 15:06:25 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309061506.r86F6PoA058703@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Sep 2013 15:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326509 - head/emulators/virtualbox-ose-legacy 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.14 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: Fri, 06 Sep 2013 15:06:26 -0000 Author: madpilot Date: Fri Sep 6 15:06:25 2013 New Revision: 326509 URL: http://svnweb.freebsd.org/changeset/ports/326509 Log: Fix build on head after iconv change. Approved by: portmgr (bapt, implicit) Modified: head/emulators/virtualbox-ose-legacy/Makefile Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 14:40:39 2013 (r326508) +++ head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 15:06:25 2013 (r326509) @@ -233,6 +233,9 @@ post-patch: ${WRKSRC}/kBuild/sdks/LIBSDL.kmk \ ${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' ${WRKSRC}/configure +.if empty(ICONV_LIB) + @${REINPLACE_CMD} -e 's|iconv||' ${WRKSRC}/Config.kmk ${WRKSRC}/src/VBox/Runtime/Makefile.kmk +.endif pre-build: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:08:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A0BDB89; Fri, 6 Sep 2013 15:08:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7760C2561; Fri, 6 Sep 2013 15:08:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86F885T059521; Fri, 6 Sep 2013 15:08:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86F88EN059520; Fri, 6 Sep 2013 15:08:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061508.r86F88EN059520@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 15:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326510 - head/devel/ninja/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:08:08 -0000 Author: bapt Date: Fri Sep 6 15:08:07 2013 New Revision: 326510 URL: http://svnweb.freebsd.org/changeset/ports/326510 Log: Fix build with libc++ Added: head/devel/ninja/files/patch-src__manifest_parser.cc (contents, props changed) Added: head/devel/ninja/files/patch-src__manifest_parser.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ninja/files/patch-src__manifest_parser.cc Fri Sep 6 15:08:07 2013 (r326510) @@ -0,0 +1,10 @@ +--- ./src/manifest_parser.cc.orig 2013-06-04 20:47:31.000000000 +0200 ++++ ./src/manifest_parser.cc 2013-09-06 16:58:05.243065037 +0200 +@@ -15,6 +15,7 @@ + #include "manifest_parser.h" + + #include ++#include + #include + + #include "graph.h" From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:15:11 2013 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 ESMTP id 46A41DF7; Fri, 6 Sep 2013 15:15:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 192DA264A; Fri, 6 Sep 2013 15:15:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FFAeo064697; Fri, 6 Sep 2013 15:15:10 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FFAqE064678; Fri, 6 Sep 2013 15:15:10 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309061515.r86FFAqE064678@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Sep 2013 15:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326511 - head/lang/fpc 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.14 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: Fri, 06 Sep 2013 15:15:11 -0000 Author: madpilot Date: Fri Sep 6 15:15:10 2013 New Revision: 326511 URL: http://svnweb.freebsd.org/changeset/ports/326511 Log: Teach fpc not to try to link to libiconv on head after the iconv change. This fixes the lang/fpc-utils port build. Bump PORTREVISION due to runtime behaviour change on head. Approved by: portmgr (bapt, implicit) Modified: head/lang/fpc/Makefile head/lang/fpc/Makefile.units Modified: head/lang/fpc/Makefile ============================================================================== --- head/lang/fpc/Makefile Fri Sep 6 15:08:07 2013 (r326510) +++ head/lang/fpc/Makefile Fri Sep 6 15:15:10 2013 (r326511) @@ -3,7 +3,7 @@ PORTNAME= fpc PORTVERSION= 2.6.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \ ftp://planetmirror.com/pub/fpc/dist/${PORTVERSION}/source/:source \ @@ -23,7 +23,7 @@ MAINTAINER?= acm@FreeBSD.org COMMENT?= Free Pascal compiler with Turbo and Delphi PROJECTHOST= bsdistfiles -USE_GMAKE= yes +USES= gmake iconv ONLY_FOR_ARCHS= i386 amd64 OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options @@ -122,6 +122,12 @@ post-patch: @${REINPLACE_CMD} -i "" -e 's|502110|${OSVERSION}|g' ${WRKDIR}/${FPCSRCDIR}/rtl/freebsd/${FPC_ARCH}/gprt0.as @${REINPLACE_CMD} -i "" -e 's|700055|${OSVERSION}|g' ${WRKDIR}/${FPCSRCDIR}/rtl/freebsd/${FPC_ARCH}/prt0.as .endif +.if empty(ICONV_LIB) + @${REINPLACE_CMD} -e "s|if (s<>'c') or reorder then|if ((s<>'c') and (s<>'iconv')) or reorder then|" \ + ${WRKDIR}/${FPCSRCDIR}/compiler/systems/t_bsd.pas + @${REINPLACE_CMD} -e 's|defined(bsd) and not ||' \ + ${WRKDIR}/${FPCSRCDIR}/rtl/unix/cwstring.pp +.endif do-build: # build fpc compiler Modified: head/lang/fpc/Makefile.units ============================================================================== --- head/lang/fpc/Makefile.units Fri Sep 6 15:08:07 2013 (r326510) +++ head/lang/fpc/Makefile.units Fri Sep 6 15:15:10 2013 (r326511) @@ -139,7 +139,8 @@ USE_FIREBIRD= yes .endif .if ${PKGNAMESUFFIX} == "-iconvenc" -USES+= iconv +# added to main port to make it compile on 10 with iconv in libc +# USES+=iconv .endif .if ${PKGNAMESUFFIX} == "-ide" From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:25:00 2013 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 ESMTP id 672393C5; Fri, 6 Sep 2013 15:25:00 +0000 (UTC) (envelope-from mi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45A33276E; Fri, 6 Sep 2013 15:25:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FP0vu070513; Fri, 6 Sep 2013 15:25:00 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FOxlf070485; Fri, 6 Sep 2013 15:24:59 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309061524.r86FOxlf070485@svn.freebsd.org> From: Mikhail Teterin Date: Fri, 6 Sep 2013 15:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326512 - in head/audio/festival: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:25:00 -0000 Author: mi Date: Fri Sep 6 15:24:58 2013 New Revision: 326512 URL: http://svnweb.freebsd.org/changeset/ports/326512 Log: Update from 1.96 to 2.1. Despite being newer, the upstream release remains uncompileable by modern compilers and substantial patches -- obtained from both Debian and NetBSD ports of the same software were necessary. Among the patches is a functionality-improving one, which allows the new version to continue using voices created for 1.9x Tested by: bapt Added: head/audio/festival/files/patch-debian-bug-667377 (contents, props changed) head/audio/festival/files/patch-long-over-float (contents, props changed) head/audio/festival/files/patch-voxware (contents, props changed) Deleted: head/audio/festival/files/patch-intptr_t head/audio/festival/files/patch-tests Modified: head/audio/festival/Makefile head/audio/festival/distinfo (contents, props changed) head/audio/festival/pkg-plist (contents, props changed) Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Fri Sep 6 15:15:10 2013 (r326511) +++ head/audio/festival/Makefile Fri Sep 6 15:24:58 2013 (r326512) @@ -2,23 +2,36 @@ # $FreeBSD$ PORTNAME= festival -PORTVERSION= 1.96 -PORTREVISION= 3 +PORTVERSION= 2.1 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL} MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTFILES= ${DISTNAME}-beta.tar.gz \ - speech_tools-1.2.${PORTVERSION:E}-beta.tar.gz +DISTFILES= ${DISTNAME}-release.tar.gz \ + speech_tools-${PORTVERSION}-release.tar.gz + +PATCHFILES= src_modules_diphone_diphone.h.diff:debian \ + src_modules_diphone_di_io.cc.diff:debian \ + src_modules_diphone_diphone.cc.diff:debian \ + src_modules_donovan_t2s.h.diff:debian \ + src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff:debian \ + festival_el_utf8.diff:debian \ + lintianspellpatch.diff:debian \ + hts21compat.diff:debian \ + languagespatch.diff:debian \ + ${SPT_PATCHES:C/.*/patch-speech__tools_\0:netbsd/} +PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patches/:netbsd \ + http://patch-tracker.debian.org/patch/series/dl/festival/1:2.1~release-5.1/:debian MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system OPTIONS_DEFINE= NAS ESD -OPTIONS_DEFAULT= NAS ESD +OPTIONS_DEFAULT=NAS ESD ESD_DESC= ${ESOUND_DESC} DIST_SUBDIR= festival - + +CXXFLAGS+= -DFTLIBDIR=${LOCALBASE}/share/festival/lib CONFIGURE_WRKSRC= ${WRKDIR}/festival USES= gmake SPEECHTOOLS= ${WRKSRC}/speech_tools @@ -31,6 +44,20 @@ MAKE_ENV+= GCC="${CC}" \ MAN1= festival.1 festival_client.1 WRKSRC= ${WRKDIR} +SPT_PATCHES= base__class_EST__TVector.cc \ + base__class_inst__tmpl_vector__dmatrix__t.cc \ + base__class_inst__tmpl_vector__dvector__t.cc \ + base__class_inst__tmpl_vector__fmatrix__t.cc \ + config_compilers_gcc__defaults.mak \ + include_EST__Ngrammar.h \ + include_EST__SCFG.h \ + include_EST__String.h \ + include_EST__error.h \ + include_ling__class_EST__FeatureFunctionPackage.h \ + include_unix_EST__socket__unix.h \ + stats_dynamic__program.cc \ + utils_EST__ServiceTable.cc + do-build: .for d in speech_tools festival ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile \ @@ -38,10 +65,16 @@ do-build: .endfor # Can not make test in `festival', because the voices may not be installed -# XXX: this should fail, if the verdict is not "Test OK"... +# XXX: this should fail, if the verdict is not "CORRECT"... post-build test: ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/speech_tools test +# The below is needed, because Debian's patches expect a different +# directory-name +pre-patch: + ${LN} -s festival ${WRKSRC}/festival-2.1~release + ${LN} -s festival ${WRKSRC}/b + post-patch:: ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/*/config/systems/default.mak @@ -71,11 +104,11 @@ do-configure: fi # This step helps non-i386 systems and is harmless on i386 -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH}_unknown.mak +.endfor ${REINPLACE_CMD} -E -e 's,^(CC|CXX) *=,\1 ?=,' \ - -e 's,^(CFLAGS|CXXFLAGS) *=,\1 +=,' \ + -e 's,^(CFLAGS|CXXFLAGS) *=,\1 +=,' \ -e 's,^OPTIMI,#OPTIMI,' \ ${WRKSRC}/speech_tools/config/compilers/gcc*.mak -.endfor # This step helps to use a compiler, the vendor has not seen before: ${TEST} -e ${WRKDIR}/speech_tools/config/compilers/${CC}.mak || \ ${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak Modified: head/audio/festival/distinfo ============================================================================== --- head/audio/festival/distinfo Fri Sep 6 15:15:10 2013 (r326511) +++ head/audio/festival/distinfo Fri Sep 6 15:24:58 2013 (r326512) @@ -1,4 +1,52 @@ -SHA256 (festival/festival-1.96-beta.tar.gz) = 4fa48d3525957762c83f289fba361063b8855f57ff50b7db22754d844aeadbee -SIZE (festival/festival-1.96-beta.tar.gz) = 731682 -SHA256 (festival/speech_tools-1.2.96-beta.tar.gz) = fa1ce5698e1253ee21e67629f394733ef6ad578af671e3a90ea8b73898a12428 -SIZE (festival/speech_tools-1.2.96-beta.tar.gz) = 1275015 +SHA256 (festival/festival-2.1-release.tar.gz) = 06f3dcbad9d26e27443fc66947a0faf0c6679482220df4b5f42a261adf758080 +SIZE (festival/festival-2.1-release.tar.gz) = 787313 +SHA256 (festival/speech_tools-2.1-release.tar.gz) = ff6167cd929a88e2f91b47191c6c4dae87c9c06ba39fccc4465af9d79e9b2be9 +SIZE (festival/speech_tools-2.1-release.tar.gz) = 1681999 +SHA256 (festival/src_modules_diphone_diphone.h.diff) = 148ecd31aef84d5823470d339b3104b73af099404ab957fcee838520f8808104 +SIZE (festival/src_modules_diphone_diphone.h.diff) = 870 +SHA256 (festival/src_modules_diphone_di_io.cc.diff) = 0dfbe69e30ce8fbe695d30fed42a10c79bc6525dd4e971432a669c88bec4e048 +SIZE (festival/src_modules_diphone_di_io.cc.diff) = 3819 +SHA256 (festival/src_modules_diphone_diphone.cc.diff) = e92e8dc256fd624a7ac3aef7e1403ad4cabc6c23207a53648bfc8a6c5f78c6aa +SIZE (festival/src_modules_diphone_diphone.cc.diff) = 1075 +SHA256 (festival/src_modules_donovan_t2s.h.diff) = 164b9c0b5441177c85e44b111bb5b52e1efef59ee6d8a1b92396e84e01d94e19 +SIZE (festival/src_modules_donovan_t2s.h.diff) = 566 +SHA256 (festival/src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff) = 4137be0f227e0ebabfd8ee6ca9100909709266a713eca511eb06e818d7b64b17 +SIZE (festival/src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff) = 892 +SHA256 (festival/festival_el_utf8.diff) = c56f79e475682e25c6ed72639c253d48ce32535956a949e8a3ba75b7f2f71aa9 +SIZE (festival/festival_el_utf8.diff) = 1945 +SHA256 (festival/lintianspellpatch.diff) = b7f0d104e3154f8aa746a50013a8b77dd3855d5f812062c6424d7ee78eafcb50 +SIZE (festival/lintianspellpatch.diff) = 1284 +SHA256 (festival/hts21compat.diff) = d86434a9e01d2a62defd9230f102f074959ddf5d57e27d0b0abc9714f1717f82 +SIZE (festival/hts21compat.diff) = 125719 +SHA256 (festival/languagespatch.diff) = 3108f08656d31623ee5393eb542d0085819a056641c1853c2ffc2b07e2e9e15a +SIZE (festival/languagespatch.diff) = 36538 +SHA256 (festival/patch-speech__tools_base__class_EST__TVector.cc) = d791a9feb1e2be33fb8d367a8add65678b3f0e45cee145e8381d0f18eb2d9b0f +SIZE (festival/patch-speech__tools_base__class_EST__TVector.cc) = 454 +SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__dmatrix__t.cc) = 19b6c8f14c3b8944dc2404b92c74c5e0b2403f35b96a152f18b9492d9b24e4ee +SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__dmatrix__t.cc) = 1086 +SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 713c9938950e2190c503e9619e0142db49bdf6378b60de3611c4390ba7cdb5cb +SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 1086 +SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = aa16df118317354d368a5389c18a157723df10f09af319e278eb63d4ab73ee31 +SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = 1085 +SHA256 (festival/patch-speech__tools_config_compilers_gcc__defaults.mak) = ac6e1db2a4e7c99929d4713d70b86014ecbe71d1c5f4f67e91503887a225f718 +SIZE (festival/patch-speech__tools_config_compilers_gcc__defaults.mak) = 803 +SHA256 (festival/patch-speech__tools_include_EST__Ngrammar.h) = 156d42e187693d6e76d28c280155bc6dfd6de6d8a5225d4aa87a2e767d0cee96 +SIZE (festival/patch-speech__tools_include_EST__Ngrammar.h) = 2519 +SHA256 (festival/patch-speech__tools_include_EST__SCFG.h) = e6ec64c01faad49f0efb2e40d7b332e0b7a8e92830337eb1f3843780e6c9c3e6 +SIZE (festival/patch-speech__tools_include_EST__SCFG.h) = 519 +SHA256 (festival/patch-speech__tools_include_EST__String.h) = ce8b3513bf218fd369716101fb0b3defc8ddb4d8a57e28df2c0e80f95fe52e74 +SIZE (festival/patch-speech__tools_include_EST__String.h) = 1068 +SHA256 (festival/patch-speech__tools_include_EST__TIterator.h) = c44d8125a04447a63e8458cee910cd7fe4aa84d31d4c06139b76ae168c66bcf7 +SIZE (festival/patch-speech__tools_include_EST__TIterator.h) = 730 +SHA256 (festival/patch-speech__tools_include_EST__TNamedEnum.h) = c825a92c81ecdda555963319c400a026aa797c694897e2a6a232ea94660d6557 +SIZE (festival/patch-speech__tools_include_EST__TNamedEnum.h) = 608 +SHA256 (festival/patch-speech__tools_include_EST__error.h) = ad43dcfa0fb0222d3cfc86cc2a316badbe1f2e27b663a91139ee3ccc3fd325e5 +SIZE (festival/patch-speech__tools_include_EST__error.h) = 1210 +SHA256 (festival/patch-speech__tools_include_ling__class_EST__FeatureFunctionPackage.h) = 2249d192d1c16697e0971263a1c1c1d8dbfecfe080c077abe49765e703775157 +SIZE (festival/patch-speech__tools_include_ling__class_EST__FeatureFunctionPackage.h) = 514 +SHA256 (festival/patch-speech__tools_include_unix_EST__socket__unix.h) = ad217f952ddd714c2b6b9e5924bfaf9e3b0429ba46d1db117ca1c4918aed9741 +SIZE (festival/patch-speech__tools_include_unix_EST__socket__unix.h) = 534 +SHA256 (festival/patch-speech__tools_stats_dynamic__program.cc) = 0c3fbe07a256be395e28d08e367e80b53d56885825ff29a232793c8e03915141 +SIZE (festival/patch-speech__tools_stats_dynamic__program.cc) = 1106 +SHA256 (festival/patch-speech__tools_utils_EST__ServiceTable.cc) = 5edb267faa21adf31b5503cf5db4e55d4ad2c3eaecf1550d7df1ef8cb94c448c +SIZE (festival/patch-speech__tools_utils_EST__ServiceTable.cc) = 649 Added: head/audio/festival/files/patch-debian-bug-667377 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/festival/files/patch-debian-bug-667377 Fri Sep 6 15:24:58 2013 (r326512) @@ -0,0 +1,93 @@ +Obtained from: + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667377 + +--- speech_tools/config/compilers/gcc_defaults.mak 2013-05-27 13:02:52.000000000 -0400 ++++ speech_tools/config/compilers/gcc_defaults.mak 2013-05-27 13:06:51.000000000 -0400 +@@ -82,5 +82,5 @@ + + ifndef GCC_MAKE_SHARED_LIB +- MAKE_SHARED_LIB = $(CXX) -shared -fno-shared-data -o XXX ++ MAKE_SHARED_LIB = $(CXX) -shared -o XXX -Wl,-soname -Wl,YYY + else + MAKE_SHARED_LIB = $(GCC_MAKE_SHARED_LIB) +--- speech_tools/base_class/EST_TSimpleMatrix.cc ++++ speech_tools/base_class/EST_TSimpleMatrix.cc +@@ -44,6 +44,7 @@ + #include "EST_TVector.h" + #include + #include ++#include + #include "EST_cutils.h" + + template +@@ -98,7 +99,7 @@ void EST_TSimpleMatrix::resize(int ne + { + int copy_r = Lof(this->num_rows(), new_rows); + +- just_resize(new_rows, new_cols, &old_vals); ++ this->just_resize(new_rows, new_cols, &old_vals); + + for (q=0; q<(copy_r*new_cols*sizeof(T)); q++) /* memcpy */ + ((char *)this->p_memory)[q] = ((char *)old_vals)[q]; +@@ -127,9 +128,9 @@ void EST_TSimpleMatrix::resize(int ne + int copy_r = Lof(this->num_rows(), new_rows); + int copy_c = Lof(this->num_columns(), new_cols); + +- just_resize(new_rows, new_cols, &old_vals); ++ this->just_resize(new_rows, new_cols, &old_vals); + +- set_values(old_vals, ++ this->set_values(old_vals, + old_row_step, old_column_step, + 0, copy_r, + 0, copy_c); +--- speech_tools/base_class/EST_TSimpleVector.cc ++++ speech_tools/base_class/EST_TSimpleVector.cc +@@ -43,6 +43,7 @@ + #include "EST_TSimpleVector.h" + #include "EST_matrix_support.h" + #include ++#include + #include "EST_cutils.h" + + template void EST_TSimpleVector::copy(const EST_TSimpleVector &a) +@@ -70,7 +71,7 @@ template void EST_TSimpleVector + int old_offset = this->p_offset; + unsigned int q; + +- just_resize(newn, &old_vals); ++ this->just_resize(newn, &old_vals); + + if (set && old_vals) + { +--- speech_tools/include/EST_TIterator.h ++++ speech_tools/include/EST_TIterator.h +@@ -209,7 +209,7 @@ public: + + /// Create an iterator ready to run over the given container. + EST_TStructIterator(const Container &over) +- { begin(over); } ++ { this->begin(over); } + + const Entry *operator ->() const + {return &this->current();} +@@ -289,7 +289,7 @@ public: + + /// Create an iterator ready to run over the given container. + EST_TRwStructIterator(Container &over) +- { begin(over); } ++ { this->begin(over); } + + Entry *operator ->() const + {return &this->current();} +--- speech_tools/include/EST_TNamedEnum.h ++++ speech_tools/include/EST_TNamedEnum.h +@@ -130,7 +130,7 @@ public: + {this->initialise((const void *)defs); }; + EST_TNamedEnumI(EST_TValuedEnumDefinition defs[], ENUM (*conv)(const char *)) + {this->initialise((const void *)defs, conv); }; +- const char *name(ENUM tok, int n=0) const {return value(tok,n); }; ++ const char *name(ENUM tok, int n=0) const {return this->value(tok,n); }; + + }; + Added: head/audio/festival/files/patch-long-over-float ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/festival/files/patch-long-over-float Fri Sep 6 15:24:58 2013 (r326512) @@ -0,0 +1,23 @@ +Part of Debian's patch at: + http://patch-tracker.debian.org/patch/series/view/festival/1:2.1~release-5.1/src_modules_MultiSyn_path_fixes.diff + +--- festival/src/modules/MultiSyn/TargetCostRescoring.cc 2011-02-16 10:35:34.000000000 -0600 ++++ festival/src/modules/MultiSyn/TargetCostRescoring.cc 2011-02-16 10:43:23.000000000 -0600 +@@ -82,7 +82,7 @@ + //cerr << scores << endl; + + // calculate simple mean duration of some or all of candidates +- float meandur = 0.0; ++ long meandur = 0.0; + int n = 0; + + if( beam_width < 0 ){ // just average all of them +@@ -107,7 +107,7 @@ + + // then tweak the scores based on that + for( EST_Litem *li = scores.head(); li != 0; li = li->next() ){ +- float cand_dur = scores(li)._dur; ++ long cand_dur = scores(li)._dur; + // cerr << scores(li)._cand->score << " "; + scores(li)._cand->score += (mult * abs( cand_dur - meandur ) ); + // cerr << scores(li)._cand->score << endl; Added: head/audio/festival/files/patch-voxware ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/festival/files/patch-voxware Fri Sep 6 15:24:58 2013 (r326512) @@ -0,0 +1,49 @@ +--- speech_tools/config/modules/freebsd16_audio.mak 2001-04-04 09:11:27.000000000 -0400 ++++ speech_tools/config/modules/freebsd16_audio.mak 2013-05-27 13:29:03.000000000 -0400 +@@ -43,5 +43,5 @@ + MOD_DESC_FREEBSD16_AUDIO=Native audio module for FreeBSD systems + +-AUDIO_DEFINES += -DSUPPORT_FREEBSD16 ++AUDIO_DEFINES += -DSUPPORT_FREEBSD16 -DSUPPORT_VOXWARE + + #ifdef INCLUDE_JAVA_CPP +--- speech_tools/audio/linux_sound.cc 2009-04-29 13:06:36.000000000 -0400 ++++ speech_tools/audio/linux_sound.cc 2013-05-27 13:31:00.000000000 -0400 +@@ -66,7 +66,13 @@ + int freebsd16_supported = TRUE; + int linux16_supported = FALSE; +-static char *aud_sys_name = "FreeBSD"; ++static const char *aud_sys_name = "FreeBSD"; + #endif /*SUPPORT_FREEBSD16 */ + ++#ifdef SUPPORT_LINUX16 ++int linux16_supported = TRUE; ++int freebsd16_supported = FALSE; ++static const char *aud_sys_name = "Linux"; ++#endif ++ + #ifdef SUPPORT_VOXWARE + +@@ -76,7 +82,5 @@ + #include + #include +-int linux16_supported = TRUE; +-int freebsd16_supported = FALSE; +-static char *aud_sys_name = "Linux"; ++ + static int stereo_only = 0; + +@@ -152,5 +156,5 @@ + int audio,actual_fmt; + int i,r,n; +- char *audiodevice; ++ const char *audiodevice; + + if (al.present("-audiodevice")) +@@ -279,5 +283,5 @@ + int audio=-1,actual_fmt; + int i,r,n; +- char *audiodevice; ++ const char *audiodevice; + + if (al.present("-audiodevice")) Modified: head/audio/festival/pkg-plist ============================================================================== --- head/audio/festival/pkg-plist Fri Sep 6 15:15:10 2013 (r326511) +++ head/audio/festival/pkg-plist Fri Sep 6 15:24:58 2013 (r326512) @@ -25,6 +25,8 @@ libexec/festival_client.naked %%DATADIR%%/examples/intro.text %%DATADIR%%/examples/latest %%DATADIR%%/examples/latest.sh +%%DATADIR%%/examples/run-festival-script +%%DATADIR%%/examples/run-festival-script.sh %%DATADIR%%/examples/make_utts %%DATADIR%%/examples/make_utts.sh %%DATADIR%%/examples/powmeanstd From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:28:32 2013 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 ESMTP id 7079C82C; Fri, 6 Sep 2013 15:28:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4171627C4; Fri, 6 Sep 2013 15:28:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FSWxB072259; Fri, 6 Sep 2013 15:28:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FSRip072206; Fri, 6 Sep 2013 15:28:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061528.r86FSRip072206@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 15:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326513 - in head: audio/pidgin-musictracker deskutils/gnome-main-menu deskutils/libopensync-plugin-evolution2 deskutils/tomboy-plugin-latex deskutils/tomboy-plugin-reminder devel/glade... 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.14 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: Fri, 06 Sep 2013 15:28:32 -0000 Author: bapt Date: Fri Sep 6 15:28:27 2013 New Revision: 326513 URL: http://svnweb.freebsd.org/changeset/ports/326513 Log: Add an explicit dependency on pkgconf Modified: head/audio/pidgin-musictracker/Makefile head/deskutils/gnome-main-menu/Makefile head/deskutils/libopensync-plugin-evolution2/Makefile head/deskutils/tomboy-plugin-latex/Makefile head/deskutils/tomboy-plugin-reminder/Makefile head/devel/glade2/Makefile head/devel/libglade-java/Makefile head/devel/monodevelop-database/Makefile head/games/gbrainy/Makefile head/games/opencity/Makefile head/misc/xmonad-log-applet/Makefile head/multimedia/gnome-subtitles/Makefile head/multimedia/imagination/Makefile head/net-im/pidgin-fetion/Makefile head/net-im/pidgin-guifications/Makefile head/net-im/pidgin-privacy-please/Makefile head/net-im/telepathy-haze/Makefile head/net/remmina-applet/Makefile head/palm/gnome-pilot-conduits/Makefile head/print/lilypond-devel/Makefile head/x11/gnome-swallow/Makefile Modified: head/audio/pidgin-musictracker/Makefile ============================================================================== --- head/audio/pidgin-musictracker/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/audio/pidgin-musictracker/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,7 +18,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type Modified: head/deskutils/gnome-main-menu/Makefile ============================================================================== --- head/deskutils/gnome-main-menu/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/gnome-main-menu/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-main-menu -# Date created: 06 July 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= gnome-main-menu PORTVERSION= 0.9.12 @@ -20,8 +16,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/deve USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \ libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/deskutils/libopensync-plugin-evolution2/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-evolution2/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/libopensync-plugin-evolution2/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-evolution2 -# Date created: 18 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-evolution2 PORTVERSION= 0.22 @@ -20,6 +16,7 @@ CONFLICTS= libopensync-plugin-evolution2 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= evolutiondataserver gconf2 .include Modified: head/deskutils/tomboy-plugin-latex/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-latex/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/tomboy-plugin-latex/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-latex -# Date created: 2008-12-21 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= tomboy-plugin-latex PORTVERSION= 0.6 @@ -19,7 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_TEX= latex .include Modified: head/deskutils/tomboy-plugin-reminder/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-reminder/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/tomboy-plugin-reminder/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-reminder -# Date created: 2008-12-21 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= tomboy-plugin-reminder PORTVERSION= 0.9.2 @@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include Modified: head/devel/glade2/Makefile ============================================================================== --- head/devel/glade2/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/glade2/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,9 +18,8 @@ LIB_DEPENDS= rarian.0:${PORTSDIR}/textpr USE_BZIP2= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gtk20 desktopfileutils -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/libglade-java/Makefile ============================================================================== --- head/devel/libglade-java/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/libglade-java/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_ ${JAVALIBDIR}/gnome${GNOME_API_VERSION}.jar:${PORTSDIR}/x11/libgnome-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes Modified: head/devel/monodevelop-database/Makefile ============================================================================== --- head/devel/monodevelop-database/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/monodevelop-database/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: monodevelop-database -# Date created: 2008-03-02 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= monodevelop-database PORTVERSION= 3.0.2 @@ -19,8 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtksharp20 post-patch: Modified: head/games/gbrainy/Makefile ============================================================================== --- head/games/gbrainy/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/games/gbrainy/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,8 +17,7 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= desktopfileutils gnomehack gtksharp20 gnomesharp20 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/opencity/Makefile ============================================================================== --- head/games/opencity/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/games/opencity/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -13,7 +13,7 @@ COMMENT= Free 3D city simulator USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer image net USE_GL= gl glu USE_GCC= any Modified: head/misc/xmonad-log-applet/Makefile ============================================================================== --- head/misc/xmonad-log-applet/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/misc/xmonad-log-applet/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmonad-log-applet -# Date created: 01 September 2011 -# Whom: Alexander Kojevnikov -# +# Created by: Alexander Kojevnikov # $FreeBSD$ -# PORTNAME= xmonad-log-applet PORTVERSION= 2.0.0 @@ -15,7 +11,7 @@ MAINTAINER= alexander@kojevnikov.com COMMENT= An applet that will display Xmonad log information INSTALLS_ICONS= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-panel=gnome2 Modified: head/multimedia/gnome-subtitles/Makefile ============================================================================== --- head/multimedia/gnome-subtitles/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/multimedia/gnome-subtitles/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textp BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gtksharp20 gnomesharp20 gnomedocutils USE_GSTREAMER= yes GNU_CONFIGURE= yes Modified: head/multimedia/imagination/Makefile ============================================================================== --- head/multimedia/imagination/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/multimedia/imagination/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0: RUN_DEPENDS= ${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net-im/pidgin-fetion/Makefile ============================================================================== --- head/net-im/pidgin-fetion/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-fetion/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-fetion -# Date created: 17 October 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= fetion PORTVERSION= 0.98.5.2 @@ -18,9 +14,9 @@ COMMENT= Fetion protocol plugin for libp LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple - USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net-im/pidgin-guifications/Makefile ============================================================================== --- head/net-im/pidgin-guifications/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-guifications/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -14,8 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pidg RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" Modified: head/net-im/pidgin-privacy-please/Makefile ============================================================================== --- head/net-im/pidgin-privacy-please/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-privacy-please/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin Modified: head/net-im/telepathy-haze/Makefile ============================================================================== --- head/net-im/telepathy-haze/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/telepathy-haze/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAN8= telepathy-haze.8 Modified: head/net/remmina-applet/Makefile ============================================================================== --- head/net/remmina-applet/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net/remmina-applet/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ RUN_DEPENDS= remmina:${PORTSDIR}/net/rem OPTIONS_DEFINE= AVAHI GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack glib20 gtk20 gnomepanel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/palm/gnome-pilot-conduits/Makefile ============================================================================== --- head/palm/gnome-pilot-conduits/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/palm/gnome-pilot-conduits/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -15,8 +15,7 @@ COMMENT= Additional conduits for gnome-p LIB_DEPENDS= gpilotd.2:${PORTSDIR}/palm/gnome-pilot USE_BZIP2= yes -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/print/lilypond-devel/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -43,11 +43,10 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_TEX= latex USE_GNOME= pango Modified: head/x11/gnome-swallow/Makefile ============================================================================== --- head/x11/gnome-swallow/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/x11/gnome-swallow/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-swallow -# Date created: 16 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= gnome-swallow PORTVERSION= 1.2 @@ -15,7 +11,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Applet that swallows any X11 application into the GNOME 2 panel USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomepanel libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:30:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8764D92D; Fri, 6 Sep 2013 15:30:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7483627FE; Fri, 6 Sep 2013 15:30:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FU8pV073307; Fri, 6 Sep 2013 15:30:08 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FU8t2073305; Fri, 6 Sep 2013 15:30:08 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061530.r86FU8t2073305@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 15:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326514 - head/x11/xtrlock 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.14 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: Fri, 06 Sep 2013 15:30:08 -0000 Author: wg Date: Fri Sep 6 15:30:07 2013 New Revision: 326514 URL: http://svnweb.freebsd.org/changeset/ports/326514 Log: x11/xtrlock: update to 2.3 - Update to 2.3 - Pass maintainership to submitter PR: ports/181868 Submitted by: A.J. 'Fonz' van Werven Modified: head/x11/xtrlock/Makefile head/x11/xtrlock/distinfo Modified: head/x11/xtrlock/Makefile ============================================================================== --- head/x11/xtrlock/Makefile Fri Sep 6 15:28:27 2013 (r326513) +++ head/x11/xtrlock/Makefile Fri Sep 6 15:30:07 2013 (r326514) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= xtrlock -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= x11 MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= X Transparent Lock LICENSE= GPLv2 # (or later) Modified: head/x11/xtrlock/distinfo ============================================================================== --- head/x11/xtrlock/distinfo Fri Sep 6 15:28:27 2013 (r326513) +++ head/x11/xtrlock/distinfo Fri Sep 6 15:30:07 2013 (r326514) @@ -1,2 +1,2 @@ -SHA256 (xtrlock_2.2.tar.gz) = eed63851f4ad9f3026fd0a73767c8d2e5e2b973e050d271be6ec5086faa11ef6 -SIZE (xtrlock_2.2.tar.gz) = 20716 +SHA256 (xtrlock_2.3.tar.gz) = f17a46b8981b993421955ce0a3684b500f5a1d89c4667be680149fed63c356cc +SIZE (xtrlock_2.3.tar.gz) = 20299 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:39:45 2013 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 ESMTP id BC3CB1FC; Fri, 6 Sep 2013 15:39:45 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7A9128E0; Fri, 6 Sep 2013 15:39:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FdjCp078836; Fri, 6 Sep 2013 15:39:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FdieK078827; Fri, 6 Sep 2013 15:39:44 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061539.r86FdieK078827@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 15:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326515 - in head/cad/freehdl: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:39:45 -0000 Author: wg Date: Fri Sep 6 15:39:44 2013 New Revision: 326515 URL: http://svnweb.freebsd.org/changeset/ports/326515 Log: cad/freehdl: fix build with clang - Fix build with clang PR: ports/181830 Obtained from: NetBSD Added: head/cad/freehdl/files/ head/cad/freehdl/files/patch-freehdl_kernel-db.hh (contents, props changed) head/cad/freehdl/files/patch-freehdl_kernel-sig-info.hh (contents, props changed) head/cad/freehdl/files/patch-freehdl_kernel-util.hh (contents, props changed) head/cad/freehdl/files/patch-freehdl_std-vhdl-types.hh (contents, props changed) head/cad/freehdl/files/patch-kernel_driver__info.cc (contents, props changed) Modified: head/cad/freehdl/Makefile Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Fri Sep 6 15:30:07 2013 (r326514) +++ head/cad/freehdl/Makefile Fri Sep 6 15:39:44 2013 (r326515) @@ -7,7 +7,7 @@ CATEGORIES= cad MASTER_SITES= http://freehdl.seul.org/~enaroska/ MAINTAINER= kamikaze@bsdforen.de -COMMENT= A free VHDL simulator +COMMENT= Free VHDL simulator USE_LDCONFIG= yes USES= gmake perl5 pkgconfig Added: head/cad/freehdl/files/patch-freehdl_kernel-db.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/freehdl/files/patch-freehdl_kernel-db.hh Fri Sep 6 15:39:44 2013 (r326515) @@ -0,0 +1,15 @@ +--- freehdl/kernel-db.hh.orig 2013-04-30 20:25:10.000000000 +0000 ++++ freehdl/kernel-db.hh +@@ -254,10 +254,10 @@ public: + + // A hash function template used tp generate a hash number from + // d +-class db_basic_key_hash : public hash { ++class db_basic_key_hash : public __gnu_cxx::hash { + public: + size_t operator()(const db_basic_key& x) const { +- return (*(hash *)this)(((unsigned long)x.value)>>2); ++ return (*(__gnu_cxx::hash *)this)(((unsigned long)x.value)>>2); + } + }; + Added: head/cad/freehdl/files/patch-freehdl_kernel-sig-info.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/freehdl/files/patch-freehdl_kernel-sig-info.hh Fri Sep 6 15:39:44 2013 (r326515) @@ -0,0 +1,13 @@ +--- freehdl/kernel-sig-info.hh.orig 2013-02-25 17:49:33.000000000 +0000 ++++ freehdl/kernel-sig-info.hh +@@ -164,10 +164,6 @@ templateclass sig_info : public + type_info_interface *type, char attr, sig_info_base *base_sig, + acl *aclp, vtime delay, void *sr) : + sig_info_base(iname, n, sln, type, attr, base_sig, aclp, delay, sr) {}; +- /* Constructor to instantiate a guard signal */ +- sig_info(name_stack &iname, const char *n, const char *sln, +- void *reader, void *sr) : +- sig_info_base(iname, n, sln, reader, sr) {}; + /* Constructor to instantiate an alias signal */ + sig_info(name_stack &iname, const char *n, const char *sln, + type_info_interface *ty, sig_info_base *aliased_sig, Added: head/cad/freehdl/files/patch-freehdl_kernel-util.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/freehdl/files/patch-freehdl_kernel-util.hh Fri Sep 6 15:39:44 2013 (r326515) @@ -0,0 +1,15 @@ +--- freehdl/kernel-util.hh.orig 2013-04-30 20:24:07.000000000 +0000 ++++ freehdl/kernel-util.hh +@@ -24,10 +24,10 @@ using namespace __gnu_cxx; + // A hash function template used tp generate a hash number from + // pointer values. + template +-class pointer_hash : public hash { ++class pointer_hash : public __gnu_cxx::hash { + public: + size_t operator()(const T& x) const { +- return (*(hash *)this)(((unsigned long)x)>>2); ++ return (*(__gnu_cxx::hash *)this)(((unsigned long)x)>>2); + } + }; + Added: head/cad/freehdl/files/patch-freehdl_std-vhdl-types.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/freehdl/files/patch-freehdl_std-vhdl-types.hh Fri Sep 6 15:39:44 2013 (r326515) @@ -0,0 +1,11 @@ +--- freehdl/std-vhdl-types.hh.orig 2013-02-25 17:33:20.000000000 +0000 ++++ freehdl/std-vhdl-types.hh +@@ -1483,7 +1483,7 @@ A concat(array_info *ainfo, const A &a1, + new_array.info->add_ref(); + + /* Allocate memory for the data */ +- const int mem_size = length * ainfo->element_type->size(); ++ const int mem_size = length * ainfo->element_type->size; + new_array.data = (char*)internal_dynamic_alloc(mem_size); + + /* Note, scalar(...) can be evaluated at compile time. */ Added: head/cad/freehdl/files/patch-kernel_driver__info.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/freehdl/files/patch-kernel_driver__info.cc Fri Sep 6 15:39:44 2013 (r326515) @@ -0,0 +1,37 @@ +--- kernel/driver_info.cc.orig 2013-02-25 17:38:05.000000000 +0000 ++++ kernel/driver_info.cc +@@ -268,6 +268,7 @@ do_scalar_inertial_assignment(driver_inf + ************************************************************************* + *************************************************************************/ + ++inline int do_record_transport_assignment(driver_info &, const record_base &, int, const vtime &); + + // Creates transaction composite signals. Returns number of assigned scalars. + inline int +@@ -311,7 +312,6 @@ do_array_transport_assignment(driver_inf + assigned_scalars += do_array_transport_assignment(driver, (array_base&)value.data[j], i, tr_time); + break; + case RECORD: +- inline int do_record_transport_assignment(driver_info &, const record_base &, int, const vtime &); + assigned_scalars += do_record_transport_assignment(driver, (record_base&)value.data[j], i, tr_time); + break; + } +@@ -338,6 +338,9 @@ driver_info::transport_assign(const arra + } + + ++inline int do_record_inertial_assignment(driver_info &, const record_base &, int, ++ const vtime &, const vtime &); ++ + // Creates transaction for composite signals. Returns number of assigned scalars. + inline int + do_array_inertial_assignment(driver_info &driver, +@@ -381,8 +384,6 @@ do_array_inertial_assignment(driver_info + assigned_scalars += do_array_inertial_assignment(driver, (array_base&)value.data[j], i, tr_time, rm_time); + break; + case RECORD: +- inline int do_record_inertial_assignment(driver_info &, const record_base &, int, +- const vtime &, const vtime &); + assigned_scalars += do_record_inertial_assignment(driver, (record_base&)value.data[j], i, tr_time, rm_time); + break; + } From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:42:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A67A65F9; Fri, 6 Sep 2013 15:42:07 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93AAE2944; Fri, 6 Sep 2013 15:42:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86Fg7nc081881; Fri, 6 Sep 2013 15:42:07 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Fg7Pt081880; Fri, 6 Sep 2013 15:42:07 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201309061542.r86Fg7Pt081880@svn.freebsd.org> From: Greg Larkin Date: Fri, 6 Sep 2013 15:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326516 - head/sysutils/rubygem-hiera-puppet 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.14 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: Fri, 06 Sep 2013 15:42:07 -0000 Author: glarkin Date: Fri Sep 6 15:42:07 2013 New Revision: 326516 URL: http://svnweb.freebsd.org/changeset/ports/326516 Log: - Ensure that Puppet 2.7 is installed if not already present, not the conflicting Puppet 3.x version Reported by: jgh Modified: head/sysutils/rubygem-hiera-puppet/Makefile Modified: head/sysutils/rubygem-hiera-puppet/Makefile ============================================================================== --- head/sysutils/rubygem-hiera-puppet/Makefile Fri Sep 6 15:39:44 2013 (r326515) +++ head/sysutils/rubygem-hiera-puppet/Makefile Fri Sep 6 15:42:07 2013 (r326516) @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= glarkin@FreeBSD.org COMMENT= A data backend for Hiera that queries the Puppet scope for data -RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet \ +RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet27 \ rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera CONFLICTS= puppet-3.* From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:42:43 2013 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 ESMTP id 9E3966DA; Fri, 6 Sep 2013 15:42:43 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8989D2949; Fri, 6 Sep 2013 15:42:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FghmW082217; Fri, 6 Sep 2013 15:42:43 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86Fghq1082216; Fri, 6 Sep 2013 15:42:43 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201309061542.r86Fghq1082216@svn.freebsd.org> From: Greg Larkin Date: Fri, 6 Sep 2013 15:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326517 - head/sysutils/rubygem-hiera-puppet 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.14 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: Fri, 06 Sep 2013 15:42:43 -0000 Author: glarkin Date: Fri Sep 6 15:42:43 2013 New Revision: 326517 URL: http://svnweb.freebsd.org/changeset/ports/326517 Log: - Oops, forgot to bump PORTREVISION Modified: head/sysutils/rubygem-hiera-puppet/Makefile Modified: head/sysutils/rubygem-hiera-puppet/Makefile ============================================================================== --- head/sysutils/rubygem-hiera-puppet/Makefile Fri Sep 6 15:42:07 2013 (r326516) +++ head/sysutils/rubygem-hiera-puppet/Makefile Fri Sep 6 15:42:43 2013 (r326517) @@ -3,6 +3,7 @@ PORTNAME= hiera-puppet PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:50:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A3CFD35; Fri, 6 Sep 2013 15:50:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 764722A1C; Fri, 6 Sep 2013 15:50:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FopHP088239; Fri, 6 Sep 2013 15:50:51 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FoowL088235; Fri, 6 Sep 2013 15:50:50 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061550.r86FoowL088235@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 15:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326518 - in head/devel/py-botocore: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 15:50:51 -0000 Author: wg Date: Fri Sep 6 15:50:50 2013 New Revision: 326518 URL: http://svnweb.freebsd.org/changeset/ports/326518 Log: devel/py-botocore: update to 0.16.0 - Update to 0.16.0 PR: ports/181865 Submitted by: Alexey Degtyarev (maintainer) Added: head/devel/py-botocore/files/ head/devel/py-botocore/files/patch-requests-ver (contents, props changed) Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo head/devel/py-botocore/pkg-plist Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Fri Sep 6 15:42:43 2013 (r326517) +++ head/devel/py-botocore/Makefile Fri Sep 6 15:50:50 2013 (r326518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.5.3 +PORTVERSION= 0.16.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,9 @@ COMMENT= Low-level, core functionality o LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}requests>=0.14.1:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ - ${PYTHON_PKGNAMEPREFIX}tox>=1.4:${PORTSDIR}/devel/py-tox + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.0.2:${PORTSDIR}/devel/py-jmespath \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six USE_PYTHON= yes USE_PYDISTUTILS=easy_install Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Fri Sep 6 15:42:43 2013 (r326517) +++ head/devel/py-botocore/distinfo Fri Sep 6 15:50:50 2013 (r326518) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.5.3.tar.gz) = 3f92863cf467c8159c09c6138adb929b332c6acac5d9ef8c16cc8fd24304b066 -SIZE (botocore-0.5.3.tar.gz) = 298133 +SHA256 (botocore-0.16.0.tar.gz) = e55a280fd35372284d42d30c6c2a07938518881e53c2abc6a22c1eeb6cb7a7fa +SIZE (botocore-0.16.0.tar.gz) = 892742 Added: head/devel/py-botocore/files/patch-requests-ver ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-botocore/files/patch-requests-ver Fri Sep 6 15:50:50 2013 (r326518) @@ -0,0 +1,11 @@ +--- setup.py 2013-08-30 04:26:06.000000000 +0000 ++++ setup.py 2013-09-06 10:17:57.000000000 +0000 +@@ -18,7 +18,7 @@ + 'botocore', + ] + +-requires = ['requests==1.2.0', ++requires = ['requests>=1.2.0', + 'six>=1.1.0', + 'jmespath==0.0.2', + 'python-dateutil>=2.1'] Modified: head/devel/py-botocore/pkg-plist ============================================================================== --- head/devel/py-botocore/pkg-plist Fri Sep 6 15:42:43 2013 (r326517) +++ head/devel/py-botocore/pkg-plist Fri Sep 6 15:50:50 2013 (r326518) @@ -10,9 +10,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/auth.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/auth.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/awsrequest.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/awsrequest.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/awsrequest.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/compat.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/config.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/config.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/config.pyo @@ -20,42 +26,80 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/credentials.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/credentials.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/_regions.json -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/_services.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/_retry.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/autoscaling.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudformation.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudfront.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudsearch.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudwatch.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/datapipeline.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/directconnect.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/dynamodb.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/ec2.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/elasticache.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/elasticbeanstalk.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/elastictranscoder.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/elb.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/emr.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/iam.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/importexport.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/opsworks.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/rds.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/redshift.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/route53.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/s3.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/ses.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/sns.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/sqs.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/storagegateway.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/sts.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/support.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/swf.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/endpoint.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/endpoint.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/endpoint.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/exceptions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/handlers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/handlers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/handlers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/hooks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/hooks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/hooks.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/operation.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/operation.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/operation.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/paginate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/paginate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/paginate.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/parameters.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/parameters.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/parameters.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/payload.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/payload.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/payload.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/provider.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/provider.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/provider.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/response.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/response.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/response.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/retryhandler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/retryhandler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/retryhandler.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/service.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/service.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/service.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/session.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/session.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/session.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/translate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/translate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/translate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.pyo @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:53:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22B39E52; Fri, 6 Sep 2013 15:53:15 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00EDE2A34; Fri, 6 Sep 2013 15:53:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FrEJF089340; Fri, 6 Sep 2013 15:53:14 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FrDfr089333; Fri, 6 Sep 2013 15:53:13 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061553.r86FrDfr089333@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 15:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326519 - in head/devel: . py-bcdoc 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.14 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: Fri, 06 Sep 2013 15:53:15 -0000 Author: wg Date: Fri Sep 6 15:53:13 2013 New Revision: 326519 URL: http://svnweb.freebsd.org/changeset/ports/326519 Log: devel/py-bcdoc: tools to help document botocore-based projects Tools to help document botocore-based projects. WWW: https://github.com/boto/bcdoc/ PR: ports/181864 Submitted by: Alexey Degtyarev Added: head/devel/py-bcdoc/ head/devel/py-bcdoc/Makefile (contents, props changed) head/devel/py-bcdoc/distinfo (contents, props changed) head/devel/py-bcdoc/pkg-descr (contents, props changed) head/devel/py-bcdoc/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 6 15:50:50 2013 (r326518) +++ head/devel/Makefile Fri Sep 6 15:53:13 2013 (r326519) @@ -3459,6 +3459,7 @@ SUBDIR += py-async SUBDIR += py-avro SUBDIR += py-babel + SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist SUBDIR += py-biplist Added: head/devel/py-bcdoc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bcdoc/Makefile Fri Sep 6 15:53:13 2013 (r326519) @@ -0,0 +1,21 @@ +# Created by: Alexey V. Degtyarev +# $FreeBSD$ + +PORTNAME= bcdoc +PORTVERSION= 0.9.0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexey@renatasystems.org +COMMENT= Tools to help document botocore-based projects + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ + ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/devel/py-bcdoc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bcdoc/distinfo Fri Sep 6 15:53:13 2013 (r326519) @@ -0,0 +1,2 @@ +SHA256 (bcdoc-0.9.0.tar.gz) = 437c9fea0be53a8de85a0097763aae9e9ace71601e55224a7e8333fae985da96 +SIZE (bcdoc-0.9.0.tar.gz) = 11093 Added: head/devel/py-bcdoc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bcdoc/pkg-descr Fri Sep 6 15:53:13 2013 (r326519) @@ -0,0 +1,3 @@ +Tools to help document botocore-based projects. + +WWW: https://github.com/boto/bcdoc/ Added: head/devel/py-bcdoc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bcdoc/pkg-plist Fri Sep 6 15:53:13 2013 (r326519) @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 15:56:55 2013 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 ESMTP id D16751D7; Fri, 6 Sep 2013 15:56:55 +0000 (UTC) (envelope-from brd@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE4C12A7F; Fri, 6 Sep 2013 15:56:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FutNU091315; Fri, 6 Sep 2013 15:56:55 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FutBQ091311; Fri, 6 Sep 2013 15:56:55 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309061556.r86FutBQ091311@svn.freebsd.org> From: Brad Davis Date: Fri, 6 Sep 2013 15:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326520 - head/sysutils/rsyslog7 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.14 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: Fri, 06 Sep 2013 15:56:56 -0000 Author: brd (doc committer) Date: Fri Sep 6 15:56:54 2013 New Revision: 326520 URL: http://svnweb.freebsd.org/changeset/ports/326520 Log: - Update sysutils/rsyslog7 to 7.4.4 - Make UUID support optional since it not used very often and conflicts with postgres [1] Changes: http://www.rsyslog.com/changelog-for-7-4-4-v7-stable/ PR: 180139 [1] Submitted by: Sevan Janiyan [1] Reviewed by: swills@ Modified: head/sysutils/rsyslog7/Makefile head/sysutils/rsyslog7/distinfo head/sysutils/rsyslog7/pkg-descr Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Fri Sep 6 15:53:13 2013 (r326519) +++ head/sysutils/rsyslog7/Makefile Fri Sep 6 15:56:54 2013 (r326520) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.4.3 +PORTVERSION= 7.4.4 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -12,8 +12,7 @@ BUILD_DEPENDS= libgcrypt-config:${PORTSD LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ estr:${PORTSDIR}/devel/libestr \ - json.0:${PORTSDIR}/devel/json-c \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid + json.0:${PORTSDIR}/devel/json-c USE_LDCONFIG= yes @@ -21,7 +20,7 @@ PORTSCOUT= limit:^7\.4 PORTDOCS= * PORTEXAMPLES= * -OPTIONS_DEFINE= DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP RFC3195 SNMP +OPTIONS_DEFINE= DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP RFC3195 SNMP UUID DBI_DESC= LibDBI output module for rsyslog GNUTLS_DESC= GNUTLS module for rsyslog @@ -31,6 +30,7 @@ PGSQL_DESC= PostgreSQL output module for RELP_DESC= RELP input/output module for rsyslog RFC3195_DESC= RFC3195 input support for rsyslog SNMP_DESC= SNMP trap sender for rsyslog +UUID_DESC= Support for generating a UUID per log message USES= pkgconfig @@ -113,6 +113,12 @@ PLIST_FILES+= lib/rsyslog/omsnmp.la \ CONFIGURE_ARGS+=--disable-snmp .endif +.if ${PORT_OPTIONS:MUUID} +LIB_DEPENDS+= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +.else +CONFIGURE_ARGS+=--disable-uuid +.endif + .ifdef WITH_MYSQL_MICROSECONDS EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysql-microseconds .endif @@ -137,7 +143,7 @@ CONFIGURE_ARGS+=--enable-rtinst --enable CPPFLAGS+=-march=i686 .endif -CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lsysinfo -lkvm" +CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lkvm" CFLAGS+= ${CPPFLAGS} MAN8= rsyslogd.8 Modified: head/sysutils/rsyslog7/distinfo ============================================================================== --- head/sysutils/rsyslog7/distinfo Fri Sep 6 15:53:13 2013 (r326519) +++ head/sysutils/rsyslog7/distinfo Fri Sep 6 15:56:54 2013 (r326520) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.4.3.tar.gz) = d96fcb733452177f5f06789507e06f5c01434d83001c130c9fcdf21e0fffe382 -SIZE (rsyslog-7.4.3.tar.gz) = 2908523 +SHA256 (rsyslog-7.4.4.tar.gz) = 276d094d1e4c62c770ec8a72723667f119eee038912b79cf3337d439bc2f9087 +SIZE (rsyslog-7.4.4.tar.gz) = 2910075 Modified: head/sysutils/rsyslog7/pkg-descr ============================================================================== --- head/sysutils/rsyslog7/pkg-descr Fri Sep 6 15:53:13 2013 (r326519) +++ head/sysutils/rsyslog7/pkg-descr Fri Sep 6 15:56:54 2013 (r326520) @@ -14,6 +14,6 @@ suitable for enterprise-class, encryptio chains while at the same time being very easy to setup for the novice user. -Tracking v7-devel +Tracking v7-stable WWW: http://www.rsyslog.com/ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:00:57 2013 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 ESMTP id E9F125DE; Fri, 6 Sep 2013 16:00:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D64892AF4; Fri, 6 Sep 2013 16:00:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86G0vJu095228; Fri, 6 Sep 2013 16:00:57 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86G0voq095226; Fri, 6 Sep 2013 16:00:57 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061600.r86G0voq095226@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 16:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326521 - head/games/worldofpadman 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.14 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: Fri, 06 Sep 2013 16:00:58 -0000 Author: danfe Date: Fri Sep 6 16:00:57 2013 New Revision: 326521 URL: http://svnweb.freebsd.org/changeset/ports/326521 Log: - Move NO_PACKAGE higher, where it's usually expected to be found - Convert USE_GMAKE and modernize LIB_DEPENDS while I'm here Modified: head/games/worldofpadman/Makefile Modified: head/games/worldofpadman/Makefile ============================================================================== --- head/games/worldofpadman/Makefile Fri Sep 6 15:56:54 2013 (r326520) +++ head/games/worldofpadman/Makefile Fri Sep 6 16:00:57 2013 (r326521) @@ -16,11 +16,12 @@ EXTRACT_ONLY= worldofpadman.run \ MAINTAINER= ports@FreeBSD.org COMMENT= Open source FPS game inspired by the Padman comic strip +NO_PACKAGE= package will be ~600MB; set FORCE_PACKAGE if you really want it + +USES= gmake USE_MAKESELF= yes -USE_GMAKE= yes MAKE_ENV= DEFAULT_BASEDIR="${DATADIR}" PTHREAD_LIBS="${PTHREAD_LIBS}" ALL_TARGET= release -NO_PACKAGE= package will be ~600MB; set FORCE_PACKAGE if you really want it SRC_FILE= ${PORTNAME}-${PORTVERSION} VM_ARCHS= amd64 i386 powerpc @@ -55,7 +56,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true .if ${PORT_OPTIONS:MCLIENT} || ${PORT_OPTIONS:MSMP_CLIENT} # cURL . if ${PORT_OPTIONS:MCURL} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl MAKE_ENV+= USE_CURL=1 . if ${PORT_OPTIONS:MCURL_DLOPEN} MAKE_ENV+= USE_CURL_DLOPEN=1 @@ -74,7 +75,7 @@ USE_GL= glu USE_SDL= sdl # Vorbis . if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis MAKE_ENV+= USE_CODEC_VORBIS=1 . endif .endif @@ -103,7 +104,7 @@ PLIST_SUB+= GAMELIBS="@comment " .endif .if ${PORT_OPTIONS:MMP3} -LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad +LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad MAKE_ENV+= USE_CODEC_MP3=1 .endif From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:11:34 2013 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 ESMTP id BDDC3E67; Fri, 6 Sep 2013 16:11:34 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6C72BDD; Fri, 6 Sep 2013 16:11:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GBY8n003365; Fri, 6 Sep 2013 16:11:34 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86GBUkP003269; Fri, 6 Sep 2013 16:11:30 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061611.r86GBUkP003269@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 16:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326522 - in head/net: entitymib lla p5-Net-FTP-AutoReconnect p5-Net-Google-Calendar p5-Net-Google-DataAPI p5-Net-LDAP-posixGroup p5-Net-LimeLight-Purge p5-Net-Nessus-XMLRPC p5-Net-Ping... 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.14 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: Fri, 06 Sep 2013 16:11:34 -0000 Author: az Date: Fri Sep 6 16:11:30 2013 New Revision: 326522 URL: http://svnweb.freebsd.org/changeset/ports/326522 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/entitymib/Makefile (contents, props changed) head/net/lla/Makefile (contents, props changed) head/net/p5-Net-FTP-AutoReconnect/Makefile (contents, props changed) head/net/p5-Net-Google-Calendar/Makefile head/net/p5-Net-Google-DataAPI/Makefile (contents, props changed) head/net/p5-Net-LDAP-posixGroup/Makefile (contents, props changed) head/net/p5-Net-LimeLight-Purge/Makefile (contents, props changed) head/net/p5-Net-Nessus-XMLRPC/Makefile (contents, props changed) head/net/p5-Net-Ping/Makefile (contents, props changed) head/net/p5-Net-Syslog/Makefile head/net/p5-Net-TcpDumpLog/Makefile (contents, props changed) head/net/p5-Net-Twitter-Lite/Makefile head/net/p5-NetPacket/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Ident/Makefile (contents, props changed) head/net/p5-RPC-EPC-Service/Makefile (contents, props changed) head/net/p5-Socket6/Makefile (contents, props changed) head/net/p5-ZConf-Bookmarks/Makefile (contents, props changed) head/net/rude/Makefile head/net/sip_scenario/Makefile Modified: head/net/entitymib/Makefile ============================================================================== --- head/net/entitymib/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/entitymib/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -21,7 +21,8 @@ COMMENT=Display the Entity MIB of an SNM RUN_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \ net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= entitymib.1 NO_BUILD= nope Modified: head/net/lla/Makefile ============================================================================== --- head/net/lla/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/lla/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR} NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/lla EXTRACT_CMD= ${CP} Modified: head/net/p5-Net-FTP-AutoReconnect/Makefile ============================================================================== --- head/net/p5-Net-FTP-AutoReconnect/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-FTP-AutoReconnect/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jase@FreeBSD.org COMMENT= A Perl5 FTP client class with automatic reconnect on failure -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::FTP::AutoReconnect.3 Modified: head/net/p5-Net-Google-Calendar/Makefile ============================================================================== --- head/net/p5-Net-Google-Calendar/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Google-Calendar/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-XML-Atom>=0.37:${PORTS p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Base.3 \ Net::Google::Calendar::Calendar.3 Net::Google::Calendar::Comments.3 \ Modified: head/net/p5-Net-Google-DataAPI/Makefile ============================================================================== --- head/net/p5-Net-Google-DataAPI/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Google-DataAPI/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -35,7 +35,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::DataAPI.3 \ Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \ Modified: head/net/p5-Net-LDAP-posixGroup/Makefile ============================================================================== --- head/net/p5-Net-LDAP-posixGroup/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-LDAP-posixGroup/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -17,7 +17,8 @@ COMMENT= Creates new Net::LDAP::Entry ob RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::posixGroup.3 Modified: head/net/p5-Net-LimeLight-Purge/Makefile ============================================================================== --- head/net/p5-Net-LimeLight-Purge/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-LimeLight-Purge/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-ISO8601> p5-MooseX-AttributeHelpers>=0.14:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-SOAP-Lite>=0.710.08:${PORTSDIR}/net/p5-SOAP-Lite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LimeLight::Purge.3 \ Net::LimeLight::Purge::Request.3 \ Modified: head/net/p5-Net-Nessus-XMLRPC/Makefile ============================================================================== --- head/net/p5-Net-Nessus-XMLRPC/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Nessus-XMLRPC/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Nessus::XMLRPC.3 Modified: head/net/p5-Net-Ping/Makefile ============================================================================== --- head/net/p5-Net-Ping/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Ping/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sem@FreeBSD.org COMMENT= A perl module to check a remote host for reachability -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Ping.3 Modified: head/net/p5-Net-Syslog/Makefile ============================================================================== --- head/net/p5-Net-Syslog/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Syslog/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sobomax@FreeBSD.org COMMENT= Perl extension for sending syslog messages to a remote syslogd -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Syslog.3 Modified: head/net/p5-Net-TcpDumpLog/Makefile ============================================================================== --- head/net/p5-Net-TcpDumpLog/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-TcpDumpLog/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Read tcpdump/libpcap network packet logs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::TcpDumpLog.3 Modified: head/net/p5-Net-Twitter-Lite/Makefile ============================================================================== --- head/net/p5-Net-Twitter-Lite/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Net-Twitter-Lite/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -30,7 +30,8 @@ RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/c p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \ p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \ Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \ Net::Twitter::Lite::WithAPIv1_1.3 Modified: head/net/p5-NetPacket/Makefile ============================================================================== --- head/net/p5-NetPacket/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-NetPacket/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -16,7 +16,8 @@ COMMENT= Modules to assemble/disassemble LICENSE= ART20 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 \ NetPacket::ICMP.3 NetPacket::IGMP.3 NetPacket::UDP.3\ Modified: head/net/p5-POE-Component-Client-Ident/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Ident/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-POE-Component-Client-Ident/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=0.9999:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Ident.3 \ POE::Component::Client::Ident::Agent.3 \ Modified: head/net/p5-RPC-EPC-Service/Makefile ============================================================================== --- head/net/p5-RPC-EPC-Service/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-RPC-EPC-Service/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Data-SExpression>=0.41:${PORTSDIR}/devel/p5-Data-SExpression BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::EPC::Service.3 Modified: head/net/p5-Socket6/Makefile ============================================================================== --- head/net/p5-Socket6/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-Socket6/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org COMMENT= IPv6 related part of the C socket.h defines and structure manipulators -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \ Modified: head/net/p5-ZConf-Bookmarks/Makefile ============================================================================== --- head/net/p5-ZConf-Bookmarks/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/p5-ZConf-Bookmarks/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -17,7 +17,8 @@ COMMENT= A system for bookmarking URIs u RUN_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Bookmarks.3 Modified: head/net/rude/Makefile ============================================================================== --- head/net/rude/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/rude/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -14,7 +14,7 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-to HAS_CONFIGURE= yes CONFIGURE_ENV= --with-debug-lvl=3 -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= rude.8 crude.8 Modified: head/net/sip_scenario/Makefile ============================================================================== --- head/net/sip_scenario/Makefile Fri Sep 6 16:00:57 2013 (r326521) +++ head/net/sip_scenario/Makefile Fri Sep 6 16:11:30 2013 (r326522) @@ -13,7 +13,8 @@ COMMENT= SIP call flow creator (HTML for LICENSE= AL2 USE_ZIP= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR} From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:12:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45B0DF54; Fri, 6 Sep 2013 16:12:49 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0CB2BE9; Fri, 6 Sep 2013 16:12:48 +0000 (UTC) Received: from [192.168.179.53] (dslb-188-105-247-125.pools.arcor-ip.net [188.105.247.125]) by ainaz.pair.com (Postfix) with ESMTPSA id 3EBA83F418; Fri, 6 Sep 2013 12:12:47 -0400 (EDT) Date: Fri, 6 Sep 2013 18:12:45 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r326441 - head/lang/gcc46/files In-Reply-To: Message-ID: References: <201309052008.r85K8S8j073628@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 16:12:49 -0000 On Fri, 6 Sep 2013, Bryan Drewery wrote: > PORTREVISION? No. :-) This should be a build fix only for the "iconv in base" case. If any of you guys see a problem with GCC built that way and I need to come up with a different patch, that'd be a PORTREVISION bump then, but I hope to avoid that, especially since also lang/gcc has that patch and I am minimizing any rebuilds of that based on user and peer feedback. Gerald From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:16:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id ACABB105; Fri, 6 Sep 2013 16:16:17 +0000 (UTC) Date: Fri, 6 Sep 2013 16:16:17 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Subject: Re: svn commit: r326441 - head/lang/gcc46/files Message-ID: <20130906161617.GA30035@FreeBSD.org> References: <201309052008.r85K8S8j073628@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery , Gerald Pfeifer X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 16:16:17 -0000 On Fri, Sep 06, 2013 at 06:12:45PM +0200, Gerald Pfeifer wrote: > On Fri, 6 Sep 2013, Bryan Drewery wrote: > > PORTREVISION? > > No. :-) Thanks a lot. ;-) ./danfe From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:22:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3D4B2AD; Fri, 6 Sep 2013 16:22:30 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 968FD2C85; Fri, 6 Sep 2013 16:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GMU0m010471; Fri, 6 Sep 2013 16:22:30 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86GMUfb010469; Fri, 6 Sep 2013 16:22:30 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061622.r86GMUfb010469@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 16:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326523 - head/games/zoom 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.14 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: Fri, 06 Sep 2013 16:22:30 -0000 Author: danfe Date: Fri Sep 6 16:22:29 2013 New Revision: 326523 URL: http://svnweb.freebsd.org/changeset/ports/326523 Log: - Trim Makefile header down to two lines - Remove defunct mirror from MASTER_SITES - Use modern LIB_DEPENDS syntax - Convert USE_GMAKE and USE_PERL5 to USES - Kill EOL space, fix formatting in pkg-descr Modified: head/games/zoom/Makefile head/games/zoom/pkg-descr Modified: head/games/zoom/Makefile ============================================================================== --- head/games/zoom/Makefile Fri Sep 6 16:11:30 2013 (r326522) +++ head/games/zoom/Makefile Fri Sep 6 16:22:29 2013 (r326523) @@ -1,28 +1,23 @@ -# New ports collection makefile for: zoom -# Date created: May 07 2003 -# Whom: Jan Stocker -# +# Created by: Jan Stocker # $FreeBSD$ -# PORTNAME= zoom PORTVERSION= 1.1.5 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \ - http://mirror.4bit.ws/ +MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ MAINTAINER= dhn@FreeBSD.org COMMENT= Z-Interpreter for X with full V6 support -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ + libpng15.so:${PORTSDIR}/graphics/png +USES= gmake perl5 +GNU_CONFIGURE= yes USE_CSTD= gnu89 -USE_PERL5= yes USE_XORG= xft -USE_GMAKE= yes -GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/zoom/pkg-descr ============================================================================== --- head/games/zoom/pkg-descr Fri Sep 6 16:11:30 2013 (r326522) +++ head/games/zoom/pkg-descr Fri Sep 6 16:22:29 2013 (r326523) @@ -1,6 +1,6 @@ -Zoom is a Z-Machine, which means that it plays text adventure games written in -ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from +Zoom is a Z-Machine, which means that it plays text adventure games written +in ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from http://www.ifarchive.org/indexes/if-archiveXinfocomXmediaXblorb.html for -original Infocom V6 games) +original Infocom V6 games). WWW: http://www.logicalshift.demon.co.uk/unix/zoom/ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:25:18 2013 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 ESMTP id 620764D5; Fri, 6 Sep 2013 16:25:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DAF72CC5; Fri, 6 Sep 2013 16:25:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GPIcF012129; Fri, 6 Sep 2013 16:25:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86GPH0p012125; Fri, 6 Sep 2013 16:25:17 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061625.r86GPH0p012125@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 16:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326524 - head/devel/awscli 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.14 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: Fri, 06 Sep 2013 16:25:18 -0000 Author: wg Date: Fri Sep 6 16:25:17 2013 New Revision: 326524 URL: http://svnweb.freebsd.org/changeset/ports/326524 Log: devel/awscli: update to 1.0.0 - Update to 1.0.0 PR: ports/181866 Submitted by: Alexey Degtyarev (maintainer) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo head/devel/awscli/pkg-plist Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Fri Sep 6 16:22:29 2013 (r326523) +++ head/devel/awscli/Makefile Fri Sep 6 16:25:17 2013 (r326524) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 0.5.1 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP MASTER_SITE_SUBDIR=source/a/awscli @@ -11,14 +11,21 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=0.5.0:${PORTSDIR}/devel/py-botocore \ - ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ - ${PYTHON_PKGNAMEPREFIX}tox>=1.4:${PORTSDIR}/devel/py-tox +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.9.0:${PORTSDIR}/devel/py-bcdoc \ + ${PYTHON_PKGNAMEPREFIX}botocore>=0.16:${PORTSDIR}/devel/py-botocore \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.1:${PORTSDIR}/security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS=easy_install -.include +.include + +.if ${PYTHON_REL} < 270 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse +.endif + +.include Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Fri Sep 6 16:22:29 2013 (r326523) +++ head/devel/awscli/distinfo Fri Sep 6 16:25:17 2013 (r326524) @@ -1,2 +1,2 @@ -SHA256 (awscli-0.5.1.tar.gz) = 941f056b5dedd51d5de7ffc9c8a01f58137bd498dd4a53e49d23a98ab05b30ea -SIZE (awscli-0.5.1.tar.gz) = 16872 +SHA256 (awscli-1.0.0.tar.gz) = bea17a235c6bf8adddc66f0a80e9e73f757cf5637b697b4a200c978d76bb6085 +SIZE (awscli-1.0.0.tar.gz) = 113881 Modified: head/devel/awscli/pkg-plist ============================================================================== --- head/devel/awscli/pkg-plist Fri Sep 6 16:22:29 2013 (r326523) +++ head/devel/awscli/pkg-plist Fri Sep 6 16:25:17 2013 (r326524) @@ -1,7 +1,7 @@ bin/aws bin/aws.cmd bin/aws_completer -bin/zsh_complete.sh +bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt @@ -10,29 +10,338 @@ bin/zsh_complete.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/aws %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/aws.cmd %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/aws_completer -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/zsh_complete.sh +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argparser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argprocess.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argprocess.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/argprocess.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/arguments.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/arguments.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/arguments.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/clidriver.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/clidriver.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/clidriver.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/completer.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/completer.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/completer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/addexamples.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/addexamples.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/addexamples.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2addcount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2addcount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2addcount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2bundleinstance.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2bundleinstance.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2bundleinstance.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2decryptpassword.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2decryptpassword.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2decryptpassword.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2runinstances.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2runinstances.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2runinstances.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2secgroupsimplify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2secgroupsimplify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/ec2secgroupsimplify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/iamvirtmfa.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/iamvirtmfa.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/iamvirtmfa.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/paginate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/paginate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/paginate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/preview.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/preview.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/preview.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/putmetricdata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/putmetricdata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/putmetricdata.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/rds.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/rds.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/rds.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/comparator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/comparator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/comparator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/constants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/constants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/constants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileformat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileformat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileformat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filegenerator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filegenerator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filegenerator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/fileinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filters.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filters.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/filters.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3handler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3handler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/s3handler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/tasks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/tasks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/tasks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/streamingoutputarg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/streamingoutputarg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/streamingoutputarg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/utils.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/data/cli.json -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/data/messages.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/errorhandler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/errorhandler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/errorhandler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/create-auto-scaling-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/create-launch-configuration.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-auto-scaling-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-auto-scaling-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-scaling-activities.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/create-stack.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/describe-stacks.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/get-template.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/list-stacks.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/validate-template.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudwatch/put-metric-data.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/allocate-address.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/associate-address.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/authorize-security-group-ingress.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/create-key-pair.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/create-security-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/delete-key-pair.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/delete-security-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/describe-addresses.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/describe-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/describe-key-pairs.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/describe-security-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/disassociate-address.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/reboot-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/release-address.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/run-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/start-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/stop-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2/terminate_instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/Example.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/add-role-to-instance-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/add-user-to-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/change-password.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-access-key.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-account-alias.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-instance-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-login-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-role.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/create-user.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-access-key.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-account-alias.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-account-password-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-group-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-instance-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-login-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-role-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-role.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-signing-certificate.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-user-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-user.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/delete-virtual-mfa-device.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-account-password-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-account-summary.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-group-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-instance-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-login-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-role-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-role.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-user-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/get-user.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-access-keys.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-account-aliases.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-group-policies.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-groups-for-user.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-instance-profiles-for-role.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-instance-profiles.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-role-policies.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-roles.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-signing-certificates.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-user-policies.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-users.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/list-virtual-mfa-devices.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/put-group-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/put-role-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/put-user-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/remove-role-from-instance-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/remove-user-from-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-access-key.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-account-password-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-assume-role-policy.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-login-profile.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-signing-certificate.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/update-user.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam/upload-signing-certificate.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-apps.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-commands.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-deployments.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-elastic-ips.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks/describe-layers.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds/add-tag-to-resource.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds/create-db-security-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds/create-option-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds/describe-db-instances.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/authorize-cluster-security-group-ingress.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/authorize-snapshot-access.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/copy-cluster-snapshot.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/create-cluster-parameter-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/create-cluster-security-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/create-cluster-snapshot.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/create-cluster-subnet-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/create-cluster.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/delete-cluster-parameter-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/delete-cluster-security-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/delete-cluster-snapshot.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/delete-cluster-subnet-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/delete-cluster.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-parameter-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-parameters.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-security-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-snapshots.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-subnet-groups.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-cluster-versions.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-clusters.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-default-cluster-parameters.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-events.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-orderable-cluster-options.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-reserved-node-offerings.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-reserved-nodes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/describe-resize.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/modify-cluster-parameter-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/modify-cluster-subnet-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/modify-cluster.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/purchase-reserved-node-offering.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/reboot-cluster.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/reset-cluster-parameter-group.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/restore-from-cluster-snapshot.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/revoke-cluster-security-group-ingress.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift/revoke-snapshot-access.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/_concepts.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/cp.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/ls.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/mb.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/mv.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/rb.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/rm.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3/sync.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api/delete-object.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api/get-object.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api/list-buckets.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api/list-objects.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api/put-object.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/delete-identity.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/get-identity-dkim-attributes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/get-identity-notification-attributes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/get-identity-verification-attributes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/get-send-quota.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/get-send-statistics.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/list-identities.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/send-email.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/send-raw-email.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/set-identity-dkim-enabled.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/set-identity-feedback-forwarding-enabled.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/set-identity-notification-topic.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/verify-domain-dkim.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/verify-domain-identity.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses/verify-email-identity.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sns/create-topic.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sqs/create-queue.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sqs/get-queue-attributes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway/describe-gateway-information.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway/list-gateways.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway/list-volumes.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/count-closed-workflow-executions.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/count-open-workflow-executions.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/deprecate-domain.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/describe-domain.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/list-activity-types.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/list-domains.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/list-workflow-types.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/register-domain.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf/register-workflow-type.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/formatter.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/formatter.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/formatter.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/handlers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/handlers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/handlers.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/help.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/help.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/help.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/style.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/style.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/style.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/paramfile.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/paramfile.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/paramfile.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/plugin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/plugin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/plugin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sqs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sns +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudwatch +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/data +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:28:20 2013 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 ESMTP id 7ADC161C; Fri, 6 Sep 2013 16:28:20 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E04B2CFE; Fri, 6 Sep 2013 16:28:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GSKop013511; Fri, 6 Sep 2013 16:28:20 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86GSJtp013507; Fri, 6 Sep 2013 16:28:19 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309061628.r86GSJtp013507@svn.freebsd.org> From: William Grzybowski Date: Fri, 6 Sep 2013 16:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326525 - head/devel/hwloc 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.14 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: Fri, 06 Sep 2013 16:28:20 -0000 Author: wg Date: Fri Sep 6 16:28:19 2013 New Revision: 326525 URL: http://svnweb.freebsd.org/changeset/ports/326525 Log: devel/hwloc: update to 1.7.2 - Update to 1.7.2 [1] - Add DOCS to options - Convert lib depends to new syntax - Remove leading indefinite article from COMMENT - Unmute doc install command - Remove unneeded LICENSE_FILE Changes: http://www.open-mpi.org/community/lists/hwloc-announce/2013/09/0061.php PR: ports/181867 [1] Submitted by: Eijiro Shibusawa (maintainer) Modified: head/devel/hwloc/Makefile head/devel/hwloc/distinfo Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Fri Sep 6 16:25:17 2013 (r326524) +++ head/devel/hwloc/Makefile Fri Sep 6 16:28:19 2013 (r326525) @@ -1,18 +1,17 @@ # $FreeBSD$ PORTNAME= hwloc -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= devel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ MAINTAINER= phd_kimberlite@yahoo.co.jp -COMMENT= The Portable Hardware Locality software package +COMMENT= Portable Hardware Locality software package LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= pciaccess:${PORTSDIR}/devel/libpciaccess +LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-static \ @@ -28,7 +27,7 @@ PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture -OPTIONS_DEFINE= CAIRO +OPTIONS_DEFINE= DOCS CAIRO .include "${.CURDIR}/Makefile.man" .include @@ -53,7 +52,7 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/html - @${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/. + ${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/. .endif .include Modified: head/devel/hwloc/distinfo ============================================================================== --- head/devel/hwloc/distinfo Fri Sep 6 16:25:17 2013 (r326524) +++ head/devel/hwloc/distinfo Fri Sep 6 16:28:19 2013 (r326525) @@ -1,2 +1,2 @@ -SHA256 (hwloc-1.7.1.tar.bz2) = 96a3c34f7237205448a99d1a16daac6c052f81abc2e2ddfbacc154a31a8c0d01 -SIZE (hwloc-1.7.1.tar.bz2) = 3214808 +SHA256 (hwloc-1.7.2.tar.bz2) = a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848 +SIZE (hwloc-1.7.2.tar.bz2) = 3165052 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 17:02:38 2013 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 ESMTP id C121C5F0; Fri, 6 Sep 2013 17:02:38 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F48C2F6E; Fri, 6 Sep 2013 17:02:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86H2cw0036818; Fri, 6 Sep 2013 17:02:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86H2YgB036720; Fri, 6 Sep 2013 17:02:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061702.r86H2YgB036720@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 17:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326526 - in head: net/p5-BBS-UserInfo net/p5-BBS-UserInfo-Ptt net/p5-IO-Socket-Multicast6 net/p5-Net-Amazon-EC2 net/p5-Net-Google-AuthSub net/p5-Net-Google-Spreadsheets net/p5-Net-IPTr... 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.14 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: Fri, 06 Sep 2013 17:02:38 -0000 Author: az Date: Fri Sep 6 17:02:34 2013 New Revision: 326526 URL: http://svnweb.freebsd.org/changeset/ports/326526 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile (contents, props changed) head/net/p5-BBS-UserInfo/Makefile (contents, props changed) head/net/p5-IO-Socket-Multicast6/Makefile (contents, props changed) head/net/p5-Net-Amazon-EC2/Makefile (contents, props changed) head/net/p5-Net-Google-AuthSub/Makefile (contents, props changed) head/net/p5-Net-Google-Spreadsheets/Makefile head/net/p5-Net-IPTrie/Makefile (contents, props changed) head/net/p5-Net-LDAP-AutoDNs/Makefile (contents, props changed) head/net/p5-Net-LDAP-Express/Makefile (contents, props changed) head/net/p5-Net-Rendezvous-Publish/Makefile (contents, props changed) head/net/p5-Net-Rsh/Makefile (contents, props changed) head/net/p5-Net-SSH-Mechanize/Makefile (contents, props changed) head/net/p5-POEx-Role-TCPServer/Makefile (contents, props changed) head/net/p5-RPC-Simple/Makefile (contents, props changed) head/net/p5-Sort-Key-IPv4/Makefile (contents, props changed) head/net/p5-What/Makefile (contents, props changed) head/net/p5-XML-RPC/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile (contents, props changed) head/ports-mgmt/pkg_tree/Makefile (contents, props changed) Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Ptt/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-BBS-UserInfo-Ptt/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Get user information of PTT-sty RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Ptt.3 Modified: head/net/p5-BBS-UserInfo/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-BBS-UserInfo/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Base class of BBS::UserInfo::XXX -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo.3 Modified: head/net/p5-IO-Socket-Multicast6/Makefile ============================================================================== --- head/net/p5-IO-Socket-Multicast6/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-IO-Socket-Multicast6/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-IO-Interface>=1.01:${P p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= IO::Socket::Multicast6.3 Modified: head/net/p5-Net-Amazon-EC2/Makefile ============================================================================== --- head/net/p5-Net-Amazon-EC2/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Amazon-EC2/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:${POR BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::EC2.3 \ Net::Amazon::EC2::Attachment.3 \ Modified: head/net/p5-Net-Google-AuthSub/Makefile ============================================================================== --- head/net/p5-Net-Google-AuthSub/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Google-AuthSub/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= Interact with sites that implem RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::AuthSub::Response.3 \ Net::Google::AuthSub.3 Modified: head/net/p5-Net-Google-Spreadsheets/Makefile ============================================================================== --- head/net/p5-Net-Google-Spreadsheets/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Google-Spreadsheets/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Spreadsheets.3 \ Net::Google::Spreadsheets::Cell.3 \ Modified: head/net/p5-Net-IPTrie/Makefile ============================================================================== --- head/net/p5-Net-IPTrie/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-IPTrie/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${P p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::IPTrie.3 Net::IPTrie::Node.3 Modified: head/net/p5-Net-LDAP-AutoDNs/Makefile ============================================================================== --- head/net/p5-Net-LDAP-AutoDNs/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-LDAP-AutoDNs/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Automatically make some default decisions some LDAP DNs and scopes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::AutoDNs.3 Modified: head/net/p5-Net-LDAP-Express/Makefile ============================================================================== --- head/net/p5-Net-LDAP-Express/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-LDAP-Express/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= A module to simplify connecting BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::Express.3 Modified: head/net/p5-Net-Rendezvous-Publish/Makefile ============================================================================== --- head/net/p5-Net-Rendezvous-Publish/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Rendezvous-Publish/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= Publish Rendezvous services BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rendezvous::Publish.3 \ Net::Rendezvous::Publish::Service.3 Modified: head/net/p5-Net-Rsh/Makefile ============================================================================== --- head/net/p5-Net-Rsh/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Rsh/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 module to access and use rsh protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rsh.3 Modified: head/net/p5-Net-SSH-Mechanize/Makefile ============================================================================== --- head/net/p5-Net-SSH-Mechanize/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-SSH-Mechanize/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::SSH::Mechanize.3 \ Net::SSH::Mechanize::ConnectParams.3 \ Modified: head/net/p5-POEx-Role-TCPServer/Makefile ============================================================================== --- head/net/p5-POEx-Role-TCPServer/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-POEx-Role-TCPServer/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -25,7 +25,8 @@ RUN_DEPENDS= \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::TCPServer.3 Modified: head/net/p5-RPC-Simple/Makefile ============================================================================== --- head/net/p5-RPC-Simple/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-RPC-Simple/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \ RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \ Modified: head/net/p5-Sort-Key-IPv4/Makefile ============================================================================== --- head/net/p5-Sort-Key-IPv4/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Sort-Key-IPv4/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Perl extension for sorting IPv4 BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Key::IPv4.3 Modified: head/net/p5-What/Makefile ============================================================================== --- head/net/p5-What/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-What/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/l p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= What.3 What::MTA.3 Modified: head/net/p5-XML-RPC/Makefile ============================================================================== --- head/net/p5-XML-RPC/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-XML-RPC/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RPC.3 Modified: head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Parses the contents of FreeBSD BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Pkgs.3 Modified: head/ports-mgmt/pkg_tree/Makefile ============================================================================== --- head/ports-mgmt/pkg_tree/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/ports-mgmt/pkg_tree/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,7 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_PERL5= yes +USES= perl5 MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 17:07:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0869790F; Fri, 6 Sep 2013 17:07:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E998A2FB4; Fri, 6 Sep 2013 17:07:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86H70XI038606; Fri, 6 Sep 2013 17:07:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86H70FW038603; Fri, 6 Sep 2013 17:07:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061707.r86H70FW038603@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 17:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326527 - in head/x11/deskmenu: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 17:07:01 -0000 Author: bapt Date: Fri Sep 6 17:07:00 2013 New Revision: 326527 URL: http://svnweb.freebsd.org/changeset/ports/326527 Log: Fix build with clang Modified: head/x11/deskmenu/Makefile head/x11/deskmenu/files/patch-Makefile Modified: head/x11/deskmenu/Makefile ============================================================================== --- head/x11/deskmenu/Makefile Fri Sep 6 17:02:34 2013 (r326526) +++ head/x11/deskmenu/Makefile Fri Sep 6 17:07:00 2013 (r326527) @@ -1,9 +1,5 @@ -# New ports collection makefile for: deskmenu -# Date created: 17 February 2002 -# Whom: Matt Peterson -# +# Created by: Matt Peterson # $FreeBSD$ -# PORTNAME= deskmenu PORTVERSION= 1.3.0 @@ -16,8 +12,9 @@ MAINTAINER= matt@peterson.org COMMENT= X11 application launcher PLIST_FILES= bin/deskmenu +USES= gmake USE_GNOME= gtk12 -USE_GMAKE= yes +USE_CSTD= gnu89 post-install: ${STRIP_CMD} ${PREFIX}/bin/deskmenu Modified: head/x11/deskmenu/files/patch-Makefile ============================================================================== --- head/x11/deskmenu/files/patch-Makefile Fri Sep 6 17:02:34 2013 (r326526) +++ head/x11/deskmenu/files/patch-Makefile Fri Sep 6 17:07:00 2013 (r326527) @@ -4,7 +4,7 @@ -CC = gcc -CFLAGS = -g -O2 -Wall `gtk-config --cflags` -XROOT = /usr/X11 -+CFLAGS = -g -O2 -Wall `gtk12-config --cflags` ++CFLAGS += -g -O2 -Wall `gtk12-config --cflags` +XROOT = ${LOCALBASE} INCLUDES = -I$(XROOT)/include -LIBS = -lX11 `gtk-config --libs` From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 17:09:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA0E5C51; Fri, 6 Sep 2013 17:09:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6AE42FD7; Fri, 6 Sep 2013 17:09:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86H9wUJ040068; Fri, 6 Sep 2013 17:09:58 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86H9wAX040066; Fri, 6 Sep 2013 17:09:58 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309061709.r86H9wAX040066@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 6 Sep 2013 17:09:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326528 - head/security/hydra 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.14 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: Fri, 06 Sep 2013 17:09:58 -0000 Author: rm Date: Fri Sep 6 17:09:57 2013 New Revision: 326528 URL: http://svnweb.freebsd.org/changeset/ports/326528 Log: - update to 7.5 - reflect license change: GPLv3 -> AGPLv3 - use new library dependencies syntax and remove no more needed hacks for libssh dependency - unmute installation commands Modified: head/security/hydra/Makefile head/security/hydra/distinfo Modified: head/security/hydra/Makefile ============================================================================== --- head/security/hydra/Makefile Fri Sep 6 17:07:00 2013 (r326527) +++ head/security/hydra/Makefile Fri Sep 6 17:09:57 2013 (r326528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hydra -PORTVERSION= 7.4.2 +PORTVERSION= 7.5 CATEGORIES= security MASTER_SITES= http://freeworld.thc.org/releases/ \ PACKETSTORM/groups/thc/ @@ -10,11 +10,11 @@ MASTER_SITES= http://freeworld.thc.org/r MAINTAINER= rm@FreeBSD.org COMMENT= Brute force attack utility working on multiple network services -LICENSE= GPLv3 +LICENSE= AGPLv3 -LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ - pcre:${PORTSDIR}/devel/pcre \ - sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CONFLICTS= hydra-[0-9]* @@ -28,23 +28,21 @@ WANT_GNOME= yes MAN1= hydra.1 pw-inspector.1 OPTIONS_DEFINE= FIREBIRD SSH SVN X11 -FIREBIRD_DESC= Enable firebird support OPTIONS_EXCLUDE=NLS DOCS .include .if ${PORT_OPTIONS:MFIREBIRD} -LIB_DEPENDS+= fbclient:${PORTSDIR}/databases/firebird20-client +LIB_DEPENDS+= libfbclient.so:${PORTSDIR}/databases/firebird20-client .endif .if ${PORT_OPTIONS:MSSH} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libssh.so.4:${PORTSDIR}/security/libssh -RUN_DEPENDS+= ${LOCALBASE}/lib/libssh.so.4:${PORTSDIR}/security/libssh CFLAGS+= -I${LOCALBASE}/include +LIB_DEPENDS+= libssh.so.4:${PORTSDIR}/security/libssh .endif .if ${PORT_OPTIONS:MSVN} -LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion +LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion .endif .if ${PORT_OPTIONS:MX11} @@ -63,14 +61,14 @@ post-patch: ${WRKSRC}/Makefile.am do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/pw-inspector ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/dpl4hydra.sh ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/hydra.1 ${MANPREFIX}/man/man1/hydra.1 - @${INSTALL_MAN} ${WRKSRC}/pw-inspector.1 ${MANPREFIX}/man/man1/pw-inspector.1 + ${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/pw-inspector ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/dpl4hydra.sh ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hydra.1 ${MANPREFIX}/man/man1/hydra.1 + ${INSTALL_MAN} ${WRKSRC}/pw-inspector.1 ${MANPREFIX}/man/man1/pw-inspector.1 .if ${PORT_OPTIONS:MX11} - @${INSTALL_PROGRAM} ${WRKSRC}/hydra-gtk/src/xhydra ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xhydra.1 ${MANPREFIX}/man/man1/xhydra.1 + ${INSTALL_PROGRAM} ${WRKSRC}/hydra-gtk/src/xhydra ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xhydra.1 ${MANPREFIX}/man/man1/xhydra.1 .endif .include Modified: head/security/hydra/distinfo ============================================================================== --- head/security/hydra/distinfo Fri Sep 6 17:07:00 2013 (r326527) +++ head/security/hydra/distinfo Fri Sep 6 17:09:57 2013 (r326528) @@ -1,2 +1,2 @@ -SHA256 (hydra-7.4.2.tar.gz) = bdf670f8d197e1e7e03fb1bca9156ac34cd961496f1a4c3a3b7d79706d4d19df -SIZE (hydra-7.4.2.tar.gz) = 666187 +SHA256 (hydra-7.5.tar.gz) = 7293e7c32198219688e5bf5308f7e8eab37ad78d49701c9860a6b22aecda0ab6 +SIZE (hydra-7.5.tar.gz) = 681784 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 17:10:26 2013 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 ESMTP id 9D5C5D31; Fri, 6 Sep 2013 17:10:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ACEF2FDE; Fri, 6 Sep 2013 17:10:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86HAQ2t040545; Fri, 6 Sep 2013 17:10:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86HAQl2040544; Fri, 6 Sep 2013 17:10:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061710.r86HAQl2040544@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 17:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326529 - head/www/free-sa-devel 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.14 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: Fri, 06 Sep 2013 17:10:26 -0000 Author: bapt Date: Fri Sep 6 17:10:26 2013 New Revision: 326529 URL: http://svnweb.freebsd.org/changeset/ports/326529 Log: Fix build with clang Modified: head/www/free-sa-devel/Makefile Modified: head/www/free-sa-devel/Makefile ============================================================================== --- head/www/free-sa-devel/Makefile Fri Sep 6 17:09:57 2013 (r326528) +++ head/www/free-sa-devel/Makefile Fri Sep 6 17:10:26 2013 (r326529) @@ -1,9 +1,5 @@ -# New ports collection makefile for: free-sa-devel -# Date created: 27 Jul 2009 -# Whom: Alexander Moisseev -# +# Created by: Alexander Moisseev # $FreeBSD$ -# PORTNAME= free-sa PORTVERSION= 2.0.0b5.10 @@ -24,6 +20,7 @@ LATEST_LINK= free-sa-devel WWWDIR?= ${PREFIX}/www/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION} +USE_CSTD= gnu89 PORTDOCS= COPYING ChangeLog FAQ INSTALL README README.DEV THANKS MAN1= free-sa.1 MAN5= free-sa.conf.5 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 17:55:25 2013 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 ESMTP id B3AF63CC; Fri, 6 Sep 2013 17:55:25 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 913472288; Fri, 6 Sep 2013 17:55:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86HtPLk068039; Fri, 6 Sep 2013 17:55:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86HtLB1068009; Fri, 6 Sep 2013 17:55:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061755.r86HtLB1068009@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 17:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326530 - in head: archivers/p5-Archive-Any-Plugin-Rar archivers/p5-Compress-Bzip2 archivers/p5-IO-Zlib ports-mgmt/distilator ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates ports-mgmt/p5-FreeBS... 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.14 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: Fri, 06 Sep 2013 17:55:25 -0000 Author: az Date: Fri Sep 6 17:55:21 2013 New Revision: 326530 URL: http://svnweb.freebsd.org/changeset/ports/326530 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile (contents, props changed) head/archivers/p5-Compress-Bzip2/Makefile (contents, props changed) head/archivers/p5-IO-Zlib/Makefile head/ports-mgmt/distilator/Makefile (contents, props changed) head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile (contents, props changed) head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile (contents, props changed) head/ports-mgmt/pkg-orphan/Makefile (contents, props changed) head/ports-mgmt/pkg_cutleaves/Makefile (contents, props changed) head/ports-mgmt/porteasy/Makefile (contents, props changed) head/ports-mgmt/portlint/Makefile (contents, props changed) head/ports-mgmt/portupdate-scan/Makefile (contents, props changed) head/sysutils/ispman/Makefile (contents, props changed) head/sysutils/massadmin/Makefile (contents, props changed) head/sysutils/munin-common/Makefile head/sysutils/p5-File-Which/Makefile (contents, props changed) head/sysutils/p5-Sys-Group-GIDhelper/Makefile (contents, props changed) head/sysutils/p5-Sys-Hostname-FQDN/Makefile (contents, props changed) head/sysutils/p5-Tail-Stat/Makefile (contents, props changed) head/sysutils/psgconf/Makefile Modified: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile ============================================================================== --- head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Archive-Any>=0:${PORTS p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Archive::Any::Plugin::Rar.3 .include Modified: head/archivers/p5-Compress-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Bzip2/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/archivers/p5-Compress-Bzip2/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 interface to bzip2 compression library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Compress::Bzip2.3 Modified: head/archivers/p5-IO-Zlib/Makefile ============================================================================== --- head/archivers/p5-IO-Zlib/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/archivers/p5-IO-Zlib/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= IO:: style interface to Compress::Zlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Zlib.3 .include Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/distilator/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -14,6 +14,7 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/ne p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Error-Helper>=0:${PORT p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Pkgs::FindUpdates.3 Modified: head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Make a hash out of the index file for the ports tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Ports::INDEXhash.3 Modified: head/ports-mgmt/pkg-orphan/Makefile ============================================================================== --- head/ports-mgmt/pkg-orphan/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/pkg-orphan/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -14,7 +14,7 @@ MAINTAINER= vsemionov@gmail.com COMMENT= A console utility for managing unreferenced FreeBSD packages NO_BUILD= yes -USE_PERL5= yes +USES= perl5 MAN1= pkg-orphan.1 Modified: head/ports-mgmt/pkg_cutleaves/Makefile ============================================================================== --- head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -15,7 +15,7 @@ MAINTAINER= stefan@FreeBSD.org COMMENT= Interactive script for deinstalling 'leaf' packages NO_BUILD= yes -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR} Modified: head/ports-mgmt/porteasy/Makefile ============================================================================== --- head/ports-mgmt/porteasy/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/porteasy/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -11,7 +11,7 @@ COMMENT= A tool for fetching and buildin NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 SRC= ${.CURDIR}/src Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/portlint/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -15,7 +15,8 @@ COMMENT= A verifier for FreeBSD port dir NO_BUILD= yes WRKSRC= ${WRKDIR}/src -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SRC= ${.CURDIR}/src Modified: head/ports-mgmt/portupdate-scan/Makefile ============================================================================== --- head/ports-mgmt/portupdate-scan/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/ports-mgmt/portupdate-scan/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -16,7 +16,8 @@ MAINTAINER= alex@stangl.us COMMENT= Display pertinent parts of {PORTSDIR}/UPDATING NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= sbin/portupdate-scan SRC= ${.CURDIR}/src Modified: head/sysutils/ispman/Makefile ============================================================================== --- head/sysutils/ispman/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/ispman/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -37,7 +37,7 @@ RUN_DEPENDS= p5-Text-Balanced>=0:${PORTS p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 ALL_TARGET= ispman HAS_CONFIGURE= yes Modified: head/sysutils/massadmin/Makefile ============================================================================== --- head/sysutils/massadmin/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/massadmin/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Expect>=1.21:${PORTSDIR} p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty NO_BUILD= yes -USE_PERL5= yes +USES= perl5 LICENSE= GPLv3 Modified: head/sysutils/munin-common/Makefile ============================================================================== --- head/sysutils/munin-common/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/munin-common/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORT p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} Modified: head/sysutils/p5-File-Which/Makefile ============================================================================== --- head/sysutils/p5-File-Which/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/p5-File-Which/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -16,7 +16,8 @@ COMMENT= Portable implementation of `whi TEST_DEPENDS= p5-Test-Script>=1.05:${PORTSDIR}/devel/p5-Test-Script -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pwhich.1 MAN3= File::Which.3 Modified: head/sysutils/p5-Sys-Group-GIDhelper/Makefile ============================================================================== --- head/sysutils/p5-Sys-Group-GIDhelper/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/p5-Sys-Group-GIDhelper/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Helps for locating free GIDs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Group::GIDhelper.3 Modified: head/sysutils/p5-Sys-Hostname-FQDN/Makefile ============================================================================== --- head/sysutils/p5-Sys-Hostname-FQDN/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/p5-Sys-Hostname-FQDN/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -16,7 +16,8 @@ COMMENT= Get the short or long hostname LICENSE= ART20 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Hostname::FQDN.3 Modified: head/sysutils/p5-Tail-Stat/Makefile ============================================================================== --- head/sysutils/p5-Tail-Stat/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/p5-Tail-Stat/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_RC_SUBR= tstatd SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} Modified: head/sysutils/psgconf/Makefile ============================================================================== --- head/sysutils/psgconf/Makefile Fri Sep 6 17:10:26 2013 (r326529) +++ head/sysutils/psgconf/Makefile Fri Sep 6 17:55:21 2013 (r326530) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Config-Objective>=0:${ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN1= psgconf.1 MAN3= PSGConf.3 \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:02:20 2013 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 ESMTP id 82047866; Fri, 6 Sep 2013 18:02:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E274232E; Fri, 6 Sep 2013 18:02:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86I2KFm073073; Fri, 6 Sep 2013 18:02:20 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86I2Jso073070; Fri, 6 Sep 2013 18:02:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061802.r86I2Jso073070@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 18:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326531 - head/converters/trans 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.14 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: Fri, 06 Sep 2013 18:02:20 -0000 Author: danfe Date: Fri Sep 6 18:02:19 2013 New Revision: 326531 URL: http://svnweb.freebsd.org/changeset/ports/326531 Log: Fix -jX builds; cleanup Makefile and pkg-descr; sort pkg-plist; pet portlint(1). Modified: head/converters/trans/Makefile head/converters/trans/pkg-descr head/converters/trans/pkg-plist Modified: head/converters/trans/Makefile ============================================================================== --- head/converters/trans/Makefile Fri Sep 6 17:55:21 2013 (r326530) +++ head/converters/trans/Makefile Fri Sep 6 18:02:19 2013 (r326531) @@ -1,41 +1,46 @@ -# Created by: ache +# Created by: Andrey A. Chernov # $FreeBSD$ PORTNAME= trans PORTVERSION= 1.20 -CATEGORIES= converters russian +CATEGORIES= converters MASTER_SITES= http://www.kostis.net/freeware/ -DISTNAME= trans120 +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org -COMMENT= Character Encoding Converter Generator Package - -MAKE_JOBS_UNSAFE= yes +COMMENT= Character encoding converter generator LIBDIR= ${PREFIX}/lib/trans -ALL= transhtm transiso transce8 transtab checkiso checkuni +MAN1= transhtm.1 transiso.1 transce8.1 transtab.1 checkiso.1 \ + checkuni.1 + +post-patch: +# Fix the build against arbitrary make(1) implementation + @${REINPLACE_CMD} -e 's/cd src ; make/$$(MAKE) -C src/' \ + ${WRKSRC}/Makefile +# Unbreak parallel builds (-jX): fix targets' dependencies + @${REINPLACE_CMD} -e 's/loadtab\$$(OBJ)$$/$$(OBJLIB)/' \ + ${WRKSRC}/src/Makefile do-install: - cd ${WRKSRC}/src && $(INSTALL_PROGRAM) $(ALL) ${PREFIX}/bin - cd ${WRKSRC}/src && \ - for i in $(ALL); do \ - $(INSTALL_MAN) $$i.man ${PREFIX}/man/cat1/$$i.1; \ - done - install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ - ${LIBDIR}/cedf ${LIBDIR}/xlt ${LIBDIR}/doc ${LIBDIR}/bin \ + cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ${MAN1:R} ${PREFIX}/bin +.for m in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/src/${m:R}.man ${MANPREFIX}/man/man1/${m} +.endfor + @${MKDIR} ${LIBDIR}/cedf ${LIBDIR}/xlt ${LIBDIR}/doc ${LIBDIR}/bin \ ${LIBDIR}/src cd ${WRKSRC}/src && \ - $(INSTALL_SCRIPT) checkall chkuni mkhtml mklist mkxlt \ + ${INSTALL_SCRIPT} checkall chkuni mkhtml mklist mkxlt \ ${LIBDIR}/src cd ${WRKSRC} && \ - $(INSTALL_DATA) README encoding.lis ${LIBDIR} + ${INSTALL_DATA} README encoding.lis ${LIBDIR} cd ${WRKSRC}/src && \ - $(INSTALL_DATA) datatype.h ${LIBDIR}/src + ${INSTALL_DATA} datatype.h ${LIBDIR}/src cd ${WRKSRC}/bin && \ - $(INSTALL_DATA) one trans.[ch] trans.man utimbuf.h utf.[ch] \ + ${INSTALL_DATA} one trans.[ch] trans.man utimbuf.h utf.[ch] \ ${LIBDIR}/bin - cd ${WRKSRC}/cedf && $(INSTALL_DATA) * ${LIBDIR}/cedf - cd ${WRKSRC}/doc && $(INSTALL_DATA) * ${LIBDIR}/doc - cd ${WRKSRC}/xlt && $(INSTALL_DATA) * ${LIBDIR}/xlt + ${INSTALL_DATA} ${WRKSRC}/cedf/* ${LIBDIR}/cedf + ${INSTALL_DATA} ${WRKSRC}/doc/* ${LIBDIR}/doc + ${INSTALL_DATA} ${WRKSRC}/xlt/* ${LIBDIR}/xlt .include Modified: head/converters/trans/pkg-descr ============================================================================== --- head/converters/trans/pkg-descr Fri Sep 6 17:55:21 2013 (r326530) +++ head/converters/trans/pkg-descr Fri Sep 6 18:02:19 2013 (r326531) @@ -1,10 +1,10 @@ -trans - Character Encoding Converter Generator Package +This is a character encoding converter generator package. -Currently there are 72 different Character Encoding Description Files +Currently there are 72 different character encoding description files supplied with this package, not counting the 13 *.net files, which are -modified Character Encoding Description Files. All but 13 of the above -mentioned files describe 8-bit Character Encodings/Sets. +modified character encoding description files. All but 13 of the above +mentioned files describe 8-bit character encodings/sets. -It covers ISO 646, many IBM Codepages for MS-DOS, Microsoft Windows -Codepages, ISO 8859-x, HP, Adobe, Apple Macintosh, Atari, NeXTSTEP -Character Encodings, a few EBCDIC Encodings, koi8-r and a few more... +It covers ISO 646, many IBM codepages for MS-DOS, Microsoft Windows +codepages, ISO 8859-x, HP, Adobe, Apple Macintosh, Atari, NeXTSTEP +character encodings, a few EBCDIC encodings, KOI8-R, and a few more. Modified: head/converters/trans/pkg-plist ============================================================================== --- head/converters/trans/pkg-plist Fri Sep 6 17:55:21 2013 (r326530) +++ head/converters/trans/pkg-plist Fri Sep 6 18:02:19 2013 (r326531) @@ -1,15 +1,17 @@ -bin/transtab -bin/transiso bin/checkiso bin/checkuni bin/transce8 bin/transhtm -man/cat1/transtab.1 -man/cat1/transiso.1 -man/cat1/checkiso.1 -man/cat1/checkuni.1 -man/cat1/transce8.1 -man/cat1/transhtm.1 +bin/transiso +bin/transtab +lib/trans/README +lib/trans/bin/one +lib/trans/bin/trans.c +lib/trans/bin/trans.h +lib/trans/bin/trans.man +lib/trans/bin/utf.c +lib/trans/bin/utf.h +lib/trans/bin/utimbuf.h lib/trans/cedf/adobeiso lib/trans/cedf/adobestd lib/trans/cedf/adobesym @@ -92,6 +94,33 @@ lib/trans/cedf/tex-dcr.in lib/trans/cedf/tex-dcr.out lib/trans/cedf/wingding lib/trans/cedf/wingreek +lib/trans/doc/adobe.inf +lib/trans/doc/apple.inf +lib/trans/doc/atari.inf +lib/trans/doc/cpdos.inf +lib/trans/doc/cpwin.inf +lib/trans/doc/credits +lib/trans/doc/dec.inf +lib/trans/doc/ebcdic.inf +lib/trans/doc/format +lib/trans/doc/history +lib/trans/doc/hp.inf +lib/trans/doc/iso10646.inf +lib/trans/doc/iso6429.inf +lib/trans/doc/iso646.inf +lib/trans/doc/iso8859.inf +lib/trans/doc/nextstep.inf +lib/trans/doc/other.inf +lib/trans/doc/sources +lib/trans/doc/todo +lib/trans/doc/winother.inf +lib/trans/encoding.lis +lib/trans/src/checkall +lib/trans/src/chkuni +lib/trans/src/datatype.h +lib/trans/src/mkhtml +lib/trans/src/mklist +lib/trans/src/mkxlt lib/trans/xlt/adobeiso lib/trans/xlt/adobestd lib/trans/xlt/adobesym @@ -171,41 +200,6 @@ lib/trans/xlt/tex-dcr.in lib/trans/xlt/tex-dcr.out lib/trans/xlt/wingding lib/trans/xlt/wingreek -lib/trans/doc/adobe.inf -lib/trans/doc/apple.inf -lib/trans/doc/atari.inf -lib/trans/doc/cpdos.inf -lib/trans/doc/cpwin.inf -lib/trans/doc/credits -lib/trans/doc/dec.inf -lib/trans/doc/ebcdic.inf -lib/trans/doc/format -lib/trans/doc/history -lib/trans/doc/hp.inf -lib/trans/doc/iso10646.inf -lib/trans/doc/iso6429.inf -lib/trans/doc/iso646.inf -lib/trans/doc/iso8859.inf -lib/trans/doc/nextstep.inf -lib/trans/doc/other.inf -lib/trans/doc/sources -lib/trans/doc/todo -lib/trans/doc/winother.inf -lib/trans/bin/one -lib/trans/bin/trans.c -lib/trans/bin/trans.h -lib/trans/bin/trans.man -lib/trans/bin/utimbuf.h -lib/trans/bin/utf.c -lib/trans/bin/utf.h -lib/trans/src/checkall -lib/trans/src/chkuni -lib/trans/src/mkhtml -lib/trans/src/mklist -lib/trans/src/mkxlt -lib/trans/src/datatype.h -lib/trans/README -lib/trans/encoding.lis @dirrm lib/trans/bin @dirrm lib/trans/cedf @dirrm lib/trans/doc From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:03:28 2013 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 ESMTP id 5DA21962; Fri, 6 Sep 2013 18:03:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A0862340; Fri, 6 Sep 2013 18:03:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86I3SNX073519; Fri, 6 Sep 2013 18:03:28 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86I3SPf073518; Fri, 6 Sep 2013 18:03:28 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309061803.r86I3SPf073518@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 6 Sep 2013 18:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326532 - head/games/kiki 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.14 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: Fri, 06 Sep 2013 18:03:28 -0000 Author: amdmi3 Date: Fri Sep 6 18:03:27 2013 New Revision: 326532 URL: http://svnweb.freebsd.org/changeset/ports/326532 Log: - Fix build on 10.x Modified: head/games/kiki/Makefile Modified: head/games/kiki/Makefile ============================================================================== --- head/games/kiki/Makefile Fri Sep 6 18:02:19 2013 (r326531) +++ head/games/kiki/Makefile Fri Sep 6 18:03:27 2013 (r326532) @@ -19,6 +19,7 @@ USE_GL= gl glu glut USE_SDL= sdl mixer image USE_DOS2UNIX= kodilib/linux/Makefile src/main/KikiController.cpp linux/Makefile kodilib/src/types/KVector.h src/main/KikiPythonWidget.h MAKE_ENV= PYTHON_VER=${PYTHON_VERSION:C/^python//} +USE_GCC= any # swig produces clang-incompatible code WRKSRC= ${WRKDIR}/kiki From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:11:06 2013 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 ESMTP id 9E555D2B; Fri, 6 Sep 2013 18:11:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C69A23EC; Fri, 6 Sep 2013 18:11:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86IB6xA079080; Fri, 6 Sep 2013 18:11:06 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86IB6xT079079; Fri, 6 Sep 2013 18:11:06 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309061811.r86IB6xT079079@svn.freebsd.org> From: Gerald Pfeifer Date: Fri, 6 Sep 2013 18:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326533 - head/lang/gcc42/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 18:11:06 -0000 Author: gerald Date: Fri Sep 6 18:11:06 2013 New Revision: 326533 URL: http://svnweb.freebsd.org/changeset/ports/326533 Log: Work around a bug in libcpp that pulls in the optional system iconv if present (even if the libiconv port is present) and fails using that. The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Added: head/lang/gcc42/files/patch-libcpp (contents, props changed) Added: head/lang/gcc42/files/patch-libcpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc42/files/patch-libcpp Fri Sep 6 18:11:06 2013 (r326533) @@ -0,0 +1,10 @@ +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 +@@ -27,6 +27,7 @@ + #include "cpp-id-data.h" + + #if HAVE_ICONV ++#define __bool_true_false_are_defined + #include + #else + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:18:14 2013 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 ESMTP id D149072D; Fri, 6 Sep 2013 18:18:14 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDE65249D; Fri, 6 Sep 2013 18:18:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86IIEZj082063; Fri, 6 Sep 2013 18:18:14 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86IIEMd082060; Fri, 6 Sep 2013 18:18:14 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061818.r86IIEMd082060@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 18:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326534 - head/devel/p5-ExtUtils-CBuilder 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.14 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: Fri, 06 Sep 2013 18:18:14 -0000 Author: tobez Date: Fri Sep 6 18:18:13 2013 New Revision: 326534 URL: http://svnweb.freebsd.org/changeset/ports/326534 Log: Update to 0.2802(.)10. Changes: http://search.cpan.org/dist/ExtUtils-CBuilder/Changes Modified: head/devel/p5-ExtUtils-CBuilder/Makefile head/devel/p5-ExtUtils-CBuilder/distinfo Modified: head/devel/p5-ExtUtils-CBuilder/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/Makefile Fri Sep 6 18:11:06 2013 (r326533) +++ head/devel/p5-ExtUtils-CBuilder/Makefile Fri Sep 6 18:18:13 2013 (r326534) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ExtUtils-CBuilder -PORTVERSION= 0.2802.05 +PORTVERSION= 0.2802.10 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +MASTER_SITE_SUBDIR= CPAN:AMBS/ExtUtils PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} Modified: head/devel/p5-ExtUtils-CBuilder/distinfo ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/distinfo Fri Sep 6 18:11:06 2013 (r326533) +++ head/devel/p5-ExtUtils-CBuilder/distinfo Fri Sep 6 18:18:13 2013 (r326534) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-CBuilder-0.280205.tar.gz) = fad9213566e5fd10b2b7440741e4cf549f60c1598da95eeed2f685d3fec8d959 -SIZE (ExtUtils-CBuilder-0.280205.tar.gz) = 34683 +SHA256 (ExtUtils-CBuilder-0.280210.tar.gz) = ed68b2c3715d6fffb1be91696664978761991e7eaa16e12c9b0531110cd3e5b6 +SIZE (ExtUtils-CBuilder-0.280210.tar.gz) = 36669 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:27:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CD5DDD1; Fri, 6 Sep 2013 18:27:16 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A54F253B; Fri, 6 Sep 2013 18:27:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86IRGMG087804; Fri, 6 Sep 2013 18:27:16 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86IRFOd087802; Fri, 6 Sep 2013 18:27:16 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061827.r86IRFOd087802@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 18:27:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326535 - head/devel/p5-Log-Handler 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.14 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: Fri, 06 Sep 2013 18:27:16 -0000 Author: tobez Date: Fri Sep 6 18:27:15 2013 New Revision: 326535 URL: http://svnweb.freebsd.org/changeset/ports/326535 Log: Update to 0.79. Changes: http://search.cpan.org/dist/Log-Handler/ChangeLog Modified: head/devel/p5-Log-Handler/Makefile head/devel/p5-Log-Handler/distinfo Modified: head/devel/p5-Log-Handler/Makefile ============================================================================== --- head/devel/p5-Log-Handler/Makefile Fri Sep 6 18:18:13 2013 (r326534) +++ head/devel/p5-Log-Handler/Makefile Fri Sep 6 18:27:15 2013 (r326535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Handler -PORTVERSION= 0.78 +PORTVERSION= 0.79 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Handler/distinfo ============================================================================== --- head/devel/p5-Log-Handler/distinfo Fri Sep 6 18:18:13 2013 (r326534) +++ head/devel/p5-Log-Handler/distinfo Fri Sep 6 18:27:15 2013 (r326535) @@ -1,2 +1,2 @@ -SHA256 (Log-Handler-0.78.tar.gz) = 520ed7e740fc0b06c9aebdf26263e1d33abb4afc9fa7d05b1df7eac532696678 -SIZE (Log-Handler-0.78.tar.gz) = 72159 +SHA256 (Log-Handler-0.79.tar.gz) = e8b5f70ea79bfedb4bb4b14f6eecf21f507cc6b2e33f1537cad1a8ee3e2aeeea +SIZE (Log-Handler-0.79.tar.gz) = 74225 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 18:51:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F8AF98C; Fri, 6 Sep 2013 18:51:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D15B26C0; Fri, 6 Sep 2013 18:51:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86IpGPN003291; Fri, 6 Sep 2013 18:51:16 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86IpGeO003290; Fri, 6 Sep 2013 18:51:16 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309061851.r86IpGeO003290@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 6 Sep 2013 18:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326536 - head/games/brainparty/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 18:51:17 -0000 Author: amdmi3 Date: Fri Sep 6 18:51:16 2013 New Revision: 326536 URL: http://svnweb.freebsd.org/changeset/ports/326536 Log: - Fix build with clang Added: head/games/brainparty/files/patch-BPList.h (contents, props changed) Added: head/games/brainparty/files/patch-BPList.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/brainparty/files/patch-BPList.h Fri Sep 6 18:51:16 2013 (r326536) @@ -0,0 +1,20 @@ +--- BPList.h.orig 2010-03-02 16:29:45.000000000 +0300 ++++ BPList.h 2013-09-06 22:05:04.125227873 +0400 +@@ -138,7 +138,7 @@ + ~BPPList(); + void Add(T item); + bool Contains(T item); +- void Clear(bool safe_delete); ++ void Clear(bool safe_delete = true); + int IndexOf(T item); + void Insert(int pos, T item); + void Remove(T item); +@@ -171,7 +171,7 @@ + } + + template +-void BPPList::Clear(bool safe_delete = true) { ++void BPPList::Clear(bool safe_delete) { + if (safe_delete) { + for (int i = data.size() - 1; i >= 0; --i) { + T item = data[i]; From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 19:08:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA4CEEE8; Fri, 6 Sep 2013 19:08:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9801527B8; Fri, 6 Sep 2013 19:08:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86J8eAn012614; Fri, 6 Sep 2013 19:08:40 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86J8eqx012613; Fri, 6 Sep 2013 19:08:40 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309061908.r86J8eqx012613@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 6 Sep 2013 19:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326537 - head/sysutils/ansible 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.14 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: Fri, 06 Sep 2013 19:08:40 -0000 Author: mat Date: Fri Sep 6 19:08:40 2013 New Revision: 326537 URL: http://svnweb.freebsd.org/changeset/ports/326537 Log: Fixup typo. Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Sep 6 18:51:16 2013 (r326536) +++ head/sysutils/ansible/Makefile Fri Sep 6 19:08:40 2013 (r326537) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXAMPLES FIREBALL FIREBALL_DESC= Enable fireball mode FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pypycrypto>=0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 19:25:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA8039DA; Fri, 6 Sep 2013 19:25:24 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97A3F29B6; Fri, 6 Sep 2013 19:25:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86JPOfl023471; Fri, 6 Sep 2013 19:25:24 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86JPOIf023470; Fri, 6 Sep 2013 19:25:24 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309061925.r86JPOIf023470@svn.freebsd.org> From: Gerald Pfeifer Date: Fri, 6 Sep 2013 19:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326538 - head/lang/gcc44/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 19:25:24 -0000 Author: gerald Date: Fri Sep 6 19:25:24 2013 New Revision: 326538 URL: http://svnweb.freebsd.org/changeset/ports/326538 Log: Work around a bug in libcpp that pulls in the optional system iconv if present (even if the libiconv port is present and requested) and fails using that. The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Added: head/lang/gcc44/files/patch-libcpp (contents, props changed) Added: head/lang/gcc44/files/patch-libcpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc44/files/patch-libcpp Fri Sep 6 19:25:24 2013 (r326538) @@ -0,0 +1,10 @@ +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 +@@ -27,6 +27,7 @@ + #include "cpp-id-data.h" + + #if HAVE_ICONV ++#define __bool_true_false_are_defined + #include + #else + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 19:36:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 664DFEC1; Fri, 6 Sep 2013 19:36:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 540AB2B49; Fri, 6 Sep 2013 19:36:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86JaNUU029847; Fri, 6 Sep 2013 19:36:23 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86JaNCg029846; Fri, 6 Sep 2013 19:36:23 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309061936.r86JaNCg029846@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 6 Sep 2013 19:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326539 - head/graphics/makehuman 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.14 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: Fri, 06 Sep 2013 19:36:23 -0000 Author: amdmi3 Date: Fri Sep 6 19:36:22 2013 New Revision: 326539 URL: http://svnweb.freebsd.org/changeset/ports/326539 Log: - Fix build on 10.x Modified: head/graphics/makehuman/Makefile Modified: head/graphics/makehuman/Makefile ============================================================================== --- head/graphics/makehuman/Makefile Fri Sep 6 19:25:24 2013 (r326538) +++ head/graphics/makehuman/Makefile Fri Sep 6 19:36:22 2013 (r326539) @@ -16,6 +16,7 @@ LIB_DEPENDS= animorph:${PORTSDIR}/graphi USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= glut +USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 19:58:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61C62941; Fri, 6 Sep 2013 19:58:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3DF2EE8; Fri, 6 Sep 2013 19:58:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86JwdKB042696; Fri, 6 Sep 2013 19:58:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86JwdGQ042695; Fri, 6 Sep 2013 19:58:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061958.r86JwdGQ042695@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 19:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326540 - head/devel/libplist/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 19:58:39 -0000 Author: bapt Date: Fri Sep 6 19:58:38 2013 New Revision: 326540 URL: http://svnweb.freebsd.org/changeset/ports/326540 Log: Fix build with libc++ Added: head/devel/libplist/files/ head/devel/libplist/files/patch-src__Dictionary.cpp (contents, props changed) Added: head/devel/libplist/files/patch-src__Dictionary.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libplist/files/patch-src__Dictionary.cpp Fri Sep 6 19:58:38 2013 (r326540) @@ -0,0 +1,11 @@ +--- ./src/Dictionary.cpp.orig 2013-03-19 17:34:11.000000000 +0100 ++++ ./src/Dictionary.cpp 2013-09-06 21:56:58.185535926 +0200 +@@ -151,7 +151,7 @@ + _map[key] = clone; + return _map.find(key); + } +- return iterator(NULL); ++ return iterator(); + } + + void Dictionary::Remove(Node* node) From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:02:01 2013 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 ESMTP id 5CF2DB53; Fri, 6 Sep 2013 20:02:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6FB2F9B; Fri, 6 Sep 2013 20:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86K21lZ046090; Fri, 6 Sep 2013 20:02:01 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86K21bl046089; Fri, 6 Sep 2013 20:02:01 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309062002.r86K21bl046089@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Sep 2013 20:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326541 - head/converters/libiconv 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.14 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: Fri, 06 Sep 2013 20:02:01 -0000 Author: madpilot Date: Fri Sep 6 20:02:00 2013 New Revision: 326541 URL: http://svnweb.freebsd.org/changeset/ports/326541 Log: Report correct OSVERSION in IGNORE message. Modified: head/converters/libiconv/Makefile Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Fri Sep 6 19:58:38 2013 (r326540) +++ head/converters/libiconv/Makefile Fri Sep 6 20:02:00 2013 (r326541) @@ -52,7 +52,7 @@ post-patch: .include .if ${OSVERSION} > 1000043 -IGNORE= converters/libiconv should not be used with OSVERSION > 1000050. \ +IGNORE= converters/libiconv should not be used with OSVERSION > 1000043. \ Please fix the port which tries to use it .endif From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:04:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 493AAED2; Fri, 6 Sep 2013 20:04:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 371532017; Fri, 6 Sep 2013 20:04:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86K4idJ047512; Fri, 6 Sep 2013 20:04:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86K4ixo047511; Fri, 6 Sep 2013 20:04:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062004.r86K4ixo047511@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 20:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326542 - head/databases/libmemcached 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.14 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: Fri, 06 Sep 2013 20:04:44 -0000 Author: bapt Date: Fri Sep 6 20:04:43 2013 New Revision: 326542 URL: http://svnweb.freebsd.org/changeset/ports/326542 Log: Fix build with libc++ Modified: head/databases/libmemcached/Makefile Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Fri Sep 6 20:02:00 2013 (r326541) +++ head/databases/libmemcached/Makefile Fri Sep 6 20:04:43 2013 (r326542) @@ -19,6 +19,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-memcached CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" +CXXFLAGS+= -D__STDC_CONSTANT_MACROS .include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:16:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1460A29; Fri, 6 Sep 2013 20:16:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE2A821B9; Fri, 6 Sep 2013 20:16:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86KGdBh054389; Fri, 6 Sep 2013 20:16:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86KGdb6054388; Fri, 6 Sep 2013 20:16:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062016.r86KGdb6054388@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 20:16:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326543 - head/audio/libsidplay 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.14 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: Fri, 06 Sep 2013 20:16:39 -0000 Author: bapt Date: Fri Sep 6 20:16:39 2013 New Revision: 326543 URL: http://svnweb.freebsd.org/changeset/ports/326543 Log: Fix build with libc++ Modified: head/audio/libsidplay/Makefile Modified: head/audio/libsidplay/Makefile ============================================================================== --- head/audio/libsidplay/Makefile Fri Sep 6 20:04:43 2013 (r326542) +++ head/audio/libsidplay/Makefile Fri Sep 6 20:16:39 2013 (r326543) @@ -12,6 +12,7 @@ COMMENT= Commodore SID-chip emulator lib USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +CONFIGURE_ENV= sid_cv_have_ios_binary=yes .include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:18:26 2013 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 ESMTP id D6DFCB16; Fri, 6 Sep 2013 20:18:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C452021C4; Fri, 6 Sep 2013 20:18:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86KIQUA055341; Fri, 6 Sep 2013 20:18:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86KIQ3w055340; Fri, 6 Sep 2013 20:18:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062018.r86KIQ3w055340@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 20:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326544 - head/textproc/libebml/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 20:18:26 -0000 Author: bapt Date: Fri Sep 6 20:18:26 2013 New Revision: 326544 URL: http://svnweb.freebsd.org/changeset/ports/326544 Log: Fix build with libc++ Added: head/textproc/libebml/files/ head/textproc/libebml/files/patch-ebml__EbmlBinary.h (contents, props changed) Added: head/textproc/libebml/files/patch-ebml__EbmlBinary.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libebml/files/patch-ebml__EbmlBinary.h Fri Sep 6 20:18:26 2013 (r326544) @@ -0,0 +1,10 @@ +--- ./ebml/EbmlBinary.h.orig 2013-03-19 19:42:58.000000000 +0100 ++++ ./ebml/EbmlBinary.h 2013-09-06 22:17:55.987709299 +0200 +@@ -41,6 +41,7 @@ + + #include "EbmlTypes.h" + #include "EbmlElement.h" ++#include + + // ----- Added 10/15/2003 by jcsston from Zen ----- + #if defined (__BORLANDC__) //Maybe other compilers? From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:31:51 2013 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 ESMTP id DA6715C4; Fri, 6 Sep 2013 20:31:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE14122BF; Fri, 6 Sep 2013 20:31:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86KVpgD064977; Fri, 6 Sep 2013 20:31:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86KVpq2064973; Fri, 6 Sep 2013 20:31:51 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062031.r86KVpq2064973@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 20:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326545 - in head: deskutils/tomboy-plugin-todo multimedia/mpv net/openmpi 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.14 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: Fri, 06 Sep 2013 20:31:51 -0000 Author: bapt Date: Fri Sep 6 20:31:50 2013 New Revision: 326545 URL: http://svnweb.freebsd.org/changeset/ports/326545 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/tomboy-plugin-todo/Makefile head/multimedia/mpv/Makefile head/net/openmpi/Makefile Modified: head/deskutils/tomboy-plugin-todo/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-todo/Makefile Fri Sep 6 20:18:26 2013 (r326544) +++ head/deskutils/tomboy-plugin-todo/Makefile Fri Sep 6 20:31:50 2013 (r326545) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-todo -# Date created: 2009-06-09 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= tomboy-plugin-todo PORTVERSION= 1.0.0 @@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Sep 6 20:18:26 2013 (r326544) +++ head/multimedia/mpv/Makefile Fri Sep 6 20:31:50 2013 (r326545) @@ -18,7 +18,7 @@ BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multi RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 USE_XZ= yes -USES= gmake iconv +USES= gmake iconv pkgconfig USE_XORG= x11 xv xxf86vm HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Fri Sep 6 20:18:26 2013 (r326544) +++ head/net/openmpi/Makefile Fri Sep 6 20:31:50 2013 (r326545) @@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 20:57:13 2013 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 ESMTP id 6ACA3863; Fri, 6 Sep 2013 20:57:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4886523F0; Fri, 6 Sep 2013 20:57:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86KvDLn078954; Fri, 6 Sep 2013 20:57:13 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86KvBjx078939; Fri, 6 Sep 2013 20:57:11 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309062057.r86KvBjx078939@svn.freebsd.org> From: Niclas Zeising Date: Fri, 6 Sep 2013 20:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326546 - head/x11-wm/blackbox/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 20:57:13 -0000 Author: zeising Date: Fri Sep 6 20:57:11 2013 New Revision: 326546 URL: http://svnweb.freebsd.org/changeset/ports/326546 Log: Fix build with clang and libc++ Approved by: portmgr (bapt) Added: head/x11-wm/blackbox/files/patch-lib_Display.cc (contents, props changed) head/x11-wm/blackbox/files/patch-lib_Menu.cc (contents, props changed) head/x11-wm/blackbox/files/patch-lib_Texture.cc (contents, props changed) head/x11-wm/blackbox/files/patch-src_Window.cc (contents, props changed) head/x11-wm/blackbox/files/patch-src_blackbox.cc (contents, props changed) head/x11-wm/blackbox/files/patch-src_main.cc (contents, props changed) head/x11-wm/blackbox/files/patch-util_bsetroot.cc (contents, props changed) Added: head/x11-wm/blackbox/files/patch-lib_Display.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-lib_Display.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,36 @@ +--- lib/Display.cc.orig 2005-01-03 10:42:38.000000000 +0100 ++++ lib/Display.cc 2013-08-31 15:42:48.395906537 +0200 +@@ -25,6 +25,7 @@ + #include "Display.hh" + + #include ++#include + + #include + +@@ -32,7 +33,6 @@ + #include + #include + +- + namespace bt { + + void createBitmapLoader(const Display &display); +@@ -68,7 +68,7 @@ + if (!(xdisplay = XOpenDisplay(dpy_name))) { + fprintf(stderr, "bt::Display: failed to open display '%s'\n", + dpy_name ? dpy_name : ""); +- ::exit(2); ++ std::exit(2); + } + + #ifdef DEBUG +@@ -77,7 +77,7 @@ + + if (fcntl(XConnectionNumber(xdisplay), F_SETFD, 1) == -1) { + fprintf(stderr, "bt::Display: failed to mark connection close-on-exec\n"); +- ::exit(2); ++ std::exit(2); + } + + if (!multi_head || ScreenCount(xdisplay) == 1) { Added: head/x11-wm/blackbox/files/patch-lib_Menu.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-lib_Menu.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,71 @@ +--- lib/Menu.cc.orig 2013-08-31 15:45:50.982895002 +0200 ++++ lib/Menu.cc 2013-08-31 15:53:36.911861215 +0200 +@@ -30,6 +30,8 @@ + #include "PixmapCache.hh" + #include "Resource.hh" + ++#include ++ + #include + #include + +@@ -135,11 +137,11 @@ + + str = resource.read("menu.title.marginWidth", "Menu.Title.MarginWidth", "1"); + title_margin = +- static_cast(std::max(strtol(str.c_str(), 0, 0), 0l)); ++ static_cast(std::max(std::strtol(str.c_str(), 0, 0), 0l)); + + str = resource.read("menu.frame.marginWidth", "Menu.Frame.MarginWidth", "1"); + frame_margin = +- static_cast(std::max(strtol(str.c_str(), 0, 0), 0l)); ++ static_cast(std::max(std::strtol(str.c_str(), 0, 0), 0l)); + } + + +@@ -363,7 +365,7 @@ + } else { + index = std::min(static_cast(index), _items.size()); + it = _items.begin(); +- std::advance(it, index); ++ std::advance(it, index); + } + + it = _items.insert(it, item); +@@ -514,7 +516,7 @@ + + void bt::Menu::removeIndex(unsigned int index) { + ItemList::iterator it = _items.begin(); +- std::advance(it, index); ++ std::advance(it, index); + if (it == _items.end()) + return; // item not found + removeItemByIterator(it); +@@ -1035,7 +1037,7 @@ + const ItemList::const_iterator &end = _items.end(); + ItemList::const_iterator anchor = _items.begin(); + if (_active_index != ~0u) { +- std::advance(anchor, _active_index); ++ std::advance(anchor, _active_index); + + // go one paste the current active index + if (anchor != end && !anchor->separator) +@@ -1055,8 +1057,7 @@ + ItemList::const_reverse_iterator anchor = _items.rbegin(); + const ItemList::const_reverse_iterator &end = _items.rend(); + if (_active_index != ~0u) { +- std::advance +- (anchor, _items.size() - _active_index - 1); ++ std::advance(anchor, _items.size() - _active_index - 1); + + // go one item past the current active index + if (anchor != end && !anchor->separator) +@@ -1174,7 +1175,7 @@ + } + + fprintf(stderr, "Error: bt::Menu::verifyId: id %u already used\n", id); +- abort(); ++ std::abort(); + } + + std::vector::iterator it = Added: head/x11-wm/blackbox/files/patch-lib_Texture.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-lib_Texture.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,19 @@ +--- lib/Texture.cc.orig 2013-08-31 15:55:19.995853042 +0200 ++++ lib/Texture.cc 2013-08-31 15:55:47.288909835 +0200 +@@ -28,6 +28,7 @@ + #include "Resource.hh" + + #include ++#include + + #include + #include +@@ -184,7 +185,7 @@ + + const std::string bstr = + resource.read(name + ".borderWidth", className + ".BorderWidth", "1"); +- unsigned int bw = static_cast(strtoul(bstr.c_str(), 0, 0)); ++ unsigned int bw = static_cast(std::strtoul(bstr.c_str(), 0, 0)); + texture.setBorderWidth(bw); + } + Added: head/x11-wm/blackbox/files/patch-src_Window.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-src_Window.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,74 @@ +--- src/Window.cc.orig 2013-08-31 15:58:41.720845042 +0200 ++++ src/Window.cc 2013-08-31 16:00:13.671837757 +0200 +@@ -33,6 +33,8 @@ + #include "Workspace.hh" + #include "blackbox.hh" + ++#include ++ + #include + #include + #include +@@ -3699,14 +3701,14 @@ + wtop = y, + wbottom = y + height - 1, + // left, right, top + bottom are for rect, douterleft = left border of rect +- dinnerleft = abs(wleft - rect.left()), +- dinnerright = abs(wright - rect.right()), +- dinnertop = abs(wtop - rect.top()), +- dinnerbottom = abs(wbottom - rect.bottom()), +- douterleft = abs(wright - rect.left()), +- douterright = abs(wleft - rect.right()), +- doutertop = abs(wbottom - rect.top()), +- douterbottom = abs(wtop - rect.bottom()); ++ dinnerleft = std::abs(wleft - rect.left()), ++ dinnerright = std::abs(wright - rect.right()), ++ dinnertop = std::abs(wtop - rect.top()), ++ dinnerbottom = std::abs(wbottom - rect.bottom()), ++ douterleft = std::abs(wright - rect.left()), ++ douterright = std::abs(wleft - rect.right()), ++ doutertop = std::abs(wbottom - rect.top()), ++ douterbottom = std::abs(wtop - rect.bottom()); + + if ((wtop <= rect.bottom() && wbottom >= rect.top()) + || doutertop <= snap_distance +@@ -3749,8 +3751,8 @@ + const int cwy = y + height / 2; + const int crx = rect.x() + rect.width() / 2; + const int cry = rect.y() + rect.height() / 2; +- const int cdx = abs(cwx - crx); +- const int cdy = abs(cwy - cry); ++ const int cdx = std::abs(cwx - crx); ++ const int cdy = std::abs(cwy - cry); + if (cdx <= snap_distance) + // snap to horizontal center + *dx = x - (rect.x() + ((rect.width() - width) / 2)); +@@ -3773,13 +3775,13 @@ + if (edge_distance) { + collisionAdjust(&dx, &dy, *x, *y, frame.rect.width(), frame.rect.height(), + _screen->availableArea(), edge_distance, true); +- nx = (dx != init_dx && abs(dx) < abs(nx)) ? dx : nx; dx = init_dx; +- ny = (dy != init_dy && abs(dy) < abs(ny)) ? dy : ny; dy = init_dy; ++ nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; ++ ny = (dy != init_dy && std::abs(dy) < std::abs(ny)) ? dy : ny; dy = init_dy; + if (!blackbox->resource().fullMaximization()) { + collisionAdjust(&dx, &dy, *x, *y, frame.rect.width(), frame.rect.height(), + _screen->screenInfo().rect(), edge_distance); +- nx = (dx != init_dx && abs(dx) < abs(nx)) ? dx : nx; dx = init_dx; +- ny = (dy != init_dy && abs(dy) < abs(ny)) ? dy : ny; dy = init_dy; ++ nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; ++ ny = (dy != init_dy && std::abs(dy) < std::abs(ny)) ? dy : ny; dy = init_dy; + } + } + if (win_distance) { +@@ -3791,8 +3793,8 @@ + win->workspace() == _screen->currentWorkspace()) { + collisionAdjust(&dx, &dy, *x, *y, frame.rect.width(), + frame.rect.height(), win->frame.rect, win_distance); +- nx = (dx != init_dx && abs(dx) < abs(nx)) ? dx : nx; dx = init_dx; +- ny = (dy != init_dy && abs(dy) < abs(ny)) ? dy : ny; dy = init_dy; ++ nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; ++ ny = (dy != init_dy && std::abs(dy) < std::abs(ny)) ? dy : ny; dy = init_dy; + } + } + } Added: head/x11-wm/blackbox/files/patch-src_blackbox.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-src_blackbox.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,28 @@ +--- src/blackbox.cc.orig 2013-08-31 16:03:04.354825567 +0200 ++++ src/blackbox.cc 2013-08-31 16:12:46.759944855 +0200 +@@ -27,6 +27,8 @@ + #include "Slit.hh" + #include "Window.hh" + ++#include ++ + #include + #include + #include +@@ -36,6 +38,7 @@ + #include + #include + #include ++#include + #include + + // #define FOCUS_DEBUG +@@ -422,7 +425,7 @@ + if (managed == 0) { + fprintf(stderr, "%s: no managable screens found, exiting...\n", + applicationName().c_str()); +- ::exit(3); ++ std::exit(3); + } + + screen_list_count = managed; Added: head/x11-wm/blackbox/files/patch-src_main.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-src_main.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,45 @@ +--- src/main.cc.orig 2013-08-31 16:15:04.709773262 +0200 ++++ src/main.cc 2013-08-31 16:15:45.604774045 +0200 +@@ -24,6 +24,8 @@ + + // #define PRINT_SIZES + ++#include ++ + #if defined(PRINT_SIZES) + # include "Screen.hh" + # include "Slit.hh" +@@ -69,7 +71,7 @@ + #endif // SHAPE + ); + +- ::exit(exitval); ++ std::exit(exitval); + } + + int main(int argc, char **argv) { +@@ -87,13 +89,13 @@ + "Copyright (c) 1997 - 2000, 2002 - 2005 Bradley T Hughes\n", + __blackbox_version); + +- ::exit(0); ++ std::exit(0); + } else if (! strcmp(argv[i], "-rc")) { + // look for alternative rc file to use + + if ((++i) >= argc) { + fprintf(stderr, "error: '-rc' requires and argument\n"); +- ::exit(1); ++ std::exit(1); + } + + rc_file = argv[i]; +@@ -103,7 +105,7 @@ + + if ((++i) >= argc) { + fprintf(stderr, "error: '-display' requires an argument\n"); +- ::exit(1); ++ std::exit(1); + } + + dpy_name = argv[i]; Added: head/x11-wm/blackbox/files/patch-util_bsetroot.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/blackbox/files/patch-util_bsetroot.cc Fri Sep 6 20:57:11 2013 (r326546) @@ -0,0 +1,42 @@ +--- util/bsetroot.cc.orig 2013-08-31 16:18:50.697762748 +0200 ++++ util/bsetroot.cc 2013-08-31 16:19:53.695753444 +0200 +@@ -28,6 +28,7 @@ + #include + + #include ++#include + + #include + #include +@@ -68,11 +69,11 @@ + } else if (! strcmp("-mod", argv[i])) { + if ((++i) >= argc) usage(); + +- mod_x = atoi(argv[i]); ++ mod_x = std::atoi(argv[i]); + + if ((++i) >= argc) usage(); + +- mod_y = atoi(argv[i]); ++ mod_y = std::atoi(argv[i]); + + if (mod_x < 1) mod_x = 1; + if (mod_y < 1) mod_y = 1; +@@ -336,7 +337,7 @@ + " -to gradient end color\n\n" + " -solid solid color\n\n" + " -help print this help text and exit\n"); +- exit(exit_code); ++ std::exit(exit_code); + } + + int main(int argc, char **argv) { +@@ -350,7 +351,7 @@ + if ((++i) >= argc) { + fprintf(stderr, "error: '-display' requires an argument\n"); + +- ::exit(1); ++ std::exit(1); + } + + display_name = argv[i]; From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:02:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3283A58; Fri, 6 Sep 2013 21:02:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8CF6243C; Fri, 6 Sep 2013 21:02:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86L2DKe083127; Fri, 6 Sep 2013 21:02:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86L2CHk083119; Fri, 6 Sep 2013 21:02:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309062102.r86L2CHk083119@svn.freebsd.org> From: Antoine Brodin Date: Fri, 6 Sep 2013 21:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326547 - in head/textproc: . py-openpyxl 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.14 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: Fri, 06 Sep 2013 21:02:14 -0000 Author: antoine Date: Fri Sep 6 21:02:12 2013 New Revision: 326547 URL: http://svnweb.freebsd.org/changeset/ports/326547 Log: New port: py-openpyxl OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files. WWW: http://openpyxl.readthedocs.org/ Added: head/textproc/py-openpyxl/ head/textproc/py-openpyxl/Makefile (contents, props changed) head/textproc/py-openpyxl/distinfo (contents, props changed) head/textproc/py-openpyxl/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 6 20:57:11 2013 (r326546) +++ head/textproc/Makefile Fri Sep 6 21:02:12 2013 (r326547) @@ -1175,6 +1175,7 @@ SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown2 + SUBDIR += py-openpyxl SUBDIR += py-paragrep SUBDIR += py-pss SUBDIR += py-pyctpp2 Added: head/textproc/py-openpyxl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-openpyxl/Makefile Fri Sep 6 21:02:12 2013 (r326547) @@ -0,0 +1,33 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= openpyxl +PORTVERSION= 1.6.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PORTDOCS= AUTHORS README + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +OPTIONS_DEFINE= DOCS + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + +.include Added: head/textproc/py-openpyxl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-openpyxl/distinfo Fri Sep 6 21:02:12 2013 (r326547) @@ -0,0 +1,2 @@ +SHA256 (openpyxl-1.6.2.tar.gz) = 69b146be1939aac85ab13d32ea8442eaa596ffc1285a19b42bdbfa751b55b2c1 +SIZE (openpyxl-1.6.2.tar.gz) = 199139 Added: head/textproc/py-openpyxl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-openpyxl/pkg-descr Fri Sep 6 21:02:12 2013 (r326547) @@ -0,0 +1,3 @@ +OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files. + +WWW: http://openpyxl.readthedocs.org/ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:20:31 2013 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 ESMTP id 885CDED; Fri, 6 Sep 2013 21:20:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66CAA2649; Fri, 6 Sep 2013 21:20:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LKVXD094251; Fri, 6 Sep 2013 21:20:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LKT7l094234; Fri, 6 Sep 2013 21:20:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062120.r86LKT7l094234@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 21:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326548 - head/x11-toolkits/nucleo/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 21:20:31 -0000 Author: bapt Date: Fri Sep 6 21:20:28 2013 New Revision: 326548 URL: http://svnweb.freebsd.org/changeset/ports/326548 Log: Fix build with libc++ Added: head/x11-toolkits/nucleo/files/patch-nucleo__helpers__Phone.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__image__encoding__PNGenc.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__bufferedImageSink.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__novImageSink.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nserverImageSink.H (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nudppImageSink.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__network__NetworkUtils.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__network__udp__UdpSocket.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-nucleo__utils__AppUtils.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-tests__test-Base64.cxx (contents, props changed) head/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx (contents, props changed) Added: head/x11-toolkits/nucleo/files/patch-nucleo__helpers__Phone.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__helpers__Phone.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/helpers/Phone.cxx.orig 2009-06-11 10:48:06.000000000 +0200 ++++ ./nucleo/helpers/Phone.cxx 2013-09-06 23:16:41.291467318 +0200 +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + + #include + #include Added: head/x11-toolkits/nucleo/files/patch-nucleo__image__encoding__PNGenc.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__image__encoding__PNGenc.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,19 @@ +--- ./nucleo/image/encoding/PNGenc.cxx.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./nucleo/image/encoding/PNGenc.cxx 2013-09-06 23:12:11.842483995 +0200 +@@ -16,6 +16,7 @@ + #include + + #include ++#include + + namespace nucleo { + +@@ -170,7 +171,7 @@ + &compression_type, &filter_type) ; + + if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) +- png_set_gray_1_2_4_to_8(png_ptr); ++ png_set_expand_gray_1_2_4_to_8(png_ptr); + + if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) + png_set_tRNS_to_alpha(png_ptr); Added: head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__bufferedImageSink.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__bufferedImageSink.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/image/sink/bufferedImageSink.cxx.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./nucleo/image/sink/bufferedImageSink.cxx 2013-09-06 23:16:07.949467532 +0200 +@@ -10,6 +10,7 @@ + */ + + #include ++#include + + #define DEBUG_LEVEL 1 + Added: head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__novImageSink.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__novImageSink.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/image/sink/novImageSink.cxx.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./nucleo/image/sink/novImageSink.cxx 2013-09-06 23:15:36.719237812 +0200 +@@ -18,6 +18,7 @@ + #include + + #include ++#include + + #include + Added: head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nserverImageSink.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nserverImageSink.H Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/image/sink/nserverImageSink.H.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./nucleo/image/sink/nserverImageSink.H 2013-09-06 23:18:00.405460374 +0200 +@@ -24,6 +24,7 @@ + #include + + #include ++#include + + namespace nucleo { + Added: head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nudppImageSink.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__image__sink__nudppImageSink.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,12 @@ +--- ./nucleo/image/sink/nudppImageSink.cxx.orig 2008-07-21 13:47:54.000000000 +0200 ++++ ./nucleo/image/sink/nudppImageSink.cxx 2013-09-06 23:12:11.854095550 +0200 +@@ -18,6 +18,9 @@ + #include + #include + #include ++#if defined(__FreeBSD__) && __FreeBSD_version < 701104 ++# include ++#endif + #include + + #include Added: head/x11-toolkits/nucleo/files/patch-nucleo__network__NetworkUtils.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__network__NetworkUtils.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/network/NetworkUtils.cxx.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./nucleo/network/NetworkUtils.cxx 2013-09-06 23:14:48.950072240 +0200 +@@ -15,6 +15,7 @@ + + #include + #include ++#include + + #include + #include Added: head/x11-toolkits/nucleo/files/patch-nucleo__network__udp__UdpSocket.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__network__udp__UdpSocket.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/network/udp/UdpSocket.cxx.orig 2009-06-11 10:48:06.000000000 +0200 ++++ ./nucleo/network/udp/UdpSocket.cxx 2013-09-06 23:14:02.591758270 +0200 +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include + #include Added: head/x11-toolkits/nucleo/files/patch-nucleo__utils__AppUtils.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-nucleo__utils__AppUtils.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./nucleo/utils/AppUtils.cxx.orig 2008-06-09 14:09:05.000000000 +0200 ++++ ./nucleo/utils/AppUtils.cxx 2013-09-06 23:13:03.857491952 +0200 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + extern char* optarg ; + extern int optind ; Added: head/x11-toolkits/nucleo/files/patch-tests__test-Base64.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-tests__test-Base64.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./tests/test-Base64.cxx.orig 2008-06-09 15:21:20.000000000 +0200 ++++ ./tests/test-Base64.cxx 2013-09-06 23:18:36.765608410 +0200 +@@ -11,6 +11,7 @@ + + #include + #include ++#include + + #include + #include Added: head/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx Fri Sep 6 21:20:28 2013 (r326548) @@ -0,0 +1,10 @@ +--- ./tests/test-MD5.cxx.orig 2008-06-05 14:52:33.000000000 +0200 ++++ ./tests/test-MD5.cxx 2013-09-06 23:19:05.863746755 +0200 +@@ -10,6 +10,7 @@ + */ + + #include ++#include + + #include + From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:21:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13D9F2E7; Fri, 6 Sep 2013 21:21:42 +0000 (UTC) (envelope-from nox@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00924267F; Fri, 6 Sep 2013 21:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LLfcW094999; Fri, 6 Sep 2013 21:21:41 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LLfGx094998; Fri, 6 Sep 2013 21:21:41 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309062121.r86LLfGx094998@svn.freebsd.org> From: Juergen Lock Date: Fri, 6 Sep 2013 21:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326549 - head/multimedia/libxine 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.14 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: Fri, 06 Sep 2013 21:21:42 -0000 Author: nox Date: Fri Sep 6 21:21:41 2013 New Revision: 326549 URL: http://svnweb.freebsd.org/changeset/ports/326549 Log: Only x11/nvidia-driver-304 still has libXvMCNVIDIA. PR: ports/181852 Submitted by: Lawrence Chen Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Sep 6 21:20:28 2013 (r326548) +++ head/multimedia/libxine/Makefile Fri Sep 6 21:21:41 2013 (r326549) @@ -135,9 +135,9 @@ CONFIGURE_ARGS+= --without-pulseaudio .endif .if ${PORT_OPTIONS:MXVMC} -.if defined(WITH_NVIDIA_GL) || exists(${LOCALBASE}/lib/libXvMCNVIDIA.so.1) +.if defined(WITH_NVIDIA304_GL) || exists(${LOCALBASE}/lib/libXvMCNVIDIA.so.1) CONFIGURE_ARGS+= --with-xvmc-lib=XvMCNVIDIA -LIB_DEPENDS+= XvMCNVIDIA:${PORTSDIR}/x11/nvidia-driver +LIB_DEPENDS+= XvMCNVIDIA:${PORTSDIR}/x11/nvidia-driver-304 .else CONFIGURE_ARGS+= --with-xvmc-lib=XvMCW LIB_DEPENDS+= XvMC:${PORTSDIR}/x11/libXvMC From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:22:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 374063EE; Fri, 6 Sep 2013 21:22:17 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 251282696; Fri, 6 Sep 2013 21:22:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LMGKW095342; Fri, 6 Sep 2013 21:22:17 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LMGGn095336; Fri, 6 Sep 2013 21:22:16 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309062122.r86LMGGn095336@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 21:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326550 - head/www/p5-HTTP-BrowserDetect 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.14 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: Fri, 06 Sep 2013 21:22:17 -0000 Author: tobez Date: Fri Sep 6 21:22:16 2013 New Revision: 326550 URL: http://svnweb.freebsd.org/changeset/ports/326550 Log: Update to 1.61. Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Modified: head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-BrowserDetect/distinfo Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Fri Sep 6 21:21:41 2013 (r326549) +++ head/www/p5-HTTP-BrowserDetect/Makefile Fri Sep 6 21:22:16 2013 (r326550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-BrowserDetect -PORTVERSION= 1.60 +PORTVERSION= 1.61 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS Modified: head/www/p5-HTTP-BrowserDetect/distinfo ============================================================================== --- head/www/p5-HTTP-BrowserDetect/distinfo Fri Sep 6 21:21:41 2013 (r326549) +++ head/www/p5-HTTP-BrowserDetect/distinfo Fri Sep 6 21:22:16 2013 (r326550) @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-1.60.tar.gz) = 4df26c8246346f67af1d4051dd276841a8fc16b7a18f29d8b4a898130c5ddb48 -SIZE (HTTP-BrowserDetect-1.60.tar.gz) = 44823 +SHA256 (HTTP-BrowserDetect-1.61.tar.gz) = 7c12ad1d635fcebf3ea362d12725137f2ae4662f6f0791906d5755b8a15057cc +SIZE (HTTP-BrowserDetect-1.61.tar.gz) = 44944 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:45:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01D18E41; Fri, 6 Sep 2013 21:45:38 +0000 (UTC) (envelope-from nox@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3F742A6C; Fri, 6 Sep 2013 21:45:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LjbsL008761; Fri, 6 Sep 2013 21:45:37 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LjbJC008760; Fri, 6 Sep 2013 21:45:37 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309062145.r86LjbJC008760@svn.freebsd.org> From: Juergen Lock Date: Fri, 6 Sep 2013 21:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326551 - head/multimedia/libxine/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 21:45:38 -0000 Author: nox Date: Fri Sep 6 21:45:37 2013 New Revision: 326551 URL: http://svnweb.freebsd.org/changeset/ports/326551 Log: (Attempt to) Fix build with clang+libc++. Submitted by: pb2 via bapt Modified: head/multimedia/libxine/files/patch-include-xine-post.h (contents, props changed) Modified: head/multimedia/libxine/files/patch-include-xine-post.h ============================================================================== --- head/multimedia/libxine/files/patch-include-xine-post.h Fri Sep 6 21:22:16 2013 (r326550) +++ head/multimedia/libxine/files/patch-include-xine-post.h Fri Sep 6 21:45:37 2013 (r326551) @@ -1,6 +1,16 @@ --- include/xine/post.h.orig +++ include/xine/post.h -@@ -397,7 +397,7 @@ static xine_post_api_parameter_t temp_p[ +@@ -23,6 +23,9 @@ + #ifndef XINE_POST_H + #define XINE_POST_H + ++/* for offsetof() */ ++#include ++ + #include + #include + #include +@@ -397,7 +400,7 @@ static xine_post_api_parameter_t temp_p[ #define PARAM_ITEM( param_type, var, enumv, min, max, readonly, descr ) \ { param_type, #var, sizeof(temp_s.var), \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:51:27 2013 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 ESMTP id 787AF2F0; Fri, 6 Sep 2013 21:51:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66C942B79; Fri, 6 Sep 2013 21:51:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LpRTv012898; Fri, 6 Sep 2013 21:51:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LpRWM012897; Fri, 6 Sep 2013 21:51:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062151.r86LpRWM012897@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 21:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326552 - head/lang/gcc42 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.14 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: Fri, 06 Sep 2013 21:51:27 -0000 Author: bapt Date: Fri Sep 6 21:51:26 2013 New Revision: 326552 URL: http://svnweb.freebsd.org/changeset/ports/326552 Log: Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89 instead PR: ports/181816 Submitted by: tijl Approved by: gerald Modified: head/lang/gcc42/Makefile Modified: head/lang/gcc42/Makefile ============================================================================== --- head/lang/gcc42/Makefile Fri Sep 6 21:45:37 2013 (r326551) +++ head/lang/gcc42/Makefile Fri Sep 6 21:51:26 2013 (r326552) @@ -23,11 +23,10 @@ VERSIONSTRING= ${PORTVERSION:C/([0-9]+\. SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} NOT_FOR_ARCHS= arm powerpc -USES= bison iconv +USES= bison gmake iconv perl5 USE_BZIP2= yes -USE_GCC= any -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_CSTD= gnu89 +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:54:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C8F94CA; Fri, 6 Sep 2013 21:54:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6ABF02BE7; Fri, 6 Sep 2013 21:54:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LsTe1014397; Fri, 6 Sep 2013 21:54:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LsTvJ014394; Fri, 6 Sep 2013 21:54:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062154.r86LsTvJ014394@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 21:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326553 - head/lang/gcc44 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.14 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: Fri, 06 Sep 2013 21:54:29 -0000 Author: bapt Date: Fri Sep 6 21:54:28 2013 New Revision: 326553 URL: http://svnweb.freebsd.org/changeset/ports/326553 Log: Fix build on head by removing USE_GCC=any, and adding -fgnu89-inline to cflags (gfortran requires gnu99) PR: ports/181816 Submitted by: tijl Approved by: gerald Modified: head/lang/gcc44/Makefile Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Fri Sep 6 21:51:26 2013 (r326552) +++ head/lang/gcc44/Makefile Fri Sep 6 21:54:28 2013 (r326553) @@ -22,11 +22,9 @@ SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9] LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 sparc64 USE_BINUTILS= yes -USES= bison iconv +USES= bison gmake iconv perl5 USE_BZIP2= yes -USE_GCC= any -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure @@ -44,7 +42,7 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -fgnu89-inline CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--disable-bootstrap \ --disable-nls \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:04:11 2013 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 ESMTP id 2552E87B; Fri, 6 Sep 2013 22:04:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13A3D2CBC; Fri, 6 Sep 2013 22:04:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86M4AqE020451; Fri, 6 Sep 2013 22:04:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86M4ApT020450; Fri, 6 Sep 2013 22:04:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062204.r86M4ApT020450@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 22:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326554 - head/devel/avr-gcc 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.14 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: Fri, 06 Sep 2013 22:04:11 -0000 Author: bapt Date: Fri Sep 6 22:04:10 2013 New Revision: 326554 URL: http://svnweb.freebsd.org/changeset/ports/326554 Log: Attempt to fix building on recent head Modified: head/devel/avr-gcc/Makefile Modified: head/devel/avr-gcc/Makefile ============================================================================== --- head/devel/avr-gcc/Makefile Fri Sep 6 21:54:28 2013 (r326553) +++ head/devel/avr-gcc/Makefile Fri Sep 6 22:04:10 2013 (r326554) @@ -34,8 +34,8 @@ CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/ USE_PERL5_BUILD= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= bison gettext +CPPFLAGS+= -I${LOCALBASE}/include +USES= bison gettext gmake GNU_CONFIGURE= yes .include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:12:02 2013 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 ESMTP id 7D71FD38; Fri, 6 Sep 2013 22:12:02 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC2D2D40; Fri, 6 Sep 2013 22:12:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86MC2oF025846; Fri, 6 Sep 2013 22:12:02 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86MC2mx025845; Fri, 6 Sep 2013 22:12:02 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309062212.r86MC2mx025845@svn.freebsd.org> From: Jason Helfman Date: Fri, 6 Sep 2013 22:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326555 - head/security/pidgin-otr 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.14 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: Fri, 06 Sep 2013 22:12:02 -0000 Author: jgh Date: Fri Sep 6 22:12:01 2013 New Revision: 326555 URL: http://svnweb.freebsd.org/changeset/ports/326555 Log: - adopt USES for pkgconfig - adopt new lib_depends format Modified: head/security/pidgin-otr/Makefile Modified: head/security/pidgin-otr/Makefile ============================================================================== --- head/security/pidgin-otr/Makefile Fri Sep 6 22:04:10 2013 (r326554) +++ head/security/pidgin-otr/Makefile Fri Sep 6 22:12:01 2013 (r326555) @@ -13,15 +13,13 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ MAINTAINER= jgh@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin -BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ - pkgconf>0:${PORTSDIR}/devel/pkgconf -LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - purple:${PORTSDIR}/net-im/libpurple - +BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin +LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libpurple.so:${PORTSDIR}/net-im/libpurple USE_GNOME= intltool -USES= gettext gmake +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:12:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2CDBE22; Fri, 6 Sep 2013 22:12:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B11E52D48; Fri, 6 Sep 2013 22:12:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86MCFtT025966; Fri, 6 Sep 2013 22:12:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86MCFqe025964; Fri, 6 Sep 2013 22:12:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062212.r86MCFqe025964@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 22:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326556 - head/www/gurlchecker 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.14 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: Fri, 06 Sep 2013 22:12:15 -0000 Author: bapt Date: Fri Sep 6 22:12:15 2013 New Revision: 326556 URL: http://svnweb.freebsd.org/changeset/ports/326556 Log: Add an explicit dependency on pkgconf Modified: head/www/gurlchecker/Makefile Modified: head/www/gurlchecker/Makefile ============================================================================== --- head/www/gurlchecker/Makefile Fri Sep 6 22:12:01 2013 (r326555) +++ head/www/gurlchecker/Makefile Fri Sep 6 22:12:15 2013 (r326556) @@ -22,8 +22,7 @@ GNUTLS_DESC=Library for HTTPS check OPTIONS_DEFAULT= CLAMAV GNUTLS USE_GNOME= gnomeprefix intlhack libgnomeui -USES= pathfix -USE_GMAKE= yes +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:35:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0868F6BE; Fri, 6 Sep 2013 22:35:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EABD12E5F; Fri, 6 Sep 2013 22:35:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86MZwsw039828; Fri, 6 Sep 2013 22:35:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86MZw0V039827; Fri, 6 Sep 2013 22:35:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309062235.r86MZw0V039827@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 22:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326557 - head/net/pimdd 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.14 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: Fri, 06 Sep 2013 22:35:59 -0000 Author: bapt Date: Fri Sep 6 22:35:58 2013 New Revision: 326557 URL: http://svnweb.freebsd.org/changeset/ports/326557 Log: Ensure CC is respected Set USE_GCC=any to allow building on head Modified: head/net/pimdd/Makefile Modified: head/net/pimdd/Makefile ============================================================================== --- head/net/pimdd/Makefile Fri Sep 6 22:12:15 2013 (r326556) +++ head/net/pimdd/Makefile Fri Sep 6 22:35:58 2013 (r326557) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pimdd -# Date created: 18 March 2004 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME= pimdd PORTVERSION= 0.2.1.0 @@ -14,6 +10,9 @@ DISTNAME= pimd-dense MAINTAINER= ports@FreeBSD.org COMMENT= UO Dense Protocol-Independent Multicast (PIM-DM) daemon for IPv4 +MAKE_ARGS+= CC="${CC}" +USE_GCC= any + NO_MAN= yes PLIST_FILES= sbin/pimdd \ From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:48:57 2013 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 ESMTP id BD04DA58; Fri, 6 Sep 2013 22:48:57 +0000 (UTC) (envelope-from nox@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB5AF2F1E; Fri, 6 Sep 2013 22:48:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86Mmv5U046816; Fri, 6 Sep 2013 22:48:57 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86MmvnR046815; Fri, 6 Sep 2013 22:48:57 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309062248.r86MmvnR046815@svn.freebsd.org> From: Juergen Lock Date: Fri, 6 Sep 2013 22:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326558 - head/multimedia/vdr-plugin-softdevice 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.14 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: Fri, 06 Sep 2013 22:48:57 -0000 Author: nox Date: Fri Sep 6 22:48:57 2013 New Revision: 326558 URL: http://svnweb.freebsd.org/changeset/ports/326558 Log: Respect ${CXX}. Submitted by: pb2 via bapt Modified: head/multimedia/vdr-plugin-softdevice/Makefile Modified: head/multimedia/vdr-plugin-softdevice/Makefile ============================================================================== --- head/multimedia/vdr-plugin-softdevice/Makefile Fri Sep 6 22:35:58 2013 (r326557) +++ head/multimedia/vdr-plugin-softdevice/Makefile Fri Sep 6 22:48:57 2013 (r326558) @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --disable-vidix --disab .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin - ${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile ${WRKSRC}/configure + ${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|;s|g\+\+|${CXX}|' ${WRKSRC}/Makefile ${WRKSRC}/configure do-configure: (cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}) From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 22:51:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26DE4B91; Fri, 6 Sep 2013 22:51:12 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15C412F73; Fri, 6 Sep 2013 22:51:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86MpBpA049924; Fri, 6 Sep 2013 22:51:11 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86MpBT9049922; Fri, 6 Sep 2013 22:51:11 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309062251.r86MpBT9049922@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 22:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326559 - head/www/p5-Mojolicious 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.14 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: Fri, 06 Sep 2013 22:51:12 -0000 Author: tobez Date: Fri Sep 6 22:51:11 2013 New Revision: 326559 URL: http://svnweb.freebsd.org/changeset/ports/326559 Log: Update to 4.32. Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Fri Sep 6 22:48:57 2013 (r326558) +++ head/www/p5-Mojolicious/Makefile Fri Sep 6 22:51:11 2013 (r326559) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 4.31 +PORTVERSION= 4.32 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Fri Sep 6 22:48:57 2013 (r326558) +++ head/www/p5-Mojolicious/distinfo Fri Sep 6 22:51:11 2013 (r326559) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-4.31.tar.gz) = 1cba8bdeee6c649ac687f529eb9405e1234f810063bc5aebf7f30d3d5afef72d -SIZE (Mojolicious-4.31.tar.gz) = 600093 +SHA256 (Mojolicious-4.32.tar.gz) = b331e08eb7c8e1911613a526ec8d42f98ee3d551ea2f859f7eb50200e4ed82d6 +SIZE (Mojolicious-4.32.tar.gz) = 600367 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 23:16:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C0DECFC; Fri, 6 Sep 2013 23:16:25 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEA6B23B6; Fri, 6 Sep 2013 23:16:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86NGO7C064334; Fri, 6 Sep 2013 23:16:24 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86NGOPU064332; Fri, 6 Sep 2013 23:16:24 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309062316.r86NGOPU064332@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 6 Sep 2013 23:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326560 - head/math/R-cran-spdep 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.14 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: Fri, 06 Sep 2013 23:16:25 -0000 Author: tota Date: Fri Sep 6 23:16:24 2013 New Revision: 326560 URL: http://svnweb.freebsd.org/changeset/ports/326560 Log: - Update to 0.5-64 Modified: head/math/R-cran-spdep/Makefile head/math/R-cran-spdep/distinfo Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Fri Sep 6 22:51:11 2013 (r326559) +++ head/math/R-cran-spdep/Makefile Fri Sep 6 23:16:24 2013 (r326560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-63 +DISTVERSION= 0.5-64 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-spdep/distinfo ============================================================================== --- head/math/R-cran-spdep/distinfo Fri Sep 6 22:51:11 2013 (r326559) +++ head/math/R-cran-spdep/distinfo Fri Sep 6 23:16:24 2013 (r326560) @@ -1,2 +1,2 @@ -SHA256 (spdep_0.5-63.tar.gz) = 66f9a606c3ff3b5819b59714114610af4855197f25e98142214df3eee0c0997d -SIZE (spdep_0.5-63.tar.gz) = 2918540 +SHA256 (spdep_0.5-64.tar.gz) = a605d9aa6840ea1808dd87cadc6764e16c98b729c7587d669015eb38e3a6961f +SIZE (spdep_0.5-64.tar.gz) = 2919324 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 23:17:35 2013 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 ESMTP id C31A3E26; Fri, 6 Sep 2013 23:17:35 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B14F023DF; Fri, 6 Sep 2013 23:17:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86NHZwe064880; Fri, 6 Sep 2013 23:17:35 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86NHZgm064878; Fri, 6 Sep 2013 23:17:35 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309062317.r86NHZgm064878@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 6 Sep 2013 23:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326561 - head/www/R-cran-RgoogleMaps 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.14 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: Fri, 06 Sep 2013 23:17:35 -0000 Author: tota Date: Fri Sep 6 23:17:34 2013 New Revision: 326561 URL: http://svnweb.freebsd.org/changeset/ports/326561 Log: - Update to 1.2.0.4 - Add LICENSE section Modified: head/www/R-cran-RgoogleMaps/Makefile head/www/R-cran-RgoogleMaps/distinfo Modified: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- head/www/R-cran-RgoogleMaps/Makefile Fri Sep 6 23:16:24 2013 (r326560) +++ head/www/R-cran-RgoogleMaps/Makefile Fri Sep 6 23:17:34 2013 (r326561) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= RgoogleMaps -PORTVERSION= 1.2.0.3 -PORTREVISION= 1 +PORTVERSION= 1.2.0.4 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Overlays on Google map tiles in R +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png USE_R_MOD= yes Modified: head/www/R-cran-RgoogleMaps/distinfo ============================================================================== --- head/www/R-cran-RgoogleMaps/distinfo Fri Sep 6 23:16:24 2013 (r326560) +++ head/www/R-cran-RgoogleMaps/distinfo Fri Sep 6 23:17:34 2013 (r326561) @@ -1,2 +1,2 @@ -SHA256 (RgoogleMaps_1.2.0.3.tar.gz) = 4fd73bd89be96d288ad0f4eee70feb0b832e766a0d2f85c5d39551614b311c66 -SIZE (RgoogleMaps_1.2.0.3.tar.gz) = 392768 +SHA256 (RgoogleMaps_1.2.0.4.tar.gz) = aacf850b4c9b5b287b1180489526284a9144017b2381ad65862e9fd98d950861 +SIZE (RgoogleMaps_1.2.0.4.tar.gz) = 393161 From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 23:18:54 2013 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 ESMTP id B35AAF81; Fri, 6 Sep 2013 23:18:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9279C2422; Fri, 6 Sep 2013 23:18:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86NIsdG065604; Fri, 6 Sep 2013 23:18:54 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86NIsbo065602; Fri, 6 Sep 2013 23:18:54 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309062318.r86NIsbo065602@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 6 Sep 2013 23:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326562 - in head/devel/qt4-script: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 23:18:54 -0000 Author: rakuco Date: Fri Sep 6 23:18:53 2013 New Revision: 326562 URL: http://svnweb.freebsd.org/changeset/ports/326562 Log: Import my upstream commit to fix the build with libc++. I was going to get this in with Qt 4.8.5, but this is holding back some exp-runs with libc++. Increment PORTREVISION because the code atomic{Decrement,Increment} has changed. Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h (contents, props changed) Modified: head/devel/qt4-script/Makefile Modified: head/devel/qt4-script/Makefile ============================================================================== --- head/devel/qt4-script/Makefile Fri Sep 6 23:17:34 2013 (r326561) +++ head/devel/qt4-script/Makefile Fri Sep 6 23:18:53 2013 (r326562) @@ -3,6 +3,7 @@ PORTNAME= script DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES?= devel PKGNAMEPREFIX= qt4- Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h Fri Sep 6 23:18:53 2013 (r326562) @@ -0,0 +1,91 @@ +From 0de22e80ac645afc3793419300d6271d95809196 Mon Sep 17 00:00:00 2001 +From: Raphael Kubo da Costa +Date: Tue, 11 Jun 2013 19:25:08 +0300 +Subject: [PATCH] Bring in WebKit revisions 139553 and 139921. + +They are primarily useful for getting rid of some libstdc++-specific +includes which break the build with libc++, and also for simplifying the +code and removing a Darwin-specific code path. + +r139553 by ossy@webkit.org: + Use sync_add_and_fetch instead of gnu_cxx::exchange_and_add + https://bugs.webkit.org/show_bug.cgi?id=106729 + + After r139514 we need atomicIncrement(int64_t volatile*) for all + platform. Now the GCC implementation of atomicIncrement() is based on + gnu_cxx::exchange_and_add, which doesn't support int64_t type, but + sync_add_and_fetch does. + + Reviewed by Benjamin Poulain. + +r139921 by benjamin@webkit.org: + Use GCC's implementation of atomicIncrement/Decrement on Mac + https://bugs.webkit.org/show_bug.cgi?id=106976 + + Reviewed by Filip Pizlo. + + wtf/Atomics.h: GCC and LLVM have builtin for atomic ADD and SUB: + sync_add_and_fetch, sync_sub_and_fetch. + + Using them let the compiler just generate the atomic operations inline + instead of generating a function call to LibC. It also simplify the + code a bit. + +Cherry-picked from qtscript/184fc178f4c753727445694c4830c250f53da588. + +Change-Id: Id785e35944682691725947e0f329668d17ff6903 +Reviewed-by: Thiago Macieira +--- + .../javascriptcore/JavaScriptCore/wtf/Threading.h | 18 ++---------------- + 1 file changed, 2 insertions(+), 16 deletions(-) + +diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h +index 8b76c0f..b3ea7d2 100644 +--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h ++++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h +@@ -71,18 +71,10 @@ + + #if OS(WINDOWS) && !OS(WINCE) + #include +-#elif OS(DARWIN) +-#include + #elif OS(ANDROID) + #include + #elif OS(QNX) + #include +-#elif COMPILER(GCC) && !OS(SYMBIAN) +-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)) +-#include +-#else +-#include +-#endif + #endif + + #if USE(PTHREADS) +@@ -230,12 +222,6 @@ inline int atomicIncrement(int volatile* addend) { return InterlockedIncrement(r + inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast(addend)); } + #endif + +-#elif OS(DARWIN) +-#define WTF_USE_LOCKFREE_THREADSAFESHARED 1 +- +-inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast(addend)); } +-inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast(addend)); } +- + #elif OS(ANDROID) + + inline int atomicIncrement(int volatile* addend) { return android_atomic_inc(addend); } +@@ -250,8 +236,8 @@ inline int atomicDecrement(int volatile* addend) { return (int) atomic_sub_value + #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc + #define WTF_USE_LOCKFREE_THREADSAFESHARED 1 + +-inline int atomicIncrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, 1) + 1; } +-inline int atomicDecrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, -1) - 1; } ++inline int atomicIncrement(int volatile* addend) { return __sync_add_and_fetch(addend, 1); } ++inline int atomicDecrement(int volatile* addend) { return __sync_sub_and_fetch(addend, 1); } + + #endif + +-- +1.8.4 + From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 23:27:34 2013 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 ESMTP id 7A8023B8; Fri, 6 Sep 2013 23:27:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 682D8259A; Fri, 6 Sep 2013 23:27:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86NRYnQ070834; Fri, 6 Sep 2013 23:27:34 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86NRYcQ070833; Fri, 6 Sep 2013 23:27:34 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309062327.r86NRYcQ070833@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 6 Sep 2013 23:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326563 - head/games/urbanterror-data 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.14 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: Fri, 06 Sep 2013 23:27:34 -0000 Author: rakuco Date: Fri Sep 6 23:27:33 2013 New Revision: 326563 URL: http://svnweb.freebsd.org/changeset/ports/326563 Log: Update mirrors in MASTER_SITES. PR: ports/181796 Submitted by: Dominic Fandrey (maintainer) Modified: head/games/urbanterror-data/Makefile Modified: head/games/urbanterror-data/Makefile ============================================================================== --- head/games/urbanterror-data/Makefile Fri Sep 6 23:18:53 2013 (r326562) +++ head/games/urbanterror-data/Makefile Fri Sep 6 23:27:33 2013 (r326563) @@ -4,9 +4,9 @@ PORTNAME= data PORTVERSION= 4.2.014 CATEGORIES= games -MASTER_SITES= http://www.ftwgl.com/files/mirror/ \ +MASTER_SITES= http://cdn.urbanterror.info/urt/42/zips/ \ http://www.f1m.fr/uploads/urt/ \ - http://maps.goreclan.net/ + http://mirror.urtstats.net/urbanterror/ PKGNAMEPREFIX= urbanterror- DISTNAME= UrbanTerror${URT_VER}_full${URT_REV} EXTRACT_SUFX= .zip From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 23:31:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3522878F; Fri, 6 Sep 2013 23:31:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23A952656; Fri, 6 Sep 2013 23:31:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86NVVdO074453; Fri, 6 Sep 2013 23:31:31 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86NVUBk074452; Fri, 6 Sep 2013 23:31:30 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309062331.r86NVUBk074452@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 6 Sep 2013 23:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326564 - head/security/yapet/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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 06 Sep 2013 23:31:31 -0000 Author: rakuco Date: Fri Sep 6 23:31:30 2013 New Revision: 326564 URL: http://svnweb.freebsd.org/changeset/ports/326564 Log: Add patch to fix the build on 10-CURRENT. PR: ports/181849 Submitted by: Rafael Ostertag (maintainer) Added: head/security/yapet/files/ head/security/yapet/files/patch-yapet-cfgfile.h (contents, props changed) Added: head/security/yapet/files/patch-yapet-cfgfile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yapet/files/patch-yapet-cfgfile.h Fri Sep 6 23:31:30 2013 (r326564) @@ -0,0 +1,13 @@ +--- yapet/cfgfile.h.orig 2013-09-05 20:47:04.000000000 +0200 ++++ yapet/cfgfile.h 2013-09-05 20:47:46.000000000 +0200 +@@ -35,6 +35,10 @@ + # include + #endif + ++#ifdef HAVE_SSTREAM ++# include ++#endif ++ + // Used for the YAPET::PWGEN::RNGENGINE type + #include "pwgen/rng.h" + From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 00:36:06 2013 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 ESMTP id B52DCB08; Sat, 7 Sep 2013 00:36:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 886782A80; Sat, 7 Sep 2013 00:36:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r870a6uQ013417; Sat, 7 Sep 2013 00:36:06 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r870a50q013414; Sat, 7 Sep 2013 00:36:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309070036.r870a50q013414@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 7 Sep 2013 00:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326565 - head/devel/py-tox 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.14 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, 07 Sep 2013 00:36:06 -0000 Author: koobs Date: Sat Sep 7 00:36:05 2013 New Revision: 326565 URL: http://svnweb.freebsd.org/changeset/ports/326565 Log: devel/py-tox: Update to 1.6.1 - Update 1.6.1 - Update pkg-plist Changes: http://tox.readthedocs.org/en/latest/changelog.html Modified: head/devel/py-tox/Makefile head/devel/py-tox/distinfo head/devel/py-tox/pkg-plist Modified: head/devel/py-tox/Makefile ============================================================================== --- head/devel/py-tox/Makefile Fri Sep 6 23:31:30 2013 (r326564) +++ head/devel/py-tox/Makefile Sat Sep 7 00:36:05 2013 (r326565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tox -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tox/distinfo ============================================================================== --- head/devel/py-tox/distinfo Fri Sep 6 23:31:30 2013 (r326564) +++ head/devel/py-tox/distinfo Sat Sep 7 00:36:05 2013 (r326565) @@ -1,2 +1,2 @@ -SHA256 (tox-1.5.0.tar.gz) = 0cde6be977c57289551bf316871b888ad78f94edca8972374a68a9d1bfcd5226 -SIZE (tox-1.5.0.tar.gz) = 73866 +SHA256 (tox-1.6.1.tar.gz) = 05c72b3b7481b47f48f63436c7355783dc8be77ffd7c2bc948b0b7aa2dd4d0de +SIZE (tox-1.6.1.tar.gz) = 131654 Modified: head/devel/py-tox/pkg-plist ============================================================================== --- head/devel/py-tox/pkg-plist Fri Sep 6 23:31:30 2013 (r326564) +++ head/devel/py-tox/pkg-plist Sat Sep 7 00:36:05 2013 (r326565) @@ -32,6 +32,18 @@ bin/tox-quickstart %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/_verlib.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/_verlib.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/_verlib.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/interpreters.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/interpreters.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/interpreters.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/result.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/result.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/result.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.pyo @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 01:11:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BACCA875; Sat, 7 Sep 2013 01:11:49 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A88BE2017; Sat, 7 Sep 2013 01:11:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r871BnTZ036097; Sat, 7 Sep 2013 01:11:49 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r871BnTG036096; Sat, 7 Sep 2013 01:11:49 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309070111.r871BnTG036096@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 7 Sep 2013 01:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326566 - head/devel/py-tox 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.14 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, 07 Sep 2013 01:11:49 -0000 Author: koobs Date: Sat Sep 7 01:11:48 2013 New Revision: 326566 URL: http://svnweb.freebsd.org/changeset/ports/326566 Log: devel/py-tox: Add missing pkg-plist entry - Add missing %%PYEASYINSTALL_EGG%%/vendor/ directory in pkg-plist Reported by: Ports-QAT Modified: head/devel/py-tox/pkg-plist Modified: head/devel/py-tox/pkg-plist ============================================================================== --- head/devel/py-tox/pkg-plist Sat Sep 7 00:36:05 2013 (r326565) +++ head/devel/py-tox/pkg-plist Sat Sep 7 01:11:48 2013 (r326566) @@ -44,6 +44,7 @@ bin/tox-quickstart %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor/virtualenv.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox/vendor @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tox @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 02:16:14 2013 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 ESMTP id A01EDE66 for ; Sat, 7 Sep 2013 02:16:14 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8591D233C for ; Sat, 7 Sep 2013 02:16:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r872GENe061270 for ; Sat, 7 Sep 2013 02:16:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r872GDmd061051 for svn-ports-head@freebsd.org; Sat, 7 Sep 2013 02:16:13 GMT (envelope-from bdrewery) Received: (qmail 5816 invoked from network); 6 Sep 2013 21:16:12 -0500 Received: from unknown (HELO ?10.10.1.203?) (freebsd@shatow.net@10.10.1.203) by sweb.xzibition.com with ESMTPA; 6 Sep 2013 21:16:12 -0500 References: <201309052008.r85K8S8j073628@svn.freebsd.org> <85F72EC904CBC43FAFDC845A@ogg.in.absolight.net> Mime-Version: 1.0 (1.0) In-Reply-To: <85F72EC904CBC43FAFDC845A@ogg.in.absolight.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <021C0839-7E1C-4EF3-B575-F2BAA6107D93@FreeBSD.org> X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r326441 - head/lang/gcc46/files Date: Fri, 6 Sep 2013 21:16:11 -0500 To: Mathieu Arnold Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Gerald Pfeifer , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 02:16:14 -0000 Yeah my bad:) It is not needed. Mingw was failing and I thought it might be using a bad gcc a package someho= w. Sent from my iPhone On Sep 6, 2013, at 10:04, Mathieu Arnold wrote: > +--On 6 septembre 2013 09:53:11 -0500 Bryan Drewery = > wrote: > | PORTREVISION? >=20 > I think it was not building, before, right ? so, hum, do we really need to= > have people recompile it when it had worked the first time ? >=20 > --=20 > Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 02:44:43 2013 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 ESMTP id 120DB289; Sat, 7 Sep 2013 02:44:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F151E246F; Sat, 7 Sep 2013 02:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r872igqb091467; Sat, 7 Sep 2013 02:44:42 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r872ig9A091460; Sat, 7 Sep 2013 02:44:42 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309070244.r872ig9A091460@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 02:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326567 - head/www/mediawiki119 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.14 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, 07 Sep 2013 02:44:43 -0000 Author: wen Date: Sat Sep 7 02:44:42 2013 New Revision: 326567 URL: http://svnweb.freebsd.org/changeset/ports/326567 Log: - Update to 1.19.8 Modified: head/www/mediawiki119/Makefile head/www/mediawiki119/distinfo Modified: head/www/mediawiki119/Makefile ============================================================================== --- head/www/mediawiki119/Makefile Sat Sep 7 01:11:48 2013 (r326566) +++ head/www/mediawiki119/Makefile Sat Sep 7 02:44:42 2013 (r326567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.19.7 +PORTVERSION= 1.19.8 CATEGORIES= www MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/ Modified: head/www/mediawiki119/distinfo ============================================================================== --- head/www/mediawiki119/distinfo Sat Sep 7 01:11:48 2013 (r326566) +++ head/www/mediawiki119/distinfo Sat Sep 7 02:44:42 2013 (r326567) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.19.7.tar.gz) = 8c9ae7465382d2dd8053dc39ff94343b483cb92d8efd8592eb75ec156eb68b0e -SIZE (mediawiki-1.19.7.tar.gz) = 18553532 +SHA256 (mediawiki-1.19.8.tar.gz) = ef7f0baef5e26860b50fa503119626885bef7e9b01e1eff30cd09806b2b2800a +SIZE (mediawiki-1.19.8.tar.gz) = 18553824 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 02:45:30 2013 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 ESMTP id 08AC8382; Sat, 7 Sep 2013 02:45:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1A62479; Sat, 7 Sep 2013 02:45:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r872jTIF091781; Sat, 7 Sep 2013 02:45:29 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r872jTSb091779; Sat, 7 Sep 2013 02:45:29 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309070245.r872jTSb091779@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 02:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326568 - head/www/mediawiki120 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.14 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, 07 Sep 2013 02:45:30 -0000 Author: wen Date: Sat Sep 7 02:45:29 2013 New Revision: 326568 URL: http://svnweb.freebsd.org/changeset/ports/326568 Log: - Update to 1.20.7 Modified: head/www/mediawiki120/Makefile head/www/mediawiki120/distinfo Modified: head/www/mediawiki120/Makefile ============================================================================== --- head/www/mediawiki120/Makefile Sat Sep 7 02:44:42 2013 (r326567) +++ head/www/mediawiki120/Makefile Sat Sep 7 02:45:29 2013 (r326568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.20.6 +PORTVERSION= 1.20.7 CATEGORIES= www MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/ Modified: head/www/mediawiki120/distinfo ============================================================================== --- head/www/mediawiki120/distinfo Sat Sep 7 02:44:42 2013 (r326567) +++ head/www/mediawiki120/distinfo Sat Sep 7 02:45:29 2013 (r326568) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.20.6.tar.gz) = 0329eb283b2a3aa0f2136e1b371a6095ea57fcab3aba625510b3e2bbfcbeaf23 -SIZE (mediawiki-1.20.6.tar.gz) = 18469088 +SHA256 (mediawiki-1.20.7.tar.gz) = b53bcbf3b6e3dcd810ab73143c0028beb88547bcc7766a55f532703b7015b431 +SIZE (mediawiki-1.20.7.tar.gz) = 18556660 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 04:19:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F4C492; Sat, 7 Sep 2013 04:19:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46F728FF; Sat, 7 Sep 2013 04:19:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r874JE75048843; Sat, 7 Sep 2013 04:19:14 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r874JDSr048827; Sat, 7 Sep 2013 04:19:13 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201309070419.r874JDSr048827@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 7 Sep 2013 04:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326569 - in head/databases: . postgresql-plv8js postgresql-plv8js/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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 04:19:14 -0000 Author: vanilla Date: Sat Sep 7 04:19:12 2013 New Revision: 326569 URL: http://svnweb.freebsd.org/changeset/ports/326569 Log: add postgresql-plv8js, it's procedural language base on v8js. Added: head/databases/postgresql-plv8js/ head/databases/postgresql-plv8js/Makefile (contents, props changed) head/databases/postgresql-plv8js/distinfo (contents, props changed) head/databases/postgresql-plv8js/files/ head/databases/postgresql-plv8js/files/patch-Makefile (contents, props changed) head/databases/postgresql-plv8js/files/pkg-message.in (contents, props changed) head/databases/postgresql-plv8js/pkg-descr (contents, props changed) head/databases/postgresql-plv8js/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Sep 7 02:45:29 2013 (r326568) +++ head/databases/Makefile Sat Sep 7 04:19:12 2013 (r326569) @@ -669,6 +669,7 @@ SUBDIR += postgresql-pllua SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby + SUBDIR += postgresql-plv8js SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql84-client Added: head/databases/postgresql-plv8js/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/Makefile Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,29 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= plv8js +PORTVERSION= 1.4.1 +CATEGORIES= databases +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= postgresql- +DISTNAME= plv8-${PORTVERSION} + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= PL/v8js procedural language for PostgreSQL database + +LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 + +USES= gmake +USE_ZIP= yes +USE_PGSQL= yes +WANT_PGSQL_VER= 91+ + +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKSRC}/pkg-message + +post-install: + @${ECHO_MSG} '' + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} '' + +.include Added: head/databases/postgresql-plv8js/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/distinfo Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,2 @@ +SHA256 (plv8-1.4.1.zip) = 60442c8f7432760381931e7e7772c0fd19023b714c1d324474b0b428dd61eed7 +SIZE (plv8-1.4.1.zip) = 162213 Added: head/databases/postgresql-plv8js/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/files/patch-Makefile Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-09-07 11:00:59.000000000 +0800 ++++ Makefile 2013-09-07 11:01:29.000000000 +0800 +@@ -21,7 +21,7 @@ PG_VERSION_NUM := $(shell cat `$(PG_CONF + | perl -ne 'print $$1 and exit if /PG_VERSION_NUM\s+(\d+)/') + + # set your custom C++ compler +-CUSTOM_CC = g++ ++CUSTOM_CC := $(CXX) + JSS = coffee-script.js livescript.js + # .cc created from .js + JSCS = $(JSS:.js=.cc) Added: head/databases/postgresql-plv8js/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/files/pkg-message.in Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,5 @@ +Use the following sql script to create PL/v8js + + psql -c 'CREATE EXTENSION plv8' + psql -c 'CREATE EXTENSION plls' + psql -c 'CREATE EXTENSION plcoffee' Added: head/databases/postgresql-plv8js/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/pkg-descr Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,5 @@ +plv8js is a procedural language add-on for PostgreSQL, +which means you can define JavaScript functions +that run inside a PostgreSQL server using google V8 Engine. + +WWW: https://code.google.com/p/plv8js/ Added: head/databases/postgresql-plv8js/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-plv8js/pkg-plist Sat Sep 7 04:19:12 2013 (r326569) @@ -0,0 +1,10 @@ +lib/postgresql/plv8.so +share/postgresql/extension/plv8.control +share/postgresql/extension/plv8--%%PORTVERSION%%.sql +share/postgresql/extension/plcoffee.control +share/postgresql/extension/plcoffee--%%PORTVERSION%%.sql +share/postgresql/extension/plls.control +share/postgresql/extension/plls--%%PORTVERSION%%.sql +@dirrmtry share/postgresql/extension +@dirrmtry share/postgresql +@dirrmtry lib/postgresql From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 04:21:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5E5B593; Sat, 7 Sep 2013 04:21:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1FF02931; Sat, 7 Sep 2013 04:21:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r874L6FG051436; Sat, 7 Sep 2013 04:21:06 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r874L6nK051435; Sat, 7 Sep 2013 04:21:06 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201309070421.r874L6nK051435@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 7 Sep 2013 04:21:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326570 - head/databases/postgresql-plv8js 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.14 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, 07 Sep 2013 04:21:06 -0000 Author: vanilla Date: Sat Sep 7 04:21:06 2013 New Revision: 326570 URL: http://svnweb.freebsd.org/changeset/ports/326570 Log: add minssing PLIST_SUB. Modified: head/databases/postgresql-plv8js/Makefile Modified: head/databases/postgresql-plv8js/Makefile ============================================================================== --- head/databases/postgresql-plv8js/Makefile Sat Sep 7 04:19:12 2013 (r326569) +++ head/databases/postgresql-plv8js/Makefile Sat Sep 7 04:21:06 2013 (r326570) @@ -17,6 +17,7 @@ USES= gmake USE_ZIP= yes USE_PGSQL= yes WANT_PGSQL_VER= 91+ +PLIST_SUB+= PORTVERSION="${PORTVERSION}" SUB_FILES= pkg-message PKGMESSAGE= ${WRKSRC}/pkg-message From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 06:06:45 2013 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 ESMTP id 32E63FD6; Sat, 7 Sep 2013 06:06:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20F4E2CD0; Sat, 7 Sep 2013 06:06:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8766iXB013812; Sat, 7 Sep 2013 06:06:44 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8766iNb013809; Sat, 7 Sep 2013 06:06:44 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309070606.r8766iNb013809@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 7 Sep 2013 06:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326571 - head/audio/HVSC-Update 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.14 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, 07 Sep 2013 06:06:45 -0000 Author: rm Date: Sat Sep 7 06:06:44 2013 New Revision: 326571 URL: http://svnweb.freebsd.org/changeset/ports/326571 Log: - update to 2.8.6 - sort knobs alphabetically Modified: head/audio/HVSC-Update/Makefile head/audio/HVSC-Update/distinfo Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Sat Sep 7 04:21:06 2013 (r326570) +++ head/audio/HVSC-Update/Makefile Sat Sep 7 06:06:44 2013 (r326571) @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= HVSC-Update -PORTVERSION= 2.8.5 +PORTVERSION= 2.8.6 CATEGORIES= audio emulators MASTER_SITES= http://www.hvsc.c64.org/download/files/tools/ -DISTNAME= ${PORTNAME:S/-/_/}_Tool_source_${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g}_source MAINTAINER= ports@FreeBSD.org COMMENT= Update program for the HVSC C= 64 SID tune collection BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} - -USES= gmake GNU_CONFIGURE= yes +USES= gmake +WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} -PORTDOCS= HVSC_Update.txt SID_file_format.txt +PORTDOCS= HVS_file_format.txt HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} .include Modified: head/audio/HVSC-Update/distinfo ============================================================================== --- head/audio/HVSC-Update/distinfo Sat Sep 7 04:21:06 2013 (r326570) +++ head/audio/HVSC-Update/distinfo Sat Sep 7 06:06:44 2013 (r326571) @@ -1,2 +1,2 @@ -SHA256 (HVSC_Update_Tool_source_285.tar.gz) = b047f03b547858b3c56902582524b33af5cf60142fac56346ef0857e6fa947b2 -SIZE (HVSC_Update_Tool_source_285.tar.gz) = 106891 +SHA256 (HVSC_Update_Tool_286_source.tar.gz) = 4205dda6b0b6adc3adee59f7c4843d7b96ff02a2654f9d9d92eed278c07f4b7f +SIZE (HVSC_Update_Tool_286_source.tar.gz) = 116159 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 06:13:31 2013 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 ESMTP id CE12C31B; Sat, 7 Sep 2013 06:13:31 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC9632D2B; Sat, 7 Sep 2013 06:13:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r876DVvV018991; Sat, 7 Sep 2013 06:13:31 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r876DR3c018897; Sat, 7 Sep 2013 06:13:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070613.r876DR3c018897@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 06:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326572 - in head/sysutils: debhelper epylog evtviewer fpkg gupsc jkill p5-Dir-Purge p5-Plugtools-Plugins-HomeOU p5-Probe-Perl p5-Samba-SIDhelper p5-Sys-HostIP p5-Sys-Load p5-ZConf-Cron... 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.14 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, 07 Sep 2013 06:13:31 -0000 Author: az Date: Sat Sep 7 06:13:27 2013 New Revision: 326572 URL: http://svnweb.freebsd.org/changeset/ports/326572 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/sysutils/debhelper/Makefile (contents, props changed) head/sysutils/epylog/Makefile (contents, props changed) head/sysutils/evtviewer/Makefile (contents, props changed) head/sysutils/fpkg/Makefile (contents, props changed) head/sysutils/gupsc/Makefile head/sysutils/jkill/Makefile (contents, props changed) head/sysutils/p5-Dir-Purge/Makefile (contents, props changed) head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile (contents, props changed) head/sysutils/p5-Probe-Perl/Makefile head/sysutils/p5-Samba-SIDhelper/Makefile head/sysutils/p5-Sys-HostIP/Makefile (contents, props changed) head/sysutils/p5-Sys-Load/Makefile (contents, props changed) head/sysutils/p5-ZConf-Cron/Makefile (contents, props changed) head/sysutils/rsyncbackup/Makefile (contents, props changed) head/sysutils/stow/Makefile (contents, props changed) head/sysutils/ucspi-ipc/Makefile (contents, props changed) head/sysutils/webmin/Makefile head/sysutils/whatpix/Makefile (contents, props changed) head/sysutils/zfs-stats/Makefile (contents, props changed) Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/debhelper/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -12,7 +12,7 @@ COMMENT= Helper programs for debian/rule MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} .include Modified: head/sysutils/epylog/Makefile ============================================================================== --- head/sysutils/epylog/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/epylog/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -24,7 +24,7 @@ MAN8= epylog.8 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lynx=${LOCALBASE}/bin/lynx -USE_PERL5= yes +USES= perl5 USE_PYTHON= yes LOCAL_CONF_FILES= epylog.conf \ Modified: head/sysutils/evtviewer/Makefile ============================================================================== --- head/sysutils/evtviewer/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/evtviewer/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,7 @@ COMMENT= PERL-based Event viewer LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/evtViewer Modified: head/sysutils/fpkg/Makefile ============================================================================== --- head/sysutils/fpkg/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/fpkg/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -17,7 +17,7 @@ EXTRACT_ONLY= MAINTAINER= y.shimazu@nifty.com COMMENT= Package Tool Wrapper for FreeBSD -USE_PERL5= YES +USES= perl5 NO_WRKSUBDIR= YES NO_BUILD= YES PLIST_FILES= bin/fpkg Modified: head/sysutils/gupsc/Makefile ============================================================================== --- head/sysutils/gupsc/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/gupsc/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -13,7 +13,8 @@ COMMENT= A free Gnome client for the Net USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomelibs gnomehier -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/jkill/Makefile ============================================================================== --- head/sysutils/jkill/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/jkill/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= MAINTAINER= pavel@ext.by COMMENT= Shutdowns a running jail and all its processes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= jkill.1 MANCOMPRESSED= yes Modified: head/sysutils/p5-Dir-Purge/Makefile ============================================================================== --- head/sysutils/p5-Dir-Purge/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Dir-Purge/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Purge directories to a given number of files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dir::Purge.3 Modified: head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile ============================================================================== --- head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -17,7 +17,8 @@ COMMENT= Automatically handles the home RUN_DEPENDS= p5-Plugtools>=0:${PORTSDIR}/sysutils/p5-Plugtools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plugtools::Plugins::HomeOU.3 \ Plugtools::Plugins::HomeOUremove.3 Modified: head/sysutils/p5-Probe-Perl/Makefile ============================================================================== --- head/sysutils/p5-Probe-Perl/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Probe-Perl/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Information about the currently running perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Probe::Perl.3 Modified: head/sysutils/p5-Samba-SIDhelper/Makefile ============================================================================== --- head/sysutils/p5-Samba-SIDhelper/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Samba-SIDhelper/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Create SIDs based on G/UIDs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Samba::SIDhelper.3 Modified: head/sysutils/p5-Sys-HostIP/Makefile ============================================================================== --- head/sysutils/p5-Sys-HostIP/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Sys-HostIP/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= mopsfelder@gmail.com COMMENT= A Perl module to get IP address related info -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::HostIP.3 Modified: head/sysutils/p5-Sys-Load/Makefile ============================================================================== --- head/sysutils/p5-Sys-Load/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Sys-Load/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Getting the current system load and uptime -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Sys::Load.3 Modified: head/sysutils/p5-ZConf-Cron/Makefile ============================================================================== --- head/sysutils/p5-ZConf-Cron/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-ZConf-Cron/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -26,7 +26,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0: p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Cron.3 \ ZConf::Cron::GUI.3 Modified: head/sysutils/rsyncbackup/Makefile ============================================================================== --- head/sysutils/rsyncbackup/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/rsyncbackup/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -21,7 +21,7 @@ CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USE_ZIP= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes SUB_FILES= pkg-message Modified: head/sysutils/stow/Makefile ============================================================================== --- head/sysutils/stow/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/stow/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL=${PERL} Modified: head/sysutils/ucspi-ipc/Makefile ============================================================================== --- head/sysutils/ucspi-ipc/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/ucspi-ipc/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.superscript.com MAINTAINER= lx@redundancy.redundancy.org COMMENT= UCSPI tools for building local-domain client-server applications -USE_PERL5= yes +USES= perl5 DISABLE_SIZE= yes Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/webmin/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \ p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM -USE_PERL5= yes +USES= perl5 USE_PYTHON= yes USE_RC_SUBR= webmin SUB_LIST= PERL5=${PERL} Modified: head/sysutils/whatpix/Makefile ============================================================================== --- head/sysutils/whatpix/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/whatpix/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDI NO_BUILD= yes PLIST_FILES= bin/whatpix -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin Modified: head/sysutils/zfs-stats/Makefile ============================================================================== --- head/sysutils/zfs-stats/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/zfs-stats/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,7 @@ COMMENT= Display human-readable ZFS stat LICENSE= BSD -USE_PERL5= yes +USES= perl5 NO_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 06:47:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EF7BBA7; Sat, 7 Sep 2013 06:47:24 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3EF2E6E; Sat, 7 Sep 2013 06:47:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r876lOYX038802; Sat, 7 Sep 2013 06:47:24 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r876lK2r038774; Sat, 7 Sep 2013 06:47:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070647.r876lK2r038774@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 06:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326573 - in head/sysutils: fanout fcron gather geteltorito jps lmon monkeytail p5-BSD-Jail-Object p5-File-Log p5-File-Signature p5-File-Stat-ModeString p5-File-Tee p5-Filesys-Statvfs p... 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.14 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, 07 Sep 2013 06:47:24 -0000 Author: az Date: Sat Sep 7 06:47:20 2013 New Revision: 326573 URL: http://svnweb.freebsd.org/changeset/ports/326573 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/sysutils/fanout/Makefile head/sysutils/fcron/Makefile (contents, props changed) head/sysutils/gather/Makefile (contents, props changed) head/sysutils/geteltorito/Makefile (contents, props changed) head/sysutils/jps/Makefile (contents, props changed) head/sysutils/lmon/Makefile (contents, props changed) head/sysutils/monkeytail/Makefile (contents, props changed) head/sysutils/p5-BSD-Jail-Object/Makefile head/sysutils/p5-File-Log/Makefile (contents, props changed) head/sysutils/p5-File-Signature/Makefile (contents, props changed) head/sysutils/p5-File-Stat-ModeString/Makefile (contents, props changed) head/sysutils/p5-File-Tee/Makefile head/sysutils/p5-Filesys-Statvfs/Makefile (contents, props changed) head/sysutils/p5-Fuse-Simple/Makefile (contents, props changed) head/sysutils/p5-Sys-Filesystem/Makefile (contents, props changed) head/sysutils/p5-Sys-Hostname-Long/Makefile (contents, props changed) head/sysutils/p5-Unix-Processors/Makefile (contents, props changed) head/sysutils/vlogger/Makefile (contents, props changed) head/sysutils/zetaback/Makefile (contents, props changed) Modified: head/sysutils/fanout/Makefile ============================================================================== --- head/sysutils/fanout/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/fanout/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -11,7 +11,8 @@ MASTER_SITES= http://www.stearns.org/fan MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux .if !defined(NOPORTDOCS) Modified: head/sysutils/fcron/Makefile ============================================================================== --- head/sysutils/fcron/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/fcron/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -21,7 +21,8 @@ COMMENT= A periodic command scheduler GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --localstatedir=/var \ --with-cflags="${CFLAGS}" \ --with-rootname=root --with-rootgroup=wheel \ Modified: head/sysutils/gather/Makefile ============================================================================== --- head/sysutils/gather/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/gather/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,7 @@ LICENSE= BSD PROJECTHOST= gatherit -USE_PERL5= yes +USES= perl5 CONFLICTS_INSTALL= harvest-[0-9]* Modified: head/sysutils/geteltorito/Makefile ============================================================================== --- head/sysutils/geteltorito/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/geteltorito/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -16,7 +16,8 @@ MAINTAINER= valerio.daelli@gmail.com COMMENT= El Torito image extractor NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} Modified: head/sysutils/jps/Makefile ============================================================================== --- head/sysutils/jps/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/jps/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= jps.1 MANCOMPRESSED= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/jps .include Modified: head/sysutils/lmon/Makefile ============================================================================== --- head/sysutils/lmon/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/lmon/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${POR p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME} Modified: head/sysutils/monkeytail/Makefile ============================================================================== --- head/sysutils/monkeytail/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/monkeytail/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ COMMENT= A multi-file tail on both local RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/sysutils/p5-BSD-Jail-Object/Makefile ============================================================================== --- head/sysutils/p5-BSD-Jail-Object/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-BSD-Jail-Object/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/ MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BSD::Jail::Object.3 Modified: head/sysutils/p5-File-Log/Makefile ============================================================================== --- head/sysutils/p5-File-Log/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Log/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= A simple Object Orientated Logger -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Log.3 Modified: head/sysutils/p5-File-Signature/Makefile ============================================================================== --- head/sysutils/p5-File-Signature/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Signature/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Detect changes to a file's content or attributes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Signature.3 Modified: head/sysutils/p5-File-Stat-ModeString/Makefile ============================================================================== --- head/sysutils/p5-File-Stat-ModeString/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Stat-ModeString/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -20,7 +20,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-File-Stat-Bits>0:${PORTSDIR}/sysutils/p5-File-Stat-Bits RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Stat::ModeString.3 Modified: head/sysutils/p5-File-Tee/Makefile ============================================================================== --- head/sysutils/p5-File-Tee/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Tee/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Replicate data sent to a Perl stream -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= File::Tee.3 Modified: head/sysutils/p5-Filesys-Statvfs/Makefile ============================================================================== --- head/sysutils/p5-Filesys-Statvfs/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Filesys-Statvfs/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for statvfs() and fstatvfs() -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::Statvfs.3 Modified: head/sysutils/p5-Fuse-Simple/Makefile ============================================================================== --- head/sysutils/p5-Fuse-Simple/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Fuse-Simple/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,8 @@ COMMENT= Simple way to write filesystems RUN_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Fuse::Simple.3 Modified: head/sysutils/p5-Sys-Filesystem/Makefile ============================================================================== --- head/sysutils/p5-Sys-Filesystem/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Sys-Filesystem/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -18,7 +18,8 @@ COMMENT= Perl module to Retrieve list of RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Sys::Filesystem::Mswin32.3 \ Sys::Filesystem.3 \ Modified: head/sysutils/p5-Sys-Hostname-Long/Makefile ============================================================================== --- head/sysutils/p5-Sys-Hostname-Long/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Sys-Hostname-Long/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tdb@FreeBSD.org COMMENT= Try every conceivable way to get full hostname -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Hostname::Long.3 Modified: head/sysutils/p5-Unix-Processors/Makefile ============================================================================== --- head/sysutils/p5-Unix-Processors/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Unix-Processors/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Interface to processor (CPU) information -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unix::Processors.3 Unix::Processors::Info.3 Modified: head/sysutils/vlogger/Makefile ============================================================================== --- head/sysutils/vlogger/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/vlogger/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= ${PORTNAME}.1 Modified: head/sysutils/zetaback/Makefile ============================================================================== --- head/sysutils/zetaback/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/zetaback/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ MASTER_SITES= https://labs.omniti.com/ze MAINTAINER= cy@FreeBSD.org COMMENT= Zetaback ZFS backup and recovery management system -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:11:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F37619B; Sat, 7 Sep 2013 07:11:53 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9092F61; Sat, 7 Sep 2013 07:11:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r877Brfl055407; Sat, 7 Sep 2013 07:11:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r877BnY2055383; Sat, 7 Sep 2013 07:11:49 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070711.r877BnY2055383@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 07:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326574 - in head/sysutils: comiccron dirvish fastest_cvsup i2c-tools jtop logwatch memfetch p5-File-Stat-Bits p5-Filesys-Df p5-MogileFS-Client p5-Plugtools p5-Sys-User-UIDhelper p5-Sys... 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.14 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, 07 Sep 2013 07:11:53 -0000 Author: az Date: Sat Sep 7 07:11:48 2013 New Revision: 326574 URL: http://svnweb.freebsd.org/changeset/ports/326574 Log: - convert to the new perl5 framework Submitted by: portmgr (bapt@, blanket) Modified: head/sysutils/comiccron/Makefile (contents, props changed) head/sysutils/dirvish/Makefile (contents, props changed) head/sysutils/fastest_cvsup/Makefile (contents, props changed) head/sysutils/i2c-tools/Makefile (contents, props changed) head/sysutils/jtop/Makefile (contents, props changed) head/sysutils/logwatch/Makefile (contents, props changed) head/sysutils/memfetch/Makefile (contents, props changed) head/sysutils/p5-File-Stat-Bits/Makefile (contents, props changed) head/sysutils/p5-Filesys-Df/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Client/Makefile (contents, props changed) head/sysutils/p5-Plugtools/Makefile (contents, props changed) head/sysutils/p5-Sys-User-UIDhelper/Makefile (contents, props changed) head/sysutils/p5-SyslogScan/Makefile (contents, props changed) head/sysutils/p5-Unix-Lsof/Makefile (contents, props changed) head/sysutils/p5-Unix-Mknod/Makefile (contents, props changed) head/sysutils/slack/Makefile head/sysutils/snap/Makefile (contents, props changed) head/sysutils/ucspi-ssl/Makefile head/sysutils/usermatic/Makefile (contents, props changed) Modified: head/sysutils/comiccron/Makefile ============================================================================== --- head/sysutils/comiccron/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/comiccron/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DateTime-Event-Cron>=0:$ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes Modified: head/sysutils/dirvish/Makefile ============================================================================== --- head/sysutils/dirvish/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/dirvish/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -24,7 +24,8 @@ MAN8= dirvish.8 dirvish-expire.8 dirvis WRKSRC= ${WRKDIR} NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN5= dirvish.conf.5 MAN8= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8 Modified: head/sysutils/fastest_cvsup/Makefile ============================================================================== --- head/sysutils/fastest_cvsup/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/fastest_cvsup/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME:S/_/-/} MAINTAINER= freebsd@hm2k.org COMMENT= Finds fastest CVSup server -USE_PERL5= yes +USES= perl5 MAN7= fastest_cvsup.7 PLIST_FILES= bin/fastest_cvsup Modified: head/sysutils/i2c-tools/Makefile ============================================================================== --- head/sysutils/i2c-tools/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/i2c-tools/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -15,7 +15,8 @@ COMMENT= A heterogeneous set of I2C tool USE_BZIP2= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= sbin/decode-dimms Modified: head/sysutils/jtop/Makefile ============================================================================== --- head/sysutils/jtop/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/jtop/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= jtop.1 MANCOMPRESSED= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/jtop .include Modified: head/sysutils/logwatch/Makefile ============================================================================== --- head/sysutils/logwatch/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/logwatch/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN8= logwatch.8 DOCS= HOWTO-Customize-LogWatch License README Modified: head/sysutils/memfetch/Makefile ============================================================================== --- head/sysutils/memfetch/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/memfetch/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -16,7 +16,8 @@ MAINTAINER= onatan@gmail.com COMMENT= Utility to dump process memory WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run CFLAGS+= ${CPPFLAGS} Modified: head/sysutils/p5-File-Stat-Bits/Makefile ============================================================================== --- head/sysutils/p5-File-Stat-Bits/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-File-Stat-Bits/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module interface to the major()/minor() C routines -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Stat::Bits.3 Modified: head/sysutils/p5-Filesys-Df/Makefile ============================================================================== --- head/sysutils/p5-Filesys-Df/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-Filesys-Df/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for filesystem space -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::Df.3 Modified: head/sysutils/p5-MogileFS-Client/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Client/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-MogileFS-Client/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-IO-stringy>=2.102:${PO RUN_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MogileFS::Client.3 Modified: head/sysutils/p5-Plugtools/Makefile ============================================================================== --- head/sysutils/p5-Plugtools/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-Plugtools/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \ p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plugtools.3 \ Plugtools::Plugins::Dump.3 Modified: head/sysutils/p5-Sys-User-UIDhelper/Makefile ============================================================================== --- head/sysutils/p5-Sys-User-UIDhelper/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-Sys-User-UIDhelper/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Helps for locating free UIDs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::User::UIDhelper.3 Modified: head/sysutils/p5-SyslogScan/Makefile ============================================================================== --- head/sysutils/p5-SyslogScan/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-SyslogScan/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 routines to parse system logs -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \ SyslogScan::DeliveryIterator.3 \ Modified: head/sysutils/p5-Unix-Lsof/Makefile ============================================================================== --- head/sysutils/p5-Unix-Lsof/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-Unix-Lsof/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -19,7 +19,8 @@ COMMENT= Unix::Lsof -- a wrapper to the BUILD_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unix::Lsof.3 Unix::Lsof::Result.3 .include Modified: head/sysutils/p5-Unix-Mknod/Makefile ============================================================================== --- head/sysutils/p5-Unix-Mknod/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/p5-Unix-Mknod/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module to create special files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unix::Mknod.3 Modified: head/sysutils/slack/Makefile ============================================================================== --- head/sysutils/slack/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/slack/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -12,7 +12,7 @@ COMMENT= Configuration management system RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes MAN1= slack-diff.1 Modified: head/sysutils/snap/Makefile ============================================================================== --- head/sysutils/snap/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/snap/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -15,7 +15,8 @@ MAINTAINER= wchunhao@cs.nctu.edu.tw COMMENT= Tools for periodic and manual management of UFS2 snapshots NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN8= snap.8 Modified: head/sysutils/ucspi-ssl/Makefile ============================================================================== --- head/sysutils/ucspi-ssl/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/ucspi-ssl/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -19,7 +19,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysut CONFLICTS?= ucspi-ssl-tls-[0-9]* -USE_PERL5= yes +USES= perl5 RESTRICTED= Non-explicit licensing terms Modified: head/sysutils/usermatic/Makefile ============================================================================== --- head/sysutils/usermatic/Makefile Sat Sep 7 06:47:20 2013 (r326573) +++ head/sysutils/usermatic/Makefile Sat Sep 7 07:11:48 2013 (r326574) @@ -16,7 +16,8 @@ MAINTAINER= fehlner@gmx.de COMMENT= Scripts to automate the maintenance of accounts NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= digestion.pl.1 MAN8= hunter-seeker.pl.8 newusers.pl.8 reaper.pl.8 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:30:39 2013 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF64F650; Sat, 7 Sep 2013 07:30:39 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4C22060; Sat, 7 Sep 2013 07:30:38 +0000 (UTC) Received: from [192.168.0.2] (cpc27-cmbg15-2-0-cust235.5-4.cable.virginmedia.com [86.27.188.236]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r877UZVE078392 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 7 Sep 2013 07:30:37 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r326441 - head/lang/gcc46/files From: David Chisnall In-Reply-To: <201309052008.r85K8S8j073628@svn.freebsd.org> Date: Sat, 7 Sep 2013 08:30:30 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201309052008.r85K8S8j073628@svn.freebsd.org> To: Gerald Pfeifer X-Mailer: Apple Mail (2.1508) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 07:30:39 -0000 In theory, this is no longer needed on head. I fixed our iconv.h = yesterday not to include stdbool.h. =20 David On 5 Sep 2013, at 21:08, Gerald Pfeifer wrote: > Author: gerald > Date: Thu Sep 5 20:08:27 2013 > New Revision: 326441 > URL: http://svnweb.freebsd.org/changeset/ports/326441 >=20 > Log: > Work around a bug in libcpp that pulls in the optional system iconv > if present instead of relying on the port we actually depend on. >=20 > The issue is that /usr/include/iconv.h has #include which > in turn, since both are included very late in the game, conflicts = with > similar definintions by libcpp itself. >=20 > Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under = the > same test scenarios and libstdc++ does not seem to require = adjustments, > so PR 161417 may not be relevant in full. >=20 > PR: 161417 >=20 > Added: > head/lang/gcc46/files/patch-libcpp (contents, props changed) >=20 > Added: head/lang/gcc46/files/patch-libcpp > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/gcc46/files/patch-libcpp Thu Sep 5 20:08:27 2013 = (r326441) > @@ -0,0 +1,10 @@ > +--- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 > ++++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 > +@@ -27,6 +27,7 @@ > + #include "cpp-id-data.h" > +=20 > + #if HAVE_ICONV > ++#define __bool_true_false_are_defined > + #include > + #else > + #define HAVE_ICONV 0 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:44:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AE19B17; Sat, 7 Sep 2013 07:44:31 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A0D120EE; Sat, 7 Sep 2013 07:44:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r877iUH3075001; Sat, 7 Sep 2013 07:44:30 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r877iRSZ074976; Sat, 7 Sep 2013 07:44:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070744.r877iRSZ074976@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 07:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326575 - in head: biology/consed biology/p5-Bio-ASN1-EntrezGene biology/p5-bioperl-run biology/velvet devel/p5-Config-YAML devel/p5-MooseX-CompileTime-Traits devel/p5-Sys-Cpu sysutils/... 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.14 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, 07 Sep 2013 07:44:31 -0000 Author: az Date: Sat Sep 7 07:44:26 2013 New Revision: 326575 URL: http://svnweb.freebsd.org/changeset/ports/326575 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/biology/consed/Makefile (contents, props changed) head/biology/p5-Bio-ASN1-EntrezGene/Makefile (contents, props changed) head/biology/p5-bioperl-run/Makefile (contents, props changed) head/biology/velvet/Makefile (contents, props changed) head/devel/p5-Config-YAML/Makefile (contents, props changed) head/devel/p5-MooseX-CompileTime-Traits/Makefile (contents, props changed) head/devel/p5-Sys-Cpu/Makefile (contents, props changed) head/sysutils/backupme/Makefile (contents, props changed) head/sysutils/p5-BSD-Sysctl/Makefile (contents, props changed) head/sysutils/p5-Filesys-DiskUsage/Makefile (contents, props changed) head/sysutils/p5-Lchown/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Utils/Makefile head/sysutils/p5-Proc-PidUtil/Makefile (contents, props changed) head/sysutils/p5-Schedule-At/Makefile (contents, props changed) head/sysutils/pwgen/Makefile (contents, props changed) head/sysutils/topless/Makefile (contents, props changed) head/sysutils/usermin/Makefile head/sysutils/worldtools/Makefile (contents, props changed) head/x11-themes/fvwm-themes/Makefile (contents, props changed) Modified: head/biology/consed/Makefile ============================================================================== --- head/biology/consed/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/consed/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -19,7 +19,7 @@ RUN_DEPENDS= phred:${PORTSDIR}/biology/p phrap:${PORTSDIR}/biology/phrap \ phd2fasta:${PORTSDIR}/biology/phd2fasta -USE_PERL5= yes +USES= perl5 USE_LINUX= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -17,7 +17,8 @@ COMMENT= Regular expression-based Perl P WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bio::ASN1::EntrezGene.3 \ Bio::ASN1::EntrezGene::Indexer.3 \ Modified: head/biology/p5-bioperl-run/Makefile ============================================================================== --- head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-bioperl-run-1.[13579]* -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/BioPerl-run-1.6.0 MAN1= bp_bioperl_application_installer.pl.1 \ Modified: head/biology/velvet/Makefile ============================================================================== --- head/biology/velvet/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/velvet/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -22,7 +22,8 @@ MAXKMERLENGTH?= 31 VELVET_CATEGORIES?= 2 MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run BINARIES= velvetg velveth SCRIPTS= shuffleSequences_fasta.pl shuffleSequences_fastq.pl \ Modified: head/devel/p5-Config-YAML/Makefile ============================================================================== --- head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -17,7 +17,8 @@ COMMENT= Simple configuration automation BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::YAML.3 Modified: head/devel/p5-MooseX-CompileTime-Traits/Makefile ============================================================================== --- head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::CompileTime::Traits.3 Modified: head/devel/p5-Sys-Cpu/Makefile ============================================================================== --- head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= terry@sucked-in.com COMMENT= Sys::CPU - Perl extension for getting CPU information -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::CPU.3 Modified: head/sysutils/backupme/Makefile ============================================================================== --- head/sysutils/backupme/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/backupme/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Log-Log4perl>=0:${PORTSD p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \ p5-Net-SSH>=0:${PORTSDIR}/net/p5-Net-SSH -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_INSTALL_MANPAGES= yes Modified: head/sysutils/p5-BSD-Sysctl/Makefile ============================================================================== --- head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= david@landgren.net COMMENT= Fetch sysctl values from BSD-like systems -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BSD::Sysctl.3 Modified: head/sysutils/p5-Filesys-DiskUsage/Makefile ============================================================================== --- head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl equivalent of du(1) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::DiskUsage.3 Modified: head/sysutils/p5-Lchown/Makefile ============================================================================== --- head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffrey@goldmark.org COMMENT= A perl5 module providing access to lchown(2) -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Lchown.3 Modified: head/sysutils/p5-MogileFS-Utils/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-MogileFS-Client>=1.16: p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mogadm.1 \ mogdelete.1 \ Modified: head/sysutils/p5-Proc-PidUtil/Makefile ============================================================================== --- head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= PID file management utilities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Proc::PidUtil.3 Modified: head/sysutils/p5-Schedule-At/Makefile ============================================================================== --- head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= OS independent interface to the Unix 'at' command -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Schedule::At.3 Modified: head/sysutils/pwgen/Makefile ============================================================================== --- head/sysutils/pwgen/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/pwgen/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -15,7 +15,8 @@ MAINTAINER= andrey@hm.perm.ru COMMENT= A small, powerful, GPL'ed password generator GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAN1= pwgen.1 PLIST_FILES= bin/pwgen Modified: head/sysutils/topless/Makefile ============================================================================== --- head/sysutils/topless/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/topless/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -13,7 +13,8 @@ MASTER_SITES= http://people.freebsd.org/ MAINTAINER= koma2@lovepeers.org COMMENT= Display command output on the whole screen like "top" -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAN1= topless.1 PLIST_FILES= bin/topless Modified: head/sysutils/usermin/Makefile ============================================================================== --- head/sysutils/usermin/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/usermin/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= usermin SUB_LIST= PERL5=${PERL} SUB_FILES= pkg-message Modified: head/sysutils/worldtools/Makefile ============================================================================== --- head/sysutils/worldtools/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/worldtools/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ MASTER_SITES= http://anarcat.ath.cx/soft MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Handy tools for living with make world -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN8= buildit.8 upgrade.8 whereintheworld.8 Modified: head/x11-themes/fvwm-themes/Makefile ============================================================================== --- head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -23,7 +23,7 @@ RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fv USE_BZIP2= yes USE_XORG= xpm USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:53:52 2013 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 ESMTP id 2ADC9D5C; Sat, 7 Sep 2013 07:53:52 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 196172134; Sat, 7 Sep 2013 07:53:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r877rpfW080649; Sat, 7 Sep 2013 07:53:51 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r877rpCQ080648; Sat, 7 Sep 2013 07:53:51 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201309070753.r877rpCQ080648@svn.freebsd.org> From: Max Khon Date: Sat, 7 Sep 2013 07:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326576 - head 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.14 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, 07 Sep 2013 07:53:52 -0000 Author: fjoe Date: Sat Sep 7 07:53:51 2013 New Revision: 326576 URL: http://svnweb.freebsd.org/changeset/ports/326576 Log: Fix typo. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 7 07:44:26 2013 (r326575) +++ head/MOVED Sat Sep 7 07:53:51 2013 (r326576) @@ -4410,8 +4410,8 @@ comms/libticables|comms/libticables2|201 devel/libticalcs|comms/libticalcs2|2013-07-01|Has expired: Superseded by comms/libticalcs2 emulators/tiemu2|emulators/tiemu3|2013-07-01|Has expired: Superseded by emulators/tiemu3 net/rubygem-bunny060||2013-07-02|Removed -graphics/linux_dri|graphics/linux-f10-dri|2013-07-03|Supersded by graphics/linux-f10-dri -graphics/linux-dri74|graphics/linux-f10-dri|2013-07-03|Supersded by graphics/linux-f10-dri +graphics/linux_dri|graphics/linux-f10-dri|2013-07-03|Superseded by graphics/linux-f10-dri +graphics/linux-dri74|graphics/linux-f10-dri|2013-07-03|Superseded by graphics/linux-f10-dri games/gnomememoryblocks||2013-07-04|Has expired: Unsupported upstream devel/py-reddit||2013-07-07|Has been removed from PyPI, Use www/py-praw games/speakinghangman||2013-07-07|Has expired: No more public distfiles From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:54:26 2013 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 ESMTP id 78B6FE38; Sat, 7 Sep 2013 07:54:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 669DB2139; Sat, 7 Sep 2013 07:54:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r877sQok081133; Sat, 7 Sep 2013 07:54:26 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r877sQNB081131; Sat, 7 Sep 2013 07:54:26 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309070754.r877sQNB081131@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 07:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326577 - head/www/mediawiki121 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.14 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, 07 Sep 2013 07:54:26 -0000 Author: wen Date: Sat Sep 7 07:54:25 2013 New Revision: 326577 URL: http://svnweb.freebsd.org/changeset/ports/326577 Log: - Copy mediawiki120 --> mediawiki121 Added: head/www/mediawiki121/ - copied from r326261, head/www/mediawiki120/ Replaced: head/www/mediawiki121/Makefile - copied unchanged from r326568, head/www/mediawiki120/Makefile head/www/mediawiki121/distinfo - copied unchanged from r326568, head/www/mediawiki120/distinfo Copied: head/www/mediawiki121/Makefile (from r326568, head/www/mediawiki120/Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mediawiki121/Makefile Sat Sep 7 07:54:25 2013 (r326577, copy of r326568, head/www/mediawiki120/Makefile) @@ -0,0 +1,79 @@ +# Created by: Gerrit Beine +# $FreeBSD$ + +PORTNAME= mediawiki +PORTVERSION= 1.20.7 +CATEGORIES= www +MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/ + +MAINTAINER= wen@FreeBSD.org +COMMENT= The wiki engine used by Wikipedia + +LICENSE= GPLv2 + +CONFLICTS= mediawiki-1.1[0-9].* + +FETCH_ARGS= -pr +USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom +WANT_PHP_WEB= yes +MEDIAWIKIDIR?= www/mediawiki + +NO_BUILD= yes + +OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK +OPTIONS_DEFAULT=MYSQL APC + +MEMCACHED_DESC= use memcached +APC_DESC= use pecl-APC(Mediawiki recommended) +EACCEL_DESC= use eAccelerator (instead of pecl-APC) +XCACHE_DESC= use xCache (instead of pecl-APC) +IMAGICK_DESC= use ImageMagick + +.include + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= client +USE_PHP+= mysql +.endif + +.if ${PORT_OPTIONS:MPGSQL} +USE_PHP+= pgsql +.endif + +.if ${PORT_OPTIONS:MSQLITE} +USE_PHP+= sqlite3 +.endif + +.if ${PORT_OPTIONS:MLDAP} +USE_PHP+= ldap +.endif + +.if ${PORT_OPTIONS:MMEMCACHED} +RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached +.endif + +.if ${PORT_OPTIONS:MIMAGICK} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick +.endif + +.if ${PORT_OPTIONS:MAPC} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC +.elif ${PORT_OPTIONS:MEACCEL} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator +.elif ${PORT_OPTIONS:MXCACHE} +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache +.endif + +do-install: + @${MKDIR} ${PREFIX}/${MEDIAWIKIDIR} + ${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR} + +post-install: + @${FIND} ${WRKSRC}/${file} -not -type d \ + | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d \ + | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} + @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} + +.include Copied: head/www/mediawiki121/distinfo (from r326568, head/www/mediawiki120/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mediawiki121/distinfo Sat Sep 7 07:54:25 2013 (r326577, copy of r326568, head/www/mediawiki120/distinfo) @@ -0,0 +1,2 @@ +SHA256 (mediawiki-1.20.7.tar.gz) = b53bcbf3b6e3dcd810ab73143c0028beb88547bcc7766a55f532703b7015b431 +SIZE (mediawiki-1.20.7.tar.gz) = 18556660 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:01:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4469E3BC; Sat, 7 Sep 2013 08:01:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32C30219C; Sat, 7 Sep 2013 08:01:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8781ALe086001; Sat, 7 Sep 2013 08:01:10 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87819dw085999; Sat, 7 Sep 2013 08:01:09 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309070801.r87819dw085999@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 08:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326578 - in head/www: mediawiki119 mediawiki120 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.14 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, 07 Sep 2013 08:01:10 -0000 Author: wen Date: Sat Sep 7 08:01:09 2013 New Revision: 326578 URL: http://svnweb.freebsd.org/changeset/ports/326578 Log: - Adjust CONFLICTS to welcome mediawiki-1.21 Modified: head/www/mediawiki119/Makefile head/www/mediawiki120/Makefile Modified: head/www/mediawiki119/Makefile ============================================================================== --- head/www/mediawiki119/Makefile Sat Sep 7 07:54:25 2013 (r326577) +++ head/www/mediawiki119/Makefile Sat Sep 7 08:01:09 2013 (r326578) @@ -11,7 +11,7 @@ COMMENT= The wiki engine used by Wikiped LICENSE= GPLv2 -CONFLICTS= mediawiki-1.1[0-8].* mediawiki-1.2[0-9].* +CONFLICTS= mediawiki-1.2[0-9].* FETCH_ARGS= -pr NO_LATEST_LINK= yes Modified: head/www/mediawiki120/Makefile ============================================================================== --- head/www/mediawiki120/Makefile Sat Sep 7 07:54:25 2013 (r326577) +++ head/www/mediawiki120/Makefile Sat Sep 7 08:01:09 2013 (r326578) @@ -11,7 +11,7 @@ COMMENT= The wiki engine used by Wikiped LICENSE= GPLv2 -CONFLICTS= mediawiki-1.1[0-9].* +CONFLICTS= mediawiki-1.1[0-9].* mediawiki-1.21.* FETCH_ARGS= -pr USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:02:58 2013 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 ESMTP id 39E375D8; Sat, 7 Sep 2013 08:02:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 284EB21A6; Sat, 7 Sep 2013 08:02:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8782wwg087010; Sat, 7 Sep 2013 08:02:58 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8782vvY086996; Sat, 7 Sep 2013 08:02:57 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309070802.r8782vvY086996@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 08:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326579 - head/www/mediawiki121 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.14 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, 07 Sep 2013 08:02:58 -0000 Author: wen Date: Sat Sep 7 08:02:57 2013 New Revision: 326579 URL: http://svnweb.freebsd.org/changeset/ports/326579 Log: - Update to 1.21.2 Modified: head/www/mediawiki121/Makefile head/www/mediawiki121/distinfo Modified: head/www/mediawiki121/Makefile ============================================================================== --- head/www/mediawiki121/Makefile Sat Sep 7 08:01:09 2013 (r326578) +++ head/www/mediawiki121/Makefile Sat Sep 7 08:02:57 2013 (r326579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.20.7 +PORTVERSION= 1.21.2 CATEGORIES= www MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/ @@ -11,7 +11,7 @@ COMMENT= The wiki engine used by Wikiped LICENSE= GPLv2 -CONFLICTS= mediawiki-1.1[0-9].* +CONFLICTS= mediawiki-1.1[0-9].* mediawiki-1.20.* FETCH_ARGS= -pr USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom Modified: head/www/mediawiki121/distinfo ============================================================================== --- head/www/mediawiki121/distinfo Sat Sep 7 08:01:09 2013 (r326578) +++ head/www/mediawiki121/distinfo Sat Sep 7 08:02:57 2013 (r326579) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.20.7.tar.gz) = b53bcbf3b6e3dcd810ab73143c0028beb88547bcc7766a55f532703b7015b431 -SIZE (mediawiki-1.20.7.tar.gz) = 18556660 +SHA256 (mediawiki-1.21.2.tar.gz) = 3ba24177d0952631dc6397bd49247f3d8d2b7798f832aaed0fc37d7511fc6355 +SIZE (mediawiki-1.21.2.tar.gz) = 20426538 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:07:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BCC3805; Sat, 7 Sep 2013 08:07:11 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 788E621BF; Sat, 7 Sep 2013 08:07:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8787BGR088714; Sat, 7 Sep 2013 08:07:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8787B1Y088713; Sat, 7 Sep 2013 08:07:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070807.r8787B1Y088713@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 08:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326580 - head 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.14 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, 07 Sep 2013 08:07:11 -0000 Author: az Date: Sat Sep 7 08:07:10 2013 New Revision: 326580 URL: http://svnweb.freebsd.org/changeset/ports/326580 Log: - proper formating Noticed by: avg@ Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Sat Sep 7 08:02:57 2013 (r326579) +++ head/CHANGES Sat Sep 7 08:07:10 2013 (r326580) @@ -13,7 +13,10 @@ All ports committers are allowed to comm 20130904: AUTHOR: madpilot@FreeBSD.org - To allow ports to work with the iconv implementation in 10-CURRENT after commit r254273 the USES=iconv options now conditionally adds a dependency depending on the FreeBSD version. It also defines a few utility variables which can be used in the ports: + To allow ports to work with the iconv implementation in 10-CURRENT after + commit r254273 the USES=iconv options now conditionally adds a dependency + depending on the FreeBSD version. It also defines a few utility variables + which can be used in the ports: ICONV_CMD: location of the iconv binary. after r254273: /usr/bin/iconv From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:23:50 2013 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 ESMTP id 3551BCAD; Sat, 7 Sep 2013 08:23:50 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14352227D; Sat, 7 Sep 2013 08:23:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r878NnPm000136; Sat, 7 Sep 2013 08:23:49 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r878NkGQ000116; Sat, 7 Sep 2013 08:23:46 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070823.r878NkGQ000116@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 08:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326581 - in head/devel: activitymail p5-Carp-Always p5-Class-Gomor p5-Data-Record p5-Data-Recursive-Encode p5-Date-Piece p5-File-chmod p5-Path-Iterator-Rule p5-Perl-Unsafe-Signals p5-P... 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.14 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, 07 Sep 2013 08:23:50 -0000 Author: az Date: Sat Sep 7 08:23:45 2013 New Revision: 326581 URL: http://svnweb.freebsd.org/changeset/ports/326581 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/devel/activitymail/Makefile (contents, props changed) head/devel/p5-Carp-Always/Makefile (contents, props changed) head/devel/p5-Class-Gomor/Makefile (contents, props changed) head/devel/p5-Data-Record/Makefile (contents, props changed) head/devel/p5-Data-Recursive-Encode/Makefile (contents, props changed) head/devel/p5-Date-Piece/Makefile (contents, props changed) head/devel/p5-File-chmod/Makefile (contents, props changed) head/devel/p5-Path-Iterator-Rule/Makefile (contents, props changed) head/devel/p5-Perl-Unsafe-Signals/Makefile (contents, props changed) head/devel/p5-Proc-Simple/Makefile (contents, props changed) head/devel/p5-Regexp-Subst-Parallel/Makefile (contents, props changed) head/devel/p5-Scalar-String/Makefile (contents, props changed) head/devel/p5-Sepia/Makefile (contents, props changed) head/devel/p5-String-TT/Makefile (contents, props changed) head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile (contents, props changed) head/devel/p5-Text-vFile-asData/Makefile (contents, props changed) head/devel/p5-Thread-Queue/Makefile head/devel/p5-UNIVERSAL-which/Makefile (contents, props changed) head/devel/p5-subversion/Makefile Modified: head/devel/activitymail/Makefile ============================================================================== --- head/devel/activitymail/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/activitymail/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= CPAN:DWHEELER/activi MAINTAINER= joseph@randomnetworks.com COMMENT= A program for sending email messages for CVS repository commits -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_FILES= bin/activitymail MAN1= activitymail.1 Modified: head/devel/p5-Carp-Always/Makefile ============================================================================== --- head/devel/p5-Carp-Always/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Carp-Always/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -19,7 +19,8 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Carp::Always.3 Modified: head/devel/p5-Class-Gomor/Makefile ============================================================================== --- head/devel/p5-Class-Gomor/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Class-Gomor/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= spry@anarchy.in.the.ph COMMENT= Class and object builder -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Gomor.3 \ Class::Gomor::Hash.3 \ Modified: head/devel/p5-Data-Record/Makefile ============================================================================== --- head/devel/p5-Data-Record/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Data-Record/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-MRO-Compat>=0.09:${POR TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Record.3 Modified: head/devel/p5-Data-Recursive-Encode/Makefile ============================================================================== --- head/devel/p5-Data-Recursive-Encode/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Data-Recursive-Encode/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to encode/decode values in a structure -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Recursive::Encode.3 Modified: head/devel/p5-Date-Piece/Makefile ============================================================================== --- head/devel/p5-Date-Piece/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Date-Piece/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Date-Simple>=3.03:${PO RUN_DEPENDS= p5-Date-Simple>=3.03:${PORTSDIR}/devel/p5-Date-Simple #TEST_DEPENDS= p5-Test-Inter>=0:${PORTSDIR}/devel/p5-Test-Inter -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN1= day.1 MAN3= Date::Piece.3 Modified: head/devel/p5-File-chmod/Makefile ============================================================================== --- head/devel/p5-File-chmod/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-File-chmod/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org COMMENT= File::chmod - Implements symbolic and ls chmod modes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::chmod.3 Modified: head/devel/p5-Path-Iterator-Rule/Makefile ============================================================================== --- head/devel/p5-Path-Iterator-Rule/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Path-Iterator-Rule/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Filename>0:${PORTSDIR}/devel/p5-Test-Filename -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PIR.3 \ Path::Iterator::Rule.3 Modified: head/devel/p5-Perl-Unsafe-Signals/Makefile ============================================================================== --- head/devel/p5-Perl-Unsafe-Signals/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Perl-Unsafe-Signals/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Allow unsafe handling of signals in selected blocks -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Perl::Unsafe::Signals.3 Modified: head/devel/p5-Proc-Simple/Makefile ============================================================================== --- head/devel/p5-Proc-Simple/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Proc-Simple/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module to launch and control background processes -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Proc::Simple.3 Modified: head/devel/p5-Regexp-Subst-Parallel/Makefile ============================================================================== --- head/devel/p5-Regexp-Subst-Parallel/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Regexp-Subst-Parallel/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= Perform multiple substitutions on a string in parallel -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Subst::Parallel.3 Modified: head/devel/p5-Scalar-String/Makefile ============================================================================== --- head/devel/p5-Scalar-String/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Scalar-String/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -16,7 +16,8 @@ COMMENT= Perl module for string aspects LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Scalar::String.3 Modified: head/devel/p5-Sepia/Makefile ============================================================================== --- head/devel/p5-Sepia/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Sepia/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Devel-Size>=0:${PORTSD p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_EMACS= yes USE_GMAKE= yes Modified: head/devel/p5-String-TT/Makefile ============================================================================== --- head/devel/p5-String-TT/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-String-TT/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-PadWalker>=1:${PORTSDIR} p5-Test-TableDriven>=0:${PORTSDIR}/devel/p5-Test-TableDriven BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::TT.3 Modified: head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::WWW::Mechanize::PSGI.3 Modified: head/devel/p5-Text-vFile-asData/Makefile ============================================================================== --- head/devel/p5-Text-vFile-asData/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Text-vFile-asData/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -12,7 +12,8 @@ COMMENT= Parse vFile formatted files int RUN_DEPENDS= p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::vFile::asData.3 Modified: head/devel/p5-Thread-Queue/Makefile ============================================================================== --- head/devel/p5-Thread-Queue/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-Thread-Queue/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -13,7 +13,8 @@ COMMENT= Perl5 thread-safe queues LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Thread::Queue.3 Modified: head/devel/p5-UNIVERSAL-which/Makefile ============================================================================== --- head/devel/p5-UNIVERSAL-which/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-UNIVERSAL-which/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for telling fully qualified name of the method -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= UNIVERSAL::which.3 .include Modified: head/devel/p5-subversion/Makefile ============================================================================== --- head/devel/p5-subversion/Makefile Sat Sep 7 08:07:10 2013 (r326580) +++ head/devel/p5-subversion/Makefile Sat Sep 7 08:23:45 2013 (r326581) @@ -15,7 +15,7 @@ MASTERDIR= ${.CURDIR}/../../devel/subver .endif PKGDIR= ${.CURDIR} -USE_PERL5= yes +USES= perl5 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} MAN3= SVN::Base.3 \ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:39:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD4053A3; Sat, 7 Sep 2013 08:39:25 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1E4423E8; Sat, 7 Sep 2013 08:39:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r878dPqg008708; Sat, 7 Sep 2013 08:39:25 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r878dP6c008706; Sat, 7 Sep 2013 08:39:25 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201309070839.r878dP6c008706@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 7 Sep 2013 08:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase 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.14 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, 07 Sep 2013 08:39:25 -0000 Author: gblach Date: Sat Sep 7 08:39:25 2013 New Revision: 326582 URL: http://svnweb.freebsd.org/changeset/ports/326582 Log: - Fix BUILD_DEPENDS & RUN_DEPENDS - Update pkg-descr PR: ports/181872 Approved by: crees, tabthorpe (mentors, implicit) Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile ============================================================================== --- head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 08:23:45 2013 (r326581) +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 08:39:25 2013 (r326582) @@ -14,12 +14,14 @@ COMMENT= Passphrases and Passwords as ob LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ - p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ - p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy -RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ - p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ - p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy +BUILD_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ + p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ + p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ + p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ + p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ + p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ + p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA PERL_CONFIGURE= yes Modified: head/security/p5-Dancer-Plugin-Passphrase/pkg-descr ============================================================================== --- head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep 7 08:23:45 2013 (r326581) +++ head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep 7 08:39:25 2013 (r326582) @@ -1,7 +1,6 @@ Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps, -allowing developers to follow best cryptography practice without having to +allowing developers to follow cryptography best practices without having to become a cryptography expert. It uses the bcrypt algorithm as the default, -wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function -provided by Digest. +while also supporting any hashing function provided by Digest. WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 08:49:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF713574; Sat, 7 Sep 2013 08:49:46 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 547CC243F; Sat, 7 Sep 2013 08:49:46 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wo10so4326107obc.41 for ; Sat, 07 Sep 2013 01:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7/DddtttBDi7rH6GMHDyQfWzTKt4MhyywqPttGqsIUU=; b=X/8BsVA3/X5keLujE9ov+qUXIZTp3fM4i3xLJJWAVeYYyzJmM8yjwYH5EAMGBDW+K0 k3ROPPuuOi8NO/GlfR5fZWBhyfyMbD+3ytCEJpZrD0idc7snB86NEsF1BuMMsEpvYLqn G1ok24jVgrB7UzCfHuzQn4HwLota3oSxyQrKEBFPoypPyY/C4FtgmRDlBABRvoAZQCVO C53wo1BN5ljR0B2X7V8maiuDzTjKPlP7tgn+BJBfBRJJOT/0mgjSt/vIAzQaUqLU8000 xDKeHQAdxXwYnXqfk9NhrXX4I/HWO0weCqjm+PEZLs8Qj99Kbh3Nze/XXb/Kz6lroIaW J0FQ== MIME-Version: 1.0 X-Received: by 10.182.243.138 with SMTP id wy10mr4791784obc.83.1378543785100; Sat, 07 Sep 2013 01:49:45 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Sat, 7 Sep 2013 01:49:45 -0700 (PDT) In-Reply-To: <201309070839.r878dP6c008706@svn.freebsd.org> References: <201309070839.r878dP6c008706@svn.freebsd.org> Date: Sat, 7 Sep 2013 12:49:45 +0400 X-Google-Sender-Auth: P50_o_k2T_zW6XivRHcaCcfZMMU Message-ID: Subject: Re: svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase From: Andrej Zverev To: Grzegorz Blach Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 08:49:46 -0000 I think you need bump PORTREVISION in this case. On Sat, Sep 7, 2013 at 12:39 PM, Grzegorz Blach wrote: > Author: gblach > Date: Sat Sep 7 08:39:25 2013 > New Revision: 326582 > URL: http://svnweb.freebsd.org/changeset/ports/326582 > > Log: > - Fix BUILD_DEPENDS & RUN_DEPENDS > - Update pkg-descr > > PR: ports/181872 > Approved by: crees, tabthorpe (mentors, implicit) > > Modified: > head/security/p5-Dancer-Plugin-Passphrase/Makefile > head/security/p5-Dancer-Plugin-Passphrase/pkg-descr > > Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile > ============================================================================== > --- head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 08:23:45 2013 (r326581) > +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 08:39:25 2013 (r326582) > @@ -14,12 +14,14 @@ COMMENT= Passphrases and Passwords as ob > LICENSE= ART10 GPLv1 > LICENSE_COMB= dual > > -BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ > - p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ > - p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy > -RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ > - p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ > - p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy > +BUILD_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ > + p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ > + p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ > + p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA > +RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ > + p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ > + p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ > + p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA > > PERL_CONFIGURE= yes > > > Modified: head/security/p5-Dancer-Plugin-Passphrase/pkg-descr > ============================================================================== > --- head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep 7 08:23:45 2013 (r326581) > +++ head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep 7 08:39:25 2013 (r326582) > @@ -1,7 +1,6 @@ > Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps, > -allowing developers to follow best cryptography practice without having to > +allowing developers to follow cryptography best practices without having to > become a cryptography expert. It uses the bcrypt algorithm as the default, > -wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function > -provided by Digest. > +while also supporting any hashing function provided by Digest. > > WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:03:47 2013 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 ESMTP id D2A1091B; Sat, 7 Sep 2013 09:03:47 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0D8D24EC; Sat, 7 Sep 2013 09:03:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8793lFT024632; Sat, 7 Sep 2013 09:03:47 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8793lbm024631; Sat, 7 Sep 2013 09:03:47 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201309070903.r8793lbm024631@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 7 Sep 2013 09:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326583 - head/security/p5-Dancer-Plugin-Passphrase 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.14 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, 07 Sep 2013 09:03:47 -0000 Author: gblach Date: Sat Sep 7 09:03:47 2013 New Revision: 326583 URL: http://svnweb.freebsd.org/changeset/ports/326583 Log: - Bump PORTREVISION Submitted by: az Approved by: crees, tabthorpe (mentors, implicit) Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile ============================================================================== --- head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 08:39:25 2013 (r326582) +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile Sat Sep 7 09:03:47 2013 (r326583) @@ -3,6 +3,7 @@ PORTNAME= Dancer-Plugin-Passphrase PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAITKEN From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:33:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55740C43; Sat, 7 Sep 2013 09:33:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43FC52625; Sat, 7 Sep 2013 09:33:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879X7Ot042885; Sat, 7 Sep 2013 09:33:07 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879X6oG042883; Sat, 7 Sep 2013 09:33:06 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309070933.r879X6oG042883@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 09:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326584 - head/devel/p5-Path-Tiny 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.14 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, 07 Sep 2013 09:33:07 -0000 Author: tobez Date: Sat Sep 7 09:33:06 2013 New Revision: 326584 URL: http://svnweb.freebsd.org/changeset/ports/326584 Log: Update to 0.032. Changes: http://search.cpan.org/dist/Path-Tiny/Changes Modified: head/devel/p5-Path-Tiny/Makefile head/devel/p5-Path-Tiny/distinfo Modified: head/devel/p5-Path-Tiny/Makefile ============================================================================== --- head/devel/p5-Path-Tiny/Makefile Sat Sep 7 09:03:47 2013 (r326583) +++ head/devel/p5-Path-Tiny/Makefile Sat Sep 7 09:33:06 2013 (r326584) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Path-Tiny -PORTVERSION= 0.031 +PORTVERSION= 0.032 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/devel/p5-Path-Tiny/distinfo ============================================================================== --- head/devel/p5-Path-Tiny/distinfo Sat Sep 7 09:03:47 2013 (r326583) +++ head/devel/p5-Path-Tiny/distinfo Sat Sep 7 09:33:06 2013 (r326584) @@ -1,2 +1,2 @@ -SHA256 (Path-Tiny-0.031.tar.gz) = d3e02c2ff97b80cd0c75558d91a424194715689bbe34b5606ea1ec639cf18a5c -SIZE (Path-Tiny-0.031.tar.gz) = 41981 +SHA256 (Path-Tiny-0.032.tar.gz) = 524f771c0e244ab0d44f475cf5441a4d95294707f3efb9ece67080d9153602e9 +SIZE (Path-Tiny-0.032.tar.gz) = 42712 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:46:49 2013 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 ESMTP id BBEEDEFE; Sat, 7 Sep 2013 09:46:49 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9FAB268F; Sat, 7 Sep 2013 09:46:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879knUK050428; Sat, 7 Sep 2013 09:46:49 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879knto050420; Sat, 7 Sep 2013 09:46:49 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309070946.r879knto050420@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 09:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326585 - head/security/p5-Net-OpenID-Common 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.14 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, 07 Sep 2013 09:46:49 -0000 Author: tobez Date: Sat Sep 7 09:46:48 2013 New Revision: 326585 URL: http://svnweb.freebsd.org/changeset/ports/326585 Log: Update to 1.18. Changes: http://search.cpan.org/dist/Net-OpenID-Common/Changes (changes file not helpful) Modified: head/security/p5-Net-OpenID-Common/Makefile head/security/p5-Net-OpenID-Common/distinfo Modified: head/security/p5-Net-OpenID-Common/Makefile ============================================================================== --- head/security/p5-Net-OpenID-Common/Makefile Sat Sep 7 09:33:06 2013 (r326584) +++ head/security/p5-Net-OpenID-Common/Makefile Sat Sep 7 09:46:48 2013 (r326585) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OpenID-Common -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= security net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Net-OpenID-Common/distinfo ============================================================================== --- head/security/p5-Net-OpenID-Common/distinfo Sat Sep 7 09:33:06 2013 (r326584) +++ head/security/p5-Net-OpenID-Common/distinfo Sat Sep 7 09:46:48 2013 (r326585) @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Common-1.17.tar.gz) = 1230771a1830e78cc8f25f51be211448a14a9b38489795a994bb8061f96e38d9 -SIZE (Net-OpenID-Common-1.17.tar.gz) = 28016 +SHA256 (Net-OpenID-Common-1.18.tar.gz) = ee803ac3d5d672e351c5f5420694e41c880b066cdc5e920525eb3d068d2c1e8e +SIZE (Net-OpenID-Common-1.18.tar.gz) = 28160 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:55:51 2013 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 ESMTP id 879B91F7; Sat, 7 Sep 2013 09:55:51 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 737B826E1; Sat, 7 Sep 2013 09:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879tpH6056117; Sat, 7 Sep 2013 09:55:51 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879tpHK056115; Sat, 7 Sep 2013 09:55:51 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309070955.r879tpHK056115@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 09:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326586 - head/net/p5-Net-OpenID-Consumer 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.14 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, 07 Sep 2013 09:55:51 -0000 Author: tobez Date: Sat Sep 7 09:55:50 2013 New Revision: 326586 URL: http://svnweb.freebsd.org/changeset/ports/326586 Log: Update to 1.15. Changes: http://search.cpan.org/dist/Net-OpenID-Consumer/Changes Modified: head/net/p5-Net-OpenID-Consumer/Makefile head/net/p5-Net-OpenID-Consumer/distinfo Modified: head/net/p5-Net-OpenID-Consumer/Makefile ============================================================================== --- head/net/p5-Net-OpenID-Consumer/Makefile Sat Sep 7 09:46:48 2013 (r326585) +++ head/net/p5-Net-OpenID-Consumer/Makefile Sat Sep 7 09:55:50 2013 (r326586) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OpenID-Consumer -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= net security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Library for consumers of OpenID BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-OpenID-Common>=1.13:${PORTSDIR}/security/p5-Net-OpenID-Common \ + p5-Net-OpenID-Common>=1.18:${PORTSDIR}/security/p5-Net-OpenID-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/net/p5-Net-OpenID-Consumer/distinfo ============================================================================== --- head/net/p5-Net-OpenID-Consumer/distinfo Sat Sep 7 09:46:48 2013 (r326585) +++ head/net/p5-Net-OpenID-Consumer/distinfo Sat Sep 7 09:55:50 2013 (r326586) @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Consumer-1.14.tar.gz) = 79faa41f333d67778fe9a226e0fc402c19a41e467f2b9aa81d04c65d54c11b3f -SIZE (Net-OpenID-Consumer-1.14.tar.gz) = 80899 +SHA256 (Net-OpenID-Consumer-1.15.tar.gz) = 0ebb601ef5e2ddc0ec7e1fef17540140789cbd0bff8b6e5aad359b41104a09da +SIZE (Net-OpenID-Consumer-1.15.tar.gz) = 78158 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:58:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84E83313; Sat, 7 Sep 2013 09:58:32 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4657026F1; Sat, 7 Sep 2013 09:58:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879wWNH057194; Sat, 7 Sep 2013 09:58:32 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879wWu3057193; Sat, 7 Sep 2013 09:58:32 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309070958.r879wWu3057193@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 7 Sep 2013 09:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326587 - head/audio/hydrogen 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.14 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, 07 Sep 2013 09:58:32 -0000 Author: rm Date: Sat Sep 7 09:58:31 2013 New Revision: 326587 URL: http://svnweb.freebsd.org/changeset/ports/326587 Log: - add dependency on pkgconfig - use new syntax in LIB_DEPENDS - remove indefinite article from COMMENT and not needed LICENSE_FILE for standard license while here PR: 181850 Submitted by: Shane Ambler (maintainer) Modified: head/audio/hydrogen/Makefile Modified: head/audio/hydrogen/Makefile ============================================================================== --- head/audio/hydrogen/Makefile Sat Sep 7 09:55:50 2013 (r326586) +++ head/audio/hydrogen/Makefile Sat Sep 7 09:58:31 2013 (r326587) @@ -7,18 +7,18 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Hydrogen/${MAJORVERSION}%20Sources MAINTAINER= FreeBSD@ShaneWare.Biz -COMMENT= An advanced drum machine +COMMENT= Advanced drum machine LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile \ - tar:${PORTSDIR}/devel/libtar \ - lrdf:${PORTSDIR}/textproc/liblrdf +LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libtar.so:${PORTSDIR}/devel/libtar \ + liblrdf.so:${PORTSDIR}/textproc/liblrdf MAJORVERSION= 0.9.5 USE_QT4= corelib gui linguist_build moc_build network qt3support rcc_build sql uic_build xml USE_SCONS= yes +USES= pkgconfig OPTIONS_DEFINE= JACK ALSA PORTAUDIO LIBARCHIVE LASH OPTIONS_DEFAULT= JACK @@ -33,7 +33,7 @@ post-patch: SCONS_ENV+= oss=1 .if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack +LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} SCONS_ENV+= jack=1 @@ -42,21 +42,21 @@ SCONS_ENV+= jack=0 .endif .if ${PORT_OPTIONS:MPORTAUDIO} -LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio +LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio SCONS_ENV+= portaudio=1 .else SCONS_ENV+= portaudio=0 .endif .if ${PORT_OPTIONS:MLIBARCHIVE} -LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive +LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive SCONS_ENV+= libarchive=1 .else SCONS_ENV+= libarchive=0 .endif .if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib +LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins SCONS_ENV+= alsa=1 .else @@ -64,7 +64,7 @@ SCONS_ENV+= alsa=0 .endif .if ${PORT_OPTIONS:MLASH} -LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash +LIB_DEPENDS+= liblash.so:${PORTSDIR}/audio/lash SCONS_ENV+= lash=1 .else SCONS_ENV+= lash=0 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:59:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D6A83FE; Sat, 7 Sep 2013 09:59:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB6226FC; Sat, 7 Sep 2013 09:59:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879xfp3057591; Sat, 7 Sep 2013 09:59:41 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879xftt057588; Sat, 7 Sep 2013 09:59:41 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309070959.r879xftt057588@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 7 Sep 2013 09:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326588 - head/devel/py-robotframework-selenium2library 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.14 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, 07 Sep 2013 09:59:41 -0000 Author: rm Date: Sat Sep 7 09:59:40 2013 New Revision: 326588 URL: http://svnweb.freebsd.org/changeset/ports/326588 Log: - update to 1.4.0 PR: 181851 Submitted by: Vladimir Chukharev (maintainer) Modified: head/devel/py-robotframework-selenium2library/Makefile head/devel/py-robotframework-selenium2library/distinfo Modified: head/devel/py-robotframework-selenium2library/Makefile ============================================================================== --- head/devel/py-robotframework-selenium2library/Makefile Sat Sep 7 09:58:31 2013 (r326587) +++ head/devel/py-robotframework-selenium2library/Makefile Sat Sep 7 09:59:40 2013 (r326588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-robotframework-selenium2library/distinfo ============================================================================== --- head/devel/py-robotframework-selenium2library/distinfo Sat Sep 7 09:58:31 2013 (r326587) +++ head/devel/py-robotframework-selenium2library/distinfo Sat Sep 7 09:59:40 2013 (r326588) @@ -1,2 +1,2 @@ -SHA256 (robotframework-selenium2library-1.3.0.tar.gz) = 6365b93f9a2cd8fa7a90bc763388e229e937588aa3ab3608547ca3d67888e58b -SIZE (robotframework-selenium2library-1.3.0.tar.gz) = 214148 +SHA256 (robotframework-selenium2library-1.4.0.tar.gz) = 028729f29a3f3c7ae2fd71020a584da6a83a7b8c1db75dd3a5e4f8c87297ffe5 +SIZE (robotframework-selenium2library-1.4.0.tar.gz) = 215011 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 09:59:43 2013 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 ESMTP id 9C5EC3FF; Sat, 7 Sep 2013 09:59:43 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89C9C26FD; Sat, 7 Sep 2013 09:59:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r879xhmc057663; Sat, 7 Sep 2013 09:59:43 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r879xhOn057661; Sat, 7 Sep 2013 09:59:43 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309070959.r879xhOn057661@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 09:59:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326589 - head/converters/p5-Convert-BinHex 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.14 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, 07 Sep 2013 09:59:43 -0000 Author: tobez Date: Sat Sep 7 09:59:42 2013 New Revision: 326589 URL: http://svnweb.freebsd.org/changeset/ports/326589 Log: Update t 1.123. Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Modified: head/converters/p5-Convert-BinHex/Makefile head/converters/p5-Convert-BinHex/distinfo Modified: head/converters/p5-Convert-BinHex/Makefile ============================================================================== --- head/converters/p5-Convert-BinHex/Makefile Sat Sep 7 09:59:40 2013 (r326588) +++ head/converters/p5-Convert-BinHex/Makefile Sat Sep 7 09:59:42 2013 (r326589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Convert-BinHex -PORTVERSION= 1.122 +PORTVERSION= 1.123 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-Convert-BinHex/distinfo ============================================================================== --- head/converters/p5-Convert-BinHex/distinfo Sat Sep 7 09:59:40 2013 (r326588) +++ head/converters/p5-Convert-BinHex/distinfo Sat Sep 7 09:59:42 2013 (r326589) @@ -1,2 +1,2 @@ -SHA256 (Convert-BinHex-1.122.tar.gz) = 490c6693d0194a34732de477096a823fbfb9223384a7e87feb625b76653b8fdb -SIZE (Convert-BinHex-1.122.tar.gz) = 75644 +SHA256 (Convert-BinHex-1.123.tar.gz) = bd2028056297087a94d14d5390878f9aa69b0a6d186fe23f0925271e5bcfc440 +SIZE (Convert-BinHex-1.123.tar.gz) = 75876 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:00:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28A415D0; Sat, 7 Sep 2013 10:00:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1694F2733; Sat, 7 Sep 2013 10:00:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87A0o59060099; Sat, 7 Sep 2013 10:00:50 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87A0oXC060090; Sat, 7 Sep 2013 10:00:50 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309071000.r87A0oXC060090@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 7 Sep 2013 10:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326590 - head/devel/py-six 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.14 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, 07 Sep 2013 10:00:51 -0000 Author: rm Date: Sat Sep 7 10:00:50 2013 New Revision: 326590 URL: http://svnweb.freebsd.org/changeset/ports/326590 Log: - update to 1.4.1 - update project url to avoid redirect PR: 181810 Submitted by: Kozlov Sergey Modified: head/devel/py-six/Makefile head/devel/py-six/distinfo head/devel/py-six/pkg-descr Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Sat Sep 7 09:59:42 2013 (r326589) +++ head/devel/py-six/Makefile Sat Sep 7 10:00:50 2013 (r326590) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= six -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,6 @@ COMMENT= Python 2 and 3 compatibility ut LICENSE= MIT -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/devel/py-six/distinfo ============================================================================== --- head/devel/py-six/distinfo Sat Sep 7 09:59:42 2013 (r326589) +++ head/devel/py-six/distinfo Sat Sep 7 10:00:50 2013 (r326590) @@ -1,2 +1,2 @@ -SHA256 (six-1.2.0.tar.gz) = 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3 -SIZE (six-1.2.0.tar.gz) = 15316 +SHA256 (six-1.4.1.tar.gz) = f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 +SIZE (six-1.4.1.tar.gz) = 21409 Modified: head/devel/py-six/pkg-descr ============================================================================== --- head/devel/py-six/pkg-descr Sat Sep 7 09:59:42 2013 (r326589) +++ head/devel/py-six/pkg-descr Sat Sep 7 10:00:50 2013 (r326590) @@ -3,4 +3,4 @@ functions for smoothing over the differe with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. -WWW: http://pypi.python.org/pypi/six +WWW: https://pypi.python.org/pypi/six/ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:09:17 2013 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 ESMTP id DA401783; Sat, 7 Sep 2013 10:09:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C77CD277C; Sat, 7 Sep 2013 10:09:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87A9HOE064095; Sat, 7 Sep 2013 10:09:17 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87A9H76064079; Sat, 7 Sep 2013 10:09:17 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309071009.r87A9H76064079@svn.freebsd.org> From: Wen Heping Date: Sat, 7 Sep 2013 10:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326591 - in head/www: . mediawiki120 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.14 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, 07 Sep 2013 10:09:17 -0000 Author: wen Date: Sat Sep 7 10:09:17 2013 New Revision: 326591 URL: http://svnweb.freebsd.org/changeset/ports/326591 Log: - Connect mediawiki121 and mark mediawiki120 NO_LATEST_LINK=yes Modified: head/www/Makefile head/www/mediawiki120/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 7 10:00:50 2013 (r326590) +++ head/www/Makefile Sat Sep 7 10:09:17 2013 (r326591) @@ -432,6 +432,7 @@ SUBDIR += mawstats SUBDIR += mediawiki119 SUBDIR += mediawiki120 + SUBDIR += mediawiki121 SUBDIR += mergelog SUBDIR += metacafe_dl SUBDIR += mgstat Modified: head/www/mediawiki120/Makefile ============================================================================== --- head/www/mediawiki120/Makefile Sat Sep 7 10:00:50 2013 (r326590) +++ head/www/mediawiki120/Makefile Sat Sep 7 10:09:17 2013 (r326591) @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS= mediawiki-1.1[0-9].* mediawiki-1.21.* FETCH_ARGS= -pr +NO_LATEST_LINK= yes USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:16:51 2013 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 ESMTP id 3E19B894; Sat, 7 Sep 2013 10:16:51 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F5DB27C3; Sat, 7 Sep 2013 10:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AGpW1069618; Sat, 7 Sep 2013 10:16:51 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AGlMM069590; Sat, 7 Sep 2013 10:16:47 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071016.r87AGlMM069590@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 10:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326592 - in head/devel: p5-Acme-Damn p5-Class-Data-ConfigHash p5-Class-Std-Utils p5-DateTime-Util-Astro p5-ExtUtils-Manifest p5-File-Assets p5-IPC-System-Simple p5-Module-Refresh p5-Mo... 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.14 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, 07 Sep 2013 10:16:51 -0000 Author: az Date: Sat Sep 7 10:16:46 2013 New Revision: 326592 URL: http://svnweb.freebsd.org/changeset/ports/326592 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-Acme-Damn/Makefile head/devel/p5-Class-Data-ConfigHash/Makefile (contents, props changed) head/devel/p5-Class-Std-Utils/Makefile (contents, props changed) head/devel/p5-DateTime-Util-Astro/Makefile (contents, props changed) head/devel/p5-ExtUtils-Manifest/Makefile (contents, props changed) head/devel/p5-File-Assets/Makefile (contents, props changed) head/devel/p5-IPC-System-Simple/Makefile (contents, props changed) head/devel/p5-Module-Refresh/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Stringlike/Makefile (contents, props changed) head/devel/p5-Object-Event/Makefile (contents, props changed) head/devel/p5-Regexp-Assemble-Compressed/Makefile (contents, props changed) head/devel/p5-TAP-Harness-JUnit/Makefile (contents, props changed) head/devel/p5-Term-Encoding/Makefile (contents, props changed) head/devel/p5-Term-RawInput/Makefile (contents, props changed) head/devel/p5-Term-Size/Makefile (contents, props changed) head/devel/p5-Test-Reporter-Transport-Metabase/Makefile (contents, props changed) head/devel/p5-Tie-File-AsHash/Makefile (contents, props changed) head/devel/p5-UNIVERSAL-require/Makefile (contents, props changed) head/devel/p5-relative/Makefile (contents, props changed) Modified: head/devel/p5-Acme-Damn/Makefile ============================================================================== --- head/devel/p5-Acme-Damn/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Acme-Damn/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -13,7 +13,8 @@ COMMENT= Unblessing perl objects RUN_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3 += Acme::Damn.3 Modified: head/devel/p5-Class-Data-ConfigHash/Makefile ============================================================================== --- head/devel/p5-Class-Data-ConfigHash/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Class-Data-ConfigHash/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Data-ConfigHash -# Date created: 2008-05-19 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= Class-Data-ConfigHash PORTVERSION= 0.00002 @@ -17,7 +13,8 @@ COMMENT= Add Catalyst-Style Config To Yo BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Data::ConfigHash.3 Modified: head/devel/p5-Class-Std-Utils/Makefile ============================================================================== --- head/devel/p5-Class-Std-Utils/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Class-Std-Utils/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Std-Utils -# Date created: 2010-10-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Class-Std-Utils DISTVERSION= v0.0.3 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Utility subroutines for building "inside-out" objects -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Std::Utils.3 Modified: head/devel/p5-DateTime-Util-Astro/Makefile ============================================================================== --- head/devel/p5-DateTime-Util-Astro/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-DateTime-Util-Astro/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Util-Astro -# Date created: 2007-06-19 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Util-Astro PORTVERSION= 0.12000 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Class-Data-Inheritable p5-DateTime-Util-Calc>=0.13:${PORTSDIR}/devel/p5-DateTime-Util-Calc RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Util::Astro.3 \ DateTime::Util::Astro::Common.3 \ Modified: head/devel/p5-ExtUtils-Manifest/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Manifest/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-ExtUtils-Manifest/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ExtUtils-Manifest -# Date created: 2008-02-11 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= ExtUtils-Manifest PORTVERSION= 1.61 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Utilities to write and check a MANIFEST file -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::Manifest.3 Modified: head/devel/p5-File-Assets/Makefile ============================================================================== --- head/devel/p5-File-Assets/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-File-Assets/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Assets -# Date created: 2011-05-01 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= File-Assets PORTVERSION= 0.064 @@ -41,7 +37,8 @@ RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PO p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \ p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Assets.3 File::Assets::Asset.3 Modified: head/devel/p5-IPC-System-Simple/Makefile ============================================================================== --- head/devel/p5-IPC-System-Simple/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-IPC-System-Simple/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,4 @@ -# New ports collection makefile for: IPC::System::Simple -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= IPC-System-Simple PORTVERSION= 1.21 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to run commands simply with detailed diagnostics -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::System::Simple.3 Modified: head/devel/p5-Module-Refresh/Makefile ============================================================================== --- head/devel/p5-Module-Refresh/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Module-Refresh/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Module-Refresh -# Date created: 13 February 2005 -# Whom: aturetta@commit.it -# +# Created by: aturetta@commit.it # $FreeBSD$ -# PORTNAME= Module-Refresh PORTVERSION= 0.17 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6. p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Module::Refresh.3 Modified: head/devel/p5-MooseX-Types-Stringlike/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Stringlike/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-MooseX-Types-Stringlike/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::Stringlike.3 Modified: head/devel/p5-Object-Event/Makefile ============================================================================== --- head/devel/p5-Object-Event/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Object-Event/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -14,7 +14,8 @@ COMMENT= A class that provides an event RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \ p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Object::Event.3 Modified: head/devel/p5-Regexp-Assemble-Compressed/Makefile ============================================================================== --- head/devel/p5-Regexp-Assemble-Compressed/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Regexp-Assemble-Compressed/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Regexp::Assemble::Compressed -# Date created: 27 Dec 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Regexp-Assemble-Compressed PORTVERSION= 0.02 @@ -18,7 +13,8 @@ RUN_DEPENDS= \ p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Assemble::Compressed.3 Modified: head/devel/p5-TAP-Harness-JUnit/Makefile ============================================================================== --- head/devel/p5-TAP-Harness-JUnit/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-TAP-Harness-JUnit/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= TAP::Harness::JUnit.3 Modified: head/devel/p5-Term-Encoding/Makefile ============================================================================== --- head/devel/p5-Term-Encoding/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Term-Encoding/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-Encoding -# Date created: 2006-07-13 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Term-Encoding PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Detect encoding of the current terminal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::Encoding.3 Modified: head/devel/p5-Term-RawInput/Makefile ============================================================================== --- head/devel/p5-Term-RawInput/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Term-RawInput/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -14,7 +14,8 @@ COMMENT= Drop-in replacement for BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::RawInput.3 Modified: head/devel/p5-Term-Size/Makefile ============================================================================== --- head/devel/p5-Term-Size/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Term-Size/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-Size -# Date created: 6 December 2000 -# Whom: Brad Jones -# +# Created by: Brad Jones # $FreeBSD$ -# PORTNAME= Term-Size PORTVERSION= 0.207 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= brad@kazrak.com COMMENT= A Perl5 module to handle window size changes -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Term::Size.3 Modified: head/devel/p5-Test-Reporter-Transport-Metabase/Makefile ============================================================================== --- head/devel/p5-Test-Reporter-Transport-Metabase/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Test-Reporter-Transport-Metabase/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Reporter-Transport-Metabase -# Date created: 2011-02-05 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Test-Reporter-Transport-Metabase PORTVERSION= 1.999008 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/co p5-Test-Reporter>>1.54:${PORTSDIR}/devel/p5-Test-Reporter RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Reporter::Transport::Metabase.3 Modified: head/devel/p5-Tie-File-AsHash/Makefile ============================================================================== --- head/devel/p5-Tie-File-AsHash/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-Tie-File-AsHash/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-File-AsHash -# Date created: 13 December 2007 -# Whom: Ruben de Groot -# +# Created by: Ruben de Groot # $FreeBSD$ -# PORTNAME= Tie-File-AsHash PORTVERSION= 0.08 @@ -18,7 +14,8 @@ COMMENT= Access the lines of a disk file BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= p5-Tie-File>=0:${PORTSDIR}/devel/p5-Tie-File -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::File::AsHash.3 Modified: head/devel/p5-UNIVERSAL-require/Makefile ============================================================================== --- head/devel/p5-UNIVERSAL-require/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-UNIVERSAL-require/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-UNIVERSAL-require -# Date Created: 25 Oct, 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= UNIVERSAL-require PORTVERSION= 0.13 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to require() from a variable -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= UNIVERSAL::require.3 Modified: head/devel/p5-relative/Makefile ============================================================================== --- head/devel/p5-relative/Makefile Sat Sep 7 10:09:17 2013 (r326591) +++ head/devel/p5-relative/Makefile Sat Sep 7 10:16:46 2013 (r326592) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-relative -# Date created: Tue Dec 9 11:32:16 EST 2008 -# Whom: skreuzer@exit2shell.com -# +# Created by: skreuzer@exit2shell.com # $FreeBSD$ -# PORTNAME= relative PORTVERSION= 0.04 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-UNIVERSAL-require>=0.11: BUILD_DEPEND= ${RUN_DEPENDS} \ p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= relative.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:07 2013 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 ESMTP id BB93E97E; Sat, 7 Sep 2013 10:19:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A936927CD; Sat, 7 Sep 2013 10:19:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJ7Rp070810; Sat, 7 Sep 2013 10:19:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJ7MV070808; Sat, 7 Sep 2013 10:19:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJ7MV070808@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326593 - head/databases/sqlite3 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.14 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, 07 Sep 2013 10:19:07 -0000 Author: sunpoet Date: Sat Sep 7 10:19:06 2013 New Revision: 326593 URL: http://svnweb.freebsd.org/changeset/ports/326593 Log: - Update to 3.8.0.2 Changes: http://www.sqlite.org/releaselog/3_8_0_2.html PR: ports/181841 Submitted by: Pavel I Volkov (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sat Sep 7 10:16:46 2013 (r326592) +++ head/databases/sqlite3/Makefile Sat Sep 7 10:19:06 2013 (r326593) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.0.1 +PORTVERSION= 3.8.0.2 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ -DISTNAME= sqlite-autoconf-3080001 +DISTNAME= sqlite-autoconf-3080002 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sat Sep 7 10:16:46 2013 (r326592) +++ head/databases/sqlite3/distinfo Sat Sep 7 10:19:06 2013 (r326593) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36 -SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758 +SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2 +SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:12 2013 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 ESMTP id 04B7A97F; Sat, 7 Sep 2013 10:19:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC40B27CE; Sat, 7 Sep 2013 10:19:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJBmm070896; Sat, 7 Sep 2013 10:19:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJBEX070894; Sat, 7 Sep 2013 10:19:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJBEX070894@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326594 - head/databases/tcl-sqlite3 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.14 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, 07 Sep 2013 10:19:12 -0000 Author: sunpoet Date: Sat Sep 7 10:19:11 2013 New Revision: 326594 URL: http://svnweb.freebsd.org/changeset/ports/326594 Log: - Update to 3.8.0.2 - While I'm here: - Convert to new options framework - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: http://www.sqlite.org/releaselog/3_8_0_2.html PR: ports/181842 Submitted by: Pavel I Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile (contents, props changed) head/databases/tcl-sqlite3/distinfo (contents, props changed) Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Sat Sep 7 10:19:06 2013 (r326593) +++ head/databases/tcl-sqlite3/Makefile Sat Sep 7 10:19:11 2013 (r326594) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.0.1 +PORTVERSION= 3.8.0.2 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3080001 +DISTNAME= sqlite-autoconf-3080002 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) @@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +OPTIONS_DEFINE= EXAMPLES + WRKSRC= ${WRKDIR}/${DISTNAME}/tea USES= pkgconfig @@ -37,15 +39,15 @@ SUB_LIST= "TCLSH=${TCLSH}" MANN= sqlite3.n -.include +.include post-patch: @${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${EXAMPLESDIR} .endif -.include +.include Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Sat Sep 7 10:19:06 2013 (r326593) +++ head/databases/tcl-sqlite3/distinfo Sat Sep 7 10:19:11 2013 (r326594) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36 -SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758 +SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2 +SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:17 2013 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 ESMTP id F189FA56; Sat, 7 Sep 2013 10:19:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C54F527CF; Sat, 7 Sep 2013 10:19:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJG6Y071005; Sat, 7 Sep 2013 10:19:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJGKr071002; Sat, 7 Sep 2013 10:19:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJGKr071002@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326595 - head/devel/p5-Type-Tiny 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.14 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, 07 Sep 2013 10:19:17 -0000 Author: sunpoet Date: Sat Sep 7 10:19:16 2013 New Revision: 326595 URL: http://svnweb.freebsd.org/changeset/ports/326595 Log: - Update to 0.026 - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS Modified: head/devel/p5-Type-Tiny/Makefile head/devel/p5-Type-Tiny/distinfo Modified: head/devel/p5-Type-Tiny/Makefile ============================================================================== --- head/devel/p5-Type-Tiny/Makefile Sat Sep 7 10:19:11 2013 (r326594) +++ head/devel/p5-Type-Tiny/Makefile Sat Sep 7 10:19:16 2013 (r326595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny -PORTVERSION= 0.024 +PORTVERSION= 0.026 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -15,10 +15,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ + p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-Function-Parameters>=0:${PORTSDIR}/devel/p5-Function-Parameters \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Moo>=1.002001:${PORTSDIR}/devel/p5-Moo \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ + p5-MouseX-Types>=0:${PORTSDIR}/devel/p5-MouseX-Types \ p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ p5-Sub-Exporter-Lexical>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Lexical \ p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class Modified: head/devel/p5-Type-Tiny/distinfo ============================================================================== --- head/devel/p5-Type-Tiny/distinfo Sat Sep 7 10:19:11 2013 (r326594) +++ head/devel/p5-Type-Tiny/distinfo Sat Sep 7 10:19:16 2013 (r326595) @@ -1,2 +1,2 @@ -SHA256 (Type-Tiny-0.024.tar.gz) = ba61e56f41b40d7499dd11fbe29f223884a23ce49ed4bbfee8394c05573e723a -SIZE (Type-Tiny-0.024.tar.gz) = 206190 +SHA256 (Type-Tiny-0.026.tar.gz) = 0b677fde8c256005cb9b914c77174a90afd805d42421c98dc66d9349ab5424cc +SIZE (Type-Tiny-0.026.tar.gz) = 163967 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:32 2013 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 ESMTP id 10F5BC81; Sat, 7 Sep 2013 10:19:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92C5C27D6; Sat, 7 Sep 2013 10:19:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJVYB071356; Sat, 7 Sep 2013 10:19:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJV50071354; Sat, 7 Sep 2013 10:19:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJV50071354@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326598 - head/textproc/p5-XML-RSS-Feed 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.14 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, 07 Sep 2013 10:19:32 -0000 Author: sunpoet Date: Sat Sep 7 10:19:30 2013 New Revision: 326598 URL: http://svnweb.freebsd.org/changeset/ports/326598 Log: - Update to 2.4 - Add LICENSE - Add missing *_DEPENDS - Sort *_DEPENDS Changes: http://search.cpan.org/dist/XML-RSS-Feed/Changes Modified: head/textproc/p5-XML-RSS-Feed/Makefile (contents, props changed) head/textproc/p5-XML-RSS-Feed/distinfo (contents, props changed) Modified: head/textproc/p5-XML-RSS-Feed/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-Feed/Makefile Sat Sep 7 10:19:26 2013 (r326597) +++ head/textproc/p5-XML-RSS-Feed/Makefile Sat Sep 7 10:19:30 2013 (r326598) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= XML-RSS-Feed -PORTVERSION= 2.32 -PORTREVISION= 1 +PORTVERSION= 2.40 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Persistent XML RSS encapsulation -BUILD_DEPENDS= p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/textproc/p5-XML-RSS-Feed/distinfo ============================================================================== --- head/textproc/p5-XML-RSS-Feed/distinfo Sat Sep 7 10:19:26 2013 (r326597) +++ head/textproc/p5-XML-RSS-Feed/distinfo Sat Sep 7 10:19:30 2013 (r326598) @@ -1,2 +1,2 @@ -SHA256 (XML-RSS-Feed-2.32.tar.gz) = 59d32c1132a46fc4320ea9534993003af3a685a5f8c9f8286282c8d64aa79c49 -SIZE (XML-RSS-Feed-2.32.tar.gz) = 36578 +SHA256 (XML-RSS-Feed-2.4.tar.gz) = 2c9be5a87110ab6c0168cc8106358eeea757c76acd4c88993a9f4016f607587a +SIZE (XML-RSS-Feed-2.4.tar.gz) = 37079 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:22 2013 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 ESMTP id 73EFAB35; Sat, 7 Sep 2013 10:19:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 624D527D3; Sat, 7 Sep 2013 10:19:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJMqM071178; Sat, 7 Sep 2013 10:19:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJLHM071146; Sat, 7 Sep 2013 10:19:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJLHM071146@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326596 - in head/devel: . p5-Type-Tie 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.14 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, 07 Sep 2013 10:19:22 -0000 Author: sunpoet Date: Sat Sep 7 10:19:20 2013 New Revision: 326596 URL: http://svnweb.freebsd.org/changeset/ports/326596 Log: - Add p5-Type-Tie 0.003 Type::Tie exports a single function: ttie. ttie ties a variable to a type constraint, ensuring that whatever values stored in the variable will conform to the type constraint. If the type constraint has coercions, these will be used if necessary to ensure values assigned to the variable conform. WWW: http://search.cpan.org/dist/Type-Tie/ Added: head/devel/p5-Type-Tie/ head/devel/p5-Type-Tie/Makefile (contents, props changed) head/devel/p5-Type-Tie/distinfo (contents, props changed) head/devel/p5-Type-Tie/pkg-descr (contents, props changed) head/devel/p5-Type-Tie/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 7 10:19:16 2013 (r326595) +++ head/devel/Makefile Sat Sep 7 10:19:20 2013 (r326596) @@ -2044,6 +2044,7 @@ SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw + SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async Added: head/devel/p5-Type-Tie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Type-Tie/Makefile Sat Sep 7 10:19:20 2013 (r326596) @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Type-Tie +PORTVERSION= 0.003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TOBYINK +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tie a variable to a type constraint + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Hash-FieldHash>=0:${PORTSDIR}/devel/p5-Hash-FieldHash \ + p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +PERL_CONFIGURE= yes + +MAN3= Type::Tie.3 + +.include Added: head/devel/p5-Type-Tie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Type-Tie/distinfo Sat Sep 7 10:19:20 2013 (r326596) @@ -0,0 +1,2 @@ +SHA256 (Type-Tie-0.003.tar.gz) = bd40dd38135bc8fa49613ce731cfa3ddbe01afa5264d2b9848d901704cafbdc2 +SIZE (Type-Tie-0.003.tar.gz) = 15316 Added: head/devel/p5-Type-Tie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Type-Tie/pkg-descr Sat Sep 7 10:19:20 2013 (r326596) @@ -0,0 +1,6 @@ +Type::Tie exports a single function: ttie. ttie ties a variable to a type +constraint, ensuring that whatever values stored in the variable will conform to +the type constraint. If the type constraint has coercions, these will be used if +necessary to ensure values assigned to the variable conform. + +WWW: http://search.cpan.org/dist/Type-Tie/ Added: head/devel/p5-Type-Tie/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Type-Tie/pkg-plist Sat Sep 7 10:19:20 2013 (r326596) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Type/Tie.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Type/Tie/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Type/Tie +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Type +@dirrmtry %%SITE_PERL%%/Type From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50E4FFF2; Sat, 7 Sep 2013 10:19:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37E0127E6; Sat, 7 Sep 2013 10:19:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJmZj071759; Sat, 7 Sep 2013 10:19:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJlDT071753; Sat, 7 Sep 2013 10:19:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJlDT071753@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326602 - head/www/p5-Catalyst-Action-REST 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.14 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, 07 Sep 2013 10:19:50 -0000 Author: sunpoet Date: Sat Sep 7 10:19:47 2013 New Revision: 326602 URL: http://svnweb.freebsd.org/changeset/ports/326602 Log: - Update to 1.11 Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes Modified: head/www/p5-Catalyst-Action-REST/Makefile head/www/p5-Catalyst-Action-REST/distinfo (contents, props changed) head/www/p5-Catalyst-Action-REST/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Action-REST/Makefile ============================================================================== --- head/www/p5-Catalyst-Action-REST/Makefile Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/Makefile Sat Sep 7 10:19:47 2013 (r326602) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Action-REST -PORTVERSION= 1.06 +PORTVERSION= 1.11 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Data-Serializer>=0.36:${PORTSDIR}/devel/p5-Data-Serializer \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=1.03:${PORTSDIR}/devel/p5-Moose \ Modified: head/www/p5-Catalyst-Action-REST/distinfo ============================================================================== --- head/www/p5-Catalyst-Action-REST/distinfo Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/distinfo Sat Sep 7 10:19:47 2013 (r326602) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Action-REST-1.06.tar.gz) = 3380b6d5878de7d34dd0ae452d4e22e40136a34b9fab09296695d7f79163e27c -SIZE (Catalyst-Action-REST-1.06.tar.gz) = 65968 +SHA256 (Catalyst-Action-REST-1.11.tar.gz) = 3dbf106d14d50eacf2524a2c24e2718256720b4bc5e768d020b2a66b40309beb +SIZE (Catalyst-Action-REST-1.11.tar.gz) = 66649 Modified: head/www/p5-Catalyst-Action-REST/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Action-REST/pkg-plist Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/pkg-plist Sat Sep 7 10:19:47 2013 (r326602) @@ -1,6 +1,5 @@ %%SITE_PERL%%/Catalyst/Action/Deserialize.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/Callback.pm -%%SITE_PERL%%/Catalyst/Action/Deserialize/Data/Serializer.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON/XS.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/View.pm @@ -11,10 +10,9 @@ %%SITE_PERL%%/Catalyst/Action/REST/ForBrowsers.pm %%SITE_PERL%%/Catalyst/Action/Serialize.pm %%SITE_PERL%%/Catalyst/Action/Serialize/Callback.pm -%%SITE_PERL%%/Catalyst/Action/Serialize/Data/Serializer.pm %%SITE_PERL%%/Catalyst/Action/Serialize/JSON.pm -%%SITE_PERL%%/Catalyst/Action/Serialize/JSONP.pm %%SITE_PERL%%/Catalyst/Action/Serialize/JSON/XS.pm +%%SITE_PERL%%/Catalyst/Action/Serialize/JSONP.pm %%SITE_PERL%%/Catalyst/Action/Serialize/View.pm %%SITE_PERL%%/Catalyst/Action/Serialize/XML/Simple.pm %%SITE_PERL%%/Catalyst/Action/Serialize/YAML.pm From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF8EBD88; Sat, 7 Sep 2013 10:19:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D99A27D9; Sat, 7 Sep 2013 10:19:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJZ1P071471; Sat, 7 Sep 2013 10:19:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJZAI071459; Sat, 7 Sep 2013 10:19:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJZAI071459@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326599 - head/www/p5-Mojolicious-Plugin-Mongodb 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.14 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, 07 Sep 2013 10:19:35 -0000 Author: sunpoet Date: Sat Sep 7 10:19:34 2013 New Revision: 326599 URL: http://svnweb.freebsd.org/changeset/ports/326599 Log: - Update to 1.15 Changes: http://search.cpan.org/dist/Mojolicious-Plugin-Mongodb/Changes Modified: head/www/p5-Mojolicious-Plugin-Mongodb/Makefile head/www/p5-Mojolicious-Plugin-Mongodb/distinfo (contents, props changed) Modified: head/www/p5-Mojolicious-Plugin-Mongodb/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-Mongodb/Makefile Sat Sep 7 10:19:30 2013 (r326598) +++ head/www/p5-Mojolicious-Plugin-Mongodb/Makefile Sat Sep 7 10:19:34 2013 (r326599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-Mongodb -PORTVERSION= 1.12 +PORTVERSION= 1.15 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious \ p5-MongoDB>=0:${PORTSDIR}/databases/p5-MongoDB \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-Mojolicious-Plugin-Mongodb/distinfo ============================================================================== --- head/www/p5-Mojolicious-Plugin-Mongodb/distinfo Sat Sep 7 10:19:30 2013 (r326598) +++ head/www/p5-Mojolicious-Plugin-Mongodb/distinfo Sat Sep 7 10:19:34 2013 (r326599) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-Plugin-Mongodb-1.12.tar.gz) = be96a9e006054867d8822b4425056aa5e31b01b6d6e4fba80174dbf0cf2f9aee -SIZE (Mojolicious-Plugin-Mongodb-1.12.tar.gz) = 14679 +SHA256 (Mojolicious-Plugin-Mongodb-1.15.tar.gz) = 803bcf1d4492f14fc18db761781fecda00035a0501d1875d914baa30da277326 +SIZE (Mojolicious-Plugin-Mongodb-1.15.tar.gz) = 14826 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEE6BBF6; Sat, 7 Sep 2013 10:19:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B72827D4; Sat, 7 Sep 2013 10:19:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJRGR071270; Sat, 7 Sep 2013 10:19:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJRbn071267; Sat, 7 Sep 2013 10:19:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJRbn071267@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326597 - head/devel/p5-Moose 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.14 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, 07 Sep 2013 10:19:27 -0000 Author: sunpoet Date: Sat Sep 7 10:19:26 2013 New Revision: 326597 URL: http://svnweb.freebsd.org/changeset/ports/326597 Log: - Update to 2.1005 - Use REINPLACE_CMD to manipulate Makefile.PL - Use PKGMESSAGE Changes: http://search.cpan.org/dist/Moose/Changes Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo head/devel/p5-Moose/pkg-plist (contents, props changed) Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Sat Sep 7 10:19:20 2013 (r326596) +++ head/devel/p5-Moose/Makefile Sat Sep 7 10:19:26 2013 (r326597) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.0802 -PORTREVISION= 1 +PORTVERSION= 2.1005 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -17,171 +16,184 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual # Do not add devel/p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency in tinderbox -BUILD_DEPENDS= \ - p5-Class-Load>=0.09:${PORTSDIR}/devel/p5-Class-Load \ - p5-Class-Load-XS>=0.01:${PORTSDIR}/devel/p5-Class-Load-XS \ - p5-Data-OptList>=0.107:${PORTSDIR}/devel/p5-Data-OptList \ - p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-Eval-Closure>=0.04:${PORTSDIR}/devel/p5-Eval-Closure \ - p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-MRO-Compat>=0.05:${PORTSDIR}/devel/p5-MRO-Compat \ - p5-Package-DeprecationManager>=0.10:${PORTSDIR}/devel/p5-Package-DeprecationManager \ - p5-Package-Stash>=0.32:${PORTSDIR}/devel/p5-Package-Stash \ - p5-Package-Stash-XS>=0.24:${PORTSDIR}/devel/p5-Package-Stash-XS \ - p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Exporter>=0.980:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Sub-Name>=0.05:${PORTSDIR}/devel/p5-Sub-Name \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-Class-Load>=0.09:${PORTSDIR}/devel/p5-Class-Load \ + p5-Class-Load-XS>=0.01:${PORTSDIR}/devel/p5-Class-Load-XS \ + p5-Data-OptList>=0.107:${PORTSDIR}/devel/p5-Data-OptList \ + p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ + p5-Eval-Closure>=0.04:${PORTSDIR}/devel/p5-Eval-Closure \ + p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-MRO-Compat>=0.05:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Package-DeprecationManager>=0.10:${PORTSDIR}/devel/p5-Package-DeprecationManager \ + p5-Package-Stash>=0.32:${PORTSDIR}/devel/p5-Package-Stash \ + p5-Package-Stash-XS>=0.24:${PORTSDIR}/devel/p5-Package-Stash-XS \ + p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \ + p5-Sub-Exporter>=0.980:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-Sub-Name>=0.05:${PORTSDIR}/devel/p5-Sub-Name \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ + p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= \ - p5-Test-Fatal>=0.001:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-CheckDeps>=0:${PORTSDIR}/devel/p5-Test-CheckDeps +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ + p5-DateTime-Format-MySQL>=0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ + p5-Declare-Constraints-Simple>=0:${PORTSDIR}/devel/p5-Declare-Constraints-Simple \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Module-Refresh>=0:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-SUPER>=0:${PORTSDIR}/devel/p5-SUPER \ + p5-Test-CheckDeps>=0.006:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Fatal>=0.001:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ + p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires CFLAGS+= -I. # mop.h MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure extract -MAN3= Class::MOP.3 \ - Class::MOP::Attribute.3 \ - Class::MOP::Class.3 \ - Class::MOP::Class::Immutable::Trait.3 \ - Class::MOP::Deprecated.3 \ - Class::MOP::Instance.3 \ - Class::MOP::Method.3 \ - Class::MOP::Method::Accessor.3 \ - Class::MOP::Method::Constructor.3 \ - Class::MOP::Method::Generated.3 \ - Class::MOP::Method::Inlined.3 \ - Class::MOP::Method::Meta.3 \ - Class::MOP::Method::Overload.3 \ - Class::MOP::Method::Wrapped.3 \ - Class::MOP::MiniTrait.3 \ - Class::MOP::Mixin.3 \ - Class::MOP::Mixin::AttributeCore.3 \ - Class::MOP::Mixin::HasAttributes.3 \ - Class::MOP::Mixin::HasMethods.3 \ - Class::MOP::Module.3 \ - Class::MOP::Object.3 \ - Class::MOP::Package.3 \ - Moose.3 \ - Moose::Conflicts.3 \ - Moose::Cookbook.3 \ - Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3 \ - Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3 \ - Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3 \ - Moose::Cookbook::Basics::Company_Subtypes.3 \ - Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3 \ - Moose::Cookbook::Basics::Document_AugmentAndInner.3 \ - Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3 \ - Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3 \ - Moose::Cookbook::Basics::Immutable.3 \ - Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3 \ - Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3 \ - Moose::Cookbook::Extending::Debugging_BaseClassRole.3 \ - Moose::Cookbook::Extending::ExtensionOverview.3 \ - Moose::Cookbook::Extending::Mooseish_MooseSugar.3 \ - Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3 \ - Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3 \ - Moose::Cookbook::Legacy::Table_ClassMetaclass.3 \ - Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3 \ - Moose::Cookbook::Meta::Labeled_AttributeTrait.3 \ - Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3 \ - Moose::Cookbook::Meta::Table_MetaclassTrait.3 \ - Moose::Cookbook::Meta::WhyMeta.3 \ - Moose::Cookbook::Roles::ApplicationToInstance.3 \ - Moose::Cookbook::Roles::Comparable_CodeReuse.3 \ - Moose::Cookbook::Roles::Restartable_AdvancedComposition.3 \ - Moose::Cookbook::Snack::Keywords.3 \ - Moose::Cookbook::Snack::Types.3 \ - Moose::Cookbook::Style.3 \ - Moose::Deprecated.3 \ - Moose::Error::Confess.3 \ - Moose::Error::Croak.3 \ - Moose::Error::Default.3 \ - Moose::Error::Util.3 \ - Moose::Exporter.3 \ - Moose::Intro.3 \ - Moose::Manual.3 \ - Moose::Manual::Attributes.3 \ - Moose::Manual::BestPractices.3 \ - Moose::Manual::Classes.3 \ - Moose::Manual::Concepts.3 \ - Moose::Manual::Construction.3 \ - Moose::Manual::Contributing.3 \ - Moose::Manual::Delegation.3 \ - Moose::Manual::Delta.3 \ - Moose::Manual::FAQ.3 \ - Moose::Manual::MOP.3 \ - Moose::Manual::MethodModifiers.3 \ - Moose::Manual::MooseX.3 \ - Moose::Manual::Roles.3 \ - Moose::Manual::Support.3 \ - Moose::Manual::Types.3 \ - Moose::Manual::Unsweetened.3 \ - Moose::Meta::Attribute.3 \ - Moose::Meta::Attribute::Native.3 \ - Moose::Meta::Attribute::Native::Trait.3 \ - Moose::Meta::Attribute::Native::Trait::Array.3 \ - Moose::Meta::Attribute::Native::Trait::Bool.3 \ - Moose::Meta::Attribute::Native::Trait::Code.3 \ - Moose::Meta::Attribute::Native::Trait::Counter.3 \ - Moose::Meta::Attribute::Native::Trait::Hash.3 \ - Moose::Meta::Attribute::Native::Trait::Number.3 \ - Moose::Meta::Attribute::Native::Trait::String.3 \ - Moose::Meta::Class.3 \ - Moose::Meta::Class::Immutable::Trait.3 \ - Moose::Meta::Instance.3 \ - Moose::Meta::Method.3 \ - Moose::Meta::Method::Accessor.3 \ - Moose::Meta::Method::Augmented.3 \ - Moose::Meta::Method::Constructor.3 \ - Moose::Meta::Method::Delegation.3 \ - Moose::Meta::Method::Destructor.3 \ - Moose::Meta::Method::Meta.3 \ - Moose::Meta::Method::Overridden.3 \ - Moose::Meta::Mixin::AttributeCore.3 \ - Moose::Meta::Object::Trait.3 \ - Moose::Meta::Role.3 \ - Moose::Meta::Role::Application.3 \ - Moose::Meta::Role::Application::RoleSummation.3 \ - Moose::Meta::Role::Application::ToClass.3 \ - Moose::Meta::Role::Application::ToInstance.3 \ - Moose::Meta::Role::Application::ToRole.3 \ - Moose::Meta::Role::Attribute.3 \ - Moose::Meta::Role::Composite.3 \ - Moose::Meta::Role::Method.3 \ - Moose::Meta::Role::Method::Conflicting.3 \ - Moose::Meta::Role::Method::Required.3 \ - Moose::Meta::TypeCoercion.3 \ - Moose::Meta::TypeCoercion::Union.3 \ - Moose::Meta::TypeConstraint.3 \ - Moose::Meta::TypeConstraint::Class.3 \ - Moose::Meta::TypeConstraint::DuckType.3 \ - Moose::Meta::TypeConstraint::Enum.3 \ - Moose::Meta::TypeConstraint::Parameterizable.3 \ - Moose::Meta::TypeConstraint::Parameterized.3 \ - Moose::Meta::TypeConstraint::Registry.3 \ - Moose::Meta::TypeConstraint::Role.3 \ - Moose::Meta::TypeConstraint::Union.3 \ - Moose::Object.3 \ - Moose::Role.3 \ - Moose::Spec::Role.3 \ - Moose::Unsweetened.3 \ - Moose::Util.3 \ - Moose::Util::MetaRole.3 \ - Moose::Util::TypeConstraints.3 \ - Moose::Util::TypeConstraints::Builtins.3 \ - Test::Moose.3 \ - metaclass.3 \ - oose.3 +MAN3= Class::MOP.3 \ + Class::MOP::Attribute.3 \ + Class::MOP::Class.3 \ + Class::MOP::Class::Immutable::Trait.3 \ + Class::MOP::Deprecated.3 \ + Class::MOP::Instance.3 \ + Class::MOP::Method.3 \ + Class::MOP::Method::Accessor.3 \ + Class::MOP::Method::Constructor.3 \ + Class::MOP::Method::Generated.3 \ + Class::MOP::Method::Inlined.3 \ + Class::MOP::Method::Meta.3 \ + Class::MOP::Method::Overload.3 \ + Class::MOP::Method::Wrapped.3 \ + Class::MOP::MiniTrait.3 \ + Class::MOP::Mixin.3 \ + Class::MOP::Mixin::AttributeCore.3 \ + Class::MOP::Mixin::HasAttributes.3 \ + Class::MOP::Mixin::HasMethods.3 \ + Class::MOP::Module.3 \ + Class::MOP::Object.3 \ + Class::MOP::Package.3 \ + Moose.3 \ + Moose::Conflicts.3 \ + Moose::Cookbook.3 \ + Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3 \ + Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3 \ + Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3 \ + Moose::Cookbook::Basics::Company_Subtypes.3 \ + Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3 \ + Moose::Cookbook::Basics::Document_AugmentAndInner.3 \ + Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3 \ + Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3 \ + Moose::Cookbook::Basics::Immutable.3 \ + Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3 \ + Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3 \ + Moose::Cookbook::Extending::Debugging_BaseClassRole.3 \ + Moose::Cookbook::Extending::ExtensionOverview.3 \ + Moose::Cookbook::Extending::Mooseish_MooseSugar.3 \ + Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3 \ + Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3 \ + Moose::Cookbook::Legacy::Table_ClassMetaclass.3 \ + Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3 \ + Moose::Cookbook::Meta::Labeled_AttributeTrait.3 \ + Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3 \ + Moose::Cookbook::Meta::Table_MetaclassTrait.3 \ + Moose::Cookbook::Meta::WhyMeta.3 \ + Moose::Cookbook::Roles::ApplicationToInstance.3 \ + Moose::Cookbook::Roles::Comparable_CodeReuse.3 \ + Moose::Cookbook::Roles::Restartable_AdvancedComposition.3 \ + Moose::Cookbook::Snack::Keywords.3 \ + Moose::Cookbook::Snack::Types.3 \ + Moose::Cookbook::Style.3 \ + Moose::Deprecated.3 \ + Moose::Error::Confess.3 \ + Moose::Error::Croak.3 \ + Moose::Error::Default.3 \ + Moose::Error::Util.3 \ + Moose::Exporter.3 \ + Moose::Intro.3 \ + Moose::Manual.3 \ + Moose::Manual::Attributes.3 \ + Moose::Manual::BestPractices.3 \ + Moose::Manual::Classes.3 \ + Moose::Manual::Concepts.3 \ + Moose::Manual::Construction.3 \ + Moose::Manual::Contributing.3 \ + Moose::Manual::Delegation.3 \ + Moose::Manual::Delta.3 \ + Moose::Manual::FAQ.3 \ + Moose::Manual::MOP.3 \ + Moose::Manual::MethodModifiers.3 \ + Moose::Manual::MooseX.3 \ + Moose::Manual::Roles.3 \ + Moose::Manual::Support.3 \ + Moose::Manual::Types.3 \ + Moose::Manual::Unsweetened.3 \ + Moose::Meta::Attribute.3 \ + Moose::Meta::Attribute::Native.3 \ + Moose::Meta::Attribute::Native::Trait.3 \ + Moose::Meta::Attribute::Native::Trait::Array.3 \ + Moose::Meta::Attribute::Native::Trait::Bool.3 \ + Moose::Meta::Attribute::Native::Trait::Code.3 \ + Moose::Meta::Attribute::Native::Trait::Counter.3 \ + Moose::Meta::Attribute::Native::Trait::Hash.3 \ + Moose::Meta::Attribute::Native::Trait::Number.3 \ + Moose::Meta::Attribute::Native::Trait::String.3 \ + Moose::Meta::Class.3 \ + Moose::Meta::Class::Immutable::Trait.3 \ + Moose::Meta::Instance.3 \ + Moose::Meta::Method.3 \ + Moose::Meta::Method::Accessor.3 \ + Moose::Meta::Method::Augmented.3 \ + Moose::Meta::Method::Constructor.3 \ + Moose::Meta::Method::Delegation.3 \ + Moose::Meta::Method::Destructor.3 \ + Moose::Meta::Method::Meta.3 \ + Moose::Meta::Method::Overridden.3 \ + Moose::Meta::Mixin::AttributeCore.3 \ + Moose::Meta::Object::Trait.3 \ + Moose::Meta::Role.3 \ + Moose::Meta::Role::Application.3 \ + Moose::Meta::Role::Application::RoleSummation.3 \ + Moose::Meta::Role::Application::ToClass.3 \ + Moose::Meta::Role::Application::ToInstance.3 \ + Moose::Meta::Role::Application::ToRole.3 \ + Moose::Meta::Role::Attribute.3 \ + Moose::Meta::Role::Composite.3 \ + Moose::Meta::Role::Method.3 \ + Moose::Meta::Role::Method::Conflicting.3 \ + Moose::Meta::Role::Method::Required.3 \ + Moose::Meta::TypeCoercion.3 \ + Moose::Meta::TypeCoercion::Union.3 \ + Moose::Meta::TypeConstraint.3 \ + Moose::Meta::TypeConstraint::Class.3 \ + Moose::Meta::TypeConstraint::DuckType.3 \ + Moose::Meta::TypeConstraint::Enum.3 \ + Moose::Meta::TypeConstraint::Parameterizable.3 \ + Moose::Meta::TypeConstraint::Parameterized.3 \ + Moose::Meta::TypeConstraint::Registry.3 \ + Moose::Meta::TypeConstraint::Role.3 \ + Moose::Meta::TypeConstraint::Union.3 \ + Moose::Object.3 \ + Moose::Role.3 \ + Moose::Spec::Role.3 \ + Moose::Unsweetened.3 \ + Moose::Util.3 \ + Moose::Util::MetaRole.3 \ + Moose::Util::TypeConstraints.3 \ + Moose::Util::TypeConstraints::Builtins.3 \ + Test::Moose.3 \ + metaclass.3 \ + oose.3 -post-extract: - @${PERL} -i -ne 'print unless m,^(check_conflicts),' ${WRKSRC}/Makefile.PL +post-patch: + @${REINPLACE_CMD} -e '/^check_conflicts()/d' ${WRKSRC}/Makefile.PL post-install: - @${CAT} ${PKGDIR}/pkg-message + @${CAT} ${PKGMESSAGE} -.include +.include + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-Carp>=1.22:${PORTSDIR}/devel/p5-Carp +RUN_DEPENDS+= p5-Carp>=1.22:${PORTSDIR}/devel/p5-Carp +.endif + +.include Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Sat Sep 7 10:19:20 2013 (r326596) +++ head/devel/p5-Moose/distinfo Sat Sep 7 10:19:26 2013 (r326597) @@ -1,2 +1,2 @@ -SHA256 (Moose-2.0802.tar.gz) = 4259c160c226fd76468b4a7e5b913df14b5cf1deaf040080b0484e96e27e35d3 -SIZE (Moose-2.0802.tar.gz) = 655624 +SHA256 (Moose-2.1005.tar.gz) = 41944b35ef3212b74a6979179d1ec275eff15203ed0291d09517efbdc3d42eda +SIZE (Moose-2.1005.tar.gz) = 713142 Modified: head/devel/p5-Moose/pkg-plist ============================================================================== --- head/devel/p5-Moose/pkg-plist Sat Sep 7 10:19:20 2013 (r326596) +++ head/devel/p5-Moose/pkg-plist Sat Sep 7 10:19:26 2013 (r326597) @@ -38,8 +38,8 @@ bin/moose-outdated %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Extending/ExtensionOverview.pod %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod %%SITE_PERL%%/%%PERL_ARCH%%/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:13 2013 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 ESMTP id 5BDF4404; Sat, 7 Sep 2013 10:20:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 401EC27F9; Sat, 7 Sep 2013 10:20:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKCHf074057; Sat, 7 Sep 2013 10:20:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKCWd074055; Sat, 7 Sep 2013 10:20:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKCWd074055@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326608 - head/devel/p5-Carp 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.14 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, 07 Sep 2013 10:20:13 -0000 Author: sunpoet Date: Sat Sep 7 10:20:12 2013 New Revision: 326608 URL: http://svnweb.freebsd.org/changeset/ports/326608 Log: - Update to 1.32 Changes: http://search.cpan.org/dist/Carp/Changes Modified: head/devel/p5-Carp/Makefile head/devel/p5-Carp/distinfo (contents, props changed) Modified: head/devel/p5-Carp/Makefile ============================================================================== --- head/devel/p5-Carp/Makefile Sat Sep 7 10:20:08 2013 (r326607) +++ head/devel/p5-Carp/Makefile Sat Sep 7 10:20:12 2013 (r326608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Carp -PORTVERSION= 1.26 +PORTVERSION= 1.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Carp/distinfo ============================================================================== --- head/devel/p5-Carp/distinfo Sat Sep 7 10:20:08 2013 (r326607) +++ head/devel/p5-Carp/distinfo Sat Sep 7 10:20:12 2013 (r326608) @@ -1,2 +1,2 @@ -SHA256 (Carp-1.26.tar.gz) = 0a310222a9a52eca9425bca19e6d8e04faa8bb4f64d5c16f2f6cce8190c0a99b -SIZE (Carp-1.26.tar.gz) = 12631 +SHA256 (Carp-1.32.tar.gz) = 0cdc61623c4e04d1fc2b645024e4cf1fc38bc9e913baa5f194651f4892430549 +SIZE (Carp-1.32.tar.gz) = 18579 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06DA5666; Sat, 7 Sep 2013 10:20:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8EB82804; Sat, 7 Sep 2013 10:20:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKS0f074556; Sat, 7 Sep 2013 10:20:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKSYL074554; Sat, 7 Sep 2013 10:20:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKSYL074554@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326612 - head/net/gupnp 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.14 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, 07 Sep 2013 10:20:29 -0000 Author: sunpoet Date: Sat Sep 7 10:20:28 2013 New Revision: 326612 URL: http://svnweb.freebsd.org/changeset/ports/326612 Log: - Update to 0.20.6 - Convert to new LIB_DEPENDS format Changes: http://git.gnome.org/browse/gupnp/tree/NEWS Modified: head/net/gupnp/Makefile head/net/gupnp/distinfo Modified: head/net/gupnp/Makefile ============================================================================== --- head/net/gupnp/Makefile Sat Sep 7 10:20:24 2013 (r326611) +++ head/net/gupnp/Makefile Sat Sep 7 10:20:28 2013 (r326612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.5 +PORTVERSION= 0.20.6 CATEGORIES= net MASTER_SITES= GNOME @@ -12,9 +12,9 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gssdp-1.0:${PORTSDIR}/net/gssdp \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" Modified: head/net/gupnp/distinfo ============================================================================== --- head/net/gupnp/distinfo Sat Sep 7 10:20:24 2013 (r326611) +++ head/net/gupnp/distinfo Sat Sep 7 10:20:28 2013 (r326612) @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.5.tar.xz) = be54bd5f3bfea36d689a5ce70679e51ec3ea3c94677e70ffc7c7ef160bffb260 -SIZE (gupnp-0.20.5.tar.xz) = 379288 +SHA256 (gupnp-0.20.6.tar.xz) = 1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa +SIZE (gupnp-0.20.6.tar.xz) = 379124 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:39 2013 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 ESMTP id 9E28EE5F; Sat, 7 Sep 2013 10:19:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D12627DC; Sat, 7 Sep 2013 10:19:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJdNM071580; Sat, 7 Sep 2013 10:19:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJdmI071578; Sat, 7 Sep 2013 10:19:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJdmI071578@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326600 - head/www/p5-Rose-HTML-Objects 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.14 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, 07 Sep 2013 10:19:39 -0000 Author: sunpoet Date: Sat Sep 7 10:19:38 2013 New Revision: 326600 URL: http://svnweb.freebsd.org/changeset/ports/326600 Log: - Update to 0.619 Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Modified: head/www/p5-Rose-HTML-Objects/Makefile head/www/p5-Rose-HTML-Objects/distinfo Modified: head/www/p5-Rose-HTML-Objects/Makefile ============================================================================== --- head/www/p5-Rose-HTML-Objects/Makefile Sat Sep 7 10:19:34 2013 (r326599) +++ head/www/p5-Rose-HTML-Objects/Makefile Sat Sep 7 10:19:38 2013 (r326600) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rose-HTML-Objects -PORTVERSION= 0.618 +PORTVERSION= 0.619 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Rose-HTML-Objects/distinfo ============================================================================== --- head/www/p5-Rose-HTML-Objects/distinfo Sat Sep 7 10:19:34 2013 (r326599) +++ head/www/p5-Rose-HTML-Objects/distinfo Sat Sep 7 10:19:38 2013 (r326600) @@ -1,2 +1,2 @@ -SHA256 (Rose-HTML-Objects-0.618.tar.gz) = 74ac8dc47482d663d12df77ea629497d8ef437931e6a308f722079e259609238 -SIZE (Rose-HTML-Objects-0.618.tar.gz) = 204833 +SHA256 (Rose-HTML-Objects-0.619.tar.gz) = 36b8964790ba54b2777768f6941ea9d14a31ac2345fdfa09263b6d0e34112657 +SIZE (Rose-HTML-Objects-0.619.tar.gz) = 204824 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:44 2013 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 ESMTP id C0909F29; Sat, 7 Sep 2013 10:19:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA91F27E2; Sat, 7 Sep 2013 10:19:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJhb7071667; Sat, 7 Sep 2013 10:19:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJhsW071665; Sat, 7 Sep 2013 10:19:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJhsW071665@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326601 - head/www/p5-Catalyst-Runtime 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.14 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, 07 Sep 2013 10:19:44 -0000 Author: sunpoet Date: Sat Sep 7 10:19:43 2013 New Revision: 326601 URL: http://svnweb.freebsd.org/changeset/ports/326601 Log: - Update to 5.90042 - Fix *_DEPENDS: p5-Class-Data-Inheritable is not a test-only dependency Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Sat Sep 7 10:19:38 2013 (r326600) +++ head/www/p5-Catalyst-Runtime/Makefile Sat Sep 7 10:19:43 2013 (r326601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90040 +PORTVERSION= 5.90042 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -17,13 +17,13 @@ LICENSE_COMB= dual # Do not add the following ports to TEST_DEPENDS to avoid cyclic dependencies in tinderbox: # - devel/p5-Test-WWW-Mechanize-Catalyst # - www/p5-Catalyst-Engine-PSGI -# - www/p5-Catalyst-Plugin-Params-Nested # - www/p5-CatalystX-LeakChecker # # DEPENDS: Devel::InnerPackage was first released with perl v5.8.9 and removed from v5.19.0 BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \ p5-Catalyst-DispatchType-Regex>=5.90.021:${PORTSDIR}/www/p5-Catalyst-DispatchType-Regex \ p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Load>=0.12:${PORTSDIR}/devel/p5-Class-Load \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \ @@ -58,8 +58,7 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PO p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-namespace-clean>=0.23:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ +TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Sat Sep 7 10:19:38 2013 (r326600) +++ head/www/p5-Catalyst-Runtime/distinfo Sat Sep 7 10:19:43 2013 (r326601) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90040.tar.gz) = fb37477bc5e7015744ae0079ee8b988ef9093a09f5e5b7ce9ad52444aa8d7496 -SIZE (Catalyst-Runtime-5.90040.tar.gz) = 289138 +SHA256 (Catalyst-Runtime-5.90042.tar.gz) = 45865a8703ceb03d58f800e4735ea6bfb255ca4e84bca09e981899d3f637ae83 +SIZE (Catalyst-Runtime-5.90042.tar.gz) = 290342 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D70375BB; Sat, 7 Sep 2013 10:20:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD8D22801; Sat, 7 Sep 2013 10:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKOuF074311; Sat, 7 Sep 2013 10:20:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKOTh074309; Sat, 7 Sep 2013 10:20:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKOTh074309@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326611 - head/net/gssdp 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.14 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, 07 Sep 2013 10:20:24 -0000 Author: sunpoet Date: Sat Sep 7 10:20:24 2013 New Revision: 326611 URL: http://svnweb.freebsd.org/changeset/ports/326611 Log: - Update to 0.14.5 - Convert to new LIB_DEPENDS format Changes: http://git.gnome.org/browse/gssdp/tree/NEWS Modified: head/net/gssdp/Makefile head/net/gssdp/distinfo Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Sat Sep 7 10:20:20 2013 (r326610) +++ head/net/gssdp/Makefile Sat Sep 7 10:20:24 2013 (r326611) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gssdp -PORTVERSION= 0.14.4 +PORTVERSION= 0.14.5 CATEGORIES= net MASTER_SITES= GNOME @@ -12,7 +12,7 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.6.7:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup OPTIONS_DEFINE= GTK3 OPTIONS_DEFAULT=GTK3 Modified: head/net/gssdp/distinfo ============================================================================== --- head/net/gssdp/distinfo Sat Sep 7 10:20:20 2013 (r326610) +++ head/net/gssdp/distinfo Sat Sep 7 10:20:24 2013 (r326611) @@ -1,2 +1,2 @@ -SHA256 (gssdp-0.14.4.tar.xz) = ed93fa1555a7032fa1e2b24eeef17d20a2275ee8b1682f28ac48640d6f2112ac -SIZE (gssdp-0.14.4.tar.xz) = 281380 +SHA256 (gssdp-0.14.5.tar.xz) = e847940a852c968d18c7ca044783e9b938c84c3b5f53978a29b636bf95c91af1 +SIZE (gssdp-0.14.5.tar.xz) = 282464 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 224F9331; Sat, 7 Sep 2013 10:20:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2F3827F7; Sat, 7 Sep 2013 10:20:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AK8nX073976; Sat, 7 Sep 2013 10:20:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AK87Q073974; Sat, 7 Sep 2013 10:20:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AK87Q073974@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326607 - head/www/p5-Catalyst-Plugin-StackTrace 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.14 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, 07 Sep 2013 10:20:09 -0000 Author: sunpoet Date: Sat Sep 7 10:20:08 2013 New Revision: 326607 URL: http://svnweb.freebsd.org/changeset/ports/326607 Log: - Update to 0.12 Changes: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/Changes Modified: head/www/p5-Catalyst-Plugin-StackTrace/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-StackTrace/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-StackTrace/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-StackTrace/Makefile Sat Sep 7 10:20:04 2013 (r326606) +++ head/www/p5-Catalyst-Plugin-StackTrace/Makefile Sat Sep 7 10:20:08 2013 (r326607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-StackTrace -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,14 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Display a stack trace on the debug screen -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Plugin::StackTrace.3 +MAN3= Catalyst::Plugin::StackTrace.3 .include Modified: head/www/p5-Catalyst-Plugin-StackTrace/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-StackTrace/distinfo Sat Sep 7 10:20:04 2013 (r326606) +++ head/www/p5-Catalyst-Plugin-StackTrace/distinfo Sat Sep 7 10:20:08 2013 (r326607) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-StackTrace-0.11.tar.gz) = 0b0f21ea9b5a5864357558d8fba96a3c455414612c1aa97123cb07f5ec8ecfc6 -SIZE (Catalyst-Plugin-StackTrace-0.11.tar.gz) = 19289 +SHA256 (Catalyst-Plugin-StackTrace-0.12.tar.gz) = 329dacd0ba09d10a76087ab176f95db6ba3db26a2d0fe33eee2f5e46ced753ac +SIZE (Catalyst-Plugin-StackTrace-0.12.tar.gz) = 23238 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:39 2013 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 ESMTP id E9AAF805; Sat, 7 Sep 2013 10:20:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE089280B; Sat, 7 Sep 2013 10:20:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKdV1074772; Sat, 7 Sep 2013 10:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKd6U074771; Sat, 7 Sep 2013 10:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKd6U074771@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326615 - head/net/gupnp-ui 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.14 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, 07 Sep 2013 10:20:40 -0000 Author: sunpoet Date: Sat Sep 7 10:20:39 2013 New Revision: 326615 URL: http://svnweb.freebsd.org/changeset/ports/326615 Log: - Convert to new LIB_DEPENDS format Modified: head/net/gupnp-ui/Makefile Modified: head/net/gupnp-ui/Makefile ============================================================================== --- head/net/gupnp-ui/Makefile Sat Sep 7 10:20:35 2013 (r326614) +++ head/net/gupnp-ui/Makefile Sat Sep 7 10:20:39 2013 (r326615) @@ -13,8 +13,8 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp \ - soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:45 2013 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 ESMTP id 825DA8DF; Sat, 7 Sep 2013 10:20:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 618952830; Sat, 7 Sep 2013 10:20:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKh1u074836; Sat, 7 Sep 2013 10:20:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKhUP074835; Sat, 7 Sep 2013 10:20:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKhUP074835@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326616 - head/net/pecl-gupnp 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.14 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, 07 Sep 2013 10:20:45 -0000 Author: sunpoet Date: Sat Sep 7 10:20:42 2013 New Revision: 326616 URL: http://svnweb.freebsd.org/changeset/ports/326616 Log: - Convert to new LIB_DEPENDS format Modified: head/net/pecl-gupnp/Makefile Modified: head/net/pecl-gupnp/Makefile ============================================================================== --- head/net/pecl-gupnp/Makefile Sat Sep 7 10:20:39 2013 (r326615) +++ head/net/pecl-gupnp/Makefile Sat Sep 7 10:20:42 2013 (r326616) @@ -12,11 +12,11 @@ DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= GUPnP wrapper extension -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp -USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes +USES= pkgconfig post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6524673E; Sat, 7 Sep 2013 10:20:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65E952807; Sat, 7 Sep 2013 10:20:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKWQ8074630; Sat, 7 Sep 2013 10:20:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKWgY074629; Sat, 7 Sep 2013 10:20:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKWgY074629@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326613 - head/net/gupnp-av 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.14 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, 07 Sep 2013 10:20:34 -0000 Author: sunpoet Date: Sat Sep 7 10:20:31 2013 New Revision: 326613 URL: http://svnweb.freebsd.org/changeset/ports/326613 Log: - Convert to new LIB_DEPENDS format Modified: head/net/gupnp-av/Makefile Modified: head/net/gupnp-av/Makefile ============================================================================== --- head/net/gupnp-av/Makefile Sat Sep 7 10:20:28 2013 (r326612) +++ head/net/gupnp-av/Makefile Sat Sep 7 10:20:31 2013 (r326613) @@ -13,7 +13,7 @@ LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \ gupnp>=0.19.0:${PORTSDIR}/net/gupnp -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:06 2013 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 ESMTP id A6CC22F6; Sat, 7 Sep 2013 10:20:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7C7727F4; Sat, 7 Sep 2013 10:20:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AK4gq073678; Sat, 7 Sep 2013 10:20:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AK4jk073675; Sat, 7 Sep 2013 10:20:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AK4jk073675@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326606 - head/www/p5-Catalyst-Plugin-Authentication 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.14 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, 07 Sep 2013 10:20:06 -0000 Author: sunpoet Date: Sat Sep 7 10:20:04 2013 New Revision: 326606 URL: http://svnweb.freebsd.org/changeset/ports/326606 Log: - Fix *_DEPENDS - Bump PORTREVISION for dependency change - Sort PLIST Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile head/www/p5-Catalyst-Plugin-Authentication/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:19:59 2013 (r326605) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:20:04 2013 (r326606) @@ -3,6 +3,7 @@ PORTNAME= Catalyst-Plugin-Authentication PORTVERSION= 0.10023 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -17,9 +18,10 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Sessio p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ - p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean + p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ Modified: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:19:59 2013 (r326605) +++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:20:04 2013 (r326606) @@ -1,4 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist %%SITE_PERL%%/Catalyst/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm @@ -16,6 +15,10 @@ %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User/Hash.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/User @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential @@ -27,6 +30,3 @@ @dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Credential @dirrmtry %%SITE_PERL%%/Catalyst/Authentication @dirrmtry %%SITE_PERL%%/Catalyst -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:52 2013 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 ESMTP id DA1599D; Sat, 7 Sep 2013 10:19:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB2F127EB; Sat, 7 Sep 2013 10:19:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJq4s071865; Sat, 7 Sep 2013 10:19:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJqFd071863; Sat, 7 Sep 2013 10:19:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJqFd071863@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326603 - head/www/p5-Catalyst-Authentication-Credential-OpenID 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.14 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, 07 Sep 2013 10:19:52 -0000 Author: sunpoet Date: Sat Sep 7 10:19:51 2013 New Revision: 326603 URL: http://svnweb.freebsd.org/changeset/ports/326603 Log: - Update to 0.19 - Fix *_DEPENDS: many of them are test-only dependencies Changes: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID/Changes Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Sat Sep 7 10:19:47 2013 (r326602) +++ head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Sat Sep 7 10:19:51 2013 (r326603) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Authentication-Credential-OpenID -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +13,8 @@ COMMENT= OpenID credential for Catalyst: LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Cache-FastMmap>=1.28:${PORTSDIR}/devel/p5-Cache-FastMmap \ - p5-Catalyst-Devel>=1:${PORTSDIR}/www/p5-Catalyst-Devel \ - p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Plugin-Session-State-Cookie>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ - p5-Catalyst-Plugin-Session-Store-FastMmap>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-FastMmap \ - p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \ p5-Net-OpenID-Consumer>=1.03:${PORTSDIR}/net/p5-Net-OpenID-Consumer \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo Sat Sep 7 10:19:47 2013 (r326602) +++ head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo Sat Sep 7 10:19:51 2013 (r326603) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Authentication-Credential-OpenID-0.17.tar.gz) = 80bc405821c03bb3c2286f492c6cb6e5d29037ed24966ce1fdb234baf3b10539 -SIZE (Catalyst-Authentication-Credential-OpenID-0.17.tar.gz) = 45801 +SHA256 (Catalyst-Authentication-Credential-OpenID-0.19.tar.gz) = aff4f3058edbfb3509e2278e271efbef80e8feabba0787aa1de9fca1474de1d5 +SIZE (Catalyst-Authentication-Credential-OpenID-0.19.tar.gz) = 37775 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA2B5170; Sat, 7 Sep 2013 10:19:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A897A27EC; Sat, 7 Sep 2013 10:19:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJuRr071982; Sat, 7 Sep 2013 10:19:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJuhF071977; Sat, 7 Sep 2013 10:19:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJuhF071977@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326604 - head/www/p5-Catalyst-Devel 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.14 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, 07 Sep 2013 10:19:56 -0000 Author: sunpoet Date: Sat Sep 7 10:19:55 2013 New Revision: 326604 URL: http://svnweb.freebsd.org/changeset/ports/326604 Log: - Update to 1.38 Changes: http://search.cpan.org/dist/Catalyst-Devel/Changes Modified: head/www/p5-Catalyst-Devel/Makefile head/www/p5-Catalyst-Devel/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Devel/Makefile ============================================================================== --- head/www/p5-Catalyst-Devel/Makefile Sat Sep 7 10:19:51 2013 (r326603) +++ head/www/p5-Catalyst-Devel/Makefile Sat Sep 7 10:19:55 2013 (r326604) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Devel -PORTVERSION= 1.37 +PORTVERSION= 1.38 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOBTFISH Modified: head/www/p5-Catalyst-Devel/distinfo ============================================================================== --- head/www/p5-Catalyst-Devel/distinfo Sat Sep 7 10:19:51 2013 (r326603) +++ head/www/p5-Catalyst-Devel/distinfo Sat Sep 7 10:19:55 2013 (r326604) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Devel-1.37.tar.gz) = 499f4b43f29712ef9dedfac3e072a9caa175b503dc34103e203e16e3af11657a -SIZE (Catalyst-Devel-1.37.tar.gz) = 91666 +SHA256 (Catalyst-Devel-1.38.tar.gz) = bb48efc71d869fc518f382bc9538630c3082fb659ff54adf969123bc332753af +SIZE (Catalyst-Devel-1.38.tar.gz) = 89243 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46C6921B; Sat, 7 Sep 2013 10:20:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFAE427F1; Sat, 7 Sep 2013 10:20:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AK0Ix072104; Sat, 7 Sep 2013 10:20:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AK0oX072100; Sat, 7 Sep 2013 10:20:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AK0oX072100@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326605 - head/www/p5-Catalyst-Model-DBIC-Schema 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.14 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, 07 Sep 2013 10:20:01 -0000 Author: sunpoet Date: Sat Sep 7 10:19:59 2013 New Revision: 326605 URL: http://svnweb.freebsd.org/changeset/ports/326605 Log: - Update to 0.61 - Remove perl from extract dependency - Cleanup Makefile Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Modified: head/www/p5-Catalyst-Model-DBIC-Schema/Makefile head/www/p5-Catalyst-Model-DBIC-Schema/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Model-DBIC-Schema/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-DBIC-Schema/Makefile Sat Sep 7 10:19:55 2013 (r326604) +++ head/www/p5-Catalyst-Model-DBIC-Schema/Makefile Sat Sep 7 10:19:59 2013 (r326605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Model-DBIC-Schema -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,7 +34,8 @@ TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDI p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 -USE_PERL5= configure extract +#USE_PERL5= configure extract +USE_PERL5= configure MAN3= Catalyst::Helper::Model::DBIC::Schema.3 \ Catalyst::Model::DBIC::Schema.3 \ @@ -43,7 +44,7 @@ MAN3= Catalyst::Helper::Model::DBIC::Sc Catalyst::TraitFor::Model::DBIC::Schema::Replicated.3 \ Catalyst::TraitFor::Model::DBIC::Schema::SchemaProxy.3 -post-extract: - @${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL +#post-patch: +# @${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL .include Modified: head/www/p5-Catalyst-Model-DBIC-Schema/distinfo ============================================================================== --- head/www/p5-Catalyst-Model-DBIC-Schema/distinfo Sat Sep 7 10:19:55 2013 (r326604) +++ head/www/p5-Catalyst-Model-DBIC-Schema/distinfo Sat Sep 7 10:19:59 2013 (r326605) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Model-DBIC-Schema-0.60.tar.gz) = 8d7a2c073b8a64e75020dabccfc22712bf1960a5185443c8b31c5c58f3c6d29c -SIZE (Catalyst-Model-DBIC-Schema-0.60.tar.gz) = 57636 +SHA256 (Catalyst-Model-DBIC-Schema-0.61.tar.gz) = 58b0ce2eb4f007ce5b13253c6963a91b9ca3c0f236ae259c185de47f1057dc55 +SIZE (Catalyst-Model-DBIC-Schema-0.61.tar.gz) = 57116 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:17 2013 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 ESMTP id BD73C4A6; Sat, 7 Sep 2013 10:20:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1F1E27FC; Sat, 7 Sep 2013 10:20:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKGxK074141; Sat, 7 Sep 2013 10:20:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKGVN074139; Sat, 7 Sep 2013 10:20:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKGVN074139@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326609 - head/net/p5-Socket 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.14 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, 07 Sep 2013 10:20:17 -0000 Author: sunpoet Date: Sat Sep 7 10:20:16 2013 New Revision: 326609 URL: http://svnweb.freebsd.org/changeset/ports/326609 Log: - Update to 2.012 Changes: http://search.cpan.org/dist/Socket/Changes Modified: head/net/p5-Socket/Makefile head/net/p5-Socket/distinfo Modified: head/net/p5-Socket/Makefile ============================================================================== --- head/net/p5-Socket/Makefile Sat Sep 7 10:20:12 2013 (r326608) +++ head/net/p5-Socket/Makefile Sat Sep 7 10:20:16 2013 (r326609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.011 +PORTVERSION= 2.012 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/net/p5-Socket/distinfo ============================================================================== --- head/net/p5-Socket/distinfo Sat Sep 7 10:20:12 2013 (r326608) +++ head/net/p5-Socket/distinfo Sat Sep 7 10:20:16 2013 (r326609) @@ -1,2 +1,2 @@ -SHA256 (Socket-2.011.tar.gz) = c092a8cc26117fd96e659ca3d157f78e0cf7ff30f493d933f099369a9d1af25b -SIZE (Socket-2.011.tar.gz) = 38366 +SHA256 (Socket-2.012.tar.gz) = 223e4ff534f0fcb4a7962b108d60e2f139eed9f238a8df5eb709daa7e32056a0 +SIZE (Socket-2.012.tar.gz) = 38562 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 308F59EA; Sat, 7 Sep 2013 10:20:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECBA2835; Sat, 7 Sep 2013 10:20:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKosI075153; Sat, 7 Sep 2013 10:20:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKosD075150; Sat, 7 Sep 2013 10:20:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKosD075150@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326618 - head/www/httrack 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.14 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, 07 Sep 2013 10:20:51 -0000 Author: sunpoet Date: Sat Sep 7 10:20:50 2013 New Revision: 326618 URL: http://svnweb.freebsd.org/changeset/ports/326618 Log: - Update to 3.47.26 Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Modified: head/www/httrack/Makefile head/www/httrack/distinfo Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sat Sep 7 10:20:46 2013 (r326617) +++ head/www/httrack/Makefile Sat Sep 7 10:20:50 2013 (r326618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.47.25 +PORTVERSION= 3.47.26 CATEGORIES= www MASTER_SITES= http://download.httrack.com/ \ http://mirror.httrack.com/historical/ \ Modified: head/www/httrack/distinfo ============================================================================== --- head/www/httrack/distinfo Sat Sep 7 10:20:46 2013 (r326617) +++ head/www/httrack/distinfo Sat Sep 7 10:20:50 2013 (r326618) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.47.25.tar.gz) = 4a76f5cf21da2533d87c4a2f033bb4ddc71b93cd10959eda58fc323742f3948f -SIZE (httrack-3.47.25.tar.gz) = 1778594 +SHA256 (httrack-3.47.26.tar.gz) = dd495d6fe6ce1ecf405c4f03d706a73f51f9a1c180c9265d975b86fe96946f5d +SIZE (httrack-3.47.26.tar.gz) = 1778517 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30616915; Sat, 7 Sep 2013 10:20:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0B32834; Sat, 7 Sep 2013 10:20:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKkQ8075072; Sat, 7 Sep 2013 10:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKkk8075070; Sat, 7 Sep 2013 10:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKkk8075070@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326617 - head/net-im/rubygem-hipchat 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.14 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, 07 Sep 2013 10:20:47 -0000 Author: sunpoet Date: Sat Sep 7 10:20:46 2013 New Revision: 326617 URL: http://svnweb.freebsd.org/changeset/ports/326617 Log: - Update to 0.12.0 Changes: https://github.com/hipchat/hipchat-rb/commits/master Modified: head/net-im/rubygem-hipchat/Makefile head/net-im/rubygem-hipchat/distinfo Modified: head/net-im/rubygem-hipchat/Makefile ============================================================================== --- head/net-im/rubygem-hipchat/Makefile Sat Sep 7 10:20:42 2013 (r326616) +++ head/net-im/rubygem-hipchat/Makefile Sat Sep 7 10:20:46 2013 (r326617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hipchat -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= net-im rubygems MASTER_SITES= RG Modified: head/net-im/rubygem-hipchat/distinfo ============================================================================== --- head/net-im/rubygem-hipchat/distinfo Sat Sep 7 10:20:42 2013 (r326616) +++ head/net-im/rubygem-hipchat/distinfo Sat Sep 7 10:20:46 2013 (r326617) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hipchat-0.11.0.gem) = c35eafdf9f578fc92d5b5b9c9e4acc13044a7836896e3daccdd9c429da062686 -SIZE (rubygem/hipchat-0.11.0.gem) = 12288 +SHA256 (rubygem/hipchat-0.12.0.gem) = 79fd7f5cfd4d62fff8e0d46c1090b3ad9b198caaf7b84660f49369f4b3ed3bde +SIZE (rubygem/hipchat-0.12.0.gem) = 12288 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:20 2013 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 ESMTP id CB89B4E6; Sat, 7 Sep 2013 10:20:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9D212800; Sat, 7 Sep 2013 10:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKKFL074227; Sat, 7 Sep 2013 10:20:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKKIv074225; Sat, 7 Sep 2013 10:20:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKKIv074225@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326610 - head/multimedia/libquvi-scripts 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.14 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, 07 Sep 2013 10:20:20 -0000 Author: sunpoet Date: Sat Sep 7 10:20:20 2013 New Revision: 326610 URL: http://svnweb.freebsd.org/changeset/ports/326610 Log: - Update to 0.4.18 Changes: http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS Modified: head/multimedia/libquvi-scripts/Makefile head/multimedia/libquvi-scripts/distinfo Modified: head/multimedia/libquvi-scripts/Makefile ============================================================================== --- head/multimedia/libquvi-scripts/Makefile Sat Sep 7 10:20:16 2013 (r326609) +++ head/multimedia/libquvi-scripts/Makefile Sat Sep 7 10:20:20 2013 (r326610) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libquvi-scripts -PORTVERSION= 0.4.17 +PORTVERSION= 0.4.18 CATEGORIES= multimedia devel MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE Modified: head/multimedia/libquvi-scripts/distinfo ============================================================================== --- head/multimedia/libquvi-scripts/distinfo Sat Sep 7 10:20:16 2013 (r326609) +++ head/multimedia/libquvi-scripts/distinfo Sat Sep 7 10:20:20 2013 (r326610) @@ -1,2 +1,2 @@ -SHA256 (libquvi-scripts-0.4.17.tar.xz) = be023b2fb44367207faa716197e71cfabe9020345a258b0bfc6ba109090807fc -SIZE (libquvi-scripts-0.4.17.tar.xz) = 118208 +SHA256 (libquvi-scripts-0.4.18.tar.xz) = be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3 +SIZE (libquvi-scripts-0.4.18.tar.xz) = 118380 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C0CA75B; Sat, 7 Sep 2013 10:20:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BB082809; Sat, 7 Sep 2013 10:20:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKa92074696; Sat, 7 Sep 2013 10:20:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKa4T074695; Sat, 7 Sep 2013 10:20:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKa4T074695@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326614 - head/net/gupnp-igd 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.14 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, 07 Sep 2013 10:20:36 -0000 Author: sunpoet Date: Sat Sep 7 10:20:35 2013 New Revision: 326614 URL: http://svnweb.freebsd.org/changeset/ports/326614 Log: - Convert to new LIB_DEPENDS format Modified: head/net/gupnp-igd/Makefile Modified: head/net/gupnp-igd/Makefile ============================================================================== --- head/net/gupnp-igd/Makefile Sat Sep 7 10:20:31 2013 (r326613) +++ head/net/gupnp-igd/Makefile Sat Sep 7 10:20:35 2013 (r326614) @@ -14,7 +14,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \ gupnp>=0.18:${PORTSDIR}/net/gupnp -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:23:39 2013 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 ESMTP id E9798365; Sat, 7 Sep 2013 10:23:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D74DE2867; Sat, 7 Sep 2013 10:23:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87ANcqx076445; Sat, 7 Sep 2013 10:23:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87ANcXs076438; Sat, 7 Sep 2013 10:23:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071023.r87ANcXs076438@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326619 - head/devel/p5-Function-Parameters 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.14 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, 07 Sep 2013 10:23:39 -0000 Author: sunpoet Date: Sat Sep 7 10:23:37 2013 New Revision: 326619 URL: http://svnweb.freebsd.org/changeset/ports/326619 Log: - Add p5-Function-Parameters 1.0202 Function::Parameters extends Perl with keywords that let you define functions with parameter lists. It uses Perl's keyword plugin API, so it works reliably and doesn't require a source filter. WWW: http://search.cpan.org/dist/Function-Parameters/ Added: head/devel/p5-Function-Parameters/ head/devel/p5-Function-Parameters/Makefile (contents, props changed) head/devel/p5-Function-Parameters/distinfo (contents, props changed) head/devel/p5-Function-Parameters/pkg-descr (contents, props changed) head/devel/p5-Function-Parameters/pkg-plist (contents, props changed) Added: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Function-Parameters/Makefile Sat Sep 7 10:23:37 2013 (r326619) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Function-Parameters +PORTVERSION= 1.02.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MAUKE +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Subroutine definitions with parameter lists + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +USE_PERL5= 5.14.0+ configure +USES= perl5 + +MAN3= Function::Parameters.3 \ + Function::Parameters::Info.3 + +.include Added: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Function-Parameters/distinfo Sat Sep 7 10:23:37 2013 (r326619) @@ -0,0 +1,2 @@ +SHA256 (Function-Parameters-1.0202.tar.gz) = a575bdb452da0e2ff6f221470b31b150509c5058155634af236aed45d4177b34 +SIZE (Function-Parameters-1.0202.tar.gz) = 63728 Added: head/devel/p5-Function-Parameters/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Function-Parameters/pkg-descr Sat Sep 7 10:23:37 2013 (r326619) @@ -0,0 +1,5 @@ +Function::Parameters extends Perl with keywords that let you define functions +with parameter lists. It uses Perl's keyword plugin API, so it works reliably +and doesn't require a source filter. + +WWW: http://search.cpan.org/dist/Function-Parameters/ Added: head/devel/p5-Function-Parameters/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Function-Parameters/pkg-plist Sat Sep 7 10:23:37 2013 (r326619) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Function/Parameters.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Function/Parameters/Info.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Function/Parameters/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Function/Parameters/Parameters.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Function/Parameters/Parameters.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Function/Parameters +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Function +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Function/Parameters +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Function From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:24:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 192DF44F; Sat, 7 Sep 2013 10:24:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 074612879; Sat, 7 Sep 2013 10:24:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AOGEk076763; Sat, 7 Sep 2013 10:24:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AOGrU076762; Sat, 7 Sep 2013 10:24:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071024.r87AOGrU076762@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326620 - head/devel 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.14 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, 07 Sep 2013 10:24:17 -0000 Author: sunpoet Date: Sat Sep 7 10:24:16 2013 New Revision: 326620 URL: http://svnweb.freebsd.org/changeset/ports/326620 Log: - Connect p5-Type-Tie Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 7 10:23:37 2013 (r326619) +++ head/devel/Makefile Sat Sep 7 10:24:16 2013 (r326620) @@ -2942,6 +2942,7 @@ SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory + SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:28:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF74355E; Sat, 7 Sep 2013 10:28:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1B92893; Sat, 7 Sep 2013 10:28:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87ASQjJ078474; Sat, 7 Sep 2013 10:28:26 GMT (envelope-from netchild@svn.freebsd.org) Received: (from netchild@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87ASQPn078472; Sat, 7 Sep 2013 10:28:26 GMT (envelope-from netchild@svn.freebsd.org) Message-Id: <201309071028.r87ASQPn078472@svn.freebsd.org> From: Alexander Leidinger Date: Sat, 7 Sep 2013 10:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326621 - head/net/serviio 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.14 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, 07 Sep 2013 10:28:26 -0000 Author: netchild Date: Sat Sep 7 10:28:26 2013 New Revision: 326621 URL: http://svnweb.freebsd.org/changeset/ports/326621 Log: Fix plist. Modified: head/net/serviio/Makefile head/net/serviio/pkg-plist Modified: head/net/serviio/Makefile ============================================================================== --- head/net/serviio/Makefile Sat Sep 7 10:24:16 2013 (r326620) +++ head/net/serviio/Makefile Sat Sep 7 10:28:26 2013 (r326621) @@ -3,7 +3,7 @@ PORTNAME= serviio PORTVERSION= 1.3.1 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= net multimedia java www MASTER_SITES= http://download.serviio.org/releases/ EXTRACT_SUFX= -linux.tar.gz Modified: head/net/serviio/pkg-plist ============================================================================== --- head/net/serviio/pkg-plist Sat Sep 7 10:24:16 2013 (r326620) +++ head/net/serviio/pkg-plist Sat Sep 7 10:28:26 2013 (r326621) @@ -21,7 +21,6 @@ bin/serviio-console %%JAVAJARDIR%%/serviio/lucene-core.jar %%JAVAJARDIR%%/serviio/log4j.jar %%JAVAJARDIR%%/serviio/org.restlet.ext.gson.jar -%%JAVAJARDIR%%/serviio/org.restlet.ext.net.jar %%JAVAJARDIR%%/serviio/org.restlet.ext.xstream.jar %%JAVAJARDIR%%/serviio/org.restlet.jar %%JAVAJARDIR%%/serviio/padlock.jar From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:31:26 2013 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 ESMTP id 8AAD467B; Sat, 7 Sep 2013 10:31:26 +0000 (UTC) (envelope-from osa@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6981C28D0; Sat, 7 Sep 2013 10:31:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AVQHE081906; Sat, 7 Sep 2013 10:31:26 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AVOAo081897; Sat, 7 Sep 2013 10:31:24 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201309071031.r87AVOAo081897@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 7 Sep 2013 10:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326622 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger 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.14 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, 07 Sep 2013 10:31:26 -0000 Author: osa Date: Sat Sep 7 10:31:24 2013 New Revision: 326622 URL: http://svnweb.freebsd.org/changeset/ports/326622 Log: Update from 4.0.14 to 4.0.16: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Also, convert to perl framework nginx ports. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx-devel/Makefile Sat Sep 7 10:31:24 2013 (r326622) @@ -436,7 +436,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MHTTP_PERL} CATEGORIES+= perl5 CONFIGURE_ARGS+=--with-http_perl_module -USE_PERL5= yes +USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} @@ -655,7 +655,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.14 +PASSENGER_VERSION= 4.0.16 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx-devel/distinfo Sat Sep 7 10:31:24 2013 (r326622) @@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.14.tar.gz) = 332f561ae0ecccafd4889c4cf1b5e38ed350e6d91e6b82d465a77e661866596e -SIZE (passenger-4.0.14.tar.gz) = 3869042 +SHA256 (passenger-4.0.16.tar.gz) = 5d0f9e6603c128e078d2d1e337efe6e88ae64c6145536f08c2b746da1df9a396 +SIZE (passenger-4.0.16.tar.gz) = 3899199 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Sep 7 10:31:24 2013 (r326622) @@ -1,6 +1,6 @@ ---- ../passenger-4.0.14/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 -+++ ../passenger-4.0.14/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 -@@ -24,14 +24,11 @@ +--- ../passenger-4.0.16/build/nginx.rb.orig 2013-09-07 14:09:13.000000000 +0400 ++++ ../passenger-4.0.16/build/nginx.rb 2013-09-07 14:10:31.000000000 +0400 +@@ -32,15 +32,12 @@ desc "Build Nginx support files" task :nginx => [ :nginx_without_native_support, @@ -9,6 +9,7 @@ ].compact task :nginx_without_native_support => [ + auto_generated_sources, - AGENT_OUTPUT_DIR + 'PassengerHelperAgent', - AGENT_OUTPUT_DIR + 'PassengerWatchdog', - AGENT_OUTPUT_DIR + 'PassengerLoggingAgent', Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx/Makefile Sat Sep 7 10:31:24 2013 (r326622) @@ -439,7 +439,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MHTTP_PERL} CATEGORIES+= perl5 CONFIGURE_ARGS+=--with-http_perl_module -USE_PERL5= yes +USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} @@ -656,7 +656,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.14 +PASSENGER_VERSION= 4.0.16 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx/distinfo Sat Sep 7 10:31:24 2013 (r326622) @@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.14.tar.gz) = 332f561ae0ecccafd4889c4cf1b5e38ed350e6d91e6b82d465a77e661866596e -SIZE (passenger-4.0.14.tar.gz) = 3869042 +SHA256 (passenger-4.0.16.tar.gz) = 5d0f9e6603c128e078d2d1e337efe6e88ae64c6145536f08c2b746da1df9a396 +SIZE (passenger-4.0.16.tar.gz) = 3899199 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Sep 7 10:31:24 2013 (r326622) @@ -1,6 +1,6 @@ ---- ../passenger-4.0.14/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 -+++ ../passenger-4.0.14/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 -@@ -24,14 +24,11 @@ +--- ../passenger-4.0.16/build/nginx.rb.orig 2013-09-07 14:09:13.000000000 +0400 ++++ ../passenger-4.0.16/build/nginx.rb 2013-09-07 14:10:31.000000000 +0400 +@@ -32,15 +32,12 @@ desc "Build Nginx support files" task :nginx => [ :nginx_without_native_support, @@ -9,6 +9,7 @@ ].compact task :nginx_without_native_support => [ + auto_generated_sources, - AGENT_OUTPUT_DIR + 'PassengerHelperAgent', - AGENT_OUTPUT_DIR + 'PassengerWatchdog', - AGENT_OUTPUT_DIR + 'PassengerLoggingAgent', Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/rubygem-passenger/Makefile Sat Sep 7 10:31:24 2013 (r326622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 4.0.14 +PORTVERSION= 4.0.16 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -79,7 +79,7 @@ post-install: s!#{PlatformInfo.debugging_cflags}!${CFLAGS}!g; \ s!-O2!!g; \ s! -feliminate-unused-debug-symbols -feliminate-unused-debug-types!!g; \ - 196,198s!true!false!' \ + 199,201s!true!false!' \ ${PREFIX}/${GEM_LIB_DIR}/build/basics.rb .if ${PORT_OPTIONS:NDEBUG} @${REINPLACE_CMD} \ Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sat Sep 7 10:28:26 2013 (r326621) +++ head/www/rubygem-passenger/distinfo Sat Sep 7 10:31:24 2013 (r326622) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-4.0.14.gem) = a002e340572e2834a98ebf5b3171f719683d43296790e240b40b19607dea5584 -SIZE (rubygem/passenger-4.0.14.gem) = 3910144 +SHA256 (rubygem/passenger-4.0.16.gem) = c9b7f83dfdb509d664bf4eef6ce394bee10dc70ed0bdc9b962b4d91e7c37f2e5 +SIZE (rubygem/passenger-4.0.16.gem) = 3942400 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:34:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB48491D; Sat, 7 Sep 2013 10:34:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8C0928FA; Sat, 7 Sep 2013 10:34:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AYHWd083433; Sat, 7 Sep 2013 10:34:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AYHpL083432; Sat, 7 Sep 2013 10:34:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071034.r87AYHpL083432@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326623 - head/devel/p5-Tree-DAG_Node 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.14 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, 07 Sep 2013 10:34:17 -0000 Author: sunpoet Date: Sat Sep 7 10:34:17 2013 New Revision: 326623 URL: http://svnweb.freebsd.org/changeset/ports/326623 Log: - Fix *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/p5-Tree-DAG_Node/Makefile Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Sat Sep 7 10:31:24 2013 (r326622) +++ head/devel/p5-Tree-DAG_Node/Makefile Sat Sep 7 10:34:17 2013 (r326623) @@ -3,6 +3,7 @@ PORTNAME= Tree-DAG_Node PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +12,19 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Super class for representing nodes in a tree +BUILD_DEPENDS= p5-Perl6-Slurp>=0.05.1003:${PORTSDIR}/devel/p5-Perl6-Slurp +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure -MAN3= Tree::DAG_Node.3 +MAN3= Tree::DAG_Node.3 + +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +.endif -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:53:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5DB2C74; Sat, 7 Sep 2013 10:53:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2DB029B6; Sat, 7 Sep 2013 10:53:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87ArU62097013; Sat, 7 Sep 2013 10:53:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87ArUPs097012; Sat, 7 Sep 2013 10:53:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071053.r87ArUPs097012@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326624 - head/textproc/p5-XML-Parsepp 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.14 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, 07 Sep 2013 10:53:30 -0000 Author: sunpoet Date: Sat Sep 7 10:53:30 2013 New Revision: 326624 URL: http://svnweb.freebsd.org/changeset/ports/326624 Log: - Use 5.14+ instead of 5.14.0+ Suggested by: az (via IRC) Modified: head/textproc/p5-XML-Parsepp/Makefile Modified: head/textproc/p5-XML-Parsepp/Makefile ============================================================================== --- head/textproc/p5-XML-Parsepp/Makefile Sat Sep 7 10:34:17 2013 (r326623) +++ head/textproc/p5-XML-Parsepp/Makefile Sat Sep 7 10:53:30 2013 (r326624) @@ -13,7 +13,7 @@ COMMENT= Simplified pure Perl parser for LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.14.0+ configure +USE_PERL5= 5.14+ configure USES= perl5 MAN3= XML::Parsepp.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:54:27 2013 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 ESMTP id ADBECD56; Sat, 7 Sep 2013 10:54:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A05329BE; Sat, 7 Sep 2013 10:54:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AsRdD097403; Sat, 7 Sep 2013 10:54:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AsRme097402; Sat, 7 Sep 2013 10:54:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071054.r87AsRme097402@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326625 - head/devel/p5-Function-Parameters 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.14 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, 07 Sep 2013 10:54:27 -0000 Author: sunpoet Date: Sat Sep 7 10:54:27 2013 New Revision: 326625 URL: http://svnweb.freebsd.org/changeset/ports/326625 Log: - Use 5.14+ instead of 5.14.0+ Suggested by: az (via IRC) Modified: head/devel/p5-Function-Parameters/Makefile Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Sat Sep 7 10:53:30 2013 (r326624) +++ head/devel/p5-Function-Parameters/Makefile Sat Sep 7 10:54:27 2013 (r326625) @@ -21,7 +21,7 @@ TEST_DEPENDS= p5-Dir-Self>=0:${PORTSDIR} p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -USE_PERL5= 5.14.0+ configure +USE_PERL5= 5.14+ configure USES= perl5 MAN3= Function::Parameters.3 \ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:57:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 460A3E48; Sat, 7 Sep 2013 10:57:53 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1837829CC; Sat, 7 Sep 2013 10:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AvqpO098743; Sat, 7 Sep 2013 10:57:52 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Avnwc098710; Sat, 7 Sep 2013 10:57:49 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071057.r87Avnwc098710@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 10:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326626 - in head/devel: libglade p5-Calendar-Simple p5-Class-MethodMapper p5-Data-Table p5-Data-Util p5-DateTime-Format-RFC3339 p5-Devel-NYTProf p5-Devel-REPL p5-Devel-TraceUse p5-Eval... 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.14 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, 07 Sep 2013 10:57:53 -0000 Author: az Date: Sat Sep 7 10:57:48 2013 New Revision: 326626 URL: http://svnweb.freebsd.org/changeset/ports/326626 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/libglade/Makefile (contents, props changed) head/devel/p5-Calendar-Simple/Makefile (contents, props changed) head/devel/p5-Class-MethodMapper/Makefile (contents, props changed) head/devel/p5-Data-Table/Makefile (contents, props changed) head/devel/p5-Data-Util/Makefile (contents, props changed) head/devel/p5-DateTime-Format-RFC3339/Makefile (contents, props changed) head/devel/p5-Devel-NYTProf/Makefile head/devel/p5-Devel-REPL/Makefile (contents, props changed) head/devel/p5-Devel-TraceUse/Makefile (contents, props changed) head/devel/p5-Eval-WithLexicals/Makefile (contents, props changed) head/devel/p5-File-FcntlLock/Makefile head/devel/p5-FindBin-libs/Makefile (contents, props changed) head/devel/p5-Log-Simple/Makefile (contents, props changed) head/devel/p5-Object-Container/Makefile (contents, props changed) head/devel/p5-Parse-PerlConfig/Makefile (contents, props changed) head/devel/p5-Test-Fixture-DBIC-Schema/Makefile (contents, props changed) head/devel/p5-Test-HTML-Tidy/Makefile (contents, props changed) head/devel/p5-Test-Mini-Unit/Makefile (contents, props changed) head/devel/p5-orz/Makefile (contents, props changed) Modified: head/devel/libglade/Makefile ============================================================================== --- head/devel/libglade/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/libglade/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libglade -# Date created: 18 August 1999 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ -# PORTNAME= libglade PORTVERSION= 0.17 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME glade library -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb USE_LDCONFIG= yes Modified: head/devel/p5-Calendar-Simple/Makefile ============================================================================== --- head/devel/p5-Calendar-Simple/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Calendar-Simple/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Calendar::Simple -# Date created: 29 Oct 2003 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Calendar-Simple PORTVERSION= 1.21 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to create simple calendars -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Calendar::Simple.3 Modified: head/devel/p5-Class-MethodMapper/Makefile ============================================================================== --- head/devel/p5-Class-MethodMapper/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Class-MethodMapper/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Class-MethodMapper -# Date created: 30 Oct 2003 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Class-MethodMapper PORTVERSION= 1.0 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for abstract Class wrapper for AutoLoader -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::MethodMapper.3 Modified: head/devel/p5-Data-Table/Makefile ============================================================================== --- head/devel/p5-Data-Table/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Data-Table/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Table -# Date created: 10 November 2004 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Data-Table PORTVERSION= 1.68 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Data type related to database tables, HTML table displays, etc -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Table.3 Modified: head/devel/p5-Data-Util/Makefile ============================================================================== --- head/devel/p5-Data-Util/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Data-Util/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -17,7 +17,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Util.3 \ Data::Util::Curry.3 \ Modified: head/devel/p5-DateTime-Format-RFC3339/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-RFC3339/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-DateTime-Format-RFC3339/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# Ports collection makefile for: p5-DateTime-Format-RFC3339 -# Date created: Fri Aug 21, 2009 -# Whom: Dan Rench -# +# Created by: Dan Rench # $FreeBSD$ -# PORTNAME= DateTime-Format-RFC3339 PORTVERSION= 1.0.5 @@ -18,7 +14,8 @@ COMMENT= Parse and format RFC3339 times BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Format::RFC3339.3 Modified: head/devel/p5-Devel-NYTProf/Makefile ============================================================================== --- head/devel/p5-Devel-NYTProf/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Devel-NYTProf/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -16,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= nytprofhtml.1 \ nytprofcsv.1 \ Modified: head/devel/p5-Devel-REPL/Makefile ============================================================================== --- head/devel/p5-Devel-REPL/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Devel-REPL/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Devel-REPL -# Date created: 2009-08-31 -# Whom: Ashish SHUKLA -# +# Created by: Ashish SHUKLA # $FreeBSD$ -# PORTNAME= Devel-REPL PORTVERSION= 1.003014 @@ -33,7 +29,8 @@ BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR p5-Sys-SigAction>0:${PORTSDIR}/devel/p5-Sys-SigAction RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::REPL.3 \ Devel::REPL::Overview.3 \ Modified: head/devel/p5-Devel-TraceUse/Makefile ============================================================================== --- head/devel/p5-Devel-TraceUse/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Devel-TraceUse/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -13,7 +13,8 @@ COMMENT= This module shows the modules y LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Devel::TraceUse.3 Modified: head/devel/p5-Eval-WithLexicals/Makefile ============================================================================== --- head/devel/p5-Eval-WithLexicals/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Eval-WithLexicals/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Eval::WithLexicals.3 \ Eval::WithLexicals::WithHintPersistence.3 Modified: head/devel/p5-File-FcntlLock/Makefile ============================================================================== --- head/devel/p5-File-FcntlLock/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-File-FcntlLock/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= File-FcntlLock PORTVERSION= 0.14 @@ -10,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Perl5 module for file locking with fcntl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::FcntlLock.3 Modified: head/devel/p5-FindBin-libs/Makefile ============================================================================== --- head/devel/p5-FindBin-libs/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-FindBin-libs/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/00 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to locate and use lib directories -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FindBin::libs.3 Modified: head/devel/p5-Log-Simple/Makefile ============================================================================== --- head/devel/p5-Log-Simple/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Log-Simple/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Simple -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Log-Simple PORTVERSION= 1.8 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Basic runtime logger -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Simple.3 Modified: head/devel/p5-Object-Container/Makefile ============================================================================== --- head/devel/p5-Object-Container/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Object-Container/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Object-Container -# Date created: 2012-04-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Object-Container PORTVERSION= 0.14 @@ -16,7 +12,8 @@ COMMENT= Simple object container RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Object::Container.3 \ Object::Container::ja.3 Modified: head/devel/p5-Parse-PerlConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PerlConfig/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Parse-PerlConfig/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Shape -# Date created: June 25th 2003 -# Whom: Leif Pedersen -# +# Created by: Leif Pedersen # $FreeBSD$ -# PORTNAME= Parse-PerlConfig PORTVERSION= 0.05 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pedersen@meridian-enviro.com COMMENT= Perl5 module to use perl scripts as config files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::PerlConfig.3 Modified: head/devel/p5-Test-Fixture-DBIC-Schema/Makefile ============================================================================== --- head/devel/p5-Test-Fixture-DBIC-Schema/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Test-Fixture-DBIC-Schema/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Fixture::DBIC::Schema.3 Modified: head/devel/p5-Test-HTML-Tidy/Makefile ============================================================================== --- head/devel/p5-Test-HTML-Tidy/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Test-HTML-Tidy/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-HTML-Tidy -# Date created: Sep 13 2006 -# Whom: rafan@FreeBSD.org -# +# Created by: rafan@FreeBSD.org # $FreeBSD$ -# PORTNAME= Test-HTML-Tidy PORTVERSION= 1.00 @@ -17,7 +13,8 @@ COMMENT= Test::More-style wrapper around BUILD_DEPENDS= p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::HTML::Tidy.3 Modified: head/devel/p5-Test-Mini-Unit/Makefile ============================================================================== --- head/devel/p5-Test-Mini-Unit/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-Test-Mini-Unit/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Mini-Unit -# Date created: 2011-01-13 -# Whom: Kurt Lidl -# +# Created by: Kurt Lidl # $FreeBSD$ -# PORTNAME= Test-Mini-Unit PORTVERSION= v1.0.3 @@ -18,7 +14,8 @@ COMMENT= Declarative syntactic sugar for BUILD_DEPENDS= p5-Devel-Declare>=0.6.0:${PORTSDIR}/devel/p5-Devel-Declare \ p5-Test-Mini>=v1.1.3:${PORTSDIR}/devel/p5-Test-Mini -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Mini::README.3 \ Test::Mini::Unit.3 Modified: head/devel/p5-orz/Makefile ============================================================================== --- head/devel/p5-orz/Makefile Sat Sep 7 10:54:27 2013 (r326625) +++ head/devel/p5-orz/Makefile Sat Sep 7 10:57:48 2013 (r326626) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-orz -# Date created: 2006-06-08 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= orz PORTVERSION= 0.13 @@ -18,7 +14,8 @@ COMMENT= A method of annotation as /* */ BUILD_DEPENDS= p5-Module-Compile>=0.21:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= orz.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 11:48:29 2013 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 ESMTP id BEAB8BE7; Sat, 7 Sep 2013 11:48:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 912CA2BF4; Sat, 7 Sep 2013 11:48:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87BmTqn029663; Sat, 7 Sep 2013 11:48:29 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87BmTwC029661; Sat, 7 Sep 2013 11:48:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309071148.r87BmTwC029661@svn.freebsd.org> From: William Grzybowski Date: Sat, 7 Sep 2013 11:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326627 - head/editors/tea 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.14 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, 07 Sep 2013 11:48:29 -0000 Author: wg Date: Sat Sep 7 11:48:28 2013 New Revision: 326627 URL: http://svnweb.freebsd.org/changeset/ports/326627 Log: editors/tea: update to 36.0.3 - Update to 36.0.3 - Convert to new LIB_DEPENDS format - Add DOCS option PR: ports/181903 Submitted by: Danilo Egêa Gondolfo (maintainer) Modified: head/editors/tea/Makefile head/editors/tea/distinfo Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Sat Sep 7 10:57:48 2013 (r326626) +++ head/editors/tea/Makefile Sat Sep 7 11:48:28 2013 (r326627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 36.0.2 +PORTVERSION= 36.0.3 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ @@ -11,6 +11,7 @@ COMMENT= Simple and powerful Qt4-based t LICENSE= GPLv3 +OPTIONS_DEFINE= DOCS OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL @@ -19,6 +20,7 @@ USE_BZIP2= yes USE_QT4= gui moc_build qmake_build rcc_build PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png +PORTDOCS= * DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \ "${PORTNAME}" "" "" @@ -26,14 +28,14 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar .include .if ${PORT_OPTIONS:MASPELL} -LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell QMAKEFLAGS+= USE_ASPELL=true .else QMAKEFLAGS+= USE_ASPELL=false .endif .if ${PORT_OPTIONS:MHUNSPELL} -LIB_DEPENDS+= hunspell:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS+= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell QMAKEFLAGS+= USE_HUNSPELL=true .else QMAKEFLAGS+= USE_HUNSPELL=false @@ -53,5 +55,9 @@ do-install: && ${INSTALL_PROGRAM} tea ${PREFIX}/bin) (cd ${WRKSRC}/icons \ && ${INSTALL_DATA} tea_icon_v2.png ${PREFIX}/share/pixmaps) +.if ${PORT_OPTIONS:MDOCS} + (cd ${WRKSRC}/manuals \ + && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif .include Modified: head/editors/tea/distinfo ============================================================================== --- head/editors/tea/distinfo Sat Sep 7 10:57:48 2013 (r326626) +++ head/editors/tea/distinfo Sat Sep 7 11:48:28 2013 (r326627) @@ -1,2 +1,2 @@ -SHA256 (tea-36.0.2.tar.bz2) = 6541b645451de3f6eefce58b55a302224b925bdbdb9efcfa1491bcf867baad6f -SIZE (tea-36.0.2.tar.bz2) = 315046 +SHA256 (tea-36.0.3.tar.bz2) = 402152bfa3ea155833784c19ca677fb2983c136b7a683a15b78af1d0b63d4658 +SIZE (tea-36.0.3.tar.bz2) = 314850 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 11:49:11 2013 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 ESMTP id E114ED64; Sat, 7 Sep 2013 11:49:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B31012BF9; Sat, 7 Sep 2013 11:49:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87BnBVh030090; Sat, 7 Sep 2013 11:49:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87BnBx2030087; Sat, 7 Sep 2013 11:49:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309071149.r87BnBx2030087@svn.freebsd.org> From: Bryan Drewery Date: Sat, 7 Sep 2013 11:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326628 - head/ports-mgmt/poudriere 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.14 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, 07 Sep 2013 11:49:12 -0000 Author: bdrewery Date: Sat Sep 7 11:49:10 2013 New Revision: 326628 URL: http://svnweb.freebsd.org/changeset/ports/326628 Log: - Update to 3.0.5 Changes: - Fix removing PREFIX in OVERWRITE_BASE ports - Fix race condition in jail cleanup - CHECKED_CHANGED_DEPS is fixed to properly handle dependencies on base libraries with port fallbacks - Disable buildtime tracking by default - testport -i: Fix for when build fails - testport: Add hint about using -n when leftovers are found - Change to using USE_PACKAGE_DEPENDS_ONLY - Fix detection of errors during startup due to missing fdescfs or other kernel modules Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo head/ports-mgmt/poudriere/pkg-descr Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Sat Sep 7 11:48:28 2013 (r326627) +++ head/ports-mgmt/poudriere/Makefile Sat Sep 7 11:49:10 2013 (r326628) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Sat Sep 7 11:48:28 2013 (r326627) +++ head/ports-mgmt/poudriere/distinfo Sat Sep 7 11:49:10 2013 (r326628) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.4.tar.gz?uuid=3.0.4) = d8a5aada853f890a759e8f27b3d95bfd9a931029a980eb9c10e8f11032f0d7c6 -SIZE (poudriere-3.0.4.tar.gz?uuid=3.0.4) = 107789 +SHA256 (poudriere-3.0.5.tar.gz?uuid=3.0.5) = a21498b66f7933824be2938c3a11bf6221ebad15c4be03b521556bd46ead1393 +SIZE (poudriere-3.0.5.tar.gz?uuid=3.0.5) = 108489 Modified: head/ports-mgmt/poudriere/pkg-descr ============================================================================== --- head/ports-mgmt/poudriere/pkg-descr Sat Sep 7 11:48:28 2013 (r326627) +++ head/ports-mgmt/poudriere/pkg-descr Sat Sep 7 11:49:10 2013 (r326628) @@ -2,4 +2,4 @@ poudriere is a tool primarily designed t FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. -WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.4/doc/index.wiki +WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.5/doc/index.wiki From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 11:50:47 2013 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 ESMTP id D3C61F17; Sat, 7 Sep 2013 11:50:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1E5D2C0F; Sat, 7 Sep 2013 11:50:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87BolaO032725; Sat, 7 Sep 2013 11:50:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87BolWR032722; Sat, 7 Sep 2013 11:50:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309071150.r87BolWR032722@svn.freebsd.org> From: William Grzybowski Date: Sat, 7 Sep 2013 11:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326629 - head/databases/pymongo 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.14 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, 07 Sep 2013 11:50:47 -0000 Author: wg Date: Sat Sep 7 11:50:47 2013 New Revision: 326629 URL: http://svnweb.freebsd.org/changeset/ports/326629 Log: databases/pymongo: update to 2.6.2 - Update to 2.6.2 Changes: http://api.mongodb.org/python/current/changelog.html Modified: head/databases/pymongo/Makefile head/databases/pymongo/distinfo Modified: head/databases/pymongo/Makefile ============================================================================== --- head/databases/pymongo/Makefile Sat Sep 7 11:49:10 2013 (r326628) +++ head/databases/pymongo/Makefile Sat Sep 7 11:50:47 2013 (r326629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP Modified: head/databases/pymongo/distinfo ============================================================================== --- head/databases/pymongo/distinfo Sat Sep 7 11:49:10 2013 (r326628) +++ head/databases/pymongo/distinfo Sat Sep 7 11:50:47 2013 (r326629) @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.6.1.tar.gz) = 1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c -SIZE (pymongo-2.6.1.tar.gz) = 322608 +SHA256 (pymongo-2.6.2.tar.gz) = 091d584f7b5d8de60bf6152d9269ec9a29ae7fa34415862b2f092af393233c4e +SIZE (pymongo-2.6.2.tar.gz) = 322913 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 11:58:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A87ABB; Sat, 7 Sep 2013 11:58:03 +0000 (UTC) (envelope-from lev@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3860B2C4F; Sat, 7 Sep 2013 11:58:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Bw3SY035528; Sat, 7 Sep 2013 11:58:03 GMT (envelope-from lev@svn.freebsd.org) Received: (from lev@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Bw2dG035524; Sat, 7 Sep 2013 11:58:02 GMT (envelope-from lev@svn.freebsd.org) Message-Id: <201309071158.r87Bw2dG035524@svn.freebsd.org> From: "Lev A. Serebryakov" Date: Sat, 7 Sep 2013 11:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326630 - head/sysutils/graid5 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.14 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, 07 Sep 2013 11:58:03 -0000 Author: lev Date: Sat Sep 7 11:58:02 2013 New Revision: 326630 URL: http://svnweb.freebsd.org/changeset/ports/326630 Log: Fix building with clang on -CURRENT: make WARNS=2 for geom class libary, as in base sources. Modified: head/sysutils/graid5/Makefile head/sysutils/graid5/distinfo Modified: head/sysutils/graid5/Makefile ============================================================================== --- head/sysutils/graid5/Makefile Sat Sep 7 11:50:47 2013 (r326629) +++ head/sysutils/graid5/Makefile Sat Sep 7 11:58:02 2013 (r326630) @@ -19,7 +19,7 @@ USE_BZIP2= yes NO_PACKAGE= should be recompiled for a particular FreeBSD kernel MAINVERSION=1.1 -VERSIONDATE=20110927.40 +VERSIONDATE=20130907.44 KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} Modified: head/sysutils/graid5/distinfo ============================================================================== --- head/sysutils/graid5/distinfo Sat Sep 7 11:50:47 2013 (r326629) +++ head/sysutils/graid5/distinfo Sat Sep 7 11:58:02 2013 (r326630) @@ -1,2 +1,2 @@ -SHA256 (graid5-1.1.20110927.40.tar.bz2) = eb7e385487995c47e840a668c7ced530fa14febc00cd7c498fbecdb60a9d9db8 -SIZE (graid5-1.1.20110927.40.tar.bz2) = 27986 +SHA256 (graid5-1.1.20130907.44.tar.bz2) = 5098157621cb9171b5478f491f14e53ef7ac41f21152bcb0f5e0a912d559df19 +SIZE (graid5-1.1.20130907.44.tar.bz2) = 27942 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 12:07:50 2013 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 ESMTP id 50F08430; Sat, 7 Sep 2013 12:07:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB0E2CE9; Sat, 7 Sep 2013 12:07:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87C7nab042065; Sat, 7 Sep 2013 12:07:49 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87C7nT1042064; Sat, 7 Sep 2013 12:07:49 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309071207.r87C7nT1042064@svn.freebsd.org> From: Ryan Steinmetz Date: Sat, 7 Sep 2013 12:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326631 - head/net-mgmt/pmacct 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.14 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, 07 Sep 2013 12:07:50 -0000 Author: zi Date: Sat Sep 7 12:07:49 2013 New Revision: 326631 URL: http://svnweb.freebsd.org/changeset/ports/326631 Log: - Add OPTIONS for MongoDB and GeoIP support Requested by: softded@gmail.com Modified: head/net-mgmt/pmacct/Makefile Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Sat Sep 7 11:58:02 2013 (r326630) +++ head/net-mgmt/pmacct/Makefile Sat Sep 7 12:07:49 2013 (r326631) @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" -OPTIONS_DEFINE= MYSQL PGSQL SQLITE THREADS MMAP LAYER2 IPV6 SHARED DEBUG +OPTIONS_DEFINE= MYSQL PGSQL SQLITE THREADS MMAP LAYER2 IPV6 SHARED DEBUG \ + MONGO GEOIP OPTIONS_DEFAULT=MMAP LAYER2 IPV6 SHARED SQLITE_DESC= Enable SQLite support @@ -92,6 +93,20 @@ CONFIGURE_ARGS+=--disable-so CONFIGURE_ARGS+=--enable-debug .endif +.if ${PORT_OPTIONS:MMONGO} +LIB_DEPENDS+= libmongoc.so:${PORTSDIR}/devel/mongo-c-driver +CONFIGURE_ARGS+=--enable-mongodb \ + --with-mongodb-libs=${LOCALBASE}/lib \ + --with-mongodb-includes=${LOCALBASE}/include +.endif + +.if ${PORT_OPTIONS:MGEOIP} +LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +CONFIGURE_ARGS+=--enable-geoip \ + --with-geoip-libs=${LOCALBASE}/lib \ + --with-geoip-includes=${LOCALBASE}/include +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 12:08:40 2013 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 ESMTP id F21DF51A; Sat, 7 Sep 2013 12:08:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E02BE2CF5; Sat, 7 Sep 2013 12:08:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87C8do9042344; Sat, 7 Sep 2013 12:08:39 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87C8dDr042343; Sat, 7 Sep 2013 12:08:39 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309071208.r87C8dDr042343@svn.freebsd.org> From: Ryan Steinmetz Date: Sat, 7 Sep 2013 12:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326632 - head/Mk 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.14 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, 07 Sep 2013 12:08:40 -0000 Author: zi Date: Sat Sep 7 12:08:39 2013 New Revision: 326632 URL: http://svnweb.freebsd.org/changeset/ports/326632 Log: - Add shared MONGO description Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Sat Sep 7 12:07:49 2013 (r326631) +++ head/Mk/bsd.options.desc.mk Sat Sep 7 12:08:39 2013 (r326632) @@ -296,6 +296,7 @@ MMS_DESC?= MMS streaming support MMX_DESC?= Use MMX optimized routines MODPERL_DESC?= mod_perl support MODPLUG_DESC?= ModPlug decoder support +MONGO_DESC?= MongoDB support MONO_DESC?= Mono bindings or support MOTIF_DESC?= Motif widget library support MOUSE_DESC?= Mouse support From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 12:20:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1EE3A7F; Sat, 7 Sep 2013 12:20:55 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FEEB2DA6; Sat, 7 Sep 2013 12:20:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87CKtlY050254; Sat, 7 Sep 2013 12:20:55 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87CKsWh050251; Sat, 7 Sep 2013 12:20:54 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309071220.r87CKsWh050251@svn.freebsd.org> From: Lars Thegler Date: Sat, 7 Sep 2013 12:20:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326633 - head/textproc/p5-XML-SemanticDiff 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.14 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, 07 Sep 2013 12:20:55 -0000 Author: lth Date: Sat Sep 7 12:20:54 2013 New Revision: 326633 URL: http://svnweb.freebsd.org/changeset/ports/326633 Log: - Update to 1.0002 - Trim Makefile header Modified: head/textproc/p5-XML-SemanticDiff/Makefile head/textproc/p5-XML-SemanticDiff/distinfo head/textproc/p5-XML-SemanticDiff/pkg-plist Modified: head/textproc/p5-XML-SemanticDiff/Makefile ============================================================================== --- head/textproc/p5-XML-SemanticDiff/Makefile Sat Sep 7 12:08:39 2013 (r326632) +++ head/textproc/p5-XML-SemanticDiff/Makefile Sat Sep 7 12:20:54 2013 (r326633) @@ -1,13 +1,7 @@ -# New ports collection makefile for: textproc/p5-XML-SemanticDiff -# Date created: 04 November 2005 -# Whom: Lars Thegler -# # $FreeBSD$ -# PORTNAME= XML-SemanticDiff -PORTVERSION= 1.0000 -PORTREVISION= 1 +PORTVERSION= 1.0002 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +13,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild MAN3= XML::SemanticDiff.3 \ XML::SemanticDiff::BasicHandler.3 Modified: head/textproc/p5-XML-SemanticDiff/distinfo ============================================================================== --- head/textproc/p5-XML-SemanticDiff/distinfo Sat Sep 7 12:08:39 2013 (r326632) +++ head/textproc/p5-XML-SemanticDiff/distinfo Sat Sep 7 12:20:54 2013 (r326633) @@ -1,2 +1,2 @@ -SHA256 (XML-SemanticDiff-1.0000.tar.gz) = 539ab9e1ee13d3fb68a60d9bfc89ea9474c2bdc58f5c341381cdee3d06a93f17 -SIZE (XML-SemanticDiff-1.0000.tar.gz) = 25148 +SHA256 (XML-SemanticDiff-1.0002.tar.gz) = 244d0847ec07fc90fe79f43395c1d92e7bd072842f824adcd66039b3287cce6e +SIZE (XML-SemanticDiff-1.0002.tar.gz) = 25580 Modified: head/textproc/p5-XML-SemanticDiff/pkg-plist ============================================================================== --- head/textproc/p5-XML-SemanticDiff/pkg-plist Sat Sep 7 12:08:39 2013 (r326632) +++ head/textproc/p5-XML-SemanticDiff/pkg-plist Sat Sep 7 12:20:54 2013 (r326633) @@ -1,7 +1,4 @@ %%SITE_PERL%%/XML/SemanticDiff.pm %%SITE_PERL%%/XML/SemanticDiff/BasicHandler.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SemanticDiff/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SemanticDiff -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML -@dirrm %%SITE_PERL%%/XML/SemanticDiff +@dirrmtry %%SITE_PERL%%/XML/SemanticDiff @dirrmtry %%SITE_PERL%%/XML From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 13:05:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A884D403; Sat, 7 Sep 2013 13:05:49 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A57232F8D; Sat, 7 Sep 2013 13:05:48 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id f12so3790856wgh.26 for ; Sat, 07 Sep 2013 06:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KEuWyoF0QDwrgFFvNnzwqqqVeJVMF2+5IK9V0YUvOIs=; b=iwDrgBJdHgLkMltBp8mipMNWX2luXt0zQaO3wfdRukdEimZSyG1oMzK7L9amh1NAYb JES4/9Zs4DqGZLLMvjI4CzmegIXdPuVov2O/BKpAyYBHy36S02N2OY9mR0uMiJoSqERZ uwCnx6wiU1eBV9Aw9cfq3T7z4PEDCZAgqpxWaRd+mCUY0ie5JBE2ihF70/SWYcrXNqGh l58b276I4TFHIrJ1BqiF78g/cU+qOSUqsggkYfrxDCwehOGHMDlZhAosMtRjgTHTshtO VIz2vE0wMJA49kDAUF7xInbg9/FVMbLZAj8LoA78//GiF32cPCbSK6rZBmIKsuj7Capg PYUQ== X-Received: by 10.180.208.49 with SMTP id mb17mr2118151wic.64.1378559147060; Sat, 07 Sep 2013 06:05:47 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id w19sm3560738wia.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 07 Sep 2013 06:05:46 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 7 Sep 2013 15:05:45 +0200 From: Baptiste Daroussin To: David Chisnall Subject: Re: svn commit: r326441 - head/lang/gcc46/files Message-ID: <20130907130544.GH77141@ithaqua.etoilebsd.net> References: <201309052008.r85K8S8j073628@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8sldprk+5E/pDEv" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Gerald Pfeifer , ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 13:05:49 -0000 --a8sldprk+5E/pDEv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 07, 2013 at 08:30:30AM +0100, David Chisnall wrote: > In theory, this is no longer needed on head. I fixed our iconv.h yesterd= ay not to include stdbool.h. =20 >=20 > David I confirm that, but Gerald and I decided to keep the patch for a moment for people running a head version without your fix yet. regards, Bapt --a8sldprk+5E/pDEv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIrJKgACgkQ8kTtMUmk6Ey4zACdH0Lqvr/yVU1PoZFbRxcyUt7O 67sAoJOl3N6Lm1rVzvmtWuRj6XI2bwYX =CaRq -----END PGP SIGNATURE----- --a8sldprk+5E/pDEv-- From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 13:19:42 2013 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 ESMTP id EEDC070B; Sat, 7 Sep 2013 13:19:42 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA73B2088; Sat, 7 Sep 2013 13:19:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87DJg5L085868; Sat, 7 Sep 2013 13:19:42 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87DJgj1085866; Sat, 7 Sep 2013 13:19:42 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201309071319.r87DJgj1085866@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 7 Sep 2013 13:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326634 - head/security/p5-CryptX 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.14 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, 07 Sep 2013 13:19:43 -0000 Author: vanilla Date: Sat Sep 7 13:19:42 2013 New Revision: 326634 URL: http://svnweb.freebsd.org/changeset/ports/326634 Log: Upgrade to 0.13. Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Sat Sep 7 12:20:54 2013 (r326633) +++ head/security/p5-CryptX/Makefile Sat Sep 7 13:19:42 2013 (r326634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.012 +PORTVERSION= 0.013 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Crypt Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Sat Sep 7 12:20:54 2013 (r326633) +++ head/security/p5-CryptX/distinfo Sat Sep 7 13:19:42 2013 (r326634) @@ -1,2 +1,2 @@ -SHA256 (CryptX-0.012.tar.gz) = a3cff52cc57a28453b2997600bee040b9504446c9f9484a3009e860c85c6de2f -SIZE (CryptX-0.012.tar.gz) = 1002487 +SHA256 (CryptX-0.013.tar.gz) = 9522d438326df0883eb37530fab6d2a4e39efc2d6a3bba447f460608141b1162 +SIZE (CryptX-0.013.tar.gz) = 1003136 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 13:31:39 2013 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 ESMTP id 4CF6DA87; Sat, 7 Sep 2013 13:31:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ABFE2168; Sat, 7 Sep 2013 13:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87DVddg094895; Sat, 7 Sep 2013 13:31:39 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87DVcmD094893; Sat, 7 Sep 2013 13:31:38 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309071331.r87DVcmD094893@svn.freebsd.org> From: Thierry Thomas Date: Sat, 7 Sep 2013 13:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326635 - head/net/liveMedia 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.14 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, 07 Sep 2013 13:31:39 -0000 Author: thierry Date: Sat Sep 7 13:31:38 2013 New Revision: 326635 URL: http://svnweb.freebsd.org/changeset/ports/326635 Log: - Upgrade to 2013.08.31 Changelog at - Change the license to LGPL21 - Add a mirror to SF. PR: ports/181907 Submitted by: maintainer Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo (contents, props changed) Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sat Sep 7 13:19:42 2013 (r326634) +++ head/net/liveMedia/Makefile Sat Sep 7 13:31:38 2013 (r326635) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2013.08.16 +PORTVERSION= 2013.08.31 PORTEPOCH= 2 CATEGORIES= net devel -MASTER_SITES= http://www.live555.com/liveMedia/public/ \ - LOCAL/bdrewery/${PORTNAME}/ +MASTER_SITES= SF/fbsdports/distfiles/ \ + http://www.live555.com/liveMedia/public/ DISTNAME= live.${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= LIVE.COM Streaming Media -LICENSE= GPLv2 +LICENSE= LGPL21 NO_CDROM= 'dated material' Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Sat Sep 7 13:19:42 2013 (r326634) +++ head/net/liveMedia/distinfo Sat Sep 7 13:31:38 2013 (r326635) @@ -1,2 +1,2 @@ -SHA256 (live.2013.08.16.tar.gz) = cb0f2f553629606e0fb9b479883fe7cd87308d9bd3e3f8e846c906711c64aa89 -SIZE (live.2013.08.16.tar.gz) = 577715 +SHA256 (live.2013.08.31.tar.gz) = 138423301513c0cc9c6747b4e4e47fdfe21728cf579ffd2aa32fd6399152977c +SIZE (live.2013.08.31.tar.gz) = 576582 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:08:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 344545DA; Sat, 7 Sep 2013 14:08:04 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05ADE23C9; Sat, 7 Sep 2013 14:08:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87E83lN019342; Sat, 7 Sep 2013 14:08:03 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87E808Q019298; Sat, 7 Sep 2013 14:08:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071408.r87E808Q019298@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 14:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326636 - in head/devel: cvs2darcs libklel p5-AnyEvent-Gearman p5-AnyEvent-Subprocess p5-Config-Options p5-Data-Hexify p5-Data-Rand-Obscure p5-DateTime-Calendar-Discordian p5-DateTime-F... 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.14 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, 07 Sep 2013 14:08:04 -0000 Author: az Date: Sat Sep 7 14:07:59 2013 New Revision: 326636 URL: http://svnweb.freebsd.org/changeset/ports/326636 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvs2darcs/Makefile (contents, props changed) head/devel/libklel/Makefile (contents, props changed) head/devel/p5-AnyEvent-Gearman/Makefile head/devel/p5-AnyEvent-Subprocess/Makefile (contents, props changed) head/devel/p5-Config-Options/Makefile (contents, props changed) head/devel/p5-Data-Hexify/Makefile (contents, props changed) head/devel/p5-Data-Rand-Obscure/Makefile head/devel/p5-DateTime-Calendar-Discordian/Makefile (contents, props changed) head/devel/p5-DateTime-Format-W3CDTF/Makefile (contents, props changed) head/devel/p5-List-UtilsBy/Makefile (contents, props changed) head/devel/p5-MooseX-Object-Pluggable/Makefile (contents, props changed) head/devel/p5-Multiplex-CMD/Makefile head/devel/p5-PatchReader/Makefile (contents, props changed) head/devel/p5-Shell-EnvImporter/Makefile (contents, props changed) head/devel/p5-Test-Synopsis/Makefile (contents, props changed) head/devel/p5-ToolSet/Makefile (contents, props changed) head/devel/p5-YAML-AppConfig/Makefile (contents, props changed) head/devel/p5-constant-def/Makefile (contents, props changed) head/devel/p5-ex-lib/Makefile (contents, props changed) Modified: head/devel/cvs2darcs/Makefile ============================================================================== --- head/devel/cvs2darcs/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/cvs2darcs/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -19,7 +19,7 @@ BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= cvs2darcs.1 PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \ Modified: head/devel/libklel/Makefile ============================================================================== --- head/devel/libklel/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/libklel/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -11,7 +11,8 @@ COMMENT= KoreLogic Expression Language l LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} Modified: head/devel/p5-AnyEvent-Gearman/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Object-Container>=0:${PORTSDIR}/devel/p5-Object-Container \ p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Gearman.3 \ AnyEvent::Gearman::Client.3 \ Modified: head/devel/p5-AnyEvent-Subprocess/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-Subprocess -# Date created: 24 Mar 2010 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= AnyEvent-Subprocess PORTVERSION= 1.102912 @@ -37,7 +33,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Subprocess.3 \ AnyEvent::Subprocess::DefaultDelegates.3 \ Modified: head/devel/p5-Config-Options/Makefile ============================================================================== --- head/devel/p5-Config-Options/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Config-Options/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Config-Options -# Date created: September 15 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ PORTNAME= Config-Options @@ -13,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Provide a configuration hash with options -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::Options.3 \ Config::Options::Threaded.3 Modified: head/devel/p5-Data-Hexify/Makefile ============================================================================== --- head/devel/p5-Data-Hexify/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Data-Hexify/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Hexify -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani -# +# Created by: Nobutaka Mantani # $FreeBSD$ -# PORTNAME= Data-Hexify PORTVERSION= 1.00 @@ -17,7 +13,8 @@ COMMENT= A Perl extension for hexdumping LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Hexify.3 Modified: head/devel/p5-Data-Rand-Obscure/Makefile ============================================================================== --- head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= Data-Rand-Obscure PORTVERSION= 0.021 @@ -18,7 +17,8 @@ BUILD_DEPENDS= p5-Carp-Clan>=6.04:${PORT RUN_DEPENDS= p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \ p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Rand::Obscure.3 \ Data::Rand::Obscure::Generator.3 Modified: head/devel/p5-DateTime-Calendar-Discordian/Makefile ============================================================================== --- head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Calendar-Discordian -# Date created: 04 August 2006 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= DateTime-Calendar-Discordian PORTVERSION= 1.0 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Calendar::Discordian.3 Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Format-W3CDTF -# Date created: 7 july 2003 -# Whom: Mathieu Arnold -# +# Created by: Mathieu Arnold # $FreeBSD$ -# PORTNAME= DateTime-Format-W3CDTF PORTVERSION= 0.06 @@ -17,7 +13,8 @@ COMMENT= Parse and format W3CDTF datetim RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Format::W3CDTF.3 Modified: head/devel/p5-List-UtilsBy/Makefile ============================================================================== --- head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,4 @@ -# New ports collection makefile for: List::UtilsBy -# Date created: 25 Feb 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= List-UtilsBy PORTVERSION= 0.09 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for higher-order list utility functions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= List::UtilsBy.3 Modified: head/devel/p5-MooseX-Object-Pluggable/Makefile ============================================================================== --- head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MooseX-Object-Pluggable -# Date created: 2009-08-31 -# Whom: Ashish SHUKLA -# +# Created by: Ashish SHUKLA # $FreeBSD$ -# PORTNAME= MooseX-Object-Pluggable PORTVERSION= 0.0011 @@ -18,7 +14,8 @@ COMMENT= Make your classes pluggable BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Object::Pluggable.3 Modified: head/devel/p5-Multiplex-CMD/Makefile ============================================================================== --- head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Multiplex-CMD -# Date created: 21 March 2011 -# Whom: Andrey Ignatov -# +# Created by: Andrey Ignatov # $FreeBSD$ -# PORTNAME= Multiplex-CMD PORTVERSION= 0.03 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= rdna@rdna.ru COMMENT= Perl5 module which provides Multiplexed Fork Client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Multiplex::CMD.3 Modified: head/devel/p5-PatchReader/Makefile ============================================================================== --- head/devel/p5-PatchReader/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-PatchReader/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PatchReader -# Date created: 2004-02-11 -# Whom: Toni Viemerö -# +# Created by: Toni Viemerö # $FreeBSD$ -# PORTNAME= PatchReader PORTVERSION= 0.9.6 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Perl module with utilities to read and manipulate patches and CVS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PatchReader.3 Modified: head/devel/p5-Shell-EnvImporter/Makefile ============================================================================== --- head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Shell-EnvImporter -# Date created: 25 Aug 2006 -# Whom: Martin Jackson (mhjacks@swbell.net) -# +# Created by: Martin Jackson (mhjacks@swbell.net) # $FreeBSD$ -# PORTNAME= Shell-EnvImporter PORTVERSION= 1.07 @@ -16,7 +12,8 @@ COMMENT= Inherit different shell environ RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3 Modified: head/devel/p5-Test-Synopsis/Makefile ============================================================================== --- head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Synopsis -# Date created: 2010-01-17 -# Whom: Takuya Tsuchida -# +# Created by: Takuya Tsuchida # $FreeBSD$ -# PORTNAME= Test-Synopsis PORTVERSION= 0.06 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Filter>=1.35:${PORTSDI RUN_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \ p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Test::Synopsis.3 .include Modified: head/devel/p5-ToolSet/Makefile ============================================================================== --- head/devel/p5-ToolSet/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-ToolSet/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ToolSet -# Date created: 2009-05-04 -# Whom: Vladimir Perepelitsa -# +# Created by: Vladimir Perepelitsa # $FreeBSD$ -# PORTNAME= ToolSet PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mons@cpan.org COMMENT= Load your commonly-used modules in a single import -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ToolSet.3 \ ToolSet::SWC.3 Modified: head/devel/p5-YAML-AppConfig/Makefile ============================================================================== --- head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,4 @@ -# New ports collection makefile for: YAML::AppConfig -# Date created: 26 Aug 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= YAML-AppConfig PORTVERSION= 0.16 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= YAML::AppConfig.3 Modified: head/devel/p5-constant-def/Makefile ============================================================================== --- head/devel/p5-constant-def/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-constant-def/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-constant-def -# Date created: 2009-07-21 -# Whom: Mons Anderson -# +# Created by: Mons Anderson # $FreeBSD$ -# PORTNAME= constant-def PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= Declare only undeclared constan BUILD_DEPENDS= p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= constant::def.3 constant::abs.3 Modified: head/devel/p5-ex-lib/Makefile ============================================================================== --- head/devel/p5-ex-lib/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-ex-lib/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ex-lib -# Date created: 2009-01-23 -# Whom: Mons Anderson -# +# Created by: Mons Anderson # $FreeBSD$ -# PORTNAME= ex-lib PORTVERSION= 0.90 @@ -16,7 +12,8 @@ COMMENT= Relative use lib in absolute wa RUN_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ex::lib.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:08:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 729B65DD; Sat, 7 Sep 2013 14:08:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6006E23CB; Sat, 7 Sep 2013 14:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87E8ApE019463; Sat, 7 Sep 2013 14:08:10 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87E8Aj5019462; Sat, 7 Sep 2013 14:08:10 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309071408.r87E8Aj5019462@svn.freebsd.org> From: Guido Falsi Date: Sat, 7 Sep 2013 14:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326637 - head/multimedia/mlt 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.14 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, 07 Sep 2013 14:08:10 -0000 Author: madpilot Date: Sat Sep 7 14:08:09 2013 New Revision: 326637 URL: http://svnweb.freebsd.org/changeset/ports/326637 Log: Fix build on head after iconv change. Reported by: Oliver Hartmann Approved by: portmgr (bapt, implicit) Modified: head/multimedia/mlt/Makefile Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Sat Sep 7 14:07:59 2013 (r326636) +++ head/multimedia/mlt/Makefile Sat Sep 7 14:08:09 2013 (r326637) @@ -21,10 +21,9 @@ CONFLICTS_INSTALL= freeze-[0-9]* USE_GNOME= libxml2 USE_SDL= image -USES= pathfix pkgconfig +USES= gmake iconv pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gpl --enable-gpl3 -USE_GMAKE= yes USE_LDCONFIG= yes .ifndef(WITH_DEBUG) @@ -183,6 +182,7 @@ pre-configure: ${WRKSRC}/src/modules/jackrack/plugin_mgr.c \ ${WRKSRC}/src/modules/linsys/Makefile @${REINPLACE_CMD} -e 's,-lpthread,-pthread,' \ + -e 's,-liconv,${ICONV_LIB},' \ ${WRKSRC}/src/framework/Makefile \ ${WRKSRC}/src/melt/Makefile \ ${WRKSRC}/src/modules/*/Makefile From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:09:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB25B7AA; Sat, 7 Sep 2013 14:09:39 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A778E23DC; Sat, 7 Sep 2013 14:09:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87E9d74020210; Sat, 7 Sep 2013 14:09:39 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87E9cYO020194; Sat, 7 Sep 2013 14:09:38 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309071409.r87E9cYO020194@svn.freebsd.org> From: William Grzybowski Date: Sat, 7 Sep 2013 14:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326638 - in head/www: . py-django-tables2 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.14 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, 07 Sep 2013 14:09:39 -0000 Author: wg Date: Sat Sep 7 14:09:38 2013 New Revision: 326638 URL: http://svnweb.freebsd.org/changeset/ports/326638 Log: www/django-tables2: Table/data-grid framework for Django django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting, does for HTML tables what django.forms does for HTML forms. WWW: https://github.com/bradleyayers/django-tables2/ PR: ports/181899 Submitted by: Kozlov Sergey (maintainer) Added: head/www/py-django-tables2/ head/www/py-django-tables2/Makefile (contents, props changed) head/www/py-django-tables2/distinfo (contents, props changed) head/www/py-django-tables2/pkg-descr (contents, props changed) head/www/py-django-tables2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 7 14:08:09 2013 (r326637) +++ head/www/Makefile Sat Sep 7 14:09:38 2013 (r326638) @@ -1514,6 +1514,7 @@ SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-storages + SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-tastypie SUBDIR += py-django-threaded-multihost Added: head/www/py-django-tables2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-tables2/Makefile Sat Sep 7 14:09:38 2013 (r326638) @@ -0,0 +1,25 @@ +# Created by: Kozlov Sergey +# $FreeBSD$ + +PORTNAME= django-tables2 +PORTVERSION= 0.14.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kozlov.sergey.404@gmail.com +COMMENT= Table/data-grid framework for Django + +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +post-patch: + @${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \ + ${WRKSRC}/setup.py + +.include Added: head/www/py-django-tables2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-tables2/distinfo Sat Sep 7 14:09:38 2013 (r326638) @@ -0,0 +1,2 @@ +SHA256 (django-tables2-0.14.0.tar.gz) = 3562bbb528f3fe41dd2a5dc0c5407987fcf247099a00d69d4904957f03f6dbd4 +SIZE (django-tables2-0.14.0.tar.gz) = 41695 Added: head/www/py-django-tables2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-tables2/pkg-descr Sat Sep 7 14:09:38 2013 (r326638) @@ -0,0 +1,5 @@ +django-tables2 simplifies the task of turning sets of data into HTML tables. +It has native support for pagination and sorting, does for HTML tables what +django.forms does for HTML forms. + +WWW: https://github.com/bradleyayers/django-tables2/ Added: head/www/py-django-tables2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-tables2/pkg-plist Sat Sep 7 14:09:38 2013 (r326638) @@ -0,0 +1,110 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/booleancolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/booleancolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/booleancolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/checkboxcolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/checkboxcolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/checkboxcolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datecolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datecolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datecolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datetimecolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datetimecolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/datetimecolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/emailcolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/emailcolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/emailcolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/filecolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/filecolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/filecolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/linkcolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/linkcolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/linkcolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/templatecolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/templatecolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/templatecolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/timecolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/timecolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/timecolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/urlcolumn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/urlcolumn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns/urlcolumn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/el/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/el/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/en/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/en/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/fr/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/fr/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/pt_PT/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/pt_PT/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/rows.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/rows.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/rows.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/css/screen.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/false.gif +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/header-bg.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/missing.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img/true.gif +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/tables.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/tables.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/tables.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templates/django_tables2/table.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/django_tables2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/django_tables2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags/django_tables2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/views.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/views.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/views.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templatetags +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templates/django_tables2 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/templates +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/img +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue/css +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes/paleblue +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2/themes +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static/django_tables2 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/static +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/pt_PT/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/pt_PT +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/fr/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/fr +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/en/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/en +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/el/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale/el +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2/columns +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/django_tables2 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:37:03 2013 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 ESMTP id 94ADBCA4; Sat, 7 Sep 2013 14:37:03 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64B1D24CB; Sat, 7 Sep 2013 14:37:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Eb387040373; Sat, 7 Sep 2013 14:37:03 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Eax4V040255; Sat, 7 Sep 2013 14:36:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071436.r87Eax4V040255@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 14:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326639 - in head/devel: cvsstat p5-App-Rad p5-App-Trace p5-AppConfig-Std p5-Class-Date p5-Data-Rmap p5-Data-Structure-Util p5-Data-Uniqid p5-Getopt-Attribute p5-IO-FDPass p5-IPC-MMA p5... 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.14 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, 07 Sep 2013 14:37:03 -0000 Author: az Date: Sat Sep 7 14:36:58 2013 New Revision: 326639 URL: http://svnweb.freebsd.org/changeset/ports/326639 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvsstat/Makefile head/devel/p5-App-Rad/Makefile head/devel/p5-App-Trace/Makefile (contents, props changed) head/devel/p5-AppConfig-Std/Makefile (contents, props changed) head/devel/p5-Class-Date/Makefile (contents, props changed) head/devel/p5-Data-Rmap/Makefile (contents, props changed) head/devel/p5-Data-Structure-Util/Makefile (contents, props changed) head/devel/p5-Data-Uniqid/Makefile (contents, props changed) head/devel/p5-Getopt-Attribute/Makefile (contents, props changed) head/devel/p5-IO-FDPass/Makefile (contents, props changed) head/devel/p5-IPC-MMA/Makefile (contents, props changed) head/devel/p5-MouseX-ConfigFromFile/Makefile (contents, props changed) head/devel/p5-POE-Quickie/Makefile (contents, props changed) head/devel/p5-ShipIt-Step-Manifest/Makefile (contents, props changed) head/devel/p5-Sort-Array/Makefile (contents, props changed) head/devel/p5-Tie-Hash-MultiValue/Makefile (contents, props changed) head/devel/p5-Tie-ToObject/Makefile (contents, props changed) head/devel/p5-VCP-Dest-svk/Makefile (contents, props changed) head/devel/p5-VCS-CVS/Makefile (contents, props changed) Modified: head/devel/cvsstat/Makefile ============================================================================== --- head/devel/cvsstat/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/cvsstat/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -13,7 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= glarkin@FreeBSD.org COMMENT= Transforms the output of 'cvs status' to a sorted ASCII table -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/cvsstat Modified: head/devel/p5-App-Rad/Makefile ============================================================================== --- head/devel/p5-App-Rad/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-App-Rad/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -13,7 +13,8 @@ COMMENT= Rapid (and easy!) creation of c LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= App::Rad.3 \ App::Rad::Exclude.3 \ Modified: head/devel/p5-App-Trace/Makefile ============================================================================== --- head/devel/p5-App-Trace/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-App-Trace/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-App-Trace -# Date created: 2006-08-20 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= App-Trace PORTVERSION= 0.50 @@ -16,7 +12,8 @@ COMMENT= Embedded debug statements, incl RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= App::Trace.3 Modified: head/devel/p5-AppConfig-Std/Makefile ============================================================================== --- head/devel/p5-AppConfig-Std/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-AppConfig-Std/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -16,7 +16,8 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AppConfig::Std.3 Modified: head/devel/p5-Class-Date/Makefile ============================================================================== --- head/devel/p5-Class-Date/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Class-Date/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Date -# Date Created: 28 June 2001 -# Whom: Pete Fritchman -# +# Created by: Pete Fritchman # $FreeBSD$ -# PORTNAME= Class-Date PORTVERSION= 1.1.10 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= A Perl class for easy date and time manipulation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Date.3 Modified: head/devel/p5-Data-Rmap/Makefile ============================================================================== --- head/devel/p5-Data-Rmap/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Data-Rmap/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Rmap -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Data-Rmap PORTVERSION= 0.62 @@ -16,7 +12,8 @@ COMMENT= Recursive map, apply a block to TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Data::Rmap.3 Modified: head/devel/p5-Data-Structure-Util/Makefile ============================================================================== --- head/devel/p5-Data-Structure-Util/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Data-Structure-Util/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Structure -# Date created: April 9 2006 -# Whom: Jon Nistor -# +# Created by: Jon Nistor # $FreeBSD$ -# PORTNAME= Data-Structure-Util PORTVERSION= 0.15 @@ -18,7 +14,8 @@ COMMENT= Perl5 module to change the natu BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Structure::Util.3 Modified: head/devel/p5-Data-Uniqid/Makefile ============================================================================== --- head/devel/p5-Data-Uniqid/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Data-Uniqid/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Uniqid -# Date created: 2008-11-28 -# Whom: Sergey V. Dyatko -# +# Created by: Sergey V. Dyatko # $FreeBSD$ -# PORTNAME= Data-Uniqid PORTVERSION= 0.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sergey.dyatko@gmail.com COMMENT= Perl extension for simple genrating of unique id's -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Uniqid.3 Modified: head/devel/p5-Getopt-Attribute/Makefile ============================================================================== --- head/devel/p5-Getopt-Attribute/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Getopt-Attribute/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Getopt-Attribute -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Getopt-Attribute PORTVERSION= 2.101700 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Attribute wrapper for Getopt::Long -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Getopt::Attribute.3 Modified: head/devel/p5-IO-FDPass/Makefile ============================================================================== --- head/devel/p5-IO-FDPass/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-IO-FDPass/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to pass a file descriptor over a socket -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::FDPass.3 Modified: head/devel/p5-IPC-MMA/Makefile ============================================================================== --- head/devel/p5-IPC-MMA/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-IPC-MMA/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: IPC-MMA -# Date created: 24 May 2011 -# Whom: Peter Vereshagin -# +# Created by: Peter Vereshagin # $FreeBSD$ -# PORTNAME= IPC-MMA PORTVERSION= 0.81 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Devel-CheckOS>=0:${PORTS LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::MMA.3 Modified: head/devel/p5-MouseX-ConfigFromFile/Makefile ============================================================================== --- head/devel/p5-MouseX-ConfigFromFile/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-MouseX-ConfigFromFile/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MouseX-ConfigFromFile -# Date created: 2009-04-22 -# Whom: TERAMOTO Masahiro -# +# Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= MouseX-ConfigFromFile PORTVERSION= 0.05 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/ p5-MouseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MouseX::ConfigFromFile.3 Modified: head/devel/p5-POE-Quickie/Makefile ============================================================================== --- head/devel/p5-POE-Quickie/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-POE-Quickie/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Quickie -# Date created: 2011-05-04 -# Whom: Takefu -# +# Created by: Takefu # $FreeBSD$ -# PORTNAME= POE-Quickie PORTVERSION= 0.18 @@ -24,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0.07:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Quickie.3 Modified: head/devel/p5-ShipIt-Step-Manifest/Makefile ============================================================================== --- head/devel/p5-ShipIt-Step-Manifest/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-ShipIt-Step-Manifest/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ShipIt-Step-Manifest -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= ShipIt-Step-Manifest PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= ShipIt step for recreating the RUN_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \ p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ShipIt::Step::Manifest.3 Modified: head/devel/p5-Sort-Array/Makefile ============================================================================== --- head/devel/p5-Sort-Array/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Sort-Array/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Powerful array sorting Perl interface -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Array.3 Modified: head/devel/p5-Tie-Hash-MultiValue/Makefile ============================================================================== --- head/devel/p5-Tie-Hash-MultiValue/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Tie-Hash-MultiValue/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-Hash-MultiValue -# Date created: 2010-09-10 -# Whom: Frederic Culot -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= Tie-Hash-MultiValue PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Store multiple values per key -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::Hash::MultiValue.3 Modified: head/devel/p5-Tie-ToObject/Makefile ============================================================================== --- head/devel/p5-Tie-ToObject/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-Tie-ToObject/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-ToObject -# Date created: 2008-02-13 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Tie-ToObject PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= Tie to an existing object TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::ToObject.3 Modified: head/devel/p5-VCP-Dest-svk/Makefile ============================================================================== --- head/devel/p5-VCP-Dest-svk/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-VCP-Dest-svk/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-VCP-Dest-svk -# Date created: Jul 19 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= VCP-Dest-svk PORTVERSION= 0.29 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORT p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= VCP::Dest::svk.3 Modified: head/devel/p5-VCS-CVS/Makefile ============================================================================== --- head/devel/p5-VCS-CVS/Makefile Sat Sep 7 14:09:38 2013 (r326638) +++ head/devel/p5-VCS-CVS/Makefile Sat Sep 7 14:36:58 2013 (r326639) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-VCS-CVS -# Date created: 15 May 2001 -# Whom: Anatoliy Dmytriyev -# +# Created by: Anatoliy Dmytriyev # $FreeBSD$ -# PORTNAME= VCS-CVS PORTVERSION= 2.06 @@ -18,7 +14,8 @@ COMMENT= Perl module that provides a sim BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= VCS::CVS.3 .include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:52:08 2013 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 ESMTP id C2917E81; Sat, 7 Sep 2013 14:52:08 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A053F2556; Sat, 7 Sep 2013 14:52:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Eq8sq050439; Sat, 7 Sep 2013 14:52:08 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Eq8oJ050437; Sat, 7 Sep 2013 14:52:08 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309071452.r87Eq8oJ050437@svn.freebsd.org> From: Lars Thegler Date: Sat, 7 Sep 2013 14:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326640 - head/www/p5-WWW-Shorten 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.14 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, 07 Sep 2013 14:52:08 -0000 Author: lth Date: Sat Sep 7 14:52:07 2013 New Revision: 326640 URL: http://svnweb.freebsd.org/changeset/ports/326640 Log: - Update to 3.04 - Trim Makefile headers Changes: 2013-08-22 Dave Cross - RELEASE_3.04 ======================================================== Dave Cross (17): * Finish removing all references to SnipURL.pm. * Bump to version 2.05 for release. * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution). * Bumped version number. Removed shorl files from MANIFEST. * Added Config::Auto to list of dependencies (it's used by the shorten program). Bumped version for release. * Default to using a service that we currently support. * Added MYMETA.yml to MANIFEST.SKIP. * Be far more intelligent about the code that allows the user to choose which service to use. * Bump version number for release. * Better examples of using bin/shorten * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP error response. * Added documentation. * Added META.json to MANIFEST. * Licensing clean-up. * Removed prototypes (and the ampersands in the tests that circumvented them) * Bump version number for release. * Moved Pod tests into xt. (Pod coverage currently fails on some files. See https://rt.cpan.org/Ticket/Display.html?id=87634 for details.) Dave Cross (1): * Removed support for NotLong and OneShortLink (separate distributions to follow soon). Bumper to version 2.06. Dave Cross (1): * Removed version number so it's picked up from lib/WWW/Shorten.pm yappo (1): * shorl.com was change the request method ( POST to GET ) Modified: head/www/p5-WWW-Shorten/Makefile head/www/p5-WWW-Shorten/distinfo Modified: head/www/p5-WWW-Shorten/Makefile ============================================================================== --- head/www/p5-WWW-Shorten/Makefile Sat Sep 7 14:36:58 2013 (r326639) +++ head/www/p5-WWW-Shorten/Makefile Sat Sep 7 14:52:07 2013 (r326640) @@ -1,12 +1,7 @@ -# New ports collection makefile for: p5-WWW-Shorten -# Date created: August 29 2003 -# Whom: Lars Thegler -# # $FreeBSD$ -# PORTNAME= WWW-Shorten -PORTVERSION= 3.03 +PORTVERSION= 3.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-WWW-Shorten/distinfo ============================================================================== --- head/www/p5-WWW-Shorten/distinfo Sat Sep 7 14:36:58 2013 (r326639) +++ head/www/p5-WWW-Shorten/distinfo Sat Sep 7 14:52:07 2013 (r326640) @@ -1,2 +1,2 @@ -SHA256 (WWW-Shorten-3.03.tar.gz) = 62241a1f584f50edfa6d2cfd796f90f2c9054f9ff9f7e6f6e25315c5485e4bc2 -SIZE (WWW-Shorten-3.03.tar.gz) = 27936 +SHA256 (WWW-Shorten-3.04.tar.gz) = 92d61d01a959868931fa93480d2d4c4fcaf13ef80d1b03a9bb381eaa4bcdbb98 +SIZE (WWW-Shorten-3.04.tar.gz) = 26632 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:56:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB615F81; Sat, 7 Sep 2013 14:56:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C83A52569; Sat, 7 Sep 2013 14:56:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Eum8Q052257; Sat, 7 Sep 2013 14:56:48 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87EumRh052242; Sat, 7 Sep 2013 14:56:48 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309071456.r87EumRh052242@svn.freebsd.org> From: Lars Thegler Date: Sat, 7 Sep 2013 14:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326641 - head/mail/p5-Email-Abstract 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.14 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, 07 Sep 2013 14:56:48 -0000 Author: lth Date: Sat Sep 7 14:56:48 2013 New Revision: 326641 URL: http://svnweb.freebsd.org/changeset/ports/326641 Log: - Update to 3.006 Changes: 3.006 2013-09-01 08:41:48 America/New_York require Email::Simple 1.998 to allow ->new(\$string) Modified: head/mail/p5-Email-Abstract/Makefile head/mail/p5-Email-Abstract/distinfo Modified: head/mail/p5-Email-Abstract/Makefile ============================================================================== --- head/mail/p5-Email-Abstract/Makefile Sat Sep 7 14:52:07 2013 (r326640) +++ head/mail/p5-Email-Abstract/Makefile Sat Sep 7 14:56:48 2013 (r326641) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Email-Abstract -PORTVERSION= 3.005 +PORTVERSION= 3.006 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Email @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Unified interface to mail representations -RUN_DEPENDS= p5-Email-Simple>=1.91:${PORTSDIR}/mail/p5-Email-Simple \ +RUN_DEPENDS= p5-Email-Simple>=1.998:${PORTSDIR}/mail/p5-Email-Simple \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/mail/p5-Email-Abstract/distinfo ============================================================================== --- head/mail/p5-Email-Abstract/distinfo Sat Sep 7 14:52:07 2013 (r326640) +++ head/mail/p5-Email-Abstract/distinfo Sat Sep 7 14:56:48 2013 (r326641) @@ -1,2 +1,2 @@ -SHA256 (Email-Abstract-3.005.tar.gz) = 66e33d61bc465aedbecdbf45ff3544114d0c0bdac4f5bfaf8cdf5484bee233e9 -SIZE (Email-Abstract-3.005.tar.gz) = 23945 +SHA256 (Email-Abstract-3.006.tar.gz) = e8edc2ead4fb3927064aecc881f9c7f2a8c8340aef51f347629c27e61cf896b7 +SIZE (Email-Abstract-3.006.tar.gz) = 23668 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 15:45:24 2013 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 ESMTP id EEEA26FF; Sat, 7 Sep 2013 15:45:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC6862747; Sat, 7 Sep 2013 15:45:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87FjNlq082214; Sat, 7 Sep 2013 15:45:23 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87FjNNk082212; Sat, 7 Sep 2013 15:45:23 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309071545.r87FjNNk082212@svn.freebsd.org> From: Pietro Cerutti Date: Sat, 7 Sep 2013 15:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326642 - in head/net-p2p/dclib: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 15:45:24 -0000 Author: gahr Date: Sat Sep 7 15:45:23 2013 New Revision: 326642 URL: http://svnweb.freebsd.org/changeset/ports/326642 Log: - Fix build on CURRENT (change in OpenSSL API) - While at it, trim Makefile headers and use new LIB_DEPENDS format Reported by: pkg-fallout Added: head/net-p2p/dclib/files/extra-dclib-core_cssl.cpp (contents, props changed) Modified: head/net-p2p/dclib/Makefile (contents, props changed) Modified: head/net-p2p/dclib/Makefile ============================================================================== --- head/net-p2p/dclib/Makefile Sat Sep 7 14:56:48 2013 (r326641) +++ head/net-p2p/dclib/Makefile Sat Sep 7 15:45:23 2013 (r326642) @@ -1,11 +1,6 @@ -# ex: ts=8 -# New ports collection makefile for: dclib -# Date created: Wed 10 Jul 2002 -# Whom: Sverrir Valgeirsson and -# Amar Takhar et al -# +# Created by: Sverrir Valgeirsson and +# Amar Takhar et al # $FreeBSD$ -# PORTNAME= dclib PORTVERSION= 0.3.23 @@ -16,7 +11,7 @@ MASTER_SITES= SF/wxdcgui/${PORTNAME}/${P MAINTAINER= gahr@FreeBSD.org COMMENT= Direct connect interface library for valknut -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${DISTNAME} @@ -27,6 +22,12 @@ USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +.include + +.if ${OSVERSION} >= 1000015 +EXTRA_PATCHES= ${FILESDIR}/extra-dclib-core_cssl.cpp +.endif + post-extract: ${CHMOD} 0755 ${WRKSRC}/admin/install-sh @@ -41,4 +42,4 @@ post-patch: ${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g; \ s|-D_BSD_SOURCE||g' ${WRKSRC}/configure ${WRKSRC}/configure.in -.include +.include Added: head/net-p2p/dclib/files/extra-dclib-core_cssl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/dclib/files/extra-dclib-core_cssl.cpp Sat Sep 7 15:45:23 2013 (r326642) @@ -0,0 +1,38 @@ +--- dclib/core/cssl.cpp.orig 2013-09-07 16:26:31.000000000 +0200 ++++ dclib/core/cssl.cpp 2013-09-07 16:28:11.000000000 +0200 +@@ -86,7 +86,7 @@ + /** */ + SSL_CTX * CSSL::InitClientCTX() + { +- SSL_METHOD *method; ++ const SSL_METHOD *method; + SSL_CTX *ctx = NULL; + + method = SSLv23_client_method(); /* Create new client-method instance */ +@@ -109,7 +109,7 @@ + /** */ + SSL_CTX * CSSL::InitServerCTX() + { +- SSL_METHOD *method; ++ const SSL_METHOD *method; + SSL_CTX *ctx = NULL; + + method = SSLv23_server_method(); /* Create new client-method instance */ +@@ -130,7 +130,7 @@ + /** */ + SSL_CTX * CSSL::NewTLSv1ClientCTX() + { +- SSL_METHOD * method = TLSv1_client_method(); ++ const SSL_METHOD * method = TLSv1_client_method(); + SSL_CTX * ctx = NULL; + + if ( method != NULL ) +@@ -149,7 +149,7 @@ + /** */ + SSL_CTX * CSSL::NewTLSv1ServerCTX() + { +- SSL_METHOD * method = TLSv1_server_method(); ++ const SSL_METHOD * method = TLSv1_server_method(); + SSL_CTX * ctx = NULL; + + if ( method != NULL ) From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 15:49:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E94F823; Sat, 7 Sep 2013 15:49:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 322DC275D; Sat, 7 Sep 2013 15:49:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Fnt94084030; Sat, 7 Sep 2013 15:49:55 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87FntS1084029; Sat, 7 Sep 2013 15:49:55 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309071549.r87FntS1084029@svn.freebsd.org> From: William Grzybowski Date: Sat, 7 Sep 2013 15:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326643 - head/www/uzbl 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.14 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, 07 Sep 2013 15:49:55 -0000 Author: wg Date: Sat Sep 7 15:49:54 2013 New Revision: 326643 URL: http://svnweb.freebsd.org/changeset/ports/326643 Log: www/uzbl: missing pkgconfig dependency - Add missing pkgconfig [1] - Trim Makefile header [1] - USES gmake pygtk2 - Convert lib depends to new syntax - Python 2.5 is no longer supported - Add DOCS option - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/181910 [1] Submitted by: Klaus Aehlig (maintainer) Modified: head/www/uzbl/Makefile Modified: head/www/uzbl/Makefile ============================================================================== --- head/www/uzbl/Makefile Sat Sep 7 15:45:23 2013 (r326642) +++ head/www/uzbl/Makefile Sat Sep 7 15:49:54 2013 (r326643) @@ -1,13 +1,9 @@ -# Ports collection makefile for: uzbl -# Date created: 2009/12/14 -# Whom: aehlig@linta.de -# +# Created by: Klaus Aehlig # $FreeBSD$ -# PORTNAME= uzbl DISTVERSION= 0.0.0.${GITDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.linta.de/distfiles/ @@ -17,23 +13,25 @@ COMMENT= Web interface tools which adher LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 RUN_DEPENDS= socat:${PORTSDIR}/net/socat \ - dmenu:${PORTSDIR}/x11/dmenu \ - ${PYTHON_PKGNAMEPREFIX}gtk>=2:${PORTSDIR}/x11-toolkits/py-gtk2 + dmenu:${PORTSDIR}/x11/dmenu -USE_GNOME= gtk20 +USES= gmake pkgconfig +USE_GNOME= gtk20 pygtk2 USE_LDCONFIG= yes -USE_GMAKE= yes -USE_PYTHON= 2.5-2.7 +USE_PYTHON= -2.7 GITDATE= 2012.05.14 GITVERSION= 228bc38 WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} +OPTIONS_DEFINE= DOCS -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ multiple-instances-management performance url-editing config.h vim .endif @@ -64,8 +62,8 @@ do-install: .for f in uzbl-event-manager uzbl-browser uzbl-tabbed ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PREFIX}/bin .endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/src/config.h ${DOCSDIR} .for f in COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ multiple-instances-management performance url-editing From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 15:51:34 2013 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 ESMTP id 1AC9C910; Sat, 7 Sep 2013 15:51:34 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF70A278A; Sat, 7 Sep 2013 15:51:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87FpXXa086861; Sat, 7 Sep 2013 15:51:33 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87FpTO7086836; Sat, 7 Sep 2013 15:51:29 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071551.r87FpTO7086836@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 15:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326644 - in head/devel: bzapi cpan-upload-http fb303 p5-AnyEvent-Worker p5-DateTime-Event-SolarTerm p5-Dist-Joseki p5-Dist-Metadata p5-ExtUtils-Depends p5-File-ExtAttr p5-File-MimeInfo... 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.14 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, 07 Sep 2013 15:51:34 -0000 Author: az Date: Sat Sep 7 15:51:29 2013 New Revision: 326644 URL: http://svnweb.freebsd.org/changeset/ports/326644 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/bzapi/Makefile (contents, props changed) head/devel/cpan-upload-http/Makefile (contents, props changed) head/devel/fb303/Makefile head/devel/p5-AnyEvent-Worker/Makefile (contents, props changed) head/devel/p5-DateTime-Event-SolarTerm/Makefile (contents, props changed) head/devel/p5-Dist-Joseki/Makefile (contents, props changed) head/devel/p5-Dist-Metadata/Makefile (contents, props changed) head/devel/p5-ExtUtils-Depends/Makefile (contents, props changed) head/devel/p5-File-ExtAttr/Makefile head/devel/p5-File-MimeInfo/Makefile (contents, props changed) head/devel/p5-Log-Accounting-SVK/Makefile (contents, props changed) head/devel/p5-Module-Setup/Makefile (contents, props changed) head/devel/p5-POEx-Role-SessionInstantiation/Makefile (contents, props changed) head/devel/p5-SVN-Mirror/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Config/Makefile (contents, props changed) head/devel/p5-Term-Clui/Makefile head/devel/p5-Test-Distribution/Makefile (contents, props changed) head/devel/p5-Test-LoadAllModules/Makefile (contents, props changed) head/devel/p5-Test-Mock-Guard/Makefile (contents, props changed) Modified: head/devel/bzapi/Makefile ============================================================================== --- head/devel/bzapi/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/bzapi/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80 bugzilla>=3.6:${PORTSDIR}/devel/bugzilla RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} do-install: Modified: head/devel/cpan-upload-http/Makefile ============================================================================== --- head/devel/cpan-upload-http/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/cpan-upload-http/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cpan::upload::http -# Date created: 01 Apr 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= cpan-upload-http PORTVERSION= 2.4 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpan-upload-http.1 Modified: head/devel/fb303/Makefile ============================================================================== --- head/devel/fb303/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/fb303/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -23,7 +23,8 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" USE_AUTOTOOLS= aclocal automake autoconf USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 Modified: head/devel/p5-AnyEvent-Worker/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Worker/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-AnyEvent-Worker/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Worker.3 AnyEvent::Worker::Pool.3 .include Modified: head/devel/p5-DateTime-Event-SolarTerm/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-SolarTerm/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-DateTime-Event-SolarTerm/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Event-SolarTerm -# Date created: 2007-11-06 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Event-SolarTerm PORTVERSION= 0.05 @@ -24,7 +20,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-DateTime-Util-Calc>=0.12:${PORTSDIR}/devel/p5-DateTime-Util-Calc \ p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Event::SolarTerm.3 Modified: head/devel/p5-Dist-Joseki/Makefile ============================================================================== --- head/devel/p5-Dist-Joseki/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Dist-Joseki/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Dist-Joseki -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Dist-Joseki PORTVERSION= 0.20 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= distfind.1 MAN3= Dist::Joseki.3 \ Modified: head/devel/p5-Dist-Metadata/Makefile ============================================================================== --- head/devel/p5-Dist-Metadata/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Dist-Metadata/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dist::Metadata.3 \ Dist::Metadata::Archive.3 \ Modified: head/devel/p5-ExtUtils-Depends/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Depends/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-ExtUtils-Depends/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ExtUtils-Depends -# Date created: 18 October 2003 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= ExtUtils-Depends PORTVERSION= 0.304 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Easily build XS extensions that depend on XS extensions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::Depends.3 Modified: head/devel/p5-File-ExtAttr/Makefile ============================================================================== --- head/devel/p5-File-ExtAttr/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-File-ExtAttr/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Access to extended attributes of the files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::ExtAttr.3 File::ExtAttr::Tie.3 Modified: head/devel/p5-File-MimeInfo/Makefile ============================================================================== --- head/devel/p5-File-MimeInfo/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-File-MimeInfo/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-File-MimeInfo -# Date created: Aug 21 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= File-MimeInfo PORTVERSION= 0.16 @@ -20,7 +16,8 @@ RUN_DEPENDS:= p5-File-BaseDir>=0.03:${PO p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \ ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= mimetype.1 mimeopen.1 MAN3= File::MimeInfo::Applications.3 \ Modified: head/devel/p5-Log-Accounting-SVK/Makefile ============================================================================== --- head/devel/p5-Log-Accounting-SVK/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Log-Accounting-SVK/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Log-Accounting-SVK -# Date created: 21 Oct 2004 -# Whom: Yuan-Chung Hsiao -# +# Created by: Yuan-Chung Hsiao # $FreeBSD$ -# PORTNAME= Log-Accounting-SVK PORTVERSION= 0.05 @@ -22,7 +18,8 @@ BUILD_DEPENDS= svk>=0:${PORTSDIR}/devel/ p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svk-accounting.pl.1 svk-developer-graph.pl.1 MAN3= Log::Accounting::SVK.3 Modified: head/devel/p5-Module-Setup/Makefile ============================================================================== --- head/devel/p5-Module-Setup/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Module-Setup/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Module::Setup -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Module-Setup PORTVERSION= 0.09 @@ -27,7 +22,8 @@ RUN_DEPENDS= \ p5-Text-Patch>0:${PORTSDIR}/textproc/p5-Text-Patch BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= module-setup.1 MAN3= Module::MEMOja.3 \ Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-POEx-Role-SessionInstantiation/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: POEx::Role::SessionInstantiation -# Date created: 10 Oct 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= POEx-Role-SessionInstantiation PORTVERSION= 1.102610 @@ -25,7 +20,8 @@ RUN_DEPENDS= \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::Event.3 \ POEx::Role::SessionInstantiation.3 \ Modified: head/devel/p5-SVN-Mirror/Makefile ============================================================================== --- head/devel/p5-SVN-Mirror/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-SVN-Mirror/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-SVN-Mirror -# Date created: Mar 15 2004 -# Whom: Autrijus Tang -# +# Created by: Autrijus Tang # $FreeBSD$ -# PORTNAME= SVN-Mirror PORTVERSION= 0.75 @@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDI p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svm.1 MAN3= SVN::Mirror.3 Modified: head/devel/p5-SVN-Notify-Config/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Config/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-SVN-Notify-Config/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Config -# Date created: 2008-02-12 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Notify-Config PORTVERSION= 0.0911 @@ -22,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:${ BUILD_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \ ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SVN::Notify::Config.3 Modified: head/devel/p5-Term-Clui/Makefile ============================================================================== --- head/devel/p5-Term-Clui/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Term-Clui/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= Term-Clui PORTVERSION= 1.67 @@ -17,7 +16,8 @@ BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDI p5-Term-ReadKey>=2.14:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::Clui.3 \ Term::Clui::FileSelect.3 Modified: head/devel/p5-Test-Distribution/Makefile ============================================================================== --- head/devel/p5-Test-Distribution/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-Distribution/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Distribution -# Date created: 2008-02-11 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Test-Distribution PORTVERSION= 2.00 @@ -21,7 +17,8 @@ BUILD_DEPENDS+= p5-File-Find-Rule>=0:${P p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::Distribution.3 Modified: head/devel/p5-Test-LoadAllModules/Makefile ============================================================================== --- head/devel/p5-Test-LoadAllModules/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-LoadAllModules/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::LoadAllModules.3 Modified: head/devel/p5-Test-Mock-Guard/Makefile ============================================================================== --- head/devel/p5-Test-Mock-Guard/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-Mock-Guard/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -12,7 +12,8 @@ COMMENT= Perl extension for simple mock BUILD_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load RUN_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Mock::Guard.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC206DAF; Sat, 7 Sep 2013 16:15:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF192877; Sat, 7 Sep 2013 16:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFNWc002204; Sat, 7 Sep 2013 16:15:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFMUL002200; Sat, 7 Sep 2013 16:15:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFMUL002200@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326646 - head/security/py-twistedConch 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.14 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, 07 Sep 2013 16:15:23 -0000 Author: sunpoet Date: Sat Sep 7 16:15:22 2013 New Revision: 326646 URL: http://svnweb.freebsd.org/changeset/ports/326646 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/conch/topfiles/NEWS Modified: head/security/py-twistedConch/Makefile (contents, props changed) head/security/py-twistedConch/distinfo (contents, props changed) head/security/py-twistedConch/pkg-plist (contents, props changed) Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/Makefile Sat Sep 7 16:15:22 2013 (r326646) @@ -1,30 +1,26 @@ -# New ports collection makefile for: py-twistedConch -# Date created: 13 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedConch -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= security devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedConch-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An SSH and SFTP protocol implementation with clients and servers +COMMENT= SSH and SFTP protocol implementation with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/security/py-twistedConch/distinfo ============================================================================== --- head/security/py-twistedConch/distinfo Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/distinfo Sat Sep 7 16:15:22 2013 (r326646) @@ -1,2 +1,2 @@ -SHA256 (TwistedConch-12.1.0.tar.bz2) = e3be79c0de23d80fe09d46221581de554fbb3918f95f368c47396237acb06821 -SIZE (TwistedConch-12.1.0.tar.bz2) = 215724 +SHA256 (TwistedConch-13.1.0.tar.bz2) = 570f961d23ef30bf4e3f8629dcc22731fdfe495ce78e8ae6cef7dc9c48d7d89f +SIZE (TwistedConch-13.1.0.tar.bz2) = 241112 Modified: head/security/py-twistedConch/pkg-plist ============================================================================== --- head/security/py-twistedConch/pkg-plist Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/pkg-plist Sat Sep 7 16:15:22 2013 (r326646) @@ -35,6 +35,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.py %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.py +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/error.py %%PYTHON_SITELIBDIR%%/twisted/conch/error.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/error.pyo @@ -107,6 +110,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.py +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyo @@ -161,6 +167,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.pyo @@ -185,6 +194,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.pyo From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 634B7DAC; Sat, 7 Sep 2013 16:15:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE2A2875; Sat, 7 Sep 2013 16:15:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFJfi002076; Sat, 7 Sep 2013 16:15:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFIbo002071; Sat, 7 Sep 2013 16:15:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFIbo002071@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326645 - head/devel/py-twistedCore 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.14 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, 07 Sep 2013 16:15:19 -0000 Author: sunpoet Date: Sat Sep 7 16:15:18 2013 New Revision: 326645 URL: http://svnweb.freebsd.org/changeset/ports/326645 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove outdated post-patch: Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/topfiles/NEWS Modified: head/devel/py-twistedCore/Makefile (contents, props changed) head/devel/py-twistedCore/distinfo (contents, props changed) head/devel/py-twistedCore/pkg-descr head/devel/py-twistedCore/pkg-plist (contents, props changed) Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Sat Sep 7 15:51:29 2013 (r326644) +++ head/devel/py-twistedCore/Makefile Sat Sep 7 16:15:18 2013 (r326645) @@ -1,24 +1,21 @@ -# New ports collection makefile for: py-twisted -# Date created: 13 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedCore -PORTVERSION= 12.1.0 -PORTREVISION= 1 +PORTVERSION= 13.1.0 CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedCore-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An asynchronous networking framework for Python - Core module +COMMENT= Asynchronous networking framework for Python - Core module LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface +RUN_DEPENDS:= ${BUILD_DEPENDS} # - Note that Twisted ships with some graphical examples and clients that # require PyGNOME to run. These are not central to the funcitoning of @@ -27,21 +24,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope USE_BZIP2= yes USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} REINPLACE_ARGS= -i '' MAN1= manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1 -post-patch: - @${REINPLACE_CMD} -e '/preventImports=/ s|"gi"|""|' ${WRKSRC}/twisted/internet/gtk2reactor.py - post-install: # permission safeness @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/ -.for i in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/doc/man/${i} ${MANPREFIX}/man/man1/ -.endfor + cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/ .include Modified: head/devel/py-twistedCore/distinfo ============================================================================== --- head/devel/py-twistedCore/distinfo Sat Sep 7 15:51:29 2013 (r326644) +++ head/devel/py-twistedCore/distinfo Sat Sep 7 16:15:18 2013 (r326645) @@ -1,2 +1,2 @@ -SHA256 (TwistedCore-12.1.0.tar.bz2) = bf8b9afd2b4b613aa686fdef7be1cef1c9d43f5a2dfa2395fa138ae33c943da0 -SIZE (TwistedCore-12.1.0.tar.bz2) = 1428761 +SHA256 (TwistedCore-13.1.0.tar.bz2) = 4668821d44ed6a8e5fb18845fee2326746cfd1a2346a0e1b003218baa12c7565 +SIZE (TwistedCore-13.1.0.tar.bz2) = 1482462 Modified: head/devel/py-twistedCore/pkg-descr ============================================================================== --- head/devel/py-twistedCore/pkg-descr Sat Sep 7 15:51:29 2013 (r326644) +++ head/devel/py-twistedCore/pkg-descr Sat Sep 7 16:15:18 2013 (r326645) @@ -1,17 +1,17 @@ Twisted is an asynchronous networking framework written in python. It is used -by most of the servers, clients and protocols that are part of other -Twisted projects. +by most of the servers, clients and protocols that are part of other Twisted +projects. - * twisted.cred, a pluggable authentication system for servers; - * twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database - interfaces; - * twisted.internet, the Twisted event loop; - * twisted.manhole, a debugging service; - * twisted.persisted, a collection of object persistence systems - * twisted.protocols, a collection of simple network protocols and helper - utilities; - * twisted.python, a set of Twisted programming abstractions; - * twisted.spread, a network transport, serializer and object broker; - * twisted.trial, a unit-testing framework; and +- twisted.cred, a pluggable authentication system for servers; +- twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database + interfaces; +- twisted.internet, the Twisted event loop; +- twisted.manhole, a debugging service; +- twisted.persisted, a collection of object persistence systems +- twisted.protocols, a collection of simple network protocols and helper + utilities; +- twisted.python, a set of Twisted programming abstractions; +- twisted.spread, a network transport, serializer and object broker; +- twisted.trial, a unit-testing framework; and WWW: http://twistedmatrix.com/ Modified: head/devel/py-twistedCore/pkg-plist ============================================================================== --- head/devel/py-twistedCore/pkg-plist Sat Sep 7 15:51:29 2013 (r326644) +++ head/devel/py-twistedCore/pkg-plist Sat Sep 7 16:15:18 2013 (r326645) @@ -95,8 +95,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/_posixstdio.py %%PYTHON_SITELIBDIR%%/twisted/internet/_posixstdio.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/_posixstdio.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/_sigchld.c -%%PYTHON_SITELIBDIR%%/twisted/internet/_sigchld.so %%PYTHON_SITELIBDIR%%/twisted/internet/_signals.py %%PYTHON_SITELIBDIR%%/twisted/internet/_signals.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/_signals.pyo @@ -264,9 +262,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.py -%%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/modulehelpers.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/modulehelpers.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/modulehelpers.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/process_gireactornocompat.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/process_gireactornocompat.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/process_gireactornocompat.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/process_helper.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/process_helper.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/process_helper.pyo @@ -303,12 +304,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_filedescriptor.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_filedescriptor.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_filedescriptor.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gireactor.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gireactor.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gireactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtk3reactor.py -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtk3reactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtk3reactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.pyo @@ -318,9 +319,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inotify.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inotify.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_interfaces.py -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_interfaces.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_interfaces.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.pyo @@ -598,6 +596,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/protocols/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/protocols/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_basic.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_basic.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_basic.pyo %%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_tls.py %%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_tls.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/test/test_tls.pyo @@ -610,19 +611,22 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/__init__.py %%PYTHON_SITELIBDIR%%/twisted/python/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/python/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/python/_epoll.c -%%PYTHON_SITELIBDIR%%/twisted/python/_epoll.pyx %%PYTHON_SITELIBDIR%%/twisted/python/_initgroups.c -%%PYTHON_SITELIBDIR%%/twisted/python/_initgroups.so %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.py %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_reflectpy3.py +%%PYTHON_SITELIBDIR%%/twisted/python/_reflectpy3.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/_reflectpy3.pyo %%PYTHON_SITELIBDIR%%/twisted/python/_release.py %%PYTHON_SITELIBDIR%%/twisted/python/_release.pyc %%PYTHON_SITELIBDIR%%/twisted/python/_release.pyo %%PYTHON_SITELIBDIR%%/twisted/python/_shellcomp.py %%PYTHON_SITELIBDIR%%/twisted/python/_shellcomp.pyc %%PYTHON_SITELIBDIR%%/twisted/python/_shellcomp.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_textattributes.py +%%PYTHON_SITELIBDIR%%/twisted/python/_textattributes.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/_textattributes.pyo %%PYTHON_SITELIBDIR%%/twisted/python/compat.py %%PYTHON_SITELIBDIR%%/twisted/python/compat.pyc %%PYTHON_SITELIBDIR%%/twisted/python/compat.pyo @@ -748,6 +752,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_reflectpy3.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_reflectpy3.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_reflectpy3.pyo %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.pyo @@ -766,6 +773,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/test/test_systemd.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_systemd.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_systemd.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_textattributes.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_textattributes.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_textattributes.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_urlpath.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_urlpath.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_urlpath.pyo %%PYTHON_SITELIBDIR%%/twisted/python/test/test_util.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_util.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_util.pyo @@ -775,12 +788,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/test/test_win32.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_win32.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_win32.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zippath.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zippath.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zippath.pyo %%PYTHON_SITELIBDIR%%/twisted/python/test/test_zipstream.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_zipstream.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_zipstream.pyo -%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zshcomp.py -%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zshcomp.pyc -%%PYTHON_SITELIBDIR%%/twisted/python/test/test_zshcomp.pyo %%PYTHON_SITELIBDIR%%/twisted/python/text.py %%PYTHON_SITELIBDIR%%/twisted/python/text.pyc %%PYTHON_SITELIBDIR%%/twisted/python/text.pyo @@ -828,9 +841,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/zsh/_trial %%PYTHON_SITELIBDIR%%/twisted/python/zsh/_twistd %%PYTHON_SITELIBDIR%%/twisted/python/zsh/_websetroot -%%PYTHON_SITELIBDIR%%/twisted/python/zshcomp.py -%%PYTHON_SITELIBDIR%%/twisted/python/zshcomp.pyc -%%PYTHON_SITELIBDIR%%/twisted/python/zshcomp.pyo %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.py %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.pyo @@ -937,9 +947,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.py %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.pyc %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/generator_failure_tests.py -%%PYTHON_SITELIBDIR%%/twisted/test/generator_failure_tests.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/generator_failure_tests.pyo %%PYTHON_SITELIBDIR%%/twisted/test/iosim.py %%PYTHON_SITELIBDIR%%/twisted/test/iosim.pyc %%PYTHON_SITELIBDIR%%/twisted/test/iosim.pyo @@ -1076,9 +1083,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_doc.py %%PYTHON_SITELIBDIR%%/twisted/test/test_doc.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_doc.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_epoll.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_epoll.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_epoll.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_error.py %%PYTHON_SITELIBDIR%%/twisted/test/test_error.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_error.pyo @@ -1199,6 +1203,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_roots.py %%PYTHON_SITELIBDIR%%/twisted/test/test_roots.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_roots.pyo +%%PYTHON_SITELIBDIR%%/twisted/test/test_setup.py +%%PYTHON_SITELIBDIR%%/twisted/test/test_setup.pyc +%%PYTHON_SITELIBDIR%%/twisted/test/test_setup.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_shortcut.py %%PYTHON_SITELIBDIR%%/twisted/test/test_shortcut.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_shortcut.pyo @@ -1256,15 +1263,15 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_threads.py %%PYTHON_SITELIBDIR%%/twisted/test/test_threads.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_threads.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.py %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_twistd.py %%PYTHON_SITELIBDIR%%/twisted/test/test_twistd.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_twistd.pyo +%%PYTHON_SITELIBDIR%%/twisted/test/test_twisted.py +%%PYTHON_SITELIBDIR%%/twisted/test/test_twisted.pyc +%%PYTHON_SITELIBDIR%%/twisted/test/test_twisted.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_udp.py %%PYTHON_SITELIBDIR%%/twisted/test/test_udp.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_udp.pyo @@ -1277,12 +1284,66 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/testutils.py %%PYTHON_SITELIBDIR%%/twisted/test/testutils.pyc %%PYTHON_SITELIBDIR%%/twisted/test/testutils.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/time_helpers.py -%%PYTHON_SITELIBDIR%%/twisted/test/time_helpers.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/time_helpers.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.py %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_asynctest.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_asynctest.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_asynctest.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/distreporter.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/distreporter.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/distreporter.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/disttrial.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/disttrial.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/disttrial.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/managercommands.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/managercommands.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/managercommands.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/options.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/options.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/options.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_distreporter.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_distreporter.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_distreporter.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_disttrial.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_disttrial.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_disttrial.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_options.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_options.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_options.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_worker.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_worker.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_worker.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workerreporter.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workerreporter.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workerreporter.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workertrial.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workertrial.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test/test_workertrial.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/worker.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/worker.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/worker.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workercommands.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workercommands.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workercommands.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workerreporter.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workerreporter.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workerreporter.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workertrial.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workertrial.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_dist/workertrial.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/_synctest.py +%%PYTHON_SITELIBDIR%%/twisted/trial/_synctest.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/_synctest.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/itrial.py %%PYTHON_SITELIBDIR%%/twisted/trial/itrial.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/itrial.pyo @@ -1319,7 +1380,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/trial/test/moduletest.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/moduletest.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/moduletest.pyo -%%PYTHON_SITELIBDIR%%/twisted/trial/test/notpython %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyo @@ -1332,12 +1392,18 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/trial/test/scripttest.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/scripttest.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/scripttest.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/test/skipping.py +%%PYTHON_SITELIBDIR%%/twisted/trial/test/skipping.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/test/skipping.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/test/suppression.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/suppression.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/suppression.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_assertions.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_assertions.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_assertions.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_asyncassertions.py +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_asyncassertions.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_asyncassertions.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_deferred.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_deferred.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_deferred.pyo @@ -1371,9 +1437,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_script.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_script.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_script.pyo -%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_test_visitor.py -%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_test_visitor.pyc -%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_test_visitor.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_suppression.py +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_suppression.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/test/test_suppression.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_testcase.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_testcase.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/test_testcase.pyo @@ -1396,6 +1462,8 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/trial/util.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/util.pyo @dirrm %%PYTHON_SITELIBDIR%%/twisted/trial/test +@dirrm %%PYTHON_SITELIBDIR%%/twisted/trial/_dist/test +@dirrm %%PYTHON_SITELIBDIR%%/twisted/trial/_dist @dirrm %%PYTHON_SITELIBDIR%%/twisted/trial @dirrm %%PYTHON_SITELIBDIR%%/twisted/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/tap @@ -1427,4 +1495,3 @@ bin/twistd @dirrm %%PYTHON_SITELIBDIR%%/twisted/application/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/application @dirrm %%PYTHON_SITELIBDIR%%/twisted -@dirrmtry %%PYTHON_SITELIBDIR%%/twisted From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32C5BE8B; Sat, 7 Sep 2013 16:15:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD382879; Sat, 7 Sep 2013 16:15:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFV6n002492; Sat, 7 Sep 2013 16:15:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFV0o002487; Sat, 7 Sep 2013 16:15:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFV0o002487@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326648 - head/mail/py-twistedMail 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.14 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, 07 Sep 2013 16:15:32 -0000 Author: sunpoet Date: Sat Sep 7 16:15:31 2013 New Revision: 326648 URL: http://svnweb.freebsd.org/changeset/ports/326648 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/mail/topfiles/NEWS Modified: head/mail/py-twistedMail/Makefile (contents, props changed) head/mail/py-twistedMail/distinfo (contents, props changed) head/mail/py-twistedMail/pkg-plist (contents, props changed) Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/Makefile Sat Sep 7 16:15:31 2013 (r326648) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedMail -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedMail -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= mail devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedMail-${PORTVERSION} @@ -16,15 +13,14 @@ MAINTAINER= python@FreeBSD.org COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/mail/py-twistedMail/distinfo ============================================================================== --- head/mail/py-twistedMail/distinfo Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/distinfo Sat Sep 7 16:15:31 2013 (r326648) @@ -1,2 +1,2 @@ -SHA256 (TwistedMail-12.1.0.tar.bz2) = 8ad7662c16ba9e4754a842c7f0b723029563901fcf9972611422f24cfc055732 -SIZE (TwistedMail-12.1.0.tar.bz2) = 146882 +SHA256 (TwistedMail-13.1.0.tar.bz2) = 45a630a0d8f53d7d924ae87d2df0a6d0b2d3a2c8fd3e06010938f18ca741d8f0 +SIZE (TwistedMail-13.1.0.tar.bz2) = 156870 Modified: head/mail/py-twistedMail/pkg-plist ============================================================================== --- head/mail/py-twistedMail/pkg-plist Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/pkg-plist Sat Sep 7 16:15:31 2013 (r326648) @@ -57,6 +57,7 @@ bin/mailmail %%PYTHON_SITELIBDIR%%/twisted/mail/test/pop3testserver.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/pop3testserver.pyo %%PYTHON_SITELIBDIR%%/twisted/mail/test/rfc822.message +%%PYTHON_SITELIBDIR%%/twisted/mail/test/server.pem %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.py %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.pyo From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:27 2013 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 ESMTP id CE128E78; Sat, 7 Sep 2013 16:15:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A30BD2878; Sat, 7 Sep 2013 16:15:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFRgq002287; Sat, 7 Sep 2013 16:15:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFRUX002285; Sat, 7 Sep 2013 16:15:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFRUX002285@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326647 - head/textproc/py-twistedLore 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.14 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, 07 Sep 2013 16:15:27 -0000 Author: sunpoet Date: Sat Sep 7 16:15:26 2013 New Revision: 326647 URL: http://svnweb.freebsd.org/changeset/ports/326647 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/lore/topfiles/NEWS Modified: head/textproc/py-twistedLore/Makefile (contents, props changed) head/textproc/py-twistedLore/distinfo (contents, props changed) Modified: head/textproc/py-twistedLore/Makefile ============================================================================== --- head/textproc/py-twistedLore/Makefile Sat Sep 7 16:15:22 2013 (r326646) +++ head/textproc/py-twistedLore/Makefile Sat Sep 7 16:15:26 2013 (r326647) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedLore -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedLore -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= textproc python -MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedLore-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Documentation generator with HTML and LaTeX support LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/textproc/py-twistedLore/distinfo ============================================================================== --- head/textproc/py-twistedLore/distinfo Sat Sep 7 16:15:22 2013 (r326646) +++ head/textproc/py-twistedLore/distinfo Sat Sep 7 16:15:26 2013 (r326647) @@ -1,2 +1,2 @@ -SHA256 (TwistedLore-12.1.0.tar.bz2) = 059ae5f2bac803b213b41d75fbdc95d7bcb333cbc6f0a2cec1ebcab02c125472 -SIZE (TwistedLore-12.1.0.tar.bz2) = 87197 +SHA256 (TwistedLore-13.1.0.tar.bz2) = 188d6bbc2d6a89d93c7958e76b86c56ee7b17bcabc0120500ec5328001e91f8c +SIZE (TwistedLore-13.1.0.tar.bz2) = 87451 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:36 2013 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 ESMTP id A7142F66; Sat, 7 Sep 2013 16:15:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85789287C; Sat, 7 Sep 2013 16:15:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFapD002612; Sat, 7 Sep 2013 16:15:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFZed002605; Sat, 7 Sep 2013 16:15:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFZed002605@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326649 - head/dns/py-twistedNames 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.14 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, 07 Sep 2013 16:15:36 -0000 Author: sunpoet Date: Sat Sep 7 16:15:35 2013 New Revision: 326649 URL: http://svnweb.freebsd.org/changeset/ports/326649 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS Modified: head/dns/py-twistedNames/Makefile (contents, props changed) head/dns/py-twistedNames/distinfo (contents, props changed) head/dns/py-twistedNames/pkg-plist (contents, props changed) Modified: head/dns/py-twistedNames/Makefile ============================================================================== --- head/dns/py-twistedNames/Makefile Sat Sep 7 16:15:31 2013 (r326648) +++ head/dns/py-twistedNames/Makefile Sat Sep 7 16:15:35 2013 (r326649) @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedNames -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedNames -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= dns devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNames-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= A DNS protocol implementation with client and server +COMMENT= DNS protocol implementation with client and server LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/dns/py-twistedNames/distinfo ============================================================================== --- head/dns/py-twistedNames/distinfo Sat Sep 7 16:15:31 2013 (r326648) +++ head/dns/py-twistedNames/distinfo Sat Sep 7 16:15:35 2013 (r326649) @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-12.1.0.tar.bz2) = b22537fe7009bb107ee1326e91c8a7e209cd6abf7fe3d7ff86247b9fc9ed9ced -SIZE (TwistedNames-12.1.0.tar.bz2) = 58205 +SHA256 (TwistedNames-13.1.0.tar.bz2) = f4d4825f77a0768a8a537a5b7604dc934be3fba547db444c3dafcef767476aa6 +SIZE (TwistedNames-13.1.0.tar.bz2) = 62294 Modified: head/dns/py-twistedNames/pkg-plist ============================================================================== --- head/dns/py-twistedNames/pkg-plist Sat Sep 7 16:15:31 2013 (r326648) +++ head/dns/py-twistedNames/pkg-plist Sat Sep 7 16:15:35 2013 (r326649) @@ -58,6 +58,9 @@ %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.py +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyc +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyo %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyo From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:45 2013 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 ESMTP id C140D236; Sat, 7 Sep 2013 16:15:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB47287E; Sat, 7 Sep 2013 16:15:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFjGq002859; Sat, 7 Sep 2013 16:15:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFiYr002857; Sat, 7 Sep 2013 16:15:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFiYr002857@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326651 - head/net/py-twistedPair 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.14 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, 07 Sep 2013 16:15:45 -0000 Author: sunpoet Date: Sat Sep 7 16:15:44 2013 New Revision: 326651 URL: http://svnweb.freebsd.org/changeset/ports/326651 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Remove unnecessary WRKSRC - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/pair/topfiles/NEWS Modified: head/net/py-twistedPair/Makefile (contents, props changed) head/net/py-twistedPair/distinfo (contents, props changed) Modified: head/net/py-twistedPair/Makefile ============================================================================== --- head/net/py-twistedPair/Makefile Sat Sep 7 16:15:40 2013 (r326650) +++ head/net/py-twistedPair/Makefile Sat Sep 7 16:15:44 2013 (r326651) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedPair -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedPair -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= net devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedPair-${PORTVERSION} @@ -16,16 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Twisted Pair can do low level TCP work LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/TwistedPair-${PORTVERSION} - USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/net/py-twistedPair/distinfo ============================================================================== --- head/net/py-twistedPair/distinfo Sat Sep 7 16:15:40 2013 (r326650) +++ head/net/py-twistedPair/distinfo Sat Sep 7 16:15:44 2013 (r326651) @@ -1,2 +1,2 @@ -SHA256 (TwistedPair-12.1.0.tar.bz2) = a8259148a8a7a2d051373be6aedd6d84460430ef9789399c6916bc564b8b1327 -SIZE (TwistedPair-12.1.0.tar.bz2) = 9162 +SHA256 (TwistedPair-13.1.0.tar.bz2) = fdc144dc4708be7cec54722df620d8abe1de192c0095aa297be0d4519588f39b +SIZE (TwistedPair-13.1.0.tar.bz2) = 9230 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:16:02 2013 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 ESMTP id D204B4CB; Sat, 7 Sep 2013 16:16:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E5252884; Sat, 7 Sep 2013 16:16:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GG1jP003236; Sat, 7 Sep 2013 16:16:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GG1W6003235; Sat, 7 Sep 2013 16:16:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071616.r87GG1W6003235@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326655 - head/devel/py-twisted 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.14 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, 07 Sep 2013 16:16:02 -0000 Author: sunpoet Date: Sat Sep 7 16:16:01 2013 New Revision: 326655 URL: http://svnweb.freebsd.org/changeset/ports/326655 Log: - Update to 13.1.0 - Update USE_PYTHON - Remove unnecessary WRKSRC - Cleanup Makefile header Modified: head/devel/py-twisted/Makefile (contents, props changed) Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Sat Sep 7 16:15:57 2013 (r326654) +++ head/devel/py-twisted/Makefile Sat Sep 7 16:16:01 2013 (r326655) @@ -1,26 +1,23 @@ -# New ports collection makefile for: py-twisted -# Date created: 16 August 2001 -# Whom: Johann Visagie -# +# Created by: Johann Visagie # $FreeBSD$ -# PORTNAME= twisted -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= devel net python MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # none +DISTFILES= # empty MAINTAINER= python@FreeBSD.org COMMENT= Metaport of Twisted, an event-driven networking engine +LICENSE= MIT + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore NO_BUILD= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 PYDISTUTILS_NOEGGINFO= yes -WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS OPTIONS_DEFAULT=CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS @@ -34,7 +31,7 @@ RUNNER_DESC= Process management WEB_DESC= HTTP protocol WORDS_DESC= Chat and Instant Messaging -# bypass infrastructure bug +# Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options do-install: From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2447A352; Sat, 7 Sep 2013 16:15:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1212D2882; Sat, 7 Sep 2013 16:15:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFrSM003036; Sat, 7 Sep 2013 16:15:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFrha003033; Sat, 7 Sep 2013 16:15:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFrha003033@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326653 - head/www/py-twistedWeb 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.14 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, 07 Sep 2013 16:15:54 -0000 Author: sunpoet Date: Sat Sep 7 16:15:53 2013 New Revision: 326653 URL: http://svnweb.freebsd.org/changeset/ports/326653 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/web/topfiles/NEWS Modified: head/www/py-twistedWeb/Makefile (contents, props changed) head/www/py-twistedWeb/distinfo (contents, props changed) head/www/py-twistedWeb/pkg-plist (contents, props changed) Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Sat Sep 7 16:15:48 2013 (r326652) +++ head/www/py-twistedWeb/Makefile Sat Sep 7 16:15:53 2013 (r326653) @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedWeb -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedWeb -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= www devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWeb-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An HTTP protocol implementation together with clients and servers +COMMENT= HTTP protocol implementation together with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/www/py-twistedWeb/distinfo ============================================================================== --- head/www/py-twistedWeb/distinfo Sat Sep 7 16:15:48 2013 (r326652) +++ head/www/py-twistedWeb/distinfo Sat Sep 7 16:15:53 2013 (r326653) @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-12.1.0.tar.bz2) = 9285a85c6fce549a06b643259cbb9defee3527ac803ef8eb7dad36127396984a -SIZE (TwistedWeb-12.1.0.tar.bz2) = 387896 +SHA256 (TwistedWeb-13.1.0.tar.bz2) = 2594fd520b74a8194fe82326fb3f0b72858020db345b18ad06aefd0690efb1aa +SIZE (TwistedWeb-13.1.0.tar.bz2) = 400465 Modified: head/www/py-twistedWeb/pkg-plist ============================================================================== --- head/www/py-twistedWeb/pkg-plist Sat Sep 7 16:15:48 2013 (r326652) +++ head/www/py-twistedWeb/pkg-plist Sat Sep 7 16:15:53 2013 (r326653) @@ -25,6 +25,9 @@ %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.py %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.py +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.pyo %%PYTHON_SITELIBDIR%%/twisted/web/_stan.py %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyo @@ -47,9 +50,6 @@ %%PYTHON_SITELIBDIR%%/twisted/web/error.pyc %%PYTHON_SITELIBDIR%%/twisted/web/error.pyo %%PYTHON_SITELIBDIR%%/twisted/web/failure.xhtml -%%PYTHON_SITELIBDIR%%/twisted/web/google.py -%%PYTHON_SITELIBDIR%%/twisted/web/google.pyc -%%PYTHON_SITELIBDIR%%/twisted/web/google.pyo %%PYTHON_SITELIBDIR%%/twisted/web/guard.py %%PYTHON_SITELIBDIR%%/twisted/web/guard.pyc %%PYTHON_SITELIBDIR%%/twisted/web/guard.pyo @@ -104,6 +104,12 @@ %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.py %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.pyo From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:41 2013 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 ESMTP id 62C75CC; Sat, 7 Sep 2013 16:15:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1085A287D; Sat, 7 Sep 2013 16:15:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFe66002734; Sat, 7 Sep 2013 16:15:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFeQX002716; Sat, 7 Sep 2013 16:15:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFeQX002716@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326650 - head/news/py-twistedNews 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.14 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, 07 Sep 2013 16:15:41 -0000 Author: sunpoet Date: Sat Sep 7 16:15:40 2013 New Revision: 326650 URL: http://svnweb.freebsd.org/changeset/ports/326650 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/news/topfiles/NEWS Modified: head/news/py-twistedNews/Makefile (contents, props changed) head/news/py-twistedNews/distinfo (contents, props changed) Modified: head/news/py-twistedNews/Makefile ============================================================================== --- head/news/py-twistedNews/Makefile Sat Sep 7 16:15:35 2013 (r326649) +++ head/news/py-twistedNews/Makefile Sat Sep 7 16:15:40 2013 (r326650) @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedNews -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedNews -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= news devel python -MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNews-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An NNTP protocol implementation with client and server +COMMENT= NNTP protocol implementation with client and server LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/news/py-twistedNews/distinfo ============================================================================== --- head/news/py-twistedNews/distinfo Sat Sep 7 16:15:35 2013 (r326649) +++ head/news/py-twistedNews/distinfo Sat Sep 7 16:15:40 2013 (r326650) @@ -1,2 +1,2 @@ -SHA256 (TwistedNews-12.1.0.tar.bz2) = 19d6598845497960db1f6cf76e99513c38c98e326459d71b69133414ce5ec027 -SIZE (TwistedNews-12.1.0.tar.bz2) = 19611 +SHA256 (TwistedNews-13.1.0.tar.bz2) = e3a187dd79fb47534e5ca78eface8d3c5cd3c7826ccc208f74afcc7bea0cb151 +SIZE (TwistedNews-13.1.0.tar.bz2) = 19691 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:51 2013 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 ESMTP id BD467319; Sat, 7 Sep 2013 16:15:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCF2287F; Sat, 7 Sep 2013 16:15:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFnMu002944; Sat, 7 Sep 2013 16:15:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFnYN002939; Sat, 7 Sep 2013 16:15:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFnYN002939@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326652 - head/devel/py-twistedRunner 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.14 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, 07 Sep 2013 16:15:51 -0000 Author: sunpoet Date: Sat Sep 7 16:15:48 2013 New Revision: 326652 URL: http://svnweb.freebsd.org/changeset/ports/326652 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/runner/topfiles/NEWS Modified: head/devel/py-twistedRunner/Makefile (contents, props changed) head/devel/py-twistedRunner/distinfo (contents, props changed) Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Sat Sep 7 16:15:44 2013 (r326651) +++ head/devel/py-twistedRunner/Makefile Sat Sep 7 16:15:48 2013 (r326652) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedRunner -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedRunner -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedRunner-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Runner has process management, including an inetd replacement LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/devel/py-twistedRunner/distinfo ============================================================================== --- head/devel/py-twistedRunner/distinfo Sat Sep 7 16:15:44 2013 (r326651) +++ head/devel/py-twistedRunner/distinfo Sat Sep 7 16:15:48 2013 (r326652) @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-12.1.0.tar.bz2) = 195d510361428c04484c99fc4725692042a8ead434ba4af0c072d559683b7617 -SIZE (TwistedRunner-12.1.0.tar.bz2) = 12853 +SHA256 (TwistedRunner-13.1.0.tar.bz2) = 8ae105abcc4905e0602bbd5c71555fe403f62923a1695e2dca0c36642d2387e8 +SIZE (TwistedRunner-13.1.0.tar.bz2) = 12906 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:58 2013 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 ESMTP id 4D8CE42D; Sat, 7 Sep 2013 16:15:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21A262883; Sat, 7 Sep 2013 16:15:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFwjQ003121; Sat, 7 Sep 2013 16:15:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFvuF003119; Sat, 7 Sep 2013 16:15:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFvuF003119@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326654 - head/net-im/py-twistedWords 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.14 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, 07 Sep 2013 16:15:58 -0000 Author: sunpoet Date: Sat Sep 7 16:15:57 2013 New Revision: 326654 URL: http://svnweb.freebsd.org/changeset/ports/326654 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/words/topfiles/NEWS Modified: head/net-im/py-twistedWords/Makefile (contents, props changed) head/net-im/py-twistedWords/distinfo (contents, props changed) Modified: head/net-im/py-twistedWords/Makefile ============================================================================== --- head/net-im/py-twistedWords/Makefile Sat Sep 7 16:15:53 2013 (r326653) +++ head/net-im/py-twistedWords/Makefile Sat Sep 7 16:15:57 2013 (r326654) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedWords -# Date created: 14 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedWords -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= net-im devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWords-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Twisted Words has more chat than you can handle LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include Modified: head/net-im/py-twistedWords/distinfo ============================================================================== --- head/net-im/py-twistedWords/distinfo Sat Sep 7 16:15:53 2013 (r326653) +++ head/net-im/py-twistedWords/distinfo Sat Sep 7 16:15:57 2013 (r326654) @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-12.1.0.tar.bz2) = 696f16e6ade8b2d68af8a0d8954d23bfc35b382025f457fdc47bdc265b81ac5f -SIZE (TwistedWords-12.1.0.tar.bz2) = 166618 +SHA256 (TwistedWords-13.1.0.tar.bz2) = 114641e867205cf8957e566e8a0b58dada50ff399b8f8ba6c4cfea681a2d7c94 +SIZE (TwistedWords-13.1.0.tar.bz2) = 173509 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:51:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 683D4F7C; Sat, 7 Sep 2013 16:51:13 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39AE029F4; Sat, 7 Sep 2013 16:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GpDok025303; Sat, 7 Sep 2013 16:51:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Gp99U025277; Sat, 7 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071651.r87Gp99U025277@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 16:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326656 - in head/devel: lcov p5-Config-INI-Simple p5-Data-Range-Compare p5-DateTime-Format-DateParse p5-Exception-Class-TryCatch p5-ExtUtils-CChecker p5-IO-Lambda p5-Inline-TT p5-Log-A... 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.14 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, 07 Sep 2013 16:51:13 -0000 Author: az Date: Sat Sep 7 16:51:08 2013 New Revision: 326656 URL: http://svnweb.freebsd.org/changeset/ports/326656 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/lcov/Makefile (contents, props changed) head/devel/p5-Config-INI-Simple/Makefile (contents, props changed) head/devel/p5-Data-Range-Compare/Makefile (contents, props changed) head/devel/p5-DateTime-Format-DateParse/Makefile head/devel/p5-Exception-Class-TryCatch/Makefile (contents, props changed) head/devel/p5-ExtUtils-CChecker/Makefile (contents, props changed) head/devel/p5-IO-Lambda/Makefile head/devel/p5-Inline-TT/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Dispatch/Makefile (contents, props changed) head/devel/p5-Module-Info/Makefile (contents, props changed) head/devel/p5-Module-Install/Makefile head/devel/p5-PAR-Packer/Makefile head/devel/p5-Parse-PlainConfig/Makefile (contents, props changed) head/devel/p5-Rcs-Agent/Makefile (contents, props changed) head/devel/p5-SVN-Look/Makefile (contents, props changed) head/devel/p5-Test-Net-RabbitMQ/Makefile head/devel/p5-TimeDate/Makefile (contents, props changed) head/devel/p5-boolean/Makefile head/devel/p5-capitalization/Makefile (contents, props changed) Modified: head/devel/lcov/Makefile ============================================================================== --- head/devel/lcov/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/lcov/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lcov -# Date created: 2010-02-11 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= lcov PORTVERSION= 1.10 @@ -19,7 +15,8 @@ LICENSE= GPLv1 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo MAN1= gendesc.1 genhtml.1 geninfo.1 genpng.1 lcov.1 Modified: head/devel/p5-Config-INI-Simple/Makefile ============================================================================== --- head/devel/p5-Config-INI-Simple/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Config-INI-Simple/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-INI-Simple -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Config-INI-Simple PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simple reading and writing from an INI file -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::INI::Simple.3 Modified: head/devel/p5-Data-Range-Compare/Makefile ============================================================================== --- head/devel/p5-Data-Range-Compare/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Data-Range-Compare/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Range-Compare -# Date created: 2010-11-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Data-Range-Compare PORTVERSION= 1.030 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Find gaps & intersections in lists of ranges -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Range::Compare.3 \ Data::Range::Compare::Cookbook.3 \ Modified: head/devel/p5-DateTime-Format-DateParse/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DateParse/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-DateTime-Format-DateParse/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DateTime::Format::DateParse.3 Modified: head/devel/p5-Exception-Class-TryCatch/Makefile ============================================================================== --- head/devel/p5-Exception-Class-TryCatch/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Exception-Class-TryCatch/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Exception-Class-TryCatch -# Date created: 2008-02-14 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Exception-Class-TryCatch PORTVERSION= 1.12 @@ -19,7 +15,8 @@ BUILD_DEPENDS+= p5-Exception-Class>=0:${ RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Exception::Class::TryCatch.3 Modified: head/devel/p5-ExtUtils-CChecker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CChecker/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-ExtUtils-CChecker/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ExtUtils::CChecker -# Date created: 21 Feb 2010 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= ExtUtils-CChecker PORTVERSION= 0.08 @@ -16,7 +12,8 @@ COMMENT= Configure-time utilities for us TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::CChecker.3 Modified: head/devel/p5-IO-Lambda/Makefile ============================================================================== --- head/devel/p5-IO-Lambda/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-IO-Lambda/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,7 +1,4 @@ -# New ports collection makefile for: devel/p5-IO-Lambda -# Date created: 06 Nov 2008 -# Whom: Vany Serezhkin -# +# Created by: Vany Serezhkin # $FreeBSD$ PORTNAME= IO-Lambda @@ -23,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-AnyEvent>=4.33:${PORTSDIR}/devel/p5-AnyEvent \ p5-DBI>=1.60.4:${PORTSDIR}/databases/p5-DBI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= --no-online-tests MAN3= IO::Lambda.3 \ Modified: head/devel/p5-Inline-TT/Makefile ============================================================================== --- head/devel/p5-Inline-TT/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Inline-TT/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Inline-TT -# Date created: 2006-09-26 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Inline-TT PORTVERSION= 0.07 @@ -18,7 +14,8 @@ COMMENT= Provides inline support for tem RUN_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \ p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Inline::TT.3 Modified: head/devel/p5-Log-Any-Adapter-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Any-Adapter-Dispatch/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Log-Any-Adapter-Dispatch/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Log::Any::Adapter::Dispatch -# Date created: 30 Aug 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Log-Any-Adapter-Dispatch PORTVERSION= 0.06 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter::Dispatch.3 Modified: head/devel/p5-Module-Info/Makefile ============================================================================== --- head/devel/p5-Module-Info/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Module-Info/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Module::Info -# Date created: 29 June 2003 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= Module-Info PORTVERSION= 0.34 @@ -17,7 +13,8 @@ COMMENT= Provides information about Perl BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= module_info.1 pfunc.1 MAN3= B::BUtils.3 B::Module::Info.3 Module::Info.3 Modified: head/devel/p5-Module-Install/Makefile ============================================================================== --- head/devel/p5-Module-Install/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Module-Install/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Module-Install -# Date created: Sep 15 2004 -# Whom: clsung -# +# Created by: clsung # $FreeBSD$ -# PORTNAME= Module-Install PORTVERSION= 1.06 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-File-Remove>=1.42:${PO p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= --skip MAN3= inc::Module::Install.3 \ Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-PAR-Packer/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-PAR-Packer -# Date created: Dec 06 2006 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= PAR-Packer PORTVERSION= 1.01.4 @@ -27,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= sketchy-* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes MAN1= par.pl.1 parl.1 pp.1 tkpp.1 Modified: head/devel/p5-Parse-PlainConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PlainConfig/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Parse-PlainConfig/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-PlainConfig -# Date created: December 2nd 2010 -# Whom: Peter Vereshagin -# +# Created by: Peter Vereshagin # $FreeBSD$ -# PORTNAME= Parse-PlainConfig PORTVERSION= 2.06 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Paranoid>0:${PORTSDIR}/d p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ p5-Text-Tabs+Wrap>0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::PlainConfig.3 Modified: head/devel/p5-Rcs-Agent/Makefile ============================================================================== --- head/devel/p5-Rcs-Agent/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Rcs-Agent/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -13,7 +13,8 @@ COMMENT= A perl module for RCS archive m BUILD_DEPENDS= p5-String-ShellQuote>1.00:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Rcs::Agent.3 Modified: head/devel/p5-SVN-Look/Makefile ============================================================================== --- head/devel/p5-SVN-Look/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-SVN-Look/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN::Look -# Date created: 2009-01-27 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Look PORTVERSION= 0.38 @@ -21,7 +17,8 @@ RUN_DEPENDS= subversion>=1.7.0:${PORTSDI p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Look.3 Modified: head/devel/p5-Test-Net-RabbitMQ/Makefile ============================================================================== --- head/devel/p5-Test-Net-RabbitMQ/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Test-Net-RabbitMQ/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Net-RabbitMQ -# Date created: 2010-09-10 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Test-Net-RabbitMQ PORTVERSION= 0.09 @@ -20,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Net::RabbitMQ.3 Modified: head/devel/p5-TimeDate/Makefile ============================================================================== --- head/devel/p5-TimeDate/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-TimeDate/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-TimeDate -# Date created: Mon Sep 1 17:03:41 CEST 1997 -# Whom: Andreas Klemm -# +# Created by: Andreas Klemm # $FreeBSD$ -# PORTNAME= TimeDate PORTVERSION= 2.30 @@ -17,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module containing a better/faster date parser for absolute dates -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Date::Format.3 Date::Language.3 Date::Language::Bulgarian.3 \ Date::Language::Hungarian.3 Date::Parse.3 Time::Zone.3 Modified: head/devel/p5-boolean/Makefile ============================================================================== --- head/devel/p5-boolean/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-boolean/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -14,7 +14,8 @@ COMMENT= Boolean support for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= boolean.3 Modified: head/devel/p5-capitalization/Makefile ============================================================================== --- head/devel/p5-capitalization/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-capitalization/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: capitalization.pm -# Date created: 29 August 2005 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= capitalization PORTVERSION= 0.03 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Devel-Symdump>=0:${POR p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= capitalization.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:13:47 2013 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 ESMTP id CD16071B; Sat, 7 Sep 2013 17:13:47 +0000 (UTC) (envelope-from naddy@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FCF02AD3; Sat, 7 Sep 2013 17:13:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HDli6039165; Sat, 7 Sep 2013 17:13:47 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HDlMa039161; Sat, 7 Sep 2013 17:13:47 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201309071713.r87HDlMa039161@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 7 Sep 2013 17:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326657 - in head/sysutils/sdd: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 17:13:47 -0000 Author: naddy Date: Sat Sep 7 17:13:46 2013 New Revision: 326657 URL: http://svnweb.freebsd.org/changeset/ports/326657 Log: * Fix build with clang. * Remove gmake warning. * Drop maintainership. Added: head/sysutils/sdd/files/patch-RULES_mk-gmake.id (contents, props changed) head/sysutils/sdd/files/patch-inc_avoffset.c (contents, props changed) Modified: head/sysutils/sdd/Makefile (contents, props changed) Modified: head/sysutils/sdd/Makefile ============================================================================== --- head/sysutils/sdd/Makefile Sat Sep 7 16:51:08 2013 (r326656) +++ head/sysutils/sdd/Makefile Sat Sep 7 17:13:46 2013 (r326657) @@ -5,7 +5,7 @@ PORTVERSION= 1.52 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/ -MAINTAINER= naddy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Faster and improved version of dd USES= gmake Added: head/sysutils/sdd/files/patch-RULES_mk-gmake.id ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/sdd/files/patch-RULES_mk-gmake.id Sat Sep 7 17:13:46 2013 (r326657) @@ -0,0 +1,11 @@ +--- RULES/mk-gmake.id.orig 2004-08-03 23:33:18.000000000 +0200 ++++ RULES/mk-gmake.id 2013-09-07 17:37:34.000000000 +0200 +@@ -37,7 +37,7 @@ MAKEPROG= gmake + + ifndef ARCH_DONE + +-__gmake_warn:= $(shell cat $(SRCROOT)/$(RULESDIR)/gmake.wrn 1>&2; sleep 15) ++__gmake_warn:= : + + _MACHCMD= (mach || uname -p || true) 2> /dev/null + _ARCHCMD= (arch || /usr/ucb/arch || true) 2> /dev/null Added: head/sysutils/sdd/files/patch-inc_avoffset.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/sdd/files/patch-inc_avoffset.c Sat Sep 7 17:13:46 2013 (r326657) @@ -0,0 +1,12 @@ +--- inc/avoffset.c.orig 2004-05-09 13:06:08.000000000 +0200 ++++ inc/avoffset.c 2013-09-07 19:06:44.000000000 +0200 +@@ -78,6 +78,9 @@ main(ac, av) + signal(SIGBUS, handler); + #endif + signal(SIGSEGV, handler); ++#ifdef SIGILL ++ signal(SIGILL, handler); ++#endif + + printf("/*\n"); + printf(" * This file has been generated automatically\n"); From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:20:33 2013 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 ESMTP id 71BABAB4; Sat, 7 Sep 2013 17:20:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2682B03; Sat, 7 Sep 2013 17:20:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HKXA0042979; Sat, 7 Sep 2013 17:20:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HKLYF042852; Sat, 7 Sep 2013 17:20:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071720.r87HKLYF042852@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326658 - in head: audio/festdoc audio/festlex-oald audio/festvox-don audio/festvox-el11 audio/festvox-kal16 audio/festvox-kal8 audio/festvox-ked16 audio/festvox-ked8 audio/festvox-rab1... 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.14 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, 07 Sep 2013 17:20:33 -0000 Author: sunpoet Date: Sat Sep 7 17:20:21 2013 New Revision: 326658 URL: http://svnweb.freebsd.org/changeset/ports/326658 Log: - Use single space after WWW: Modified: head/audio/festdoc/pkg-descr (contents, props changed) head/audio/festlex-oald/pkg-descr (contents, props changed) head/audio/festvox-don/pkg-descr (contents, props changed) head/audio/festvox-el11/pkg-descr (contents, props changed) head/audio/festvox-kal16/pkg-descr (contents, props changed) head/audio/festvox-kal8/pkg-descr (contents, props changed) head/audio/festvox-ked16/pkg-descr (contents, props changed) head/audio/festvox-ked8/pkg-descr (contents, props changed) head/audio/festvox-rab16/pkg-descr (contents, props changed) head/audio/festvox-rab8/pkg-descr (contents, props changed) head/audio/gigedit/pkg-descr (contents, props changed) head/audio/pocketsphinx/pkg-descr (contents, props changed) head/audio/sphinx/pkg-descr (contents, props changed) head/audio/sphinxbase/pkg-descr (contents, props changed) head/audio/spiralsynth/pkg-descr (contents, props changed) head/biology/fasta3/pkg-descr (contents, props changed) head/cad/tkgate/pkg-descr (contents, props changed) head/devel/cvsgraph/pkg-descr (contents, props changed) head/devel/entity/pkg-descr (contents, props changed) head/devel/p5-C-Scan/pkg-descr (contents, props changed) head/devel/piklab/pkg-descr (contents, props changed) head/devel/py-gitpython/pkg-descr (contents, props changed) head/devel/py-pmock/pkg-descr (contents, props changed) head/devel/py-xoltar-toolkit/pkg-descr (contents, props changed) head/devel/sfio/pkg-descr (contents, props changed) head/devel/subcommander2/pkg-descr (contents, props changed) head/graphics/acidwarp/pkg-descr (contents, props changed) head/graphics/giblib/pkg-descr (contents, props changed) head/graphics/gozer/pkg-descr (contents, props changed) head/japanese/ctags/pkg-descr (contents, props changed) head/japanese/mtools/pkg-descr (contents, props changed) head/lang/diveintopython/pkg-descr (contents, props changed) head/mail/mailsync/pkg-descr (contents, props changed) head/math/emc2/pkg-descr (contents, props changed) head/math/py-gato/pkg-descr (contents, props changed) head/math/tetgen/pkg-descr (contents, props changed) head/multimedia/vstream-client/pkg-descr (contents, props changed) head/net/py-soappy-devel/pkg-descr (contents, props changed) head/net/py-xmlrpclib/pkg-descr (contents, props changed) head/net/py-zsi/pkg-descr (contents, props changed) head/science/jmol/pkg-descr (contents, props changed) head/security/outguess/pkg-descr (contents, props changed) head/sysutils/rfstool/pkg-descr (contents, props changed) head/textproc/docbook-tdg/pkg-descr (contents, props changed) head/textproc/fileshuffle/pkg-descr (contents, props changed) head/textproc/py-asv/pkg-descr (contents, props changed) head/textproc/rxp/pkg-descr (contents, props changed) head/textproc/sowing/pkg-descr (contents, props changed) head/www/reportmagic/pkg-descr (contents, props changed) head/x11-fm/gprename/pkg-descr (contents, props changed) head/x11-fm/xdiskusage/pkg-descr (contents, props changed) head/x11-fonts/sgifonts/pkg-descr (contents, props changed) head/x11-wm/clementine/pkg-descr (contents, props changed) head/x11-wm/qlwm/pkg-descr (contents, props changed) head/x11/vdesk/pkg-descr (contents, props changed) Modified: head/audio/festdoc/pkg-descr ============================================================================== --- head/audio/festdoc/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festdoc/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,3 +1,3 @@ Festival documentation in texinfo, HTML, DVI and PostScript formats -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Modified: head/audio/festlex-oald/pkg-descr ============================================================================== --- head/audio/festlex-oald/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festlex-oald/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -2,4 +2,4 @@ This is the Oxford Advanced Learner's pr (British English), modified for the Festival speech synthesis system. -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Modified: head/audio/festvox-don/pkg-descr ============================================================================== --- head/audio/festvox-don/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-don/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -7,6 +7,6 @@ duration methods as rab_diphone. This voice can be activated via (voice_don_diphone). -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson Modified: head/audio/festvox-el11/pkg-descr ============================================================================== --- head/audio/festvox-el11/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-el11/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -8,4 +8,4 @@ are minimal but are acceptable for simpl This voice can be activated via (voice_el_diphone) . -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Modified: head/audio/festvox-kal16/pkg-descr ============================================================================== --- head/audio/festvox-kal16/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-kal16/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -8,6 +8,6 @@ Intonation is provided by a CART tree pr an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson Modified: head/audio/festvox-kal8/pkg-descr ============================================================================== --- head/audio/festvox-kal8/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-kal8/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -8,6 +8,6 @@ Intonation is provided by a CART tree pr an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson Modified: head/audio/festvox-ked16/pkg-descr ============================================================================== --- head/audio/festvox-ked16/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-ked16/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,4 +10,4 @@ The duration model is also trained from This voice can be activated via (voice_ked_diphone) . -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Modified: head/audio/festvox-ked8/pkg-descr ============================================================================== --- head/audio/festvox-ked8/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-ked8/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,4 +10,4 @@ The duration model is also trained from This voice can be activated via (voice_ked_diphone) . -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Modified: head/audio/festvox-rab16/pkg-descr ============================================================================== --- head/audio/festvox-rab16/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-rab16/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,6 +10,6 @@ The duration model is also trained from This voice can be activated via (voice_rab_diphone). -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson Modified: head/audio/festvox-rab8/pkg-descr ============================================================================== --- head/audio/festvox-rab8/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/festvox-rab8/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -13,6 +13,6 @@ This voice can be activated via (voice_r It is sampled at 8 kHz and conflicts with the festvox-rab16 package (16 kHz samples). -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson Modified: head/audio/gigedit/pkg-descr ============================================================================== --- head/audio/gigedit/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/gigedit/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ GigEdit is a graphical instrument editor based on the Gtk toolkit. It can be used stand-alone or in conjunction with LinuxSampler. -WWW: http://www.linuxsampler.org/ +WWW: http://www.linuxsampler.org/ Modified: head/audio/pocketsphinx/pkg-descr ============================================================================== --- head/audio/pocketsphinx/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/pocketsphinx/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -9,4 +9,4 @@ Once the system is built, try running th The pocketsphinx-test script should run pocketsphinx-batch over an example utterance of "go forward ten meters." -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://www.speech.cs.cmu.edu/sphinx/ Modified: head/audio/sphinx/pkg-descr ============================================================================== --- head/audio/sphinx/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/sphinx/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -9,6 +9,6 @@ Once the system is built, try running th The sphinx2-test script should run sphinx2-batch over an example utterance of "go forward ten meters." -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://www.speech.cs.cmu.edu/sphinx/ Trevor Johnson Modified: head/audio/sphinxbase/pkg-descr ============================================================================== --- head/audio/sphinxbase/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/sphinxbase/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -7,4 +7,4 @@ Once the system is built, try running th The sphinx-test script should run sphinx-batch over an example utterance of "go forward ten meters." -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://www.speech.cs.cmu.edu/sphinx/ Modified: head/audio/spiralsynth/pkg-descr ============================================================================== --- head/audio/spiralsynth/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/audio/spiralsynth/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -17,6 +17,6 @@ The function keys change the octave. Sample output and a detailed list of features can be found on the home page. -WWW: http://www.pawfal.org/Software/SpiralSynth/ +WWW: http://www.pawfal.org/Software/SpiralSynth/ Trevor Johnson Modified: head/biology/fasta3/pkg-descr ============================================================================== --- head/biology/fasta3/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/biology/fasta3/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -15,4 +15,4 @@ The FASTA3 suite is distributed freely s not be sold or incorporated into a commercial product. Author: William R Pearson -WWW: http://fasta.bioch.virginia.edu/ +WWW: http://fasta.bioch.virginia.edu/ Modified: head/cad/tkgate/pkg-descr ============================================================================== --- head/cad/tkgate/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/cad/tkgate/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -14,4 +14,4 @@ simple gate-level 3-bit adder to a 16-bi "Animals" game. For more information on TkGate, see the TkGate web site at: -WWW: http://www.tkgate.org +WWW: http://www.tkgate.org Modified: head/devel/cvsgraph/pkg-descr ============================================================================== --- head/devel/cvsgraph/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/cvsgraph/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -6,6 +6,6 @@ cvsgraph -r /home/ncvs -m ports/devel/cv It can also be used with cvsweb. A patch to cvsweb is available through the cvsgraph home page. -WWW: http://www.akhphd.au.dk/~bertho/cvsgraph/ +WWW: http://www.akhphd.au.dk/~bertho/cvsgraph/ Trevor Johnson Modified: head/devel/entity/pkg-descr ============================================================================== --- head/devel/entity/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/entity/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -18,4 +18,4 @@ The interface for creating UIs and progr allows for rapid application development. Entity currently supports Perl, Python, TCL, Javascript, and C for doing runtime XML creation and modification. -WWW: http://entity.sourceforge.net/ +WWW: http://entity.sourceforge.net/ Modified: head/devel/p5-C-Scan/pkg-descr ============================================================================== --- head/devel/p5-C-Scan/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/p5-C-Scan/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -3,4 +3,4 @@ constructs such as included header files declarations of functions, extern declarations, and typedefs. It uses the Data::Flow interface. -WWW: http://search.cpan.org/dist/C-Scan/ +WWW: http://search.cpan.org/dist/C-Scan/ Modified: head/devel/piklab/pkg-descr ============================================================================== --- head/devel/piklab/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/piklab/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -9,4 +9,4 @@ It supports the most common programmers Pickit2, PicStart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2, and Picdem). -WWW: http://piklab.sourceforge.net/ +WWW: http://piklab.sourceforge.net/ Modified: head/devel/py-gitpython/pkg-descr ============================================================================== --- head/devel/py-gitpython/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/py-gitpython/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -7,4 +7,4 @@ parent commit(s), trees, blobs, etc. GitPython is a port of the grit library in Ruby created by Tom Preston-Werner and Chris Wanstrath. -WWW: http://gitorious.org/projects/git-python/ +WWW: http://gitorious.org/projects/git-python/ Modified: head/devel/py-pmock/pkg-descr ============================================================================== --- head/devel/py-pmock/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/py-pmock/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ Inspired by the Java jMock library, pMock makes the writing of unit tests using mock object techniques easier. -WWW: http://pmock.sourceforge.net/ +WWW: http://pmock.sourceforge.net/ Modified: head/devel/py-xoltar-toolkit/pkg-descr ============================================================================== --- head/devel/py-xoltar-toolkit/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/py-xoltar-toolkit/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -7,5 +7,5 @@ since lists are mutable in Python, tuple equivalents for map, filter, reduce, and zip. It also includes some higher-order functions for composing functions. -WWW: http://sourceforge.net/projects/xoltar-toolkit/ +WWW: http://sourceforge.net/projects/xoltar-toolkit/ See also: http://www-106.ibm.com/developerworks/library/l-prog.html Modified: head/devel/sfio/pkg-descr ============================================================================== --- head/devel/sfio/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/sfio/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -12,4 +12,4 @@ A set of regression tests is available i $(WRKDIR)/src/lib/sfio/Sfio_t. These tests can be exercised by running the shell script runtest after building the library. -WWW: http://www.research.att.com/sw/tools/sfio/ +WWW: http://www.research.att.com/sw/tools/sfio/ Modified: head/devel/subcommander2/pkg-descr ============================================================================== --- head/devel/subcommander2/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/devel/subcommander2/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -2,4 +2,4 @@ The goal of the Subcommander project is cross platform (Win32, Unix, MacOSX) subversion GUI client (subcommander) including a visual diff and merge tool (submerge). -WWW: http://subcommander.tigris.org/ +WWW: http://subcommander.tigris.org/ Modified: head/graphics/acidwarp/pkg-descr ============================================================================== --- head/graphics/acidwarp/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/graphics/acidwarp/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -5,4 +5,4 @@ hypnotic effect. After exiting the program, you must switch consoles before the display will be usable again. -WWW: http://www.noah.org/acidwarp/index.html +WWW: http://www.noah.org/acidwarp/index.html Modified: head/graphics/giblib/pkg-descr ============================================================================== --- head/graphics/giblib/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/graphics/giblib/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ A utility library that incorporates doubly linked lists, some string functions, and a wrapper for imlib2. -WWW: http://www.linuxbrit.co.uk/giblib/ +WWW: http://www.linuxbrit.co.uk/giblib/ Modified: head/graphics/gozer/pkg-descr ============================================================================== --- head/graphics/gozer/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/graphics/gozer/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -2,4 +2,4 @@ A commandline text rendering utility for antialised truetype fonts using optional fontsyle, wordwrapping, and layout control. -WWW: http://linuxbrit.co.uk/gozer/ +WWW: http://linuxbrit.co.uk/gozer/ Modified: head/japanese/ctags/pkg-descr ============================================================================== --- head/japanese/ctags/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/japanese/ctags/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -13,4 +13,4 @@ COBOL, Eiffel, Fortran, HTML, Java, Java Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell (Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc. -WWW: http://hp.vector.co.jp/authors/VA025040/ctags/ +WWW: http://hp.vector.co.jp/authors/VA025040/ctags/ Modified: head/japanese/mtools/pkg-descr ============================================================================== --- head/japanese/mtools/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/japanese/mtools/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -21,4 +21,4 @@ escape the filenames with quotes. The r routines follow Unix-style rules: '*' matches all files. Archive, hidden, read-only and system attributes are ignored in pattern matching. SJIS Short File Name and Unicode Long File Name files, and 1232 kB floppies, are supported. -WWW: http://mtools.linux.lu/ +WWW: http://mtools.linux.lu/ Modified: head/lang/diveintopython/pkg-descr ============================================================================== --- head/lang/diveintopython/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/lang/diveintopython/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -4,4 +4,4 @@ The book is published under the GNU Free available in a variety of formats. It is currently being translated into a number of languages. -WWW: http://www.diveintopython.net/ +WWW: http://www.diveintopython.net/ Modified: head/mail/mailsync/pkg-descr ============================================================================== --- head/mail/mailsync/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/mail/mailsync/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ Mailsync is a way of keeping a collection of mailboxes synchronized. The mailboxes may be on the local filesystem or on an IMAP server. -WWW: http://mailsync.sourceforge.net/ +WWW: http://mailsync.sourceforge.net/ Modified: head/math/emc2/pkg-descr ============================================================================== --- head/math/emc2/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/math/emc2/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -7,4 +7,4 @@ and modified via the addition, removal, It is suggested that users also install the math/bamg port. -WWW: http://www.ann.jussieu.fr/~hecht/main.html +WWW: http://www.ann.jussieu.fr/~hecht/main.html Modified: head/math/py-gato/pkg-descr ============================================================================== --- head/math/py-gato/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/math/py-gato/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,4 +10,4 @@ Paraphrasing the website: immediately to an effect - changes to the graph the algorithm has as its input - by terms of blinking, changing colors and other visual effects. -WWW: http://gato.sourceforge.net/ +WWW: http://gato.sourceforge.net/ Modified: head/math/tetgen/pkg-descr ============================================================================== --- head/math/tetgen/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/math/tetgen/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -9,4 +9,4 @@ hull as well. The program is written in it should be very easy to compile and run on all major computer systems. It can be also used as a library embedded into other applications. -WWW: http://tetgen.org/ +WWW: http://tetgen.org/ Modified: head/multimedia/vstream-client/pkg-descr ============================================================================== --- head/multimedia/vstream-client/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/multimedia/vstream-client/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -8,4 +8,4 @@ streams live over a network. (As of October 2005, mplayer does in fact have support for this library.) -WWW: http://code.google.com/p/vstream-client/ +WWW: http://code.google.com/p/vstream-client/ Modified: head/net/py-soappy-devel/pkg-descr ============================================================================== --- head/net/py-soappy-devel/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/net/py-soappy-devel/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,3 +1,3 @@ A SOAP implementation for python. -WWW: http://pywebsvcs.sourceforge.net/ +WWW: http://pywebsvcs.sourceforge.net/ Modified: head/net/py-xmlrpclib/pkg-descr ============================================================================== --- head/net/py-xmlrpclib/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/net/py-xmlrpclib/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -12,4 +12,4 @@ Python's SocketServer class, and an XML- Version 0.9.9 is regarded as a beta-quality development release. -WWW: http://www.pythonware.com/products/xmlrpc/ +WWW: http://www.pythonware.com/products/xmlrpc/ Modified: head/net/py-zsi/pkg-descr ============================================================================== --- head/net/py-zsi/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/net/py-zsi/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -11,4 +11,4 @@ Paraphrasing the original (2.0) website: ZSI requires Python 2.3 or later and PyXML version 0.8.3 or later. Author: Rich Salz -WWW: http://pywebsvcs.sourceforge.net/ +WWW: http://pywebsvcs.sourceforge.net/ Modified: head/science/jmol/pkg-descr ============================================================================== --- head/science/jmol/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/science/jmol/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -6,4 +6,4 @@ chemistry programs, and animation of multi-frame files and computed normal modes from quantum programs. -WWW: http://sourceforge.net/projects/jmol/ +WWW: http://sourceforge.net/projects/jmol/ Modified: head/security/outguess/pkg-descr ============================================================================== --- head/security/outguess/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/security/outguess/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,6 +10,6 @@ and JPEG image formats are supported. The histogram utility is not installed by this port/package because it crashes. -WWW: http://www.outguess.org/ +WWW: http://www.outguess.org/ Trevor Johnson Modified: head/sysutils/rfstool/pkg-descr ============================================================================== --- head/sysutils/rfstool/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/sysutils/rfstool/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -3,4 +3,4 @@ file systems. The home page has instructions on its usage. -WWW: http://p-nand-q.com/download/rfstool.html +WWW: http://p-nand-q.com/download/rfstool.html Modified: head/textproc/docbook-tdg/pkg-descr ============================================================================== --- head/textproc/docbook-tdg/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/textproc/docbook-tdg/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -12,4 +12,4 @@ The current edition purports to document HTML Forms, MathML and SVG modules. Author: -WWW: http://www.docbook.org/ +WWW: http://www.docbook.org/ Modified: head/textproc/fileshuffle/pkg-descr ============================================================================== --- head/textproc/fileshuffle/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/textproc/fileshuffle/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -2,4 +2,4 @@ shuffle, as its name implies, shuffles t standard input, or the named files) into random order. It is in a sense the very inverse of sort(1)). -WWW: http://www.eskimo.com/~scs/src/#shuffle +WWW: http://www.eskimo.com/~scs/src/#shuffle Modified: head/textproc/py-asv/pkg-descr ============================================================================== --- head/textproc/py-asv/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/textproc/py-asv/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -10,4 +10,4 @@ This release of ASV requires Python 2.0 as a beta version. Author: Laurence Tratt -WWW: http://tratt.net/laurie/python/asv/ +WWW: http://tratt.net/laurie/python/asv/ Modified: head/textproc/rxp/pkg-descr ============================================================================== --- head/textproc/rxp/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/textproc/rxp/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ RXP is a validating XML parser written in C. It is licensed under the GNU Public Licence. -WWW: http://www.cogsci.ed.ac.uk/~richard/rxp.html +WWW: http://www.cogsci.ed.ac.uk/~richard/rxp.html Modified: head/textproc/sowing/pkg-descr ============================================================================== --- head/textproc/sowing/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/textproc/sowing/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ Text processing tools developed by Bill Gropp. It might be used to build the PETSc & MPICH documentation. -WWW: http://www.mcs.anl.gov/petsc/petsc-2/developers/ +WWW: http://www.mcs.anl.gov/petsc/petsc-2/developers/ Modified: head/www/reportmagic/pkg-descr ============================================================================== --- head/www/reportmagic/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/www/reportmagic/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -3,4 +3,4 @@ web site statistics software. Report Mag by Analog and formatting options set by you to make readable, presentable reports of your Web site data. -WWW: http://www.reportmagic.org +WWW: http://www.reportmagic.org Modified: head/x11-fm/gprename/pkg-descr ============================================================================== --- head/x11-fm/gprename/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11-fm/gprename/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -3,4 +3,4 @@ files numerically, insert/delete charact position(s), replace strings (either using regular express or not), and change case. -WWW: http://gprename.sourceforge.net/ +WWW: http://gprename.sourceforge.net/ Modified: head/x11-fm/xdiskusage/pkg-descr ============================================================================== --- head/x11-fm/xdiskusage/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11-fm/xdiskusage/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -4,6 +4,6 @@ optionally lists the files themselves. tree, or back out, by clicking on the graph. If you save the output of "du" in a file, xdiskusage can analyze that too. PostScript output is available. -WWW: http://xdiskusage.sourceforge.net/ +WWW: http://xdiskusage.sourceforge.net/ Trevor Johnson Modified: head/x11-fonts/sgifonts/pkg-descr ============================================================================== --- head/x11-fonts/sgifonts/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11-fonts/sgifonts/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,3 +1,3 @@ These are the fonts from the SGI ProPack for Linux. -WWW: http://oss.sgi.com/projects/sgi_propack/ +WWW: http://oss.sgi.com/projects/sgi_propack/ Modified: head/x11-wm/clementine/pkg-descr ============================================================================== --- head/x11-wm/clementine/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11-wm/clementine/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -1,4 +1,4 @@ Clementine is based on aewm. It has title bars, iconizing, and styles. It is still in an early stage of development. -WWW: http://clementine.sourceforge.net/ +WWW: http://clementine.sourceforge.net/ Modified: head/x11-wm/qlwm/pkg-descr ============================================================================== --- head/x11-wm/qlwm/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11-wm/qlwm/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -6,7 +6,7 @@ be swallowed by its toolbar. Caution! Killing this window manager will kill some of your X clients (applications). -WWW: http://www.alinden.mynetcologne.de/qlwm/ -and http://www.netcologne.de/~nc-lindenal/qlwm +WWW: http://www.alinden.mynetcologne.de/qlwm/ +WWW: http://www.mynetcologne.de/~nc-lindenal/qlwm/ Trevor Johnson Modified: head/x11/vdesk/pkg-descr ============================================================================== --- head/x11/vdesk/pkg-descr Sat Sep 7 17:13:46 2013 (r326657) +++ head/x11/vdesk/pkg-descr Sat Sep 7 17:20:21 2013 (r326658) @@ -8,4 +8,4 @@ from the Web page: to a desktop, where desktop 0 means that the window should be made sticky. -WWW: http://offog.org/code/ +WWW: http://offog.org/code/ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:21:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20ADAF82; Sat, 7 Sep 2013 17:21:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8D802B36; Sat, 7 Sep 2013 17:21:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HLtIQ045318; Sat, 7 Sep 2013 17:21:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HLtre045317; Sat, 7 Sep 2013 17:21:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071721.r87HLtre045317@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326662 - head/x11-toolkits/py-tkinter 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.14 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, 07 Sep 2013 17:21:58 -0000 Author: sunpoet Date: Sat Sep 7 17:21:55 2013 New Revision: 326662 URL: http://svnweb.freebsd.org/changeset/ports/326662 Log: - Add PORTSCOUT=ignore:1 to avoid false alarm Modified: head/x11-toolkits/py-tkinter/Makefile Modified: head/x11-toolkits/py-tkinter/Makefile ============================================================================== --- head/x11-toolkits/py-tkinter/Makefile Sat Sep 7 17:21:51 2013 (r326661) +++ head/x11-toolkits/py-tkinter/Makefile Sat Sep 7 17:21:55 2013 (r326662) @@ -13,6 +13,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings to the Tk widget set +PORTSCOUT= ignore:1 + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_TK= yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:21:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D03EDCA; Sat, 7 Sep 2013 17:21:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD282B32; Sat, 7 Sep 2013 17:21:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HLmP2045126; Sat, 7 Sep 2013 17:21:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HLmDD045125; Sat, 7 Sep 2013 17:21:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071721.r87HLmDD045125@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326660 - head/databases/py-gdbm 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.14 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, 07 Sep 2013 17:21:48 -0000 Author: sunpoet Date: Sat Sep 7 17:21:47 2013 New Revision: 326660 URL: http://svnweb.freebsd.org/changeset/ports/326660 Log: - Add PORTSCOUT=ignore:1 to avoid false alarm Modified: head/databases/py-gdbm/Makefile (contents, props changed) Modified: head/databases/py-gdbm/Makefile ============================================================================== --- head/databases/py-gdbm/Makefile Sat Sep 7 17:21:44 2013 (r326659) +++ head/databases/py-gdbm/Makefile Sat Sep 7 17:21:47 2013 (r326660) @@ -15,6 +15,8 @@ COMMENT= Python bindings to the GNU dbm LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm +PORTSCOUT= ignore:1 + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_XZ= yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:21:52 2013 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 ESMTP id 793B1E8E; Sat, 7 Sep 2013 17:21:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9AA2B35; Sat, 7 Sep 2013 17:21:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HLqhF045251; Sat, 7 Sep 2013 17:21:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HLqtv045250; Sat, 7 Sep 2013 17:21:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071721.r87HLqtv045250@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326661 - head/databases/py-sqlite3 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.14 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, 07 Sep 2013 17:21:52 -0000 Author: sunpoet Date: Sat Sep 7 17:21:51 2013 New Revision: 326661 URL: http://svnweb.freebsd.org/changeset/ports/326661 Log: - Add PORTSCOUT=ignore:1 to avoid false alarm Modified: head/databases/py-sqlite3/Makefile Modified: head/databases/py-sqlite3/Makefile ============================================================================== --- head/databases/py-sqlite3/Makefile Sat Sep 7 17:21:47 2013 (r326660) +++ head/databases/py-sqlite3/Makefile Sat Sep 7 17:21:51 2013 (r326661) @@ -15,6 +15,8 @@ COMMENT= Standard Python binding to the LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +PORTSCOUT= ignore:1 + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_XZ= yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:21:44 2013 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 ESMTP id ECCBDCCE; Sat, 7 Sep 2013 17:21:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA68A2B31; Sat, 7 Sep 2013 17:21:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HLiRC045054; Sat, 7 Sep 2013 17:21:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HLiXA045052; Sat, 7 Sep 2013 17:21:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071721.r87HLiXA045052@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326659 - head/databases/py-bsddb 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.14 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, 07 Sep 2013 17:21:45 -0000 Author: sunpoet Date: Sat Sep 7 17:21:44 2013 New Revision: 326659 URL: http://svnweb.freebsd.org/changeset/ports/326659 Log: - Add PORTSCOUT=ignore:1 to avoid false alarm Modified: head/databases/py-bsddb/Makefile (contents, props changed) Modified: head/databases/py-bsddb/Makefile ============================================================================== --- head/databases/py-bsddb/Makefile Sat Sep 7 17:20:21 2013 (r326658) +++ head/databases/py-bsddb/Makefile Sat Sep 7 17:21:44 2013 (r326659) @@ -13,6 +13,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Standard Python bindings to the Berkeley DB library +PORTSCOUT= ignore:1 + USE_BDB= 43+ USE_PYTHON= yes USE_PYDISTUTILS=yes From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:21:59 2013 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 ESMTP id 6546DFA1; Sat, 7 Sep 2013 17:21:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 521782B3A; Sat, 7 Sep 2013 17:21:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HLxHw045427; Sat, 7 Sep 2013 17:21:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HLxWd045426; Sat, 7 Sep 2013 17:21:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071721.r87HLxWd045426@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326663 - head/Mk 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.14 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, 07 Sep 2013 17:21:59 -0000 Author: sunpoet Date: Sat Sep 7 17:21:58 2013 New Revision: 326663 URL: http://svnweb.freebsd.org/changeset/ports/326663 Log: - Update comment of PYTHON_DISTFILE Modified: head/Mk/bsd.python.mk Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Sat Sep 7 17:21:55 2013 (r326662) +++ head/Mk/bsd.python.mk Sat Sep 7 17:21:58 2013 (r326663) @@ -27,7 +27,7 @@ Python_Include_MAINTAINER= python@FreeBS # default: ${PYTHONBASE}/bin/${PYTHON_VERSION} # # PYTHON_DISTFILE - The ${DISTFILE} for your python version. Needed for -# extensions like Tkinter, py-gdbm and py-expat, which +# extensions like bsddb, gdbm, sqlite3 and tkinter, which # are built from sources contained in the Python # distribution. # From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:29:08 2013 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 ESMTP id 97FCB539; Sat, 7 Sep 2013 17:29:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 860442B5E; Sat, 7 Sep 2013 17:29:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HT8Cp048452; Sat, 7 Sep 2013 17:29:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HT87d048451; Sat, 7 Sep 2013 17:29:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071729.r87HT87d048451@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326666 - head/graphics/php-gdal 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.14 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, 07 Sep 2013 17:29:08 -0000 Author: sunpoet Date: Sat Sep 7 17:29:08 2013 New Revision: 326666 URL: http://svnweb.freebsd.org/changeset/ports/326666 Log: - Convert to new LIB_DEPENDS format Modified: head/graphics/php-gdal/Makefile Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Sat Sep 7 17:29:04 2013 (r326665) +++ head/graphics/php-gdal/Makefile Sat Sep 7 17:29:08 2013 (r326666) @@ -15,7 +15,7 @@ COMMENT= PHP binding for GDAL LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20 -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so CFLAGS+= -I${LOCALBASE}/include -fPIC From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:29:01 2013 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 ESMTP id 802DE466; Sat, 7 Sep 2013 17:29:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54D782B5C; Sat, 7 Sep 2013 17:29:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HT1PW048313; Sat, 7 Sep 2013 17:29:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HT14u048312; Sat, 7 Sep 2013 17:29:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071729.r87HT14u048312@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326664 - head/graphics/gdal 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.14 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, 07 Sep 2013 17:29:01 -0000 Author: sunpoet Date: Sat Sep 7 17:29:00 2013 New Revision: 326664 URL: http://svnweb.freebsd.org/changeset/ports/326664 Log: - Add options: GTA, LIBXML2, PCRE and POPPLER Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Sep 7 17:21:58 2013 (r326663) +++ head/graphics/gdal/Makefile Sat Sep 7 17:29:00 2013 (r326664) @@ -13,10 +13,11 @@ COMMENT= Translator library for raster g LICENSE= MIT -OPTIONS_DEFINE= CFITSIO CURL ECW EXPAT GEOS GEOTIFF GIF HDF5 ICONV JASPER \ - JPEG KML MYSQL NETCDF ODBC PGSQL PNG PROJ SQLITE TIFF WEBP \ - XERCES +OPTIONS_DEFINE= CFITSIO CURL ECW EXPAT GEOS GEOTIFF GIF GTA HDF5 ICONV JASPER \ + JPEG KML LIBXML2 MYSQL NETCDF ODBC PCRE PGSQL PNG POPPLER PROJ \ + SQLITE TIFF WEBP XERCES OPTIONS_DEFAULT=GEOTIFF GIF JASPER JPEG PNG TIFF +PCRE_DESC= Regular expression support for SQLite CFLAGS+= -fPIC ${PTHREAD_CFLAGS} CONFIGURE_ARGS= --datadir=${DATADIR} \ @@ -82,6 +83,13 @@ CONFIGURE_ARGS+=--with-gif=${LOCALBASE} CONFIGURE_ARGS+=--with-gif=internal .endif +.if ${PORT_OPTIONS:MGTA} +LIB_DEPENDS+= gta:${PORTSDIR}/devel/libgta +CONFIGURE_ARGS+=--with-gta=${LOCALBASE} +.else +CONFIGURE_ARGS+=--with-gta=no +.endif + .if ${PORT_OPTIONS:MHDF5} LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE} @@ -117,6 +125,13 @@ CONFIGURE_ARGS+=--with-libkml=${LOCALBAS CONFIGURE_ARGS+=--with-libkml=no .endif +.if ${PORT_OPTIONS:MLIBXML2} +LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 +CONFIGURE_ARGS+=--with-xml2=${LOCALBASE}/bin/xml2-config +.else +CONFIGURE_ARGS+=--with-xml2=no +.endif + .if ${PORT_OPTIONS:MMYSQL} CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes @@ -138,6 +153,13 @@ CONFIGURE_ARGS+=--with-odbc=${LOCALBASE} CONFIGURE_ARGS+=--with-odbc=no .endif +.if ${PORT_OPTIONS:MPCRE} +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} +.else +CONFIGURE_ARGS+=--with-pcre=no +.endif + .if ${PORT_OPTIONS:MPGSQL} CONFIGURE_ARGS+=--with-pg=${LOCALBASE}/bin/pg_config USE_PGSQL= yes @@ -152,6 +174,13 @@ CONFIGURE_ARGS+=--with-png=${LOCALBASE} CONFIGURE_ARGS+=--with-png=internal .endif +.if ${PORT_OPTIONS:MPOPPLER} +LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler +CONFIGURE_ARGS+=--with-poppler=${LOCALBASE} +.else +CONFIGURE_ARGS+=--with-poppler=no +.endif + .if ${PORT_OPTIONS:MPROJ} LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj CONFIGURE_ARGS+=--with-static-proj4=${LOCALBASE} From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:29:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C4F653E; Sat, 7 Sep 2013 17:29:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19E182B5F; Sat, 7 Sep 2013 17:29:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HTBXw048519; Sat, 7 Sep 2013 17:29:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HTBmY048518; Sat, 7 Sep 2013 17:29:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071729.r87HTBmY048518@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:29:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326667 - head/graphics/py-gdal 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.14 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, 07 Sep 2013 17:29:12 -0000 Author: sunpoet Date: Sat Sep 7 17:29:11 2013 New Revision: 326667 URL: http://svnweb.freebsd.org/changeset/ports/326667 Log: - Convert to new LIB_DEPENDS format Modified: head/graphics/py-gdal/Makefile Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Sat Sep 7 17:29:08 2013 (r326666) +++ head/graphics/py-gdal/Makefile Sat Sep 7 17:29:11 2013 (r326667) @@ -14,7 +14,7 @@ COMMENT= Python binding for GDAL LICENSE= MIT -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:29:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86E795FF; Sat, 7 Sep 2013 17:29:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74DB62B60; Sat, 7 Sep 2013 17:29:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HTG0h048615; Sat, 7 Sep 2013 17:29:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HTGuX048614; Sat, 7 Sep 2013 17:29:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071729.r87HTGuX048614@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326668 - head/graphics/ruby-gdal 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.14 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, 07 Sep 2013 17:29:16 -0000 Author: sunpoet Date: Sat Sep 7 17:29:15 2013 New Revision: 326668 URL: http://svnweb.freebsd.org/changeset/ports/326668 Log: - Convert to new LIB_DEPENDS format Modified: head/graphics/ruby-gdal/Makefile Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Sat Sep 7 17:29:11 2013 (r326667) +++ head/graphics/ruby-gdal/Makefile Sat Sep 7 17:29:15 2013 (r326668) @@ -15,7 +15,7 @@ COMMENT= Ruby binding for GDAL LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20 -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal LIBTOOLFILES= # empty MAKE_ARGS= USER_DEFS=-fPIC From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:29:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1336D467; Sat, 7 Sep 2013 17:29:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 007802B5D; Sat, 7 Sep 2013 17:29:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HT4CQ048380; Sat, 7 Sep 2013 17:29:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HT4W5048379; Sat, 7 Sep 2013 17:29:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071729.r87HT4W5048379@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326665 - head/graphics/p5-Geo-GDAL 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.14 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, 07 Sep 2013 17:29:05 -0000 Author: sunpoet Date: Sat Sep 7 17:29:04 2013 New Revision: 326665 URL: http://svnweb.freebsd.org/changeset/ports/326665 Log: - Convert to new LIB_DEPENDS format Modified: head/graphics/p5-Geo-GDAL/Makefile Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Sat Sep 7 17:29:00 2013 (r326664) +++ head/graphics/p5-Geo-GDAL/Makefile Sat Sep 7 17:29:04 2013 (r326665) @@ -15,7 +15,7 @@ COMMENT= Perl binding for GDAL LICENSE= MIT -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:37:27 2013 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 ESMTP id 3302694D; Sat, 7 Sep 2013 17:37:27 +0000 (UTC) (envelope-from trociny@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2122B2BBB; Sat, 7 Sep 2013 17:37:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HbQkZ053878; Sat, 7 Sep 2013 17:37:27 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HbQiB053862; Sat, 7 Sep 2013 17:37:26 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201309071737.r87HbQiB053862@svn.freebsd.org> From: Mikolaj Golub Date: Sat, 7 Sep 2013 17:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326669 - head/devel/bmake 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.14 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, 07 Sep 2013 17:37:27 -0000 Author: trociny (src committer) Date: Sat Sep 7 17:37:26 2013 New Revision: 326669 URL: http://svnweb.freebsd.org/changeset/ports/326669 Log: Update to 20130904. Approved by: bdrewery Modified: head/devel/bmake/Makefile head/devel/bmake/distinfo Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Sat Sep 7 17:29:15 2013 (r326668) +++ head/devel/bmake/Makefile Sat Sep 7 17:37:26 2013 (r326669) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmake -PORTVERSION= 20130730 +PORTVERSION= 20130904 CATEGORIES= devel MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \ http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \ Modified: head/devel/bmake/distinfo ============================================================================== --- head/devel/bmake/distinfo Sat Sep 7 17:29:15 2013 (r326668) +++ head/devel/bmake/distinfo Sat Sep 7 17:37:26 2013 (r326669) @@ -1,4 +1,4 @@ -SHA256 (bmake-20130730.tar.gz) = 57f4fb71472ab8f1cb53e83fd043b3556c9624fa601f930415ba64489c9b0828 -SIZE (bmake-20130730.tar.gz) = 504363 +SHA256 (bmake-20130904.tar.gz) = b13e729507b9675603eb8d1391a6a9cc9d0ff5751cebd2a1e4a6987ecbbbb69b +SIZE (bmake-20130904.tar.gz) = 505508 SHA256 (mk-20130401.tar.gz) = 12060dbe8656dd69daa12c521ca5af9236208066104939d8c53333da653469b0 SIZE (mk-20130401.tar.gz) = 77073 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:53:26 2013 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 ESMTP id 826C8C8E; Sat, 7 Sep 2013 17:53:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9C32C4E; Sat, 7 Sep 2013 17:53:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HrQh3064512; Sat, 7 Sep 2013 17:53:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HrNlS064491; Sat, 7 Sep 2013 17:53:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071753.r87HrNlS064491@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 17:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326670 - in head: chinese/py-cconv databases/py-kyotocabinet devel/py-gevent devel/py-greenlet devel/py-isodate ftp/py-tftpy graphics/py-gdal graphics/py-ming print/py-cups security/py... 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.14 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, 07 Sep 2013 17:53:26 -0000 Author: sunpoet Date: Sat Sep 7 17:53:23 2013 New Revision: 326670 URL: http://svnweb.freebsd.org/changeset/ports/326670 Log: - Cosmetic change Modified: head/chinese/py-cconv/Makefile head/databases/py-kyotocabinet/Makefile head/devel/py-gevent/Makefile head/devel/py-greenlet/Makefile head/devel/py-isodate/Makefile head/ftp/py-tftpy/Makefile head/graphics/py-gdal/Makefile head/graphics/py-ming/Makefile head/print/py-cups/Makefile head/security/py-m2crypto/Makefile head/sysutils/py-psutil/Makefile head/www/py-qp/Makefile head/www/py-qpy/Makefile Modified: head/chinese/py-cconv/Makefile ============================================================================== --- head/chinese/py-cconv/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/chinese/py-cconv/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -15,7 +15,7 @@ LIB_DEPENDS= cconv:${PORTSDIR}/chinese/c CFLAGS+= -I${LOCALBASE}/include USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so Modified: head/databases/py-kyotocabinet/Makefile ============================================================================== --- head/databases/py-kyotocabinet/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/databases/py-kyotocabinet/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -15,7 +15,7 @@ COMMENT= Python binding of kyotocabinet LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet USE_PYTHON= 3.1+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so PYDISTUTILS_EGGINFO= Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/devel/py-gevent/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -16,7 +16,7 @@ LIB_DEPENDS= event:${PORTSDIR}/devel/lib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib .include Modified: head/devel/py-greenlet/Makefile ============================================================================== --- head/devel/py-greenlet/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/devel/py-greenlet/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -14,7 +14,7 @@ LICENSE= MIT ONLY_FOR_ARCHS= amd64 i386 USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_ZIP= yes .include Modified: head/devel/py-isodate/Makefile ============================================================================== --- head/devel/py-isodate/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/devel/py-isodate/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -11,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= ISO 8601 date/time/duration parser and formater USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} Modified: head/ftp/py-tftpy/Makefile ============================================================================== --- head/ftp/py-tftpy/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/ftp/py-tftpy/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -12,6 +12,6 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Python TFTP Implementation USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/graphics/py-gdal/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -22,7 +22,7 @@ NUMPY_DESC= Enable array support via Num PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= ${PORTNAME:U} USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python .include Modified: head/graphics/py-ming/Makefile ============================================================================== --- head/graphics/py-ming/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/graphics/py-ming/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -16,7 +16,7 @@ PATCH_WRKSRC= ${WRKSRC}/py_ext PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes MASTERDIR= ${.CURDIR}/../../graphics/ming SLAVEPORT= py Modified: head/print/py-cups/Makefile ============================================================================== --- head/print/py-cups/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/print/py-cups/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -17,7 +17,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes USES= iconv -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/security/py-m2crypto/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${P USE_OPENSSL= yes USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}" PYDISTUTILS_PKGNAME= M2Crypto Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/sysutils/py-psutil/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -13,7 +13,7 @@ COMMENT= Process utilities module for Py LICENSE= BSD USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME} post-patch: Modified: head/www/py-qp/Makefile ============================================================================== --- head/www/py-qp/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/www/py-qp/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES MAKE_ENV= USE_DISTUTILS=yes USE_PYTHON= 2.5-2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes SUB_FILES= pkg-message Modified: head/www/py-qpy/Makefile ============================================================================== --- head/www/py-qpy/Makefile Sat Sep 7 17:37:26 2013 (r326669) +++ head/www/py-qpy/Makefile Sat Sep 7 17:53:23 2013 (r326670) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS MAKE_ENV= USE_DISTUTILS=yes USE_PYTHON= 2.5+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 17:58:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6ED76F30; Sat, 7 Sep 2013 17:58:32 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FFA32C85; Sat, 7 Sep 2013 17:58:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87HwWYK066757; Sat, 7 Sep 2013 17:58:32 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87HwSYE066664; Sat, 7 Sep 2013 17:58:28 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071758.r87HwSYE066664@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 17:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326671 - in head/devel: avarice p5-Algorithm-Binpack p5-Data-Throttler-Memcached p5-DateTime-Calendar-Japanese p5-Devel-Declare p5-ExtUtils-Install p5-File-Find-Closures p5-File-Tail p... 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.14 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, 07 Sep 2013 17:58:32 -0000 Author: az Date: Sat Sep 7 17:58:27 2013 New Revision: 326671 URL: http://svnweb.freebsd.org/changeset/ports/326671 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/avarice/Makefile head/devel/p5-Algorithm-Binpack/Makefile head/devel/p5-Data-Throttler-Memcached/Makefile head/devel/p5-DateTime-Calendar-Japanese/Makefile (contents, props changed) head/devel/p5-Devel-Declare/Makefile head/devel/p5-ExtUtils-Install/Makefile (contents, props changed) head/devel/p5-File-Find-Closures/Makefile (contents, props changed) head/devel/p5-File-Tail/Makefile (contents, props changed) head/devel/p5-Hash-WithDefaults/Makefile (contents, props changed) head/devel/p5-IO-MultiPipe/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-DBI/Makefile (contents, props changed) head/devel/p5-MooseX-HasDefaults/Makefile (contents, props changed) head/devel/p5-Perl-Metrics-Simple/Makefile (contents, props changed) head/devel/p5-Perl-PrereqScanner/Makefile head/devel/p5-SVN-Hook/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-Watchers/Makefile (contents, props changed) head/devel/p5-Test-Class-Most/Makefile head/devel/p5-Test-Fatal/Makefile (contents, props changed) head/devel/p5-Tie-DB_FileLock/Makefile (contents, props changed) Modified: head/devel/avarice/Makefile ============================================================================== --- head/devel/avarice/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/avarice/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes #CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include Modified: head/devel/p5-Algorithm-Binpack/Makefile ============================================================================== --- head/devel/p5-Algorithm-Binpack/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Algorithm-Binpack/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wblock@FreeBSD.org COMMENT= Efficiently pack items into bins -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Algorithm::BinPack.3 Modified: head/devel/p5-Data-Throttler-Memcached/Makefile ============================================================================== --- head/devel/p5-Data-Throttler-Memcached/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Data-Throttler-Memcached/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Throttler-Memcached -# Date created: 2008-01-30 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= Data-Throttler-Memcached PORTVERSION= 0.00003 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-Cache-Memcached-Managed> p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Throttler::Memcached.3 \ Data::Throttler::BucketChain::Memcached.3 Modified: head/devel/p5-DateTime-Calendar-Japanese/Makefile ============================================================================== --- head/devel/p5-DateTime-Calendar-Japanese/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-DateTime-Calendar-Japanese/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Calendar-Japanese -# Date created: 2007-11-06 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Calendar-Japanese PORTVERSION= 0.06001 @@ -31,7 +27,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Calendar::Japanese.3 Modified: head/devel/p5-Devel-Declare/Makefile ============================================================================== --- head/devel/p5-Devel-Declare/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Devel-Declare/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::Declare.3 Modified: head/devel/p5-ExtUtils-Install/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Install/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-ExtUtils-Install/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ExtUtils::Install -# Date created: 07 Aug 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= ExtUtils-Install PORTVERSION= 1.54 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to install files from here to there -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::Install.3 \ ExtUtils::Installed.3 \ Modified: head/devel/p5-File-Find-Closures/Makefile ============================================================================== --- head/devel/p5-File-Find-Closures/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-File-Find-Closures/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Find-Closures -# Date created: 2008-11-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= File-Find-Closures PORTVERSION= 1.09 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Functions you can use with File::Find -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Find::Closures.3 Modified: head/devel/p5-File-Tail/Makefile ============================================================================== --- head/devel/p5-File-Tail/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-File-Tail/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,7 +1,4 @@ -# New ports collection makefile for: File-Tail -# Date created: 19 December 2000 -# Whom: Jeremy Shaffner -# +# Created by: Jeremy Shaffner # $FreeBSD$ PORTNAME= File-Tail @@ -13,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl Module to read the end of a file as it\'s appended to -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= File::Tail.3 Modified: head/devel/p5-Hash-WithDefaults/Makefile ============================================================================== --- head/devel/p5-Hash-WithDefaults/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Hash-WithDefaults/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Hash-WithDefaults -# Date created: 2006-08-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Hash-WithDefaults PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Class for hashes with key-casing requirements supporting defaults -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Hash::WithDefaults.3 Modified: head/devel/p5-IO-MultiPipe/Makefile ============================================================================== --- head/devel/p5-IO-MultiPipe/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-IO-MultiPipe/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-MultiPipe -# Date created: 2009-01-14 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= IO-MultiPipe PORTVERSION= 0.0.0 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Check for errors when running a command through multiple pipes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::MultiPipe.3 Modified: head/devel/p5-Log-Dispatch-DBI/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-DBI/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Log-Dispatch-DBI/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Dispatch-DBI -# Date created: 2011-08-22 -# Whom: Ralf Gebhart -# +# Created by: Ralf Gebhart # $FreeBSD$ -# PORTNAME= Log-Dispatch-DBI PORTVERSION= 0.02 @@ -20,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-CSV>0:${PORTSDIR}/databases/p5-DBD-CSV -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatch::DBI.3 Modified: head/devel/p5-MooseX-HasDefaults/Makefile ============================================================================== --- head/devel/p5-MooseX-HasDefaults/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-MooseX-HasDefaults/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Mason -# Date created: 03 April, 2012 -# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com> -# +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ -# PORTNAME= MooseX-HasDefaults PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= Default "is" to "ro" or "rw" fo BUILD_DEPENDS= p5-Moose>2:${PORTSDIR}/devel/p5-Moose \ p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::HasDefaults.3 Modified: head/devel/p5-Perl-Metrics-Simple/Makefile ============================================================================== --- head/devel/p5-Perl-Metrics-Simple/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Perl-Metrics-Simple/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -18,7 +18,8 @@ TEST_DEPENDS= \ p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= countperl.1 MAN3= Perl::Metrics::Simple.3 \ Modified: head/devel/p5-Perl-PrereqScanner/Makefile ============================================================================== --- head/devel/p5-Perl-PrereqScanner/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Perl-PrereqScanner/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Perl-PrereqScanner -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS -# +# Created by: Geraud CONTINSOUZAS # $FreeBSD$ -# PORTNAME= Perl-PrereqScanner PORTVERSION= 1.014 @@ -27,7 +23,8 @@ BUILD_DEPENDS= p5-CPAN-Meta>=2.120630:${ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= scan_prereqs.1 MAN3= Perl::PrereqScanner.3 \ Modified: head/devel/p5-SVN-Hook/Makefile ============================================================================== --- head/devel/p5-SVN-Hook/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-SVN-Hook/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN::Hook -# Date created: 2008-02-12 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Hook PORTVERSION= 0.28 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Path-Class>=0:${PORTSDIR BUILD_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svnhook.1 MAN3= SVN::Hook.3 Modified: head/devel/p5-SVN-Notify-Filter-Watchers/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Filter-Watchers/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-SVN-Notify-Filter-Watchers/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Filter-Watchers -# Date created: 2008-04-22 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Notify-Filter-Watchers PORTVERSION= 0.10 @@ -17,7 +13,8 @@ COMMENT= Subscribe to SVN::Notify commit RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Notify::Filter::Watchers.3 Modified: head/devel/p5-Test-Class-Most/Makefile ============================================================================== --- head/devel/p5-Test-Class-Most/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Test-Class-Most/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Test-Class>=0.38:${POR p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_FILES= %%SITE_PERL%%/Test/Class/Most.pm PLIST_DIRSTRY= %%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test Modified: head/devel/p5-Test-Fatal/Makefile ============================================================================== --- head/devel/p5-Test-Fatal/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Test-Fatal/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Test-Fatal -# Date created: 2010-11-15 -# Whom: Frederic Culot -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= Test-Fatal PORTVERSION= 0.010 @@ -20,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Fatal.3 Modified: head/devel/p5-Tie-DB_FileLock/Makefile ============================================================================== --- head/devel/p5-Tie-DB_FileLock/Makefile Sat Sep 7 17:53:23 2013 (r326670) +++ head/devel/p5-Tie-DB_FileLock/Makefile Sat Sep 7 17:58:27 2013 (r326671) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-DB_FileLock -# Date created: August 17 2000 -# Whom: Josh Tiefenbach -# +# Created by: Josh Tiefenbach # $FreeBSD$ -# PORTNAME= Tie-DB_FileLock PORTVERSION= 0.11 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= josh@zipperup.org COMMENT= Locking access to Berkeley DB v1.x -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::DB_FileLock.3 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:03:50 2013 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 ESMTP id 8DD37E2; Sat, 7 Sep 2013 18:03:50 +0000 (UTC) (envelope-from matthew@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66EF72CD3; Sat, 7 Sep 2013 18:03:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87I3obX071270; Sat, 7 Sep 2013 18:03:50 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87I3oW5071264; Sat, 7 Sep 2013 18:03:50 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201309071803.r87I3oW5071264@svn.freebsd.org> From: Matthew Seaman Date: Sat, 7 Sep 2013 18:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326672 - head/databases/phpmyadmin 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.14 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, 07 Sep 2013 18:03:50 -0000 Author: matthew Date: Sat Sep 7 18:03:49 2013 New Revision: 326672 URL: http://svnweb.freebsd.org/changeset/ports/326672 Log: - Update to 4.0.6 ReleaseNotes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.6/phpMyAdmin-4.0.6-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sat Sep 7 17:58:27 2013 (r326671) +++ head/databases/phpmyadmin/Makefile Sat Sep 7 18:03:49 2013 (r326672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.0.5 +DISTVERSION= 4.0.6 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sat Sep 7 17:58:27 2013 (r326671) +++ head/databases/phpmyadmin/distinfo Sat Sep 7 18:03:49 2013 (r326672) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.0.5-all-languages.tar.xz) = f4df1190441ce5e094183cfadf8aec4af3a4f131339599e6380a1c6ac0a11fe4 -SIZE (phpMyAdmin-4.0.5-all-languages.tar.xz) = 4572884 +SHA256 (phpMyAdmin-4.0.6-all-languages.tar.xz) = 0ced3883edc540ea525419727b4a5cc54c73ef67f48c0d721ade5cda5e820ba7 +SIZE (phpMyAdmin-4.0.6-all-languages.tar.xz) = 4753244 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:12:34 2013 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 ESMTP id B14713B6; Sat, 7 Sep 2013 18:12:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E41C2D35; Sat, 7 Sep 2013 18:12:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87ICYOl077093; Sat, 7 Sep 2013 18:12:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87ICYO8077090; Sat, 7 Sep 2013 18:12:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071812.r87ICYO8077090@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326673 - head/graphics/gdal 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.14 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, 07 Sep 2013 18:12:34 -0000 Author: sunpoet Date: Sat Sep 7 18:12:34 2013 New Revision: 326673 URL: http://svnweb.freebsd.org/changeset/ports/326673 Log: - Remove deprecated PTHREAD_* Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Sep 7 18:03:49 2013 (r326672) +++ head/graphics/gdal/Makefile Sat Sep 7 18:12:34 2013 (r326673) @@ -19,11 +19,11 @@ OPTIONS_DEFINE= CFITSIO CURL ECW EXPAT G OPTIONS_DEFAULT=GEOTIFF GIF JASPER JPEG PNG TIFF PCRE_DESC= Regular expression support for SQLite -CFLAGS+= -fPIC ${PTHREAD_CFLAGS} +CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libz=/usr --with-liblzma=yes --with-threads=yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE} -pthread MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:13:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9A8E4B0; Sat, 7 Sep 2013 18:13:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A76F12D3C; Sat, 7 Sep 2013 18:13:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87IDxqo077791; Sat, 7 Sep 2013 18:13:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IDxwo077790; Sat, 7 Sep 2013 18:13:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071813.r87IDxwo077790@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326674 - head/shells/ksh93 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.14 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, 07 Sep 2013 18:13:59 -0000 Author: sunpoet Date: Sat Sep 7 18:13:59 2013 New Revision: 326674 URL: http://svnweb.freebsd.org/changeset/ports/326674 Log: - Remove deprecated PTHREAD_* Modified: head/shells/ksh93/Makefile Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Sat Sep 7 18:12:34 2013 (r326673) +++ head/shells/ksh93/Makefile Sat Sep 7 18:13:59 2013 (r326674) @@ -43,7 +43,7 @@ MAKE_ENV+= LDFLAGS+=-static .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' \ ${WRKSRC}/bin/package ${WRKSRC}/src/cmd/INIT/package.sh do-build: From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:18:17 2013 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 ESMTP id 41AF25A1; Sat, 7 Sep 2013 18:18:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2012D48; Sat, 7 Sep 2013 18:18:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87IIHKP079662; Sat, 7 Sep 2013 18:18:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IIHvB079661; Sat, 7 Sep 2013 18:18:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071818.r87IIHvB079661@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326675 - head/irc/bitchx 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.14 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, 07 Sep 2013 18:18:17 -0000 Author: sunpoet Date: Sat Sep 7 18:18:16 2013 New Revision: 326675 URL: http://svnweb.freebsd.org/changeset/ports/326675 Log: - Add co-maintainer: use comment due to the lack of multiple-maintainer support PR: ports/181627 Submitted by: Chris Petrik Approved by: Dan Mashal (maintainer) Modified: head/irc/bitchx/Makefile Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Sat Sep 7 18:13:59 2013 (r326674) +++ head/irc/bitchx/Makefile Sat Sep 7 18:18:16 2013 (r326675) @@ -8,6 +8,7 @@ CATEGORIES+= irc MASTER_SITES= http://bitchx.ca/ MAINTAINER?= dan.mashal@gmail.com +# Co-maintainer: Chris Petrik (PR/181627) COMMENT?= Feature-rich scriptable IRC client WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,} From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:20:39 2013 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 ESMTP id 956A96B7; Sat, 7 Sep 2013 18:20:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 831152D78; Sat, 7 Sep 2013 18:20:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87IKdVa082329; Sat, 7 Sep 2013 18:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IKdP3082328; Sat, 7 Sep 2013 18:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071820.r87IKdP3082328@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326676 - head/databases/p5-BDB 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.14 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, 07 Sep 2013 18:20:39 -0000 Author: sunpoet Date: Sat Sep 7 18:20:39 2013 New Revision: 326676 URL: http://svnweb.freebsd.org/changeset/ports/326676 Log: - Remove deprecated PTHREAD_* Modified: head/databases/p5-BDB/Makefile Modified: head/databases/p5-BDB/Makefile ============================================================================== --- head/databases/p5-BDB/Makefile Sat Sep 7 18:18:16 2013 (r326675) +++ head/databases/p5-BDB/Makefile Sat Sep 7 18:20:39 2013 (r326676) @@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:1.801 CFLAGS+= -I${BDB_INCLUDE_DIR} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -pthread USE_BDB= 43+ USE_PERL5= configure USES= perl5 @@ -26,6 +26,6 @@ USES= perl5 MAN3= BDB.3 post-patch: - @${REINPLACE_CMD} -e '18 s|-lpthread -ldb|-l${BDB_LIB_NAME} ${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '18 s|-lpthread -ldb|-l${BDB_LIB_NAME} -pthread|' ${WRKSRC}/Makefile.PL .include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:21:15 2013 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 ESMTP id 095E0797; Sat, 7 Sep 2013 18:21:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB57E2D7D; Sat, 7 Sep 2013 18:21:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87ILEGr083009; Sat, 7 Sep 2013 18:21:14 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87ILEpW082993; Sat, 7 Sep 2013 18:21:14 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309071821.r87ILEpW082993@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 7 Sep 2013 18:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326677 - head/lang/sdcc 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.14 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, 07 Sep 2013 18:21:15 -0000 Author: tijl Date: Sat Sep 7 18:21:14 2013 New Revision: 326677 URL: http://svnweb.freebsd.org/changeset/ports/326677 Log: Conflict with sdcc-devel and simplify options handling. Added: head/lang/sdcc/pkg-plist (contents, props changed) Modified: head/lang/sdcc/Makefile Modified: head/lang/sdcc/Makefile ============================================================================== --- head/lang/sdcc/Makefile Sat Sep 7 18:20:39 2013 (r326676) +++ head/lang/sdcc/Makefile Sat Sep 7 18:21:14 2013 (r326677) @@ -2,6 +2,7 @@ PORTNAME= sdcc PORTVERSION= 3.3.0 +PORTREVISION= 1 DISTVERSIONPREFIX= src- CATEGORIES= lang MASTER_SITES= SF @@ -13,10 +14,10 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:${PORTSDIR}/devel/boost-libs -CONFLICTS_INSTALL= sdcc-[0-9]* +CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS @@ -33,59 +34,30 @@ CPPFLAGS+= -idirafter ${LOCALBASE}/inclu CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --enable-new-pics docdir=${DOCSDIR} CONFIGURE_ENV= ARCH="" -PLIST_FILES= bin/as2gbmap bin/makebin bin/packihx bin/sdar bin/sdcc \ - bin/sdcclib bin/sdcpp bin/sdld bin/sdld6808 bin/sdldgb \ - bin/sdldz80 bin/sdnm bin/sdobjcopy bin/sdranlib PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} +OPTIONS_SUB= yes +DEVLIB_CONFIGURE_OFF= --disable-device-lib +HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \ + --disable-s08-port +MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \ + --disable-ds390-port --disable-ds400-port +PIC_BUILD_DEPENDS= gputils>=1.0.0:${PORTSDIR}/devel/gputils +PIC_RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils +PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port +UCSIM_CONFIGURE_OFF= --disable-ucsim +Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ + --disable-z180-port --disable-gbz80-port \ + --disable-r2k-port --disable-r3ka-port + .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif -.if empty(PORT_OPTIONS:MDEVLIB) -CONFIGURE_ARGS+=--disable-device-lib -.endif - -.if ${PORT_OPTIONS:MHC08} -PLIST_FILES+= bin/sdas6808 %%UCSIM%%bin/shc08 -.else -CONFIGURE_ARGS+=--disable-hc08 --disable-hc08-port --disable-s08-port -.endif - -.if ${PORT_OPTIONS:MMCS51} -PLIST_FILES+= bin/sdas390 bin/sdas8051 %%UCSIM%%bin/s51 \ - %%UCSIM%%bin/sdcdb %%UCSIM%%bin/sdcdb.el \ - %%UCSIM%%bin/sdcdbsrc.el -.else -CONFIGURE_ARGS+=--disable-51 --disable-mcs51-port \ - --disable-ds390-port --disable-ds400-port -.endif - -.if ${PORT_OPTIONS:MPIC} -BUILD_DEPENDS+= gputils>=1.0.0:${PORTSDIR}/devel/gputils -RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils -.else -CONFIGURE_ARGS+=--disable-pic14-port --disable-pic16-port -.endif - -.if ${PORT_OPTIONS:MUCSIM} -PLIST_SUB+= UCSIM="" -.else -CONFIGURE_ARGS+=--disable-ucsim -PLIST_SUB+= UCSIM="@comment " -.endif - -.if ${PORT_OPTIONS:MZ80} -PLIST_FILES+= bin/sdasgb bin/sdasrab bin/sdasz80 %%UCSIM%%bin/sz80 -.else -CONFIGURE_ARGS+=--disable-z80 --disable-z80-port --disable-z180-port \ - --disable-gbz80-port --disable-r2k-port --disable-r3ka-port -.endif - post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ Added: head/lang/sdcc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc/pkg-plist Sat Sep 7 18:21:14 2013 (r326677) @@ -0,0 +1,26 @@ +bin/as2gbmap +bin/makebin +bin/packihx +%%UCSIM%%%%MCS51%%bin/s51 +bin/sdar +%%MCS51%%bin/sdas390 +%%HC08%%bin/sdas6808 +%%MCS51%%bin/sdas8051 +%%Z80%%bin/sdasgb +%%Z80%%bin/sdasrab +%%Z80%%bin/sdasz80 +bin/sdcc +bin/sdcclib +%%UCSIM%%%%MCS51%%bin/sdcdb +%%UCSIM%%%%MCS51%%bin/sdcdb.el +%%UCSIM%%%%MCS51%%bin/sdcdbsrc.el +bin/sdcpp +bin/sdld +bin/sdld6808 +bin/sdldgb +bin/sdldz80 +bin/sdnm +bin/sdobjcopy +bin/sdranlib +%%UCSIM%%%%HC08%%bin/shc08 +%%UCSIM%%%%Z80%%bin/sz80 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:26:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F1E5C57; Sat, 7 Sep 2013 18:26:27 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DBE62DA0; Sat, 7 Sep 2013 18:26:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87IQRNZ085091; Sat, 7 Sep 2013 18:26:27 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IQQv6085087; Sat, 7 Sep 2013 18:26:26 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309071826.r87IQQv6085087@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 7 Sep 2013 18:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326678 - in head/lang/sdcc-devel: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 18:26:27 -0000 Author: tijl Date: Sat Sep 7 18:26:26 2013 New Revision: 326678 URL: http://svnweb.freebsd.org/changeset/ports/326678 Log: - Sync with lang/sdcc. - Replace NO_LATEST_LINK with PKGNAMESUFFIX to accomodate pkg. - Update to 3.3.1.2013.09.07 which brings experimental support for STMicroelectronics STM8. Modified: head/lang/sdcc-devel/Makefile head/lang/sdcc-devel/distinfo head/lang/sdcc-devel/files/patch-device-lib-Makefile.in (contents, props changed) head/lang/sdcc-devel/pkg-plist Directory Properties: head/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in (props changed) Modified: head/lang/sdcc-devel/Makefile ============================================================================== --- head/lang/sdcc-devel/Makefile Sat Sep 7 18:21:14 2013 (r326677) +++ head/lang/sdcc-devel/Makefile Sat Sep 7 18:26:26 2013 (r326678) @@ -1,11 +1,12 @@ # $FreeBSD$ PORTNAME= sdcc -PORTVERSION= 3.2.1.2013.03.22 +PORTVERSION= 3.3.1.2013.09.07 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.fm/mirror/ -DISTNAME= ${PORTNAME}-src-20130322-8457 +PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-src-20130907-8835 MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler @@ -17,80 +18,53 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos CONFLICTS_INSTALL= sdcc-[0-9]* DESCR= ${PORTSDIR}/lang/sdcc/pkg-descr GNU_CONFIGURE= yes -NO_LATEST_LINK= yes +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes -OPTIONS_DEFINE= DEVLIB DOCS HC08 MCS51 PIC UCSIM Z80 -OPTIONS_DEFAULT=${OPTIONS_DEFINE:NDOCS} +OPTIONS_DEFINE= DEVLIB DOCS UCSIM +OPTIONS_MULTI= TARGETS +OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 +OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 DEVLIB_DESC= Device libraries HC08_DESC= Freescale 68HC08/S08 MCS51_DESC= Intel MCS51, Maxim DS80C390/DS80C400 PIC_DESC= Microchip PIC UCSIM_DESC= The ucSim simulator +STM8_DESC= STMicroelectronics STM8 Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000/3000A -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -idirafter ${LOCALBASE}/include CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ - --enable-new-pics + --disable-st7 docdir=${DOCSDIR} CONFIGURE_ENV= ARCH="" +PORTDATA= * +PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc +OPTIONS_SUB= yes +DEVLIB_CONFIGURE_OFF= --disable-device-lib +HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \ + --disable-s08-port +MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \ + --disable-ds390-port --disable-ds400-port +PIC_BUILD_DEPENDS= gputils>=1.0.0:${PORTSDIR}/devel/gputils +PIC_RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils +PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port +STM8_CONFIGURE_OFF= --disable-stm8 --disable-stm8-port +UCSIM_CONFIGURE_OFF= --disable-ucsim +Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ + --disable-z180-port --disable-gbz80-port \ + --disable-r2k-port --disable-r3ka-port + .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif -.if ${PORT_OPTIONS:MDEVLIB} -PLIST_SUB+= DEVLIB="" -.else -CONFIGURE_ARGS+=--disable-device-lib -PLIST_SUB+= DEVLIB="@comment " -.endif - -.if ${PORT_OPTIONS:MHC08} -PLIST_SUB+= HC08="" -.else -CONFIGURE_ARGS+=--disable-hc08 --disable-hc08-port --disable-s08-port -PLIST_SUB+= HC08="@comment " -.endif - -.if ${PORT_OPTIONS:MMCS51} -PLIST_SUB+= MCS51="" -.else -CONFIGURE_ARGS+=--disable-51 --disable-mcs51-port \ - --disable-ds390-port --disable-ds400-port -PLIST_SUB+= MCS51="@comment " -.endif - -.if ${PORT_OPTIONS:MPIC} -BUILD_DEPENDS+= gputils>=1.0.0:${PORTSDIR}/devel/gputils -RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils -PLIST_SUB+= PIC="" -.else -CONFIGURE_ARGS+=--disable-pic14-port --disable-pic16-port -PLIST_SUB+= PIC="@comment " -.endif - -.if ${PORT_OPTIONS:MUCSIM} -PLIST_SUB+= UCSIM="" -.else -CONFIGURE_ARGS+=--disable-ucsim -PLIST_SUB+= UCSIM="@comment " -.endif - -.if ${PORT_OPTIONS:MZ80} -PLIST_SUB+= Z80="" -.else -CONFIGURE_ARGS+=--disable-z80 --disable-z80-port --disable-z180-port \ - --disable-gbz80-port --disable-r2k-port --disable-r3ka-port -PLIST_SUB+= Z80="@comment " -.endif - post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ + ${WRKSRC}/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ @@ -98,4 +72,7 @@ post-patch: ${WRKSRC}/sim/ucsim/packages_in.mk .endif +post-install: + ${FIND} -d ${DATADIR} -type d -empty -delete + .include Modified: head/lang/sdcc-devel/distinfo ============================================================================== --- head/lang/sdcc-devel/distinfo Sat Sep 7 18:21:14 2013 (r326677) +++ head/lang/sdcc-devel/distinfo Sat Sep 7 18:26:26 2013 (r326678) @@ -1,2 +1,2 @@ -SHA256 (sdcc-src-20130322-8457.tar.bz2) = a3cc9914a3fb23f7fb31b7c023517e2206a120165561ed258371da2e0c7a27cd -SIZE (sdcc-src-20130322-8457.tar.bz2) = 9954544 +SHA256 (sdcc-src-20130907-8835.tar.bz2) = 9a20ce2158447bceba0d677ecad2d259721fd4bea80d244f81251eeda6023af6 +SIZE (sdcc-src-20130907-8835.tar.bz2) = 10060715 Modified: head/lang/sdcc-devel/files/patch-device-lib-Makefile.in ============================================================================== --- head/lang/sdcc-devel/files/patch-device-lib-Makefile.in Sat Sep 7 18:21:14 2013 (r326677) +++ head/lang/sdcc-devel/files/patch-device-lib-Makefile.in Sat Sep 7 18:26:26 2013 (r326678) @@ -1,16 +1,17 @@ ---- device/lib/Makefile.in.orig 2012-05-18 18:09:24.000000000 +0200 -+++ device/lib/Makefile.in 2012-07-15 17:05:35.000000000 +0200 -@@ -485,26 +485,6 @@ +--- device/lib/Makefile.in.orig ++++ device/lib/Makefile.in +@@ -501,27 +501,6 @@ # --------------------------------------------------- install: all installdirs [ ! -d "$(BUILDDIR)" ] || $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) - $(CP_U) -r $(MODELS) $(srcdir)/mcs51 $(srcdir)/ds390 $(srcdir)/ds400 \ - $(srcdir)/z80 $(srcdir)/z180 $(srcdir)/r2k $(srcdir)/r3ka $(srcdir)/gbz80 \ - $(srcdir)/hc08 $(srcdir)/s08 \ +- $(srcdir)/stm8 \ - $(srcdir)/pic14 $(srcdir)/pic16 $(srcdir)/*.c $(sdcc_libdir)/src -- $(CP_U) -r $(MODELS) mcs51 ds390 ds400 z80 z180 r2k r3ka gbz80 hc08 s08 $(sdcc_libdir)/src +- $(CP_U) -r $(MODELS) mcs51 ds390 ds400 z80 z180 r2k r3ka gbz80 hc08 s08 stm8 $(sdcc_libdir)/src - -- for src in $(MODELS) ds390 ds400 z80 z180 r2k r3ka gbz80 hc08 s08 pic14 pic16; do \ +- for src in $(MODELS) ds390 ds400 z80 z180 r2k r3ka gbz80 hc08 s08 stm8 pic14 pic16; do \ - find $(sdcc_libdir)/src/$$src -depth \ - \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'autom4te.cache' -o \ @@ -27,7 +28,7 @@ # Deleting all the installed files # -------------------------------- -@@ -524,13 +504,7 @@ +@@ -541,13 +520,7 @@ # Creating installation directories # --------------------------------- installdirs: Modified: head/lang/sdcc-devel/pkg-plist ============================================================================== --- head/lang/sdcc-devel/pkg-plist Sat Sep 7 18:21:14 2013 (r326677) +++ head/lang/sdcc-devel/pkg-plist Sat Sep 7 18:26:26 2013 (r326678) @@ -8,6 +8,7 @@ bin/sdar %%MCS51%%bin/sdas8051 %%Z80%%bin/sdasgb %%Z80%%bin/sdasrab +%%STM8%%bin/sdasstm8 %%Z80%%bin/sdasz80 bin/sdcc bin/sdcclib @@ -23,1351 +24,5 @@ bin/sdnm bin/sdobjcopy bin/sdranlib %%UCSIM%%%%HC08%%bin/shc08 +%%UCSIM%%%%STM8%%bin/sstm8 %%UCSIM%%%%Z80%%bin/sz80 -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/UCsim.jpg -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/analyzer.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/burst.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/chip.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/chip.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_bp.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_dump.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_exec.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_general.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_memory.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_removed.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cmd_set.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/commref.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu-mem.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu-mem.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu-mem.jpg -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/cpu_types.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/decoded.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/decoded.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/decoded.jpg -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/index.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/interrupt.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/interrupt.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/invoke.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/memory.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/mulcons.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/new.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/obsolete.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/post.jpg -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/serial.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/serial1.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/serial1.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/serial2.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/serial2.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/share-chip.fig -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/share-chip.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/syntax.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/term_cpuopt.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/term_cpuopt.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/timers.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/timers.html -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/wins.gif -%%UCSIM%%%%PORTDOCS%%share/doc/ucsim/wins.html -%%DATADIR%%/include/asm/default/features.h -%%DATADIR%%/include/asm/ds390/features.h -%%DATADIR%%/include/asm/gbz80/features.h -%%DATADIR%%/include/asm/mcs51/features.h -%%DATADIR%%/include/asm/pic14/features.h -%%DATADIR%%/include/asm/pic16/features.h -%%DATADIR%%/include/asm/r2k/features.h -%%DATADIR%%/include/asm/r3ka/features.h -%%DATADIR%%/include/asm/z180/features.h -%%DATADIR%%/include/asm/z80/features.h -%%DATADIR%%/include/assert.h -%%DATADIR%%/include/ctype.h -%%MCS51%%%%DATADIR%%/include/ds390/serial390.h -%%MCS51%%%%DATADIR%%/include/ds400/ds400rom.h -%%DATADIR%%/include/ds80c390.h -%%DATADIR%%/include/errno.h -%%DATADIR%%/include/float.h -%%HC08%%%%DATADIR%%/include/hc08/mc68hc908apxx.h -%%HC08%%%%DATADIR%%/include/hc08/mc68hc908gp32.h -%%HC08%%%%DATADIR%%/include/hc08/mc68hc908jb8.h -%%HC08%%%%DATADIR%%/include/hc08/mc68hc908jkjl.h -%%HC08%%%%DATADIR%%/include/hc08/mc68hc908qy.h -%%DATADIR%%/include/iso646.h -%%DATADIR%%/include/limits.h -%%DATADIR%%/include/malloc.h -%%DATADIR%%/include/math.h -%%MCS51%%%%DATADIR%%/include/mcs51/8051.h -%%MCS51%%%%DATADIR%%/include/mcs51/8052.h -%%MCS51%%%%DATADIR%%/include/mcs51/ADuC84x.h -%%MCS51%%%%DATADIR%%/include/mcs51/AT89C513xA.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F000.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F018.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F020.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F040.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F060.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F120.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F200.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F300.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F310.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F320.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F326.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F330.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F336.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F340.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F350.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F360.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F410.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F520.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051F920.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051T600.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051T610.h -%%MCS51%%%%DATADIR%%/include/mcs51/C8051T630.h -%%MCS51%%%%DATADIR%%/include/mcs51/P89LPC901.h -%%MCS51%%%%DATADIR%%/include/mcs51/P89LPC922.h -%%MCS51%%%%DATADIR%%/include/mcs51/P89LPC925.h -%%MCS51%%%%DATADIR%%/include/mcs51/P89LPC932.h -%%MCS51%%%%DATADIR%%/include/mcs51/P89c51RD2.h -%%MCS51%%%%DATADIR%%/include/mcs51/SST89x5xRDx.h -%%MCS51%%%%DATADIR%%/include/mcs51/XC866.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89S8252.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89Sx051.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89c51ed2.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89c51snd1c.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89c55.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89s53.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89s8253.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89x051.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89x51.h -%%MCS51%%%%DATADIR%%/include/mcs51/at89x52.h -%%MCS51%%%%DATADIR%%/include/mcs51/cc1110.h -%%MCS51%%%%DATADIR%%/include/mcs51/cc2430.h -%%MCS51%%%%DATADIR%%/include/mcs51/cc2510fx.h -%%MCS51%%%%DATADIR%%/include/mcs51/cc2530.h -%%MCS51%%%%DATADIR%%/include/mcs51/compiler.h -%%MCS51%%%%DATADIR%%/include/mcs51/lint.h -%%MCS51%%%%DATADIR%%/include/mcs51/mcs51reg.h -%%MCS51%%%%DATADIR%%/include/mcs51/msc1210.h -%%MCS51%%%%DATADIR%%/include/mcs51/msm8xc154s.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89c66x.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc9321.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc9331.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc933_4.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc9351.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc935_6.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89lpc938.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89v51rd2.h -%%MCS51%%%%DATADIR%%/include/mcs51/p89v66x.h -%%MCS51%%%%DATADIR%%/include/mcs51/reg51.h -%%MCS51%%%%DATADIR%%/include/mcs51/reg764.h -%%MCS51%%%%DATADIR%%/include/mcs51/regc515c.h -%%MCS51%%%%DATADIR%%/include/mcs51/sab80515.h -%%MCS51%%%%DATADIR%%/include/mcs51/ser.h -%%MCS51%%%%DATADIR%%/include/mcs51/ser_ir.h -%%MCS51%%%%DATADIR%%/include/mcs51/serial.h -%%MCS51%%%%DATADIR%%/include/mcs51/serial_IO.h -%%MCS51%%%%DATADIR%%/include/mcs51/stc12.h -%%MCS51%%%%DATADIR%%/include/mcs51/uPSD32xx.h -%%MCS51%%%%DATADIR%%/include/mcs51/uPSD33xx.h -%%MCS51%%%%DATADIR%%/include/mcs51/w7100.h -%%PIC%%%%DATADIR%%/include/pic14/errno.h -%%PIC%%%%DATADIR%%/include/pic14/float.h -%%PIC%%%%DATADIR%%/include/pic14/limits.h -%%PIC%%%%DATADIR%%/include/pic14/math.h -%%PIC%%%%DATADIR%%/include/pic14/p16f_common.inc -%%PIC%%%%DATADIR%%/include/pic14/pic14devices.txt -%%PIC%%%%DATADIR%%/include/pic14/sdcc-lib.h -%%PIC%%%%DATADIR%%/include/pic16/adc.h -%%PIC%%%%DATADIR%%/include/pic16/ctype.h -%%PIC%%%%DATADIR%%/include/pic16/delay.h -%%PIC%%%%DATADIR%%/include/pic16/errno.h -%%PIC%%%%DATADIR%%/include/pic16/float.h -%%PIC%%%%DATADIR%%/include/pic16/gstack.h -%%PIC%%%%DATADIR%%/include/pic16/i2c.h -%%PIC%%%%DATADIR%%/include/pic16/limits.h -%%PIC%%%%DATADIR%%/include/pic16/malloc.h -%%PIC%%%%DATADIR%%/include/pic16/math.h -%%PIC%%%%DATADIR%%/include/pic16/p18fxxx.inc -%%PIC%%%%DATADIR%%/include/pic16/pic16devices.txt -%%PIC%%%%DATADIR%%/include/pic16/pic18fregs.h -%%PIC%%%%DATADIR%%/include/pic16/sdcc-lib.h -%%PIC%%%%DATADIR%%/include/pic16/signal.h -%%PIC%%%%DATADIR%%/include/pic16/stdarg.h -%%PIC%%%%DATADIR%%/include/pic16/stddef.h -%%PIC%%%%DATADIR%%/include/pic16/stdint.h -%%PIC%%%%DATADIR%%/include/pic16/stdio.h -%%PIC%%%%DATADIR%%/include/pic16/stdlib.h -%%PIC%%%%DATADIR%%/include/pic16/string.h -%%PIC%%%%DATADIR%%/include/pic16/usart.h -%%DATADIR%%/include/sdcc-lib.h -%%DATADIR%%/include/setjmp.h -%%DATADIR%%/include/stdarg.h -%%DATADIR%%/include/stdbool.h -%%DATADIR%%/include/stddef.h -%%DATADIR%%/include/stdint.h -%%DATADIR%%/include/stdio.h -%%DATADIR%%/include/stdlib.h -%%DATADIR%%/include/stdnoreturn.h -%%DATADIR%%/include/string.h -%%DATADIR%%/include/time.h -%%DATADIR%%/include/tinibios.h -%%DATADIR%%/include/typeof.h -%%Z80%%%%DATADIR%%/include/z180/z180.h -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/libds390.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds390/libsdcc.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/libds400.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/ds400/libsdcc.lib -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/gbz80/crt0.rel -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/gbz80/gbz80.lib -%%DEVLIB%%%%HC08%%%%DATADIR%%/lib/hc08/hc08.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/libsdcc.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/large/mcs51.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/libsdcc.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/medium/mcs51.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic14/libm.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic14/libme.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic14/libsdcc.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic14/libsdcce.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/crt0.o -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/crt0i.o -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/crt0iz.o -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libc18f.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libcrt0.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libcrt0i.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libcrt0iz.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libdebug.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f1220.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f1230.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f1320.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f1330.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f13k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f13k50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f14k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f14k50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2220.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2221.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2320.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2321.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2331.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f23k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f23k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2410.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f242.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2420.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2423.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2431.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2439.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2450.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2455.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2458.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f248.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2480.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f24k50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2510.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2515.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f252.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2520.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2523.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2525.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2539.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2550.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2553.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f258.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2580.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2585.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25k50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f25k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2610.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2620.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2680.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2682.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f2685.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26j13.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26j53.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f26k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f27j13.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f27j53.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4220.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4221.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4320.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4321.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4331.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f43k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f43k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4410.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f442.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4420.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4423.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4431.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4439.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4450.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4455.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4458.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f448.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4480.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f44j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f44j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f44j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f44k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f44k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4510.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4515.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f452.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4520.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4523.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4525.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4539.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4550.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4553.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f458.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4580.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4585.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45k50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f45k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4610.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4620.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4680.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4682.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f4685.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46j13.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46j53.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46k20.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f46k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f47j13.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f47j53.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6310.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6390.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6393.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f63j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f63j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6410.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6490.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6493.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f64j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f64j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6520.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6525.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6527.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6585.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j15.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f65k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6620.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6621.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6622.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6627.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6628.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6680.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j15.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j16.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j55.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j65.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j93.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66j99.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66k80.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f66k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6720.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6722.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f6723.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j93.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f67k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8310.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8390.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8393.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f83j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f83j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8410.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8490.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8493.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f84j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f84j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8520.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8525.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8527.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8585.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j15.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f85k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8620.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8621.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8622.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8627.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8628.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8680.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j15.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j16.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j55.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j65.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j72.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j93.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86j99.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f86k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8720.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8722.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f8723.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j10.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j11.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j50.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j72.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j93.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87k22.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f87k90.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f95j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f96j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f96j65.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f96j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f96j99.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f97j60.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libio18f97j94.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libm18f.lib -%%DEVLIB%%%%PIC%%%%DATADIR%%/lib/pic16/libsdcc.lib -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/r2k/crt0.rel -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/r2k/r2k.lib -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/r3ka/crt0.rel -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/r3ka/r3ka.lib -%%DEVLIB%%%%HC08%%%%DATADIR%%/lib/s08/s08.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/libsdcc.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small/mcs51.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/libfloat.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/libint.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/liblong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/liblonglong.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/libsdcc.lib -%%DEVLIB%%%%MCS51%%%%DATADIR%%/lib/small-stack-auto/mcs51.lib -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/z180/crt0.rel -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/z180/z180.lib -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/z80/crt0.rel -%%DEVLIB%%%%Z80%%%%DATADIR%%/lib/z80/z80.lib -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic10f320.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic10f322.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f1501.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f1822.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f1840.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f609.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f615.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f617.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f629.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f635.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f675.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f683.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12f752.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic12lf1552.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic14regs.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c432.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c433.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c554.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c557.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c558.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c62.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c620.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c620a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c621.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c621a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c622.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c622a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c63a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c65b.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c71.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c710.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c711.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c715.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c717.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c72.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c73b.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c745.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c74b.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c765.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c770.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c771.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c773.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c774.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c781.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c782.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c925.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16c926.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1454.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1455.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1458.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1459.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1503.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1507.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1508.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1509.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1512.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1513.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1516.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1517.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1518.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1519.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1526.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1527.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1782.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1783.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1784.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1786.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1787.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1788.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1789.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1823.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1824.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1825.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1826.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1827.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1828.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1829.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1847.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1933.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1934.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1936.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1937.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1938.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1939.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1946.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f1947.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f610.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f616.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f627.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f627a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f628.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f628a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f630.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f631.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f636.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f639.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f648a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f676.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f677.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f684.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f685.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f687.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f688.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f689.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f690.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f707.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f716.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f72.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f720.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f721.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f722.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f722a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f723.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f723a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f724.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f726.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f727.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f73.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f737.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f74.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f747.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f76.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f767.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f77.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f777.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f785.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f818.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f819.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f84.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f84a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f87.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f870.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f871.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f872.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f873.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f873a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f874.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f874a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f876.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f876a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f877.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f877a.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f88.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f882.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f883.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f884.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f886.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f887.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f913.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f914.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f916.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f917.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16f946.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16fam.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16hv616.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16lf1902.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16lf1903.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16lf1904.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16lf1906.h -%%PIC%%%%DATADIR%%/non-free/include/pic14/pic16lf1907.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f1220.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f1230.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f1320.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f1330.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f13k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f13k50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f14k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f14k50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2220.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2221.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2320.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2321.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2331.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f23k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f23k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2410.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f242.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2420.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2423.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2431.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2439.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2450.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2455.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2458.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f248.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2480.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f24k50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2510.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2515.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f252.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2520.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2523.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2525.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2539.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2550.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2553.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f258.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2580.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2585.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25k50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f25k80.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2610.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2620.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2680.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2682.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f2685.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26j13.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26j53.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f26k80.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f27j13.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f27j53.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4220.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4221.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4320.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4321.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4331.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f43k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f43k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4410.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f442.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4420.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4423.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4431.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4439.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4450.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4455.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4458.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f448.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4480.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f44j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f44j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f44j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f44k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f44k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4510.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4515.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f452.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4520.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4523.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4525.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4539.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4550.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4553.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f458.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4580.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4585.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45k50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f45k80.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4610.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4620.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4680.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4682.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f4685.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46j13.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46j53.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46k20.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f46k80.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f47j13.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f47j53.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6310.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6390.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6393.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f63j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f63j90.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6410.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6490.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6493.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f64j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f64j90.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6520.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6525.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6527.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6585.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j15.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j90.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65j94.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65k22.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65k80.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f65k90.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6620.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6621.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6622.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6627.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6628.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f6680.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j10.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j11.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j15.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j16.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j50.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j55.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j60.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j65.h -%%PIC%%%%DATADIR%%/non-free/include/pic16/pic18f66j90.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:38:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92691327; Sat, 7 Sep 2013 18:38:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC732E26; Sat, 7 Sep 2013 18:38:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87IcQXj091948; Sat, 7 Sep 2013 18:38:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IcQk9091946; Sat, 7 Sep 2013 18:38:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071838.r87IcQk9091946@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326679 - head/irc/bitchx 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.14 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, 07 Sep 2013 18:38:26 -0000 Author: sunpoet Date: Sat Sep 7 18:38:25 2013 New Revision: 326679 URL: http://svnweb.freebsd.org/changeset/ports/326679 Log: - Remove deprecated GTK/XMMS support - While I'm here: - Add DOCS to OPTIONS_DEFINE - Remove IPV6 from OPTIONS_DEFAULT PR: ports/181628 Submitted by: Chris Petrik (co-maintainer) Modified: head/irc/bitchx/Makefile head/irc/bitchx/pkg-plist Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Sat Sep 7 18:26:26 2013 (r326678) +++ head/irc/bitchx/Makefile Sat Sep 7 18:38:25 2013 (r326679) @@ -28,14 +28,12 @@ PORTDOCS= * DATADIR= ${PREFIX}/share/bx MAN1= BitchX.1 -OPTIONS_DEFINE= ESOUND GNOME IPV6 LATIN PLUGINS SSL XMMS +OPTIONS_DEFINE= IPV6 LATIN PLUGINS SSL DOCS -GNOME_DESC= Legacy GTK/GNOME frontend LATIN_DESC= Recommended for ISO-8859-1 display PLUGINS_DESC= Build a handful of BitchX plugins -XMMS_DESC= Build XMMS plugin -OPTIONS_DEFAULT= IPV6 PLUGINS SSL +OPTIONS_DEFAULT=PLUGINS SSL .include @@ -47,20 +45,6 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --with-ssl .endif -.if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MESOUND} -USE_GNOME= gnomelibs -CONFIGURE_ARGS+= --with-gtk -. if ${PORT_OPTIONS:MESOUND} -USE_GNOME+= esound -CONFIGURE_ARGS+= --enable-sound -. endif -CFLAGS+= -I${LOCALBASE}/include/gnome-1.0 -PLIST_SUB+= NOGNOME="@comment " GNOME="" -.else -CONFIGURE_ARGS+= --without-gtk -PLIST_SUB+= GNOME="@comment " NOGNOME="" -.endif - .if ${PORT_OPTIONS:MPLUGINS} PLUGINS= abot acro aim arcfour autocycle blowfish cavlink cdrom encrypt \ europa fserv hint nap nicklist pkga possum qbx qmail wavplay @@ -69,14 +53,6 @@ PLIST_SUB+= PLUGINS="" PLIST_SUB+= PLUGINS="@comment " .endif -.if ${PORT_OPTIONS:MXMMS} -LIB_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLUGINS+= xmms -PLIST_SUB+= XMMS="" -.else -PLIST_SUB+= XMMS="@comment " -.endif - .if !empty(PLUGINS) CONFIGURE_ARGS+= --with-plugins="${PLUGINS:C/\$$/,/g}" .else @@ -91,12 +67,8 @@ post-patch: ${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in post-install: -.if ${PORT_OPTIONS:MGNOME} - ${STRIP_CMD} ${PREFIX}/bin/gtkBitchX -.else ${STRIP_CMD} ${PREFIX}/bin/BitchX ${STRIP_CMD} ${PREFIX}/bin/scr-bx -.endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${DOCSDIR} Modified: head/irc/bitchx/pkg-plist ============================================================================== --- head/irc/bitchx/pkg-plist Sat Sep 7 18:26:26 2013 (r326678) +++ head/irc/bitchx/pkg-plist Sat Sep 7 18:38:25 2013 (r326679) @@ -1,9 +1,7 @@ @unexec if [ -f %D/%%DATADIR%%/script/bxglobal.old ]; then rm -f %D/share/bx/script/bxglobal.old; fi -%%NOGNOME%%bin/BitchX -%%NOGNOME%%bin/BitchX-%%DISTVERSION%% -%%GNOME%%bin/gtkBitchX -%%GNOME%%bin/gtkBitchX-%%DISTVERSION%% -%%NOGNOME%%bin/scr-bx +bin/BitchX +bin/BitchX-%%DISTVERSION%% +bin/scr-bx %%DATADIR%%/BitchX.help %%DATADIR%%/BitchX.ircnames %%DATADIR%%/BitchX.quit @@ -27,7 +25,6 @@ %%PLUGINS%%%%DATADIR%%/plugins/autocycle.so %%PLUGINS%%%%DATADIR%%/plugins/cdrom.so %%PLUGINS%%%%DATADIR%%/plugins/nicklist.so -%%XMMS%%%%DATADIR%%/plugins/xmms.so %%DATADIR%%/script/SCRIPTS %%DATADIR%%/script/actplug.gmz %%DATADIR%%/script/bxglobal @@ -77,7 +74,7 @@ %%DATADIR%%/translation/SWISS %%DATADIR%%/translation/UNITED_KINGDOM %%DATADIR%%/translation/UNITED_KINGDOM_COM -%%NOGNOME%%%%DATADIR%%/wserv +%%DATADIR%%/wserv @dirrm %%DATADIR%%/translation @dirrm %%DATADIR%%/script @dirrm %%DATADIR%%/plugins From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 18:40:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B20CB461; Sat, 7 Sep 2013 18:40:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 855552E36; Sat, 7 Sep 2013 18:40:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Iek6I094764; Sat, 7 Sep 2013 18:40:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87IejKT094758; Sat, 7 Sep 2013 18:40:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071840.r87IejKT094758@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 18:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326680 - in head/audio/icecast2: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 18:40:46 -0000 Author: sunpoet Date: Sat Sep 7 18:40:45 2013 New Revision: 326680 URL: http://svnweb.freebsd.org/changeset/ports/326680 Log: - Update to 2.3.3 Changes: http://svn.xiph.org/icecast/trunk/icecast/NEWS PR: ports/181712 Submitted by: Douglas Carmichael Deleted: head/audio/icecast2/files/patch-src-stats.c Modified: head/audio/icecast2/Makefile head/audio/icecast2/distinfo (contents, props changed) head/audio/icecast2/pkg-plist Modified: head/audio/icecast2/Makefile ============================================================================== --- head/audio/icecast2/Makefile Sat Sep 7 18:38:25 2013 (r326679) +++ head/audio/icecast2/Makefile Sat Sep 7 18:40:45 2013 (r326680) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= icecast2 -PORTVERSION= 2.3.2 -PORTREVISION= 10 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ Modified: head/audio/icecast2/distinfo ============================================================================== --- head/audio/icecast2/distinfo Sat Sep 7 18:38:25 2013 (r326679) +++ head/audio/icecast2/distinfo Sat Sep 7 18:40:45 2013 (r326680) @@ -1,2 +1,2 @@ -SHA256 (icecast-2.3.2.tar.gz) = 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0 -SIZE (icecast-2.3.2.tar.gz) = 1152319 +SHA256 (icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d +SIZE (icecast-2.3.3.tar.gz) = 1161774 Modified: head/audio/icecast2/pkg-plist ============================================================================== --- head/audio/icecast2/pkg-plist Sat Sep 7 18:38:25 2013 (r326679) +++ head/audio/icecast2/pkg-plist Sat Sep 7 18:40:45 2013 (r326680) @@ -7,6 +7,8 @@ etc/icecast.xml.sample %%DATADIR%%/admin/response.xsl %%DATADIR%%/admin/stats.xsl %%DATADIR%%/admin/updatemetadata.xsl +%%DATADIR%%/admin/vclt.xsl +%%DATADIR%%/admin/xspf.xsl %%DATADIR%%/doc/icecast.xml.dist %%DATADIR%%/doc/icecast_minimal.xml.dist %%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 19:14:24 2013 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 ESMTP id 6841F7B0; Sat, 7 Sep 2013 19:14:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 547812FDE; Sat, 7 Sep 2013 19:14:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87JEOSL015093; Sat, 7 Sep 2013 19:14:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87JENfm015088; Sat, 7 Sep 2013 19:14:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071914.r87JENfm015088@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 19:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326681 - head/textproc/py-rdflib 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.14 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, 07 Sep 2013 19:14:24 -0000 Author: sunpoet Date: Sat Sep 7 19:14:23 2013 New Revision: 326681 URL: http://svnweb.freebsd.org/changeset/ports/326681 Log: - Update to 4.0.1 - Remove leading indefinite article from COMMENT - Change WWW to PyPI - Add git repository link Changes: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG.md Modified: head/textproc/py-rdflib/Makefile (contents, props changed) head/textproc/py-rdflib/distinfo (contents, props changed) head/textproc/py-rdflib/pkg-descr (contents, props changed) head/textproc/py-rdflib/pkg-plist (contents, props changed) Modified: head/textproc/py-rdflib/Makefile ============================================================================== --- head/textproc/py-rdflib/Makefile Sat Sep 7 18:40:45 2013 (r326680) +++ head/textproc/py-rdflib/Makefile Sat Sep 7 19:14:23 2013 (r326681) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= rdflib -PORTVERSION= 3.2.3 +PORTVERSION= 4.0.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= A Python library for RDF manipulation +COMMENT= Python library for RDF manipulation LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} Modified: head/textproc/py-rdflib/distinfo ============================================================================== --- head/textproc/py-rdflib/distinfo Sat Sep 7 18:40:45 2013 (r326680) +++ head/textproc/py-rdflib/distinfo Sat Sep 7 19:14:23 2013 (r326681) @@ -1,2 +1,2 @@ -SHA256 (rdflib-3.2.3.tar.gz) = a3cab51c14fa6fe379261e0157c110d94e2f75ef62073ddc76fe56f5be624b75 -SIZE (rdflib-3.2.3.tar.gz) = 449077 +SHA256 (rdflib-4.0.1.tar.gz) = 5e8cd9b9f09d69116add36229e05d7d2fbececee1ae65dc17713c57e823a9813 +SIZE (rdflib-4.0.1.tar.gz) = 903633 Modified: head/textproc/py-rdflib/pkg-descr ============================================================================== --- head/textproc/py-rdflib/pkg-descr Sat Sep 7 18:40:45 2013 (r326680) +++ head/textproc/py-rdflib/pkg-descr Sat Sep 7 19:14:23 2013 (r326681) @@ -1,4 +1,6 @@ RDFLib is a python library containing an RDF triple store and RDF/XML parser/serializer. -WWW: http://rdflib.net/ +Git repository: https://github.com/RDFLib/rdflib + +WWW: http://pypi.python.org/pypi/rdflib/ Modified: head/textproc/py-rdflib/pkg-plist ============================================================================== --- head/textproc/py-rdflib/pkg-plist Sat Sep 7 18:40:45 2013 (r326680) +++ head/textproc/py-rdflib/pkg-plist Sat Sep 7 19:14:23 2013 (r326681) @@ -16,6 +16,18 @@ %%PYTHON_SITELIBDIR%%/rdflib/exceptions.py %%PYTHON_SITELIBDIR%%/rdflib/exceptions.pyc %%PYTHON_SITELIBDIR%%/rdflib/exceptions.pyo +%%PYTHON_SITELIBDIR%%/rdflib/extras/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/extras/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/extras/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/extras/cmdlineutils.py +%%PYTHON_SITELIBDIR%%/rdflib/extras/cmdlineutils.pyc +%%PYTHON_SITELIBDIR%%/rdflib/extras/cmdlineutils.pyo +%%PYTHON_SITELIBDIR%%/rdflib/extras/describer.py +%%PYTHON_SITELIBDIR%%/rdflib/extras/describer.pyc +%%PYTHON_SITELIBDIR%%/rdflib/extras/describer.pyo +%%PYTHON_SITELIBDIR%%/rdflib/extras/infixowl.py +%%PYTHON_SITELIBDIR%%/rdflib/extras/infixowl.pyc +%%PYTHON_SITELIBDIR%%/rdflib/extras/infixowl.pyo %%PYTHON_SITELIBDIR%%/rdflib/graph.py %%PYTHON_SITELIBDIR%%/rdflib/graph.pyc %%PYTHON_SITELIBDIR%%/rdflib/graph.pyo @@ -25,6 +37,9 @@ %%PYTHON_SITELIBDIR%%/rdflib/parser.py %%PYTHON_SITELIBDIR%%/rdflib/parser.pyc %%PYTHON_SITELIBDIR%%/rdflib/parser.pyo +%%PYTHON_SITELIBDIR%%/rdflib/paths.py +%%PYTHON_SITELIBDIR%%/rdflib/paths.pyc +%%PYTHON_SITELIBDIR%%/rdflib/paths.pyo %%PYTHON_SITELIBDIR%%/rdflib/plugin.py %%PYTHON_SITELIBDIR%%/rdflib/plugin.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugin.pyo @@ -37,6 +52,9 @@ %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/__init__.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/__init__.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/hturtle.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/hturtle.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/hturtle.pyo %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/notation3.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/notation3.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/notation3.pyo @@ -49,33 +67,93 @@ %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/ntriples.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/ntriples.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/ntriples.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/__init__.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/__init__.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/__init__.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/embeddedrdf.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/embeddedrdf.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/embeddedrdf.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/literal.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/literal.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/literal.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/options.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/options.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/options.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/parse.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/parse.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/parse.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/state.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/state.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/state.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/__init__.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/__init__.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/__init__.pyo -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/headabout.py -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/headabout.pyc -%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform/headabout.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/microdata.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/microdata.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/microdata.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/registry.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/registry.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/registry.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/utils.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/utils.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata/utils.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/embeddedRDF.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/embeddedRDF.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/embeddedRDF.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/httpheader.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/httpheader.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras/httpheader.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/atom.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/atom.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/atom.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/html5.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/html5.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host/html5.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/initialcontext.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/initialcontext.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/initialcontext.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/options.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/options.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/options.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/parse.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/parse.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/parse.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/property.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/property.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/property.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/cache.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/cache.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/cache.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/process.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/process.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs/process.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/state.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/state.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/state.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/termorcurie.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/termorcurie.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/termorcurie.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/DublinCore.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/DublinCore.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/DublinCore.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/OpenID.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/OpenID.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/OpenID.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/lite.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/lite.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/lite.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/metaname.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/metaname.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/metaname.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/prototype.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/prototype.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform/prototype.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/utils.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/utils.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/utils.pyo %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfxml.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfxml.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfxml.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/structureddata.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/structureddata.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/structureddata.pyo %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/trix.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/trix.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/trix.pyo @@ -109,6 +187,84 @@ %%PYTHON_SITELIBDIR%%/rdflib/plugins/sleepycat.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/sleepycat.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/sleepycat.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/aggregates.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/aggregates.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/aggregates.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/algebra.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/algebra.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/algebra.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/compat.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/compat.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/compat.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/datatypes.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/datatypes.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/datatypes.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evaluate.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evaluate.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evaluate.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evalutils.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evalutils.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/evalutils.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/operators.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/operators.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/operators.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parser.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parser.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parser.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parserutils.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parserutils.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/parserutils.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/processor.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/processor.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/processor.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/csvresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/csvresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/csvresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonlayer.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonlayer.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonlayer.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/jsonresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/rdfresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/rdfresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/rdfresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/tsvresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/tsvresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/tsvresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/txtresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/txtresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/txtresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/xmlresults.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/xmlresults.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results/xmlresults.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/sparql.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/sparql.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/sparql.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/update.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/update.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/update.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/auditable.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/auditable.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/auditable.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/concurrent.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/concurrent.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/concurrent.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/regexmatching.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/regexmatching.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/regexmatching.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/sparqlstore.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/sparqlstore.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/stores/sparqlstore.pyo %%PYTHON_SITELIBDIR%%/rdflib/py3compat.py %%PYTHON_SITELIBDIR%%/rdflib/py3compat.pyc %%PYTHON_SITELIBDIR%%/rdflib/py3compat.pyo @@ -127,12 +283,42 @@ %%PYTHON_SITELIBDIR%%/rdflib/term.py %%PYTHON_SITELIBDIR%%/rdflib/term.pyc %%PYTHON_SITELIBDIR%%/rdflib/term.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/__init__.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/__init__.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/__init__.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/csv2rdf.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/csv2rdf.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/csv2rdf.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/graphisomorphism.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/graphisomorphism.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/graphisomorphism.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdf2dot.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdf2dot.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdf2dot.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfpipe.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfpipe.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfpipe.pyo +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfs2dot.py +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfs2dot.pyc +%%PYTHON_SITELIBDIR%%/rdflib/tools/rdfs2dot.pyo %%PYTHON_SITELIBDIR%%/rdflib/util.py %%PYTHON_SITELIBDIR%%/rdflib/util.pyc %%PYTHON_SITELIBDIR%%/rdflib/util.pyo +%%PYTHON_SITELIBDIR%%/rdflib/void.py +%%PYTHON_SITELIBDIR%%/rdflib/void.pyc +%%PYTHON_SITELIBDIR%%/rdflib/void.pyo +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/tools +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/stores +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql/results +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/sparql @dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers -@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa/transform -@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/rdfa +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/transform +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/rdfs +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/host +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa/extras +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyRdfa +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers/pyMicrodata @dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins/parsers @dirrm %%PYTHON_SITELIBDIR%%/rdflib/plugins +@dirrm %%PYTHON_SITELIBDIR%%/rdflib/extras @dirrm %%PYTHON_SITELIBDIR%%/rdflib From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 19:16:56 2013 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 ESMTP id 49D0FB12; Sat, 7 Sep 2013 19:16:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 285282FF3; Sat, 7 Sep 2013 19:16:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87JGuJm015975; Sat, 7 Sep 2013 19:16:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87JGtlo015971; Sat, 7 Sep 2013 19:16:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071916.r87JGtlo015971@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 19:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326682 - in head/devel/bpython: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 19:16:56 -0000 Author: sunpoet Date: Sat Sep 7 19:16:54 2013 New Revision: 326682 URL: http://svnweb.freebsd.org/changeset/ports/326682 Log: - Update to 0.12 - Add CHEESESHOP to MASTER_SITES - Add LICENSE - Remove leading indefinite article from COMMENT - Add options: EXAMPLES and NLS - Install .desktop to DESKTOPDIR - Fix USE_PYTHON - Use REINPLACE_CMD instead of patch file - Do not silence installation message - Cosmetic change - Take maintainership - Reformat pkg-descr Changes: http://docs.bpython-interpreter.org/changelog.html Deleted: head/devel/bpython/files/ Modified: head/devel/bpython/Makefile head/devel/bpython/distinfo (contents, props changed) head/devel/bpython/pkg-descr head/devel/bpython/pkg-plist (contents, props changed) Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Sat Sep 7 19:14:23 2013 (r326681) +++ head/devel/bpython/Makefile Sat Sep 7 19:16:54 2013 (r326682) @@ -2,24 +2,59 @@ # $FreeBSD$ PORTNAME= bpython -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel python -MASTER_SITES= http://bpython-interpreter.org/releases/ +MASTER_SITES= CHEESESHOP \ + http://bpython-interpreter.org/releases/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= A fancy interface to the Python interpreter +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fancy interface to the Python interpreter +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments -USE_PYTHON= 2.5+ -USE_PYDISTUTILS= easy_install +OPTIONS_DEFINE= EXAMPLES NLS + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install +PYDISTUTILS_BUILD_TARGET= build bdist_egg MAN1= bpython.1 MAN5= bpython-config.5 +PORTEXAMPLES= light.theme sample-config sample.theme + +.include + +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS="" +USES+= gettext +.else +PLIST_SUB+= NLS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP} post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/bpython.1 ${MANPREFIX}/man/man1 - @${INSTALL_MAN} ${WRKSRC}/doc/bpython-config.5 ${MANPREFIX}/man/man5 + ${MKDIR} ${DESKTOPDIR}/ + ${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/build/man/bpython-config.5 ${MANPREFIX}/man/man5/ + ${INSTALL_DATA} ${WRKSRC}/data/bpython.desktop ${DESKTOPDIR}/ +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ +.endif +.if ${PORT_OPTIONS:MNLS} +.for lang in it_IT nl_NL + ${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES/ +.endfor +.for lang in de es_ES it_IT nl_NL + ${INSTALL_DATA} ${WRKSRC}/bpython/translations/${lang}/LC_MESSAGES/bpython.mo \ + ${PREFIX}/share/locale/${lang}/LC_MESSAGES/ +.endfor +.endif .include Modified: head/devel/bpython/distinfo ============================================================================== --- head/devel/bpython/distinfo Sat Sep 7 19:14:23 2013 (r326681) +++ head/devel/bpython/distinfo Sat Sep 7 19:16:54 2013 (r326682) @@ -1,2 +1,2 @@ -SHA256 (bpython-0.11.tar.gz) = 60cf39712564f0a2516f7b0acf86f3c0392e67a79914eeed189400ffaaaeb309 -SIZE (bpython-0.11.tar.gz) = 86569 +SHA256 (bpython-0.12.tar.gz) = 74a9074c5d5448e09ea9efe6b5305a4f580617d73c38f21eab5fe983312a8ec6 +SIZE (bpython-0.12.tar.gz) = 130968 Modified: head/devel/bpython/pkg-descr ============================================================================== --- head/devel/bpython/pkg-descr Sat Sep 7 19:14:23 2013 (r326681) +++ head/devel/bpython/pkg-descr Sat Sep 7 19:16:54 2013 (r326682) @@ -1,12 +1,11 @@ bpython is a fancy interface to the Python interpreter for Unix-like operating systems. It has the following features: - * In-line syntax highlighting. - * Readline-like autocomplete with suggestions displayed as you type. - * Expected parameter list for any Python function. - * "Rewind" function to pop the last line of code from memory and - re-evaluate. - * Send the code you've entered off to a pastebin. - * Save the code you've entered to a file. - * Auto-indentation. +- In-line syntax highlighting. +- Readline-like autocomplete with suggestions displayed as you type. +- Expected parameter list for any Python function. +- "Rewind" function to pop the last line of code from memory and re-evaluate. +- Send the code you've entered off to a pastebin. +- Save the code you've entered to a file. +- Auto-indentation. WWW: http://bpython-interpreter.org/ Modified: head/devel/bpython/pkg-plist ============================================================================== --- head/devel/bpython/pkg-plist Sat Sep 7 19:14:23 2013 (r326681) +++ head/devel/bpython/pkg-plist Sat Sep 7 19:16:54 2013 (r326682) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/bpython bin/bpython-gtk bin/bpython-urwid @@ -21,9 +20,15 @@ bin/bpython-urwid %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_internal.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_internal.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_internal.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_py3compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_py3compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/_py3compat.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/args.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/args.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/args.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/autocomplete.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/autocomplete.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/autocomplete.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/cli.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/cli.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/cli.pyo @@ -52,16 +57,64 @@ bin/bpython-urwid %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/repl.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/repl.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/repl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test.theme +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_args.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_args.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_args.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_bpython.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_bpython.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_bpython.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_crashers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_crashers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_crashers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_formatter.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_formatter.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_formatter.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_gtk_.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_gtk_.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_gtk_.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_importcompletion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_importcompletion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_importcompletion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_inspection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_inspection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_inspection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_keys.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_keys.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_keys.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_pager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_pager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_pager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_repl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_repl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_repl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_wizard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_wizard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test/test_wizard.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/translations/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/translations/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/translations/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/urwid.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/urwid.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/urwid.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/applications/bpython.desktop -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/applications -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share +share/applications/bpython.desktop +%%NLS%%share/locale/de/LC_MESSAGES/bpython.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/bpython.mo +%%NLS%%share/locale/it_IT/LC_MESSAGES/bpython.mo +%%NLS%%share/locale/nl_NL/LC_MESSAGES/bpython.mo +%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl_NL +%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it_IT +@dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/translations +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython/test @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpython @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/bpdb @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 19:49:45 2013 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 ESMTP id 760CD820; Sat, 7 Sep 2013 19:49:45 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 619B321E4; Sat, 7 Sep 2013 19:49:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Jnjmt034945; Sat, 7 Sep 2013 19:49:45 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87JngNc034920; Sat, 7 Sep 2013 19:49:42 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309071949.r87JngNc034920@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 19:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326683 - in head: Mk/Uses devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap net/ssltunnel-client net/yaz net/zebra-server textproc/libxml2 textproc/py-libxml2 www... 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.14 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, 07 Sep 2013 19:49:45 -0000 Author: bsam Date: Sat Sep 7 19:49:41 2013 New Revision: 326683 URL: http://svnweb.freebsd.org/changeset/ports/326683 Log: Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Modified: head/Mk/Uses/iconv.mk head/devel/apr1/Makefile head/devel/apr2/Makefile head/devel/git/Makefile head/irc/epic5/Makefile head/lang/gauche/Makefile head/net-mgmt/ettercap/Makefile head/net/ssltunnel-client/Makefile head/net/yaz/Makefile head/net/zebra-server/Makefile head/textproc/libxml2/Makefile head/textproc/py-libxml2/Makefile head/www/apache22/Makefile head/www/apache24/Makefile Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Sat Sep 7 19:16:54 2013 (r326682) +++ head/Mk/Uses/iconv.mk Sat Sep 7 19:49:41 2013 (r326683) @@ -20,6 +20,7 @@ iconv_ARGS= lib ICONV_CMD= ${LOCALBASE}/bin/iconv ICONV_LIB= -liconv +ICONV_PREFIX= ${LOCALBASE} ICONV_CONFIGURE_ARG= --with-libiconv-prefix=${LOCALBASE} ICONV_CONFIGURE_BASE= --with-libiconv=${LOCALBASE} @@ -35,6 +36,7 @@ PATCH_DEPENDS+= ${ICONV_CMD}:${PORTSDIR} ICONV_CMD= /usr/bin/iconv ICONV_LIB= +ICONV_PREFIX= /usr ICONV_CONFIGURE_ARG= ICONV_CONFIGURE_BASE= Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/devel/apr1/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -44,7 +44,7 @@ SHLIB_APU_MAJOR= 5 APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1 APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} + --with-iconv=${ICONV_PREFIX} .include Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/devel/apr2/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -42,7 +42,7 @@ CONFIGURE_ENV= CC="${CC}" CONFIGURE_ARGS= --with-installbuilddir=${DATADIR}/build-2 \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} + --with-iconv=${ICONV_PREFIX} WRKSRC= ${WRKDIR}/apr Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/devel/git/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -257,8 +257,8 @@ PLIST_SUB+= PERLSUB="@comment " .if ${PORT_OPTIONS:MICONV} USES+= iconv MAKE_ENV+= NEEDS_LIBICONV=yes \ - ICONVDIR=${LOCALBASE} -CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} + ICONVDIR=${ICONV_PREFIX} +CONFIGURE_ARGS+= --with-iconv=${ICONV_PREFIX} .else MAKE_ENV+= NO_ICONV=1 .endif Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/irc/epic5/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -29,6 +29,9 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCA OPTIONS_DEFAULT= TCL PERL SSL RUBY TERMCAP_DESC= Refuse to use terminfo/ncurses +CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} +USES= iconv + .include .if ! ${PORT_OPTIONS:MIPV6} @@ -63,9 +66,6 @@ CONFIGURE_ARGS+= --without-ruby CONFIGURE_ARGS+= --with-termcap .endif -CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} -USES= iconv - post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/lang/gauche/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -34,7 +34,7 @@ DATADIR?= ${PREFIX}/share/${PORTNAME}-0. GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tls=none \ - --with-iconv=${LOCALBASE} + --with-iconv=${ICONV_PREFIX} PLIST_SUB= VERSION="${PORTVERSION}" \ TARGET="${CONFIGURE_TARGET}" USES= iconv Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/net-mgmt/ettercap/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--disable-gtk .endif .if ${PORT_OPTIONS:MUTF8} -CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} +CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} USES+= iconv .endif @@ -91,6 +91,7 @@ post-patch: -e 's|test -f /usr/include/libnet\.h|${TRUE}|' \ -e 's|(LNETINC=).*|\1"`${LIBNET_CONFIG} --cflags`"|' \ -e 's|(LNETLIB=).*|\1"`${LIBNET_CONFIG} --libs`"|' \ + -e '/ICONVLIB/s|-liconv|${ICONV_LIB}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -E \ -e 's|(^pkgdatadir.+=).+|\1 ${DATADIR}|' \ Modified: head/net/ssltunnel-client/Makefile ============================================================================== --- head/net/ssltunnel-client/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/net/ssltunnel-client/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -17,7 +17,7 @@ COMMENT= PPP over SSL virtual private ne LICENSE= BSD -CONFIGURE_ARGS= --disable-server --with-iconv=${LOCALBASE} +CONFIGURE_ARGS= --disable-server --with-iconv=${ICONV_PREFIX} GNU_CONFIGURE= yes USES= iconv Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/net/yaz/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -18,7 +18,7 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \ - --with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} --with-xml2=${LOCALBASE} \ --with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \ --enable-tcpd Modified: head/net/zebra-server/Makefile ============================================================================== --- head/net/zebra-server/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/net/zebra-server/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -20,7 +20,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \ --with-tclconfig=${TCL_LIBDIR} \ - --with-iconv=${LOCALBASE} --with-expat=${LOCALBASE} + --with-iconv=${ICONV_PREFIX} --with-expat=${LOCALBASE} USES= iconv USE_LDCONFIG= yes Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/textproc/libxml2/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -20,7 +20,7 @@ USE_CSTD= gnu89 GNU_CONFIGURE= yes USES= pathfix gmake iconv pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ +CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --with-lzma=/usr \ Modified: head/textproc/py-libxml2/Makefile ============================================================================== --- head/textproc/py-libxml2/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/textproc/py-libxml2/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -16,9 +16,10 @@ PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 USE_PYTHON= -2.7 +USES= iconv CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` -CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ +CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --with-python=${PYTHON_CMD} Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/www/apache22/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -65,7 +65,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDES --with-perl=${PERL5} \ --with-port=${WITH_HTTP_PORT} \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} \ --enable-http \ --with-pcre=${LOCALBASE} \ --with-apr=${APR_CONFIG} \ Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sat Sep 7 19:16:54 2013 (r326682) +++ head/www/apache24/Makefile Sat Sep 7 19:49:41 2013 (r326683) @@ -74,7 +74,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDES --with-port=${WITH_HTTP_PORT} \ --with-sslport=${WITH_SSL_PORT} \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} \ --enable-http \ --with-pcre=${LOCALBASE} \ --with-apr=${APR_CONFIG} \ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 20:34:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C9B989C for ; Sat, 7 Sep 2013 20:34:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9EB240E for ; Sat, 7 Sep 2013 20:34:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r87KY2Ix080133 for ; Sat, 7 Sep 2013 20:34:02 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r87KY2ge079884 for svn-ports-head@freebsd.org; Sat, 7 Sep 2013 20:34:02 GMT (envelope-from bdrewery) Received: (qmail 77307 invoked from network); 7 Sep 2013 15:34:00 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 7 Sep 2013 15:34:00 -0500 Message-ID: <522B8DA8.1010208@FreeBSD.org> Date: Sat, 07 Sep 2013 15:33:44 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r326675 - head/irc/bitchx References: <201309071818.r87IIHvB079661@svn.freebsd.org> In-Reply-To: <201309071818.r87IIHvB079661@svn.freebsd.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsW4LVnJ6h4tCBeuMPEcBG75AkBtrSoVM" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 20:34:02 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KsW4LVnJ6h4tCBeuMPEcBG75AkBtrSoVM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 9/7/2013 1:18 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Sep 7 18:18:16 2013 > New Revision: 326675 > URL: http://svnweb.freebsd.org/changeset/ports/326675 >=20 > Log: > - Add co-maintainer: use comment due to the lack of multiple-maintain= er support > =20 > PR: ports/181627 > Submitted by: Chris Petrik > Approved by: Dan Mashal (maintainer) >=20 > Modified: > head/irc/bitchx/Makefile >=20 > Modified: head/irc/bitchx/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/irc/bitchx/Makefile Sat Sep 7 18:13:59 2013 (r326674) > +++ head/irc/bitchx/Makefile Sat Sep 7 18:18:16 2013 (r326675) > @@ -8,6 +8,7 @@ CATEGORIES+=3D irc > MASTER_SITES=3D http://bitchx.ca/ > =20 > MAINTAINER?=3D dan.mashal@gmail.com > +# Co-maintainer: Chris Petrik (PR/181627) > COMMENT?=3D Feature-rich scriptable IRC client > =20 > WRKSRC=3D ${WRKDIR}/${DISTNAME:C,-final$,,} >=20 I was thinking of adding 2 names into MAINTAINER on a port and seeing what fallout ensues. --=20 Regards, Bryan Drewery --KsW4LVnJ6h4tCBeuMPEcBG75AkBtrSoVM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSK42tAAoJEG54KsA8mwz5XDQQAJNzREpxeZRZZ5L4TnBN5fBT jEb64px2f6Vd0FAwMvDhkdrM8+A/TMoaI77adwYMin50IwSJEYOXiy3HGxIyQuEx LMftJzdFuETMMBSAMcR1dbC7ejjb9ncoaA8bwKu0GhbOPa7UF1MhoV67ATt5acmB LHA5LSArz354mIQkyZ7YPS5+OmW8kWVMz25KgEBQddZfJ/L/NXin75xLoqCMveao XcoLzanfb26fcsiodzVhlAwXGPTccGdaM+UZQzZW6biH9phtbzRCNtLoInP7Gvla 60rdqfyAZXiyzydx5SnzGh6x6CU4IyfYKNgJUCEvdfkCO6tUZrg6zwPQzsYlEuG/ m3odx/MjZbjBQX05O6hJEg3rWiMyphehZKVhXcq2NalMQ2WycDF20fskHDYGPqx3 jNuOEESynEis3beotH4+Vlj21gZzurLw3UdZyUX+CSQ744OjW9/vj0Nl51p4ZOKF 5lDA13o8rnb8cBfZuO4JLTZVXnrYtPHdGUy3q0e//H3sTDg7bb355GfpMsQ+Kxma E45R8EvoNBAq2hRG/aO/Z3wL4PVAzlgMiEf2CCDgHX0iEIliyEN5mt/6g/vE9Ofi m8s8AoSj6W6iSrh6n9+Cndok3qPhPr6zic5e23PkUS+DVl61ngdr07mc+y4wolEk uYE2r2x+GKacScgAlU+r =VGmU -----END PGP SIGNATURE----- --KsW4LVnJ6h4tCBeuMPEcBG75AkBtrSoVM-- From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 20:39:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74507AF3; Sat, 7 Sep 2013 20:39:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 965602436; Sat, 7 Sep 2013 20:39:21 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so4062503wes.20 for ; Sat, 07 Sep 2013 13:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EGKPhVb1pSkghfKU869lmTQV2Lt3SBFhff3kwtOEm6s=; b=YAN9tlkbPLmWdyJq7AMIt9xpoASjwuqf3EfygA8veXWlfgrhppiYQ0QRrEkOF9ZaGD H27EoiHjopQe54NsSHDH+WAaueEOnF6mZq4vqj6xaiHB6e5JqzVwT+XQCyeE4sRfl78z 9il9gCXnEO5Zp35lxm2dho/dUDLMNDwtUM/qqV0HUlV/oaqbhAXpGYB1CxdZKfUMMou3 UTclxLKnk0qezwem9nCC+a+7rtvfupk9AIe8jz8P+zVYb8LjHU8JTYNs1HkoM3vzz+yX OI8WZiYYXz7JUaR+Gzt+HcnATAIqrzSrM3rm1YGB+KhS9O2XQDIKvIMRAGtVInfzH+O1 C2Eg== X-Received: by 10.180.87.103 with SMTP id w7mr2012127wiz.11.1378586359958; Sat, 07 Sep 2013 13:39:19 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id q5sm676744wiz.3.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 07 Sep 2013 13:39:19 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 7 Sep 2013 22:39:17 +0200 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r326679 - head/irc/bitchx Message-ID: <20130907203916.GI77141@ithaqua.etoilebsd.net> References: <201309071838.r87IcQk9091946@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FUFe+yI/t+r3nyH4" Content-Disposition: inline In-Reply-To: <201309071838.r87IcQk9091946@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 20:39:22 -0000 --FUFe+yI/t+r3nyH4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 07, 2013 at 06:38:26PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Sep 7 18:38:25 2013 > New Revision: 326679 > URL: http://svnweb.freebsd.org/changeset/ports/326679 >=20 > Log: > - Remove deprecated GTK/XMMS support > - While I'm here: > - Add DOCS to OPTIONS_DEFINE > - Remove IPV6 from OPTIONS_DEFAULT > =20 > PR: ports/181628 > Submitted by: Chris Petrik (co-maintainer) >=20 > Modified: > head/irc/bitchx/Makefile > head/irc/bitchx/pkg-plist >=20 Now WANT_GNOME seems useless, am I wrong? regards, Bapt --FUFe+yI/t+r3nyH4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIrjvQACgkQ8kTtMUmk6EyQ1ACbBgb9hrgEkC/T8luAOd2P0lI/ hWUAnR8Gybqr4+CGEDQm4EsO9sTaOUvc =AiPY -----END PGP SIGNATURE----- --FUFe+yI/t+r3nyH4-- From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 20:42:39 2013 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 ESMTP id ED7C4DF0; Sat, 7 Sep 2013 20:42:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1668248C; Sat, 7 Sep 2013 20:42:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87KgdtB068640; Sat, 7 Sep 2013 20:42:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87KgdFB068638; Sat, 7 Sep 2013 20:42:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072042.r87KgdFB068638@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 20:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326684 - head/devel/re2c 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.14 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, 07 Sep 2013 20:42:40 -0000 Author: sunpoet Date: Sat Sep 7 20:42:39 2013 New Revision: 326684 URL: http://svnweb.freebsd.org/changeset/ports/326684 Log: - Update to 0.13.6 - Cleanup Makefile header - Convert to new options framework - While I'm here: - Use COPYTREE_SHARE instead of CP -R to ensure file permissions - Use PLIST_FILES, PORTDOCS and PORTEXAMPLES instead of PLIST Changes: http://sourceforge.net/p/re2c/code-git/ci/master/tree/re2c/CHANGELOG PR: ports/181862 Submitted by: Gasol Wu Approved by: Corey Halpin (maintainer) Deleted: head/devel/re2c/pkg-plist Modified: head/devel/re2c/Makefile (contents, props changed) head/devel/re2c/distinfo (contents, props changed) Modified: head/devel/re2c/Makefile ============================================================================== --- head/devel/re2c/Makefile Sat Sep 7 19:49:41 2013 (r326683) +++ head/devel/re2c/Makefile Sat Sep 7 20:42:39 2013 (r326684) @@ -1,29 +1,32 @@ -# New ports collection makefile for: re2c -# Date created: 14 May 1998 -# Whom: Eivind Eklund -# +# Created by: Eivind Eklund # $FreeBSD$ -# PORTNAME= re2c -PORTVERSION= 0.13.5 +PORTVERSION= 0.13.6 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= chalpin@cs.wisc.edu COMMENT= Compile regular expression to C (much faster final code than flex) +OPTIONS_DEFINE= DOCS EXAMPLES + GNU_CONFIGURE= yes MAN1= re2c.1 +PLIST_FILES= bin/re2c +PORTDOCS= * +PORTEXAMPLES= * + +.include post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR}/ .endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${EXAMPLESDIR}/ + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ .endif .include Modified: head/devel/re2c/distinfo ============================================================================== --- head/devel/re2c/distinfo Sat Sep 7 19:49:41 2013 (r326683) +++ head/devel/re2c/distinfo Sat Sep 7 20:42:39 2013 (r326684) @@ -1,2 +1,2 @@ -SHA256 (re2c-0.13.5.tar.gz) = f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c -SIZE (re2c-0.13.5.tar.gz) = 782725 +SHA256 (re2c-0.13.6.tar.gz) = 8e463039aa8799a2957bfc00c9936232bb63b4fcb24d6ea6316170a67e5076c0 +SIZE (re2c-0.13.6.tar.gz) = 844623 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 20:43:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D62B8ED1; Sat, 7 Sep 2013 20:43:45 +0000 (UTC) (envelope-from oliver@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C46212491; Sat, 7 Sep 2013 20:43:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87KhjER068972; Sat, 7 Sep 2013 20:43:45 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87KhjYi068970; Sat, 7 Sep 2013 20:43:45 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201309072043.r87KhjYi068970@svn.freebsd.org> From: Oliver Lehmann Date: Sat, 7 Sep 2013 20:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326685 - in head: devel/mercator math/wfmath 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.14 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, 07 Sep 2013 20:43:45 -0000 Author: oliver Date: Sat Sep 7 20:43:45 2013 New Revision: 326685 URL: http://svnweb.freebsd.org/changeset/ports/326685 Log: set USE_GCC Modified: head/devel/mercator/Makefile head/math/wfmath/Makefile Modified: head/devel/mercator/Makefile ============================================================================== --- head/devel/mercator/Makefile Sat Sep 7 20:42:39 2013 (r326684) +++ head/devel/mercator/Makefile Sat Sep 7 20:43:45 2013 (r326685) @@ -14,6 +14,7 @@ LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/ma USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GCC= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" Modified: head/math/wfmath/Makefile ============================================================================== --- head/math/wfmath/Makefile Sat Sep 7 20:42:39 2013 (r326684) +++ head/math/wfmath/Makefile Sat Sep 7 20:43:45 2013 (r326685) @@ -12,6 +12,7 @@ COMMENT= Worldforge math library USE_GMAKE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes +USE_GCC= yes GNU_CONFIGURE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 20:52:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7E69204; Sat, 7 Sep 2013 20:52:33 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5C7A24EB; Sat, 7 Sep 2013 20:52:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87KqXrs074525; Sat, 7 Sep 2013 20:52:33 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87KqXOj074514; Sat, 7 Sep 2013 20:52:33 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309072052.r87KqXOj074514@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 20:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326686 - head/textproc/p5-XML-LibXML 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.14 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, 07 Sep 2013 20:52:33 -0000 Author: tobez Date: Sat Sep 7 20:52:33 2013 New Revision: 326686 URL: http://svnweb.freebsd.org/changeset/ports/326686 Log: Update t 2.0105. Changes: http://search.cpan.org/dist/XML-LibXML/Changes Modified: head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXML/distinfo Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Sat Sep 7 20:43:45 2013 (r326685) +++ head/textproc/p5-XML-LibXML/Makefile Sat Sep 7 20:52:33 2013 (r326686) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0104 +PORTVERSION= 2.0105 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN Modified: head/textproc/p5-XML-LibXML/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML/distinfo Sat Sep 7 20:43:45 2013 (r326685) +++ head/textproc/p5-XML-LibXML/distinfo Sat Sep 7 20:52:33 2013 (r326686) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-2.0104.tar.gz) = e651000d01c29687a7f5bbefd1e241b97dda7a09c8b636da54e19819336e1176 -SIZE (XML-LibXML-2.0104.tar.gz) = 455802 +SHA256 (XML-LibXML-2.0105.tar.gz) = e936c7b861be3ff5a37e86141183d56c1573635e818e35dd8ce5f8c4b82b14a4 +SIZE (XML-LibXML-2.0105.tar.gz) = 456424 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:03:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D03286D4; Sat, 7 Sep 2013 21:03:09 +0000 (UTC) (envelope-from tobez@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD97C254D; Sat, 7 Sep 2013 21:03:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87L39mQ081242; Sat, 7 Sep 2013 21:03:09 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87L39uc081240; Sat, 7 Sep 2013 21:03:09 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309072103.r87L39uc081240@svn.freebsd.org> From: Anton Berezin Date: Sat, 7 Sep 2013 21:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326687 - head/devel/p5-MooseX-NonMoose 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.14 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, 07 Sep 2013 21:03:09 -0000 Author: tobez Date: Sat Sep 7 21:03:08 2013 New Revision: 326687 URL: http://svnweb.freebsd.org/changeset/ports/326687 Log: Update to 0.24. Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes Modified: head/devel/p5-MooseX-NonMoose/Makefile head/devel/p5-MooseX-NonMoose/distinfo Modified: head/devel/p5-MooseX-NonMoose/Makefile ============================================================================== --- head/devel/p5-MooseX-NonMoose/Makefile Sat Sep 7 20:52:33 2013 (r326686) +++ head/devel/p5-MooseX-NonMoose/Makefile Sat Sep 7 21:03:08 2013 (r326687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-NonMoose -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-NonMoose/distinfo ============================================================================== --- head/devel/p5-MooseX-NonMoose/distinfo Sat Sep 7 20:52:33 2013 (r326686) +++ head/devel/p5-MooseX-NonMoose/distinfo Sat Sep 7 21:03:08 2013 (r326687) @@ -1,2 +1,2 @@ -SHA256 (MooseX-NonMoose-0.23.tar.gz) = 0f6fdfd9fea2253e3edf65b77fb376dad38c8711eb8123ba9354d909ffb49d0d -SIZE (MooseX-NonMoose-0.23.tar.gz) = 24068 +SHA256 (MooseX-NonMoose-0.24.tar.gz) = 48bec69c79c385404297a350b87e4d6bbf45bad7edf98e3497b3bea9987bf485 +SIZE (MooseX-NonMoose-0.24.tar.gz) = 24133 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:19:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7635EA4D; Sat, 7 Sep 2013 21:19:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 616B525D5; Sat, 7 Sep 2013 21:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LJLD1089888; Sat, 7 Sep 2013 21:19:21 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LJKT9089885; Sat, 7 Sep 2013 21:19:20 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309072119.r87LJKT9089885@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 7 Sep 2013 21:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326688 - head/devel/qt4-script/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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 21:19:21 -0000 Author: rakuco Date: Sat Sep 7 21:19:20 2013 New Revision: 326688 URL: http://svnweb.freebsd.org/changeset/ports/326688 Log: Bring in a few more libc++ patches I got upstream a few months ago. While here, rename the patch added in r326562 to reflect the right location it changes. Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__runtime__Collector.cpp (contents, props changed) head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__HashTable.h (contents, props changed) head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Threading.h - copied unchanged from r326687, head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h Deleted: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__runtime__Collector.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__runtime__Collector.cpp Sat Sep 7 21:19:20 2013 (r326688) @@ -0,0 +1,38 @@ +From 952b046ba5bc99986f747729681914e21f8fb8b0 Mon Sep 17 00:00:00 2001 +From: "Bradley T. Hughes" +Date: Wed, 30 May 2012 11:49:40 +0200 +Subject: [PATCH] Compile with clang's libc++ + +An overload for std::swap() what works with std::pair is included +in libc++ (but not libstdc++). Avoid ambiguity in HashTable.h by +omitting the version there and using the std::swap() version. + +Collector.cpp needs to include pthread.h directly, as it is not +automatically included by libc++'s headers (libstdc++ does pull in +pthread.h though). + +Cherry-picked from qtscript/48baeef0766ba145d26d374561e152b40245f3b8. + +Change-Id: I4dc88638ce8553bb97037b841fc6cc5e8c9911e2 +Reviewed-by: Thiago Macieira +--- + src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp | 2 ++ + src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h | 4 ++-- + 2 files changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp b/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp +index 6af1784..711949b 100644 +--- src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp ++++ src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp +@@ -52,6 +52,8 @@ + #include + #include + #include ++// clang's libc++ headers does not pull in pthread.h (but libstdc++ does) ++#include + + #elif OS(WINDOWS) + +-- +1.8.4 + Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__HashTable.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__HashTable.h Sat Sep 7 21:19:20 2013 (r326688) @@ -0,0 +1,40 @@ +From 952b046ba5bc99986f747729681914e21f8fb8b0 Mon Sep 17 00:00:00 2001 +From: "Bradley T. Hughes" +Date: Wed, 30 May 2012 11:49:40 +0200 +Subject: [PATCH] Compile with clang's libc++ + +An overload for std::swap() what works with std::pair is included +in libc++ (but not libstdc++). Avoid ambiguity in HashTable.h by +omitting the version there and using the std::swap() version. + +Collector.cpp needs to include pthread.h directly, as it is not +automatically included by libc++'s headers (libstdc++ does pull in +pthread.h though). + +Cherry-picked from qtscript/48baeef0766ba145d26d374561e152b40245f3b8. + +Change-Id: I4dc88638ce8553bb97037b841fc6cc5e8c9911e2 +Reviewed-by: Thiago Macieira +--- + src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp | 2 ++ + src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h | 4 ++-- + 2 files changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h +index bea9daa..42a9233 100644 +--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h ++++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h +@@ -257,8 +257,8 @@ namespace WTF { + + using std::swap; + +-#if !COMPILER(MSVC) && !OS(QNX) +- // The Dinkumware C++ library (used by MSVC and QNX) has a swap for pairs defined. ++#if !COMPILER(MSVC) && !OS(QNX) && !defined(_LIBCPP_VERSION) ++ // The Dinkumware C++ library (used by MSVC and QNX) and clang's libc++ have a swap for pairs defined. + + // swap pairs by component, in case of pair members that specialize swap + template inline void swap(pair& a, pair& b) +-- +1.8.4 + Copied: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Threading.h (from r326687, head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Threading.h Sat Sep 7 21:19:20 2013 (r326688, copy of r326687, head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__wtf__Threading.h) @@ -0,0 +1,91 @@ +From 0de22e80ac645afc3793419300d6271d95809196 Mon Sep 17 00:00:00 2001 +From: Raphael Kubo da Costa +Date: Tue, 11 Jun 2013 19:25:08 +0300 +Subject: [PATCH] Bring in WebKit revisions 139553 and 139921. + +They are primarily useful for getting rid of some libstdc++-specific +includes which break the build with libc++, and also for simplifying the +code and removing a Darwin-specific code path. + +r139553 by ossy@webkit.org: + Use sync_add_and_fetch instead of gnu_cxx::exchange_and_add + https://bugs.webkit.org/show_bug.cgi?id=106729 + + After r139514 we need atomicIncrement(int64_t volatile*) for all + platform. Now the GCC implementation of atomicIncrement() is based on + gnu_cxx::exchange_and_add, which doesn't support int64_t type, but + sync_add_and_fetch does. + + Reviewed by Benjamin Poulain. + +r139921 by benjamin@webkit.org: + Use GCC's implementation of atomicIncrement/Decrement on Mac + https://bugs.webkit.org/show_bug.cgi?id=106976 + + Reviewed by Filip Pizlo. + + wtf/Atomics.h: GCC and LLVM have builtin for atomic ADD and SUB: + sync_add_and_fetch, sync_sub_and_fetch. + + Using them let the compiler just generate the atomic operations inline + instead of generating a function call to LibC. It also simplify the + code a bit. + +Cherry-picked from qtscript/184fc178f4c753727445694c4830c250f53da588. + +Change-Id: Id785e35944682691725947e0f329668d17ff6903 +Reviewed-by: Thiago Macieira +--- + .../javascriptcore/JavaScriptCore/wtf/Threading.h | 18 ++---------------- + 1 file changed, 2 insertions(+), 16 deletions(-) + +diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h +index 8b76c0f..b3ea7d2 100644 +--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h ++++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h +@@ -71,18 +71,10 @@ + + #if OS(WINDOWS) && !OS(WINCE) + #include +-#elif OS(DARWIN) +-#include + #elif OS(ANDROID) + #include + #elif OS(QNX) + #include +-#elif COMPILER(GCC) && !OS(SYMBIAN) +-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)) +-#include +-#else +-#include +-#endif + #endif + + #if USE(PTHREADS) +@@ -230,12 +222,6 @@ inline int atomicIncrement(int volatile* addend) { return InterlockedIncrement(r + inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast(addend)); } + #endif + +-#elif OS(DARWIN) +-#define WTF_USE_LOCKFREE_THREADSAFESHARED 1 +- +-inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast(addend)); } +-inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast(addend)); } +- + #elif OS(ANDROID) + + inline int atomicIncrement(int volatile* addend) { return android_atomic_inc(addend); } +@@ -250,8 +236,8 @@ inline int atomicDecrement(int volatile* addend) { return (int) atomic_sub_value + #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc + #define WTF_USE_LOCKFREE_THREADSAFESHARED 1 + +-inline int atomicIncrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, 1) + 1; } +-inline int atomicDecrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, -1) - 1; } ++inline int atomicIncrement(int volatile* addend) { return __sync_add_and_fetch(addend, 1); } ++inline int atomicDecrement(int volatile* addend) { return __sync_sub_and_fetch(addend, 1); } + + #endif + +-- +1.8.4 + From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:29:51 2013 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 ESMTP id 4E9C1E3D; Sat, 7 Sep 2013 21:29:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 224432628; Sat, 7 Sep 2013 21:29:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LToeT095995; Sat, 7 Sep 2013 21:29:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LToB3095993; Sat, 7 Sep 2013 21:29:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072129.r87LToB3095993@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326689 - head/devel/rubygem-pry 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.14 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, 07 Sep 2013 21:29:51 -0000 Author: sunpoet Date: Sat Sep 7 21:29:50 2013 New Revision: 326689 URL: http://svnweb.freebsd.org/changeset/ports/326689 Log: - Unbreak this port - Remove leading indefinite article from COMMENT - Fix pkg-descr which was identical to devel/rubygem-rdoc/pkg-descr With hat: ruby Modified: head/devel/rubygem-pry/Makefile head/devel/rubygem-pry/pkg-descr (contents, props changed) Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Sat Sep 7 21:19:20 2013 (r326688) +++ head/devel/rubygem-pry/Makefile Sat Sep 7 21:29:50 2013 (r326689) @@ -7,9 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= An IRB alternative and runtime developer console - -BROKEN= fails to resolve dependencies +COMMENT= IRB alternative and runtime developer console BUILD_DEPENDS= rubygem-rdoc>=3.12:${PORTSDIR}/devel/rubygem-rdoc RUN_DEPENDS= rubygem-coderay>=1.0.5:${PORTSDIR}/textproc/rubygem-coderay \ @@ -22,4 +20,8 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/pry +post-patch: + @${REINPLACE_CMD} -e "19,26 s|~>|'>='|" ${WRKSRC}/${GEM_NAME}.gemspec + @${REINPLACE_CMD} -e '/coderay/ s|~>|>=|' ${WRKSRC}/${PORTNAME}.gemspec + .include Modified: head/devel/rubygem-pry/pkg-descr ============================================================================== --- head/devel/rubygem-pry/pkg-descr Sat Sep 7 21:19:20 2013 (r326688) +++ head/devel/rubygem-pry/pkg-descr Sat Sep 7 21:29:50 2013 (r326689) @@ -1,5 +1,5 @@ -RDoc produces HTML and command-line documentation for Ruby projects. RDoc -includes the +rdoc+ and +ri+ tools for generating and displaying online -documentation. See RDoc for a description of RDoc's markup and basic use. +pry is an IRB alternative and runtime developer console. -WWW: http://docs.seattlerb.org/rdoc +Git repository: https://github.com/pry/pry + +WWW: http://pryrepl.org/ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:30:12 2013 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 ESMTP id A4A73F24; Sat, 7 Sep 2013 21:30:12 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 928582632; Sat, 7 Sep 2013 21:30:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LUCHL097743; Sat, 7 Sep 2013 21:30:12 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LUCl6097742; Sat, 7 Sep 2013 21:30:12 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309072130.r87LUCl6097742@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 21:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326690 - head/converters/py-iconv 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.14 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, 07 Sep 2013 21:30:12 -0000 Author: bsam Date: Sat Sep 7 21:30:12 2013 New Revision: 326690 URL: http://svnweb.freebsd.org/changeset/ports/326690 Log: . remove unneded ; . trim headers; . remove an article form COMMENT. Modified: head/converters/py-iconv/Makefile Modified: head/converters/py-iconv/Makefile ============================================================================== --- head/converters/py-iconv/Makefile Sat Sep 7 21:29:50 2013 (r326689) +++ head/converters/py-iconv/Makefile Sat Sep 7 21:30:12 2013 (r326690) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-iconv -# Date created: 11 September 2001 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= iconv @@ -14,15 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org -COMMENT= An iconv wrapper with Unicode codec for Python +COMMENT= Iconv wrapper with Unicode codec for Python USES= iconv USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} -.include - .if empty(ICONV_LIB) SETUPINFO= ,library_dirs=["${LOCALBASE}/lib"],\ include_dirs=["${LOCALBASE}/include"] @@ -35,4 +30,4 @@ post-patch: cd ${WRKSRC} && ${SED} 's!^\(.*ext_mod.*\)\()]\)$$!\1${SETUPINFO}\2!g'\ setup.py > setup.py.tmp && ${CAT} setup.py.tmp > setup.py -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:34:40 2013 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 ESMTP id EB1DE403; Sat, 7 Sep 2013 21:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8A302689; Sat, 7 Sep 2013 21:34:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LYeXD000220; Sat, 7 Sep 2013 21:34:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LYeRP000219; Sat, 7 Sep 2013 21:34:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072134.r87LYeRP000219@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326691 - head/irc/bitchx 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.14 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, 07 Sep 2013 21:34:41 -0000 Author: sunpoet Date: Sat Sep 7 21:34:40 2013 New Revision: 326691 URL: http://svnweb.freebsd.org/changeset/ports/326691 Log: - Remove unnecessary WANT_GNOME Pointed out by: bapt Modified: head/irc/bitchx/Makefile Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Sat Sep 7 21:30:12 2013 (r326690) +++ head/irc/bitchx/Makefile Sat Sep 7 21:34:40 2013 (r326691) @@ -14,7 +14,6 @@ COMMENT?= Feature-rich scriptable IRC cl WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,} USE_PERL5= yes GNU_CONFIGURE= yes -WANT_GNOME= yes USE_GMAKE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:35:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 532EA4E9 for ; Sat, 7 Sep 2013 21:35:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF0752692 for ; Sat, 7 Sep 2013 21:35:44 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id q8so3873204lbi.39 for ; Sat, 07 Sep 2013 14:35:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=6MHxFhercB7/ia2C1TVvnge0PffcwRWmwYFOklx+78c=; b=YH8OrxLfc9zCnl5X9HDKK/UQS5T2yyQ0HdnIwhHVIL2362Hiq30wRooeyvi3jms+lB xAZtC001Hf6X/WpxMLV4y2EUbUnD719xHCDTwTcm/Xvz3ED+/VUpOCxUJF5mt65C+HKC a7qzwR5FG0jquhXfmpLblsM4bexRwjI6Svwc+MtgnUz6GsYfSP50DFPlff7NoFl4pzwV KqQZBQZghmZJ6HUmDO2dbBEK+3gHmVWKZRDHc1STLbXlXqgHhNUNTbjlYpO+kxJxomLF L0qaI6Eexf9BR351IenpHIXTOjVM6+8T/l95NmqL45LPmDeI+KbopXmpbymfxaTsRudi YxPg== X-Gm-Message-State: ALoCoQkHTSAOgfXV7tO0obMZdQXtv/uB2K3hQSV5O+h7CJN5U3rPOXKO8LiuRHgIzyTiXwjHSSXV X-Received: by 10.152.19.1 with SMTP id a1mr8472520lae.8.1378589736915; Sat, 07 Sep 2013 14:35:36 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Sat, 7 Sep 2013 14:35:16 -0700 (PDT) In-Reply-To: <20130907203916.GI77141@ithaqua.etoilebsd.net> References: <201309071838.r87IcQk9091946@svn.freebsd.org> <20130907203916.GI77141@ithaqua.etoilebsd.net> From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Sep 2013 05:35:16 +0800 X-Google-Sender-Auth: bFuQgRhFTIEUJcPyfqulTs6n9XE Message-ID: Subject: Re: svn commit: r326679 - head/irc/bitchx To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 21:35:45 -0000 On Sun, Sep 8, 2013 at 4:39 AM, Baptiste Daroussin wrote: > On Sat, Sep 07, 2013 at 06:38:26PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Sat Sep 7 18:38:25 2013 > > New Revision: 326679 > > URL: http://svnweb.freebsd.org/changeset/ports/326679 > > > > Log: > > - Remove deprecated GTK/XMMS support > > - While I'm here: > > - Add DOCS to OPTIONS_DEFINE > > - Remove IPV6 from OPTIONS_DEFAULT > > > > PR: ports/181628 > > Submitted by: Chris Petrik > (co-maintainer) > > > > Modified: > > head/irc/bitchx/Makefile > > head/irc/bitchx/pkg-plist > > > Now WANT_GNOME seems useless, am I wrong? > > regards, > Bapt > Removed. Thanks! Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:36:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD4A65C7; Sat, 7 Sep 2013 21:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA962698; Sat, 7 Sep 2013 21:36:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LaKI2001005; Sat, 7 Sep 2013 21:36:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LaKh3001003; Sat, 7 Sep 2013 21:36:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072136.r87LaKh3001003@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326692 - head/devel/rubygem-rspec-core 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.14 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, 07 Sep 2013 21:36:20 -0000 Author: sunpoet Date: Sat Sep 7 21:36:19 2013 New Revision: 326692 URL: http://svnweb.freebsd.org/changeset/ports/326692 Log: - Update to 2.14.5 Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-core/Makefile head/devel/rubygem-rspec-core/distinfo Modified: head/devel/rubygem-rspec-core/Makefile ============================================================================== --- head/devel/rubygem-rspec-core/Makefile Sat Sep 7 21:34:40 2013 (r326691) +++ head/devel/rubygem-rspec-core/Makefile Sat Sep 7 21:36:19 2013 (r326692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-core -PORTVERSION= 2.14.3 +PORTVERSION= 2.14.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-core/distinfo ============================================================================== --- head/devel/rubygem-rspec-core/distinfo Sat Sep 7 21:34:40 2013 (r326691) +++ head/devel/rubygem-rspec-core/distinfo Sat Sep 7 21:36:19 2013 (r326692) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-core-2.14.3.gem) = ce0b28358476714a45eb795da448488e1e850dcda53b60e2e2e46276885b88d6 -SIZE (rubygem/rspec-core-2.14.3.gem) = 179712 +SHA256 (rubygem/rspec-core-2.14.5.gem) = 99d51ee6038e43ff500574119119ad0b485f31a332406882be44fea78a17f3a3 +SIZE (rubygem/rspec-core-2.14.5.gem) = 181248 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:36:24 2013 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 ESMTP id D40445C8; Sat, 7 Sep 2013 21:36:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C149C2699; Sat, 7 Sep 2013 21:36:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LaOg8001102; Sat, 7 Sep 2013 21:36:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LaOWh001100; Sat, 7 Sep 2013 21:36:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072136.r87LaOWh001100@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326693 - head/devel/rubygem-rspec-expectations 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.14 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, 07 Sep 2013 21:36:24 -0000 Author: sunpoet Date: Sat Sep 7 21:36:23 2013 New Revision: 326693 URL: http://svnweb.freebsd.org/changeset/ports/326693 Log: - Update to 2.14.2 Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-expectations/Makefile head/devel/rubygem-rspec-expectations/distinfo Modified: head/devel/rubygem-rspec-expectations/Makefile ============================================================================== --- head/devel/rubygem-rspec-expectations/Makefile Sat Sep 7 21:36:19 2013 (r326692) +++ head/devel/rubygem-rspec-expectations/Makefile Sat Sep 7 21:36:23 2013 (r326693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-expectations/distinfo ============================================================================== --- head/devel/rubygem-rspec-expectations/distinfo Sat Sep 7 21:36:19 2013 (r326692) +++ head/devel/rubygem-rspec-expectations/distinfo Sat Sep 7 21:36:23 2013 (r326693) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-2.14.0.gem) = 8bcd7ae2249bf709fbe42fbdbfdcebf028a77b738223baa9b020a6ab44676242 -SIZE (rubygem/rspec-expectations-2.14.0.gem) = 87552 +SHA256 (rubygem/rspec-expectations-2.14.2.gem) = cb397f5b2f966adcd3fa6c6bb1e3ff0cb0237c08bb8ab01ea56bab106b9b61a9 +SIZE (rubygem/rspec-expectations-2.14.2.gem) = 88576 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:36:29 2013 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 ESMTP id 1025E69B; Sat, 7 Sep 2013 21:36:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2A96269A; Sat, 7 Sep 2013 21:36:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LaSQ4001184; Sat, 7 Sep 2013 21:36:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LaSXS001182; Sat, 7 Sep 2013 21:36:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072136.r87LaSXS001182@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326694 - head/devel/rubygem-rspec-mocks 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.14 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, 07 Sep 2013 21:36:29 -0000 Author: sunpoet Date: Sat Sep 7 21:36:28 2013 New Revision: 326694 URL: http://svnweb.freebsd.org/changeset/ports/326694 Log: - Update to 2.14.3 Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-mocks/Makefile head/devel/rubygem-rspec-mocks/distinfo Modified: head/devel/rubygem-rspec-mocks/Makefile ============================================================================== --- head/devel/rubygem-rspec-mocks/Makefile Sat Sep 7 21:36:23 2013 (r326693) +++ head/devel/rubygem-rspec-mocks/Makefile Sat Sep 7 21:36:28 2013 (r326694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-mocks -PORTVERSION= 2.14.1 +PORTVERSION= 2.14.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-mocks/distinfo ============================================================================== --- head/devel/rubygem-rspec-mocks/distinfo Sat Sep 7 21:36:23 2013 (r326693) +++ head/devel/rubygem-rspec-mocks/distinfo Sat Sep 7 21:36:28 2013 (r326694) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-mocks-2.14.1.gem) = 8172174187e4f1648b35c8c2b7a8b06f17858b20626eca99c4b89e0711aebf60 -SIZE (rubygem/rspec-mocks-2.14.1.gem) = 89088 +SHA256 (rubygem/rspec-mocks-2.14.3.gem) = f92faf5e39abc858c8700cde9a40d934e71165c8648e05a50862d5bb7594d0f5 +SIZE (rubygem/rspec-mocks-2.14.3.gem) = 90112 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:36:34 2013 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 ESMTP id 12AB2741; Sat, 7 Sep 2013 21:36:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55375269B; Sat, 7 Sep 2013 21:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LaXOJ001279; Sat, 7 Sep 2013 21:36:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LaW9j001277; Sat, 7 Sep 2013 21:36:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072136.r87LaW9j001277@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326695 - head/devel/rubygem-rspec 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.14 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, 07 Sep 2013 21:36:34 -0000 Author: sunpoet Date: Sat Sep 7 21:36:32 2013 New Revision: 326695 URL: http://svnweb.freebsd.org/changeset/ports/326695 Log: - Update to 2.14.1 Changes: https://github.com/rspec/rspec/commits/v2.14.1 PR: ports/180533 Submitted by: swills Approved by: maintainer (timeout, 8 weeks) Modified: head/devel/rubygem-rspec/Makefile head/devel/rubygem-rspec/distinfo Modified: head/devel/rubygem-rspec/Makefile ============================================================================== --- head/devel/rubygem-rspec/Makefile Sat Sep 7 21:36:28 2013 (r326694) +++ head/devel/rubygem-rspec/Makefile Sat Sep 7 21:36:32 2013 (r326695) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= rspec -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= romanbsd@yahoo.com COMMENT= Behaviour Driven Development in Ruby -RUN_DEPENDS= rubygem-rspec-core>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-mocks +RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks USE_RUBY= yes USE_RAKE= yes Modified: head/devel/rubygem-rspec/distinfo ============================================================================== --- head/devel/rubygem-rspec/distinfo Sat Sep 7 21:36:28 2013 (r326694) +++ head/devel/rubygem-rspec/distinfo Sat Sep 7 21:36:32 2013 (r326695) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-2.14.0.gem) = cf4cb06d0552d76a8b619ce366f7f38a21d444509c5a3ff7f5d8da06a262c9e7 -SIZE (rubygem/rspec-2.14.0.gem) = 4608 +SHA256 (rubygem/rspec-2.14.1.gem) = 4f9fc6c58696faa22571ca80d710fd0e4f30eaeb700155968d36df303f279e8c +SIZE (rubygem/rspec-2.14.1.gem) = 4608 From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:48:15 2013 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 ESMTP id 0FC79B04; Sat, 7 Sep 2013 21:48:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1B772709; Sat, 7 Sep 2013 21:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LmExa008023; Sat, 7 Sep 2013 21:48:14 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LmE2B008022; Sat, 7 Sep 2013 21:48:14 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309072148.r87LmE2B008022@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 21:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326696 - head/graphics/opennurbs 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.14 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, 07 Sep 2013 21:48:15 -0000 Author: bsam Date: Sat Sep 7 21:48:14 2013 New Revision: 326696 URL: http://svnweb.freebsd.org/changeset/ports/326696 Log: . switch from USES=iconv to USES=iconv:build; . use ICONV_CMD; Approved by: portmgr (bapt, implicit) Modified: head/graphics/opennurbs/Makefile Modified: head/graphics/opennurbs/Makefile ============================================================================== --- head/graphics/opennurbs/Makefile Sat Sep 7 21:36:32 2013 (r326695) +++ head/graphics/opennurbs/Makefile Sat Sep 7 21:48:14 2013 (r326696) @@ -13,14 +13,14 @@ COMMENT= Tools to accurately transfer 3- USE_DOS2UNIX= yes USE_ZIP= yes -USES= iconv gmake +USES= iconv:build gmake MAKE_ARGS= CC=${CC} CCC=${CXX} MAKEFILE= makefile EXAMPLESDIR= ${PREFIX}/libexec/openNURBS pre-build: - iconv -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE} + ${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE} @${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h do-install: From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:59:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08F32D8A; Sat, 7 Sep 2013 21:59:43 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E942A2779; Sat, 7 Sep 2013 21:59:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LxgSn014698; Sat, 7 Sep 2013 21:59:42 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LxgXd014697; Sat, 7 Sep 2013 21:59:42 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309072159.r87LxgXd014697@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 21:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326697 - head/japanese/edict-utf-8 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.14 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, 07 Sep 2013 21:59:43 -0000 Author: bsam Date: Sat Sep 7 21:59:42 2013 New Revision: 326697 URL: http://svnweb.freebsd.org/changeset/ports/326697 Log: Simplify a bit: utilise UCONV_CMD. Approved by: portmgr (bapt, implicit) Modified: head/japanese/edict-utf-8/Makefile Modified: head/japanese/edict-utf-8/Makefile ============================================================================== --- head/japanese/edict-utf-8/Makefile Sat Sep 7 21:48:14 2013 (r326696) +++ head/japanese/edict-utf-8/Makefile Sat Sep 7 21:59:42 2013 (r326697) @@ -13,8 +13,7 @@ COMMENT= Japanese-English edict UTF-8 di EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USES= iconv -ICONV?= iconv -CONVERT_CMD= ${ICONV} -c -f EUC-JP -t UTF-8 +CONVERT_CMD= ${ICONV_CMD} -c -f EUC-JP -t UTF-8 DIST_SUBDIR= ${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 22:09:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09574162; Sat, 7 Sep 2013 22:09:50 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB19D27DF; Sat, 7 Sep 2013 22:09:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87M9nNB021117; Sat, 7 Sep 2013 22:09:49 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87M9nML021116; Sat, 7 Sep 2013 22:09:49 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309072209.r87M9nML021116@svn.freebsd.org> From: Boris Samorodov Date: Sat, 7 Sep 2013 22:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326698 - head/japanese/eb 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.14 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, 07 Sep 2013 22:09:50 -0000 Author: bsam Date: Sat Sep 7 22:09:49 2013 New Revision: 326698 URL: http://svnweb.freebsd.org/changeset/ports/326698 Log: . add iconv to USES; . switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries. Approved by: portmgr (bapt, implicit) Modified: head/japanese/eb/Makefile Modified: head/japanese/eb/Makefile ============================================================================== --- head/japanese/eb/Makefile Sat Sep 7 21:59:42 2013 (r326697) +++ head/japanese/eb/Makefile Sat Sep 7 22:09:49 2013 (r326698) @@ -78,12 +78,12 @@ APPENDIXDIR= ${DATADIR}/appendix .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext iconv CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ - --with-iconv-includes=${LOCALBASE}/include \ - --with-iconv-libraries=${LOCALBASE}/lib + --with-iconv-includes=${ICONV_PREFIX}/include \ + --with-iconv-libraries=${ICONV_PREFIX}/lib PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 22:54:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F09CCF0; Sat, 7 Sep 2013 22:54:34 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id E0E562984; Sat, 7 Sep 2013 22:54:33 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-148-050.dsl.sil.at [91.186.148.50]) by ainaz.pair.com (Postfix) with ESMTPSA id 867943F418; Sat, 7 Sep 2013 18:54:23 -0400 (EDT) Date: Sun, 8 Sep 2013 00:54:22 +0200 (CEST) From: Gerald Pfeifer To: Oliver Lehmann Subject: Re: svn commit: r326685 - in head: devel/mercator math/wfmath In-Reply-To: <201309072043.r87KhjYi068970@svn.freebsd.org> Message-ID: References: <201309072043.r87KhjYi068970@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 22:54:34 -0000 On Sat, 7 Sep 2013, Oliver Lehmann wrote: > Modified: head/devel/mercator/Makefile > ============================================================================== > --- head/devel/mercator/Makefile Sat Sep 7 20:42:39 2013 (r326684) > +++ head/devel/mercator/Makefile Sat Sep 7 20:43:45 2013 (r326685) > @@ -14,6 +14,7 @@ LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/ma > USES= pathfix pkgconfig > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > +USE_GCC= yes I noticed this has CXXFLAGS=${CXXFLAGS} for CONFIGURE_ARGS which should be coverd by Mk/bsd.port.mk and old-style LIB_DEPENDS. How about the patch below? Gerald @FreeBSD.org Index: devel/mercator/Makefile =================================================================== --- devel/mercator/Makefile (revision 326698) +++ devel/mercator/Makefile (working copy) @@ -9,7 +9,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A procedural terrain library -LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/math/wfmath +LIB_DEPENDS= libwfmath.so:${PORTSDIR}/math/wfmath USES= pathfix pkgconfig GNU_CONFIGURE= yes @@ -17,6 +17,5 @@ USE_GCC= yes CXXFLAGS+= -include wchar.h -CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" .include From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 23:22:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07F9DF1; Sat, 7 Sep 2013 23:22:59 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9BBF2AAA; Sat, 7 Sep 2013 23:22:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87NMwJu067493; Sat, 7 Sep 2013 23:22:58 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87NMwIi067491; Sat, 7 Sep 2013 23:22:58 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309072322.r87NMwIi067491@svn.freebsd.org> From: Jason Helfman Date: Sat, 7 Sep 2013 23:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326699 - in head/sysutils/screenfetch: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 23:22:59 -0000 Author: jgh Date: Sat Sep 7 23:22:58 2013 New Revision: 326699 URL: http://svnweb.freebsd.org/changeset/ports/326699 Log: - update to 3.1.0 - remove patch as it has been merged upstream (thanks bdrewery@) Deleted: head/sysutils/screenfetch/files/ Modified: head/sysutils/screenfetch/Makefile head/sysutils/screenfetch/distinfo Modified: head/sysutils/screenfetch/Makefile ============================================================================== --- head/sysutils/screenfetch/Makefile Sat Sep 7 22:09:49 2013 (r326698) +++ head/sysutils/screenfetch/Makefile Sat Sep 7 23:22:58 2013 (r326699) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= screenFetch -PORTVERSION= 3.0.5 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= sysutils MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:L}/ \ GH @@ -21,7 +20,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= KittyKatt -GH_TAGNAME= dcf0dd9 +GH_TAGNAME= 56f2151 GH_COMMIT= ${GH_TAGNAME} PLIST_FILES= bin/screenFetch Modified: head/sysutils/screenfetch/distinfo ============================================================================== --- head/sysutils/screenfetch/distinfo Sat Sep 7 22:09:49 2013 (r326698) +++ head/sysutils/screenfetch/distinfo Sat Sep 7 23:22:58 2013 (r326699) @@ -1,2 +1,2 @@ -SHA256 (screenFetch-3.0.5.tar.gz) = ac7f7aad7a600d5cb84e464d533d8a0d7104635f702c86a4eb44dfe96bae6646 -SIZE (screenFetch-3.0.5.tar.gz) = 45192 +SHA256 (screenFetch-3.1.0.tar.gz) = ba18aa3dd53d680978b4167ced8f6417be7d8ad9719b00e49b9788724639a424 +SIZE (screenFetch-3.1.0.tar.gz) = 45576