pkgsrc/lang
he cdf2cbcc2a Upgrade rust to version 1.30.0.
Upstream changes:

Language
 * Procedural macros are now available. These kinds of macros allow
   for more powerful code generation. There is a new chapter available
   in the Rust Programming Language book that goes further in depth.
 * You can now use keywords as identifiers using the raw identifiers
   syntax (r#), e.g. let r#for = true;
 * Using anonymous parameters in traits is now deprecated with a
   warning and will be a hard error in the 2018 edition.
 * You can now use crate in paths. This allows you to refer to the
   crate root in the path, e.g. use crate::foo; refers to foo in
   src/lib.rs.
 * Using a external crate no longer requires being prefixed with
   ::. Previously, using a external crate in a module without a
   use statement required let json = ::serde_json::from_str(foo);
   but can now be written as let json = serde_json::from_str(foo);.
 * You can now apply the #[used] attribute to static items to
   prevent the compiler from optimising them away, even if they
   appear to be unused, e.g. #[used] static FOO: u32 = 1;
 * You can now import and reexport macros from other crates with
   the use syntax. Macros exported with #[macro_export] are now
   placed into the root module of the crate. If your macro relies
   on calling other local macros, it is recommended to export with
   the #[macro_export(local_inner_macros)] attribute so users won't
   have to import those macros.
 * You can now catch visibility keywords (e.g. pub, pub(crate)) in
   macros using the vis specifier.
 * Non-macro attributes now allow all forms of literals, not just
   strings. Previously, you would write #[attr("true")], and you
   can now write #[attr(true)].
 * You can now specify a function to handle a panic in the Rust
   runtime with the #[panic_handler] attribute.

Compiler
 * Added the riscv32imc-unknown-none-elf target.
 * Added the aarch64-unknown-netbsd target

Libraries
 * ManuallyDrop now allows the inner type to be unsized.

Stabilized APIs
 * Ipv4Addr::BROADCAST
 * Ipv4Addr::LOCALHOST
 * Ipv4Addr::UNSPECIFIED
 * Ipv6Addr::LOCALHOST
 * Ipv6Addr::UNSPECIFIED
 * Iterator::find_map
 * The following methods are replacement methods for trim_left,
   trim_right, trim_left_matches, and trim_right_matches, which
   will be deprecated in 1.33.0:
 * str::trim_end_matches
 * str::trim_end
 * str::trim_start_matches
 * str::trim_start

Cargo
 * cargo run doesn't require specifying a package in workspaces.
 * cargo doc now supports --message-format=json. This is equivalent
   to calling rustdoc --error-format=json.
 * Cargo will now provide a progress bar for builds.

Misc
 * rustdoc allows you to specify what edition to treat your code
   as with the --edition option.
 * rustdoc now has the --color (specify whether to output color)
   and --error-format (specify error format, e.g. json) options.
 * We now distribute a rust-gdbgui script that invokes gdbgui with
   Rust debug symbols.
 * Attributes from Rust tools such as rustfmt or clippy are now
   available, e.g. #[rustfmt::skip] will skip formatting the next
   item.


Pkgsrc changest:
 * Explicitly list bootstrap kit version number for each kit we carry,
   so that one entry's version doesn't "bleed into" following kits.
 * Tweak for handling "earmv7hf" CPU type for NetBSD in the bootstrap.py
   script
 * Add two patches from Debian for sparc64; rust would generate code
   generating unaligned accesses, causing SIGBUS on sparc64
 * Update most of the bootstrap kits to version 1.29.2; need minimum
   1.29.0 to build 1.30.0.
 * Rust regrettably doesn't build for powerpc or earmv7hf in this version,
   most probably due to "char" being "unsigned char" on these platforms.
   Ref. https://github.com/rust-lang/rust/issues/55465
2018-10-29 22:24:11 +00:00
..
a60 Fix HOMEPAGE 2017-07-06 20:04:52 +00:00
abcl Fix build for Java 1.8. 2018-10-10 21:55:20 +00:00
algol68g Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
asn1c Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
awka Add patch comments. 2015-12-29 23:34:43 +00:00
baci baci: update HOMEPAGE 2017-10-09 08:07:55 +00:00
basic256 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
boomerang Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
brandybasic Add patch comments. 2015-12-29 23:34:43 +00:00
bwbasic Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
caml-light Add patch comments. 2015-12-29 23:34:43 +00:00
camlp4 Updated lang/camlp4 to version 4.07+1. 2018-07-19 12:18:03 +00:00
camlp5 Updated package lang/camlp5 to version 7.06. 2018-07-19 14:19:46 +00:00
cbindgen Add cbindgen 0.6.6 2018-10-23 23:01:33 +00:00
ccsh *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cdl3 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
Cg-compiler Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
chicken chicken: Set INSTALL_PROGRAM, fixes install on SunOS. 2018-10-18 14:32:43 +00:00
cim Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cint *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
clang clang: enable __float128 on netbsd/x86 2018-10-24 21:12:59 +00:00
clang-static-analyzer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
classpath fix accidentally broken patch in prior commit 2016-01-06 07:21:31 +00:00
classpath-gui Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
clisp clisp: Fix SunOS/C99. 2018-01-29 17:38:23 +00:00
clojure Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
compiler-rt *: Replace custom tool setup with new ggrep. 2018-10-17 08:39:13 +00:00
coq *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
coreclr Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
cparser Add patch comments. 2015-12-29 23:34:43 +00:00
cu-prolog Add patch comments. 2015-12-29 23:34:43 +00:00
duktape duktape: Update lang/duktape to 2.2.0 2017-10-29 22:26:56 +00:00
eag Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ecl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
eieio eieio: Use default EMACS_VERSIONS_ACCEPTED. 2018-02-06 16:36:44 +00:00
elisp-manual
elixir elixir: Fix PKGMANDIR. Add TEST_TARGET. 2018-10-11 12:10:08 +00:00
elk Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
embryo
erlang erlang: correct typo. 2018-09-26 05:41:43 +00:00
erlang-doc erlang-{doc,man}: Fix DEPENDS to handle DIST_VERSION_PATCH. 2018-09-13 09:02:52 +00:00
erlang-luerl lang/erlang-luerl: Update to 0.3. 2018-03-24 16:29:51 +00:00
erlang-man erlang-man: catch up with base package 2018-09-29 15:50:46 +00:00
f2c Add patch comments. 2015-12-29 23:34:43 +00:00
ficl
focal
fort77 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
forth-retro lang/forth-retro: import forth-retro-12.0.2018.1 2018-01-27 10:59:05 +00:00
g95 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gambc Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
gauche gauche: Various fixes. 2018-07-26 16:55:29 +00:00
gawk gawk: updated to 4.2.1 2018-07-14 13:47:32 +00:00
gcc-aux Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3 gcc3: in case someone can build this package, commit the same change 2016-09-30 20:32:48 +00:00
gcc3-c Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-c++ Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-f77 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc3-objc Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc5-aux Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc5-libs gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun 2018-07-18 22:42:57 +00:00
gcc6 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc6-aux Add NetBSD to supported architecture. This is sufficient to build coreboot 2018-10-01 12:32:15 +00:00
gcc6-libs gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun 2018-07-18 22:35:44 +00:00
gcc7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc7-libs gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun 2018-07-18 22:55:07 +00:00
gcc8 Add -fPIC to CRTSTUFF_CFLAGS to fix --enable-pie when building firefox 2018-10-28 22:21:04 +00:00
gcc8-libs Bump PKGREVISION to match gcc8 change 2018-10-28 22:21:25 +00:00
gcc34 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc44 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc48 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc48-libs gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun 2018-07-18 23:15:42 +00:00
gcc49 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gcc49-libs gcc49-libs: Make this function correctly on Darwin. 2018-07-11 11:21:26 +00:00
gforth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc-bootstrap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ghc7 lang/ghc7: fix typo in error message 2018-09-10 01:04:41 +00:00
gnat_util *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
gnucobol Update to 2.2 2017-12-17 04:54:15 +00:00
go go: Improve PRINT_PLIST_AWK patterns and avoid possible double definition 2018-10-26 13:49:23 +00:00
go-hcl Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
go14 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
go19 go19: fix PLIST 2018-09-27 20:39:45 +00:00
go110 Add a versioned Go 1.10 package as lang/go110. 2018-09-18 20:52:11 +00:00
go111 Add a few missing files, fix build. 2018-10-06 09:11:13 +00:00
gpc Add patch comments. 2015-12-29 23:34:43 +00:00
gprolog Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
guile lang/guile: Add search path to default extensions for lt_dlopenext. 2018-06-19 11:07:25 +00:00
guile20 lang/guile20: Mirror changes to lang/guile22/Makefile. 2017-08-19 00:28:10 +00:00
guile22 guile22: update to 2.2.4. 2018-08-16 11:25:57 +00:00
gwydion-dylan Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
heirloom-awk
hugs Adjust checks for _USE_DESTDIR != no or incorrect references to 2016-04-10 16:39:27 +00:00
icon Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
inform lang/inform: Install manpages into ${PKGMANDIR}. 2017-08-19 00:21:25 +00:00
intercal Ensure the local yywrap is used. Fixes build with newer flex. 2017-01-04 12:52:40 +00:00
ja-gawk Add patch comments. 2015-12-29 23:34:43 +00:00
jamvm Add patch comments. 2015-12-29 23:34:43 +00:00
japhar Add patch comments. 2015-12-29 23:34:43 +00:00
jasmin Add patch comments. 2015-12-29 23:34:43 +00:00
java-lang-spec
java-vm-spec Moved documentation from share/doc/html to share/doc/java-vm-spec. 2016-07-24 20:35:20 +00:00
jikes lang/jikes: move documentation to share/doc/jikes 2018-02-18 05:06:18 +00:00
jimtcl Reset maintainer 2017-09-16 19:26:41 +00:00
jini
joos Sort PLIST files. 2018-01-01 22:29:15 +00:00
js Comment out dead sites. 2017-08-16 20:45:30 +00:00
kaffe Add patch comments. 2015-12-29 23:34:43 +00:00
kaffe-esound
kaffe-x11 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
kali Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
konoha revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ksi Add patch comments. 2015-12-29 23:34:43 +00:00
libBlocksRuntime Add libBlocksRuntime-6.0.0 from compiler-rt, a relatively portable 2018-06-02 19:11:01 +00:00
libcxx lang: Import libcxx version 6.0.1. 2018-08-09 14:16:08 +00:00
libcxxabi lang: Import libcxxabi version 6.0.1. 2018-08-09 14:13:25 +00:00
libduktape libduktape: Update lang/libduktape to 2.1 2017-10-29 22:24:45 +00:00
libLLVM libLLVM: Note plan for this to stay at 4.0 2018-03-04 01:47:39 +00:00
libLLVM34 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
librep Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
libtcl-nothread Add patch comments. 2015-12-29 23:34:43 +00:00
libunwind libunwind: Disable SSP. 2018-08-09 13:51:42 +00:00
likepython
llvm llvm: Add libcxx and libcxxabi to sync list. 2018-08-09 14:57:30 +00:00
lua lang/lua: fix typo for PKG_FAIL_REASON in luaversion.mk 2018-07-23 22:22:42 +00:00
lua51 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
lua52 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
lua53 Update lang/lua53 to version 5.3.5. 2018-07-17 21:52:25 +00:00
LuaJIT Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
LuaJIT2 Fix the test for endianness on powerpc so that NetBSD/powerpc 2018-06-02 20:01:21 +00:00
lush
maude Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
mawk Use OPSYSVARS. 2016-02-25 14:42:55 +00:00
mercury Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
micropython Remove illegal cpp abuse that fails the clang build. 2018-01-01 00:47:42 +00:00
minischeme Add patch comments. 2015-12-29 23:34:43 +00:00
mit-scheme-bin
mono Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mono-basic Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
mono2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
moscow_ml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mpd Add patch comments. 2015-12-29 23:34:43 +00:00
nawk Don't use __attribute__((__noreturn__)) without compiler guards. 2015-12-17 21:27:53 +00:00
newlisp Pass --mandir. Fixes PKGMANDIR. 2016-04-01 16:22:15 +00:00
newsqueak Follow some redirects. 2017-09-03 08:53:04 +00:00
nhc98 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
nim Update to 0.19 2018-10-01 12:50:42 +00:00
nodejs nodejs: unbreak previous for nodejs6 & nodejs8, add comments 2018-09-27 19:27:57 +00:00
nodejs6 lang/nodejs6: Update to 6.14.4. 2018-08-16 13:40:26 +00:00
nodejs8 lang/nodejs8: Update to 8.12.0. 2018-09-11 14:25:41 +00:00
npm lang/npm: Update to 6.4.1. 2018-09-07 11:51:10 +00:00
nqp Update rakudo, nqp, MoarVM to 2018.06 2018-10-08 16:54:28 +00:00
nuitka
objc Use OPSYSVARS. 2016-02-25 14:42:55 +00:00
ocaml ocaml: Adjust PLIST for old MacOS 2018-10-16 00:19:40 +00:00
oo2c Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
open-cobol-ce Follow some redirects. 2017-09-03 08:53:04 +00:00
opencobol Use the curses framework. 2017-01-05 15:36:24 +00:00
openjdk7 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
openjdk8 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
opensource-cobol Use the curses framework. 2017-01-05 15:36:24 +00:00
oracle-jdk8 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
oracle-jre8 Update to 8.0.172 2018-05-26 22:24:01 +00:00
ossp-js Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
owl-lisp Import owl-lisp-0.1.13 as lang/owl-lisp. 2017-02-11 01:40:27 +00:00
p2c
p5-Switch Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
parrot Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pc-lisp pc-lisp: Fix build with Clang 7svn 2018-09-29 21:19:13 +00:00
pcc *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
pcc-current
pear lang/pear: update to 1.10.6 2018-09-23 14:56:26 +00:00
perl5 Add support for Minix 2018-10-29 14:25:25 +00:00
pfe Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pforth Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
php lang/php72: update to 7.2.11 2018-10-13 06:18:37 +00:00
php56 lang/php56: Update to 5.6.38 2018-09-13 15:47:46 +00:00
php70 lang/php70: Update to 7.0.32 2018-09-13 15:46:38 +00:00
php71 lang/php71: update to 7.1.23 2018-10-13 06:17:31 +00:00
php72 lang/php72: update to 7.2.11 2018-10-13 06:18:37 +00:00
picoc Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
pict Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
polyml Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
py-asttokens py-asttokens: updated to 1.1.11 2018-07-08 09:36:19 +00:00
py-basicproperty extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-byterun Set EGG_NAME and simplify PLIST. 2016-09-17 23:46:37 +00:00
py-cxfreeze py-cxfreeze: updated to 5.1.1 2018-02-09 08:04:41 +00:00
py-execjs py-execjs: updated to 1.5.1 2018-01-18 10:13:27 +00:00
py-hy py-hy: updated to 0.14.0 2018-02-23 07:03:09 +00:00
py-js2py Restrict to Python 2.7. Fix PLIST for the one version where it actually 2018-03-26 16:30:10 +00:00
py-jsparser Follow some redirects. 2017-09-04 18:08:18 +00:00
py-parso Parso is a Python parser that supports error recovery and round-trip parsing 2017-10-16 17:01:50 +00:00
py-paver py-paver: alternate bin/paver 2018-08-07 09:44:13 +00:00
py-pyrex extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-python-lua py-python-lua: Don't unnecessarily restrict the package to python36. 2018-10-26 12:52:43 +00:00
py-pythonz extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-six BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-spark-parser py-spark-parser: added version 1.8.7 2018-09-20 13:46:52 +00:00
py-uncompyle6 py-uncompyle6: added version 3.2.3 2018-09-20 13:48:55 +00:00
py27-html-docs py27-html-docs: Update lang/py27-html-docs to 2.7.15 2018-05-19 08:57:18 +00:00
py34-html-docs py34-html-docs: Update lang/py34-html-docs to 3.4.9 2018-08-09 12:17:31 +00:00
py35-html-docs py35-html-docs: Update lang/py35-html-docs to 3.5.6 2018-08-09 13:20:54 +00:00
py36-html-docs py36-html-docs: Update lang/py36-html-docs to 3.6.7 2018-10-23 09:03:07 +00:00
py37-html-docs py37-html-docs: Update lang/py37-html-docs to 3.7.1 2018-10-23 09:06:58 +00:00
python Always give full interpreter path to cmake. 2018-10-19 16:12:36 +00:00
python27 Fix for Darwin/Xcode 10 (missing QuickTime.framework); PLIST_VARS cleanup 2018-09-28 11:01:37 +00:00
python34 python34: updated to 3.4.9 2018-08-07 08:44:41 +00:00
python35 python35: updated to 3.5.6 2018-08-07 08:44:02 +00:00
python36 python36: updated to 3.6.7 2018-10-22 17:31:21 +00:00
python37 python37: updated to 3.7.1 2018-10-22 17:32:48 +00:00
qore Updated lang/qore buildlink3.mk file to reflect the new module api version of qore 2018-06-08 19:22:50 +00:00
R-codetools lang/R-codetools: Import version 0.2.15 2018-07-15 21:22:46 +00:00
R-sourcetools lang/R-sourcetools: Import version 0.1.7 2018-05-09 00:32:50 +00:00
racket racket: fix SunOS build 2018-09-30 06:58:33 +00:00
racket-textual racket-minimal: fix build on SunOS 2018-09-30 22:31:59 +00:00
rakudo Update rakudo, nqp, MoarVM to 2018.06 2018-10-08 16:54:28 +00:00
rakudo-star Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rcfunge Add patch comments. 2015-12-29 23:34:43 +00:00
rexx-imc Comment out dead sites. 2017-09-04 18:00:49 +00:00
rexx-regina Add patch comments. 2015-12-29 23:34:43 +00:00
ruby lang/ruby23-base: update o 2.3.8 2018-10-18 14:24:07 +00:00
ruby-coffee-script
ruby-coffee-script-source Update ruby-coffee-script-source to 1.12.4. 2017-03-20 13:22:21 +00:00
ruby-doc-stdlib
ruby-execjs Update ruby-execjs to 2.7.0. 2016-10-15 13:57:53 +00:00
ruby-gherkin ruby-gherkin: ALTERNATIVES file needs newline at the end. 2018-10-18 14:36:48 +00:00
ruby-rkelly-remix Import ruby-rkelly-remix-0.0.7 as lang/ruby-rkelly-remix 2017-02-21 21:45:37 +00:00
ruby22 Replace more remaining RUBY_VERSION_FULL to RUBY_VERSION. 2017-05-30 15:54:11 +00:00
ruby22-base *: Add some required USE_GCC_RUNTIME. 2018-07-17 10:56:23 +00:00
ruby23 Replace more remaining RUBY_VERSION_FULL to RUBY_VERSION. 2017-05-30 15:54:11 +00:00
ruby23-base lang/ruby23-base: update o 2.3.8 2018-10-18 14:24:07 +00:00
ruby24 Add ruby24 (Ruby 2.4.1) to pkgsrc. 2017-06-18 13:46:16 +00:00
ruby24-base lang/ruby24-base: update to 2.4.5 2018-10-18 14:15:12 +00:00
ruby25 lang/ruby25: add ruby25 2.5.0 2018-01-08 14:20:05 +00:00
ruby25-base lang/ruby25-base: update to 2.5.3 2018-10-18 14:21:36 +00:00
runawk Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rust Upgrade rust to version 1.30.0. 2018-10-29 22:24:11 +00:00
sablevm Fix pthread use. 2017-02-14 21:27:40 +00:00
sablevm-classpath
sablevm-classpath-gui Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
sather Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sbcl sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
scala Update to 2.11.8 2016-03-13 03:16:41 +00:00
scheme48 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
scm Not MAKE_JOBS_SAFE. 2016-09-06 20:54:00 +00:00
see Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sigscheme Update some URLs. 2017-09-04 18:55:07 +00:00
siod Comment out dead sites. 2017-09-04 18:00:49 +00:00
smalltalk Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
smlnj Bump PKGREVISION for patches. 2016-07-03 19:38:27 +00:00
smlnj11072 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
snobol *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
spidermonkey Use $(CC) to link shared libraries 2018-01-23 03:26:41 +00:00
spidermonkey52 spidermonkey52: backport patch for CVE-2018-12387 2018-10-03 18:58:22 +00:00
spidermonkey185 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
spl Add a whitespece after comma 2018-07-28 11:28:03 +00:00
squeak Cleanup: replace curly braces with parentheses. 2018-01-01 01:26:13 +00:00
squeak-vm Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
sr Modernize this so that it builds again (after SSP), and 2018-04-18 08:42:16 +00:00
sr-examples
stalin Add patch comments. 2015-12-29 23:34:43 +00:00
STk Add patch comments. 2015-12-29 23:34:43 +00:00
sun-jdk6 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
sun-jdk7 Add jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
sun-jre6 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
sun-jre7 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
swi-prolog
swi-prolog-jpl
swi-prolog-lite swi-prolog-lite: Avoid to hardcode 64bit platforms, use LP64PLATFORMS and ABI 2018-09-06 19:07:12 +00:00
swi-prolog-packages Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tcl Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
tcl-expect tcl-expect: Ensure the correct tcl install is used. 2018-09-07 08:51:39 +00:00
tcl-otcl Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tcl85 Update Tcl to 8.5.19. 2016-03-03 21:16:46 +00:00
tinyscheme Add patch comments. 2015-12-29 23:34:43 +00:00
ucblogo Uses termcap, not curses. 2017-01-05 17:22:09 +00:00
umb-scheme Add patch comments. 2015-12-29 23:34:43 +00:00
utilisp utilisp: follow redirects 2017-09-22 07:06:35 +00:00
vala vala: update to 0.42.0. 2018-09-03 10:46:45 +00:00
vscm Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
vslisp Mark as MAKE_JOBS_SAFE=no for race conditions. While here, fix ctype 2016-01-17 15:14:47 +00:00
wsbasic Add patch comments. 2015-12-29 23:34:43 +00:00
yabasic Update to 2.79.2 2018-07-04 12:45:57 +00:00
yap yap: update HOMEPAGE 2017-10-09 08:52:04 +00:00
zenlisp lang/zenlisp: import zenlisp-0.0.20131122 2018-02-03 17:28:53 +00:00
Makefile lang/Makefile: Add a commented `go' entry 2018-10-24 08:37:00 +00:00