diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index 63c860fd1a47..a9af372af96c 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -1,67 +1,67 @@ PORTNAME= opencpn PORTVERSION= 5.2.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= astro geography MAINTAINER= ml@netfence.it COMMENT= Concise ChartPlotter/Navigator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.gplv2 LIB_DEPENDS= libportaudio.so:audio/portaudio \ libcurl.so:ftp/curl \ libexif.so:graphics/libexif \ libexpat.so:textproc/expat2 \ libsndfile.so:audio/libsndfile \ libtinyxml.so:textproc/tinyxml \ liblz4.so:archivers/liblz4 USES= cmake compiler:c++11-lang gettext-tools gl gnome libarchive \ localbase pkgconfig sqlite xorg USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= ${GH_PROJECT} GH_PROJECT= OpenCPN USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk30 pango INSTALLS_ICONS= yes USE_LDCONFIG= ${PREFIX}/lib/opencpn USE_WX= 3.0+ WX_CONF_ARGS= absolute WX_PREMK= yes USE_XORG= ice sm x11 xext CMAKE_ARGS= -DOCPN_BUNDLE_GSHHS=CRUDE CMAKE_ON= OCPN_BUNDLE_TCDATA OCPN_FORCE_GTK3 # OCPN_USE_CRASHREPORT CMAKE_OFF= OCPN_USE_NEWSERIAL OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DOCS_CMAKE_ON= -DOCPN_BUNDLE_DOCS:STRING="ON" DOCS_CMAKE_OFF= -DOCPN_BUNDLE_DOCS:STRING="OFF" .include .if ${ARCH:Mpowerpc64*} CMAKE_ARGS+= -DHAVE_MSSE=OFF -DHAVE_MSSE2=OFF -DHAVE_MSSE3=OFF -DHAVE_MAVX2=OFF -DHAVE_MFPU_NEON=OFF .endif .include post-patch: @${REINPLACE_CMD} \ -e 's,wx-config,${WX_CONFIG},' \ -e 's,$${PREFIX_PKGDATA}/doc,${DOCSDIR},g' \ ${WRKSRC}/CMakeLists.txt .if ${ARCH} != amd64 && ${ARCH} != i386 @${REINPLACE_CMD} -e '/-msse/d' -e '/-mssse3/d' \ -e '/-mavx2/d' ${WRKSRC}/CMakeLists.txt .endif post-install-DOCS-on: ${CP} -R ${WRKSRC}/Docs/OSENC ${STAGEDIR}${DOCSDIR}/OSENC.docx .include diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index c7def7667977..75b96d11bef2 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,149 +1,149 @@ # Created by: Marc van Woerkom <3d@FreeBSD.org> PORTNAME= audacity PORTVERSION= 2.4.2 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libasound.so:audio/alsa-lib \ libexpat.so:textproc/expat2 \ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile \ libsoxr.so:audio/libsoxr USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \ gnome libtool python:build pkgconfig shared-mime-info USE_GITHUB= yes USE_GNOME= cairo gtk30 USE_WX= 3.1+ WX_COMPS= wx INSTALLS_ICONS= yes PORTDOCS= README.txt CMAKE_ARGS= -Daudacity_lib_preference:STRING=system \ -Daudacity_use_expat:STRING=system \ -Daudacity_use_wxwidgets:STRING=system \ -Daudacity_use_soxr:STRING=system \ -Daudacity_use_sndfile:STRING=system \ -Daudacity_use_portsmf:STRING=local \ -Daudacity_use_portmixer:STRING=local \ -Daudacity_use_portaudio:STRING=system CMAKE_OFF= audacity_use_pch OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME LV2 MAD \ MIDI OGG SBSMS SOUNDTOUCH TWOLAME VAMP \ VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI OGG SBSMS \ SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_EXCLUDE_i386= SBSMS LAME_DESC= Use lame for import and export support LV2_DESC= Add LV2 plug-in support MAD_DESC= Use libmad for mp2/3 decoding support MIDI_DESC= MIDI support SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support DEBUG_CMAKE_ON= wxWidgets_USE_DEBUG DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils FFMPEG_CMAKE_ON= -Daudacity_use_ffmpeg:STRING=loaded FFMPEG_CMAKE_OFF= -Daudacity_use_ffmpeg:STRING=off FFMPEG_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FLAC_CMAKE_ON= -Daudacity_use_flac:STRING=system FLAC_CMAKE_OFF= -Daudacity_use_flac:STRING=local FLAC_LIB_DEPENDS= libFLAC.so:audio/flac ID3TAG_CMAKE_ON= -Daudacity_use_id3tag:STRING=system ID3TAG_CMAKE_OFF= -Daudacity_use_id3tag:STRING=off ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag LADSPA_CMAKE_BOOL= audacity_use_ladspa LADSPA_RUN_DEPENDS= listplugins:audio/ladspa LAME_CMAKE_ON= -Daudacity_use_lame:STRING=system LAME_CMAKE_OFF= -Daudacity_use_lame:STRING=local LAME_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:audio/lame LAME_CPPFLAGS= -I${LOCALBASE}/include/lame LAME_LDFLAGS= -L${LOCALBASE}/lib LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LV2_CMAKE_ON= -Daudacity_use_lv2:STRING=system LV2_CMAKE_OFF= -Daudacity_use_lv2:STRING=off LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil MAD_CMAKE_ON= -Daudacity_use_mad:STRING=system MAD_CMAKE_OFF= -Daudacity_use_mad:STRING=off MAD_LIB_DEPENDS= libmad.so:audio/libmad MIDI_CMAKE_ON= -Daudacity_use_midi:STRING=local MIDI_CMAKE_OFF= -Daudacity_use_midi:STRING=off # TODO: fix NLS support properly PLIST_SUB+= NLS="" OGG_CMAKE_ON= -Daudacity_use_ogg:STRING=system OGG_CMAKE_OFF= -Daudacity_use_ogg:STRING=local OGG_LIB_DEPENDS= libogg.so:audio/libogg SBSMS_CMAKE_ON= -Daudacity_use_sbsms:STRING=local SBSMS_CMAKE_OFF= -Daudacity_use_sbsms:STRING=off SOUNDTOUCH_CMAKE_ON= -Daudacity_use_soundtouch:STRING=system SOUNDTOUCH_CMAKE_OFF= -Daudacity_use_soundtouch:STRING=off SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch TWOLAME_CMAKE_ON= -Daudacity_use_twolame:STRING=system TWOLAME_CMAKE_OFF= -Daudacity_use_twolame:STRING=off TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame VAMP_CMAKE_ON= -Daudacity_use_vamp:STRING=system VAMP_CMAKE_OFF= -Daudacity_use_vamp:STRING=off VAMP_LIB_DEPENDS= libvamp-hostsdk.so:audio/vamp-plugin-sdk VORBIS_CMAKE_ON= -Daudacity_use_vorbis:STRING=system VORBIS_CMAKE_OFF= -Daudacity_use_vorbis:STRING=off VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis VST_CMAKE_BOOL= audacity_use_vst .include .if ${ARCH} != amd64 && ${ARCH} != i386 CMAKE_ARGS+= -DHAVE_MMX:BOOL=OFF \ -DHAVE_SSE:BOOL=OFF \ -DHAVE_SSE2:BOOL=OFF .endif post-patch: @${REINPLACE_CMD} -e 's,Python2,Python${PYTHON_MAJOR_VER}, ; \ /CMAKE_CXX_STANDARD/s,14,11,' ${WRKSRC}/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 9161dfdb072d..518395f49287 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,38 +1,38 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ DISTVERSION= 2.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= teodorsigaev@gmail.com COMMENT= Slicing application for 3D printers LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtbb.so:devel/tbb \ libboost_log.so:devel/boost-libs \ libImath.so:math/Imath \ libnlopt.so:math/nlopt \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libopenvdb.so:misc/openvdb \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libdbus-1.so:devel/dbus \ libpng.so:graphics/png BUILD_DEPENDS= cereal>=1.3.0.10:devel/cereal \ cgal>=5.0.2:math/cgal USES= cmake desktop-file-utils eigen:3 gettext gl iconv pkgconfig CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DSLIC3R_GTK=3 \ -DSLIC3R_FHS=1 USE_GITHUB= yes GH_ACCOUNT= prusa3d USE_WX= 3.1 USE_GL= gl glu glew PORTDATA= * .include diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 35f925f4389d..2aa5bf99189a 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -1,26 +1,26 @@ # Created by: Diane Bruce PORTNAME= basicdsp PORTVERSION= 1.01 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad education hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \ LOCAL/db MAINTAINER= db@FreeBSD.org COMMENT= Program for experimenting with simple audio DSP algorithms LICENSE= GPLv2 USES= compiler:c++11-lang dos2unix tar:tgz USE_WX= 2.8+ WX_COMPS= wx wx:build wx:run post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${STAGEDIR}${MANPREFIX}/man/man1/basicdsp.1 ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${STAGEDIR}${PREFIX}/bin/basicdsp .include diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 7dbfe8dd5f5b..e2d4427be935 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -1,40 +1,40 @@ PORTNAME= cubicsdr DISTVERSION= 0.2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= SDR receiver using liquidsdr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \ libliquid.so:comms/liquid-dsp \ libpulse.so:audio/pulseaudio \ libhamlib.so:comms/hamlib USES= cmake compiler:c++0x gl python USE_WX= 3.1 USE_GL+= egl glu OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Support rig control via hamlib OPTIONS_DEFAULT= HAMLIB .include .if ${PORT_OPTIONS:MHAMLIB} LIB_DEPENDS+= libhamlib.so:comms/hamlib CMAKE_ARGS+= -DUSE_HAMLIB=1 .endif CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config USE_GITHUB= yes GH_ACCOUNT= cjcliffe GH_PROJECT= CubicSDR GH_TAGNAME= 9c32b97 .include diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile index 619089c88a55..686d075aec1d 100644 --- a/comms/cwstudio/Makefile +++ b/comms/cwstudio/Makefile @@ -1,23 +1,23 @@ PORTNAME= cwstudio DISTVERSION= 0.9.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= SOURCEFORGE/cwstudio MAINTAINER= luqqe@users.sourceforge.net COMMENT= Multichannel portable Morse code signals generator LICENSE= GPLv3+ USES= compiler:c++11-lang ncurses USE_WX= 3.0+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} PLIST_FILES= bin/cwcli \ bin/cwcurses \ bin/cwwx \ man/man1/cwstudio.1.gz \ .include diff --git a/comms/freedv/Makefile b/comms/freedv/Makefile index 3b50003f6814..f3ff337aa1be 100644 --- a/comms/freedv/Makefile +++ b/comms/freedv/Makefile @@ -1,31 +1,31 @@ PORTNAME= freedv DISTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= https://hobbes1069.fedorapeople.org/freetel/freedv/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Narrow band digital voice LICENSE= LGPL21 LIB_DEPENDS= libcodec2.so:audio/codec2 \ libportaudio.so:audio/portaudio \ libhamlib.so:comms/hamlib \ libsamplerate.so:audio/libsamplerate \ libsox.so:audio/sox \ libsndfile.so:audio/libsndfile \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp USES= cmake compiler:c++11-lib gnome tar:xz USE_WX= 3.0+ CMAKE_ARGS+= -DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \ -DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \ -DUSE_STATIC_CODEC2=FALSE \ -DUSE_STATIC_PORTAUDIO=FALSE \ -DUSE_STATIC_SOX=FALSE \ -DUSE_STATIC_SPEEXDSP=FALSE INSTALLS_ICONS= yes .include diff --git a/comms/limesuite/Makefile b/comms/limesuite/Makefile index 0fc66da4e710..dda09bb6a6c3 100644 --- a/comms/limesuite/Makefile +++ b/comms/limesuite/Makefile @@ -1,103 +1,103 @@ PORTNAME= limesuite DISTVERSIONPREFIX= v DISTVERSION= 20.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio MAINTAINER= tomek@cedro.info COMMENT= Software Defined Radio Software Suite from Lime Microsystems LICENSE= APACHE20 BUILD_DEPENDS= gnuplot:math/gnuplot RUN_DEPENDS= sqlite3:databases/sqlite3 USES= cmake compiler:c11 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= myriadrf GH_PROJECT= LimeSuite CMAKE_ARGS= -DENABLE_SIMD_FLAGS:STRING="none" # DESKTOP IS LINUX ONLY. # SPI IS LINUX ONLY. # STREAM UNITE BROKEN UPSTREAM CMAKE_OFF= ENABLE_DESKTOP \ ENABLE_SPI \ ENABLE_STREAM \ ENABLE_STREAM_UNITE CMAKE_ON= ENABLE_LIBRARY \ ENABLE_LIME_UTIL \ ENABLE_EXAMPLES \ ENABLE_LIMERFE \ ENABLE_EVB7COM OPTIONS_DEFINE= DOCS GUI QUICKTEST OCTAVE REMOTE SOAPYSDR DEBUG OPTIONS_DEFAULT= GUI QUICKTEST SOAPYSDR DEBUG OPTIONS_UNSET= DOCS OPTIONS_SUB= yes QUICKTEST_DESC= Build QuickTest Self-Test suite OCTAVE_DESC= Enable Octave integration REMOTE_DESC= Enable remote testing operations SOAPYSDR_DESC= Build LMS7 SoapySDR bindings PLIST_SUB= PORTVERSION=${PORTVERSION} DOCS_CMAKE_BOOL= ENABLE_API_DOXYGEN DOCS_BUILD_DEPENDS= doxygen:devel/doxygen GUI_CMAKE_BOOL= ENABLE_GUI QUICKTEST_CMAKE_BOOL= ENABLE_QUICKTEST QUICKTEST_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk OCTAVE_CMAKE_BOOL= ENABLE_OCTAVE OCTAVE_BUILD_DEPENDS= octave:math/octave REMOTE_CMAKE_BOOL= ENABLE_REMOTE SOAPYSDR_CMAKE_BOOL= ENABLE_SOAPY_LMS7 SOAPYSDR_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr .include .if ${PORT_OPTIONS:MGUI} USES+= gl xorg USE_XORG+= x11 ice sm xcursor xext xfixes xinerama xft xrender USE_GL+= gl glu USE_WX+= 3.1 WX_COMPS+= wx:lib LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig .endif .if ${PORT_OPTIONS:MOCTAVE} .include "${.CURDIR}/../../math/octave/Makefile.version" OCTAVE_OCT_SITE_DIR= "lib/octave/${OCTAVE_VERSION}/site/oct/${CONFIGURE_TARGET}/" PLIST_SUB+= OCTAVE_OCT_SITE_DIR=${OCTAVE_OCT_SITE_DIR} OCTAVE_M_SITE_DIR= "share/octave/${OCTAVE_VERSION}/site/m/" PLIST_SUB+= OCTAVE_M_SITE_DIR=${OCTAVE_M_SITE_DIR} .endif .if ${PORT_OPTIONS:MDEBUG} WITH_DEBUG= yes .endif post-build: # N.B. COPYTREE_BIN here chmods 555 which breaks CMAKE_INSTALL in user mode! (cd ${BUILD_WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin) ${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif .if ${PORT_OPTIONS:MGUI} ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications (cd ${WRKSRC}/Desktop && ${CP} *.png ${STAGEDIR}${PREFIX}/share/pixmaps/) (cd ${WRKSRC}/Desktop && ${CP} lime-suite.desktop ${STAGEDIR}${PREFIX}/share/applications/) .endif .include diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 8587a3212873..75fcc0767bbf 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -1,54 +1,54 @@ PORTNAME= trustedqsl DISTVERSION= 2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \ LOCAL/shurd DISTNAME= tqsl-${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Station electronic trusted logbook LICENSE= ARRL LICENSE_NAME= American Radio Relay League, Inc. All rights reserved. LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ liblmdb.so:databases/lmdb PKGMESSAGE= ${WRKDIR}/pkg-message USES= bdb:5+ cmake compiler:c++11-lib pkgconfig ssl CMAKE_ARGS= -DBDB_PREFIX=${LOCALBASE} USE_WX= 2.8+ USE_LDCONFIG= yes OPTIONS_DEFINE= GEN_CRQ LOAD_CERT STATION_LOC CONVERTER GEN_CRQ_DESC= Build gen_crq LOAD_CERT_DESC= Build load_cert STATION_LOC_DESC= Build station_loc CONVERTER_DESC= Build converter GEN_CRQ_CMAKE_ON= -DBUILD_GENCRQ=ON LOAD_CERT_CMAKE_ON= -DBUILD_LOADCERT=ON STATION_LOC_CMAKE_ON= -DBUILD_STATIONLOC=ON CONVERTER_CMAKE_ON= -DBUILD_CONVERTER=ON OPTIONS_SUB= yes post-install-GEN_CRQ-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/gen_crq ${STAGEDIR}${PREFIX}/bin post-install-LOAD_CERT-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/load_cert ${STAGEDIR}${PREFIX}/bin post-install-STATION_LOC-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/station_loc ${STAGEDIR}${PREFIX}/bin post-install-CONVERTER-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/converter ${STAGEDIR}${PREFIX}/bin post-patch: @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ ${FILESDIR}/pkg-message > ${WRKDIR}/pkg-message .include diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 51380f8a1c99..51d6da16b960 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,54 +1,54 @@ # Created by: Max Khon PORTNAME= pgadmin3 PORTVERSION= 1.22.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin/pgadmin3/v${PORTVERSION}/src DIST_SUBDIR= postgresql MAINTAINER= fjoe@FreeBSD.org COMMENT= PostgreSQL database design and management system LICENSE= PostgreSQL BUILD_DEPENDS= sphinx-build:textproc/py-sphinx USES= compiler:c++11-lib gettext gmake gnome pgsql:9.0+ ssl USE_GNOME= libxml2 libxslt USE_WX= 3.0 USE_CXXSTD= c++11 WX_COMPS= wx INSTALLS_ICONS= yes ICON_SIZES= 16 32 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner CXXFLAGS+= -Wno-c++11-narrowing PLIST_FILES= bin/pgadmin3 share/applications/pgadmin3.desktop .for SZ in ${ICON_SIZES} PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/pgAdmin3.png .endfor PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,wxrc ,${WXRC_CMD:T} ,' ${WRKSRC}/pgadmin/ui/embed-xrc @${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/plugins.d/plugins.ini @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/pgadmin/ver_svn.sh @${REINPLACE_CMD} -e 's,Exec=/usr/bin/pgadmin3,Exec=${LOCALBASE}/bin/pgadmin3,'\ -e 's,Icon=/usr/share/pgadmin3/pgAdmin3.png,Icon=pgAdmin3,'\ -e '/^MimeType=/d'\ -e '/^DocPath=/d'\ ${WRKSRC}/pkg/pgadmin3.desktop post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/pkg/pgadmin3.desktop ${STAGEDIR}${PREFIX}/share/applications .for SZ in ${ICON_SIZES} ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps ${INSTALL_DATA} ${WRKSRC}/pgadmin/include/images/pgAdmin3-${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/pgAdmin3.png .endfor .include diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index fb9b64d8dd3e..a33541309d9d 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,66 +1,66 @@ # Created by: lightside PORTNAME= treesheets PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org COMMENT= Free form data organizer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USES= compiler:c++17-lang desktop-file-utils gnome USE_GITHUB= yes GH_ACCOUNT= aardappel USE_WX= 3.0+ INSTALLS_ICONS= yes BUILD_WRKSRC= ${WRKSRC}/src PACKAGE_VERSION= \"${PORTVERSION}\" MAKE_ENV= PACKAGE_VERSION=${PACKAGE_VERSION:Q} PORTDATA= images scripts translations/*/*.mo PORTDOCS= *.html docs PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} \ share/applications/treesheets.desktop \ share/icons/hicolor/scalable/apps/treesheets.svg \ share/pixmaps/treesheets.png OPTIONS_DEFINE= DOCS EXAMPLES post-patch: .SILENT ${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \ ${BUILD_WRKSRC}/document.h ${REINPLACE_CMD} -e 's|wxFileName(exename).GetPath()|L"${DATADIR}"|' \ ${BUILD_WRKSRC}/myframe.h ${REINPLACE_CMD} -e 's|frame->GetPath(L"examples|(L"${EXAMPLESDIR}|' \ ${BUILD_WRKSRC}/system.h ${REINPLACE_CMD} -e 's|^\(Icon=\).*|\1${PORTNAME}|' \ ${WRKSRC}/TS/treesheets.desktop do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) ${INSTALL_DATA} ${WRKSRC}/TS/treesheets.desktop \ ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/TS/images/treesheets.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png do-install-DOCS-on: (cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: (cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \ ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index dc14d7138119..0b6c2de3e778 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -1,47 +1,48 @@ # Created by: Matthias Sund PORTNAME= codeblocks PORTVERSION= 20.03 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Open source, cross-platform, free C/C++ IDE LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ libtinyxml.so:textproc/tinyxml USES= autoreconf compiler:c++11-lang desktop-file-utils \ fam:gamin gettext-runtime gnome libtool localbase \ pathfix pkgconfig shared-mime-info tar:xz xorg USE_WX= 3.0+ USE_GNOME= gtk30 cairo USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-pch \ --with-boost-system=boost_system PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include .if ${ARCH} != amd64 && ${ARCH} != i386 CONFIGURE_ARGS+= --with-contrib-plugins=all,-dragscroll PLIST_SUB= X86="@comment " .else CONFIGURE_ARGS+= --with-contrib-plugins=all PLIST_SUB= X86="" .endif .include diff --git a/devel/wxformbuilder/Makefile b/devel/wxformbuilder/Makefile index 280856e3e045..fc1fa73ef1dd 100644 --- a/devel/wxformbuilder/Makefile +++ b/devel/wxformbuilder/Makefile @@ -1,41 +1,41 @@ PORTNAME= wxformbuilder DISTVERSION= 3.5.0-beta -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-nightly/${DISTVERSION} DISTNAME= wxFormBuilder_v${DISTVERSION}-source MAINTAINER= shurd@FreeBSD.org COMMENT= WYSIWYG GUI Designer and Code Generator for wxWidgets LICENSE= GPLv2 USES= compiler:c++11-lib dos2unix gmake zip USE_CSTD= c++11 USE_LDCONFIG= yes USE_WX= 3.0+ WRKSRC= ${WRKDIR}/source MAKE_ARGS= config=release ARCH= BUILD_WRKSRC= ${WRKSRC}/build/${WX_VERSION}/gmake DOS2UNIX_GLOB= *.lua do-configure: cd ${WRKSRC} && ${SH} create_build_files4.sh post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/build/premake/wxwidgets.lua \ ${WRKSRC}/create_build_files4.sh ${WRKSRC}/sdk/plugin_interface/premake.lua \ ${WRKSRC}/sdk/premake/scripts/wxpresets.lua do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/wxformbuilder (cd ${WRKSRC}/output && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) (cd ${STAGEDIR}${DATADIR}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin) ${RM} -r ${STAGEDIR}${DATADIR}/bin/ (cd ${STAGEDIR}${DATADIR}/lib && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib) ${RM} -r ${STAGEDIR}${DATADIR}/lib/ ${RM} -r ${STAGEDIR}${DATADIR}/share/ ${RM} ${STAGEDIR}${DATADIR}/license.txt ${RM} ${STAGEDIR}${DATADIR}/Changelog.txt .include diff --git a/editors/wxhexeditor/Makefile b/editors/wxhexeditor/Makefile index 79dfa30eb629..8fd77bf4af53 100644 --- a/editors/wxhexeditor/Makefile +++ b/editors/wxhexeditor/Makefile @@ -1,31 +1,31 @@ # Created by: Alexey Dokuchaev PORTNAME= wxhexeditor PORTVERSION= 0.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/wxHexEditor/v${PORTVERSION}%20Beta/ DISTNAME= wxHexEditor-v${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical hex editor for big files with x86 disassembly support LICENSE= GPLv2 LIB_DEPENDS= libudis86.so:devel/udis86 \ libmhash.so:security/mhash USES= compiler:c++11-lang gettext-tools gmake tar:xz USE_WX= 3.0+ MAKE_ARGS= WXCONFIG="${WX_CONFIG}" WRKSRC= ${WRKDIR}/wxHexEditor # Follow the ${MTREE_FILE} which specifies simple, unsuffixed names # for these particular locales post-patch: @${MV} ${WRKSRC}/locale/hu_HU ${WRKSRC}/locale/hu @${MV} ${WRKSRC}/locale/ja_JP ${WRKSRC}/locale/ja @${MV} ${WRKSRC}/locale/nl_NL ${WRKSRC}/locale/nl .include diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 79f15ab08444..c7f5a76dea68 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,33 +1,33 @@ # Created by: José García Juanino PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} MAINTAINER= jjuanino@gmail.com COMMENT= Fast validating XML editor LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ libxslt.so:textproc/libxslt \ libaspell.so:textproc/aspell \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 USES= compiler:c++11-lang dos2unix gettext gmake gnome iconv libtool USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${ICONV_LIB} .include diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 50945e6aa914..7e5e1b6f8f13 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -1,36 +1,36 @@ # Created by: alepulver PORTNAME= wxdfast PORTVERSION= 0.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ftp www MASTER_SITES= SF/dfast/wxDownload%20Fast/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multithread and multi-platform download manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: no matching member function for call to 'Read' BROKEN_armv7= fails to compile: no matching member function for call to 'Read' WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf compiler:c++11-lang gettext libtool USE_WX= 2.8+ WX_CONF_ARGS= relative GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e \ 's|pt_BR||' ${WRKSRC}/man/Makefile.am @${REINPLACE_CMD} -e \ 's|^CFLAGS |AM_CFLAGS | ; \ s|^CXXFLAGS |AM_CXXFLAGS | ; \ s|-O2 ||' ${WRKSRC}/src/Makefile.am .include diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 2fb3df967a00..cdc5d2a3c6fc 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,93 +1,93 @@ PORTNAME= 0ad PORTVERSION= 0.0.24b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare BROKEN_FreeBSD_11= fails to link: undefined reference to gloox::Client::Client(...) BROKEN_aarch64= fails to compile: no member named verifyHeapAccessDisassembly BROKEN_armv6= fails to link: fatal error: conftest: Unknown error: -1 BROKEN_armv7= fails to link: fatal error: conftest: Unknown error: -1 BROKEN_powerpc64= fails to compile: _psutil_bsd.c: error: 'struct xtcpcb' has no member named 'xt_tp' BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ zip:archivers/zip \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libcurl.so:ftp/curl \ libgloox.so:net-im/gloox \ libminiupnpc.so:net/miniupnpc \ libnspr4.so:devel/nspr \ libenet.so:net/enet \ libtiff.so:graphics/tiff \ libsodium.so:security/libsodium \ libfmt.so:devel/libfmt USES= compiler:c++11-lib desktop-file-utils dos2unix gl gmake gnome \ iconv jpeg openal:al perl5 pkgconfig python:build sdl tar:xz \ xorg USE_GNOME= libxml2 USE_GL= gl USE_SDL= sdl2 USE_XORG= x11 xcursor USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release verbose=1 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 CFLAGS_i386= -msse2 BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) BINARY_ALIAS= python3=${PYTHON_CMD} USE_WX= 3.0+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} PORTDATA= * .include post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%CC%%|${CC}|' \ ${WRKSRC}/build/premake/premake5.lua ${WRKSRC}/build/premake/extern_libs5.lua .if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc @${REINPLACE_CMD} -e '1055,1251s/-rdynamic/-lssp_nonshared &/' \ -e '1441s/"execinfo",/& "ssp_nonshared",/' \ ${WRKSRC}/build/premake/premake5.lua .endif @${REINPLACE_CMD} 's,^\(Exec=\)/usr/local,\1${PREFIX},' \ ${WRKSRC}/build/resources/0ad.desktop @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/build/resources/0ad.sh pre-build: (cd ${WRKSRC}/build/workspaces && ${SETENV} ${MAKE_ENV} ./update-workspaces.sh --bindir=${PREFIX}/bin --datadir=${DATADIR} --libdir=${PREFIX}/lib/${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/pyrogenesis ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/build/resources/0ad.sh ${STAGEDIR}${PREFIX}/bin/0ad ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libAtlasUI.so libCollada.so libmozjs78-ps-release.so libnvcore.so libnvimage.so libnvmath.so libnvtt.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/binaries/data && ${COPYTREE_SHARE} "config l10n tests tools" ${STAGEDIR}${DATADIR}) ${MKDIR} ${STAGEDIR}${DATADIR}/mods/public ${STAGEDIR}${DATADIR}/mods/mod ${TAR} xf ${WRKSRC}/binaries/data/mods/public/public.zip -C ${STAGEDIR}${DATADIR}/mods/public --no-same-permissions ${TAR} xf ${WRKSRC}/binaries/data/mods/mod/mod.zip -C ${STAGEDIR}${DATADIR}/mods/mod --no-same-permissions .include diff --git a/games/glest/Makefile b/games/glest/Makefile index 40971651c8b2..7e33505573e7 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -1,80 +1,80 @@ # Created by: Jose Alonso Cardenas Marquez PORTNAME= glest PORTVERSION= 3.2.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} DISTNAME= ${PORTNAME}_source_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Free 3D real-time customizable strategy game LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg BUILD_DEPENDS= jam:devel/jam RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data USES= autoreconf:build compiler:c++11-lang dos2unix gl localbase \ lua:51 openal:al,alut pkgconfig sdl xorg zip USE_SDL= sdl USE_GL= gl glu USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_SCRIPT= mk/linux/configure LDFLAGS_i386= -Wl,-znotext SUB_FILES= glest-wrapper pkg-message JAM_CMD= ${LOCALBASE}/bin/jam -q -a -dx OPTIONS_DEFINE= DOCS EDITOR OPTIONS_SUB= yes EDITOR_DESC= Build map editor EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} .include .if ${PORT_OPTIONS:MEDITOR} USE_WX= 2.6+ WX_CONF_ARGS= relative HAVE_EDITOR= true .endif pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} post-patch: @${REINPLACE_CMD} \ -e 's|PTHREAD_LIBS="-l[$$]flag"|PTHREAD_LIBS="-lpthread"|g' \ -e 's|pthreads library -l[$$]flag|pthreads library -lpthread|g' \ -e 's|include/lua5.1|include/lua51|g' \ -e 's|-llua5.1|-llua-5.1|g' \ ${WRKSRC}/mk/linux/configure.ac \ ${WRKSRC}/mk/linux/mk/autoconf/* @${FIND} ${WRKDIR} -type f -name '*.bak' -o -name '*.orig' | \ ${XARGS} ${RM} pre-configure: @(cd ${WRKSRC}/mk/linux && ${SH} autogen.sh && \ ${REINPLACE_CMD} -e 's|-llua5.1|-llua-5.1|g' -e 's|.lng||g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} ${WRKSRC}/mk/linux/glest.ini) do-build: @(cd ${WRKSRC} && ${JAM_CMD}) do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/docs/code_license.txt \ ${STAGEDIR}${DOCSDIR}/code_license.txt ${INSTALL_PROGRAM} ${WRKSRC}/glest ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mk/linux/glest.ini ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/glest-wrapper \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-EDITOR-on: ${INSTALL_PROGRAM} ${WRKSRC}/glest_editor ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/games/golly/Makefile b/games/golly/Makefile index d74fbdd2fd58..a1f7401c6674 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -1,42 +1,42 @@ PORTNAME= golly PORTVERSION= 3.3 DISTVERSIONSUFFIX= -src -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata LICENSE= GPLv2+ USES= autoreconf compiler:c++11-lib gl localbase xorg USE_GL= gl glu USE_WX= 3.0+ GNU_CONFIGURE= yes # Pretend objdump is available even if it is not e.g. on aarch64. # The Python shared library name is already looked up via # distutils.sysconfig.get_config_var("LDLIBRARY") which is unlikely # to fail; objdump is never actually used. CONFIGURE_ARGS= ac_cv_prog_OBJDUMP=/usr/bin/false \ --with-wx-config=${WX_CONFIG:T} DESKTOP_ENTRIES= "Golly" \ "${COMMENT}" \ "${PREFIX}/share/pixmaps/golly.xpm" \ "${PREFIX}/bin/golly" \ "Education;" \ "" WRKSRC_SUBDIR= gui-wx/configure PATCH_WRKSRC= ${WRKSRC}/../.. OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/../icons/appicon.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps/golly.xpm .include diff --git a/games/slade/Makefile b/games/slade/Makefile index 3fac918d98ed..46fef271684a 100644 --- a/games/slade/Makefile +++ b/games/slade/Makefile @@ -1,53 +1,54 @@ # Created by: Alexey Dokuchaev PORTNAME= slade PORTVERSION= 3.1.12 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org COMMENT= Modern editor for Doom-engine based games and source ports LICENSE= GPLv2 BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libcurl.so:ftp/curl \ libfreeimage.so:graphics/freeimage \ libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl \ libsfml-system.so:devel/sfml USE_GITHUB= yes GH_ACCOUNT= sirjuddington GH_PROJECT= ${PORTNAME:tu} USES= cmake compiler:c++14-lang gl pkgconfig USE_WX= 3.0+ USE_GL= gl glew glu CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH="${WX_CONFIG}" \ -DNO_WEBVIEW:BOOL=ON PLIST_FILES= bin/slade share/slade3/slade.pk3 \ share/applications/net.mancubus.SLADE.desktop \ share/metainfo/net.mancubus.SLADE.metainfo.xml \ 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 @${REINPLACE_CMD} -e 's,(new_print,&.ToStdString(),' \ ${WRKSRC}/src/Scripting/Lua.cpp .include diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 9ead1d30bc5f..788056d4960e 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -1,45 +1,45 @@ PORTNAME= springlobby PORTVERSION= 0.180 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform lobby client for the Spring RTS project LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= spring:games/spring LIB_DEPENDS= libcurl.so:ftp/curl \ libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lib pkgconfig tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DENABLE_DEBUG_REPORT=FALSE USE_WX= 2.8+ PORTDOCS= * OPTIONS_DEFINE= SOUND NLS NOTIFY DOCS OPTIONS_DEFAULT=SOUND NOTIFY OPTIONS_SUB= yes SOUND_DESC= Enable sound notifications NOTIFY_DESC= Enable libnotify support for popup status messages NLS_CMAKE_ON= -DOPTION_TRANSLATION_SUPPORT:BOOL=ON NLS_CMAKE_OFF= -DOPTION_TRANSLATION_SUPPORT:BOOL=OFF NLS_USES= gettext SOUND_CMAKE_ON= -DOPTION_SOUND:BOOL=ON SOUND_CMAKE_OFF= -DOPTION_SOUND:BOOL=OFF SOUND_LIB_DEPENDS= libalure.so:audio/alure SOUND_USES= openal:al NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include diff --git a/games/trenchbroom/Makefile b/games/trenchbroom/Makefile index 6ebf907ec796..036de7c1926c 100644 --- a/games/trenchbroom/Makefile +++ b/games/trenchbroom/Makefile @@ -1,54 +1,54 @@ # Created by: Alexey Dokuchaev PORTNAME= trenchbroom PORTVERSION= 2.0.0.b -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games cad MAINTAINER= danfe@FreeBSD.org COMMENT= Cross-platform level editor for Quake-engine based games LICENSE= GPLv3 LIB_DEPENDS= libfreeimage.so:graphics/freeimage USE_GITHUB= yes GH_ACCOUNT= kduske GH_PROJECT= TrenchBroom GH_TAGNAME= ed46601 USES= cmake:insource compiler:c++11-lib gl gnome pkgconfig USE_GL= gl glew glu USE_WX= 3.0+ CMAKE_ARGS= -DAPP_BUILD_CHANNEL:STRING="Beta for ${OPSYS}/${ARCH}" INSTALLS_ICONS= yes PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${GREP} -Rl --null std::tr1:: ${WRKSRC}/common/src | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's,std::tr1::,std::,g' @${REINPLACE_CMD} -e 's,Build ,&Type: ,' \ ${WRKSRC}/common/src/View/AppInfoPanel.cpp @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \ ${WRKSRC}/common/src/IO/SystemPaths.cpp @${REINPLACE_CMD} -e '/return m_.*Margin/s,(),,' \ ${WRKSRC}/common/src/View/CellLayout.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/TrenchBroom ${STAGEDIR}${PREFIX}/bin @${RMDIR} ${WRKSRC}/Resources/help || : cd ${WRKSRC}/Resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for n in 16 22 24 32 36 48 64 72 96 128 192 256 512 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps ${INSTALL_DATA} ${WRKSRC}/app/resources/linux/icons/icon_${n}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps/${PORTNAME}.png .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 658f6ea6966e..2f4da052fcf0 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -1,52 +1,52 @@ # Created by: John McAree PORTNAME= comical PORTVERSION= 0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Sequential image viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libminizip.so:archivers/minizip \ libunrar.so.6:archivers/libunrar6 USES= compiler:c++11-lang gmake USE_WX= 2.8+ MAKE_ENV= WX_CONFIG=${WX_CONFIG} INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes DESKTOP_ENTRIES="Comical" \ "Comic Book Viewer" \ "${PORTNAME}.png" \ "${PORTNAME}" \ "Graphics;Viewer;" \ false ICONS= comical.png comical.xpm PLIST_FILES= bin/comical \ share/pixmaps/comical.png \ share/pixmaps/comical.xpm .include # 'make makepatch' doesn't like dirs with spaces pre-patch: @${MV} ${WRKSRC}/Comical\ Icons ${WRKSRC}/ComicalIcons .if ${CHOSEN_COMPILER_TYPE} == gcc pre-configure: ${REINPLACE_CMD} -e 's|-Wno-unused-local-typedef||' ${WRKSRC}/src/Makefile .endif post-install: cd ${WRKSRC}/ComicalIcons && \ ${INSTALL_DATA} ${ICONS} ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index bd2d21b0d1bb..8f4f8873963e 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -1,27 +1,27 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu COMMENT= Tool for visually comparing two PDFs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib USES= autoreconf compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= vslavik GH_TAGNAME= d494f96 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USE_GNOME= cairo glib20 USE_WX= 3.0+ PLIST_FILES= bin/${PORTNAME} .include diff --git a/graphics/electricsheep/Makefile b/graphics/electricsheep/Makefile index 22083704b94c..5513c148eaac 100644 --- a/graphics/electricsheep/Makefile +++ b/graphics/electricsheep/Makefile @@ -1,46 +1,47 @@ # Created by: David Yeske PORTNAME= electricsheep DISTVERSION= 3.0.2.20191005 # configure.ac though says that the version is 2.7b33 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Infinite evolving crowdsourced artwork LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= flam3-animate:graphics/flam3 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libavcodec.so:multimedia/ffmpeg \ libGLee.so:graphics/glee \ libgtop-2.0.so:devel/libgtop \ libpng.so:graphics/png \ libtinyxml.so:textproc/tinyxml RUN_DEPENDS= flam3-animate:graphics/flam3 USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool \ localbase:ldflags lua:51 pkgconfig gettext-runtime xorg USE_GITHUB= yes GH_ACCOUNT= scottdraves GH_TAGNAME= 37ba0fd692d6581f8fe009ed11c9650cd8174123 DOS2UNIX_FILES= ContentDownloader/SheepDownloader.cpp DisplayOutput/OpenGL/glx.cpp GNU_CONFIGURE= yes USE_WX= 3.1 USE_GNOME= glib20 USE_GL= gl glut USE_XORG= x11 xrender WRKSRC_SUBDIR= client_generic CFLAGS+= -DLINUX_GNU -I${LOCALBASE}/include/GL -I${LOCALBASE}/include/libavcodec -DSHAREDIR='\"${DATADIR}\"' post-patch: # unbundle GLee @${RM} ${WRKSRC}/DisplayOutput/OpenGL/GLee.* post-install: @${RM} -r ${STAGEDIR}${DOCSDIR}* ${STAGEDIR}${DATADIR}/icons .include diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index fa6849503982..9eaa6c9d513c 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,62 +1,62 @@ # Created by: Carlos Eduardo G. Carvalho PORTNAME= hugin PORTVERSION= 2019.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= grog@FreeBSD.org COMMENT= GUI for Panorama Tools, to stitch panoramic images LIB_DEPENDS= libOpenEXR.so:graphics/openexr \ libImath.so:math/Imath \ libboost_thread.so:devel/boost-libs \ liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ libfftw3.so:math/fftw3 \ libpano13.so:graphics/libpano13 \ libvigraimpex.so:graphics/vigra \ libpng.so:graphics/png \ libtiff.so:graphics/tiff # gmake is really needed at _runtime_. Do not remove it from this list. RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ exiftool:graphics/p5-Image-ExifTool \ gmake:devel/gmake LICENSE= GPLv2 CFLAGS+= -I${LOCALBASE}/include/Imath BROKEN_i386= Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_GL= gl glew glu glut USE_WX= 3.0+ USE_XORG= x11 INSTALLS_ICONS= yes SHEBANG_FILES= src/hugin_script_interface/hpi.py \ src/hugin_script_interface/plugins/*.py \ src/hugin_script_interface/plugins-dev/*.py OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_DEFAULT= PANOMATIC PYTHON OPTIONS_SUB= yes PANOMATIC_DESC= Install graphics/panomatic PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF .include diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index 293f3f8797f0..33d48e61d62b 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -1,54 +1,54 @@ # Created by: Vladimir Chukharev PORTNAME= mayavi DISTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Application and library for 3D visualization and plotting in Python LICENSE= BSD3CLAUSE LGPL21 LGPL20 EPL LGPL3 BSD2CLAUSE APACHE11 # see ${WRKSRC}/image_LICENSE.txt LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.txt LICENSE_FILE_LGPL21= ${WRKSRC}/image_LICENSE_Nuvola.txt LICENSE_FILE_LGPL20= ${WRKSRC}/image_LICENSE_CP.txt LICENSE_FILE_EPL= ${WRKSRC}/image_LICENSE_Eclipse.txt LICENSE_FILE_LGPL3= ${WRKSRC}/image_LICENSE_OOo.txt LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE_YORICK.txt LICENSE_FILE_APACHE11= ${WRKSRC}/LICENSE_COLORBREWER.txt BUILD_DEPENDS= vtk9>0:math/vtk9 \ ${PYNUMPY} \ ${PY_SPHINX} \ sphinx-build:textproc/py-sphinx@${PY_FLAVOR} RUN_DEPENDS= vtk9>0:math/vtk9 \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}apptools>0:devel/py-apptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}envisage>0:devel/py-envisage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyface>=6.0.0:devel/py-pyface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traits>=4.6.0:devel/py-traits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitsui>=6.0.0:graphics/py-traitsui@${PY_FLAVOR} USES= python:3.6+ shebangfix USE_PYTHON= noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version USE_WX= 3.0+ WX_COMPS= python:run SHEBANG_FILES= mayavi/tests/csv_files/csv_2_py POST_PLIST= fix-plist post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tvtk/array_ext*.so fix-plist: @${REINPLACE_CMD} -e "s|${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}/mayavi/preferences/__pycache__$$||" ${TMPPLIST} @${REINPLACE_CMD} -e "s|${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}/tvtk/plugins/scene/__pycache__$$||" ${TMPPLIST} .include diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile index c379dec70fa1..66bea89a8309 100644 --- a/graphics/py-visvis/Makefile +++ b/graphics/py-visvis/Makefile @@ -1,30 +1,30 @@ # Created by: Rainer Hurling PORTNAME= visvis PORTVERSION= 1.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Object oriented approach to visualization of 1D to 4D data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libfltk.so:x11-toolkits/fltk RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} USES= gl python:3.5+ pyqt:5 USE_GL= gl USE_PYQT= core gui USE_PYTHON= autoplist distutils USE_WX= 3.0+ NO_ARCH= yes .include diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile index 78afb0103ba8..cf2f92ef2b3a 100644 --- a/lang/erlang-runtime20/Makefile +++ b/lang/erlang-runtime20/Makefile @@ -1,139 +1,139 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 20.3.8.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime20 DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message SUB_LIST= ERLANG_LIB=${ERLANG_LIB} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP \ THREADS WX OPTIONS_DEFAULT= DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE OPTIONS_EXCLUDE_powerpc64= HIPE OPTIONS_EXCLUDE_powerpc64le= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE DIRTY_DESC= Enable Dirty schedulers HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support NATIVE_DESC= Enable native libraries SCTP_DESC= Enable SCTP support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} OPENSSL_VARS= BROKEN_SSL=openssl SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ USE_WX=2.8+ \ WX_COMPS="wx contrib" .include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif .if ${ARCH} == i386 MAKE_ARGS+= ARCH=x86 .endif .if ${ARCH} == armv6 || ${ARCH} == armv7 MAKE_ARGS+= ARCH=arm .endif pre-configure: @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP pre-build-NATIVE-on: @cd ${WRKSRC} && ${MAKE_CMD} clean post-install-JAVA-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* post-install-ODBC-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-WX-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} .include diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index 0d6016e04bdc..69d06f8492f9 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -1,160 +1,160 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime21 DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support MAKE_JOBS_UNSAFE= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= pkg-message SUB_LIST= ERLANG_LIB=${ERLANG_LIB} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL \ SCTP THREADS WX OPTIONS_DEFAULT= CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE OPTIONS_EXCLUDE_powerpc64= HIPE OPTIONS_EXCLUDE_powerpc64le= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE CORBA_DESC= Enable Corba support DIRTY_DESC= Enable Dirty schedulers HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support NATIVE_DESC= Enable native libraries SCTP_DESC= Enable SCTP support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ USE_WX=3.1+ \ WX_COMPS="wx" .include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif .if ${ARCH} == i386 MAKE_ARGS+= ARCH=x86 .endif .if ${ARCH} == armv6 || ${ARCH} == armv7 MAKE_ARGS+= ARCH=arm .endif pre-configure: @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP pre-build-NATIVE-on: @cd ${WRKSRC} && ${MAKE_CMD} clean post-build-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} ${MAKE_CMD} post-install-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} \ ${MAKE_CMD} release RELEASE_ROOT=${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} post-install-DTRACE-on: ${MKDIR} ${STAGEDIR}${DATADIR}/dtrace ${INSTALL_DATA} ${WRKSRC}/erts/emulator/beam/*.d \ ${WRKSRC}/lib/runtime_tools/c_src/*.d \ ${WRKSRC}/lib/runtime_tools/examples/*.d \ ${STAGEDIR}${DATADIR}/dtrace post-install-JAVA-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* post-install-ODBC-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-WX-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* ${DATADIR_REL}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} .include diff --git a/lang/erlang-runtime22/Makefile b/lang/erlang-runtime22/Makefile index 6f0682429d46..f1e89d1c0906 100644 --- a/lang/erlang-runtime22/Makefile +++ b/lang/erlang-runtime22/Makefile @@ -1,160 +1,160 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 22.3.4.17 -PORTREVISION= 1 +PORTREVISION= 2 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb3 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime22 DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support MAKE_JOBS_UNSAFE= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= pkg-message SUB_LIST= ERLANG_LIB=${ERLANG_LIB} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL \ SCTP THREADS WX OPTIONS_DEFAULT= CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE OPTIONS_EXCLUDE_powerpc64= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE CORBA_DESC= Enable Corba support DIRTY_DESC= Enable Dirty schedulers HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support NATIVE_DESC= Enable native libraries SCTP_DESC= Enable SCTP support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ USE_WX=3.1+ \ WX_COMPS="wx" .include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif .if ${ARCH} == i386 MAKE_ARGS+= ARCH=x86 .endif .if ${ARCH} == armv6 || ${ARCH} == armv7 MAKE_ARGS+= ARCH=arm .endif pre-configure: @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP pre-build-NATIVE-on: @cd ${WRKSRC} && ${MAKE_CMD} clean post-build-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} ${MAKE_CMD} post-install-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} \ ${MAKE_CMD} release RELEASE_ROOT=${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} post-install-DTRACE-on: ${MKDIR} ${STAGEDIR}${DATADIR}/dtrace ${INSTALL_DATA} ${WRKSRC}/erts/emulator/beam/*.d \ ${WRKSRC}/lib/runtime_tools/c_src/*.d \ ${WRKSRC}/lib/runtime_tools/examples/*.d \ ${STAGEDIR}${DATADIR}/dtrace post-install-JAVA-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* post-install-ODBC-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-WX-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* ${DATADIR_REL}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} .include diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile index 6baf094e8b86..4e2fc0a61e5f 100644 --- a/lang/erlang-runtime23/Makefile +++ b/lang/erlang-runtime23/Makefile @@ -1,159 +1,159 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 23.2.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime23 DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 5.0.1:corba USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support MAKE_JOBS_UNSAFE= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= pkg-message SUB_LIST= ERLANG_LIB=${ERLANG_LIB} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL \ SCTP THREADS WX OPTIONS_DEFAULT= CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE OPTIONS_EXCLUDE_powerpc64= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE CORBA_DESC= Enable Corba support DIRTY_DESC= Enable Dirty schedulers HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support NATIVE_DESC= Enable native libraries SCTP_DESC= Enable SCTP support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ USE_WX=3.1+ \ WX_COMPS="wx" .include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif .if ${ARCH} == i386 MAKE_ARGS+= ARCH=x86 .endif .if ${ARCH} == armv6 || ${ARCH} == armv7 MAKE_ARGS+= ARCH=arm .endif pre-configure: @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP pre-build-NATIVE-on: @cd ${WRKSRC} && ${MAKE_CMD} clean post-build-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} ${MAKE_CMD} post-install-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} \ ${MAKE_CMD} release RELEASE_ROOT=${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} post-install-DTRACE-on: ${MKDIR} ${STAGEDIR}${DATADIR}/dtrace ${INSTALL_DATA} ${WRKSRC}/erts/emulator/beam/*.d \ ${WRKSRC}/lib/runtime_tools/c_src/*.d \ ${WRKSRC}/lib/runtime_tools/examples/*.d \ ${STAGEDIR}${DATADIR}/dtrace post-install-JAVA-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* post-install-ODBC-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-WX-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* ${DATADIR_REL}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} .include diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile index a672a9ecca78..661209aa6a9a 100644 --- a/lang/erlang-wx/Makefile +++ b/lang/erlang-wx/Makefile @@ -1,60 +1,60 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.22 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang parallel PKGNAMESUFFIX= -wx DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Erlang bindings for wxWindows LICENSE= APACHE20 BUILD_DEPENDS= erlang>=21.3.8:lang/erlang RUN_DEPENDS= erlang>=21.3.8:lang/erlang USES= autoreconf:build gl gmake perl5 xorg USE_GITHUB= yes GH_PROJECT= otp USE_GL= gl glu USE_PERL5= build USE_WX= 3.1+ WX_COMPS= wx GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes WX_APPS= wx debugger et observer CONFIGURE_ARGS+= --enable-threads \ --with-wx-config=${WX_CONFIG} \ --without-javac \ --without-odbc pre-configure: @cd ${WRKSRC} && ./otp_build autoconf do-build: .for app in wx debugger et observer cd ${WRKSRC}/lib/${app} && ${SETENV} ERL_LIBS=${WRKSRC}/lib ${GMAKE} ERL_TOP=${WRKSRC} TARGET=${CONFIGURE_TARGET} .endfor ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/erl_gl.so ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/wxe_driver.so ${MV} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/*.so ${WRKSRC}/lib/wx/priv ${RMDIR} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET} do-install: .for app in ${WX_APPS} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${app}-$$(${CUT} -w -f3 ${WRKSRC}/lib/${app}/vsn.mk) ${FIND} ${WRKSRC}/lib/${app} -type d -empty -delete .for dir in src include priv ebin cd ${WRKSRC}/lib/${app} && if [ -d ${dir} ]; then \ ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${app}-$$(${CUT} -w -f3 vsn.mk); \ fi .endfor .endfor .include diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 822afdd7d3fd..f7f1fb4b0c53 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,228 +1,228 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.22 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= lang parallel java DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build compiler:c11 gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build USE_RC_SUBR= epmd GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message SUB_LIST= TOOLS_VSN=${TOOLS_VSN} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME} EI_VSN= 3.11.3.1 SNMP_VSN= 5.2.12 TOOLS_VSN= 3.1.0.1 # On Erlang 22, native code generation does not currently work for all modules # due to new BEAM instructions not supported by HiPE the native compiler. # Remove HIPE from OPTIONS_DEFAULT if this is still the case when the port is # upgraded to such version. OPTIONS_DEFINE= CORBA DIRTY DTRACE FOP HIPE JAVA KQUEUE MANPAGES NATIVE \ ODBC OPENSSL PDF SCTP THREADS WX OPTIONS_DEFAULT= CORBA DIRTY DTRACE HIPE KQUEUE MANPAGES OPENSSL SCTP \ THREADS .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} HIPE OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_powerpc64le= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_SUB= yes CORBA_DESC= Enable Corba support DIRTY_DESC= Enable Dirty schedulers FOP_DESC= Build full documentation with Apache FOP HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support NATIVE_DESC= Enable native libraries PDF_DESC= Build PDF documentation SCTP_DESC= Enable SCTP support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" FOP_PREVENTS= MANPAGES FOP_BUILD_DEPENDS= fop:textproc/fop \ xsltproc:textproc/libxslt HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll MANPAGES_RUN_DEPENDS= ${LOCALBASE}/etc/man.d/erlang.conf:lang/erlang-man NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} PDF_IMPLIES= FOP SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ USE_WX=3.1+ \ WX_COMPS="wx" .include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif .if ${ARCH} == i386 MAKE_ARGS+= ARCH=x86 .endif .if ${ARCH} == armv6 || ${ARCH} == armv7 MAKE_ARGS+= ARCH=arm .endif pre-configure: @if [ ! $$(${CAT} ${WRKSRC}/lib/erl_interface/vsn.mk | ${GREP} "EI_VSN *=" | ${CUT} -w -f3) = ${EI_VSN} ]; then \ ${ECHO_MSG} "===> EI_VSN (${EI_VSN}) in Makefile does not match value in lib/erl_interface/vsn.mk"; exit 1; \ fi @if [ ! $$(${CAT} ${WRKSRC}/lib/tools/vsn.mk | ${GREP} "TOOLS_VSN *=" | ${CUT} -w -f3) = ${TOOLS_VSN} ]; then \ ${ECHO_MSG} "===> TOOLS_VSN (${TOOLS_VSN}) in Makefile does not match value in lib/tools/vsn.mk"; exit 1; \ fi @if [ ! $$(${CAT} ${WRKSRC}/lib/snmp/vsn.mk | ${GREP} -E "SNMP_VSN *=" | ${CUT} -w -f3) = ${SNMP_VSN} ]; then \ ${ECHO_MSG} "===> SNMP_VSN (${SNMP_VSN}) in Makefile does not match value in lib/snmp/vsn.mk"; exit 1; \ fi @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP pre-build-NATIVE-on: @cd ${WRKSRC} && ${MAKE_CMD} clean post-build-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} ${MAKE_CMD} # The man-pages are put (in spite of FreeBSD's port convention) in a private # subdir. This is to avoid cluttering up the man page name space. Also the # Erlang man pages are more of internal documentation using the man format than # actual system man pages. (erl.1 and epmd.1 perhaps being the exception). post-build-FOP-on: @cd ${WRKSRC} && ${MAKE_CMD} docs .if ${PORT_OPTIONS:MCORBA} cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} ${MAKE_CMD} docs .endif post-install: ${LN} -sf ../lib/${ERLANG_LIB}/lib/erl_interface-${EI_VSN}/bin/erl_call ${STAGEDIR}${PREFIX}/bin/erl_call ${LN} -sf ../lib/${ERLANG_LIB}/lib/snmp-${SNMP_VSN}/bin/snmpc ${STAGEDIR}${PREFIX}/bin/snmpc post-install-CORBA-on: cd ${WRKSRC_corba} \ && ${SETENV} OVERRIDE_TARGET=${CONFIGURE_TARGET} ERL_TOP=${WRKSRC_otp} \ ${MAKE_CMD} release RELEASE_ROOT=${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} post-install-DTRACE-on: ${MKDIR} ${STAGEDIR}${DATADIR}/dtrace ${INSTALL_DATA} ${WRKSRC}/erts/emulator/beam/*.d \ ${WRKSRC}/lib/runtime_tools/c_src/*.d \ ${WRKSRC}/lib/runtime_tools/examples/*.d \ ${STAGEDIR}${DATADIR}/dtrace post-install-FOP-on: @${ECHO_CMD} "MANPATH ${PREFIX}/lib/erlang/man" > ${WRKDIR}/erlang.conf ${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf for SECTION in 1 3 4 6 7; do \ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/man/man$${SECTION}; \ ${FIND} ${WRKSRC}/erts ${WRKSRC}/lib -type f | ${GREP} doc/man$${SECTION} \ | ${XARGS} -J % ${CP} -v % ${STAGEDIR}${PREFIX}/lib/erlang/man/man$${SECTION}; \ done .if ${PORT_OPTIONS:MCORBA} ${FIND} ${WRKSRC_corba}/lib -type f | ${GREP} doc/man3 \ | ${XARGS} -J % ${CP} -v % ${STAGEDIR}${PREFIX}/lib/erlang/man/man3 .endif post-install-JAVA-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* post-install-ODBC-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-PDF-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKSRC} -name \*.pdf | ${XARGS} -J % ${CP} -v % ${STAGEDIR}${DOCSDIR} .if ${PORT_OPTIONS:MCORBA} ${FIND} ${WRKSRC_corba} -name \*.pdf | ${XARGS} -J % ${CP} -v % ${STAGEDIR}${DOCSDIR} .endif post-install-WX-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* ${DATADIR_REL}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} @if [ -d ${STAGEDIR}/${DOCSDIR} ]; then \ cd ${STAGEDIR}${PREFIX}; ${FIND} ${DOCSDIR_REL}/* -name \*.pdf \ | ${SORT} >> ${TMPPLIST}; \ fi .include diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 7cfe2b11b6fa..501072630a28 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,107 +1,108 @@ PORTNAME= gnuplot PORTVERSION= 5.4.1 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT?= Command-line driven graphing utility LICENSE= Gnuplot LICENSE_NAME= Gnuplot license LICENSE_FILE= ${WRKSRC}/Copyright LICENSE_PERMS= dist-mirror pkg-mirror auto-accept CONFLICTS_INSTALL?= gnuplot-lite-[0-9]* USES+= compiler:c++11-lang groff iconv pkgconfig readline GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=--with-readline=gnu \ --without-linux-vga \ --without-lisp-files \ --without-tutorial \ --with-bitmap-terminals \ --with-qt=no .if defined(LITE) CONFIGURE_ARGS+=--disable-x11-mbfonts \ --disable-x11-external \ --disable-wxwidgets \ --without-x \ --without-ggi \ --without-gd \ --without-caca \ --without-wx \ --without-gpic \ --without-mif \ --without-cairo \ --without-lua \ --without-latex \ --without-kpsexpand PLIST_SUB+= X11="@comment " .else USES+= gnome jpeg lua:53 ncurses xorg USE_TEX= kpathsea USE_GNOME+= atk cairo gtk30 gdkpixbuf2 USE_WX= 3.0+ USE_XORG+= x11 LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libgd.so:graphics/gd \ libpng.so:graphics/png \ libwebp.so:graphics/webp \ libtiff.so:graphics/tiff CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \ --with-gpic \ --with-mif \ --with-kpsexpand \ --with-latex \ ac_cv_prog_KPSEXPAND=${LOCALBASE}/bin/kpsexpand \ ac_cv_prog_PLAINTEX=${LOCALBASE}/bin/tex \ ac_cv_prog_LATEX=${LOCALBASE}/bin/latex \ ac_cv_prog_PDFLATEX=${LOCALBASE}/bin/pdflatex PLIST_SUB+= X11="" .endif TEST_TARGET= check PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES GRIDBOX GRIDBOX_DESC= Use the gridbox optimization for hidden3d GRIDBOX_CONFIGURE_OFF= --disable-h3d-quadtree --enable-h3d-gridbox post-patch: @${REINPLACE_CMD} -e \ '/^install:/s/install-am//' ${WRKSRC}/share/LaTeX/Makefile.in @${REINPLACE_CMD} -e \ 's|)/@PACKAGE@/@PKG_MAJOR@|)|g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ 's|luaL_checkint(|(int)luaL_checkinteger(|' ${WRKSRC}/term/lua.trm post-build-DOCS-on: @cd ${WRKSRC}/docs && ${MAKE} groff pre-install: ${MKDIR} ${STAGEDIR}${DATADIR}/5.4 ; \ ${INSTALL_DATA} ${WRKSRC}/share/gnuplotrc \ ${STAGEDIR}${DATADIR}/5.4/gnuplotrc.sample post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/psdoc cd ${WRKSRC}/docs && ${INSTALL_DATA} gnuplot.txt gnuplot.dvi \ gnuplot.ps ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${STAGEDIR}${DOCSDIR}/psdoc .if defined(LITE) post-stage: @cd ${STAGEDIR}${PREFIX} && ${RMDIR} libexec/gnuplot/5.4 libexec/gnuplot .endif .include diff --git a/math/saga/Makefile b/math/saga/Makefile index dee268dfb611..b9bc7eb296fc 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,120 +1,120 @@ # Created by: Rainer Hurling PORTNAME= saga PORTVERSION= 7.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ swig:devel/swig LIB_DEPENDS= libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libgdal.so:graphics/gdal \ libhpdf.so:print/libharu \ libjasper.so:graphics/jasper \ liblas12.so:devel/liblas12 \ libodbc.so:databases/unixODBC \ libopencv_core.so:graphics/opencv \ libpdal_base.so:math/pdal \ libproj.so:graphics/proj \ libsvm.so:science/libsvm \ libtbb.so:devel/onetbb \ libtiff.so:graphics/tiff RUN_DEPENDS:= swig:devel/swig USES= autoreconf compiler:c++11-lib dos2unix gnome \ iconv:wchar_t libtool localbase pkgconfig python USE_LDCONFIG= yes USE_WX= 3.0+ CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ --enable-python --with-system-svm CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig" GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_ICONS= yes DOS2UNIX_GLOB= *.cpp *.h PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= PGSQL OPENMP VIGRA OPTIONS_DEFAULT= PGSQL VIGRA OPTIONS_DEFAULT_amd64= OPENMP OPTIONS_DEFAULT_i386= OPENMP NO_OPTIONS_SORT= yes OPTIONS_SUB= yes OPENMP_DESC= Enable Multiprocessing (only amd64 and i386) VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library OPENMP_CONFIGURE_ENABLE= openmp PGSQL_CONFIGURE_WITH= postgresql PGSQL_USES= pgsql VIGRA_BUILD_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra INSTALL_TARGET= install-strip .include # make describe needs them here CPP= clang-cpp${LLVM_DEFAULT} CC= clang${LLVM_DEFAULT} CXX= clang++${LLVM_DEFAULT} SUB_FILES= pkg-message post-extract: @${REINPLACE_CMD} -e 's|wx-config |${WX_CONFIG} |g' \ ${WRKSRC}/configure.ac \ ${WRKSRC}/src/saga_core/saga_api/Makefile.am \ ${WRKSRC}/src/saga_core/saga_cmd/Makefile.am \ ${WRKSRC}/src/saga_core/saga_gdi/Makefile.am \ ${WRKSRC}/src/saga_core/saga_gui/Makefile.am \ ${WRKSRC}/src/tools/garden/garden_3d_viewer/Makefile.am \ ${WRKSRC}/src/tools/garden/garden_webservices/Makefile.am \ ${WRKSRC}/src/tools/io/io_grid_image/Makefile.am \ ${WRKSRC}/src/tools/io/io_shapes/Makefile.am \ ${WRKSRC}/src/tools/io/io_virtual/Makefile.am \ ${WRKSRC}/src/tools/io/io_webservices/Makefile.am \ ${WRKSRC}/src/tools/pointcloud/pointcloud_tools/Makefile.am \ ${WRKSRC}/src/tools/pointcloud/pointcloud_viewer/Makefile.am \ ${WRKSRC}/src/tools/statistics/statistics_kriging/Makefile.am \ ${WRKSRC}/src/tools/tin/tin_viewer/Makefile.am post-patch: .if ${ARCH} == "powerpc" @${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ ${WRKSRC}/src/saga_core/saga_api/api_core.h .endif @${REINPLACE_CMD} -e 's|PORTVERSION|${PORTVERSION}|' \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp @${REINPLACE_CMD} -e 's|-lgomp|-lomp|' \ ${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile post-configure: @${REINPLACE_CMD} -e 's|^LDFLAGS = .*|& -lopencv_core|' \ ${WRKSRC}/src/tools/imagery/imagery_opencv/Makefile post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga*.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.png ${STAGEDIR}${DATADIR} ${RM} ${STAGEDIR}${DATADIR}/saga_dic.txt ${STAGEDIR}${DATADIR}/saga_srs.txt # toolchains dir was moved in r2805 (and followups r2810,r2811,r2820) (cd ${WRKSRC}/src/accessories && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${RM} -R ${STAGEDIR}${DATADIR}/CMakeLists.txt ${RM} -R ${STAGEDIR}${DATADIR}/templates/template4saga-tools/my_tool_library/Makefile.bak ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ # library helper files are not needed and cripple some math/qgis extensions @${RM} ${STAGEDIR}${PREFIX}/lib/saga/*.la .include diff --git a/math/sound-of-sorting/Makefile b/math/sound-of-sorting/Makefile index dc60a9fc0359..98f54517e116 100644 --- a/math/sound-of-sorting/Makefile +++ b/math/sound-of-sorting/Makefile @@ -1,35 +1,35 @@ # Created by: Stefan Esser PORTNAME= sound-of-sorting PORTVERSION= 0.6.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= se@FreeBSD.org COMMENT= Visualization and "Audibilization" of Sorting Algorithms LICENSE= GPLv3 USES= compiler:c++11-lang sdl GNU_CONFIGURE= yes USE_SDL= sdl USE_WX= 3.0+ WX_CONF_ARGS= relative OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= bingmann GH_TAGNAME= 5884a35 PLIST_FILES= bin/sound-of-sorting PORTDOCS= README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/sound-of-sorting ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sound-of-sorting ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${PREFIX}/share/doc/sound-of-sorting/README .include diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index e0f3abac00d6..54060a7f6153 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -1,32 +1,32 @@ # Created by: Charlie Kester PORTNAME= photofilmstrip PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Creates movies out of your pictures LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PY_PILLOW} RUN_DEPENDS= mencoder:multimedia/mencoder \ mplayer:multimedia/mplayer USES= python:3.6+ gettext USE_GSTREAMER1= jpeg USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python:lib ALL_TARGET= compile NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile .include diff --git a/net/opennx/Makefile b/net/opennx/Makefile index bf32adc85f94..32ad579e9026 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -1,57 +1,57 @@ # Created by: Timothy Beyer PORTNAME= opennx PORTVERSION= 0.16.0.729 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source MAINTAINER= beyert@cs.ucr.edu COMMENT= Open source drop in replacement for NoMachine's NX client LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/zip:archivers/zip LIB_DEPENDS= libcups.so:print/cups \ libcurl.so:ftp/curl USES= gmake gnome samba:lib xorg USE_XORG= ice sm x11 xau xmu USE_WX= 2.8+ WRKSRC= ${WRKDIR}/${PORTNAME}-0.16 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -L${SAMBALIBS} CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} CPPFLAGS+= -I${LOCALBASE}/include -I${SAMBAINCLUDES} INSTALLS_ICONS= yes NO_PACKAGE= must generate a fresh private key at install time LEGAL_PACKAGE= yes SSH_KEYGEN?= ssh-keygen OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls # do not use default private key included with tarball post-patch: @${RM} ${WRKSRC}/share/keys/server.id_dsa.key @${SSH_KEYGEN} -N '' -b 2048 -q -f ${WRKSRC}/share/keys/server.id_dsa.key @${REINPLACE_CMD} 's|/usr/NX/bin/||' \ ${WRKSRC}/extres/xdg/innovidata-opennx.desktop \ ${WRKSRC}/extres/xdg/innovidata-opennx-admin.desktop \ ${WRKSRC}/extres/xdg/innovidata-opennx-wizard.desktop @${RM} ${WRKSRC}/extres/xdg/*.bak post-install: @${CHMOD} 440 ${STAGEDIR}${PREFIX}/share/keys/server.id_dsa.key .include diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index c9a4150b1162..31ede8f3120c 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -1,158 +1,158 @@ # Created by: thierry@pompo.net PORTNAME= gnudatalanguage PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -rc.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science lang .if defined(BUILD_PYTHON_MODULE) PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} .endif MAINTAINER= thierry@FreeBSD.org COMMENT?= Free IDL-compatible incremental compiler LICENSE= GPLv2 LIB_DEPENDS+= libgeotiff.so:graphics/libgeotiff\ libexpat.so:textproc/expat2 \ libplplot.so:math/plplot \ libtiff.so:graphics/tiff \ libshp.so:devel/shapelib \ libpng.so:graphics/png \ libsz.so:science/szip \ libps.so:print/pslib \ libgsl.so:math/gsl USE_GITHUB= yes GH_PROJECT= gdl USES= cmake compiler:c++11-lang fortran ncurses pkgconfig readline \ tar:tgz xorg USE_WX= 3.0+ USE_XORG= x11 sm ice xext # Disable ncurses and readline from ports # TODO: create a port for Cmsvlib http://cow.physics.wisc.edu/~craigm/idl/down/cmsvlib.tar.gz # TODO: create a port for Astron http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz # TODO: create a port for TexToIdl http://physics.mnstate.edu/mcraig/textoidl/textoidl-2-1-2.tar CMAKE_ARGS= -DREADLINEDIR:STRING="/usr" \ -DOPENMP:BOOL=NO \ -DNCURSESDIR:STRING="/usr" \ -DPYTHON:BOOL=NO CPPFLAGS+= ${CFLAGS} -fno-inline -DNPY_NO_DEPRECATED_API -DNPY_1_7_API_VERSION CXXFLAGS+= -std=gnu++11 -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 LDFLAGS+= -lpthread -L${LOCALBASE}/lib TEST_TARGET= check SLAVEDIRS= science/py-gnudatalanguage # Upstream prefer GraphicsMagick over ImageMackick but ATM it fails # see https://github.com/gnudatalanguage/gdl/issues/611 # + Python is broken on 1.0.0-rc2 See issue #757 #OPTIONS_DEFINE= EIGEN EXAMPLES FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF PYTHON UDUNITS #OPTIONS_DEFAULT=EIGEN FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 NETCDF PYTHON UDUNITS OPTIONS_DEFINE= EIGEN EXAMPLES FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF UDUNITS OPTIONS_DEFAULT=EIGEN FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 NETCDF UDUNITS EIGEN_DESC= Eigen3 support (boost performance) EIGEN_USES= eigen:3 EIGEN_CMAKE_ON= -DEIGEN3:BOOL=YES EIGEN_CMAKE_OFF= -DEIGEN3:BOOL=NO FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float FFTW_CMAKE_ON= -DFFTW:BOOL=YES FFTW_CMAKE_OFF= -DFFTW:BOOL=NO GLPK_DESC= Support GLPK for Simplex (Linear programming) GLPK_LIB_DEPENDS= libglpk.so:math/glpk GLPK_CMAKE_ON= -DGLPK=ON:BOOL=YES GLPK_CMAKE_OFF= -DGLPK=OFF:BOOL=NO # Temporary swith to ImageMagick #GRAPHICSMAGICK_DESC= Support GraphicsMagick #GRAPHICSMAGICK_LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick #GRAPHICSMAGICK_CMAKE_ON= -DGRAPHICSMAGICK:BOOL=YES #GRAPHICSMAGICK_CMAKE_OFF= -DGRAPHICSMAGICK:BOOL=NO IMAGEMAGICK_DESC= Support ImageMagick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick6 IMAGEMAGICK_CMAKE_ON= -DGRAPHICSMAGICK:BOOL=NO -DMAGICK:BOOL=YES -DMAGICKDIR=${LOCALBASE} IMAGEMAGICK_CMAKE_OFF= -DMAGICK:BOOL=NO GRIB_DESC= Support GRIB messages GRIB_LIB_DEPENDS= libgrib_api.so:science/grib_api GRIB_CMAKE_ON= -DGRIB:BOOL=YES GRIB_CMAKE_OFF= -DGRIB:BOOL=NO HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CMAKE_ON= -DHDF5:BOOL=YES HDF5_CMAKE_OFF= -DHDF5:BOOL=NO -DHDF:BOOL=NO LIBPROJ4_DESC= Support cartographic processes LIBPROJ4_LIB_DEPENDS= libproj.so:graphics/proj LIBPROJ4_CMAKE_ON= -DLIBPROJ4:BOOL=YES LIBPROJ4_CMAKE_OFF= -DLIBPROJ4:BOOL=NO MPI_LIB_DEPENDS= libmpich.so:net/mpich MPI_CMAKE_ON= -DMPI:BOOL=ON MPI_CMAKE_OFF= -DMPI:BOOL=OFF -DMPIDIR=/none NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_CMAKE_ON= -DNETCDF:BOOL=YES -DHDF:BOOL=NO NETCDF_CMAKE_OFF= -DNETCDF:BOOL=NO #PYTHON_USES= python:3.6+ #PYTHON_BUILD_DEPENDS= ${PYNUMPY} #PYTHON_RUN_DEPENDS= ${PYNUMPY} \ # ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} #PYTHON_CMAKE_ON= -DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}" #PYTHON_CMAKE_OFF= -DPYTHON:BOOL=NO # QHULL IS NOT NEEDED YET! #QHULL_DESC= Enable Triangulate and Qhull support #QHULL_LIB_DEPENDS= libqhull.so:math/qhull #QHULL_CMAKE_ON= -DQHULL:BOOL=YES #QHULL_CMAKE_OFF= -DQHULL:BOOL=NO UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits UDUNITS_CMAKE_ON= -DUDUNITS:BOOL=YES UDUNITS_CMAKE_OFF= -DUDUNITS:BOOL=NO .if defined(BUILD_PYTHON_MODULE) CATEGORIES+= python CMAKE_ARGS+= -DPYTHON_MODULE:BOOL=YES PLIST= ${.CURDIR}/pkg-plist.pymod .else CMAKE_ARGS+= -DPYTHON_MODULE:BOOL=NO .endif .if defined(BUILD_PYTHON_MODULE) do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_DATA} ${INSTALL_WRKSRC}/src/GDL.so ${STAGEDIR}${PYTHON_SITELIBDIR}/ .endif .if !defined(BUILD_PYTHON_MODULE) post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/testsuite (cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/testsuite/) .endif .if defined(MAINTAINER_MODE) regression-test: install . if defined(BUILD_PYTHON_MODULE) @${ECHO_CMD} 'import GDL' > ${WRKDIR}/testgdl.py @${ECHO_CMD} 'print GDL.function("sin",(1,))' >> ${WRKDIR}/testgdl.py ${PYTHON_CMD} ${WRKDIR}/testgdl.py . else @${ECHO_CMD} ".RUN ${EXAMPLESDIR}/testsuite/test_suite.pro" \ > ${WRKDIR}/testgdl @${ECHO_CMD} "exit" >> ${WRKDIR}/testgdl ${PREFIX}/bin/gdl < ${WRKDIR}/testgdl . endif .endif .include diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 55f3899ed2c8..ef70b3067641 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,31 +1,31 @@ PORTNAME= OpenSPH DISTVERSIONPREFIX= v DISTVERSION= g20190519 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Library and graphical tools for running SPH and N-body simulations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++14-lang eigen:3 qmake qt:5 USE_GITLAB= yes GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph GL_COMMIT= 06686fa7f7307bdf8c9261e55b9875aafa278a13 USE_WX= 3.1 QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config PLIST_FILES= bin/opensph-cli bin/opensph do-install: # https://gitlab.com/sevecekp/sph/issues/2 ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli/launcher/launcher ${STAGEDIR}${PREFIX}/bin/opensph-cli ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gui/launcherGui/launcherGui ${STAGEDIR}${PREFIX}/bin/opensph .include diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile index 99883a426e57..10238ba758d5 100644 --- a/security/veracrypt/Makefile +++ b/security/veracrypt/Makefile @@ -1,48 +1,48 @@ PORTNAME= veracrypt PORTVERSION= 1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/v/V/:S/c/C/}%20${PORTVERSION}-Update3/ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}-Update3_Source MAINTAINER= acm@FreeBSD.org COMMENT= Open-source disk encryption software based on Truecrypt BUILD_DEPENDS= yasm:devel/yasm RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo LICENSE_FILE= ${DOCSDIR}/LICENSE USES= compiler:c++11-lang desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 USE_WX= 3.0+ NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= # DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "i386" MAKE_ENV+= LFLAGS=-Wl,-z,notext .endif post-patch: ${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|g' -e \ 's|Icon=veracrypt|Icon=VeraCrypt-16x16|g' ${WRKSRC}/src/Setup/FreeBSD/veracrypt.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Main/veracrypt ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/Setup/FreeBSD/veracrypt.desktop ${STAGEDIR}${PREFIX}/share/applications/ cd ${WRKSRC}/src/Resources/Icons && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/pixmaps "-name *\.xpm" do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/License.txt ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html .include diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index 07b698f8c418..21f050322696 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -1,77 +1,78 @@ PORTNAME= passwordsafe DISTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= brnrd@FreeBSD.org COMMENT= Popular secure and convenient password manager LICENSE= ART20 NOT_FOR_ARCHS= aarch64 armv6 armv7 NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h LIB_DEPENDS= libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid \ libxerces-c.so:textproc/xerces-c3 \ libqrencode.so:graphics/libqrencode BUILD_DEPENDS= zip:archivers/zip CONFLICTS= pwsafe-[0-9]* USES= gmake pkgconfig xorg USE_GITHUB= yes USE_WX= 3.0+ USE_XORG= x11 xtst OPTIONS_DEFINE= NLS YUBIKEY YUBIKEY_DESC= Yubikey support OPTIONS_SUB= yes NLS_USES= gettext YUBIKEY_LIB_DEPENDS= libykpers-1.so:security/ykpers YUBIKEY_MAKE_ENV_OFF= NO_YUBI=yes MAKE_ENV= NO_QR=yes GH_ACCOUNT= pwsafe GH_PROJECT= ${GH_ACCOUNT} WX_COMP= wx WANT_WX_VER= 3.0 LDFLAGS= -L${PREFIX}/lib -lqrencode ALL_TARGET= unicoderelease .include .if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 USES+= compiler:gcc-c++11-lib .else USES+= compiler:c++11-lang .endif post-patch: . for f in Makefile.freebsd help/Makefile.freebsd src/os/unix/Makefile \ src/os/unix/dir.cpp src/ui/wxWidgets/Makefile ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/$f . endfor post-build: ${GMAKE} -C ${WRKSRC}/src/ui/wxWidgets/I18N mos ${GMAKE} -C ${WRKSRC}/help all do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ui/wxWidgets/GCCUnicodeRelease/pwsafe \ ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR}/help ${CP} ${WRKSRC}/help/help*.zip ${STAGEDIR}${DOCSDIR}/help post-install-NLS-on: .for l in da de es fr it ko nl pl ru sv zh ${MKDIR} ${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/src/ui/wxWidgets/I18N/mos/$l/LC_MESSAGES/pwsafe.mo \ ${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES .endfor .include diff --git a/x11-toolkits/wxgtk31/Makefile b/x11-toolkits/wxgtk31/Makefile index 3e7ffaccad3f..254f3ceb0c09 100644 --- a/x11-toolkits/wxgtk31/Makefile +++ b/x11-toolkits/wxgtk31/Makefile @@ -1,90 +1,92 @@ PORTNAME= wx DISTVERSIONPREFIX= v -DISTVERSION= 3.1.4 +DISTVERSION= 3.1.5 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 MAINTAINER= yuri@FreeBSD.org COMMENT= GUI toolkit (wxWidgets) with GTK+ bindings LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/gpl.txt -LIB_DEPENDS= libexpat.so:textproc/expat2 \ +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libjbig.so:graphics/jbigkit \ libnotify.so:devel/libnotify \ libpng.so:graphics/png \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libtiff.so:graphics/tiff + libtiff.so:graphics/tiff \ + libwayland-egl.so:graphics/wayland USES= compiler:c++11-lib gl gmake gnome iconv jpeg localbase \ pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= wxWidgets GH_PROJECT= wxWidgets GH_TUPLE= wxWidgets:Catch:ee4acb6:wxWidgets_Catch/3rdparty/catch GNU_CONFIGURE= yes USE_XORG= x11 sm xxf86vm xtst USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes USE_CXXSTD= c++11 CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ --with-zlib=sys \ --with-expat=sys \ --with-opengl \ --with-gtk=3 \ --without-gnomevfs \ --disable-epollloop \ --disable-joystick \ --enable-backtrace \ --enable-ipv6 \ --enable-optimise \ --enable-utf8 \ --enable-graphics_ctx \ --enable-compat28 \ --enable-compat30 CONFIGURE_ENV= X11BASE="${LOCALBASE}" \ ac_cv_header_sys_inotify_h=no OPTIONS_DEFINE= GSTREAMER MSPACK NLS WEBKIT OPTIONS_DEFAULT= GSTREAMER MSPACK WEBKIT MSPACK_DESC= Microsoft archives support OPTIONS_SUB= yes NLS_USES= gettext GSTREAMER_CONFIGURE_ENABLE= mediactrl GSTREAMER_USE= GSTREAMER1=bad MSPACK_CONFIGURE_WITH= libmspack MSPACK_LIB_DEPENDS= libmspack.so:archivers/libmspack WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include # TLS is broken on armv6/7, PR 229396 .if ${ARCH} == armv6 || ${ARCH} == armv7 CONFIGURE_ARGS+=--disable-tls .endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-precomp-headers .endif post-build-NLS-on: @${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale post-install-NLS-on: # stray file: https://trac.wxwidgets.org/ticket/18147 @${RM} ${STAGEDIR}${PREFIX}/share/locale/it/LC_MESSAGES/wxmsw.mo .include diff --git a/x11-toolkits/wxgtk31/distinfo b/x11-toolkits/wxgtk31/distinfo index 6e4c4aeb1095..74a8110ddfeb 100644 --- a/x11-toolkits/wxgtk31/distinfo +++ b/x11-toolkits/wxgtk31/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1595584227 -SHA256 (wxWidgets-wxWidgets-v3.1.4_GH0.tar.gz) = f2698297b2d2c6d2372c23144c133e531248a64286c78ae17179155c94971d6f -SIZE (wxWidgets-wxWidgets-v3.1.4_GH0.tar.gz) = 20704620 +TIMESTAMP = 1618516605 +SHA256 (wxWidgets-wxWidgets-v3.1.5_GH0.tar.gz) = e8fd5f9fbff864562aa4d9c094f898c97f5e1274c90f25beb0bfd5cb61319dea +SIZE (wxWidgets-wxWidgets-v3.1.5_GH0.tar.gz) = 20889424 SHA256 (wxWidgets-Catch-ee4acb6_GH0.tar.gz) = 6bc6e38f3efb1aa128c0ae7bfcd8cba266f22f2c4b6433b9efa7d68ca9a44a1f SIZE (wxWidgets-Catch-ee4acb6_GH0.tar.gz) = 377330 diff --git a/x11-toolkits/wxgtk31/files/patch-Makefile.in b/x11-toolkits/wxgtk31/files/patch-Makefile.in index 6abda89d6356..dd5f1ad574da 100644 --- a/x11-toolkits/wxgtk31/files/patch-Makefile.in +++ b/x11-toolkits/wxgtk31/files/patch-Makefile.in @@ -1,42 +1,33 @@ ---- Makefile.in.orig 2013-11-11 14:10:39.000000000 +0100 -+++ Makefile.in 2014-01-22 10:14:26.000000000 +0100 -@@ -56,6 +56,7 @@ +--- Makefile.in.orig 2021-04-12 22:23:58 UTC ++++ Makefile.in +@@ -56,6 +56,7 @@ WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ TOOLKIT = @TOOLKIT@ TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ TOOLKIT_VERSION = @TOOLKIT_VERSION@ +TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@ EXTRALIBS = @EXTRALIBS@ EXTRALIBS_XML = @EXTRALIBS_XML@ -@@ -13815,9 +13816,9 @@ +@@ -13879,9 +13880,9 @@ all: $(__wxregex___depname) $(__wxzlib___depname) $(__ - install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_webviewdll___depname) $(__install_webviewlib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_webkit2_ext___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install + install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_webviewdll___depname) $(__install_webviewlib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_webkit2_ext___depname) $(__install_wxrc___depname) install-wxconfig locale_install $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal - (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) + (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets - (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py $(DESTDIR)$(datadir)/bakefile/presets) + (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) $(DYLIB_RPATH_INSTALL) $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx for f in setup.h $(RCDEFS_H); do \ -@@ -14711,9 +14712,7 @@ +@@ -14775,9 +14776,7 @@ samples: install-wxconfig: $(INSTALL_DIR) $(DESTDIR)$(bindir) - $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config - $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config - (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config || cp -p $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) + $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config locale_install: $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale -@@ -14721,7 +14720,7 @@ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ - if test -f $(srcdir)/locale/$$l.mo ; then \ -- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ -+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ - fi ; \ - done - diff --git a/x11-toolkits/wxgtk31/files/patch-configure b/x11-toolkits/wxgtk31/files/patch-configure index 551deb917f48..735735b8afc4 100644 --- a/x11-toolkits/wxgtk31/files/patch-configure +++ b/x11-toolkits/wxgtk31/files/patch-configure @@ -1,54 +1,57 @@ ---- configure.orig 2018-12-11 18:11:57 UTC +--- configure.orig 2021-04-12 22:23:58 UTC +++ configure -@@ -3897,7 +3897,7 @@ case "${host}" in +@@ -3969,7 +3969,7 @@ case "${host}" in DEFAULT_DEFAULT_wxUSE_GTK=1 ;; - *-*-freebsd*) + *-*-dragonfly*|*-*-freebsd*) USE_BSD=1 USE_FREEBSD=1 $as_echo "#define __FREEBSD__ 1" >>confdefs.h -@@ -22306,6 +22306,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +@@ -20997,6 +20997,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu SEARCH_INCLUDE="\ + $X11BASE/include \ /usr/local/include \ /usr/local/X11/include \ /usr/local/include/X11 \ -@@ -32469,9 +32470,6 @@ $as_echo "$as_me: WARNING: BeOS threads +@@ -32061,9 +32062,6 @@ $as_echo "$as_me: WARNING: BeOS threads are not yet su THREAD_OPTS="-pthreads $THREAD_OPTS" fi ;; - *-*-freebsd*) - THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" - ;; *-*-darwin* | *-*-cygwin* ) THREAD_OPTS="" ;; -@@ -33247,7 +33245,7 @@ if test "x$ac_cv_func_gmtime_r" = xyes; +@@ -32839,10 +32837,10 @@ if test "x$ac_cv_func_gmtime_r" = xyes; then : $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h fi -- +OPTIMISE_CFLAGS= -@@ -40172,6 +40170,7 @@ fi +- + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +@@ -39638,6 +39636,7 @@ fi ;; powerpc-apple-macos* | \ + *-*-dragonfly* | \ *-*-freebsd* | *-*-openbsd* | *-*-haiku* | *-*-netbsd* | *-*-gnu* | *-*-k*bsd*-gnu | \ *-*-mirbsd* | \ *-*-sunos4* | \ -@@ -40213,6 +40212,7 @@ fi +@@ -39679,6 +39678,7 @@ fi case "${BAKEFILE_HOST}" in *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-haiku* | *-*-netbsd* | \ + *-*-dragonfly* | \ *-*-k*bsd*-gnu | *-*-mirbsd* | *-*-gnu* ) if test "x$SUNCXX" = "xyes"; then SONAME_FLAG="-h " diff --git a/x11-toolkits/wxgtk31/files/patch-setup.h.in b/x11-toolkits/wxgtk31/files/patch-setup.h.in index 3571a20c807e..26870469d52f 100644 --- a/x11-toolkits/wxgtk31/files/patch-setup.h.in +++ b/x11-toolkits/wxgtk31/files/patch-setup.h.in @@ -1,20 +1,20 @@ ---- setup.h.in.orig 2014-10-06 21:33:44 UTC +--- setup.h.in.orig 2021-04-12 22:23:58 UTC +++ setup.h.in -@@ -757,17 +757,14 @@ +@@ -801,17 +801,14 @@ /* * Define if your compiler has std::tr1::unordered_map */ -#undef HAVE_TR1_UNORDERED_MAP /* * Define if your compiler has std::tr1::unordered_set */ -#undef HAVE_TR1_UNORDERED_SET /* * Define if your compiler has */ -#undef HAVE_TR1_TYPE_TRAITS /* * Define if your compiler has diff --git a/x11-toolkits/wxgtk31/files/patch-src-common-translation.cpp b/x11-toolkits/wxgtk31/files/patch-src-common-translation.cpp deleted file mode 100644 index 5002755f8545..000000000000 --- a/x11-toolkits/wxgtk31/files/patch-src-common-translation.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/translation.cpp.orig 2011-02-18 15:12:53.000000000 +0600 -+++ src/common/translation.cpp 2011-02-18 15:15:10.000000000 +0600 -@@ -1302,7 +1302,7 @@ - - bool wxTranslations::AddStdCatalog() - { -- if ( !AddCatalog(wxS("wxstd")) ) -+ if ( !AddCatalog(wxS("wxstd") wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION)) ) - return false; - - // there may be a catalog with toolkit specific overrides, it is not diff --git a/x11-toolkits/wxgtk31/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk31/files/patch-utils-wxrc-Makefile.in index 1ae8e5792c84..8e1067c0c602 100644 --- a/x11-toolkits/wxgtk31/files/patch-utils-wxrc-Makefile.in +++ b/x11-toolkits/wxgtk31/files/patch-utils-wxrc-Makefile.in @@ -1,23 +1,10 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 30 23:00:32 2006 -+++ utils/wxrc/Makefile.in Thu Nov 30 23:01:25 2006 -@@ -29,6 +29,7 @@ +--- utils/wxrc/Makefile.in.orig 2021-04-12 22:23:58 UTC ++++ utils/wxrc/Makefile.in +@@ -30,6 +30,7 @@ WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ TOOLKIT = @TOOLKIT@ TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ TOOLKIT_VERSION = @TOOLKIT_VERSION@ +TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ EXTRALIBS = @EXTRALIBS@ EXTRALIBS_XML = @EXTRALIBS_XML@ EXTRALIBS_GUI = @EXTRALIBS_GUI@ -@@ -114,11 +115,7 @@ - - @COND_USE_XRC_1@install_wxrc: - @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT)) -+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME)$(EXEEXT) - - @COND_USE_XRC_1@uninstall_wxrc: - @COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) diff --git a/x11-toolkits/wxgtk31/pkg-plist b/x11-toolkits/wxgtk31/pkg-plist index 5449cea71c43..8cb8477f38d4 100644 --- a/x11-toolkits/wxgtk31/pkg-plist +++ b/x11-toolkits/wxgtk31/pkg-plist @@ -1,800 +1,805 @@ bin/wxgtk3u-3.1-config -bin/wxrc-gtk3u-3.1 +bin/wxrc +bin/wxrc-3.1 include/wx-3.1/wx/aboutdlg.h include/wx-3.1/wx/accel.h include/wx-3.1/wx/access.h include/wx-3.1/wx/activityindicator.h include/wx-3.1/wx/addremovectrl.h include/wx-3.1/wx/affinematrix2d.h include/wx-3.1/wx/affinematrix2dbase.h include/wx-3.1/wx/afterstd.h include/wx-3.1/wx/anidecod.h include/wx-3.1/wx/animate.h include/wx-3.1/wx/animdecod.h include/wx-3.1/wx/any.h include/wx-3.1/wx/anybutton.h include/wx-3.1/wx/anystr.h include/wx-3.1/wx/app.h include/wx-3.1/wx/appprogress.h include/wx-3.1/wx/apptrait.h include/wx-3.1/wx/archive.h include/wx-3.1/wx/arrimpl.cpp include/wx-3.1/wx/arrstr.h include/wx-3.1/wx/artprov.h include/wx-3.1/wx/atomic.h include/wx-3.1/wx/aui/aui.h include/wx-3.1/wx/aui/auibar.h include/wx-3.1/wx/aui/auibook.h include/wx-3.1/wx/aui/dockart.h include/wx-3.1/wx/aui/floatpane.h include/wx-3.1/wx/aui/framemanager.h include/wx-3.1/wx/aui/tabart.h include/wx-3.1/wx/aui/tabmdi.h include/wx-3.1/wx/bannerwindow.h include/wx-3.1/wx/base64.h include/wx-3.1/wx/beforestd.h include/wx-3.1/wx/bitmap.h include/wx-3.1/wx/bmpbuttn.h include/wx-3.1/wx/bmpcbox.h include/wx-3.1/wx/bookctrl.h include/wx-3.1/wx/brush.h include/wx-3.1/wx/buffer.h include/wx-3.1/wx/build.h include/wx-3.1/wx/busyinfo.h include/wx-3.1/wx/button.h include/wx-3.1/wx/calctrl.h include/wx-3.1/wx/caret.h include/wx-3.1/wx/chartype.h include/wx-3.1/wx/checkbox.h include/wx-3.1/wx/checkeddelete.h include/wx-3.1/wx/checklst.h include/wx-3.1/wx/chkconf.h include/wx-3.1/wx/choicdlg.h include/wx-3.1/wx/choice.h include/wx-3.1/wx/choicebk.h include/wx-3.1/wx/clipbrd.h include/wx-3.1/wx/clntdata.h include/wx-3.1/wx/clrpicker.h include/wx-3.1/wx/cmdargs.h include/wx-3.1/wx/cmdline.h include/wx-3.1/wx/cmdproc.h include/wx-3.1/wx/cmndata.h include/wx-3.1/wx/collheaderctrl.h include/wx-3.1/wx/collpane.h include/wx-3.1/wx/colordlg.h include/wx-3.1/wx/colour.h include/wx-3.1/wx/colourdata.h include/wx-3.1/wx/combo.h include/wx-3.1/wx/combobox.h include/wx-3.1/wx/commandlinkbutton.h include/wx-3.1/wx/compiler.h include/wx-3.1/wx/compositewin.h include/wx-3.1/wx/confbase.h include/wx-3.1/wx/config.h include/wx-3.1/wx/containr.h include/wx-3.1/wx/control.h include/wx-3.1/wx/convauto.h include/wx-3.1/wx/cpp.h +include/wx-3.1/wx/creddlg.h include/wx-3.1/wx/crt.h include/wx-3.1/wx/cshelp.h include/wx-3.1/wx/ctrlsub.h include/wx-3.1/wx/cursor.h include/wx-3.1/wx/custombgwin.h include/wx-3.1/wx/dataobj.h include/wx-3.1/wx/dataview.h include/wx-3.1/wx/datectrl.h include/wx-3.1/wx/dateevt.h include/wx-3.1/wx/datetime.h include/wx-3.1/wx/datetimectrl.h include/wx-3.1/wx/datstrm.h include/wx-3.1/wx/dc.h include/wx-3.1/wx/dcbuffer.h include/wx-3.1/wx/dcclient.h include/wx-3.1/wx/dcgraph.h include/wx-3.1/wx/dcmemory.h include/wx-3.1/wx/dcmirror.h include/wx-3.1/wx/dcprint.h include/wx-3.1/wx/dcps.h include/wx-3.1/wx/dcscreen.h include/wx-3.1/wx/dcsvg.h include/wx-3.1/wx/dde.h include/wx-3.1/wx/debug.h include/wx-3.1/wx/debugrpt.h include/wx-3.1/wx/defs.h include/wx-3.1/wx/dialog.h include/wx-3.1/wx/dialup.h include/wx-3.1/wx/dir.h include/wx-3.1/wx/dirctrl.h include/wx-3.1/wx/dirdlg.h include/wx-3.1/wx/display.h include/wx-3.1/wx/dlimpexp.h include/wx-3.1/wx/dlist.h include/wx-3.1/wx/dnd.h include/wx-3.1/wx/docmdi.h include/wx-3.1/wx/docview.h include/wx-3.1/wx/dragimag.h include/wx-3.1/wx/dvrenderers.h include/wx-3.1/wx/dynarray.h include/wx-3.1/wx/dynlib.h include/wx-3.1/wx/dynload.h include/wx-3.1/wx/editlbox.h include/wx-3.1/wx/effects.h include/wx-3.1/wx/encconv.h include/wx-3.1/wx/encinfo.h include/wx-3.1/wx/event.h include/wx-3.1/wx/eventfilter.h include/wx-3.1/wx/evtloop.h include/wx-3.1/wx/evtloopsrc.h include/wx-3.1/wx/except.h include/wx-3.1/wx/fdrepdlg.h include/wx-3.1/wx/features.h include/wx-3.1/wx/ffile.h include/wx-3.1/wx/file.h include/wx-3.1/wx/fileconf.h include/wx-3.1/wx/filectrl.h include/wx-3.1/wx/filedlg.h include/wx-3.1/wx/filefn.h include/wx-3.1/wx/filehistory.h include/wx-3.1/wx/filename.h include/wx-3.1/wx/filepicker.h include/wx-3.1/wx/filesys.h include/wx-3.1/wx/flags.h include/wx-3.1/wx/fmappriv.h include/wx-3.1/wx/font.h include/wx-3.1/wx/fontdata.h include/wx-3.1/wx/fontdlg.h include/wx-3.1/wx/fontenc.h include/wx-3.1/wx/fontenum.h include/wx-3.1/wx/fontmap.h include/wx-3.1/wx/fontpicker.h include/wx-3.1/wx/fontutil.h include/wx-3.1/wx/frame.h include/wx-3.1/wx/fs_arc.h include/wx-3.1/wx/fs_filter.h include/wx-3.1/wx/fs_inet.h include/wx-3.1/wx/fs_mem.h include/wx-3.1/wx/fs_zip.h include/wx-3.1/wx/fswatcher.h include/wx-3.1/wx/gauge.h include/wx-3.1/wx/gbsizer.h include/wx-3.1/wx/gdicmn.h include/wx-3.1/wx/gdiobj.h include/wx-3.1/wx/generic/aboutdlgg.h include/wx-3.1/wx/generic/accel.h include/wx-3.1/wx/generic/activityindicator.h include/wx-3.1/wx/generic/animate.h include/wx-3.1/wx/generic/bmpcbox.h include/wx-3.1/wx/generic/busyinfo.h include/wx-3.1/wx/generic/buttonbar.h include/wx-3.1/wx/generic/calctrlg.h include/wx-3.1/wx/generic/caret.h include/wx-3.1/wx/generic/choicdgg.h include/wx-3.1/wx/generic/collheaderctrl.h include/wx-3.1/wx/generic/combo.h +include/wx-3.1/wx/generic/creddlgg.h include/wx-3.1/wx/generic/custombgwin.h include/wx-3.1/wx/generic/dataview.h include/wx-3.1/wx/generic/datectrl.h include/wx-3.1/wx/generic/dcpsg.h include/wx-3.1/wx/generic/dirctrlg.h include/wx-3.1/wx/generic/dragimgg.h include/wx-3.1/wx/generic/dvrenderer.h include/wx-3.1/wx/generic/dvrenderers.h include/wx-3.1/wx/generic/fdrepdlg.h include/wx-3.1/wx/generic/filectrlg.h include/wx-3.1/wx/generic/filepickerg.h include/wx-3.1/wx/generic/fswatcher.h include/wx-3.1/wx/generic/grid.h include/wx-3.1/wx/generic/gridctrl.h include/wx-3.1/wx/generic/grideditors.h include/wx-3.1/wx/generic/gridsel.h include/wx-3.1/wx/generic/headerctrlg.h include/wx-3.1/wx/generic/helpext.h include/wx-3.1/wx/generic/hyperlink.h include/wx-3.1/wx/generic/icon.h include/wx-3.1/wx/generic/imaglist.h include/wx-3.1/wx/generic/infobar.h include/wx-3.1/wx/generic/laywin.h include/wx-3.1/wx/generic/listctrl.h include/wx-3.1/wx/generic/logg.h include/wx-3.1/wx/generic/msgdlgg.h include/wx-3.1/wx/generic/notebook.h include/wx-3.1/wx/generic/notifmsg.h include/wx-3.1/wx/generic/numdlgg.h include/wx-3.1/wx/generic/paletteg.h include/wx-3.1/wx/generic/panelg.h include/wx-3.1/wx/generic/printps.h include/wx-3.1/wx/generic/prntdlgg.h include/wx-3.1/wx/generic/progdlgg.h include/wx-3.1/wx/generic/propdlg.h include/wx-3.1/wx/generic/richmsgdlgg.h include/wx-3.1/wx/generic/sashwin.h include/wx-3.1/wx/generic/scrolwin.h include/wx-3.1/wx/generic/spinctlg.h include/wx-3.1/wx/generic/splash.h include/wx-3.1/wx/generic/splitter.h include/wx-3.1/wx/generic/srchctlg.h include/wx-3.1/wx/generic/statbmpg.h include/wx-3.1/wx/generic/stattextg.h include/wx-3.1/wx/generic/statusbr.h include/wx-3.1/wx/generic/textdlgg.h include/wx-3.1/wx/generic/timectrl.h include/wx-3.1/wx/generic/treectlg.h include/wx-3.1/wx/generic/wizard.h include/wx-3.1/wx/geometry.h include/wx-3.1/wx/gifdecod.h include/wx-3.1/wx/glcanvas.h include/wx-3.1/wx/graphics.h include/wx-3.1/wx/grid.h include/wx-3.1/wx/gtk/accel.h include/wx-3.1/wx/gtk/activityindicator.h include/wx-3.1/wx/gtk/animate.h include/wx-3.1/wx/gtk/anybutton.h include/wx-3.1/wx/gtk/app.h include/wx-3.1/wx/gtk/assertdlg_gtk.h include/wx-3.1/wx/gtk/bitmap.h include/wx-3.1/wx/gtk/bmpbuttn.h include/wx-3.1/wx/gtk/bmpcbox.h include/wx-3.1/wx/gtk/brush.h include/wx-3.1/wx/gtk/button.h include/wx-3.1/wx/gtk/calctrl.h include/wx-3.1/wx/gtk/checkbox.h include/wx-3.1/wx/gtk/checklst.h include/wx-3.1/wx/gtk/chkconf.h include/wx-3.1/wx/gtk/choice.h include/wx-3.1/wx/gtk/clipbrd.h include/wx-3.1/wx/gtk/clrpicker.h include/wx-3.1/wx/gtk/collpane.h include/wx-3.1/wx/gtk/colordlg.h include/wx-3.1/wx/gtk/colour.h include/wx-3.1/wx/gtk/combobox.h include/wx-3.1/wx/gtk/control.h include/wx-3.1/wx/gtk/cursor.h include/wx-3.1/wx/gtk/dataform.h include/wx-3.1/wx/gtk/dataobj.h include/wx-3.1/wx/gtk/dataobj2.h include/wx-3.1/wx/gtk/dataview.h include/wx-3.1/wx/gtk/dialog.h include/wx-3.1/wx/gtk/dirdlg.h include/wx-3.1/wx/gtk/dnd.h include/wx-3.1/wx/gtk/dvrenderer.h include/wx-3.1/wx/gtk/dvrenderers.h include/wx-3.1/wx/gtk/evtloop.h include/wx-3.1/wx/gtk/evtloopsrc.h include/wx-3.1/wx/gtk/filectrl.h include/wx-3.1/wx/gtk/filedlg.h include/wx-3.1/wx/gtk/filehistory.h include/wx-3.1/wx/gtk/filepicker.h include/wx-3.1/wx/gtk/font.h include/wx-3.1/wx/gtk/fontdlg.h include/wx-3.1/wx/gtk/fontpicker.h include/wx-3.1/wx/gtk/frame.h include/wx-3.1/wx/gtk/gauge.h include/wx-3.1/wx/gtk/glcanvas.h include/wx-3.1/wx/gtk/gnome/gvfs.h include/wx-3.1/wx/gtk/hyperlink.h include/wx-3.1/wx/gtk/infobar.h include/wx-3.1/wx/gtk/listbox.h include/wx-3.1/wx/gtk/mdi.h include/wx-3.1/wx/gtk/menu.h include/wx-3.1/wx/gtk/menuitem.h include/wx-3.1/wx/gtk/mimetype.h include/wx-3.1/wx/gtk/minifram.h include/wx-3.1/wx/gtk/msgdlg.h include/wx-3.1/wx/gtk/nonownedwnd.h include/wx-3.1/wx/gtk/notebook.h include/wx-3.1/wx/gtk/pen.h include/wx-3.1/wx/gtk/popupwin.h include/wx-3.1/wx/gtk/print.h include/wx-3.1/wx/gtk/radiobox.h include/wx-3.1/wx/gtk/radiobut.h include/wx-3.1/wx/gtk/region.h include/wx-3.1/wx/gtk/scrolbar.h include/wx-3.1/wx/gtk/scrolwin.h include/wx-3.1/wx/gtk/slider.h include/wx-3.1/wx/gtk/spinbutt.h include/wx-3.1/wx/gtk/spinctrl.h include/wx-3.1/wx/gtk/srchctrl.h include/wx-3.1/wx/gtk/statbmp.h include/wx-3.1/wx/gtk/statbox.h include/wx-3.1/wx/gtk/statline.h include/wx-3.1/wx/gtk/stattext.h include/wx-3.1/wx/gtk/taskbar.h include/wx-3.1/wx/gtk/textctrl.h include/wx-3.1/wx/gtk/textentry.h include/wx-3.1/wx/gtk/tglbtn.h include/wx-3.1/wx/gtk/toolbar.h include/wx-3.1/wx/gtk/tooltip.h include/wx-3.1/wx/gtk/toplevel.h include/wx-3.1/wx/gtk/webview_webkit.h include/wx-3.1/wx/gtk/webviewhistoryitem_webkit.h include/wx-3.1/wx/gtk/window.h include/wx-3.1/wx/hash.h include/wx-3.1/wx/hashmap.h include/wx-3.1/wx/hashset.h include/wx-3.1/wx/headercol.h include/wx-3.1/wx/headerctrl.h include/wx-3.1/wx/help.h include/wx-3.1/wx/helpbase.h include/wx-3.1/wx/helphtml.h include/wx-3.1/wx/helpwin.h include/wx-3.1/wx/html/forcelnk.h include/wx-3.1/wx/html/helpctrl.h include/wx-3.1/wx/html/helpdata.h include/wx-3.1/wx/html/helpdlg.h include/wx-3.1/wx/html/helpfrm.h include/wx-3.1/wx/html/helpwnd.h include/wx-3.1/wx/html/htmlcell.h include/wx-3.1/wx/html/htmldefs.h include/wx-3.1/wx/html/htmlfilt.h include/wx-3.1/wx/html/htmlpars.h include/wx-3.1/wx/html/htmlproc.h include/wx-3.1/wx/html/htmltag.h include/wx-3.1/wx/html/htmlwin.h include/wx-3.1/wx/html/htmprint.h include/wx-3.1/wx/html/m_templ.h include/wx-3.1/wx/html/styleparams.h include/wx-3.1/wx/html/winpars.h include/wx-3.1/wx/htmllbox.h include/wx-3.1/wx/hyperlink.h include/wx-3.1/wx/icon.h include/wx-3.1/wx/iconbndl.h include/wx-3.1/wx/iconloc.h include/wx-3.1/wx/imagbmp.h include/wx-3.1/wx/image.h include/wx-3.1/wx/imaggif.h include/wx-3.1/wx/imagiff.h include/wx-3.1/wx/imagjpeg.h include/wx-3.1/wx/imaglist.h include/wx-3.1/wx/imagpcx.h include/wx-3.1/wx/imagpng.h include/wx-3.1/wx/imagpnm.h include/wx-3.1/wx/imagtga.h include/wx-3.1/wx/imagtiff.h include/wx-3.1/wx/imagxpm.h include/wx-3.1/wx/infobar.h include/wx-3.1/wx/init.h include/wx-3.1/wx/intl.h include/wx-3.1/wx/iosfwrap.h include/wx-3.1/wx/ioswrap.h include/wx-3.1/wx/ipc.h include/wx-3.1/wx/ipcbase.h include/wx-3.1/wx/itemattr.h include/wx-3.1/wx/itemid.h include/wx-3.1/wx/joystick.h include/wx-3.1/wx/kbdstate.h include/wx-3.1/wx/language.h include/wx-3.1/wx/layout.h include/wx-3.1/wx/laywin.h include/wx-3.1/wx/link.h include/wx-3.1/wx/list.h include/wx-3.1/wx/listbase.h include/wx-3.1/wx/listbook.h include/wx-3.1/wx/listbox.h include/wx-3.1/wx/listctrl.h include/wx-3.1/wx/listimpl.cpp include/wx-3.1/wx/log.h include/wx-3.1/wx/longlong.h include/wx-3.1/wx/lzmastream.h include/wx-3.1/wx/math.h include/wx-3.1/wx/matrix.h include/wx-3.1/wx/mdi.h include/wx-3.1/wx/mediactrl.h include/wx-3.1/wx/memconf.h include/wx-3.1/wx/memory.h include/wx-3.1/wx/memtext.h include/wx-3.1/wx/menu.h include/wx-3.1/wx/menuitem.h include/wx-3.1/wx/meta/convertible.h include/wx-3.1/wx/meta/if.h include/wx-3.1/wx/meta/implicitconversion.h include/wx-3.1/wx/meta/int2type.h include/wx-3.1/wx/meta/movable.h include/wx-3.1/wx/meta/pod.h include/wx-3.1/wx/meta/removeref.h include/wx-3.1/wx/metafile.h include/wx-3.1/wx/mimetype.h include/wx-3.1/wx/minifram.h include/wx-3.1/wx/modalhook.h include/wx-3.1/wx/module.h include/wx-3.1/wx/mousemanager.h include/wx-3.1/wx/mousestate.h include/wx-3.1/wx/msgdlg.h include/wx-3.1/wx/msgout.h include/wx-3.1/wx/msgqueue.h include/wx-3.1/wx/mstream.h include/wx-3.1/wx/nativewin.h include/wx-3.1/wx/nonownedwnd.h include/wx-3.1/wx/notebook.h include/wx-3.1/wx/notifmsg.h include/wx-3.1/wx/numdlg.h include/wx-3.1/wx/numformatter.h include/wx-3.1/wx/object.h include/wx-3.1/wx/odcombo.h include/wx-3.1/wx/overlay.h include/wx-3.1/wx/ownerdrw.h include/wx-3.1/wx/palette.h include/wx-3.1/wx/panel.h include/wx-3.1/wx/paper.h include/wx-3.1/wx/pen.h include/wx-3.1/wx/peninfobase.h include/wx-3.1/wx/persist.h include/wx-3.1/wx/persist/bookctrl.h include/wx-3.1/wx/persist/dataview.h include/wx-3.1/wx/persist/splitter.h include/wx-3.1/wx/persist/toplevel.h include/wx-3.1/wx/persist/treebook.h include/wx-3.1/wx/persist/window.h include/wx-3.1/wx/pickerbase.h include/wx-3.1/wx/platform.h include/wx-3.1/wx/platinfo.h include/wx-3.1/wx/popupwin.h include/wx-3.1/wx/position.h include/wx-3.1/wx/power.h include/wx-3.1/wx/preferences.h include/wx-3.1/wx/print.h include/wx-3.1/wx/printdlg.h include/wx-3.1/wx/prntbase.h include/wx-3.1/wx/process.h include/wx-3.1/wx/progdlg.h include/wx-3.1/wx/propdlg.h include/wx-3.1/wx/propgrid/advprops.h include/wx-3.1/wx/propgrid/editors.h include/wx-3.1/wx/propgrid/manager.h include/wx-3.1/wx/propgrid/property.h include/wx-3.1/wx/propgrid/propgrid.h include/wx-3.1/wx/propgrid/propgriddefs.h include/wx-3.1/wx/propgrid/propgridiface.h include/wx-3.1/wx/propgrid/propgridpagestate.h include/wx-3.1/wx/propgrid/props.h include/wx-3.1/wx/protocol/file.h include/wx-3.1/wx/protocol/ftp.h include/wx-3.1/wx/protocol/http.h include/wx-3.1/wx/protocol/log.h include/wx-3.1/wx/protocol/protocol.h include/wx-3.1/wx/ptr_scpd.h include/wx-3.1/wx/ptr_shrd.h include/wx-3.1/wx/quantize.h include/wx-3.1/wx/radiobox.h include/wx-3.1/wx/radiobut.h include/wx-3.1/wx/range.h include/wx-3.1/wx/rawbmp.h include/wx-3.1/wx/rearrangectrl.h include/wx-3.1/wx/recguard.h include/wx-3.1/wx/regex.h include/wx-3.1/wx/region.h include/wx-3.1/wx/renderer.h include/wx-3.1/wx/ribbon/art.h include/wx-3.1/wx/ribbon/art_internal.h include/wx-3.1/wx/ribbon/bar.h include/wx-3.1/wx/ribbon/buttonbar.h include/wx-3.1/wx/ribbon/control.h include/wx-3.1/wx/ribbon/gallery.h include/wx-3.1/wx/ribbon/page.h include/wx-3.1/wx/ribbon/panel.h include/wx-3.1/wx/ribbon/toolbar.h include/wx-3.1/wx/richmsgdlg.h include/wx-3.1/wx/richtext/richtextbackgroundpage.h include/wx-3.1/wx/richtext/richtextborderspage.h include/wx-3.1/wx/richtext/richtextbuffer.h include/wx-3.1/wx/richtext/richtextbulletspage.h include/wx-3.1/wx/richtext/richtextctrl.h include/wx-3.1/wx/richtext/richtextdialogpage.h include/wx-3.1/wx/richtext/richtextfontpage.h include/wx-3.1/wx/richtext/richtextformatdlg.h include/wx-3.1/wx/richtext/richtexthtml.h include/wx-3.1/wx/richtext/richtextimagedlg.h include/wx-3.1/wx/richtext/richtextindentspage.h include/wx-3.1/wx/richtext/richtextliststylepage.h include/wx-3.1/wx/richtext/richtextmarginspage.h include/wx-3.1/wx/richtext/richtextprint.h include/wx-3.1/wx/richtext/richtextsizepage.h include/wx-3.1/wx/richtext/richtextstyledlg.h include/wx-3.1/wx/richtext/richtextstylepage.h include/wx-3.1/wx/richtext/richtextstyles.h include/wx-3.1/wx/richtext/richtextsymboldlg.h include/wx-3.1/wx/richtext/richtexttabspage.h include/wx-3.1/wx/richtext/richtextuicustomization.h include/wx-3.1/wx/richtext/richtextxml.h include/wx-3.1/wx/richtooltip.h include/wx-3.1/wx/rtti.h include/wx-3.1/wx/sashwin.h include/wx-3.1/wx/sckaddr.h include/wx-3.1/wx/sckipc.h include/wx-3.1/wx/sckstrm.h include/wx-3.1/wx/scopedarray.h include/wx-3.1/wx/scopedptr.h include/wx-3.1/wx/scopeguard.h include/wx-3.1/wx/scrolbar.h include/wx-3.1/wx/scrolwin.h include/wx-3.1/wx/secretstore.h include/wx-3.1/wx/selstore.h include/wx-3.1/wx/settings.h include/wx-3.1/wx/sharedptr.h include/wx-3.1/wx/simplebook.h include/wx-3.1/wx/sizer.h include/wx-3.1/wx/slider.h include/wx-3.1/wx/snglinst.h include/wx-3.1/wx/socket.h include/wx-3.1/wx/sound.h include/wx-3.1/wx/spinbutt.h include/wx-3.1/wx/spinctrl.h include/wx-3.1/wx/splash.h include/wx-3.1/wx/splitter.h include/wx-3.1/wx/srchctrl.h include/wx-3.1/wx/sstream.h include/wx-3.1/wx/stack.h include/wx-3.1/wx/stackwalk.h include/wx-3.1/wx/statbmp.h include/wx-3.1/wx/statbox.h include/wx-3.1/wx/statline.h include/wx-3.1/wx/stattext.h include/wx-3.1/wx/statusbr.h include/wx-3.1/wx/stc/stc.h include/wx-3.1/wx/stdpaths.h include/wx-3.1/wx/stdstream.h include/wx-3.1/wx/stockitem.h include/wx-3.1/wx/stopwatch.h include/wx-3.1/wx/strconv.h include/wx-3.1/wx/stream.h include/wx-3.1/wx/string.h include/wx-3.1/wx/stringimpl.h include/wx-3.1/wx/stringops.h include/wx-3.1/wx/strvararg.h include/wx-3.1/wx/sysopt.h include/wx-3.1/wx/systhemectrl.h include/wx-3.1/wx/tarstrm.h include/wx-3.1/wx/taskbar.h include/wx-3.1/wx/taskbarbutton.h include/wx-3.1/wx/tbarbase.h include/wx-3.1/wx/testing.h include/wx-3.1/wx/textbuf.h include/wx-3.1/wx/textcompleter.h include/wx-3.1/wx/textctrl.h include/wx-3.1/wx/textdlg.h include/wx-3.1/wx/textentry.h include/wx-3.1/wx/textfile.h include/wx-3.1/wx/textwrapper.h include/wx-3.1/wx/tglbtn.h include/wx-3.1/wx/thread.h include/wx-3.1/wx/thrimpl.cpp include/wx-3.1/wx/time.h include/wx-3.1/wx/timectrl.h include/wx-3.1/wx/timer.h include/wx-3.1/wx/tipdlg.h include/wx-3.1/wx/tipwin.h include/wx-3.1/wx/tls.h include/wx-3.1/wx/tokenzr.h include/wx-3.1/wx/toolbar.h include/wx-3.1/wx/toolbook.h include/wx-3.1/wx/tooltip.h include/wx-3.1/wx/toplevel.h include/wx-3.1/wx/tracker.h include/wx-3.1/wx/translation.h include/wx-3.1/wx/treebase.h include/wx-3.1/wx/treebook.h include/wx-3.1/wx/treectrl.h include/wx-3.1/wx/treelist.h include/wx-3.1/wx/txtstrm.h include/wx-3.1/wx/typeinfo.h include/wx-3.1/wx/types.h include/wx-3.1/wx/uiaction.h include/wx-3.1/wx/unichar.h include/wx-3.1/wx/unix/app.h include/wx-3.1/wx/unix/apptbase.h include/wx-3.1/wx/unix/apptrait.h include/wx-3.1/wx/unix/chkconf.h include/wx-3.1/wx/unix/evtloop.h include/wx-3.1/wx/unix/evtloopsrc.h include/wx-3.1/wx/unix/fontutil.h include/wx-3.1/wx/unix/fswatcher_inotify.h include/wx-3.1/wx/unix/fswatcher_kqueue.h +include/wx-3.1/wx/unix/glegl.h include/wx-3.1/wx/unix/glx11.h include/wx-3.1/wx/unix/joystick.h include/wx-3.1/wx/unix/mimetype.h include/wx-3.1/wx/unix/pipe.h include/wx-3.1/wx/unix/sound.h include/wx-3.1/wx/unix/stackwalk.h include/wx-3.1/wx/unix/stdpaths.h include/wx-3.1/wx/unix/taskbarx11.h include/wx-3.1/wx/unix/tls.h include/wx-3.1/wx/unix/utilsx11.h include/wx-3.1/wx/uri.h include/wx-3.1/wx/url.h include/wx-3.1/wx/ustring.h include/wx-3.1/wx/utils.h include/wx-3.1/wx/valgen.h include/wx-3.1/wx/validate.h include/wx-3.1/wx/valnum.h include/wx-3.1/wx/valtext.h include/wx-3.1/wx/variant.h include/wx-3.1/wx/vector.h include/wx-3.1/wx/version.h include/wx-3.1/wx/versioninfo.h include/wx-3.1/wx/vidmode.h include/wx-3.1/wx/vlbox.h include/wx-3.1/wx/vms_x_fix.h include/wx-3.1/wx/volume.h include/wx-3.1/wx/vscroll.h include/wx-3.1/wx/weakref.h +include/wx-3.1/wx/webrequest.h include/wx-3.1/wx/webview.h include/wx-3.1/wx/webviewarchivehandler.h include/wx-3.1/wx/webviewfshandler.h include/wx-3.1/wx/wfstream.h include/wx-3.1/wx/window.h include/wx-3.1/wx/windowid.h include/wx-3.1/wx/windowptr.h include/wx-3.1/wx/withimages.h include/wx-3.1/wx/wizard.h include/wx-3.1/wx/wrapsizer.h include/wx-3.1/wx/wupdlock.h include/wx-3.1/wx/wx.h include/wx-3.1/wx/wxchar.h include/wx-3.1/wx/wxcrt.h include/wx-3.1/wx/wxcrtbase.h include/wx-3.1/wx/wxcrtvararg.h include/wx-3.1/wx/wxhtml.h include/wx-3.1/wx/wxprec.h include/wx-3.1/wx/xlocale.h include/wx-3.1/wx/xml/xml.h include/wx-3.1/wx/xpmdecod.h include/wx-3.1/wx/xpmhand.h include/wx-3.1/wx/xrc/xh_activityindicator.h include/wx-3.1/wx/xrc/xh_all.h include/wx-3.1/wx/xrc/xh_animatctrl.h include/wx-3.1/wx/xrc/xh_aui.h include/wx-3.1/wx/xrc/xh_auitoolb.h include/wx-3.1/wx/xrc/xh_bannerwindow.h include/wx-3.1/wx/xrc/xh_bmp.h include/wx-3.1/wx/xrc/xh_bmpbt.h include/wx-3.1/wx/xrc/xh_bmpcbox.h include/wx-3.1/wx/xrc/xh_bttn.h include/wx-3.1/wx/xrc/xh_cald.h include/wx-3.1/wx/xrc/xh_chckb.h include/wx-3.1/wx/xrc/xh_chckl.h include/wx-3.1/wx/xrc/xh_choic.h include/wx-3.1/wx/xrc/xh_choicbk.h include/wx-3.1/wx/xrc/xh_clrpicker.h include/wx-3.1/wx/xrc/xh_cmdlinkbn.h include/wx-3.1/wx/xrc/xh_collpane.h include/wx-3.1/wx/xrc/xh_combo.h include/wx-3.1/wx/xrc/xh_comboctrl.h include/wx-3.1/wx/xrc/xh_dataview.h include/wx-3.1/wx/xrc/xh_datectrl.h include/wx-3.1/wx/xrc/xh_dirpicker.h include/wx-3.1/wx/xrc/xh_dlg.h include/wx-3.1/wx/xrc/xh_editlbox.h include/wx-3.1/wx/xrc/xh_filectrl.h include/wx-3.1/wx/xrc/xh_filepicker.h include/wx-3.1/wx/xrc/xh_fontpicker.h include/wx-3.1/wx/xrc/xh_frame.h include/wx-3.1/wx/xrc/xh_gauge.h include/wx-3.1/wx/xrc/xh_gdctl.h include/wx-3.1/wx/xrc/xh_grid.h include/wx-3.1/wx/xrc/xh_html.h include/wx-3.1/wx/xrc/xh_htmllbox.h include/wx-3.1/wx/xrc/xh_hyperlink.h include/wx-3.1/wx/xrc/xh_infobar.h include/wx-3.1/wx/xrc/xh_listb.h include/wx-3.1/wx/xrc/xh_listbk.h include/wx-3.1/wx/xrc/xh_listc.h include/wx-3.1/wx/xrc/xh_mdi.h include/wx-3.1/wx/xrc/xh_menu.h include/wx-3.1/wx/xrc/xh_notbk.h include/wx-3.1/wx/xrc/xh_odcombo.h include/wx-3.1/wx/xrc/xh_panel.h include/wx-3.1/wx/xrc/xh_propdlg.h include/wx-3.1/wx/xrc/xh_radbt.h include/wx-3.1/wx/xrc/xh_radbx.h include/wx-3.1/wx/xrc/xh_ribbon.h include/wx-3.1/wx/xrc/xh_richtext.h include/wx-3.1/wx/xrc/xh_scrol.h include/wx-3.1/wx/xrc/xh_scwin.h include/wx-3.1/wx/xrc/xh_simplebook.h include/wx-3.1/wx/xrc/xh_sizer.h include/wx-3.1/wx/xrc/xh_slidr.h include/wx-3.1/wx/xrc/xh_spin.h include/wx-3.1/wx/xrc/xh_split.h include/wx-3.1/wx/xrc/xh_srchctrl.h include/wx-3.1/wx/xrc/xh_statbar.h include/wx-3.1/wx/xrc/xh_stbmp.h include/wx-3.1/wx/xrc/xh_stbox.h include/wx-3.1/wx/xrc/xh_stlin.h include/wx-3.1/wx/xrc/xh_sttxt.h include/wx-3.1/wx/xrc/xh_text.h include/wx-3.1/wx/xrc/xh_tglbtn.h include/wx-3.1/wx/xrc/xh_timectrl.h include/wx-3.1/wx/xrc/xh_toolb.h include/wx-3.1/wx/xrc/xh_toolbk.h include/wx-3.1/wx/xrc/xh_tree.h include/wx-3.1/wx/xrc/xh_treebk.h include/wx-3.1/wx/xrc/xh_unkwn.h include/wx-3.1/wx/xrc/xh_wizrd.h include/wx-3.1/wx/xrc/xmlres.h include/wx-3.1/wx/xrc/xmlreshandler.h include/wx-3.1/wx/xti.h include/wx-3.1/wx/xti2.h include/wx-3.1/wx/xtictor.h include/wx-3.1/wx/xtihandler.h include/wx-3.1/wx/xtiprop.h include/wx-3.1/wx/xtistrm.h include/wx-3.1/wx/xtitypes.h include/wx-3.1/wx/xtixml.h include/wx-3.1/wx/zipstrm.h include/wx-3.1/wx/zstream.h lib/libwx_baseu-3.1.so -lib/libwx_baseu-3.1.so.4 -lib/libwx_baseu-3.1.so.4.0.0 +lib/libwx_baseu-3.1.so.5 +lib/libwx_baseu-3.1.so.5.0.0 lib/libwx_baseu_net-3.1.so -lib/libwx_baseu_net-3.1.so.4 -lib/libwx_baseu_net-3.1.so.4.0.0 +lib/libwx_baseu_net-3.1.so.5 +lib/libwx_baseu_net-3.1.so.5.0.0 lib/libwx_baseu_xml-3.1.so -lib/libwx_baseu_xml-3.1.so.4 -lib/libwx_baseu_xml-3.1.so.4.0.0 +lib/libwx_baseu_xml-3.1.so.5 +lib/libwx_baseu_xml-3.1.so.5.0.0 lib/libwx_gtk3u_adv-3.1.so -lib/libwx_gtk3u_adv-3.1.so.4 -lib/libwx_gtk3u_adv-3.1.so.4.0.0 +lib/libwx_gtk3u_adv-3.1.so.5 +lib/libwx_gtk3u_adv-3.1.so.5.0.0 lib/libwx_gtk3u_aui-3.1.so -lib/libwx_gtk3u_aui-3.1.so.4 -lib/libwx_gtk3u_aui-3.1.so.4.0.0 +lib/libwx_gtk3u_aui-3.1.so.5 +lib/libwx_gtk3u_aui-3.1.so.5.0.0 lib/libwx_gtk3u_core-3.1.so -lib/libwx_gtk3u_core-3.1.so.4 -lib/libwx_gtk3u_core-3.1.so.4.0.0 +lib/libwx_gtk3u_core-3.1.so.5 +lib/libwx_gtk3u_core-3.1.so.5.0.0 lib/libwx_gtk3u_gl-3.1.so -lib/libwx_gtk3u_gl-3.1.so.4 -lib/libwx_gtk3u_gl-3.1.so.4.0.0 +lib/libwx_gtk3u_gl-3.1.so.5 +lib/libwx_gtk3u_gl-3.1.so.5.0.0 lib/libwx_gtk3u_html-3.1.so -lib/libwx_gtk3u_html-3.1.so.4 -lib/libwx_gtk3u_html-3.1.so.4.0.0 +lib/libwx_gtk3u_html-3.1.so.5 +lib/libwx_gtk3u_html-3.1.so.5.0.0 %%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so -%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.4 -%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.4.0.0 +%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.5 +%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.5.0.0 lib/libwx_gtk3u_propgrid-3.1.so -lib/libwx_gtk3u_propgrid-3.1.so.4 -lib/libwx_gtk3u_propgrid-3.1.so.4.0.0 +lib/libwx_gtk3u_propgrid-3.1.so.5 +lib/libwx_gtk3u_propgrid-3.1.so.5.0.0 lib/libwx_gtk3u_qa-3.1.so -lib/libwx_gtk3u_qa-3.1.so.4 -lib/libwx_gtk3u_qa-3.1.so.4.0.0 +lib/libwx_gtk3u_qa-3.1.so.5 +lib/libwx_gtk3u_qa-3.1.so.5.0.0 lib/libwx_gtk3u_ribbon-3.1.so -lib/libwx_gtk3u_ribbon-3.1.so.4 -lib/libwx_gtk3u_ribbon-3.1.so.4.0.0 +lib/libwx_gtk3u_ribbon-3.1.so.5 +lib/libwx_gtk3u_ribbon-3.1.so.5.0.0 lib/libwx_gtk3u_richtext-3.1.so -lib/libwx_gtk3u_richtext-3.1.so.4 -lib/libwx_gtk3u_richtext-3.1.so.4.0.0 +lib/libwx_gtk3u_richtext-3.1.so.5 +lib/libwx_gtk3u_richtext-3.1.so.5.0.0 lib/libwx_gtk3u_stc-3.1.so -lib/libwx_gtk3u_stc-3.1.so.4 -lib/libwx_gtk3u_stc-3.1.so.4.0.0 +lib/libwx_gtk3u_stc-3.1.so.5 +lib/libwx_gtk3u_stc-3.1.so.5.0.0 %%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so -%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.4 -%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.4.0.0 +%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.5 +%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.5.0.0 lib/libwx_gtk3u_xrc-3.1.so -lib/libwx_gtk3u_xrc-3.1.so.4 -lib/libwx_gtk3u_xrc-3.1.so.4.0.0 -%%WEBKIT%%lib/wx/3.1.4/web-extensions/webkit2_extu-3.1.4.so +lib/libwx_gtk3u_xrc-3.1.so.5 +lib/libwx_gtk3u_xrc-3.1.so.5.0.0 +%%WEBKIT%%lib/wx/3.1.5/web-extensions/webkit2_extu-3.1.5.so lib/wx/include/gtk3-unicode-3.1/wx/setup.h share/aclocal/wxwin31.m4 share/bakefile/presets/wx31.bkl share/bakefile/presets/wx31_presets.py share/bakefile/presets/wx31_unix.bkl share/bakefile/presets/wx31_win32.bkl share/bakefile/presets/wx31_xrc.bkl -%%NLS%%share/locale/ca/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/da/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/de/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/el/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/es/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/id/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/it/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/ja/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/uk/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd31.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd31.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/da/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/el/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/id/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd-3.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd-3.1.mo