| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20268
Notes:
svn path=/head/; revision=503749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add MAKE_JOBS_UNSAFE=yes to fix build:
nifti_stats.c:2:22: error: nifticdf.h: No such file or directory
nifti_stats.c: In function 'main':
nifti_stats.c:30: error: 'inam' undeclared (first use in this function)
nifti_stats.c:30: error: (Each undeclared identifier is reported only once
nifti_stats.c:30: error: for each function it appears in.)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20500
Notes:
svn path=/head/; revision=503748
|
|
|
|
|
|
|
| |
Minor bugfixes/enhancements
Notes:
svn path=/head/; revision=503747
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbG
Notes:
svn path=/head/; revision=503746
|
|
|
|
|
|
|
|
|
| |
older versions.
Reported by: Paul Beard <paulbeard@gmail.com>
Notes:
svn path=/head/; revision=503745
|
|
|
|
|
|
|
|
|
|
| |
Upstream Changes:
https://github.com/digitalocean/doctl/releases/tag/v1.19.0
Sponsored by: DigitalOcean
Notes:
svn path=/head/; revision=503744
|
|
|
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/bolt/latest/bolt_release_notes.html
With hat: puppet
Notes:
svn path=/head/; revision=503743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch to options framework to make the port more flexible
* Remove no longer required patches that have been adapted by upstream
* Add license information
Also while I'm here:
* Order variables a bit according to the PHB with the support of portclippy.
Notable changes since 2.0.0:
Additions:
* (N64) Support for remaining 6101, 6103, and 6106 bootcodes
* (Coleco) Recognition of Coleco ROMs
* (Virtual Boy) Recognition of Virtual Boy ROMs
* (NDS) Recognition of DS ROMs
* (Atari) Recognition of Atari VCS 2600 ROMs
* Added support for NetBSD
* Introduction of many new command-line switches
Updates/Fixes:
* Updated support for OpenBSD (64-bit)
* Many fixes/improvements for backup devices, ROM types and command-line
switches
http://ucon64.sourceforge.net/ucon64/changes.html
PR: 238275
Submitted by: Allison Nicole Reid <root@cooltrainer.org> (maintainer)
Notes:
svn path=/head/; revision=503742
|
|
|
|
|
|
|
|
|
|
| |
Eliminate LINUXNAME from port Makefiles. This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
Notes:
svn path=/head/; revision=503741
|
|
|
|
|
|
|
| |
Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.06.07
Notes:
svn path=/head/; revision=503740
|
|
|
|
| |
Notes:
svn path=/head/; revision=503739
|
|
|
|
|
|
|
| |
PR: 238383
Notes:
svn path=/head/; revision=503738
|
|
|
|
|
|
|
|
| |
PR: 238325
Submitted by: maintainer
Notes:
svn path=/head/; revision=503737
|
|
|
|
|
|
|
| |
a special way to deal with the conflict with x11/nvidia-driver*.
Notes:
svn path=/head/; revision=503736
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=503735
|
|
|
|
| |
Notes:
svn path=/head/; revision=503734
|
|
|
|
| |
Notes:
svn path=/head/; revision=503733
|
|
|
|
| |
Notes:
svn path=/head/; revision=503732
|
|
|
|
| |
Notes:
svn path=/head/; revision=503731
|
|
|
|
| |
Notes:
svn path=/head/; revision=503730
|
|
|
|
|
|
|
|
|
| |
pt_BR, zh_CN translations has been added.
Relnotes: https://github.com/stremlau/html5_notifier/releases/tag/v0.6.3
Notes:
svn path=/head/; revision=503729
|
|
|
|
| |
Notes:
svn path=/head/; revision=503728
|
|
|
|
| |
Notes:
svn path=/head/; revision=503727
|
|
|
|
|
|
|
| |
This puts all version information together in the port Makefiles.
Notes:
svn path=/head/; revision=503726
|
|
|
|
| |
Notes:
svn path=/head/; revision=503725
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove -Wno-clobbered -Wno-psabi which are not supported by base GCC
(relevant for some Tier-2 archs) [1]
PR: 238339 [1]
Submitted by: pkubaj [1]
Notes:
svn path=/head/; revision=503724
|
|
|
|
|
|
|
|
| |
PR: 238415
Submitted by: Thomas Dettbarn <dettus@dettus.net> (maintainer)
Notes:
svn path=/head/; revision=503723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some new ports:
converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango.
graphics/linux-c7-libglvnd required by graphics/linux-c7-dri.
graphics/linux-c7-wayland required by graphics/linux-c7-dri.
print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it
depends on graphics/linux-c7-png now.
Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL
Vendor-Neutral Dispatch library) which allows some applications to use
Mesa while others use Nvidia OpenGL. The x11/nvidia-driver* ports have
been changed so versions above 390.42 now use CentOS libglvnd and no longer
install a bundled copy.
PR: 229431
Submitted by: pkubaj (partly)
Notes:
svn path=/head/; revision=503722
|
|
|
|
| |
Notes:
svn path=/head/; revision=503721
|
|
|
|
|
|
|
| |
- Make portlint happy.
Notes:
svn path=/head/; revision=503720
|
|
|
|
| |
Notes:
svn path=/head/; revision=503719
|
|
|
|
| |
Notes:
svn path=/head/; revision=503718
|
|
|
|
| |
Notes:
svn path=/head/; revision=503717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.20.1.
- Add options to install documentation and examples.
devel/libtextstyle:
- Take maintainership because it is now released as part of gettext.
ftp/weex:
- Remove bundled gettext (intl/): no longer supported.
- Patch configure.in, Makefile.am and src/Makefile.am to remove references
to bundled gettext.
- Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port to modern gettext: add po/Makevars and fix a problem in the French
translation.
- Patch configure.in to fix detection of OpenSSL 1.1.
- In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support,
set default path for root certificates.
games/lgeneral:
- Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed.
www/sarg:
- Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port Makefile: remove obsolete post-patch, patching configure also has no
effect with USES=autoreconf.
PR: 238277
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=503716
|
|
|
|
|
|
|
|
|
| |
PR: 238391
Submitted by: myself
Approved by: Sergey V. Dyatko <sergey.dyatko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=503715
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=503714
|
|
|
|
|
|
|
|
|
| |
- Set correct modified Date for 183d700e-ec70-487e-a9c4-632324afa934
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=503713
|
|
|
|
| |
Notes:
svn path=/head/; revision=503712
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503711
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503710
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503709
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503708
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503707
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503706
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503705
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503704
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503703
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=503702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/core/vsresize.cpp:88:20: error: use of undeclared identifier 'ZIMG_CPU_X86_AVX512_SKL'; did you mean 'ZIMG_CPU_X86_AVX512_SKX'?
{ "avx512skl", ZIMG_CPU_X86_AVX512_SKL },
^~~~~~~~~~~~~~~~~~~~~~~
ZIMG_CPU_X86_AVX512_SKX
/usr/local/include/zimg.h:171:2: note: 'ZIMG_CPU_X86_AVX512_SKX' declared here
ZIMG_CPU_X86_AVX512_SKX = 1011 /**< AVX-512 {F,CD,VL,BW,DQ} (e.g. Skylake-X/SP). */
^
Reported by: pkg-fallout
Obtained from: upstream
Notes:
svn path=/head/; revision=503701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
numpy component is always built but runtime dependency is left out
until subpackaging to avoid always pulling py-numpy. Consumers should
add RUN_DEPENDS+=${PYNUMPY} instead to avoid the following:
ImportError: No module named numpy.core._multiarray_umath
ImportError: numpy.core._multiarray_umath failed to import
PR: 225589 238130
Notes:
svn path=/head/; revision=503700
|