Index: head/databases/mysql57-server/Makefile =================================================================== --- head/databases/mysql57-server/Makefile (revision 406009) +++ head/databases/mysql57-server/Makefile (revision 406010) @@ -1,127 +1,125 @@ # Created by: "Mahdi Mokhtari " # $FreeBSD$ PORTNAME= mysql PORTVERSION= 5.7.10 PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7:MySQL SF/boost/boost/1.59.0:boost PKGNAMESUFFIX?= 57-server DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:MySQL boost_1_59_0.tar.gz:boost MAINTAINER= mokhi64@gmail.com COMMENT= Multithreaded SQL database (server) LICENSE= GPLv2 SLAVEDIRS= databases/mysql57-client USES= cmake:outsource shebangfix OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL OPTIONS_DEFAULT+= OPENSSL NO_OPTIONS_SORT= yes BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL WITHOUT_SSL_DESC= No SSL/TLS support CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ -DINSTALL_PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ -DINSTALL_MANDIR="man" \ -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR="share/mysql/tests" \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DLOCAL_BOOST_DIR=${WRKDIR}/boost_1_59_0 \ -DBOOST_INCLUDE_DIR=${WRKDIR}/boost_1_59_0 \ -DWITH_INNODB_EXTRA_DEBUG=0 SHEBANG_FILES= scripts/*.pl* scripts/*.sh .ifdef USE_MYSQL .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled OPENSSL_USE= OPENSSL=yes WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no # MySQL-Server part .if !defined(CLIENT_ONLY) USE_MYSQL= yes WANT_MYSQL_VER= 57 USES+= bison:build cpe perl5 USE_PERL5= run CONFLICTS_INSTALL= mariadb[0-9]*-server-* \ mysql[0-46-9][0-689]-server-* \ percona[0-9]*-server-* USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ mysql.server.1 mysql_convert_table_format.1 mysql_fix_extensions.1 \ mysql_install_db.1 mysql_plugin.1 mysql_secure_installation.1 mysql_setpermission.1 \ mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlman.1 \ mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1 CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" OPTIONS_GROUP= STORAGE OPTIONS_GROUP_STORAGE= ARCHIVE BLACKHOLE EXAMPLE FEDERATED INNOBASE PARTITION PERFSCHEMA STORAGE_DESC= Permissible "Storage Engines" (to compile statically into the server) ARCHIVE_DESC= Compile "Archive Storage" statically in server BLACKHOLE_DESC= Compile "Blackhole Storage" statically in server EXAMPLE_DESC= Compile "Example Storage" statically in server FEDERATED_DESC= Compile "Federated Storage" statically in server INNOBASE_DESC= Compile "InnoDB Storage" statically in server PARTITION_DESC= Compile "Partitioning support Storage" statically in server PERFSCHEMA_DESC= Compile "Performance Schema Storage" statically in server ARCHIVE_CMAKE_ON= -DWITH_ARCHIVE_STORAGE_ENGINE=1 BLACKHOLE_CMAKE_ON= -DWITH_BLACKHOLE_STORAGE_ENGINE=1 EXAMPLE_CMAKE_ON= -DWITH_EXAMPLE_STORAGE_ENGINE=1 FEDERATED_CMAKE_ON= -DWITH_FEDERATED_STORAGE_ENGINE=1 INNOBASE_CMAKE_ON= -DWITH_INNOBASE_STORAGE_ENGINE=1 PARTITION_CMAKE_ON= -DWITH_PARTITION_STORAGE_ENGINE=1 PERFSCHEMA_CMAKE_ON= -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 .else USES+= readline .endif .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 CC= clang CXX= clang++ CPP= clang-cpp OPENSSL_CMAKE_ON= -DWITH_SSL=system .elif ${OSVERSION} >= 1000000 OPENSSL_CMAKE_ON= -DWITH_SSL=yes .endif -USE_CLANG= 3.3+ - post-extract: ${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h post-patch: @${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt .include Index: head/devel/directfb/Makefile =================================================================== --- head/devel/directfb/Makefile (revision 406009) +++ head/devel/directfb/Makefile (revision 406010) @@ -1,95 +1,93 @@ # Created by: Devaux Fabien # $FreeBSD$ PORTNAME= directfb PORTVERSION= 1.4.13 PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.directfb.org/downloads/Core/${DISTNAME:R}/ DISTNAME= DirectFB-${PORTVERSION} MAINTAINER= anatoly.borodin@gmail.com COMMENT= Graphic development lightweight API LICENSE= LGPL21 BROKEN= Does not fetch LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS UNIQUE_DESC= Unique (WM Module) OPTIONS_DEFAULT= FREETYPE X11 SDL OPTIONS_SUB= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= cpe gmake jpeg libtool ncurses pathfix perl5 pkgconfig USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * EXTRA_PATCHES= ${FILESDIR}/extra-libpng15:-p1 DIRECTFB_SHLIB= 5.0.8 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= 5 # LT_BINARY PLIST_SUB+= DIRECTFB_VERSION="${PORTVERSION}" \ DIRECTFB_RELEASE="${PORTVERSION:R}" \ DIRECTFB_SHLIB="${DIRECTFB_SHLIB}" \ DIRECTFB_BIN="${DIRECTFB_BIN}" CONFIGURE_ARGS= --disable-osx --disable-extra-warnings --disable-profiling \ --disable-debug --enable-debug-support --disable-trace \ --enable-text --enable-gettid --enable-network \ --disable-multi --enable-voodoo --disable-pure-voodoo \ --enable-devmem --disable-fbdev --disable-vnc --disable-sysfs \ --enable-jpeg --enable-zlib --enable-png --enable-gif \ --disable-linotype --disable-video4linux \ --disable-video4linux2 --with-gfxdrivers=all \ --with-inputdrivers=all --with-smooth-scaling \ --with-dither-rgb16=advanced -BROKEN_alpha= Does not compile on alpha - DOCS_BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype X11_USE= XORG=x11,xext,xproto X11_CONFIGURE_ENABLE= --x11 SDL_USE= sdl SDL_CONFIGURE_ENABLE= sdl UNIQUE_CONFIGURE_ENABLE= unique TEST_CONFIGURE_WITH= tests .include .if ${ARCH} == "arm" PLIST_SUB+= ARCH_ARM="" .else PLIST_SUB+= ARCH_ARM="@comment " .endif .if ${ARCH} == "powerpc" PLIST_SUB+= ARCH_POWERPC="" .else PLIST_SUB+= ARCH_POWERPC="@comment " .endif post-patch: @${REINPLACE_CMD} -e \ '/need_libc_r=yes/d ; \ s|/usr/local|${LOCALBASE}|g ; s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure @${GREP} -lr alloca\.h ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e 's|||g' post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in AUTHORS ChangeLog NEWS README TODO fb.modes docs/README.screenshots docs/*.html ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .for f in docs/html/*.html docs/html/*.png ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/html .endfor .include Index: head/games/kajongg/Makefile =================================================================== --- head/games/kajongg/Makefile (revision 406009) +++ head/games/kajongg/Makefile (revision 406010) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= kajongg PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} USES= cmake:outsource python tar:xz twisted:run sqlite USE_KDE4= kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build -USE_TWISTED_RUN= yes CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE .include <${.CURDIR}/../kdegames4/Makefile.common> .include Index: head/graphics/fortytwo/Makefile =================================================================== --- head/graphics/fortytwo/Makefile (revision 406009) +++ head/graphics/fortytwo/Makefile (revision 406010) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= fortytwo PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION} DISTFILES= FT-${PORTVERSION}-src.tgz \ FT-${PORTVERSION}-api-ref.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graph management system for GNUstep LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build LIB_DEPENDS= libEncore.so:${PORTSDIR}/devel/fortytwo-encore \ libBDB.so:${PORTSDIR}/databases/fortytwo-bdb DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} USE_BDB= 43+ WRKSRC= ${WRKDIR}/FT-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR} ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/FT.framework/Versions/0/libFT.so .include Index: head/math/hexcalc/Makefile =================================================================== --- head/math/hexcalc/Makefile (revision 406009) +++ head/math/hexcalc/Makefile (revision 406010) @@ -1,37 +1,37 @@ # Created by: jhs@berklix.com / asami (original) # $FreeBSD$ PORTNAME= hexcalc PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= jhs@berklix.com COMMENT= Multi-radix calculator for x11 # XORG_CAT= app -# USE_IMAKE= yes +# USES= imake # Maybe later. # It would move from distfiles/hexcalc..tar.Z # to distfiles/xorg/app/hexcalc..tar.Z & require change in distinfo # Old distfile name in 8.2 was hexcalc..tar.Z & EXTRACT_SUFX was ..tar.Z # presumably a mistake, now shortened to normality. USE_XORG= ice sm x11 xaw xext xmu xt PLIST_FILES= bin/hexcalc man/man1/hexcalc.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hexcalc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hexcalc.man \ ${STAGEDIR}${MANPREFIX}/man/man1/hexcalc.1 @# The manual installed OK on 9.1-RELEASE without do-install, @# but manual install failed on 9.2-RELEASE & 10.0-RELEASE, @# so I added do-install, which does no harm on 9.1 & 9.2. @# Maybe do-install can be discarded if MAN variables are set right ? .include Index: head/misc/gnustep-examples/Makefile =================================================================== --- head/misc/gnustep-examples/Makefile (revision 406009) +++ head/misc/gnustep-examples/Makefile (revision 406010) @@ -1,81 +1,81 @@ # $FreeBSD$ PORTNAME= gnustep-examples PORTVERSION= 1.4.0 PORTREVISION= 4 CATEGORIES= misc gnustep MASTER_SITES= GNUSTEP/usr-apps MAINTAINER= ports@FreeBSD.org USES= gnustep USE_GNUSTEP= back build -USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL +l_GNUSTEP_MAKE_DIRS= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL post-patch: ${REINPLACE_CMD} -e 's|^//|#|' \ ${WRKSRC}/gui/GFractal/GNUmakefile do-build: -.for i in ${USE_GNUSTEP_MAKE_DIRS} +.for i in ${l_GNUSTEP_MAKE_DIRS} @(cd ${BUILD_WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) .endfor # --------------------------------------------------------------------------- # source GNUstep.sh # do-install: -.for i in ${USE_GNUSTEP_MAKE_DIRS} +.for i in ${l_GNUSTEP_MAKE_DIRS} @(cd ${INSTALL_WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor post-install: ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Calculator.app/Calculator \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/CurrencyConverter.app/CurrencyConverter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Finger.app/Finger \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GFractal.app/GFractal \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSTest.app/GSTest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HostAddress.app/HostAddress \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Ink.app/Ink \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/MyGL.app/MyGL \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSBrowserTest.app/NSBrowserTest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSImageTest.app/NSImageTest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSPanelTest.app/NSPanelTest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSScreenTest.app/NSScreenTest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/md5Digest.app/md5Digest \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Composite-test.bundle/Composite-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/CoordinateCheck-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/GSHbox-test.bundle/GSHbox-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Image-test.bundle/Image-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/ImageSelection-test.bundle/ImageSelection-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/KeyboardInput-test.bundle/KeyboardInput-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSAnimation-test.bundle/NSAnimation-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSBox-test.bundle/NSBox-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSButton-test.bundle/NSButton-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorList-test.bundle/NSColorList-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorWell-test.bundle/NSColorWell-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSForm-test.bundle/NSForm-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSOpenPanel-test.bundle/NSOpenPanel-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSOutlineView-test.bundle/NSOutlineView-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSProgressIndicator-test.bundle/NSProgressIndicator-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSavePanel-test.bundle/NSSavePanel-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSScrollView-test.bundle/NSScrollView-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/NSSecureTextField-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSlider-test.bundle/NSSlider-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSplitView-test.bundle/NSSplitView-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSTableView-test.bundle/NSTableView-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSTextView-test.bundle/NSTextView-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/NSViewAnimation-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindow-test.bundle/NSWindow-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/NSWindowStyleMask-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/PixelExactDrawing-test.bundle/PixelExactDrawing-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/StringDrawing-test.bundle/StringDrawing-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/TextSystem-test.bundle/TextSystem-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Transparency-test.bundle/Transparency-test \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Services/example.service/example .include Index: head/multimedia/tovid/Makefile =================================================================== --- head/multimedia/tovid/Makefile (revision 406009) +++ head/multimedia/tovid/Makefile (revision 406010) @@ -1,48 +1,47 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= tovid PORTVERSION= 0.35.2 CATEGORIES= multimedia python MASTER_SITES= http://github.com//tovid-suite/tovid/archive/ MAINTAINER= grepper@gmail.com COMMENT= Suite of tools for making DVD video disks LICENSE= GPLv2 BUILD_DEPENDS= txt2tags:${PORTSDIR}/textproc/txt2tags LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ mplex:${PORTSDIR}/multimedia/mjpegtools \ ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ composite:${PORTSDIR}/graphics/ImageMagick \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ sox:${PORTSDIR}/audio/sox \ normalize:${PORTSDIR}/audio/normalize \ lame:${PORTSDIR}/audio/lame \ gnubc>0:${PORTSDIR}/math/gnubc \ ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ bash:${PORTSDIR}/shells/bash USES= python USE_PYTHON= autoplist distutils -USE_PACKAGE_DEPENDS= yes PYDISTUTILS_INSTALLNOSINGLE= yes INSTALLS_ICONS= yes MANDIRS= ${MANPREFIX}/share/man NO_ARCH= yes OPTIONS_DEFINE= DOCS TRANSCODE TRANSCODE_DESC= Faster seeks when making menus. Needs mjpegtools enabled. TRANSCODE_RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode post-extract: ${MV} ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Index: head/textproc/ruby-htree/Makefile =================================================================== --- head/textproc/ruby-htree/Makefile (revision 406009) +++ head/textproc/ruby-htree/Makefile (revision 406010) @@ -1,43 +1,42 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= htree PORTVERSION= 0.8 CATEGORIES= textproc www ruby MASTER_SITES= http://www.a-k-r.org/htree/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby library to manipulate HTML/XML tree data structure OPTIONS_DEFINE= DOCS USE_RUBY= yes -USE_RUBY_RD2= yes USE_RUBY_RDOC= yes LIB_FILES= htree.rb htree DOCS= README \ ${RUBY_RD_HTML_FILES} \ doc DOCSDIR= ${RUBY_MODDOCDIR} PORTDOCS= * .include do-build: .if ${PORT_OPTIONS:MDOCS} cd ${BUILD_WRKSRC}; ${RUBY_RDOC} ${LIB_FILES} .endif do-install: @${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} cd ${INSTALL_WRKSRC}; ${CP} -R ${LIB_FILES} ${STAGEDIR}${RUBY_SITELIBDIR}/ @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor .include Index: head/www/h2o/Makefile =================================================================== --- head/www/h2o/Makefile (revision 406009) +++ head/www/h2o/Makefile (revision 406010) @@ -1,70 +1,71 @@ # Created by: Dave Cottlehuber # $FreeBSD$ PORTNAME= h2o PORTVERSION= 1.6.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= dch@skunkwerks.at COMMENT= Optimized HTTP2 server with support for HTTP/1.x LICENSE= MIT USE_GITHUB= yes USES= cmake compiler:c11 perl5 shebangfix USE_PERL5= run SHEBANG_FILES= share/h2o/start_server PORTDOCS= README.md SUB_FILES= ${PORTNAME} SUB_LIST+= H2O_USER=${H2O_USER} \ H2O_GROUP=${H2O_GROUP} \ H2O_LOGDIR=${H2O_LOGDIR} PLIST_SUB= H2O_USER=${H2O_USER} \ H2O_GROUP=${H2O_GROUP} \ H2O_LOGDIR=${H2O_LOGDIR} H2O_USER?= www H2O_GROUP?= www H2O_LOGDIR= /var/log/${PORTNAME}/ USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= LIBRESSL LIBRESSL_DESC= Build with bundled LibreSSL instead of OpenSSL OPTIONS_DEFAULT= LIBRESSL CMAKE_ARGS+= -DEXTRA_LIBRARIES=OFF -DWITHOUT_LIBS=ON .include .if ${PORT_OPTIONS:MLIBRESSL} CMAKE_ARGS+= -DWITH_BUNDLED_SSL=ON -USE_OPENSSL_PORT= no +WITH_OPENSSL_PORT= no .else CMAKE_ARGS+= -DWITH_BUNDLED_SSL=OFF -USE_OPENSSL_PORT= yes +WITH_OPENSSL_PORT= yes .endif post-patch: @${REINPLACE_CMD} -e 's|exec perl|exec ${LOCALBASE}/bin/perl|' \ ${WRKSRC}/share/h2o/annotate-backtrace-symbols \ ${WRKSRC}/share/h2o/fetch-ocsp-response \ ${WRKSRC}/share/h2o/kill-on-close \ ${WRKSRC}/share/h2o/start_server post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} \ ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${H2O_LOGDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} \ ${FILESDIR}/${PORTNAME}.conf.sample \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample .include