Index: head/biology/phrap/distinfo =================================================================== --- head/biology/phrap/distinfo (revision 370982) +++ head/biology/phrap/distinfo (revision 370983) @@ -1,3 +1,2 @@ -MD5 (phrap/distrib.tar.gz) = 93ef3d1cca4d1a70ed16511d30a355ab SHA256 (phrap/distrib.tar.gz) = 81f50c4410e8604cdefcc34ef6dc7b037be3bb45b94c439611a5590c1cf83665 SIZE (phrap/distrib.tar.gz) = 333159 Index: head/databases/mantis/Makefile =================================================================== --- head/databases/mantis/Makefile (revision 370982) +++ head/databases/mantis/Makefile (revision 370983) @@ -1,27 +1,28 @@ # Created by: Sebastien Gioria # $FreeBSD$ PORTNAME= mantis PORTVERSION= 1.2.17 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} DISTNAME= mantisbt-${PORTVERSION} MAINTAINER= dvl@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes -USE_PSQL= yes USE_PHP= hash pcre session +USES= pgsql SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}/ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ ${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/developers/en/build ${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/administration_guide/en/build ${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/adminguide/en/build .include Index: head/devel/allegro-devel/Makefile =================================================================== --- head/devel/allegro-devel/Makefile (revision 370982) +++ head/devel/allegro-devel/Makefile (revision 370983) @@ -1,138 +1,137 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= allegro DISTVERSION= 5.0.9 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/alleg/allegro/${PORTVERSION} PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= koalative@gmail.com COMMENT= Cross-platform library for games and multimedia programming LICENSE= ZLIB BSD3CLAUSE LICENSE_COMB= dual LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack \ libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libFLAC.so:${PORTSDIR}/audio/flac \ libphysfs.so:${PORTSDIR}/devel/physfs USES= gmake cmake openal:soft pkgconfig USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_GL= glu USE_GNOME= gtk20 -USE_FREETYPE= yes USE_LDCONFIG= yes PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" PLIST_SUB+= SHLIB_VER1="${SHLIB_VER1}" SHLIB_VER= ${PORTVERSION} SHLIB_VER1= ${PORTVERSION:R} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib # Wrong versioning upstream PORTSCOUT= limitw:1,even skipv:5.0.10 OPTIONS_DEFINE= ALSA DOCS PULSEAUDIO OPTIONS_GROUP= DEMOS_EXAMPLES OPTIONS_GROUP_DEMOS_EXAMPLES= DEMOS EXAMPLES OPTIONS_DEFAULT= ALSA DEMOS DEMOS_DESC= Install Demos programs, requires EXAMPLES PORTDOCS= * PORTEXAMPLES= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} DOCSRCDIR1= ${WRKSRC} DOC_FILES1= README.txt DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/pandoc:${PORTSDIR}/textproc/hs-pandoc ALSA_LIB_DEPENDS= libasound.so.2:${PORTSDIR}/audio/alsa-lib ALSA_CMAKE_ON= -DWANT_ALSA=on ALSA_CMAKE_OFF= -DWANT_ALSA=off PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DWANT_PULSEAUDIO=on PULSEAUDIO_CMAKE_OFF= -DWANT_PULSEAUDIO=off .include .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+=-DWANT_DEMO=on SUB_FILES+= cosmic_protector speed \ pkg-message MASTER_SITES+= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES+= cosmic_protector.png:icons \ speed.png:icons DESKTOP_ENTRIES+="Cosmic Protector" "Protect the earth from a deadly meteor shower" \ "cosmic_protector" "cosmic_protector" "Game;ArcadeGame;" "" DESKTOP_ENTRIES+="SPEED" "Simultaneous Projections Employing an Ensemble of Displays" \ "speed" "speed" "Game;ArcadeGame;" "" .else CMAKE_ARGS+=-DWANT_DEMO=off .endif post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/addons/audio/pulseaudio.c post-install: @${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN3PREFIX}/man/man3/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @(cd ${DOCSRCDIR2} && ${COPYTREE_SHARE} "src html" ${STAGEDIR}${DOCSDIR2}) .if ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) . for l in ex_acodec ex_acodec_multi ex_audio_chain ex_audio_props ex_audio_simple \ ex_bitmap ex_bitmap_flip ex_bitmap_target ex_blend ex_blend2 \ ex_blend_bench ex_blend_test ex_blit ex_clip ex_color ex_config ex_convert \ ex_dir ex_disable_screensaver ex_display_events ex_display_options \ ex_draw ex_draw_bitmap ex_drawpixels ex_dualies ex_expose ex_file_slice \ ex_filter ex_font ex_font_justify ex_fs_resize ex_fs_window ex_get_path \ ex_gldepth ex_glext ex_haiku ex_icon ex_icon2 ex_joystick_events \ ex_joystick_hotplugging ex_kcm_direct ex_keyboard_events ex_keyboard_focus \ ex_lines ex_lockbitmap ex_logo ex_membmp ex_memfile ex_mixer_chain \ ex_mixer_pp ex_monitorinfo ex_mouse ex_mouse_cursor ex_mouse_events \ ex_mouse_focus ex_multisample ex_multiwin ex_native_filechooser ex_nodisplay \ ex_noframe ex_opengl ex_opengl_pixel_shader ex_path ex_path_test ex_physfs \ ex_pixelformat ex_premulalpha ex_prim ex_resample_test ex_resize ex_resize2 \ ex_rotate ex_saw ex_scale ex_stream_file ex_stream_seek ex_subbitmap \ ex_synth ex_threads ex_threads2 ex_timedwait ex_timer ex_transform ex_ttf \ ex_user_events ex_utf8 ex_vsync ex_warp_mouse ex_windows ex_winfull ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l} . endfor .endif .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_SCRIPT} ${WRKDIR}/cosmic_protector ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${_DISTDIR}/cosmic_protector.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @(cd ${STAGEDIR}${EXAMPLESDIR}/demos/cosmic_protector && ${CHMOD} 755 cosmic_protector) ${INSTALL_SCRIPT} ${WRKDIR}/speed ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${_DISTDIR}/speed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @(cd ${STAGEDIR}${EXAMPLESDIR}/demos/speed && ${CHMOD} 755 speed) ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/cosmic_protector/cosmic_protector ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/speed/speed .endif .include Index: head/devel/gmake-lite/Makefile =================================================================== --- head/devel/gmake-lite/Makefile (revision 370982) +++ head/devel/gmake-lite/Makefile (revision 370983) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= make PORTVERSION= 4.1 CATEGORIES= devel ports-mgmt MASTER_SITES= GNU PKGNAMEPREFIX= g PKGNAMESUFFIX= -lite MAINTAINER= bapt@FreeBSD.org COMMENT= Minimalist version of gnu make LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=g \ --program-suffix=-lite \ --disable-nls USES= tar:bzip2 PLIST_FILES= bin/gmake-lite \ man/man1/gmake-lite.1.gz post-patch: ${REINPLACE_CMD} -e "s/ doc / /g" ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make ${STAGEDIR}${PREFIX}/bin/gmake-lite ${INSTALL_MAN} ${WRKSRC}/make.1 ${STAGEDIR}${PREFIX}/man/man1/gmake-lite.1 .include - Index: head/devel/gnustep/Makefile =================================================================== --- head/devel/gnustep/Makefile (revision 370982) +++ head/devel/gnustep/Makefile (revision 370983) @@ -1,28 +1,27 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= gnustep PORTVERSION= 1.28.0 PORTREVISION= 2 CATEGORIES= devel lang gnustep MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= theraven@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard # Backends are slave ports with conflicting plists WITH_GNUSTEP_SINGLE_BACKEND=yes NO_BUILD= yes NO_INSTALL= yes NO_MTREE= yes USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes -USE_GNUSTEP_CAIRO= yes .include Index: head/devel/libevent2/Makefile =================================================================== --- head/devel/libevent2/Makefile (revision 370982) +++ head/devel/libevent2/Makefile (revision 370983) @@ -1,36 +1,36 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= libevent2 PORTVERSION= 2.0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://cloud.github.com/downloads/libevent/libevent/ DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable MAINTAINER= mm@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USES= libtool pathfix -USE_LDCOFNIG= yes +USE_LDCONFIG= yes OPTIONS_DEFINE= OPENSSL THREADS OPTIONS_DEFAULT= OPENSSL THREADS OPTIONS_SUB= yes INSTALL_TARGET= install-strip OPENSSL_USE= openssl=yes OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_CONFIGURE_ENABLE= openssl THREADS_CONFIGURE_ENABLE= support regression-test: build @(${SH} ${WRKSRC}/test/regress) .include Index: head/devel/php-memoize/Makefile =================================================================== --- head/devel/php-memoize/Makefile (revision 370982) +++ head/devel/php-memoize/Makefile (revision 370983) @@ -1,47 +1,48 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= memoize PORTVERSION= 0.2.0b1 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions USE_GITHUB= yes GH_ACCOUNT= arraypad GH_PROJECT= ${UNIQUENAME} GH_TAGNAME= v${PORTVERSION} GH_COMMIT= cff0a58 USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USE_PHPBUILD= yes +USE_PHP_BUILD= yes CONFIGURE_ARGS= --enable-memoize OPTIONS_DEFINE= APC MEMCACHED MEMORY OPTIONS_DEFAULT= MEMORY APC_DESC= Enable memoize APC module MEMCACHED_DESC= Enable memcached storage module MEMORY_DESC= Enable the memoize memory storage module .include .if ${PORT_OPTIONS:MAPC} CONFIGURE_ARGS+= --enable-memoize-apc BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC .endif .if ${PORT_OPTIONS:MMEMCACHED} CONFIGURE_ARGS+= --with-memoize-memcached BUILD_DEPENDS+= libmemcached>0:${PORTSDIR}/databases/libmemcached RUN_DEPENDS+= libmemcached>0:${PORTSDIR}/databases/libmemcached .endif .if empty(PORT_OPTIONS:MMEMORY) CONFIGURE_ARGS+= --disable-memoize-memory .endif .include Index: head/devel/php-scalar_objects/Makefile =================================================================== --- head/devel/php-scalar_objects/Makefile (revision 370982) +++ head/devel/php-scalar_objects/Makefile (revision 370983) @@ -1,25 +1,26 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= scalar_objects PORTVERSION= 0.0.20140124 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= Support method calls on primitive types in PHP LICENSE= PHP301 USE_GITHUB= yes GH_ACCOUNT= nikic GH_PROJECT= scalar_objects GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= baf4985 USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USE_PHPBUILD= yes +USE_PHP_BUILD= yes .include Index: head/devel/rubygem-sidekiq/Makefile =================================================================== --- head/devel/rubygem-sidekiq/Makefile (revision 370982) +++ head/devel/rubygem-sidekiq/Makefile (revision 370983) @@ -1,31 +1,30 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= sidekiq PORTVERSION= 3.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple, efficient background processing for Ruby RUN_DEPENDS= rubygem-celluloid>=0.15.2:${PORTSDIR}/devel/rubygem-celluloid \ rubygem-connection_pool>=2.0.0:${PORTSDIR}/net/rubygem-connection_pool \ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ rubygem-redis>=3.0.4:${PORTSDIR}/databases/rubygem-redis \ rubygem-redis-namespace>=1.3.1:${PORTSDIR}/databases/rubygem-redis-namespace USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sidekiqctl bin/sidekiq .include .if (${RUBY_VER} == "1.9") BROKEN= Infinite loop during install .endif .include - Index: head/finance/trytond28_company_work_time/Makefile =================================================================== --- head/finance/trytond28_company_work_time/Makefile (revision 370982) +++ head/finance/trytond28_company_work_time/Makefile (revision 370983) @@ -1,26 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_company_work_time PORTVERSION= 2.8.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_company_work_time/ \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_company_work_time-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Company Work Time Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_company>=2.8.0:${PORTSDIR}/finance/trytond28_company CONFLICTS= trytond_company_work_time-2.[46].* USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include - Index: head/graphics/libfreehand/Makefile =================================================================== --- head/graphics/libfreehand/Makefile (revision 370982) +++ head/graphics/libfreehand/Makefile (revision 370983) @@ -1,25 +1,24 @@ # $FreeBSD$ PORTNAME= libfreehand PORTVERSION= 0.1.0 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs INSTALL_TARGET= install-strip .include - Index: head/graphics/libfreehand00/Makefile =================================================================== --- head/graphics/libfreehand00/Makefile (revision 370982) +++ head/graphics/libfreehand00/Makefile (revision 370983) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= libfreehand PORTVERSION= 0.0.0 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/ PKGNAMESUFFIX= 00 MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg GNU_CONFIGURE= yes USES= gperf libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes CONFIGURE_ARGS= --without-docs --disable-werror INSTALL_TARGET= install-strip post-install: @${RM} -f ${STAGEDIR}${PREFIX}/bin/* .include - Index: head/graphics/pfscalibration/Makefile =================================================================== --- head/graphics/pfscalibration/Makefile (revision 370982) +++ head/graphics/pfscalibration/Makefile (revision 370983) @@ -1,30 +1,29 @@ # Created by: Iouri V. Ivliev # $FreeBSD$ PORTNAME= pfscalibration PORTVERSION= 1.4 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= pfstools/${PORTNAME}/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Photometric calibration of cameras and recovery HDR images from the set of LDR exposures PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib USES= gmake pkgconfig shebangfix perl5 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ LDFLAGS="${PFS_LDFLAGS}" USE_PERL5= run SHEBANG_FILES= src/dcraw2hdrgen src/jpeg2hdrgen src/pfsinhdrgen bash_CMD= ${SH} LIB_DEPENDS= libpfs-1.2.so:${PORTSDIR}/graphics/pfstools .include - Index: head/graphics/pfstools/Makefile =================================================================== --- head/graphics/pfstools/Makefile (revision 370982) +++ head/graphics/pfstools/Makefile (revision 370983) @@ -1,86 +1,85 @@ # Created by: Daniel O'Connor # $FreeBSD$ PORTNAME= pfstools PORTVERSION= 1.8.5 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= darius@dons.net.au COMMENT= Tools for manipulating HDR images and video frames LICENSE= LGPL21 RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib PFS_BUILD= ${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_SUB+= PFS_BASE=${PREFIX} GNU_CONFIGURE= yes CONFIGURE_TARGET= ${PFS_BUILD} CONFIGURE_ARGS= --disable-jpeghdr --disable-matlab \ --with-bash=${LOCALBASE}/bin/bash CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ LDFLAGS="${PFS_LDFLAGS}" \ PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig USE_LDCONFIG= yes USES= gmake pkgconfig libtool OPTIONS_DEFINE= NETPBM OPENEXR TIFF QT IMAGEMAGICK GDAL OCTAVE OPENGL QT_DESC= Compile programs that use QT library GDAL_DESC= Compile programs that use GDAL library OCTAVE_DESC= Compile octave interface functions OPTIONS_DEFAULT= TIFF OPTIONS_SUB= yes NETPBM_CONFIGURE_ENABLE= ppm NETPBM_LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm OPENEXR_CONFIGURE_ENABLE= openexr OPENEXR_CONFIGURE_ON= --with-exrdir=${LOCALBASE}/include/OpenEXR OPENEXR_LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR TIFF_CONFIGURE_ENABLE= tiff TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff QT_USE= QT4=moc_build,corelib,gui QT_CONFIGURE_ENABLE= qt IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick GDAL_CONFIGURE_ENABLE= gdal GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal OPENGL_CONFIGURE_ENABLE= opengl OPENGL_USE= GL=glut OCTAVE_CONFIGURE_ENABLE= octave OCTAVE_PATCH_DEPENDS= octave-config:${PORTSDIR}/math/octave OCTAVE_BUILD_DEPENDS= mkoctfile:${PORTSDIR}/math/octave OCTAVE_RUN_DEPENDS= octave:${PORTSDIR}/math/octave .include .if ${PORT_OPTIONS:MOCTAVE} OCTAVE_BASE?= ${LOCALBASE} OCTAVE_VERSION!=${OCTAVE_BASE}/bin/octave-config -v 2>&1 || ${ECHO} "0" OCTAVE_SITE_OCT!=${OCTAVE_BASE}/bin/octave-config --oct-site-dir 2>&1 || ${ECHO} "" OCTAVE_SITE_M!= ${OCTAVE_BASE}/bin/octave-config --m-site-dir 2>&1 || ${ECHO} "" PLIST_SUB+= OCTAVE="" \ OCTAVE_BASE=${OCTAVE_BASE} \ OCTAVE_SITE_M=${OCTAVE_SITE_M:S|^${OCTAVE_BASE}/||} \ OCTAVE_SITE_OCT=${OCTAVE_SITE_OCT:S|^${OCTAVE_BASE}/||} USES+= shebangfix SHEBANG_FILES= src/octave/* SHEBANG_LANG+= octave octave_OLD_CMD?=/usr/bin/octave octave_CMD?= ${LOCALBASE}/bin/octave .endif .include - Index: head/mail/qmail/distinfo =================================================================== --- head/mail/qmail/distinfo (revision 370982) +++ head/mail/qmail/distinfo (revision 370983) @@ -1,90 +1,90 @@ SHA256 (qmail/qmail-1.03.tar.gz) = 21ed6c562cbb55092a66197c35c8222b84115d1acab0854fdb1ad1f301626f88 SIZE (qmail/qmail-1.03.tar.gz) = 220668 SHA256 (qmail/netqmail-1.06.tar.gz) = 8e7d98d15211fc9f9c28109e942e2268f42a6672d68df92a42f2afa90ff00532 SIZE (qmail/netqmail-1.06.tar.gz) = 260941 SHA256 (qmail/qmail-103.patch) = 4cad53c7a6628a600c74c36bfee327db5052ca24c222d4013e4dfcd7f427653d SIZE (qmail/qmail-103.patch) = 2104 SHA256 (qmail/qmailqueue-patch) = 52e82aaa34e9f1308b063cc986a701f67e161662e9f789bb12af03a381530f94 SIZE (qmail/qmailqueue-patch) = 2510 SHA256 (qmail/big-todo.103.patch) = afa0a249e3271badd442f0bdae39997d9fe536157d8a0d62b6706f3dfcd11a72 SIZE (qmail/big-todo.103.patch) = 5546 SHA256 (qmail/big-concurrency.patch) = 0322991955878e86af495f7317c3a4bd2e60640f9a6dd70ad501fff27242ac2f SIZE (qmail/big-concurrency.patch) = 9331 SHA256 (qmail/big-concurrency-spamcontrol-2731.patch) = 0a9e11a784b1e9b47093aea2c67aef4f8b06d4da5624d5284c978fca0d2c5735 SIZE (qmail/big-concurrency-spamcontrol-2731.patch) = 9362 SHA256 (qmail/sendmail-flagf.patch) = 9b3951c22b98c0e5a6ebfa793f052d91dfe01d68a0ad8dc83b8e0bd60c01802e SIZE (qmail/sendmail-flagf.patch) = 863 SHA256 (qmail/patch-qmail-1.03-rfc2821.diff) = c34b331e27882f0596529df14f0e9f24c4dff9f941d04e5df17cc158dddac426 SIZE (qmail/patch-qmail-1.03-rfc2821.diff) = 2564 SHA256 (qmail/qmail-date-localtime.patch) = 852aee7577edf8814c2429f82740da2a7e0b0b23516e10c4f3f7e845a47be2d5 SIZE (qmail/qmail-date-localtime.patch) = 2603 SHA256 (qmail/qmail-1.03-qmtpc.patch) = f704b6c0ca3515a4bb488d14f7c94910aba4daa87420db6cd5b7ea19f17f7449 SIZE (qmail/qmail-1.03-qmtpc.patch) = 6197 SHA256 (qmail/outgoingip.patch) = c117f5c41033f062cdc782a16403fc19725e98d92e73ab193dfd24f48c0ca5ac SIZE (qmail/outgoingip.patch) = 6839 SHA256 (qmail/outgoingip.patch-spamcontrol-25) = 17ef58193aad3ec834641a8e6c0b064965fa0f71ca432f52fe57ef1e48333ea3 SIZE (qmail/outgoingip.patch-spamcontrol-25) = 6751 SHA256 (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = a5b521d3f35aa0842ea3fe69f6e51fa3be5e9c0acfad8671de36fa62a5cb9539 SIZE (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = 10364 SHA256 (qmail/qmail-maildir++.patch) = 79e3f1f8f95b58b6d17e5469f125d873fe212d0a5a6d19b538ad57176fbafb52 SIZE (qmail/qmail-maildir++.patch) = 38088 SHA256 (qmail/netqmail-maildir++.patch) = 9633cf9366e6e703395a7fc3d15f9634f5bb1f49cbdbec53616507308fae0f14 SIZE (qmail/netqmail-maildir++.patch) = 37162 SHA256 (qmail/qmail-block-executables.patch) = 97512624eb02db51e10ab6d0dd834a8797a238d0e006bd1c6c94a183d291b456 SIZE (qmail/qmail-block-executables.patch) = 5070 SHA256 (qmail/qmail-discard-double-bounces.patch) = 14489eefd9908f60af13fadd574d0e9bb936e5d1b706690ce52efef68529a8d8 SIZE (qmail/qmail-discard-double-bounces.patch) = 1305 SHA256 (qmail/qmail-spf-rc5.patch) = 8ad251d779125e11422ae9bcbf619b0ba002c0893dd8c8fe55a34a8b5fc42640 SIZE (qmail/qmail-spf-rc5.patch) = 63582 SHA256 (qmail/qmail-spf-rc5.patch-tls-20110119) = 1b70f1e15dab39e36512dd3c8e00e68be5ff8ba6f53a625065bbb7b2ed1e91b8 SIZE (qmail/qmail-spf-rc5.patch-tls-20110119) = 63649 SHA256 (qmail/qmail-spf-rc5.patch-auth-tls-20110119) = 1ae19dbdba202de3e6edc08080718ade79839e0dfb1353053e347a615ae44771 SIZE (qmail/qmail-spf-rc5.patch-auth-tls-20110119) = 63784 SHA256 (qmail/qmail-ldap-1.03-20120221.patch.gz) = b19e12e50105308fbfa95c504c00dedb0b86983ce91ea0c08f83e7c143c1abf9 SIZE (qmail/qmail-ldap-1.03-20120221.patch.gz) = 276071 SHA256 (qmail/netqmail-mysql-1.1.15.patch) = 656d2366c1b4749f0ffdaf68b30f10d469c67d7c2c5710190e12b2c6ca85b18a SIZE (qmail/netqmail-mysql-1.1.15.patch) = 61635 SHA256 (qmail/spamcontrol-2731.tgz) = 24a9c0af8f405ae6bcc4038fd1fc1ea12d5e5c54642e105fd9f0790593128b71 SIZE (qmail/spamcontrol-2731.tgz) = 179422 SHA256 (qmail/netqmail-1.06-tls-20110119.patch) = 0c9ad8b5f045b6c9198a2d07a3937c197b19a29254469535a03d4ac339f29cc7 SIZE (qmail/netqmail-1.06-tls-20110119.patch) = 50088 SHA256 (qmail/qmail-smtpd-auth-0.31.tar.gz) = 1b439fa7e128de13fa80b86883f61a39d17b87b7e8916b6a0eab065bbe49b938 SIZE (qmail/qmail-smtpd-auth-0.31.tar.gz) = 8798 SHA256 (qmail/qmail-smtpd-auth-close3.patch) = d933e871261d6740cebe5c21cad81146525cfe06a464e277979f61c1242b5ad4 SIZE (qmail/qmail-smtpd-auth-close3.patch) = 520 SHA256 (qmail/tarpit.patch) = de94abbb71ef5d25e168725e435edd96ce3b14b7347440e0805dcb919b9d9604 SIZE (qmail/tarpit.patch) = 3089 SHA256 (qmail/ext_todo-20030105.patch) = d46d0225360c0477f93e2990637ebf912b2a86e494f424ef2952ee11ab533ac7 SIZE (qmail/ext_todo-20030105.patch) = 33763 SHA256 (qmail/ext_todo-20030105_spf.patch) = 544629c0003d01d27a5a45508e84332f247ed54ece57ff22c0c7c3a56ba086d6 SIZE (qmail/ext_todo-20030105_spf.patch) = 33781 SHA256 (qmail/ext_todo-20030105_spf_tls.patch) = 0b241b15df1d994e4ccbd5fb87ca715d9c16c7868a8e70c5c194ca1af4ab21b7 SIZE (qmail/ext_todo-20030105_spf_tls.patch) = 33813 SHA256 (qmail/ext_todo-20030105_mysql.patch) = 3fc65b91faaaae147dbf6264f9381664819ef2f236532764309d174f29919ff1 SIZE (qmail/ext_todo-20030105_mysql.patch) = 33797 SHA256 (qmail/ext_todo-20030105_tls.patch) = 0924d3d1287200cb4efc1c3ebfa139f715d3a9d75a6d8af17520c5262a192da2 SIZE (qmail/ext_todo-20030105_tls.patch) = 33795 SHA256 (qmail/qmail-spf-rc5.patch-spamcontrol-27_2) = bd53c0ce09ce68e9638abcab7f36a1e259ffb41737e27f6b8d9e0315f2d09524 SIZE (qmail/qmail-spf-rc5.patch-spamcontrol-27_2) = 64058 SHA256 (qmail/auth.patch.diff) = 1d0f8e0ce139cd00b86f056bc31c1422d30b88cb8b125023d534cc3664f827b8 SIZE (qmail/auth.patch.diff) = 4412 SHA256 (qmail/auth.patch.diff-tls-20110119) = 838a35ea92990775fa96567366249f70e7edbfdf127bebbc23b3df58eb086921 SIZE (qmail/auth.patch.diff-tls-20110119) = 3170 SHA256 (qmail/ext_todo-20030105+big-todo.103.patch) = 4e44ad403b21f5910b6af11295b82296bc8c0f18bc40dcfecfb95c11e5a296f7 SIZE (qmail/ext_todo-20030105+big-todo.103.patch) = 2523 SHA256 (qmail/smtpextfork-ldap-20060201_4.patch) = ff587d7169f404b4a0d0957f81a6849fd867defee5ac91a52ee958e58034b49f SIZE (qmail/smtpextfork-ldap-20060201_4.patch) = 6632 SHA256 (qmail/smtpextfork-spamcontrol-2731.patch) = 9614dbbaddc5f8ccc4a9cdfe2c42e8de80f56159dbe161a3c7180eee7d860aae SIZE (qmail/smtpextfork-spamcontrol-2731.patch) = 8916 SHA256 (qmail/README.smtpextfork) = baf23f1cc5676c67041cdaf7c8a0ce5b27365351a4ef52d235d6d021776bb72a SIZE (qmail/README.smtpextfork) = 7690 SHA256 (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 7656aef1f30f3c6a684e319d2a309d162b2a559eb84b38d21a1e23e88c78995b SIZE (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 2182 SHA256 (qmail/qmail-ldap-20060201-grtdelay.patch) = db880469e3d1356252bc8d10251b88cf5cf75a69f18971ffa6e2b85db5a796bc SIZE (qmail/qmail-ldap-20060201-grtdelay.patch) = 6051 SHA256 (qmail/enhacelogging-ldap-20120221.patch) = e5403eee9c180180eb52ce343575bbd67e869cda874dbe064e17f35370b260c5 -SIZE (qmail/enhacelogging-ldap-20120211.patch) = 1207 +SIZE (qmail/enhacelogging-ldap-20120221.patch) = 1207 SHA256 (qmail/ucspi-ssl-0.94.tgz) = 343c0281269d88650823eb053fe80bf34b81f52c12b895f27534706b983a23b4 SIZE (qmail/ucspi-ssl-0.94.tgz) = 112640 SHA256 (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 2c54abef2af35e7e7a54b94e06cd002877db3ea96fa06f1b53e6d741a62a2154 SIZE (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 25883 Index: head/multimedia/tvheadend/Makefile =================================================================== --- head/multimedia/tvheadend/Makefile (revision 370982) +++ head/multimedia/tvheadend/Makefile (revision 370983) @@ -1,92 +1,91 @@ # Created by: Bernhard Froehlich # $FreeBSD$ PORTNAME= tvheadend PORTVERSION= 3.9.20140806 CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= TV streaming server supporting DVB, IPTV and V4L LICENSE= GPLv3 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ liburiparser.so:${PORTSDIR}/net/uriparser RUN_DEPENDS= dtv-scan-tables>=0:${PORTSDIR}/multimedia/dtv-scan-tables USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 6d19440 USES= execinfo gmake pkgconfig python shebangfix GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= ${PORTNAME} SHEBANG_FILES= ${WRKSRC}/Autobuild.sh \ ${WRKSRC}/configure \ ${WRKSRC}/support/configure.inc \ ${WRKSRC}/support/getmuxlist \ ${WRKSRC}/support/pbuilder \ ${WRKSRC}/support/version TVHUSER?= tvheadend TVHGROUP?= tvheadend USERS= ${TVHUSER} GROUPS= ${TVHGROUP} webcamd SUB_LIST+= TVHUSER="${TVHUSER}" \ TVHGROUP="${TVHGROUP}" CONFIGURE_ENV+= PLATFORM=freebsd CONFIGURE_ARGS+=--disable-dvbscan --disable-zlib CFLAGS+= -I${LOCALBASE}/include -Wno-conversion -Wno-int-to-pointer-cast LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lssl -lcrypto -lz OPTIONS_DEFINE= AVAHI DVBCSA TRANSCODING XMLTV OPTIONS_DEFAULT=DVBCSA AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app DVBCSA_DESC= Replace internal ffdecsa with dvbcsa DVBCSA_LIB_DEPENDS= libdvbcsa.so:${PORTSDIR}/multimedia/libdvbcsa DVBCSA_CONFIGURE_ENABLE= dvbcsa TRANSCODING_DESC= Transcoding for mobile and web clients TRANSCODING_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg TRANSCODING_CONFIGURE_ENABLE= libav XMLTV_RUN_DEPENDS= p5-xmltv>=0:${PORTSDIR}/textproc/p5-xmltv .include .if ( !empty(CC:M*clang*) || ${OSVERSION} >= 1000024 ) # CLANG also needs -Wno-microsoft which GCC 4.2 does not know CFLAGS+= -Wno-microsoft \ -Wno-tautological-constant-out-of-range-compare .endif post-patch: @${REINPLACE_CMD} 's|0.0.0~unknown|${PORTVERSION}-${GH_COMMIT}|' \ ${WRKSRC}/support/version @${REINPLACE_CMD} 's|-g||' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} 's|-ldl||' \ ${WRKSRC}/Makefile # ignore gcc warnings on FreeBSD 9.X, and clang warnings on FreeBSD 10+ @${REINPLACE_CMD} 's|-Werror||' \ ${WRKSRC}/Makefile .if ${OSVERSION} >= 1000000 # to suppress clang CC flags on FreeBSD 10+ # @${REINPLACE_CMD} 's|clang|clang-options-disabled|' \ # to enable clang CC flags, because clang is identified as 'cc' on FreeBSD 10+ @${REINPLACE_CMD} 's|clang|cc|' \ ${WRKSRC}/Makefile .endif .include - Index: head/net/pear-Net_Traceroute/Makefile =================================================================== --- head/net/pear-Net_Traceroute/Makefile (revision 370982) +++ head/net/pear-Net_Traceroute/Makefile (revision 370983) @@ -1,15 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Net_Traceroute PORTVERSION= 0.21.3 CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to execute traceroute - USES= pear .include - Index: head/security/luasec/Makefile =================================================================== --- head/security/luasec/Makefile (revision 370982) +++ head/security/luasec/Makefile (revision 370983) @@ -1,41 +1,32 @@ # Created by: Andrew Lewis # $FreeBSD$ PORTNAME= luasec PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= https://github.com/brunoos/${PORTNAME}/archive/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication FETCH_ARGS= -Fpr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} USES= lua:51 USE_OPENSSL= yes -.include - -# NOTE: OSVERSION is already defined here, and USE_OPENSSL_PORT -# should be defined before pre.mk, that's why options.mk is used - -.if ${OSVERSION} < 700024 -USE_OPENSSL_PORT=yes -.endif - post-patch: .SILENT ${REINPLACE_CMD} -Ee '/\(INSTALL\)/s/-D //' \ -e '/^LDFLAGS/s/\+=/=/' \ -e 's/LUAPATH/LUA_MODSHAREDIR/' \ -e 's/LUACPATH/LUA_MODLIBDIR/' \ ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -Ee '/^(INC|LIB)DIR/s/[^?]=/?=/' \ ${WRKSRC}/Makefile .include Index: head/x11/nxcomp/Makefile =================================================================== --- head/x11/nxcomp/Makefile (revision 370982) +++ head/x11/nxcomp/Makefile (revision 370983) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= nxcomp PORTVERSION= 3.5.0.27 MASTER_SITES= http://code.x2go.org/releases/source/nx-libs/ CATEGORIES= x11 devel DISTNAME= nx-libs-${PORTVERSION}-lite MAINTAINER= bapt@FreeBSD.org COMMENT= NX X11 protocol compression libraries WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} USE_AUTOTOOLS= autoconf USE_XORG= xproto GNU_CONFIGURE= yes LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png post-patch: @${REINPLACE_CMD} -e "s,libdir}/nx,libdir},g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|/usr/NX/bin:/opt/NX/bin:/usr/local/NX|${PREFIX}|" \ ${WRKSRC}/Children.cpp post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXcomp.so.3.5* .include - Index: head/x11-servers/xorg-vfbserver/Makefile =================================================================== --- head/x11-servers/xorg-vfbserver/Makefile (revision 370982) +++ head/x11-servers/xorg-vfbserver/Makefile (revision 370983) @@ -1,57 +1,56 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= xorg-vfbserver PORTVERSION= 1.14.7 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG MASTER_SITE_SUBDIR= individual/xserver DISTNAME= xorg-server-${PORTVERSION} DIST_SUBDIR= xorg/xserver MAINTAINER= x11@FreeBSD.org COMMENT= X virtual framebuffer server from X.Org USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dmx \ --disable-xephyr \ --disable-xnest \ --disable-kdrive \ --disable-xfbdev \ --disable-xfake \ --disable-screensaver \ --disable-xwin \ --disable-xwayland \ --disable-xorg \ --without-xmlto \ --disable-docs \ --disable-devel-docs \ --localstatedir=/var \ --without-dtrace \ --without-doxygen \ --disable-libpciaccess \ --disable-glx \ --disable-dri \ --disable-config-hal \ --disable-libdrm \ --disable-glx-tls \ --disable-vbe \ --disable-vgahw \ --enable-xvfb USE_XORG= pixman x11 fixesproto damageproto xcmiscproto xtrans \ bigreqsproto randrproto renderproto xextproto inputproto \ videoproto compositeproto recordproto \ fontsproto resourceproto xf86driproto glproto \ presentproto xineramaproto xkbfile xfont PLIST_FILES= bin/Xvfb \ man/man1/Xvfb.1.gz do-install: cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install .include - Index: head/x11-toolkits/py-traitsbackendwx/Makefile =================================================================== --- head/x11-toolkits/py-traitsbackendwx/Makefile (revision 370982) +++ head/x11-toolkits/py-traitsbackendwx/Makefile (revision 370983) @@ -1,25 +1,24 @@ # Created by: Jacob Frelinger # $FreeBSD$ PORTNAME= traitsbackendwx PORTVERSION= 3.2.0 PORTREVISION= 8 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TraitsBackendWX-${PORTVERSION} MAINTAINER= jacob.frelinger@duke.edu COMMENT= Wx backend for TraitsGUI BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.2.0:${PORTSDIR}/devel/py-traits RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_WX= 3.0+ WX_COMPS= python .include -