Index: head/comms/gqrx/Makefile =================================================================== --- head/comms/gqrx/Makefile (revision 508081) +++ head/comms/gqrx/Makefile (revision 508082) @@ -1,56 +1,59 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= gqrx PORTVERSION= 2.11.5 DISTVERSIONPREFIX= v PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= comms hamradio MAINTAINER= martymac@FreeBSD.org COMMENT= Software defined radio receiver powered by GNU Radio and Qt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring comms/gr-osmosdr +EXPIRATION_DATE= 2019-09-04 + LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-analog.so:comms/gnuradio \ libgnuradio-blocks.so:comms/gnuradio \ libgnuradio-filter.so:comms/gnuradio \ libgnuradio-fft.so:comms/gnuradio \ libgnuradio-digital.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libboost_system.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp USES= gl pkgconfig qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= csete USE_GL= gl USE_QT= buildtools_build core gui svg network widgets OPTIONS_RADIO= AUDIO AUDIO_DESC= Audio backend OPTIONS_RADIO_AUDIO= PULSEAUDIO PORTAUDIO GRAUDIO OPTIONS_DEFAULT= AUDIO PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libpulse-simple.so:audio/pulseaudio PULSEAUDIO_QMAKE_ON= AUDIO_BACKEND=pulseaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_QMAKE_ON= AUDIO_BACKEND=portaudio GRAUDIO_LIB_DEPENDS= libgnuradio-audio.so:comms/gnuradio GRAUDIO_QMAKE_ON= AUDIO_BACKEND=gr-audio GRAUDIO_DESC= GNU Radio audio library support PLIST_FILES= bin/gqrx share/applications/gqrx.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gqrx ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/gqrx.desktop \ ${STAGEDIR}${PREFIX}/share/applications .include Index: head/comms/gr-osmosdr/Makefile =================================================================== --- head/comms/gr-osmosdr/Makefile (revision 508081) +++ head/comms/gr-osmosdr/Makefile (revision 508082) @@ -1,55 +1,57 @@ # $FreeBSD$ PORTNAME= gr-osmosdr DISTVERSIONPREFIX= v DISTVERSION= 0.1.4-99 DISTVERSIONSUFFIX= -gc98be5d PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= comms hamradio MAINTAINER= martymac@FreeBSD.org COMMENT= GNU Radio OsmoSDR module LICENSE= GPLv3 BROKEN= does not build with Gnuradio 3.8 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= swig3.0:devel/swig30 \ cheetah:devel/py-cheetah LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-blocks.so:comms/gnuradio \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang fortran pkgconfig python:2.7 tar:tgz USE_GITHUB= yes GH_ACCOUNT= osmocom USE_LDCONFIG= yes BINARY_ALIAS= swig=swig3.0 # See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ -DENABLE_FCD:BOOL=ON \ -DENABLE_FILE:BOOL=ON \ -DENABLE_PYTHON=ON \ -DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" CXXFLAGS+= -std=c++11 OPTIONS_DEFINE= RTLSDR HACKRF RTLSDR_DESC= Enable rtl-sdr (RTL2832) support OPTIONS_DEFAULT= RTLSDR RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr RTLSDR_CMAKE_ON= -DENABLE_RTL:BOOL=ON -DENABLE_RTL_TCP:BOOL=ON HACKRF_DESC= Enable hackrf one hardware support HACKRF_LIB_DEPENDS= libhackrf.so:comms/hackrf HACKRF_CMAKE_ON= -DENABLE_HACKRF:BOOL=ON post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnuradio-osmosdr.so.0.1.5git .include Index: head/devel/ace+tao-doc/Makefile =================================================================== --- head/devel/ace+tao-doc/Makefile (revision 508081) +++ head/devel/ace+tao-doc/Makefile (revision 508082) @@ -1,27 +1,29 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= ace+tao PORTVERSION= 6.5.2 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ PKGNAMESUFFIX= -doc DISTNAME= ACE-html-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ACE+TAO HTML documentation BROKEN= empty package +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 WRKSRC= ${WRKDIR}/html NO_BUILD= yes NO_ARCH= yes PLIST= ${WRKDIR}/pkg-plist do-install: cd ${WRKSRC} && ${FIND} -s . -type f | ${SED} -e 's|^\./|${DOCSDIR}/|' >> ${PLIST} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/devel/dfmt/Makefile =================================================================== --- head/devel/dfmt/Makefile (revision 508081) +++ head/devel/dfmt/Makefile (revision 508082) @@ -1,39 +1,41 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= dfmt PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= acm@FreeBSD.org COMMENT= Formatter for D source code LICENSE= BSL BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ rdmd:lang/dlang-tools \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= dlang-community PLIST_FILES= bin/${PORTNAME} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dub.json do-build: @cd ${WRKSRC} && ${DUB_CMD} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include Index: head/devel/ignition-transport/Makefile =================================================================== --- head/devel/ignition-transport/Makefile (revision 508081) +++ head/devel/ignition-transport/Makefile (revision 508082) @@ -1,45 +1,47 @@ # $FreeBSD$ PORTNAME= ignition-transport DISTVERSION= 6.0.0 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ MAINTAINER= yuri@FreeBSD.org COMMENT= Ignition transport classes and functions for robot applications LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake \ ignition-tools>0:devel/ignition-tools \ cppzmq>0:net/cppzmq LIB_DEPENDS= libignition-math6.so:math/ignition-math \ libignition-msgs3.so:devel/ignition-msgs \ libprotobuf.so:devel/protobuf \ libuuid.so:misc/e2fsprogs-libuuid \ libzmq.so:net/libzmq4 RUN_DEPENDS= ignition-tools>0:devel/ignition-tools USES= cmake pkgconfig sqlite USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING BB_ACCOUNT= ignitionrobotics BB_PROJECT= ign-transport BB_COMMIT= 4b78da2af04c WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} PLIST_SUB+= TRANSPORT_IGN_VER=transport${DISTVERSION:R:R} do-test: # 1 test is known to fail: https://bitbucket.org/ignitionrobotics/ign-transport/issues/100/test-integration_log_versioned_symbols @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Index: head/devel/spin/Makefile =================================================================== --- head/devel/spin/Makefile (revision 508081) +++ head/devel/spin/Makefile (revision 508082) @@ -1,58 +1,60 @@ # Created by: jhanna@home.com # $FreeBSD$ PORTNAME= spin PORTVERSION= 6.4.8 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://spinroot.com/spin/Src/ DISTNAME= spin${PORTVERSION:S/.//g} DIST_SUBDIR= spin MAINTAINER= ports@FreeBSD.org COMMENT= On-the-fly verification system for asynchronous concurrent systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= depends on the gcc meta port +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 RUN_DEPENDS= gcc:lang/gcc WRKSRC= ${WRKDIR}/Spin/Src${PORTVERSION} MAKEFILE= makefile ALL_TARGET= spin MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNXT" PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES ISPIN OPTIONS_DEFAULT= ISPIN OPTIONS_SUB= yes ISPIN_DESC= Install ispin and TCL/Tk dependency ISPIN_USES= shebangfix tk SHEBANG_FILES= ../iSpin/ispin.tcl tk_OLD_CMD= /bin/sh tk_CMD= ${WISH} -f post-patch-ISPIN-on: ${REINPLACE_CMD} -e "s|exec wish|#exec wish|" ${WRKDIR}/Spin/iSpin/ispin.tcl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/Spin/Man/spin.1 ${STAGEDIR}${PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/Spin/Doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKDIR}/Spin/Examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} do-install-ISPIN-on: ${INSTALL_SCRIPT} ${WRKDIR}/Spin/iSpin/ispin.tcl ${STAGEDIR}${PREFIX}/bin/ispin .include Index: head/editors/dexed/Makefile =================================================================== --- head/editors/dexed/Makefile (revision 508081) +++ head/editors/dexed/Makefile (revision 508082) @@ -1,81 +1,84 @@ # $FreeBSD$ PORTNAME= dexed PORTVERSION= 3.7.4 DISTVERSIONPREFIX=v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= IDE for the D programming language LICENSE= BSL +DEPRECATED= Depends on expiring devel/dfmt +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libiz.a:devel/iz \ ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator RUN_DEPENDS= ldmd2:lang/ldc \ dscanner:devel/d-scanner \ dcd-client:devel/dcd-client \ dcd-server:devel/dcd-server \ dfmt:devel/dfmt \ ddemangle:lang/dlang-tools USE_GITHUB= yes GH_ACCOUNT= BBasile #GH_PROJECT= dexed USES= fpc lazarus:flavors USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \ fcl-stl fcl-web fcl-xml numlib opengl openssl pasjpeg rtl-objpas \ regexpr rtl-extra x11 USE_XORG= x11 DESKTOP_ENTRIES="Dexed" \ "IDE for the D programming language" \ "${PREFIX}/share/pixmaps/${PORTNAME}32.png" \ "${PREFIX}/bin/${PORTNAME}" \ "Application;IDE;Development;" \ ${TRUE} D_LIB_DIR= ${LOCALBASE}/lib/d D_INCLUDE_DIR= ${LOCALBASE}/include/d LAZARUS_PROJECT_FILES= anchordocking/anchordocking.lpk lazproj/dexed.lpi LAZBUILD_ARGS= -d LLD_UNSAFE= yes LDMD2_CMD= ${LOCALBASE}/bin/ldmd2 gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 .if ${FLAVOR:Ugtk2:Mgtk2} USE_FPC+= cairo USE_GNOME+= cairo .endif post-patch: ${REINPLACE_CMD} -e 's|%%LDMD2_CMD%%|${LDMD2_CMD}|g' \ -e 's|%%D_LIB_DIR%%|${D_LIB_DIR}|g' \ -e 's|%%D_INCLUDE_DIR%%|${D_INCLUDE_DIR}|g' \ ${WRKSRC}/dastworx/build.sh ${REINPLACE_CMD} -e 's|LINUX|UNIX|g' ${WRKSRC}/src/u_common.pas ${WRKSRC}/src/u_dcd.pas ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/u_compilers.pas post-configure: @${MKDIR} ${WRKSRC}/tmppcp ${CP} -a ${LAZARUS_DIR}/components/anchordocking ${WRKSRC} pre-build: @cd ${WRKSRC}/dastworx && ${SH} build.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dastworx ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/logo/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/editors/p5-Padre/Makefile =================================================================== --- head/editors/p5-Padre/Makefile (revision 508081) +++ head/editors/p5-Padre/Makefile (revision 508082) @@ -1,137 +1,140 @@ # Created by: Cezary Morga # $FreeBSD$ PORTNAME= Padre PORTVERSION= 1.00 PORTREVISION= 12 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WXSC_DISTFILE}:wxsc MAINTAINER= perl@FreeBSD.org COMMENT= Perl Application Development and Refactoring Environment LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring x11-toolkits/p5-Wx +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-Module-Build>=0.36:devel/p5-Module-Build RUN_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ p5-App-cpanminus>=0.9923:devel/p5-App-cpanminus \ p5-CGI>=3.47:www/p5-CGI \ p5-Capture-Tiny>0:devel/p5-Capture-Tiny \ p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \ p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \ p5-Class-XSAccessor>=1.13:devel/p5-Class-XSAccessor \ p5-DBD-SQLite>=1.35:databases/p5-DBD-SQLite \ p5-DBI>=1.58:databases/p5-DBI \ p5-Debug-Client>=0.20:devel/p5-Debug-Client \ p5-Devel-Dumpvar>=0.04:devel/p5-Devel-Dumpvar \ p5-Devel-Refactor>=0.05:devel/p5-Devel-Refactor \ p5-File-Copy-Recursive>=0.37:devel/p5-File-Copy-Recursive \ p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \ p5-File-HomeDir>=0.84:devel/p5-File-HomeDir \ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ p5-HTML-Parser>=3.58:www/p5-HTML-Parser \ p5-IO-stringy>=2.110:devel/p5-IO-stringy \ p5-IPC-Run>=0.83:devel/p5-IPC-Run \ p5-JSON-XS>=2.29:converters/p5-JSON-XS \ p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ p5-Locale-Msgfmt>=0.14:devel/p5-Locale-Msgfmt \ p5-Module-Manifest>=0.07:devel/p5-Module-Manifest \ p5-Module-Starter>=1.60:devel/p5-Module-Starter \ p5-ORLite-Migrate>0:databases/p5-ORLite-Migrate \ p5-POD2-Base>=0.043:textproc/p5-POD2-Base \ p5-PPI>=1.213:textproc/p5-PPI \ p5-PPIx-EditorTools>=0.13:textproc/p5-PPIx-EditorTools \ p5-PPIx-Regexp>=0.011:textproc/p5-PPIx-Regexp \ p5-Parse-ErrorString-Perl>=0.14:devel/p5-Parse-ErrorString-Perl \ p5-Parse-ExuberantCTags>=1.00:devel/p5-Parse-ExuberantCTags \ p5-Pod-Abstract>=0.16:textproc/p5-Pod-Abstract \ p5-Pod-POM>=0.17:textproc/p5-Pod-POM \ p5-Sort-Versions>=1.5:devel/p5-Sort-Versions \ p5-Template-Tiny>=0.11:textproc/p5-Template-Tiny \ p5-Test-Exception>=0.27:devel/p5-Test-Exception \ p5-Test-MockObject>=1.09:devel/p5-Test-MockObject \ p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings \ p5-Test-Script>=1.07:devel/p5-Test-Script \ p5-Text-Diff>=1.41:textproc/p5-Text-Diff \ p5-Text-FindIndent>=0.10:textproc/p5-Text-FindIndent \ p5-Text-Patch>=1.8:textproc/p5-Text-Patch \ p5-URI>0:net/p5-URI \ p5-Wx-Perl-ProcessStream>=0.25:x11-toolkits/p5-Wx-Perl-ProcessStream \ p5-Wx>=0.9700:x11-toolkits/p5-Wx \ p5-YAML-Tiny>=1.32:textproc/p5-YAML-Tiny \ p5-libwww>=5.815:www/p5-libwww USES= compiler:c++11-lib dos2unix gettext perl5 USE_PERL5= configure USE_WX= 3.0 WX_COMPS= wx MAKE_JOBS_UNSAFE= yes DOS2UNIX_WRKSRC=${WRKDIR}/${WXSC_DISTNAME} DOS2UNIX_FILES= wx-scintilla/src/scintilla/src/Editor.cxx DESKTOP_ENTRIES="Padre" \ "The Perl IDE" \ "${PREFIX}/${SITE_PERL_REL}/auto/share/dist/Padre/icons/padre/64x64/logo.png" \ "padre" \ "Development;IDE;" \ "" WXSC_NAME= Wx-Scintilla WXSC_VERSION= 0.39 WXSC_DISTNAME= ${WXSC_NAME}-${WXSC_VERSION} WXSC_DISTFILE= ${WXSC_DISTNAME}.tar.gz .include .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::useithreads .endif .if exists(${PERL}) .if ${PERL_THREADS} != "'define';" IGNORE= needs a threaded Perl, build with enabling THREADS option and try again .endif .endif pre-patch: (cd ${WRKDIR}/${WXSC_DISTNAME} && \ ${PATCH} < ${FILESDIR}/extra-patch-editor ) post-patch: ${REINPLACE_CMD} -e \ '/my /s|wx-config|${WX_CONFIG:T}|g' \ -e '/ret/ s|urn .flags;|urn $$flags . " -std=c++11";|' \ ${WRKDIR}/${WXSC_DISTNAME}/inc/Module/Build/Scintilla.pm ${REINPLACE_CMD} -e \ 's|_scintilla-|_scintilla| ; \ s|$$major.*$$release \.|| ; \ /$$major.*$$release;/s|^|#| ; \ s|-lgtk-x11-2.0.*-lpangoft2-1.0|-lm| ; \ /-lgobject-2.0/d ; \ /-lglib-2.0/d ; \ s|{ccflags}|{ccflags} . " -std=c++11"| ; \ s|\\$$ORIGIN|${SITE_ARCH}/auto/Wx/Scintilla|' \ ${WRKDIR}/${WXSC_DISTNAME}/inc/Module/Build/Scintilla/GTK.pm pre-configure: (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} ${CONFIGURE_ENV} \ ${PERL} Build.PL ${CONFIGURE_ARGS} --destdir=${STAGEDIR}) pre-build: (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ ${PERL} Build) pre-install: (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ ${PERL} Build install) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla/libwx_gtk2u_scintilla.so .include Index: head/games/asc/Makefile =================================================================== --- head/games/asc/Makefile (revision 508081) +++ head/games/asc/Makefile (revision 508082) @@ -1,84 +1,86 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= asc PORTVERSION= 2.6.1.0 PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Turn based, multiplayer strategic game with nice graphics LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= zip:archivers/zip RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libboost_regex.so:devel/boost-libs \ libsigc-2.0.so:devel/libsigc++20 \ libexpat.so:textproc/expat2 \ libloki.so:devel/loki USES= compiler:c++11-lib gmake libtool lua perl5 pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_SDL= image mixer sound sdl USE_WX= 3.0 WX_CONF_ARGS= absolute USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/asc \ bin/asc_demount \ bin/asc_mapedit \ bin/asc_mount \ bin/asc_weaponguide \ man/man6/asc.6.gz \ man/man6/asc_demount.6.gz \ man/man6/asc_mapedit.6.gz \ man/man6/asc_mount.6.gz \ man/man6/asc_weaponguide.6.gz \ share/appdata/asc.appdata.xml \ ${DATADIR}/asc2_dlg.zip \ ${DATADIR}/main.ascdat DESKTOP_ENTRIES="Advanced Strategic Command" "Turn based strategic game" "" \ "${PORTNAME}" "" "" OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files MUSIC_DISTFILES= ${ASC_MUSICS:S,$,:music,} MUSIC_PLIST_FILES= ${ASC_MUSICS:S,^,%%DATADIR%%/music/,} XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid XVID_CONFIGURE_ENV_OFF= ac_cv_lib_xvidcore_xvid_encore=no ASC_MUSICS= frontiers.ogg time_to_strike.ogg machine_wars.ogg post-extract-MUSIC-on: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${ASC_MUSICS} \ ${WRKSRC}/data/music) post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's|/games/|/|g' @${REINPLACE_CMD} -e \ 's|/games/|/|g ; \ s|lua >= 5.1 |lua-${LUA_VER}|g ;\ /if test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|? 0 :|? (void)0 :|' ${WRKSRC}/source/errors.h @${REINPLACE_CMD} -e \ 's|tAttackH|AttackH|' ${WRKSRC}/source/actions/vehicleattack.h .include Index: head/games/slade/Makefile =================================================================== --- head/games/slade/Makefile (revision 508081) +++ head/games/slade/Makefile (revision 508082) @@ -1,54 +1,56 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= slade PORTVERSION= 3.1.4 PORTREVISION= 2 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org COMMENT= Modern editor for Doom-engine based games and source ports LICENSE= GPLv2 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libsfml-system.so:devel/sfml \ libftgl.so:graphics/ftgl \ libfreeimage.so:graphics/freeimage USE_GITHUB= yes GH_ACCOUNT= sirjuddington GH_PROJECT= ${PORTNAME:tu} USES= cmake compiler:c++11-lib gl pkgconfig USE_WX= 3.0+ USE_GL= glew USE_CXXSTD= c++11 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH="${WX_CONFIG}" \ -DWX_GTK3:BOOL=OFF -DNO_WEBVIEW:BOOL=ON PLIST_FILES= bin/slade share/slade3/slade.pk3 \ share/appdata/net.mancubus.SLADE.appdata.xml \ share/applications/net.mancubus.SLADE.desktop \ share/icons/net.mancubus.SLADE.png OPTIONS_DEFINE= FLUIDSYNTH OPTIONS_DEFAULT= FLUIDSYNTH FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_RUN_DEPENDS= ${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont FLUIDSYNTH_CMAKE_OFF= -DNO_FLUIDSYNTH:BOOL=ON post-patch: @${REINPLACE_CMD} -e 's,"alsa","oss", ; \ /share\/sounds\/sf2/s,/usr,${LOCALBASE},g' \ ${WRKSRC}/src/Audio/MIDIPlayer.cpp @${REINPLACE_CMD} -e 's,OpenBSD,${OPSYS},' \ ${WRKSRC}/src/External/zreaders/portable_endian.h @${REINPLACE_CMD} -e 's,wxVSCROLL,static_cast(&),' \ ${WRKSRC}/src/MapEditor/UI/Dialogs/ActionSpecialDialog.cpp .include Index: head/graphics/embree/Makefile =================================================================== --- head/graphics/embree/Makefile (revision 508081) +++ head/graphics/embree/Makefile (revision 508082) @@ -1,59 +1,61 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= embree PORTVERSION= 2.17.6 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Collection of high-performance ray tracing kernels LICENSE= APACHE20 BROKEN= fails to link +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= heavy use of SSE instructions USE_GITHUB= yes USES= cmake compiler:env USE_GL= gl glu glut USE_XORG= xi xmu USE_LDCONFIG= yes CMAKE_ARGS= -DEMBREE_TASKING_SYSTEM:STRING=INTERNAL DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 PLIST_SUB+= VERSION=${DISTVERSION} OPTIONS_DEFINE= DOCS IMAGEMAGICK ISPC JPEG PNG OPTIONS_DEFAULT= ISPC OPTIONS_SUB= yes IMAGEMAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 IMAGEMAGICK_CMAKE_ON= -DEMBREE_TUTORIALS_IMAGE_MAGICK:BOOL=ON ISPC_DESC= ISPC applications support ISPC_BUILD_DEPENDS= ispc:devel/ispc ISPC_CMAKE_OFF= -DEMBREE_ISPC_SUPPORT:BOOL=OFF JPEG_USES= jpeg JPEG_CMAKE_OFF= -DEMBREE_TUTORIALS_LIBJPEG:BOOL=OFF PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CMAKE_OFF= -DEMBREE_TUTORIALS_LIBPNG:BOOL=OFF .include post-patch: @${REINPLACE_CMD} -e 's,#else,#elif defined(MAP_HUGETLB),' \ ${WRKSRC}/common/sys/alloc.cpp # Old versions of Clang (e.g. on FreeBSD 10.x) do not support `-z' options .if ${COMPILER_VERSION} < 35 @${REINPLACE_CMD} -e '/ -z /d' ${WRKSRC}/common/cmake/clang.cmake .endif .include Index: head/graphics/gimp-wavelet-decompose-plugin/Makefile =================================================================== --- head/graphics/gimp-wavelet-decompose-plugin/Makefile (revision 508081) +++ head/graphics/gimp-wavelet-decompose-plugin/Makefile (revision 508082) @@ -1,57 +1,59 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= wavelet-decompose DISTVERSION= 0.1.2 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp plugin to losslessly decompose images into wavelet scales layers LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= conflicts with gimp-app +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app USES= gettext gmake pkgconfig PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_FILES= ${PLUGIN_DIR}/wavelet-decompose LANGUAGES= de ru it pl OPTIONS_DEFINE= NLS .for language in ${LANGUAGES} NLS_PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo .endfor post-patch: @${REINPLACE_CMD} \ -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ ${WRKSRC}/src/Makefile post-patch-NLS-off: @${REINPLACE_CMD} -E \ -e 's|(^all:.*)po |\1|' \ ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/wavelet-decompose ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} do-install-NLS-on: .for language in ${LANGUAGES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/ ${INSTALL_DATA} ${WRKSRC}/po/${language}.mo ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo .endfor .include Index: head/graphics/luxrender/Makefile =================================================================== --- head/graphics/luxrender/Makefile (revision 508081) +++ head/graphics/luxrender/Makefile (revision 508082) @@ -1,79 +1,81 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= luxrender DISTVERSION?= 1.6 PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/luxrender/lux/get/ \ https://bitbucket.org/luxrender/luxrays/get/:lr DISTFILES= v${DISTVERSION:C/[.-]//g}${EXTRACT_SUFX} \ ${PORTNAME}_v${DISTVERSION:S/-//}${EXTRACT_SUFX}:lr DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= Physically based and unbiased rendering system LICENSE= GPLv3 BROKEN= fails to build with boost 1.70, see bug 236599 +DEPRECATED= Depends on expiring graphics/embree +EXPIRATION_DATE= 2019-09-04 LIB_DEPENDS= ${PY_BOOST} \ libfftw3.so:math/fftw3 \ libOpenImageIO.so:graphics/openimageio .if ${DISTVERSION} != 1.4 LIB_DEPENDS+= libembree.so:graphics/embree .endif CONFLICTS_INSTALL?= ${PORTNAME}14-1.4* ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions USES+= bison cmake:noninja python:build tar:bzip2 USE_GL= glu WRKSRC= ${WRKDIR}/${PORTNAME}-lux-${LUX_REV} LUXRAYS_WRKSRC= ${WRKDIR}/${PORTNAME}-luxrays-${LUXRAYS_REV} CMAKE_ARGS= -DLUXCORE_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DLUXCORE_LIBRARY:STRING="${LUXRAYS_WRKSRC}/lib/libluxcore.a" \ -DLUXRAYS_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DLUXRAYS_LIBRARY:STRING="${LUXRAYS_WRKSRC}/lib/libluxrays.a" \ -DSLG_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DSLG_LIBRARY:PATH="${LUXRAYS_WRKSRC}/lib/libsmallluxgpu.a" \ -DLUXRAYS_DISABLE_OPENCL:BOOL=ON LUX_REV?= b3f85cf7742f LUXRAYS_REV?= 61352e6aae3f OPTIONS_DEFINE= FREEIMAGE X11 OPTIONS_DEFAULT= X11 FREEIMAGE_DESC= Build with FreeImage (otherwise use OIIO only) FREEIMAGE_CMAKE_ON= -DLUX_USE_FREEIMAGE:BOOL=ON FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage post-extract: @${LN} -sf ${PORTNAME}-luxrays-${LUXRAYS_REV} ${WRKDIR}/luxrays post-patch: @${REINPLACE_CMD} -e 's/__APPLE__/__FreeBSD__/' \ ${WRKSRC}/core/osfunc.h \ ${WRKSRC}/shapes/mikktspace/weldmesh.c # Avoid infamous "local symbol discarded in section `.text...' errors @${REINPLACE_CMD} -e '/^set(Boost_USE_STATIC_LIBS/s,ON,OFF,' \ ${LUXRAYS_WRKSRC}/cmake/Dependencies.cmake # Avoid picking up Python 3.x bits if they're installed @${REINPLACE_CMD} -e 's,PythonLibs,& ${PYTHON_VER} EXACT REQUIRED,' \ ${LUXRAYS_WRKSRC}/cmake/Dependencies.cmake \ ${WRKSRC}/cmake/pylux.cmake pre-configure: -${PYTHON_CMD} ${WRKSRC}/makeBuildNumber.py ${WRKSRC}/core/version.h cd ${LUXRAYS_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} \ ${CMAKE_ARGS} . ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${_MAKE_JOBS} ${MAKE_ARGS} -C ${LUXRAYS_WRKSRC} .include Index: head/graphics/py-pyembree/Makefile =================================================================== --- head/graphics/py-pyembree/Makefile (revision 508081) +++ head/graphics/py-pyembree/Makefile (revision 508082) @@ -1,28 +1,31 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= pyembree DISTVERSION= 0.1.4 PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python wrapper for Embree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expiring graphics/embree +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libembree.so:graphics/embree RUN_DEPENDS= ${PYNUMPY} USES= localbase python USE_PYTHON= autoplist distutils cython USE_GITHUB= yes GH_ACCOUNT= scopatz post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyembree/*.so .include Index: head/irc/irssi-otr/Makefile =================================================================== --- head/irc/irssi-otr/Makefile (revision 508081) +++ head/irc/irssi-otr/Makefile (revision 508082) @@ -1,40 +1,42 @@ # Created by: Ashish Shukla # $FreeBSD$ PORTNAME= irssi-otr PORTVERSION= 1.0.2 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= conflicts with irssi +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \ ${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt LIB_DEPENDS= libotr.so:security/libotr \ libgcrypt.so:security/libgcrypt RUN_DEPENDS= irssi:irc/irssi USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= cryptodotis GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libotr-inc-prefix=${LOCALBASE}/include --with-irssi-module-dir=${LOCALBASE}/lib/irssi/modules INSTALL_TARGET= install-strip PLIST_FILES= lib/irssi/modules/libotr.so \ share/irssi/help/otr post-patch: ${GREP} -Rl '$$(oldincludedir)' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} 's,$$(oldincludedir),${LOCALBASE}/include,g' .include Index: head/mail/p5-Mail-ClamAV/Makefile =================================================================== --- head/mail/p5-Mail-ClamAV/Makefile (revision 508081) +++ head/mail/p5-Mail-ClamAV/Makefile (revision 508082) @@ -1,32 +1,34 @@ # Created by: Jan-Peter Koopmann # $FreeBSD$ PORTNAME= Mail-ClamAV PORTVERSION= 0.29 PORTREVISION= 4 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the clamav virus scanner LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Inline>=0:devel/p5-Inline \ p5-Inline-C>=0:devel/p5-Inline-C \ clamscan:security/clamav MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure # Do not use bundled Inline::MakeMaker post-patch: @${RM} -r ${WRKSRC}/Inline/ .include Index: head/mail/qmail-ldap/Makefile =================================================================== --- head/mail/qmail-ldap/Makefile (revision 508081) +++ head/mail/qmail-ldap/Makefile (revision 508082) @@ -1,32 +1,34 @@ # Created by: Mario S F Ferreira # $FreeBSD$ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE} PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -ldap COMMENT= Secure, reliable, and fast MTA for UNIX systems with LDAP support BROKEN= fails to package +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 RUN_DEPENDS= ${LOCALBASE}/bin/svscan:sysutils/daemontools \ ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp CONFLICTS= emboss-[0-9]* digest-[0-9]* *qmail-[0-9]* *qmail-mysql-[0-9]* \ qmail-spamcontrol-[0-9]* *qmail-tls-[0-9]* EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \ ${MASTERDIR}/files/patch-auto_uids-c-dist USE_OPENLDAP= yes SLAVE_LDAP= yes LDAP_PATCH_DATE= 20120221 MASTERDIR= ${.CURDIR}/../qmail DESCR= ${.CURDIR}/pkg-descr PATCHDIR= ${.CURDIR}/files .include "${MASTERDIR}/Makefile" Index: head/math/fityk/Makefile =================================================================== --- head/math/fityk/Makefile (revision 508081) +++ head/math/fityk/Makefile (revision 508082) @@ -1,90 +1,92 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= fityk PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v PORTREVISION= 8 CATEGORIES= math MAINTAINER= ports@FreeBSD.org COMMENT= Free peak fitting software LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= boost-libs>=1.35:devel/boost-libs \ swig3.0:devel/swig30 \ gnuplot:math/gnuplot RUN_DEPENDS= gnuplot:math/gnuplot USE_GITHUB= yes GH_ACCOUNT= wojdyr GH_PROJECT= xylib:xylib GH_TAGNAME= v1.4:xylib USES= autoreconf compiler:c++11-lib desktop-file-utils gmake \ libtool lua readline shared-mime-info USE_CXXSTD= c++11 USE_GNOME= gtk20 USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes BINARY_ALIAS= swig=swig3.0 CFLAGS+= -D_GNU_SOURCE CPPFLAGS+= -I${WRKDIR}/xylib-1.4 \ -I${LOCALBASE}/include LDFLAGS+= -L${WRKDIR}/xylib-1.4/xylib/.libs \ -lpthread -lbz2 -lz -L${LOCALBASE}/lib PORTDOCS= * OPTIONS_DEFINE= DOCS PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx PYTHON_USES= python:2.7 PYTHON_CONFIGURE_ENABLE= python post-patch: @${REINPLACE_CMD} -e '/)\/html/s|^|#|' \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/doc/fityk.1 @${REINPLACE_CMD} -e '/XYLIB_USE_TR1_MEMORY/s| 1| 0|' \ ${WRKDIR}/xylib-1.4/xylib/cache.h pre-configure: @cd ${WRKDIR}/xylib-1.4 \ && ${AUTORECONF} -f -i \ && ${SH} ./configure --disable-shared --without-gui \ CC="${CC}" CFLAGS="${CFLAGS} -fPIC" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" pre-build: @cd ${WRKDIR}/xylib-1.4 && ${DO_MAKE_BUILD} ${ALL_TARGET} post-build-DOCS-on: @cd ${WRKSRC}/doc && ${DO_MAKE_BUILD} html post-install: (cd ${WRKDIR}/xylib-1.4 && ${INSTALL_PROGRAM} xyconv \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKDIR}/xylib-1.4 && ${INSTALL_MAN} xyconv.1 \ ${STAGEDIR}${MANPREFIX}/man/man1) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html \ ${STAGEDIR}${DOCSDIR}) @${LN} -sf ${DOCSDIR}/html ${STAGEDIR}${DATADIR} .include Index: head/math/octave-forge-econometrics/Makefile =================================================================== --- head/math/octave-forge-econometrics/Makefile (revision 508081) +++ head/math/octave-forge-econometrics/Makefile (revision 508082) @@ -1,31 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-econometrics PORTVERSION= 1.1.1 PORTREVISION= 16 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= depends upon octave-forge-optim which is broken +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-fits/Makefile =================================================================== --- head/math/octave-forge-fits/Makefile (revision 508081) +++ head/math/octave-forge-fits/Makefile (revision 508082) @@ -1,31 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-fits PORTVERSION= 1.0.7 PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= libcfitsio.so:astro/cfitsio .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-linear-algebra/Makefile =================================================================== --- head/math/octave-forge-linear-algebra/Makefile (revision 508081) +++ head/math/octave-forge-linear-algebra/Makefile (revision 508082) @@ -1,27 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-linear-algebra PORTVERSION= 2.2.2 PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-mechanics/Makefile =================================================================== --- head/math/octave-forge-mechanics/Makefile (revision 508081) +++ head/math/octave-forge-mechanics/Makefile (revision 508082) @@ -1,33 +1,35 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-mechanics PORTVERSION= 1.3.1 PORTREVISION= 16 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= depends upon octave-forge-linear-algebra which is broken +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:math/octave-forge-geometry RUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:math/octave-forge-linear-algebra # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/inst/molecularDynamics/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-parallel/Makefile =================================================================== --- head/math/octave-forge-parallel/Makefile (revision 508081) +++ head/math/octave-forge-parallel/Makefile (revision 508082) @@ -1,35 +1,37 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-parallel PORTVERSION= 3.1.3 PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes USES+= compiler:gcc-c++11-lib perl5 shebangfix USE_PERL5= build SHEBANG_FILES= *.pl .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-strings/Makefile =================================================================== --- head/math/octave-forge-strings/Makefile (revision 508081) +++ head/math/octave-forge-strings/Makefile (revision 508082) @@ -1,28 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-strings PORTVERSION= 1.2.0 PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= # Intentionally left empty post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-tisean/Makefile =================================================================== --- head/math/octave-forge-tisean/Makefile (revision 508081) +++ head/math/octave-forge-tisean/Makefile (revision 508082) @@ -1,33 +1,35 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-tisean PORTVERSION= 0.2.3 PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-video/Makefile =================================================================== --- head/math/octave-forge-video/Makefile (revision 508081) +++ head/math/octave-forge-video/Makefile (revision 508082) @@ -1,37 +1,39 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-video PORTVERSION= 1.2.4 PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= does not build with octave>=5.1.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/py-yt/Makefile =================================================================== --- head/math/py-yt/Makefile (revision 508081) +++ head/math/py-yt/Makefile (revision 508082) @@ -1,39 +1,42 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= yt DISTVERSION= 3.5.0 PORTREVISION= 3 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Analysis and visualization toolkit for volumetric data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt +DEPRECATED= Depends on expiring graphics/embree +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} LIB_DEPENDS= libembree.so:graphics/embree \ libomp.so:devel/openmp RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} USES= dos2unix localbase python USE_PYTHON= distutils cython autoplist concurrent post-patch: @${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|True|; s|check_for_openmp() is True|True|" \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e "s|\['-fopenmp', filename\]|['-I${LOCALBASE}/include', '-L${LOCALBASE}/lib', '-lm', '-fopenmp', filename]|" \ ${WRKSRC}/setupext.py post-install: @${STRIP_CMD} $$(${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so") .include Index: head/misc/gnustep-examples/Makefile =================================================================== --- head/misc/gnustep-examples/Makefile (revision 508081) +++ head/misc/gnustep-examples/Makefile (revision 508082) @@ -1,85 +1,87 @@ # $FreeBSD$ PORTNAME= gnustep-examples PORTVERSION= 1.4.0 PORTREVISION= 8 CATEGORIES= misc gnustep MASTER_SITES= GNUSTEP/usr-apps MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep example applications LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 USES= gnustep USE_GNUSTEP= back build 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 ${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 ${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 @${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/lives/Makefile =================================================================== --- head/multimedia/lives/Makefile (revision 508081) +++ head/multimedia/lives/Makefile (revision 508082) @@ -1,117 +1,119 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= lives PORTVERSION= 2.10.2 PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to patch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ ${LOCALBASE}/bin/analyseplugin:audio/ladspa LIB_DEPENDS= libasound.so:audio/alsa-lib \ libjack.so:audio/jack \ libogg.so:audio/libogg \ libpulse.so:audio/pulseaudio \ liboil-0.3.so:devel/liboil \ libprojectM.so:graphics/libprojectm \ libvisual-0.4.so:graphics/libvisual04 \ libopencv_calib3d.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libpng.so:graphics/png \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libavcodec.so:multimedia/ffmpeg \ libdv.so:multimedia/libdv \ libtheora.so:multimedia/libtheora \ libmjpegutils.so:multimedia/mjpegtools \ libschroedinger-1.0.so:multimedia/schroedinger RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:audio/ladspa \ mpg123:audio/mpg123 \ sox:audio/sox \ ogg123:audio/vorbis-tools \ convert:graphics/ImageMagick6 \ sswf:graphics/sswf \ mencoder:multimedia/mencoder \ mplayer:multimedia/mplayer \ ogmmerge:multimedia/ogmtools \ transcode:multimedia/transcode \ x264:multimedia/x264 \ cdrecord:sysutils/cdrtools WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++11-lib gettext-runtime ghostscript:run libtool \ localbase pathfix perl5 pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ lives-plugins/marcos-encoders/*encoder* \ lives-plugins/plugins/encoders/multi_encoder3 \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes USE_XORG= x11 xrender USE_GL= gl glu USE_SDL= sdl USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ldvgrab INSTALL_TARGET= install-strip DOC_FILES= AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \ OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \ RFX/RFX.spec docs/clip_format.txt \ lives-plugins/marcos-encoders/README.multi_encoder \ weed-docs/weedspec.txt weed-docs/weedevents.txt OPTIONS_DEFINE= DOCS DOXYGEN FREI0R MATROSKA NLS OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --disable-doxygen FREI0R_BUILD_DEPENDS= frei0r>0:graphics/frei0r FREI0R_RUN_DEPENDS= frei0r>0:graphics/frei0r FREI0R_CONFIGURE_ENV_OFF= ac_cv_header_frei0r_h=no MATROSKA_RUN_DEPENDS= mkvmerge:multimedia/mkvtoolnix NLS_USES= gettext-tools NLS_CONFIGURE_OFF= --disable-nls post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ 's/^LIBS = $$/&@LIBS@/' @${REINPLACE_CMD} -e 's| install-docDATA||g; s|-$$(VERSION)||g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|: install-data-local |: |g; s|-ldl||' \ ${WRKSRC}/lives-plugins/weed-plugins/gdk/Makefile.in \ ${WRKSRC}/lives-plugins/weed-plugins/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \ ${WRKSRC}/lives-plugins/weed-plugins/frei0r.c @${REINPLACE_CMD} '/cp -rf/ s|data/|data|g; /cp -rf/ s|icons/|icons|g' \ ${WRKSRC}/lives-plugins/weed-plugins/cairo/Makefile.in \ ${WRKSRC}/lives-plugins/weed-plugins/Makefile.in @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp @${REINPLACE_CMD} 's|/usr/bin/perl|${perl_CMD}|' \ ${WRKSRC}/build-lives-rfx-plugin pre-build-NLS-on: @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-DOXYGEN-on: @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html \ ! -type d >> ${TMPPLIST}) .include Index: head/net/py-tweepy/Makefile =================================================================== --- head/net/py-tweepy/Makefile (revision 508081) +++ head/net/py-tweepy/Makefile (revision 508082) @@ -1,42 +1,44 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= tweepy PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Twitter API library for Python LICENSE= MIT BROKEN= installs in examples namespace +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.4.1:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vcrpy>=1.1.2:devel/py-vcrpy@${PY_FLAVOR} USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils NO_ARCH= yes TEST_ENV= USE_REPLAY=1 .include .if ${PYTHON_REL} < 3000 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2@${PY_FLAVOR} .endif do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -v tests.test_cursors tests.test_api tests.test_utils .include Index: head/security/clamcour/Makefile =================================================================== --- head/security/clamcour/Makefile (revision 508081) +++ head/security/clamcour/Makefile (revision 508082) @@ -1,35 +1,37 @@ # Created by: Milan Obuch # $FreeBSD$ PORTNAME= clamcour PORTVERSION= 0.3.8 PORTREVISION= 9 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= courier-config:mail/courier LIB_DEPENDS= libclamav.so:security/clamav GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-clamav-config=${LOCALBASE}/bin \ --with-courier-config=${LOCALBASE}/bin CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib PLIST_DIRS= etc/courier/clamcour PLIST_FILES= libexec/filters/clamcour man/man1/clamcour.1.gz post-patch: @${REINPLACE_CMD} -e 's/^CXXFLAGS *=/CXXFLAGS?=/g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e '/cl_limits/d; s/cl_node/cl_engine/' \ ${WRKSRC}/src/clam.h .include Index: head/security/honeybadger/Makefile =================================================================== --- head/security/honeybadger/Makefile (revision 508081) +++ head/security/honeybadger/Makefile (revision 508082) @@ -1,50 +1,52 @@ # $FreeBSD$ PORTNAME= honeybadger PORTVERSION= 0.0.0.2016022301 CATEGORIES= security MAINTAINER= shawn.webb@hardenedbsd.org COMMENT= Quantum Insert detector and 0-day catcher BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 USES= go USE_GITHUB= yes GH_TUPLE= david415:HoneyBadger:11dc0ca:DEFAULT/src/github.com/david415/HoneyBadger \ google:gopacket:f361903:gp/src/github.com/google/gopacket \ fatih:color:7a5857d:co/src/github.com/fatih/color \ mattn:go-colorable:9fdad7c:gc/src/github.com/mattn/go-colorable \ mattn:go-isatty:56b76bd:gi/src/github.com/mattn/go-isatty \ golang:sys:50c6bc5:xs/src/golang.org/x/sys \ golang:net:b6d7b13:xn/src/golang.org/x/net BIN_FILES= handshakeHijacker honeyBadger \ honeybadgerReportTool honeybadgerReportToolColor sprayInjector PLIST_FILES= ${BIN_FILES:S/^/bin\//} OPTIONS_DEFINE= DOCS PORTDOCS= README.rst LICENSE LICENSE_BSD LICENSE= GPLv3 do-build: .for bin in ${BIN_FILES} cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build .endfor do-install: .for bin in ${BIN_FILES} cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${CP} ${bin} ${STAGEDIR}${PREFIX}/bin/${src} .endfor post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${CP} ${WRKSRC}/src/github.com/david415/HoneyBadger/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/sysutils/docker-freebsd/Makefile =================================================================== --- head/sysutils/docker-freebsd/Makefile (revision 508081) +++ head/sysutils/docker-freebsd/Makefile (revision 508082) @@ -1,39 +1,41 @@ # Created by: kmoore@FreeBSD.org # $FreeBSD$ PORTNAME= docker-freebsd PORTVERSION= 20150625 PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= joneum@FreeBSD.org COMMENT= Docker containment system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= bash:shells/bash \ sqlite3:databases/sqlite3 RUN_DEPENDS= bash:shells/bash \ sqlite3:databases/sqlite3 USES= go:run USE_GITHUB= yes GH_ACCOUNT= kvasdopil GH_PROJECT= docker GH_TAGNAME= 582db78 PLIST_FILES= bin/docker USE_RC_SUBR= docker do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} AUTO_GOPATH=1 DOCKER_GITCOMMIT=${GH_TAGNAME} ./hack/make.sh binary do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/ .include Index: head/sysutils/freefilesync/Makefile =================================================================== --- head/sysutils/freefilesync/Makefile (revision 508081) +++ head/sysutils/freefilesync/Makefile (revision 508082) @@ -1,44 +1,46 @@ # Created by: Kevin Lo # $FreeBSD$ PORTNAME= freefilesync DISTVERSION= 9.8 PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= https://www.freefilesync.org/download/ \ https://www.freefilesync.org/archive/ DISTNAME= FreeFileSync_${PORTVERSION}_Source MAINTAINER= ports@FreeBSD.org COMMENT= Backup software to synchronize files and folders LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/License.txt BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify FETCH_ARGS= --user-agent=firefox WRKSRC= ${WRKDIR}/FreeFileSync/Source USES= compiler:c++14-lang dos2unix gmake pkgconfig zip USE_WX= 3.0+ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango DOS2UNIX_WRKSRC= ${WRKDIR} DOS2UNIX_GLOB= *.cpp *.h post-patch: @${REINPLACE_CMD} -e 's/wx-config/$${WX_CONFIG:T}/' \ -e 's,g++,$${CXX},' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|||' \ ${WRKDIR}/zen/file_access.cpp @${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h @${REINPLACE_CMD} -e 's| noexcept;|;|' ${WRKDIR}/zen/scope_guard.h .include Index: head/sysutils/log-courier/Makefile =================================================================== --- head/sysutils/log-courier/Makefile (revision 508081) +++ head/sysutils/log-courier/Makefile (revision 508082) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= log-courier DISTVERSIONPREFIX= v DISTVERSION= 2.0.5 CATEGORIES= sysutils MAINTAINER= vikashb@where-ever.za.net COMMENT= Lightweight log shipper with Logstash integration LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 USES= go gmake USE_GITHUB= yes GH_ACCOUNT= driskell GO_PKGNAME= github.com/driskell/log-courier USE_RC_SUBR= log-courier SUB_FILES= pkg-message post-install: ${INSTALL_DATA} ${WRKSRC}/docs/examples/example-json.conf \ ${STAGEDIR}${PREFIX}/etc/log-courier.conf.example .include Index: head/textproc/py-orange3-text/Makefile =================================================================== --- head/textproc/py-orange3-text/Makefile (revision 508081) +++ head/textproc/py-orange3-text/Makefile (revision 508082) @@ -1,41 +1,43 @@ # $FreeBSD$ PORTNAME= orange3-text DISTVERSION= 0.5.1 PORTREVISION= 3 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Text Mining add-on for Orange3 LICENSE= AGPLv3 BROKEN= installs in examples namespace +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 RUN_DEPENDS= orange3>0:misc/orange3 \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docx2txt>=0.6:textproc/py-docx2txt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gensim>=0.12.3:textproc/py-gensim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nltk>=3.0.5:textproc/py-nltk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}odfpy>=1.3.5:devel/py-odfpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdfminer3k>0:textproc/py-pdfminer3k@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simhash>0:math/py-simhash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tweepy>0:net/py-tweepy@${PY_FLAVOR} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}ufal.udpipe>0:textproc/py-ufal.udpipe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}validate_email>0:mail/py-validate_email@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wikipedia>0:www/py-wikipedia@${PY_FLAVOR} USES= python:3.4+ USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/www/havp/Makefile =================================================================== --- head/www/havp/Makefile (revision 508081) +++ head/www/havp/Makefile (revision 508082) @@ -1,66 +1,68 @@ # Created by: Elisey Savateev # $FreeBSD$ PORTNAME= havp PORTVERSION= 0.91 PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ \ http://havp.hege.li/download/ MAINTAINER= ayu@commun.jp COMMENT= HTTP Antivirus Proxy BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 LIB_DEPENDS= libclamav.so:security/clamav USES= gmake perl5 GNU_CONFIGURE= yes USE_PERL5= build USE_RC_SUBR= havp CONFIGURE_ARGS= --disable-locking LOG_DIR= /var/log/havp TMP_DIR= /var/tmp/havp RUN_DIR= /var/run/havp PLIST_SUB+= LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR} SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR} OPTIONS_DEFINE= SSL CLAMAV TROPHIE OPTIONS_DEFAULT= SSL CLAMAV SSL_DESC= SSL proxying (not scanned, only forwarded!) CLAMAV_DESC= libclamav support TROPHIE_DESC= Trend Micro (Trophie) support .include .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --enable-ssl-tunnel .else CONFIGURE_ARGS+= --disable-ssl-tunnel .endif .if ${PORT_OPTIONS:MCLAMAV} CONFIGURE_ARGS+= --enable-clamav .else CONFIGURE_ARGS+= --disable-clamav .endif .if ${PORT_OPTIONS:MTROPHIE} CONFIGURE_ARGS+= --enable-trophie .else CONFIGURE_ARGS+= --disable-trophie .endif post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${CP} ${WRKSRC}/etc/havp/blacklist ${STAGEDIR}${EXAMPLESDIR}/blacklist.sample @${CP} -R ${WRKSRC}/etc/havp/templates ${STAGEDIR}${EXAMPLESDIR} @${CP} ${WRKSRC}/etc/havp/whitelist ${STAGEDIR}${EXAMPLESDIR}/whitelist.sample @${MKDIR} ${STAGEDIR}${LOG_DIR} ${STAGEDIR}${TMP_DIR} ${STAGEDIR}${RUN_DIR} .include Index: head/x11-toolkits/p5-Wx/Makefile =================================================================== --- head/x11-toolkits/p5-Wx/Makefile (revision 508081) +++ head/x11-toolkits/p5-Wx/Makefile (revision 508082) @@ -1,44 +1,46 @@ # Created by: Cezary Morga # $FreeBSD$ PORTNAME= Wx PORTVERSION= 0.9932 PORTREVISION= 5 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-ExtUtils-XSpp>=0.16.03:devel/p5-ExtUtils-XSpp \ p5-Alien-wxWidgets>=0.25:x11-toolkits/p5-Alien-wxWidgets USES= compiler:c++11-lib perl5 USE_CXXSTD= c++11 USE_PERL5= configure USE_WX= 3.0 CONFIGURE_ENV= CXX="${CXX}" CFLAGS+= -pthread -Wno-write-strings post-configure: @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|$$(CC)|$$(CXX)|g ; \ s|$$(CCFLAGS)|$$(CXXFLAGS)|g' pre-build: @(cd ${WRKSRC} && ${DO_MAKE_BUILD} generated) post-install: @${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name "*.so" -type f \ | ${XARGS} ${STRIP_CMD} .include Index: head/x11-toolkits/p5-Wx-GLCanvas/Makefile =================================================================== --- head/x11-toolkits/p5-Wx-GLCanvas/Makefile (revision 508081) +++ head/x11-toolkits/p5-Wx-GLCanvas/Makefile (revision 508082) @@ -1,41 +1,44 @@ # Created by: mr # $FreeBSD$ PORTNAME= Wx-GLCanvas PORTVERSION= 0.09 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MBARBON PKGNAMEPREFIX= p5- MAINTAINER= mr@FreeBSD.org COMMENT= Perl interface to wxWidgets' OpenGL canvas +DEPRECATED= Depends on expiring x11-toolkits/p5-Wx +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= p5-OpenGL>=0.66:graphics/p5-OpenGL \ p5-Wx>=0.5000:x11-toolkits/p5-Wx RUN_DEPENDS= p5-OpenGL>=0.66:graphics/p5-OpenGL \ p5-Wx>=0.5000:x11-toolkits/p5-Wx #MANUAL_PACKAGE_BUILD= needs the X server it will be used with to build PORTSCOUT= limit:^[0-9\.]*$$ USES= compiler:c++11-lib perl5 USE_CXXSTD= c++11 USE_PERL5= configure USE_WX= 3.0 CONFIGURE_ENV= CXX="${CXX}" CFLAGS+= -pthread -Wno-write-strings -I${LOCALBASE}/include post-configure: @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|$$(CC)|$$(CXX)|g ; \ s|$$(CCFLAGS)|$$(CXXFLAGS)|g' post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL .include Index: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile =================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 508081) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 508082) @@ -1,22 +1,25 @@ # Created by: Cezary Morga # $FreeBSD$ PORTNAME= Wx-Perl-ProcessStream PORTVERSION= 0.32 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to access IO of external processes via events +DEPRECATED= Depends on expiring x11-toolkits/p5-Wx +EXPIRATION_DATE= 2019-09-04 + BUILD_DEPENDS= p5-Wx>=0.5000:x11-toolkits/p5-Wx RUN_DEPENDS= p5-Wx>=0.5000:x11-toolkits/p5-Wx USE_WX= 3.0 WX_COMPS= wx USES= perl5 USE_PERL5= configure .include Index: head/x11-wm/golem/Makefile =================================================================== --- head/x11-wm/golem/Makefile (revision 508081) +++ head/x11-wm/golem/Makefile (revision 508082) @@ -1,46 +1,48 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= golem PORTVERSION= 0.0.6 PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Small window manager with themes and plugins LICENSE= BSD3CLAUSE BROKEN= All plugins fail to load with Undefined symbol "display" +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: display in readonly segment USES= gmake perl5 tar:bzip2 USE_PERL5= build USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-i18n MAKE_ARGS= DEVEL=1 CFLAGS_amd64= -fPIC CFLAGS_i386= -fPIC OPTIONS_DEFINE= XINERAMA OPTIONS_DEFAULT= XINERAMA OPTIONS_SUB= yes XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_ON= --enable-xinerama post-patch: @${REINPLACE_CMD} -e '/cl_thread\.c/d' ${WRKSRC}/complib/user/Makefile @${REINPLACE_CMD} -e 's,^#include.*,typedef struct { \ int counter; } atomic_t;,' \ ${WRKSRC}/complib/asm-generic/cl_atomic_asm.h \ ${WRKSRC}/complib/asm-ppc/cl_atomic_asm.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/golem ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/golem/plugins/*.so .include Index: head/x11-wm/pawm/Makefile =================================================================== --- head/x11-wm/pawm/Makefile (revision 508081) +++ head/x11-wm/pawm/Makefile (revision 508082) @@ -1,39 +1,41 @@ # Created by: trevor # $FreeBSD$ PORTNAME= pawm PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.pleyades.net/pawm/files/ MAINTAINER= ports@FreeBSD.org COMMENT= The Puto Amo Window Manager LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/GPL BROKEN= Does not start 'BUG [35339] [pawindow_init]' +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 USE_XORG= x11 xft xrandr xrender xpm USES= cmake pkgconfig tar:bzip2 CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \ -DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib" LDFLAGS+= -L${LOCALBASE}/lib -lXext -lXrender OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ '/"\/etc"/s|^|#| ; \ /"-O2"/s|^|#| ; \ /LINK_DIRECTORIES/s|\.|| ; \ /INSTALL/s| /etc| etc|' ${WRKSRC}/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for ii in AUTHORS Changelog.old INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${ii} ${STAGEDIR}${DOCSDIR} .endfor .include