- 03 Nov, 2018 40 commits
-
-
sunpoet authored
-
sunpoet authored
Changes: https://github.com/kickstarter/rack-attack/releases
-
sunpoet authored
Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
-
sunpoet authored
Changes: https://github.com/ambethia/recaptcha/commits/master
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/Pod-Readme
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/Sisimai
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/File-NFSLock
-
sunpoet authored
Changes: https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md
-
sunpoet authored
Changes: https://github.com/piotrmurach/tty-font/blob/master/CHANGELOG.md
-
sunpoet authored
- Bump PORTREVISION for package change
-
sunpoet authored
Changes: https://github.com/cucumber/cucumber/blob/master/c21e/CHANGELOG.md
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/fonttools/fonttools/releases
-
sunpoet authored
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst
-
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
- Clean up CONFLICTS_INSTALL - Bump PORTREVISION for dependency change
-
sunpoet authored
- Bump PORTREVISION for package change
-
sunpoet authored
-
sunpoet authored
- Clean up CONFLICTS_INSTALL
-
sunpoet authored
- Clean up Makefile - Bump PORTREVISION for package change
-
0mp authored
limiting mechanics for services Thanks to the recent change to rc.subr(8) it is no longer necessary to define a resource limiting logic in service scripts. limits(1) is now run by default and its configuration is handled via the "${name}_limits" variable. Unfortunately, there is a collision of variable names. The service scripts are broken on FreeBSD version with that new change (>= 12.0). The patch preserves the old behavior on the systems without the rc.subr(8) modification. PR: 227228 Reviewed by: krion Approved by: krion (mentor), maintainer timeout Differential Revision: https://reviews.freebsd.org/D17818
-
bapt authored
-
jwb authored
-
emaste authored
This port experiences odd failures with lld, so just fall back to GNU ld. PR: 214864, 230608 Submitted by: jbeich Reported by: jbeich Approved by: portmgr (LLD_UNSAFE blanket)
-
tijl authored
Requested by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
-
bhughes authored
https://nodejs.org/en/blog/release/v11.1.0/ Sponsored by: Miles AS
-
zeising authored
Update cad/gtwave to 3.3.95 Add USES=gnome
-
gjb authored
Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation
-
danfe authored
problems with caching, does not work with Yandex.Disk; give three months of expiration time. Consumers are advised to use `www/cadaver' or try to port `fusefs-davfs2' instead (http://savannah.nongnu.org/projects/davfs2). Approved by: maintainer (1 month timeout) PR: 187485, 231927
-
jbeich authored
src/video/x11/SDL_x11vulkan.c:82:28: error: use of undeclared identifier 'VK_KHR_XLIB_SURFACE_EXTENSION_NAME' else if(SDL_strcmp(VK_KHR_XLIB_SURFACE_EXTENSION_NAME, extensions[i].extensionName) == 0) ^ src/video/x11/SDL_x11vulkan.c:82:64: error: use of undeclared identifier 'extensions' else if(SDL_strcmp(VK_KHR_XLIB_SURFACE_EXTENSION_NAME, extensions[i].extensionName) == 0) ^ src/video/x11/SDL_x11vulkan.c:85:14: error: use of undeclared identifier 'extensions' SDL_free(extensions); ^ src/video/x11/SDL_x11vulkan.c:89:22: error: expected ')' VK_KHR_SURFACE_EXTENSION_NAME " extension"); ^ src/video/x11/SDL_x11vulkan.c:88:21: note: to match this '(' SDL_SetError("Installed Vulkan doesn't implement the " ^ src/video/x11/SDL_x11vulkan.c:94:20: error: no member named 'vulkan_xlib_xcb_library' in 'struct SDL_VideoData' videoData->vulkan_xlib_xcb_library = NULL; ~~~~~~~~~ ^ src/video/x11/SDL_x11vulkan.c:99:22: error: expected ')' VK_KHR_XCB_SURFACE_EXTENSION_NAME "extension or the " ^ src/video/x11/SDL_x11vulkan.c:98:21: note: to match this '(' SDL_SetError("Installed Vulkan doesn't implement either the " ^ src/video/x11/SDL_x11vulkan.c:108:20: error: no member named 'vulkan_xlib_xcb_library' in 'struct SDL_VideoData' videoData->vulkan_xlib_xcb_library = SDL_LoadObject(libX11XCBLibraryName); ~~~~~~~~~ ^ src/video/x11/SDL_x11vulkan.c:109:24: error: no member named 'vulkan_xlib_xcb_library' in 'struct SDL_VideoData' if(!videoData->vulkan_xlib_xcb_library) ~~~~~~~~~ ^ src/video/x11/SDL_x11vulkan.c:111:20: error: no member named 'vulkan_XGetXCBConnection' in 'struct SDL_VideoData' videoData->vulkan_XGetXCBConnection = ~~~~~~~~~ ^ src/video/x11/SDL_x11vulkan.c:112:41: error: no member named 'vulkan_xlib_xcb_library' in 'struct SDL_VideoData' SDL_LoadFunction(videoData->vulkan_xlib_xcb_library, "XGetXCBConnection"); ~~~~~~~~~ ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] PR: 232931
-
danfe authored
- Define LICENSE (GPLv2) - Add WWW: line and augment port description
-
gerald authored
Remove an empty line to have a conditional dependency of dejagnu for the testsuite directly in the dependency block.
-
danfe authored
such as powerpc and sparc64, where default GCC is 4.2.1). PR: 232884
-
jbeich authored
On Skylake this reduces CPU usage by half when decoding VP9.
-