SUBDIRS = glade importer INCLUDES = -O \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \ -DEVOLUTION_ETSPECDIR=\"$(datadir)/evolution/etspec\" \ -DG_LOG_DOMAIN=\"evolution-shell\" # CORBA stuff IDLS = \ Evolution-Activity.idl \ Evolution-Icon.idl \ Evolution-LocalStorage.idl \ Evolution-Offline.idl \ Evolution-Session.idl \ Evolution-Shell.idl \ Evolution-ShellComponent.idl \ Evolution-ShellComponentDnd.idl \ Evolution-ShellView.idl \ Evolution-Storage.idl \ Evolution-StorageSetView.idl \ Evolution.idl IDL_GENERATED = \ Evolution.h \ Evolution-common.c \ Evolution-skels.c \ Evolution-stubs.c Evolution-impl.o: Evolution.h $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(srcdir)/Evolution.idl # IDL install idldir = $(datadir)/idl idl_DATA = $(IDLS) # Shell library lib_LTLIBRARIES = \ libeshell.la eshellincludedir = $(includedir)/evolution/shell eshellinclude_HEADERS = \ Evolution.h \ e-folder-tree.h \ evolution-activity-client.h \ evolution-local-storage.h \ evolution-session.h \ evolution-shell-client.h \ evolution-shell-component-client.h \ evolution-shell-component.h \ evolution-shell-component-dnd.h \ evolution-shell-component-utils.h \ evolution-shell-view.h \ evolution-storage-listener.h \ evolution-storage-set-view-listener.h \ evolution-storage.h libeshell_la_SOURCES = \ $(IDL_GENERATED) \ e-folder-tree.c \ evolution-activity-client.c \ evolution-local-storage.c \ evolution-session.c \ evolution-shell-client.c \ evolution-shell-component-client.c \ evolution-shell-component.c \ evolution-shell-component-dnd.c \ evolution-shell-component-utils.c \ evolution-shell-view.c \ evolution-storage-listener.c \ evolution-storage-set-view-listener.c \ evolution-storage.c \ $(eshellinclude_HEADERS) # Evolution executable bin_PROGRAMS = evolution evolution_SOURCES = \ e-activity-handler.c \ e-activity-handler.h \ e-component-registry.c \ e-component-registry.h \ e-corba-storage-registry.c \ e-corba-storage-registry.h \ e-corba-storage.c \ e-corba-storage.h \ e-folder-type-registry.c \ e-folder-type-registry.h \ e-folder.c \ e-folder.h \ e-local-folder.c \ e-local-folder.h \ e-local-storage.c \ e-local-storage.h \ e-setup.c \ e-setup.h \ e-shell-constants.h \ e-shell-folder-commands.c \ e-shell-folder-commands.h \ e-shell-folder-creation-dialog.c \ e-shell-folder-creation-dialog.h \ e-shell-folder-selection-dialog.c \ e-shell-folder-selection-dialog.h \ e-shell-folder-title-bar.c \ e-shell-folder-title-bar.h \ e-shell-importer.c \ e-shell-importer.h \ e-shell-offline-handler.c \ e-shell-offline-handler.h \ e-shell-utils.c \ e-shell-utils.h \ e-shell-view-menu.c \ e-shell-view-menu.h \ e-shell-view.c \ e-shell-view.h \ e-shell.c \ e-shell.h \ e-shortcuts-view-model.c \ e-shortcuts-view-model.h \ e-shortcuts-view.c \ e-shortcuts-view.h \ e-shortcuts.c \ e-shortcuts.h \ e-splash.c \ e-splash.h \ e-storage-set-view.c \ e-storage-set-view.h \ e-storage-set.c \ e-storage-set.h \ e-storage.c \ e-storage.h \ e-task-bar.c \ e-task-bar.h \ e-task-widget.c \ e-task-widget.h \ evolution-storage-set-view.c \ evolution-storage-set-view.h \ evolution-storage-set-view-factory.c \ evolution-storage-set-view-factory.h \ main.c evolution_LDADD = \ libeshell.la \ importer/libevolution-importer.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ $(BONOBO_GNOME_LIBS) # Test component noinst_PROGRAMS = \ evolution-test-component evolution_test_component_SOURCES = \ evolution-test-component.c evolution_test_component_LDADD = \ libeshell.la \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ $(BONOBO_GNOME_LIBS) install-test-component: evolution-test-component $(mkinstalldirs) $(DESTDIR)$(bindir) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-test-component $(DESTDIR)$(bindir)/evolution-test-component $(mkinstalldirs) $(DESTDIR)$(oafdir) $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oaf $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oaf # Misc stuff oafdir = $(datadir)/oaf oaf_in_files = GNOME_Evolution_Shell.oaf.in oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) etspecdir = $(datadir)/evolution/etspec/ etspec_DATA = e-storage-set-view.etspec @XML_I18N_MERGE_OAF_RULE@ EXTRA_DIST = \ $(IDLS) \ $(oaf_in_files) \ $(oaf_DATA) \ $(etspec_DATA) \ GNOME_Evolution_TestComponent.oaf # Purify support if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ all-local: evolution.pure evolution.pure: evolution @rm -f evolution.pure $(PLINK) $(evolution_LDFLAGS) $(evolution_OBJECTS) $(evolution_LDADD) $(LIBS) endif CLEANFILES += $(IDL_GENERATED) BUILT_SOURCES = $(IDL_GENERATED) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) 7.19&id=a9637afa2f446c0dc1e066760abf19f7124c5e36'>refslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use DISTNAME when using USE_GITHUB.mat2018-05-034-8/+6
| | | | Sponsored by: Absolight
* Update to 4.1.1bapt2018-05-033-30/+4
|
* - Add LICENSEamdmi32018-05-031-0/+4
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - Switch to new test frameworkamdmi32018-05-031-4/+4
| | | | | | | - Use MANPREFIX - Switch to options helpers Approved by: portmgr blanket
* math/kig-kde4: only use python2tcberner2018-05-031-1/+1
| | | | | | * kig does not work with python3. PR: 227923
* - Update to 5.5.0danilo2018-05-033-4/+6
|
* - Update to 1.1.0danilo2018-05-033-6/+9
| | | | - Add the new tool "paargs"
* - Update to 1.1.2danilo2018-05-032-4/+4
|
* - Update to 2.9.6danilo2018-05-032-4/+4
|
* - Update to 3.10.9danilo2018-05-032-4/+4
|
* - Update to 2.10.4danilo2018-05-032-5/+4
|
* multimedia/gnome-mpv: update to 0.14jbeich2018-05-033-7/+8
| | | | | | Changes: https://github.com/gnome-mpv/gnome-mpv/releases/tag/v0.14 Changes: https://github.com/gnome-mpv/gnome-mpv/compare/v0.13...v0.14 Reported by: Repology
* x11-drivers/xf86-input-wacom: update to 0.36.1jbeich2018-05-032-4/+4
| | | | | | Changes: https://github.com/linuxwacom/xf86-input-wacom/releases/tag/xf86-input-wacom-0.36.1 Reported by: Repology MFH: 2018Q2
* x11-drivers/xf86-input-wacom: chase home per HTTP redirectjbeich2018-05-032-2/+2
|
* - Update to 6.3.0danilo2018-05-033-5/+5
|
* - Update to 8.500.0danilo2018-05-033-6/+20
|
* games/openbor: update to 5120jbeich2018-05-032-5/+5
| | | | Changes: https://github.com/DCurrent/openbor/compare/151106a7...5b8a3faa
* emulators/citra: update to s20180502jbeich2018-05-032-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/55414c32...ca3b82ca
* x11-toolkits/wxgtk30: update to 3.0.3.1jbeich2018-05-034-40/+43
| | | | | | | | | | Changes: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/readme.txt ABI: https://abi-laboratory.pro/tracker/timeline/wxwidgets/ PR: 220932 Submitted by: rozhuk.im@gmail.com Approved by: Chris Hutchinson (maintainer) Reviewed by: antoine, mat Exp-run by: antoine
* math/saga: unbreak build with wxWidgets 3.0.3 (try#2)jbeich2018-05-031-0/+16
| | | | | | | | | | | grid_to_kml.cpp: In member function 'bool CGrid_from_KML::Load_Overlay(const wchar_t*, const CSG_MetaData&)': grid_to_kml.cpp:585:49: error: conversion from 'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to non-scalar type 'CSG_String' requested CSG_String FullPath = fn.GetFullPath().wc_str(); ~~~~~~~~~~~~~~~~~~~~~~~^~ PR: 223758 Submitted by: rozhuk.im@gmail.com Approved by: Rainer Hurling (maintainer)
* print/freetype2: update to 2.9.1jbeich2018-05-034-68/+14
| | | | | | | | | | | | - Keep building freetype-config for now (to skip exp-run) - Drop upstreamed patch - Properly spell "subpixel" (following upstream) Changes: https://sourceforge.net/projects/freetype/files/freetype2/2.9.1 ABI: https://abi-laboratory.pro/tracker/timeline/freetype/ PR: 227936 Submitted by: lightside@gmx.com Security: CVE-2018-6942
* x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1yuri2018-05-032-0/+26
| | | | | | | | | Backport of the fix. Unbreaks the feature. PR: 227935 Submitted by: jakub_lach@mailplus.pl Approved by: portmgr (port compliance, infrastructure)
* - Update to 2.119lwhsu2018-05-032-4/+4
|
* - Add rc script for stubbyzi2018-05-032-0/+35
| | | | Requested by: Augustus Africa <directnupe@gmail.com>
* Update ports-mgmt/synth to 2.03ericbsd2018-05-032-5/+4
| | | | Approved by: wg (mentor)
* Update to 3.4.1sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
* Update to 3.8.1sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/jekyll/jekyll/releases
* Update to 2.1.2sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* Update to 3.5.1sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/rails/webpacker/blob/3-4-stable/CHANGELOG.md
* Update to 3.5.1sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/rails/webpacker/blob/3-4-stable/CHANGELOG.md
* Update to 5.8.0sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
* Update to 1.0.0sunpoet2018-05-032-6/+5
| | | | Changes: https://github.com/remiprev/her/releases
* Update to 2.0.5sunpoet2018-05-032-4/+4
| | | | Changes: https://docs.djangoproject.com/en/2.0/releases/
* Update to 1.11.13 to match www/py-django111sunpoet2018-05-031-1/+1
|
* Update to 1.11.13sunpoet2018-05-032-4/+4
| | | | Changes: https://docs.djangoproject.com/en/1.11/releases/
* Update to 5.90118sunpoet2018-05-032-9/+6
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes
* Update to 1.15sunpoet2018-05-033-8/+11
| | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes
* Update to 0.07sunpoet2018-05-032-4/+4
| | | | Changes: http://search.cpan.org/dist/DateTime-Calendar-Christian/Changes
* Update to 2.123sunpoet2018-05-032-5/+5
| | | | Changes: http://search.cpan.org/dist/Config-Model/Changes
* Update to 1.1.2sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/GoogleCloudPlatform/google-cloud-python/releases
* Update to 4.38.0sunpoet2018-05-032-4/+4
| | | | Changes: https://docs.openstack.org/oslo.db/latest/user/history.html
* Update to 0.009sunpoet2018-05-033-4/+6
| | | | Changes: http://search.cpan.org/dist/MooX-ConfigFromFile/Changes
* Update to 0.021sunpoet2018-05-032-4/+4
| | | | Changes: http://search.cpan.org/dist/File-ConfigDir/Changes
* Relax USES=pythonsunpoet2018-05-031-9/+3
| | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change py-ldap has been updated to 3.0.0 which supports Python 3.
* www/apache24: Fix runtime failure with LibreSSL 2.7brnrd2018-05-034-1/+25
| | | | | | | | - Fix LOG_FORENSIC in plist while here PR: 227868 Reported by: Jens K. Loewe <mozilla tuxproject de> Approved by: hat (apache@)
* multimedia/webcamoid: actual commits for r468753jbeich2018-05-031-2/+6
|
* - Update to 0.10.1danilo2018-05-032-4/+4
|
* Update RUN_DEPENDS: remove unnecessary py-miltersunpoet2018-05-031-2/+2
| | | | | | | | | - Relax USES=python - Bump PORTREVISION for dependency change PR: 227893 Submitted by: Sebastian Schwarz <seschwar@gmail.com> Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
* multimedia/zoneminder: AVFMT_RAWPICTURE is part of libavformatjbeich2018-05-032-5/+5
|
* multimedia/zoneminder{,-h264}: unbreak with ffmpeg 4.0jbeich2018-05-034-2/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/zm_mpeg.cpp:243:19: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' c->flags |= CODEC_FLAG_QSCALE; ^ src/zm_mpeg.cpp:268:19: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/zm_mpeg.cpp:428:22: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if ( !(of->flags & AVFMT_RAWPICTURE) ) ^ src/zm_mpeg.cpp:675:20: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if ( of->flags & AVFMT_RAWPICTURE ) ^ src/zm_sdp.cpp:497:38: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' packet_size, 0, FF_INPUT_BUFFER_PADDING_SIZE); ^ src/zm_videostore.cpp:116:31: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' video_st->codec->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/zm_videostore.cpp:149:35: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' audio_st->codec->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/zm_videostore.cpp:286:74: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (video_st->codec->codec_type == AVMEDIA_TYPE_VIDEO && (fmt->flags & AVFMT_RAWPICTURE)) { ^ PR: 227726 Reported by: antoine (via exp-run)
* Update Mojolicious to 7.77adamw2018-05-032-4/+4
|
* Update to 0.6.lx2018-05-032-4/+6
| | | | | PR: 227797 Submitted by: Kai
* New ports required for gitlab update to 10.7.x.mfechner2018-05-038-0/+68
| | | | | | Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15200
* net-p2p/retroshare: unbreak with ffmpeg 4.0jbeich2018-05-032-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | gui/VideoProcessor.cpp:456:40: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' if (encoding_codec->capabilities & CODEC_CAP_TRUNCATED) ^ gui/VideoProcessor.cpp:457:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' encoding_context->flags |= CODEC_FLAG_TRUNCATED; ^ gui/VideoProcessor.cpp:458:32: error: use of undeclared identifier 'CODEC_FLAG_PSNR' encoding_context->flags |= CODEC_FLAG_PSNR;//Peak signal-to-noise ratio ^ gui/VideoProcessor.cpp:459:32: error: use of undeclared identifier 'CODEC_CAP_PARAM_CHANGE' encoding_context->flags |= CODEC_CAP_PARAM_CHANGE; ^ gui/VideoProcessor.cpp:552:39: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' if(decoding_codec->capabilities & CODEC_CAP_TRUNCATED) ^ gui/VideoProcessor.cpp:553:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' decoding_context->flags |= CODEC_FLAG_TRUNCATED; // we do not send complete frames ^ gui/VideoProcessor.cpp:555:33: error: use of undeclared identifier 'CODEC_FLAG2_CHUNKS' decoding_context->flags2 |= CODEC_FLAG2_CHUNKS; ^ PR: 227726 Reported by: antoine (via exp-run)
* A small, fast, and simple open source library to report CPU features atskreuzer2018-05-035-0/+48
| | | | | | | | runtime. Written in C89 for maximum portability, it allocates no memory and is suitable for implementing fundamental functions and running in sandboxed environments. WWW: https://github.com/google/cpu_features
* sysutils/cbsd: update to 11.1.19novel2018-05-032-4/+4
| | | | | | | https://github.com/cbsd/cbsd/releases/tag/v11.1.19 PR: 227928 Submitted by: maintainer
* multimedia/qmmp-qt5: unbreak with ffmpeg 4.0jbeich2018-05-032-1/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/plugins/Input/ffmpeg/decoder_ffmpeg.h:64:43: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' uchar m_input_buf[INPUT_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:37:17: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' return (int)d->input()->read((char*)buf, size); ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:49:16: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' return d->input()->size(); ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:54:24: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' absolute_pos = d->input()->pos() + offset; ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:57:24: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' absolute_pos = d->input()->size() - offset; ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:62:43: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' if(absolute_pos < 0 || absolute_pos > d->input()->size()) ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:64:12: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' return d->input()->seek(absolute_pos); ^ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:131:19: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' pd.buf_size = input()->peek((char*)buf, sizeof(buf) - AVPROBE_PADDING_SIZE); ^~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:153:27: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' m_stream->seekable = !input()->isSequential(); ^~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:166:9: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' if (input()->isSequential()) ^~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:204:9: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' addMetaData(metaData); ^~~~~~~~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:209:5: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' setReplayGainInfo(rg.replayGainInfo()); ^~~~~~~~~~~~~~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:271:19: error: cannot initialize object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' m_totalTime = input()->isSequential() ? 0 : ic->duration * 1000 / AV_TIME_BASE; ^~~~~ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:301:5: error: no matching member function for call to 'configure' configure(c->sample_rate, m_channels, format); ^~~~~~~~~ src/plugins/Input/ffmpeg/../../../qmmp/decoder.h:177:10: note: candidate function not viable: no known conversion from 'DecoderFFmpeg' to 'Decoder' for object argument void configure(quint32 srate, int channels, Qmmp::AudioFormat f = Qmmp::PCM_S16LE); ^ src/plugins/Input/ffmpeg/../../../qmmp/decoder.h:170:10: note: candidate function not viable: no known conversion from 'DecoderFFmpeg' to 'Decoder' for object argument void configure(quint32 srate, const ChannelMap &map, Qmmp::AudioFormat f = Qmmp::PCM_S16LE); ^ src/plugins/Input/ffmpeg/../../../qmmp/decoder.h:182:10: note: candidate function not viable: requires single argument 'p', but 3 arguments were provided void configure(const AudioParameters &p); ^ PR: 227726 Reported by: antoine (via exp-run)
* - Update xfce4-screenshooter-plugin to 1.9.2madpilot2018-05-035-10/+11
| | | | | | | - Add missing dependencies - Silence portlint warning - Update WWW URL - Regenerated patch
* net/freeswitch: unbreak with ffmpeg 4.0jbeich2018-05-032-1/+63
| | | | | | | | | | | | | | | | | | | | | avcodec.c:194:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' static uint8_t ff_input_buffer_padding[FF_INPUT_BUFFER_PADDING_SIZE] = { 0 }; ^ avformat.c:471:14: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER' c->flags|=CODEC_FLAG_LOOP_FILTER; // flags=+loop ^ avformat.c:477:47: error: use of undeclared identifier 'ME_HEX' av_opt_set_int(c->priv_data, "motion_est", ME_HEX, 0); ^ avformat.c:553:15: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ avformat.c:638:31: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE' if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) { ^ PR: 227726 Reported by: antoine (via exp-run)
* net/opal: properly set codec-specific options after r468745jbeich2018-05-032-9/+9
|
* flavorize mail/roundcube and plugins.mat2018-05-0315-21/+48
| | | | | | | PR: 227715 Submitted by: mat Approved by: maintainers Sponsored by: Absolight
* - Update asterisk15 to 15.4.0madpilot2018-05-035-110/+45
| | | | | - Depend on default lua version - Remove upstreamed patch
* - Update asterisk13 to 13.21.0madpilot2018-05-023-72/+44
| | | | - Depend on default lua version
* emulators/mgba: unbreak with ffmpeg 4.0jbeich2018-05-022-1/+5
| | | | | | | | | | | | | src/feature/ffmpeg/ffmpeg-encoder.c:232:29: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' encoder->audio->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/feature/ffmpeg/ffmpeg-encoder.c:294:28: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' encoder->video->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ PR: 227726 Reported by: antoine (via exp-run) Obtained from: upstream (mgba 0.6.2)
* multimedia/tvheadend: unbreak with ffmpeg 4.0jbeich2018-05-022-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/muxer/muxer_libav.c:177:17: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/plumbing/transcoding.c:22:10: fatal error: 'libavfilter/avfiltergraph.h' file not found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/plumbing/transcoding.c:576:29: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' octx->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/plumbing/transcoding.c:621:22: error: use of undeclared identifier 'CODEC_FLAG_BITEXACT' octx->flags |= CODEC_FLAG_BITEXACT; ^ src/plumbing/transcoding.c:632:24: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' octx->flags |= CODEC_FLAG_QSCALE; ^ src/plumbing/transcoding.c:635:24: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' octx->flags |= CODEC_FLAG_QSCALE; ^ src/plumbing/transcoding.c:1291:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' octx->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/plumbing/transcoding.c:1296:33: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' octx->flags |= CODEC_FLAG_QSCALE; ^ src/plumbing/transcoding.c:1342:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' octx->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/plumbing/transcoding.c:1373:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' octx->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/plumbing/transcoding.c:2179:29: error: use of undeclared identifier 'CODEC_CAP_EXPERIMENTAL' if (((p->capabilities & CODEC_CAP_EXPERIMENTAL) && !experimental) || ^ src/plumbing/transcoding.c:2194:33: error: use of undeclared identifier 'CODEC_CAP_EXPERIMENTAL' (p->capabilities & CODEC_CAP_EXPERIMENTAL) ? ^ PR: 227726 Reported by: antoine (via exp-run) Obtained from: upstream
* Fix building on 10.xvanilla2018-05-021-1/+1
|
* ftp/netdumpd:sbruno2018-05-021-0/+3
| | | | | | | | | | | | | | | | Fix poudriere build error: ===> Staging for netdumpd-20180424_1 ===> Generating temporary packing list install -s -o root -g wheel -m 555 netdumpd /wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd install: /wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd: chown/chgrp: Operation not permitted *** Error code 71 Submitted by: bdrewery Reviewed by: markj
* multimedia/ffmpeg: update to 4.0jbeich2018-05-02