Index: head/audio/forked-daapd/Makefile =================================================================== --- head/audio/forked-daapd/Makefile (revision 430482) +++ head/audio/forked-daapd/Makefile (revision 430483) @@ -1,66 +1,59 @@ # Created by: Takumi Takahashi # $FreeBSD$ PORTNAME= forked-daapd PORTVERSION= 24.1 PORTREVISION= 1 CATEGORIES= audio MAINTAINER= takumiiinn@gmail.com COMMENT= DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= antlr3:devel/antlr3 LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libavahi-client.so:net/avahi-app \ libavcodec.so:multimedia/ffmpeg \ libconfuse.so:devel/libconfuse \ libevent.so:devel/libevent2 \ libgcrypt.so:security/libgcrypt \ libinotify.so:devel/libinotify \ libmxml.so:textproc/mxml \ libunistring.so:devel/libunistring USE_GITHUB= yes GH_ACCOUNT= ejurgensen USES= autoreconf gettext gmake gperf iconv libtool localbase pathfix pkgconfig sqlite GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= ${LOCALBASE}/lib/forked-daapd CONFIGURE_ARGS+=--localstatedir=/var USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message USERS= daapd GROUPS= daapd OPTIONS_DEFINE= ALSA ITUNES LASTFM MPD OPTIONS_DEFAULT=ITUNES LASTFM MPD ITUNES_DESC= iTunes XML support MPD_DESC= Music Player Daemon protocol support ALSA_CONFIGURE_WITH= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ITUNES_CONFIGURE_ENABLE=itunes ITUNES_LIB_DEPENDS= libplist.so:devel/libplist LASTFM_CONFIGURE_ENABLE=lastfm LASTFM_LIB_DEPENDS= libcurl.so:ftp/curl MPD_CONFIGURE_ENABLE= mpd -.include - -# Ensure FreeBSD 9 can find zlib library -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000712 -CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" -.endif - post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/forked-daapd.conf ${STAGEDIR}${PREFIX}/etc/forked-daapd.conf.sample -.include +.include Index: head/audio/sayonara/Makefile =================================================================== --- head/audio/sayonara/Makefile (revision 430482) +++ head/audio/sayonara/Makefile (revision 430483) @@ -1,38 +1,34 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= sayonara PORTVERSION= 0.9.2 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.sayonara-player.com/sw/ DISTNAME= ${PORTNAME}-player-${PORTVERSION}-git11-20161030 MAINTAINER= ports@FreeBSD.org COMMENT= Small, clear, and fast Qt-based audio player LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libtag.so:audio/taglib \ libmtp.so:multimedia/libmtp USES= cmake compiler:c++11-lib execinfo pkgconfig USE_GSTREAMER1= flac mpg123 ogg opus vorbis # XXX: likely incomplete USE_QT5= dbus core gui network sql sql-sqlite3_run widgets xml \ buildtools_build qmake_build linguisttools_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-player post-patch: @${REINPLACE_CMD} -e '/man1/s,share/,,' \ ${WRKSRC}/resources/CMakeLists.txt @${REINPLACE_CMD} -e '/DESTINATION/s,/usr/,,' \ ${WRKSRC}/src/GUI/Resources/Icons/CMakeLists.txt -.if !exists(/usr/libdata/pkgconfig/zlib.pc) - @${REINPLACE_CMD} -e '/zlib/s/PKG_CHECK_MODULES/FIND_PACKAGE/' \ - ${WRKSRC}/src/Helper/Compressor/CMakeLists.txt -.endif .include Index: head/biology/vcftools/Makefile =================================================================== --- head/biology/vcftools/Makefile (revision 430482) +++ head/biology/vcftools/Makefile (revision 430483) @@ -1,22 +1,19 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= vcftools PORTVERSION= 0.1.14 DISTVERSIONPREFIX= v CATEGORIES= biology MAINTAINER= bacon4000@gmail.com COMMENT= Tools for working with VCF genomics files LICENSE= LGPL3 USES= autoreconf gmake perl5 pkgconfig GNU_CONFIGURE= yes -# No zlib.pc on 9.x -CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" - USE_GITHUB= yes .include Index: head/databases/monetdb/files/patch-configure =================================================================== --- head/databases/monetdb/files/patch-configure (revision 430482) +++ head/databases/monetdb/files/patch-configure (revision 430483) @@ -1,98 +1,11 @@ --- configure.orig 2013-11-20 11:27:41.000000000 +0000 +++ configure 2014-08-10 12:16:46.974210130 +0000 @@ -17262,7 +17262,7 @@ ;; esac case "$LEX" in - flex*) : ;; + *flex*) : ;; *) if test "x$enable_jaql" = xyes; then as_fn_error $? "MonetDB/JAQL requires flex" "$LINENO" 5 -@@ -17802,6 +17802,7 @@ - /* end confdefs.h. */ - #include - #include -+#include - int - main () - { -@@ -20575,76 +20576,9 @@ - - - pkg_failed=no --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib" >&5 --$as_echo_n "checking for zlib... " >&6; } -- --if test -n "$zlib_CFLAGS"; then -- pkg_cv_zlib_CFLAGS="$zlib_CFLAGS" -- elif test -n "$PKG_CONFIG"; then -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 -- ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then -- pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` -- test "x$?" != "x0" && pkg_failed=yes --else -- pkg_failed=yes --fi -- else -- pkg_failed=untried --fi --if test -n "$zlib_LIBS"; then -- pkg_cv_zlib_LIBS="$zlib_LIBS" -- elif test -n "$PKG_CONFIG"; then -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 -- ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then -- pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` -- test "x$?" != "x0" && pkg_failed=yes --else -- pkg_failed=yes --fi -- else -- pkg_failed=untried --fi -- -- -- --if test $pkg_failed = yes; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- --if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes --else -- _pkg_short_errors_supported=no --fi -- if test $_pkg_short_errors_supported = yes; then -- zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1` -- else -- zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$zlib_PKG_ERRORS" >&5 -- -- have_zlib="no"; why_have_zlib="(zlib not found)" --elif test $pkg_failed = untried; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- have_zlib="no"; why_have_zlib="(zlib not found)" --else -- zlib_CFLAGS=$pkg_cv_zlib_CFLAGS -- zlib_LIBS=$pkg_cv_zlib_LIBS -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } - have_zlib="yes" --fi --if test x"$have_zlib" = x"yes" ; then -+ -+if x"$have_zlib" = x"yes" ; then - - $as_echo "#define HAVE_LIBZ 1" >>confdefs.h - Index: head/devel/bennugd-core/Makefile =================================================================== --- head/devel/bennugd-core/Makefile (revision 430482) +++ head/devel/bennugd-core/Makefile (revision 430483) @@ -1,45 +1,43 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= core PORTVERSION= svn20130912 PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ PKGNAMEPREFIX= bennugd- DISTNAME= bennugd-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= High level open source game development suite, core libs -USES= dos2unix libtool tar:bzip2 +USES= dos2unix libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/libexec" SUB_FILES= bgdc bgdi USE_LDCONFIG= yes DOS2UNIX_GLOB= *.c *.h INSTALL_TARGET= install-strip ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= Segfaults on !i386 - -CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" WRKSRC= ${WRKDIR}/bennugd/${PORTNAME} PLIST_FILES= bin/bgdc bin/bgdi \ libexec/bgdc libexec/bgdi \ lib/libbgdrtm.so post-extract: @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKDIR}/bgdi ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/bgdc ${STAGEDIR}${PREFIX}/bin .include Index: head/devel/bennugd-modules/Makefile =================================================================== --- head/devel/bennugd-modules/Makefile (revision 430482) +++ head/devel/bennugd-modules/Makefile (revision 430483) @@ -1,37 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= modules PORTVERSION= svn20130912 PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ PKGNAMEPREFIX= bennugd- DISTNAME= bennugd-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= High level open source game development suite, modules LIB_DEPENDS= libbgdrtm.so:devel/bennugd-core \ libpng.so:graphics/png USES= tar:bzip2 dos2unix pkgconfig libtool USE_SDL= sdl mixer GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd" -CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" DOS2UNIX_GLOB= *.c INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/bennugd/${PORTNAME} post-extract: @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure .include Index: head/devel/liborcus/Makefile =================================================================== --- head/devel/liborcus/Makefile (revision 430482) +++ head/devel/liborcus/Makefile (revision 430483) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= liborcus PORTVERSION= 0.11.2 PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ MAINTAINER= office@FreeBSD.org COMMENT= Standalone file import filter library for spreadsheet documents LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs GNU_CONFIGURE= yes USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \ --with-boost="${LOCALBASE}" \ --with-boost-system=boost_system \ --disable-python -CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/devel/liborcus07/Makefile =================================================================== --- head/devel/liborcus07/Makefile (revision 430482) +++ head/devel/liborcus07/Makefile (revision 430483) @@ -1,36 +1,35 @@ # $FreeBSD$ PORTNAME= liborcus PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ PKGNAMESUFFIX= 07 MAINTAINER= office@FreeBSD.org COMMENT= Standalone file import filter library for spreadsheet documents LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 LIB_DEPENDS= libboost_system.so:devel/boost-libs BROKEN_sparc64= cannot link with boost BROKEN_powerpc64= Does not build GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \ --with-boost="${LOCALBASE}" \ --with-boost-system=boost_system -CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/devel/love/Makefile =================================================================== --- head/devel/love/Makefile (revision 430482) +++ head/devel/love/Makefile (revision 430483) @@ -1,59 +1,57 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= love PORTVERSION= 0.10.2 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libmodplug.so:audio/libmodplug \ libmpg123.so:audio/mpg123 \ libvorbisfile.so:audio/libvorbis \ libphysfs.so:devel/physfs \ libfreetype.so:print/freetype2 \ libtheora.so:multimedia/libtheora \ libogg.so:audio/libogg USES= compiler:c++11-lib desktop-file-utils gmake libtool \ localbase openal pkgconfig shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes -CONFIGURE_ENV= zlib_CFLAGS=" " \ - zlib_LIBS="-lz" WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_amd64= LUAJIT LUAJIT_DESC= Use luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_CONFIGURE_ON= --with-lua=luajit LUAJIT_USES_OFF= lua LUAJIT_CONFIGURE_OFF= --with-lua=lua \ --with-luaversion="${LUA_VER}" LUAJIT_CONFIGURE_ENV_OFF=LUA_EXECUTABLE="${LUA_CMD}" post-patch-LUAJIT-off: @${REINPLACE_CMD} -e 's|$${with_lua}$${with_luaversion}|$${with_lua}-$${with_luaversion}|g' \ ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_projects_unix_Makefile =================================================================== --- head/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_projects_unix_Makefile (revision 430482) +++ head/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_projects_unix_Makefile (nonexistent) @@ -1,26 +0,0 @@ ---- source/mupen64plus-core/projects/unix/Makefile 2015-04-26 17:42:49.000000000 -0500 -+++ source/mupen64plus-core/projects/unix/Makefile 2015-06-12 17:54:03.000000000 -0500 -@@ -227,6 +227,10 @@ - ZLIB_LDLIBS += -lz - endif - -+ifeq ($(OS), FREEBSD) # use system zlib on FreeBSD -+ ZLIB_LDLIBS += -lz -+endif -+ - ifeq ($(origin ZLIB_CFLAGS) $(origin ZLIB_LDLIBS), undefined undefined) - ifeq ($(shell $(PKG_CONFIG) --modversion zlib 2>/dev/null),) - $(error No zlib development libraries found!) -@@ -247,6 +251,12 @@ - CFLAGS += $(LIBPNG_CFLAGS) - LDLIBS += $(LIBPNG_LDLIBS) - -+ifeq ($(OS), FREEBSD) -+ SDL_CFLAGS += $(shell $(SDL2_CONFIG) --cflags) -+ SDL_LDLIBS += $(shell $(SDL2_CONFIG) --libs) -+endif -+ -+ - # test for presence of SDL - ifeq ($(origin SDL_CFLAGS) $(origin SDL_LDLIBS), undefined undefined) - SDL_CONFIG = $(CROSS_COMPILE)sdl2-config Property changes on: head/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_projects_unix_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile =================================================================== --- head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile (revision 430482) +++ head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile (revision 430483) @@ -1,41 +1,30 @@ --- source/mupen64plus-video-glide64mk2/projects/unix/Makefile 2013-07-03 19:28:17.000000000 -0500 +++ source/mupen64plus-video-glide64mk2/projects/unix/Makefile 2013-10-04 04:17:19.000000000 -0500 @@ -125,7 +125,7 @@ OPTFLAGS ?= -O3 -flto WARNFLAGS ?= -Wall CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src -I../../src/Glitch64/inc -DGCC -CXXFLAGS += -fvisibility-inlines-hidden -std=gnu++0x +CXXFLAGS += -fvisibility-inlines-hidden LDFLAGS += $(SHARED) BOOST_SUFFIX ?= @@ -186,6 +186,7 @@ endif ifeq ($(OS), FREEBSD) LDLIBS += -lc + CPPFLAGS += -DNO_FILTER_THREAD endif ifeq ($(origin PKG_CONFIG), undefined) -@@ -199,6 +200,10 @@ - ZLIB_LDLIBS += -lz - endif - -+ifeq ($(OS), FREEBSD) # use system zlib on FreeBSD -+ ZLIB_LDLIBS += -lz -+endif -+ - ifeq ($(origin ZLIB_CFLAGS) $(origin ZLIB_LDLIBS), undefined undefined) - ifeq ($(shell $(PKG_CONFIG) --modversion zlib 2>/dev/null),) - $(error No zlib development libraries found!) @@ -292,8 +297,8 @@ endif # set base program pointers and flags -CC = $(CROSS_COMPILE)gcc -CXX = $(CROSS_COMPILE)g++ +CC ?= $(CROSS_COMPILE)gcc +CXX ?= $(CROSS_COMPILE)g++ RM ?= rm -f INSTALL ?= install MKDIR ?= mkdir -p Index: head/games/easyrpg-player/Makefile =================================================================== --- head/games/easyrpg-player/Makefile (revision 430482) +++ head/games/easyrpg-player/Makefile (revision 430483) @@ -1,53 +1,47 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= easyrpg-player PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ liblcf.so:games/liblcf \ libharfbuzz.so:print/harfbuzz \ libmpg123.so:audio/mpg123 \ libvorbis.so:audio/libvorbis \ libsndfile.so:audio/libsndfile \ libxmp.so:audio/libxmp \ libspeexdsp.so:audio/speexdsp BUILD_DEPENDS= asciidoc:textproc/asciidoc \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= EasyRPG GH_PROJECT= Player USES= autoreconf compiler:c++11-lib gmake libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions USE_XORG= pixman USE_SDL= sdl2 mixer2 PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CONFIGURE_ENV+= ZLIB_CFLAGS=" " ZLIB_LIBS=-lz -.endif - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.include +.include Index: head/graphics/zathura/Makefile =================================================================== --- head/graphics/zathura/Makefile (revision 430482) +++ head/graphics/zathura/Makefile (revision 430483) @@ -1,61 +1,59 @@ # Created by: Quentin Stievenart # $FreeBSD$ PORTNAME= zathura PORTVERSION= 0.3.6 PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcairo.so:graphics/cairo \ libgirara-gtk3.so:x11-toolkits/girara \ libsynctex.so:devel/tex-synctex BUILD_DEPENDS+= rst2html:textproc/py-docutils USE_GNOME= glib20 gtk30 gdkpixbuf2 USES= compiler:c11 gmake pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile MAKE_ENV= SFLAGS="${STRIP}" \ RSTTOMAN=${LOCALBASE}/bin/rst2man \ - ZLIB_INC= \ - ZLIB_LIB=-lz \ WITH_SYNCTEX=1 CPPFLAGS+= -DWITH_SYNCTEX OPTIONS_DEFINE= NLS SQLITE OPTIONS_SUB= yes SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 SQLITE_MAKE_ENV= WITH_SQLITE=1 SQLITE_MAKE_ENV_OFF= WITH_SQLITE=0 NLS_USES= gettext post-patch: .SILENT ${REINPLACE_CMD} -e 's|man[15]|man/&|g' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e '/^CC /d'\ ${WRKSRC}/colors.mk ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ -e 's/-lc//' \ -e 's/DL_LIB /#&/' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ ${WRKSRC}/zathura/config.h \ ${WRKSRC}/doc/man/zathurarc.5.rst (cd ${WRKSRC}; ${RM} zathura.1 zathurarc.5) post-patch-NLS-off: .SILENT ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile .include Index: head/mail/notmuch/Makefile =================================================================== --- head/mail/notmuch/Makefile (revision 430482) +++ head/mail/notmuch/Makefile (revision 430483) @@ -1,89 +1,83 @@ # Created by: DarwinSurvivor # $FreeBSD$ PORTNAME= notmuch PORTVERSION= 0.23.4 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ MAINTAINER= mp39590@gmail.com COMMENT= Thread-based email index, search, and tagging application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING-GPL-3 BUILD_DEPENDS= c++filt:devel/binutils LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libxapian.so:databases/xapian-core \ libtalloc.so:devel/talloc TEST_DEPENDS= bash:shells/bash \ emacs:editors/emacs-nox11 \ dtach:misc/dtach \ gdate:sysutils/coreutils \ gbase64:sysutils/coreutils \ gwc:sysutils/coreutils \ gsed:sysutils/coreutils \ gsha256sum:sysutils/coreutils \ gpg:security/gnupg \ ${PREFIX}/bin/gdb:devel/gdb BROKEN_powerpc64= Does not build HAS_CONFIGURE= yes USES= gmake pkgconfig python:build USE_GNOME= glib20 CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} TEST_ENV+= NOTMUCH_SKIP_TESTS="basic count insert smime atomicity \ message-property" \ V=1 \ TEST_CFLAGS="-g -O0 -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ BSD_GDB=${PREFIX}/bin/gdb TEST_TARGET= test OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES MUTT RUBY ZSH EMACS_DESC= Install EMACS lisp files (requires emacs) MUTT_DESC= Install notmuch-mutt script OPTIONS_SUB= yes BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} BASH_CONFIGURE_WITH= bash-completion DOXYGEN_CONFIGURE_WITH= api-docs DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen EMACS_CONFIGURE_WITH= emacs EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} EMACS_USE= EMACS=yes MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx MUTT_RUN_DEPENDS= p5-Term-ReadLine-Gnu>0:devel/p5-Term-ReadLine-Gnu \ p5-Mail-Tools>0:mail/p5-Mail-Tools \ p5-Mail-Box>0:mail/p5-Mail-Box \ p5-String-ShellQuote>0:textproc/p5-String-ShellQuote MUTT_USE= PERL=yes RUBY_USE= RUBY=yes ZSH_CONFIGURE_WITH= zsh-completion -.include - -.if ${OSVERSION} < 1000000 -CONFIGURE_ENV= zlib_cflags="" zlib_ldflags="-lz" PKG_CONFIG_PATH="" -.endif - do-build-MUTT-on: ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1 do-install-MUTT-on: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.4.0 -.include +.include Index: head/multimedia/mkvtoolnix/Makefile =================================================================== --- head/multimedia/mkvtoolnix/Makefile (revision 430482) +++ head/multimedia/mkvtoolnix/Makefile (revision 430483) @@ -1,95 +1,95 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= mkvtoolnix PORTVERSION= 9.7.1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ MAINTAINER= riggs@FreeBSD.org COMMENT= Tools to extract from/get info about/create Matroska media streams LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ libebml.so:textproc/libebml \ libboost_regex.so:devel/boost-libs \ libmatroska.so:multimedia/libmatroska BROKEN_sparc64= does not install USES= compiler:c++14-lang iconv localbase pkgconfig tar:xz GNU_CONFIGURE= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes -CONFIGURE_ENV+= ac_cv_path_PO4A=no ZLIB_CFLAGS=-I/usr/include ZLIB_LIBS=-lz +CONFIGURE_ENV+= ac_cv_path_PO4A=no CONFIGURE_ARGS= --without-curl \ --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ --with-boost-regex=boost_regex MAKE_ENV= V=1 OPTIONS_DEFINE= FLAC NLS QT5 OPTIONS_DEFAULT= FLAC QT5 OPTIONS_SUB= yes FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_WITH= flac NLS_USES= gettext NLS_CONFIGURE_WITH= gettext QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,concurrent,core,gui,network,quick,widgets QT5_CONFIGURE_ENABLE= qt .include post-patch: .if ${OSVERSION} < 1000000 @${REINPLACE_CMD} -e 's|std::llround|llround|g' \ ${WRKSRC}/src/common/hevc.cpp \ ${WRKSRC}/src/common/mpeg4_p10.cpp \ ${WRKSRC}/src/common/theora.cpp \ ${WRKSRC}/src/extract/cuesheets.cpp \ ${WRKSRC}/src/extract/xtr_avi.cpp \ ${WRKSRC}/src/info/mkvinfo.cpp \ ${WRKSRC}/src/input/r_avi.cpp \ ${WRKSRC}/src/input/r_matroska.cpp \ ${WRKSRC}/src/input/r_ogm.cpp \ ${WRKSRC}/src/input/r_tta.cpp \ ${WRKSRC}/src/merge/cluster_helper.h \ ${WRKSRC}/src/merge/generic_packetizer.cpp \ ${WRKSRC}/src/merge/output_control.cpp \ ${WRKSRC}/src/merge/timestamp_factory.h \ ${WRKSRC}/src/output/p_dirac.cpp \ ${WRKSRC}/src/output/p_hevc.cpp \ ${WRKSRC}/src/output/p_mpeg4_p10.cpp \ ${WRKSRC}/src/output/p_tta.cpp \ ${WRKSRC}/src/output/p_wavpack.cpp @${REINPLACE_CMD} -e 's|std::lround|lround|g' \ ${WRKSRC}/src/propedit/tag_target.cpp .endif @${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ ${WRKSRC}/configure post-configure-NLS-off: # https://github.com/mbunkus/mkvtoolnix/issues/1501 # Fixed in 8.6.0 @${REINPLACE_CMD} -e 's|LIBINTL_LIBS =|#LIBINTL_LIBS =|g' ${WRKSRC}/build-config @${REINPLACE_CMD} -e 's|#define HAVE_LIBINTL_H|//#define HAVE_LIBINTL_H|g' ${WRKSRC}/config.h @${REINPLACE_CMD} -e 's|S["LIBINTL_LIBS"]=|#S["LIBINTL_LIBS"]=|g' ${WRKSRC}/config.status do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV:NPREFIX=*} ./drake ${_MAKE_JOBS}) do-install: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV:NPREFIX=*} \ ./drake ${_MAKE_JOBS} ${MAKE_ARGS} install) .include Index: head/net-mgmt/seafile-client/files/patch-configure.ac =================================================================== --- head/net-mgmt/seafile-client/files/patch-configure.ac (revision 430482) +++ head/net-mgmt/seafile-client/files/patch-configure.ac (revision 430483) @@ -1,119 +1,92 @@ --- configure.ac.orig 2016-05-10 12:25:35 UTC +++ configure.ac @@ -50,8 +50,16 @@ else AC_MSG_RESULT(no) fi +AC_MSG_CHECKING(for BSD) +if test `uname | grep -e BSD -e DragonFly | wc -l` = "1"; then + bbsd=true + AC_MSG_RESULT(compile in BSD) +else + AC_MSG_RESULT(no) +fi + AC_MSG_CHECKING(for Linux) -if test "$bmac" != "true" -a "$bwin32" != "true"; then +if test "$bmac" != "true" -a "$bwin32" != "true" -a "$bbsd" != "true"; then blinux=true AC_MSG_RESULT(compile in linux) else @@ -93,6 +101,11 @@ if test "$bwin32" != true; then [compile_fuse=$enableval],[compile_fuse="yes"]) fi +if test "$bbsd" = true; then + AC_ARG_ENABLE(fuse, AC_HELP_STRING([--enable-fuse], [enable fuse virtual file system]), + [compile_fuse=$enableval],[compile_fuse="no"]) +fi + AC_ARG_ENABLE(client, AC_HELP_STRING([--enable-client], [enable client]), [compile_client=$enableval],[compile_client="yes"]) @@ -148,6 +161,7 @@ AM_CONDITIONAL([COMPILE_FUSE], [test "${ AM_CONDITIONAL([WIN32], [test "$bwin32" = "true"]) AM_CONDITIONAL([MACOS], [test "$bmac" = "true"]) +AM_CONDITIONAL([BSD], [test "$bbsd" = "true"]) AM_CONDITIONAL([LINUX], [test "$blinux" = "true"]) -@@ -193,6 +207,9 @@ if test "$bwin32" = true; then +@@ -193,6 +207,8 @@ if test "$bwin32" = true; then LIB_MAC= MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601" LIB_CRYPT32=-lcrypt32 -+ ZLIB_LIBS= + LIB_INOTIFY= + LIB_KVM= elif test "$bmac" = true ; then LIB_WS32= LIB_GDI32= -@@ -207,6 +224,26 @@ elif test "$bmac" = true ; then +@@ -207,6 +224,24 @@ elif test "$bmac" = true ; then LIB_MAC="-framework CoreServices" LIB_CRYPT32= LIB_ICONV=-liconv -+ ZLIB_LIBS= + LIB_INOTIFY= + LIB_KVM= +elif test "$bbsd" = true ; then + LIB_WS32= + LIB_GDI32= + LIB_RT= + LIB_INTL= + LIB_RESOLV= + LIB_UUID=-luuid + LIB_IPHLPAPI= + LIB_SHELL32= + LIB_PSAPI= + LIB_MAC= + MSVC_CFLAGS= + LIB_CRYPT32= + LIB_ICONV=-liconv -+ ZLIB_LIBS=-lz + LIB_INOTIFY=-linotify + LIB_KVM=-lkvm else LIB_WS32= LIB_GDI32= -@@ -220,6 +257,9 @@ else +@@ -220,6 +257,8 @@ else LIB_MAC= MSVC_CFLAGS= LIB_CRYPT32= -+ ZLIB_LIBS=-lz + LIB_INOTIFY=-linotify + LIB_KVM= fi AC_SUBST(LIB_WS32) -@@ -232,6 +272,9 @@ AC_SUBST(LIB_IPHLPAPI) +@@ -232,6 +272,8 @@ AC_SUBST(LIB_IPHLPAPI) AC_SUBST(LIB_SHELL32) AC_SUBST(LIB_PSAPI) AC_SUBST(LIB_MAC) -+AC_SUBST(ZLIB_LIBS) +AC_SUBST(LIB_INOTIFY) +AC_SUBST(LIB_KVM) AC_SUBST(MSVC_CFLAGS) AC_SUBST(LIB_CRYPT32) AC_SUBST(LIB_ICONV) -@@ -246,7 +289,9 @@ ZDB_REQUIRED=2.10 - #LIBNAUTILUS_EXTENSION_REQUIRED=2.30.1 - CURL_REQUIRED=7.17 - FUSE_REQUIRED=2.7.3 -+if test "$blinux" = true ; then - ZLIB_REQUIRED=1.2.0 -+fi - - PKG_CHECK_MODULES(SSL, [openssl]) - AC_SUBST(SSL_CFLAGS) -@@ -276,9 +321,11 @@ PKG_CHECK_MODULES(LIBEVENT, [libevent >= - AC_SUBST(LIBEVENT_CFLAGS) - AC_SUBST(LIBEVENT_LIBS) - -+if test "$blinux" = true ; then - PKG_CHECK_MODULES(ZLIB, [zlib >= $ZLIB_REQUIRED]) - AC_SUBST(ZLIB_CFLAGS) - AC_SUBST(ZLIB_LIBS) -+fi - - if test x${compile_python} = xyes; then - AM_PATH_PYTHON([2.6]) Index: head/net-mgmt/seafile-server/files/patch-configure.ac =================================================================== --- head/net-mgmt/seafile-server/files/patch-configure.ac (revision 430482) +++ head/net-mgmt/seafile-server/files/patch-configure.ac (revision 430483) @@ -1,119 +1,92 @@ --- configure.ac.orig 2016-12-27 07:02:58 UTC +++ configure.ac @@ -51,8 +51,16 @@ else AC_MSG_RESULT(no) fi +AC_MSG_CHECKING(for BSD) +if test `uname | grep -e BSD -e DragonFly | wc -l` = "1"; then + bbsd=true + AC_MSG_RESULT(compile in BSD) +else + AC_MSG_RESULT(no) +fi + AC_MSG_CHECKING(for Linux) -if test "$bmac" != "true" -a "$bwin32" != "true"; then +if test "$bmac" != "true" -a "$bwin32" != "true" -a "$bbsd" != "true"; then blinux=true AC_MSG_RESULT(compile in linux) else @@ -78,6 +86,11 @@ if test "$bwin32" != true; then [compile_fuse=$enableval],[compile_fuse="yes"]) fi +if test "$bbsd" = true; then + AC_ARG_ENABLE(fuse, AC_HELP_STRING([--enable-fuse], [enable fuse virtual file system]), + [compile_fuse=$enableval],[compile_fuse="no"]) +fi + AC_ARG_ENABLE(python, AC_HELP_STRING([--enable-python],[build seafile python binding]), [compile_python=$enableval], @@ -89,6 +102,7 @@ AM_CONDITIONAL([COMPILE_FUSE], [test "${ AM_CONDITIONAL([WIN32], [test "$bwin32" = "true"]) AM_CONDITIONAL([MACOS], [test "$bmac" = "true"]) +AM_CONDITIONAL([BSD], [test "$bbsd" = "true"]) AM_CONDITIONAL([LINUX], [test "$blinux" = "true"]) -@@ -134,6 +148,9 @@ if test "$bwin32" = true; then +@@ -134,6 +148,8 @@ if test "$bwin32" = true; then LIB_MAC= MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601" LIB_CRYPT32=-lcrypt32 -+ ZLIB_LIBS= + LIB_INOTIFY= + LIB_KVM= LIB_ICONV=-liconv elif test "$bmac" = true ; then LIB_WS32= -@@ -149,6 +166,26 @@ elif test "$bmac" = true ; then +@@ -149,6 +166,24 @@ elif test "$bmac" = true ; then LIB_MAC="-framework CoreServices" LIB_CRYPT32= LIB_ICONV=-liconv -+ ZLIB_LIBS= + LIB_INOTIFY= + LIB_KVM= +elif test "$bbsd" = true ; then + LIB_WS32= + LIB_GDI32= + LIB_RT= + LIB_INTL= + LIB_RESOLV= + LIB_UUID=-luuid + LIB_IPHLPAPI= + LIB_SHELL32= + LIB_PSAPI= + LIB_MAC= + MSVC_CFLAGS= + LIB_CRYPT32= + LIB_ICONV=-liconv -+ ZLIB_LIBS=-lz + LIB_INOTIFY=-linotify + LIB_KVM=-lkvm else LIB_WS32= LIB_GDI32= -@@ -162,6 +199,9 @@ else +@@ -162,6 +199,8 @@ else LIB_MAC= MSVC_CFLAGS= LIB_CRYPT32= -+ ZLIB_LIBS=-lz + LIB_INOTIFY=-linotify + LIB_KVM= fi AC_SUBST(LIB_WS32) -@@ -174,6 +214,9 @@ AC_SUBST(LIB_IPHLPAPI) +@@ -174,6 +214,8 @@ AC_SUBST(LIB_IPHLPAPI) AC_SUBST(LIB_SHELL32) AC_SUBST(LIB_PSAPI) AC_SUBST(LIB_MAC) -+AC_SUBST(ZLIB_LIBS) +AC_SUBST(LIB_INOTIFY) +AC_SUBST(LIB_KVM) AC_SUBST(MSVC_CFLAGS) AC_SUBST(LIB_CRYPT32) AC_SUBST(LIB_ICONV) -@@ -188,7 +231,9 @@ ZDB_REQUIRED=2.10 - #LIBNAUTILUS_EXTENSION_REQUIRED=2.30.1 - CURL_REQUIRED=7.17 - FUSE_REQUIRED=2.7.3 -+if test "$blinux" = true ; then - ZLIB_REQUIRED=1.2.0 -+fi - - PKG_CHECK_MODULES(SSL, [openssl]) - AC_SUBST(SSL_CFLAGS) -@@ -218,9 +263,11 @@ PKG_CHECK_MODULES(LIBEVENT, [libevent >= - AC_SUBST(LIBEVENT_CFLAGS) - AC_SUBST(LIBEVENT_LIBS) - -+if test "$blinux" = true ; then - PKG_CHECK_MODULES(ZLIB, [zlib >= $ZLIB_REQUIRED]) - AC_SUBST(ZLIB_CFLAGS) - AC_SUBST(ZLIB_LIBS) -+fi - - if test x${compile_python} = xyes; then - AM_PATH_PYTHON([2.6]) Index: head/net-p2p/transmission-cli/Makefile =================================================================== --- head/net-p2p/transmission-cli/Makefile (revision 430482) +++ head/net-p2p/transmission-cli/Makefile (revision 430483) @@ -1,120 +1,119 @@ # $FreeBSD$ PORTNAME= transmission PORTVERSION= 2.92 PORTREVISION?= 1 CATEGORIES?= net-p2p MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ http://transmission.cachefly.net/ PKGNAMESUFFIX?= -cli MAINTAINER?= crees@FreeBSD.org COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities SLAVEPORT?= cli LICENSE= GPLv2+ .if ${SLAVEPORT} == cli LICENSE+= MIT LICENSE_COMB= multi .endif LICENSE_FILE= ${WRKSRC}/COPYING USES+= cpe tar:xz CPE_VENDOR= transmissionbt CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party .if ${SLAVEPORT} != web LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies GEN_LIB_DEPENDS=libb64.so:converters/libb64 \ libcurl.so:ftp/curl \ libdht.so:devel/jech-dht \ libminiupnpc.so:net/miniupnpc \ libnatpmp.so:net/libnatpmp \ libutp.so:net/libutp \ libevent.so:devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:www/transmission-web # This is master port of transmission-*, so don't override USES definition USES+= gmake iconv libtool localbase pkgconfig GNU_CONFIGURE= yes LIBS+= ${ICONV_LIB} -CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" \ - ${ICONV_LIB:C@.+@ac_cv_func_iconv=yes@} +CONFIGURE_ENV= ${ICONV_LIB:C@.+@ac_cv_func_iconv=yes@} CONFIGURE_ARGS= --without-inotify \ --enable-external-b64 \ --enable-external-dht \ --enable-external-natpmp \ ${EXTRA_CONF_ARGS} EXTRA_CONF_ARGS?=--enable-cli \ --disable-daemon \ --without-gtk \ --disable-mac \ --disable-nls EXTRA_PATCHES= ${PATCHDIR}/disable-web OPTIONS_DEFINE+= DOCS LITE OPTIONS_DEFAULT+= OPENSSL OPTIONS_SINGLE+= SSL OPTIONS_SINGLE_SSL+= OPENSSL POLARSSL WOLFSSL LITE_CONFIGURE_ENABLE= lightweight OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CONFIGURE_ON= --with-crypto=openssl POLARSSL_LIB_DEPENDS= libpolarssl.so:security/polarssl13 POLARSSL_CONFIGURE_ON= --with-crypto=polarssl WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl WOLFSSL_CONFIGURE_ON= --with-crypto=cyassl WOLFSSL_BROKEN= Requires security/wolfssl built with --enable-arc4 .endif DOCS= AUTHORS NEWS README DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} general-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' .if ${SLAVEPORT} != gtk @${REINPLACE_CMD} -e '/#define DISABLE_GETTEXT/s,/\* \(.*\) \*/,\1,' \ ${WRKSRC}/libtransmission/utils.h .endif @${REINPLACE_CMD} -e \ 's|rt_clock_gettime=yes|rt_clock_gettime=no|g ; \ s|" == "|" = "|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|doc \\| \\|g' \ ${WRKSRC}/Makefile.in .if ${SLAVEPORT} != cli @${REINPLACE_CMD} -e 's|utils \\|\\|g' \ ${WRKSRC}/Makefile.in .endif # Don't conflict with patches but force system libraries @${REINPLACE_CMD} -e 's|third-party \\|\\|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} \ -e 's|third-party/[^ ]*Makefile||g' \ ${WRKSRC}/configure post-patch: general-patch general-install: .if ${SLAVEPORT} != web (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${DOCS}" ${STAGEDIR}${DOCSDIR}) .endif post-install: general-install .include Index: head/news/nzbget/Makefile =================================================================== --- head/news/nzbget/Makefile (revision 430482) +++ head/news/nzbget/Makefile (revision 430483) @@ -1,71 +1,69 @@ # Created by: Lewis Thompson # $FreeBSD$ PORTNAME= nzbget PORTVERSION= 17.1 DISTVERSIONPREFIX= v CATEGORIES= news MAINTAINER= toxic@doobie.com COMMENT= Binary newsreader supporting NZB files LICENSE= GPLv2 LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= ncurses pkgconfig shebangfix compiler:c++14-lang USE_RC_SUBR= nzbget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ --with-libcurses-libraries=${NCURSESLIB} CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread BINMODE= 0755 SHEBANG_FILES= scripts/*.py SUB_FILES= pkg-message USE_GITHUB= yes OPTIONS_DEFINE= 7Z PYTHON RAR DOCS OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR 7Z 7Z_DESC= Support extraction of 7z archives PYTHON_DESC= Support for python post-processing scripts RAR_DESC= Support extraction of rar archives 7Z_RUN_DEPENDS= 7z:archivers/p7zip PYTHON_USES= python:run RAR_RUN_DEPENDS= unrar:archivers/unrar OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \ --with-openssl-includes=${OPENSSLINC} \ --with-openssl-libraries=${OPENSSLLIB} OPENSSL_USE= OPENSSL=yes GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt .include .if (${ARCH} == "i386") CONFIGURE_ARGS+= --disable-sigchld-handler .endif .if ${OSVERSION} < 1000500 USE_GCC= yes -CONFIGURE_ENV+= zlib_LIBS='-lz ' \ - zlib_CFLAGS=' ' .endif post-install: ${INSTALL_DATA} ${WRKSRC}/nzbget.conf \ ${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample .include Index: head/news/pan/Makefile =================================================================== --- head/news/pan/Makefile (revision 430482) +++ head/news/pan/Makefile (revision 430483) @@ -1,56 +1,54 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/news/pan/Makefile,v 1.7 2008/01/19 22:45:42 mezz Exp $ PORTNAME= pan PORTVERSION= 0.140 PORTREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Threaded GTK+ newsreader based on Agent for Windows LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:devel/pcre \ libgmime-2.6.so:mail/gmime26 USES= gmake iconv localbase pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack USE_GCC= any GNU_CONFIGURE= yes LDFLAGS+= -lgnuregex ${ICONV_LIB} -CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" \ - ZLIB_LIBS="-L/usr/lib -lz" OPTIONS_DEFINE= GTKSPELL GNUTLS NLS OPTIONS_RADIO= GTK OPTIONS_RADIO_GTK= GTK2 GTK3 OPTIONS_SUB= yes OPTIONS_DEFAULT=GTKSPELL GNUTLS GTK2 GTKSPELL_DESC= Spell checking support (gtk+2 only) GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_WITH= gnutls GTK3_CONFIGURE_WITH= gtk3 GTK3_USE= gnome=gtk30 GTK2_USE= gnome=gtk20 GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_CONFIGURE_WITH= gtkspell GTK3_PREVENTS= GTKSPELL NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${FIND} ${WRKSRC} -name "Makefile.in"| ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' .include Index: head/print/cups-filters/Makefile =================================================================== --- head/print/cups-filters/Makefile (revision 430482) +++ head/print/cups-filters/Makefile (revision 430483) @@ -1,110 +1,109 @@ # $FreeBSD$ PORTNAME= cups-filters PORTVERSION= 1.11.4 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Additional backends, filters and other software for CUPS LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libqpdf.so:print/qpdf \ libcupsimage.so:print/cups \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libpoppler.so:graphics/poppler CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]* USES= compiler:c++11-lib cpe gettext ghostscript gmake gnome libtool \ iconv pathfix pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ filter/braille/drivers/index/imageubrltoindexv3.in \ filter/braille/drivers/index/imageubrltoindexv4.in \ filter/braille/drivers/index/textbrftoindexv3.in \ filter/braille/filters/imagetobrf.in \ filter/braille/filters/texttobrf.in USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-shell=/bin/sh \ - ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" +CONFIGURE_ARGS= --with-shell=/bin/sh INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} USE_LDCONFIG= yes OPTIONS_DEFINE= BRAILLE COLORD DOCS IJS IMAGEFILTERS OPTIONS_GROUP= CUPS_BROWSED OPTIONS_GROUP_CUPS_BROWSED= AVAHI LDAP OPTIONS_SINGLE= PDFTOPS_RENDERER OPTIONS_SINGLE_PDFTOPS_RENDERER=GS HYBRID PDFTOPS OPTIONS_DEFAULT= AVAHI COLORD HYBRID IJS IMAGEFILTERS OPTIONS_SUB= yes BRAILLE_CONFIGURE_ENABLE= braille BRAILLE_DESC= Braille embosser support BRAILLE_LIB_DEPENDS= liblouis.so:devel/liblouis \ # liblouisutdml.so:devel/liblouisutdml BRAILLE_RUN_DEPENDS= convert:graphics/ImageMagick \ pdftotext:graphics/poppler-utils \ bash:shells/bash COLORD_CONFIGURE_ENABLE= dbus COLORD_DESC= Get ICC color profiles from colord (via D-Bus) COLORD_LIB_DEPENDS= libdbus-1.so:devel/dbus COLORD_RUN_DEPENDS= colord>0:graphics/colord IJS_CONFIGURE_ENABLE= ijs IJS_DESC= Support PPD files that use pdftoijs IJS_LIB_DEPENDS= libijs.so:print/libijs IMAGEFILTERS_CONFIGURE_ENABLE= imagefilters IMAGEFILTERS_CONFIGURE_WITH= jpeg png tiff IMAGEFILTERS_DESC= Support printing image files IMAGEFILTERS_LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png IMAGEFILTERS_USES= jpeg # cups-browsed(8) options AVAHI_CONFIGURE_ENABLE= avahi AVAHI_CONFIGURE_OFF= --with-browseremoteprotocols=cups AVAHI_CONFIGURE_ON= --with-browseremoteprotocols="dnssd cups" AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= CUPS_BROWSED_DESC= cups-browsed(8) options LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= OPENLDAP=yes # Default PDF-to-PostScript renderer GS_CONFIGURE_ON= --with-pdftops=gs GS_DESC= Ghostscript gs(1) HYBRID_BUILD_DEPENDS= pdftops:graphics/poppler-utils HYBRID_RUN_DEPENDS= pdftops:graphics/poppler-utils HYBRID_CONFIGURE_ON= --with-pdftops=hybrid HYBRID_DESC= Ghostscript or Poppler depending on printer PDFTOPS_BUILD_DEPENDS= pdftops:graphics/poppler-utils PDFTOPS_RUN_DEPENDS= pdftops:graphics/poppler-utils PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops PDFTOPS_DESC= Poppler pdftops(1) PDFTOPS_RENDERER_DESC= Default PDF-to-PostScript renderer post-patch: @${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ -e 's|README.gz|README|' \ ${WRKSRC}/utils/cups-browsed.8 \ ${WRKSRC}/utils/cups-browsed.conf.5 .include Index: head/print/libmspub01/Makefile =================================================================== --- head/print/libmspub01/Makefile (revision 430482) +++ head/print/libmspub01/Makefile (revision 430483) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= libmspub PORTVERSION= 0.1.2 PORTREVISION= 6 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Microsoft Publisher file format LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= compiler:c++0x libtool pathfix pkgconfig tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs -CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in .include Index: head/security/openvas-libraries/files/patch-base-CMakeLists.txt =================================================================== --- head/security/openvas-libraries/files/patch-base-CMakeLists.txt (revision 430482) +++ head/security/openvas-libraries/files/patch-base-CMakeLists.txt (nonexistent) @@ -1,12 +0,0 @@ ---- base/CMakeLists.txt.orig 2015-08-03 10:14:33 UTC -+++ base/CMakeLists.txt -@@ -30,7 +30,8 @@ if (NOT MINGW) - # because they change the API (e.g. _FILE_OFFSET_BITS). - set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -D_FILE_OFFSET_BITS=64 -Wall -fPIC") - -- pkg_check_modules (ZLIB REQUIRED zlib) -+ set (ZLIB_INCLUDE_DIRS "") -+ set (ZLIB_LDFLAGS "-lz") - - pkg_check_modules (GIO REQUIRED gio-2.0) - endif (NOT MINGW) Property changes on: head/security/openvas-libraries/files/patch-base-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/libe-book/Makefile =================================================================== --- head/textproc/libe-book/Makefile (revision 430482) +++ head/textproc/libe-book/Makefile (revision 430483) @@ -1,35 +1,34 @@ # $FreeBSD$ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ MAINTAINER= office@FreeBSD.org COMMENT= Library for import of reflowable e-book formats LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge OPTIONS_DEFINE= DOCS USE_GNOME= libxml2 USES= compiler:c++11-lang gmake gperf libtool pathfix pkgconfig \ tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT" INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --disable-tests CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY PORTDOCS= * DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_OFF= --without-docs .include Index: head/www/aria2/Makefile =================================================================== --- head/www/aria2/Makefile (revision 430482) +++ head/www/aria2/Makefile (revision 430483) @@ -1,59 +1,57 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= aria2 PORTVERSION= 1.30.0 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE SSH2 OPTIONS_DEFAULT=SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project SSH2_DESC= SSH2 protocol support CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ --enable-metalink --enable-shared --enable-ssl --enable-static \ --enable-threads=posix --enable-websocket \ --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libxml2 --with-libz --with-openssl \ --without-appletls --without-gnutls --without-libcares \ --without-libexpat --without-libgcrypt --without-libgmp \ --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ - ZLIB_CFLAGS=-I${INCLUDEDIR} \ - ZLIB_LIBS="-L${LIBDIR} -lz" \ ac_cv_path_RST2HTML=no GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_LDFLAGS= -lintl NLS_USES= gettext localbase SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_USES= sqlite SSH2_CONFIGURE_WITH= libssh2 SSH2_LIB_DEPENDS= libssh2.so:security/libssh2 ARIA2_DISK_CACHE?= 16M .include Index: head/www/nghttp2/Makefile =================================================================== --- head/www/nghttp2/Makefile (revision 430482) +++ head/www/nghttp2/Makefile (revision 430483) @@ -1,95 +1,93 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 PORTVERSION= 1.18.0 DISTVERSIONPREFIX= v CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx SPDY_DESC= Enable SPDY in h2load and nghttpx SPDY_IMPLIES= APP CONFIGURE_ARGS= --disable-python-bindings CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ - ZLIB_CFLAGS="-I${INCLUDEDIR}" \ - ZLIB_LIBS="-L${LIBDIR} -lz" + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_RC_SUBR= nghttpx USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig ssl PORTDATA= fetch-ocsp-response PORTDOCS= * PORTEXAMPLES= * USE_GITHUB= yes APP_BUILD_DEPENDS= c-ares>=1.7.5:dns/c-ares \ libev>=4.11:devel/libev APP_CONFIGURE_ENABLE= app APP_CONFIGURE_OFF= --without-libxml2 APP_LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev APP_USE= GNOME=libxml2 APP_USES= gnome ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs EXAMPLES_CONFIGURE_ENABLE= examples EXAMPLES_BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent2 HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson SPDY_BUILD_DEPENDS= spdylay>=1.3.2:www/spdylay SPDY_CONFIGURE_WITH= spdylay SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay .include .if ${OPSYS} == FreeBSD CONFIGURE_ARGS+=--with-jemalloc .endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am # lib/libnghttp2.* are not available until configure phase post-configure: @${MKDIR} ${WRKSRC}/lib/.libs/ @${CP} ${LOCALBASE}/lib/libnghttp2.so* ${WRKSRC}/lib/.libs/ @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a # Disable thread_local support for hosts without __cxa_thread_atexit() # See PR/192320 for details .if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h .endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ ${INSTALL_DATA} ${FILESDIR}/nghttpx.conf.sample ${STAGEDIR}${PREFIX}/etc/nghttpx/nghttpx.conf.sample post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/*.c* ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/examples/ && ${INSTALL_PROGRAM} client deflate libevent-client libevent-server ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/www/spdylay/Makefile =================================================================== --- head/www/spdylay/Makefile (revision 430482) +++ head/www/spdylay/Makefile (revision 430483) @@ -1,44 +1,42 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= spdylay PORTVERSION= 1.4.0 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= SPDY protocol version 2, 3 and 3.1 implementation in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 LIB_DEPENDS= libevent_openssl.so:devel/libevent2 BROKEN_powerpc64= does not build BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ --enable-src CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ - ZLIB_CFLAGS="-I${INCLUDEDIR}" \ - ZLIB_LIBS="-L${LIBDIR} -lz" + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USES= compiler:c++11-lang libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ .include