pkgsrc/lang
wiz 1d158dcfa6 vala: update to 0.40.3.
Vala 0.40.3
===========
 * Various bug fixes:
  - vala: Fix return-type of BasicBlock.get_successors()

 * Bindings:
  - gstreamer: Update from 1.15+ git master
  - gtk+-3.0: Fix regression of StatusIcon.position_menu() [#891629]
  - gtk+-4.0: Update to 3.93.0+ff738269
  - libgsf-1: Update to 1.14.42+ [#794777]

Vala 0.40.2
===========
 * Various bug fixes:
  - gdbus: Fix missing declaration of _fd_list for async methods [#794566]

 * Bindings:
  - glib-2.0: Use g_value_*et_schar instead of deprecated g_value_*et_char
  - gobject-2.0: Add ParamSpecGType
  - gtk+-*.0: Hide dedicated constructors of compact classes bound as structs
    [#794733]

Vala 0.40.1
===========
 * Various bug fixes:
  - codegen: Don't add target fields for captured delegates without target
  - codegen: Don't add length fields for captured fixed-length array variables
  - valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series

 * Bindings:
  - Add libgeoclue-2.0 bindings [#794376]
  - gobject-2.0: Cherry-pick some changes from 0.42
  - gdk-3.0,gtk+-3.0: Update to 3.22.29
  - gtk+-4.0: Update to 3.93.0+433517fd
  - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
    [#794345]
  - gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0 bindings
  - libgsf-1: Switch to GIR and update to 1.14.42
  - linux: Add various symbols
  - posix: Add various symbols
  - posix: Include sys/sysmacros.h for major(), minor() and makedev() [#794651]
  - webkit-1.0: Update to 2.4.11
  - webkit2gtk-4.0: Update to 2.20.0
  - Update GIR-based bindings

Vala 0.40.0
===========
 * Various bug fixes:
  - compiler: Fix critical when vala is called without run args [#793657]

 * Bindings:
  - alsa: Add the major part of the ALSA Sequencer API [#763127]
  - gstreamer-1.0: Update to 1.13.90
  - gtk+-4.0: Update to 3.93.0+527d265b
  - linux: Add various symbols
  - posix: Add various symbols [#663633]
  - Update GIR-based bindings

Vala 0.39.92
============
 * Highlights
  - Add support for feature test macros [#793444]
    e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]

 * Various bug fixes:
  - codegen:
    + Use pointers when accessing constant multi-dimensional arrays [#604371]
    + Add valid support for const multi-dimensional arrays [#604371]
    + Don't append fixed-length of array fields in initializers
    + Add source_reference to some store_local/_field() calls
  - Properly handle array-initializers inside struct-initializers [#622178]
  - The rank of an array-initializer should match the target's rank [#744923]
  - Make SemanticAnalyzer.check_arguments() independent of context
  - Check with same rules for dbus compatibility as in GBusModule [#793859]
  - Fix recursive declaration in generic base type [#688732]
  - Prevent WITH_CGRAPH conditional having an impact on generated sources
  - Update manual from wiki.gnome.org

 * Bindings:
  - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
    pow10f(3), exp10(3) and exp10f(3) [#614788]
  - gstreamer-1.0: Update from 1.13.1+ git master
  - linux: Add dup3 [#729803]
  - linux: Add feature_test_macros to non-POSIX file control constants and dup3
  - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
  - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
  - libgnome-menu-3.0: Add deps file
  - Update GIR-based bindings

Vala 0.39.91
============
 * Various bug fixes:
  - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
  - Avoid critical when connecting dynamic signals
  - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar
  - compiler: Prefix headers for set_cheader_override() if includedir is given
    [#793299]
  - vala: Issue a warning on DBus methods which are not throwing an Error
  - Don't warn about unused internal methods which are meant to be visible
    on DBus [#593902]
  - Don't install vapicheck [#793370]

 * Bindings:
  - glib-2.0: Add KeyFile.get_locale_for_key()
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-4.0: Update to 3.93.0+d07b14f4
  - purple: Update to 2.12.0
  - Update GIR-based bindings

Vala 0.39.7
===========
 * Regression fix:
  - codegen: Don't try to infer error argument on async begin methods [#793158]
    This was a regression introduced by [#614294]

Vala 0.39.6
===========
 * Highlights
  - Add --abi-stability option for ABI stability of libraries
    It ensures that the order of class/interface members in Vala sources will
    be preserved in generated C source (instance/type structs) [#789069]

 * Various bug fixes:
  - girparser:
    + Set NoAccessorMethod for non-readable and construct-only properties
    + Ignore conflicting closure/destroy indexes
    + Don't accept methods as property-accessor which throw errors [#792998]
  - codegen:
    + Infer error parameter from abstract/virtual base methods [#614294]
    + Internally generated delegates don't require a typedef [#787521]
    + Fix return-type for cancelled async creation methods of classes [#792942]
    + Use G_PARAM_STATIC_STRINGS
  - vala: Variadic constructors without a real first parameter are not allowed
  - libvaladoc: Keep bootstrap-support with valac >= 0.16.1

 * Bindings:
  - gtk+-3.0: Fix cheader_filename of Plug and Socket
  - gtk+-4.0: Update to 3.93.0+4d36a0bf
  - gtk+-4.0: Only override type of "event" parameters
  - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)

Vala 0.39.5
===========
 * Various bug fixes:
  - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
  - libvaladoc: Add support for single line documentation comments [#736483]
  - girparser: Improve instance method detection [#732460]
  - codegen: Add support for abstract/virtual methods and properties in
    compact classes [#741465]
  - vala: Fix parameter type inference of overridden async methods [#792660]
  - codewriter: Don't use string.replace() to apply header_to_override [#731322]

 * Bindings:
  - gio-unix-2.0: Update to 2.55.1
  - gtk+-4.0: Update to 3.93.0+60d3378d
  - libwnck-3.0: Update to 3.24.1
  - webkit2gtk-4.0: Update to 2.19.5
  - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface

Vala 0.39.4
===========
 * Various improvements and bug fixes:
  - codegen
    + Only add property-enum and GParamSpec-array for GObject classes
    + Use g_enum/flags_to_string while targeting glib >= 2.54
    + Add destroy param when invoking delegate returned by delegate [#792077]
  - Don't write trailing space in function declarations/definitions [#688447]
  - vala: Add pkgdatadir and pkglibdir to pkg-config file
  - gidlparser: Update type qualifiers

 * Bindings:
  - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
  - gtk+-3.0: Update to 3.22.26+6f26d0dc
  - gtk+-4.0: Update to 3.93.0+6aeae2c8

Vala 0.39.3
===========
 * Various bug fixes:
  - Fix chain-up regression with real non-null struct parameters [#791785]
  - Release taken references to CodeContext after using it [#712694] and keep
    custom invocations of parse_file() possible [#791936]
  - parser: Accept comma-separated list in case-statements of switchs [#614015]

 * Bindings:
  - Remove bindings which are shipped upstream for some years
    + gedit 3 [#776021], libgnome-keyring [#776022],
      gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
  - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
    nullable [#791570]
  - gtk+-4.0: Update to 3.93.0+6aeae2c8
  - webkit2gtk-4.0: Update to 2.19.3

Vala 0.39.2
===========
 * Various bug fixes:
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

 * GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

 * Valadoc
  - libvaladoc: Actually resolve "percnt;" to '%'

 * Bindings:
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Switch to GIR [#730746]
  - gtk+-4.0: Update to 3.93.0+6af4947e
  - posix: Move signal constants to an enum and add few missing ones [#790958]

Vala 0.39.1
===========
 * Highlights
  - Report warning if property-type is not compatible with GLib.Object [#693932]
  - Allow to pass compatible delegates to signal.connect() [#787521]
  - Allow unscoped enum values where possible
  - Avoid use of temp-var for some callables returning ValueType
    and to access in/ref parameters [#789071]
  - Reformat generated source declarations and definitions for better
    readability [#688447]

 * Various bug fixes:
  - Use array_length_cexpr to support fixed-arrays for return-values [#784691]
  - Properly parse arguments for vala interpeter-mode [#663070]
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Add boolean "use_inplace" ccode-attribute for methods [#750840]
  - Improve handling of unowned/owned keyword occurrences
  - Methods need to throw compatible error if target delegate throws one
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods

 * Valadoc
  - Acknowledge possible properties in structs [#784705]
  - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]

 * Bindings:
  - glib-2.0: Use type-id/marshaller-type for (u)int16/(u)short from (u)int32
    [#693932]
  - glib-2.0: Add optional 'unparsed' parameter to *.try_parse () [#774124]
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS macros [#750840]
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - gtk+-4.0: Split Gsk.RenderNode into several classes
  - gtk+-4.0: Update to 3.93.0+2d797dd8
  - webkit2gtk-4.0: Update to 2.19.2
2018-04-17 04:20:07 +00:00
..
a60 Fix HOMEPAGE 2017-07-06 20:04:52 +00:00
abcl Cleanup: replace curly braces with parentheses. 2018-01-01 01:21:59 +00:00
algol68g Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
asn1c Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +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 revbump after icu update 2018-04-14 07:33:52 +00:00
boomerang Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +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 Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +00:00
camlp5 Updated lang/camlp5 to version 7.05. 2018-04-10 11:15:30 +00:00
ccsh Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +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 Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
cim Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
cint Remove stray patch patching file from some other source tree. 2017-09-10 00:12:16 +00:00
clang Belatedly bump requirement. 4.0 and 5.0 are not API (nor ABI) 2018-02-07 12:10:21 +00:00
clang-static-analyzer llvm: updated to 5.0.1 2017-12-30 10:39:24 +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
coq Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
coreclr revbump after icu update 2018-04-14 07:33:52 +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 Sort PLIST files. 2018-01-01 22:29:15 +00:00
eieio eieio: Use default EMACS_VERSIONS_ACCEPTED. 2018-02-06 16:36:44 +00:00
elisp-manual Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
elixir lang/elixir: Update to 1.6.4. 2018-03-23 11:54:58 +00:00
elk Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
embryo Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
erlang lang/erlang: Avoid RELRO check fail on the megaco driver. 2018-04-01 20:29:38 +00:00
erlang-doc lang/erlang: Update to 20.3. 2018-03-16 11:45:29 +00:00
erlang-luerl lang/erlang-luerl: Update to 0.3. 2018-03-24 16:29:51 +00:00
erlang-man lang/erlang: Update to 20.3. 2018-03-16 11:45:29 +00:00
f2c Add patch comments. 2015-12-29 23:34:43 +00:00
ficl Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
focal Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
fort77 Fixed pkglint warnings about $(VARIABLES). 2016-07-24 21:01:27 +00:00
forth-retro lang/forth-retro: import forth-retro-12.0.2018.1 2018-01-27 10:59:05 +00:00
g95 Apply CFLAGS to the whole build process for lang/g95 2017-10-27 20:57:16 +00:00
gambc Drop CVP memory use workaround for clang, no longer needed with 3.8. 2016-03-25 21:11:47 +00:00
gauche Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gawk recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc-aux *: reset maintainer for marino on his request 2018-04-02 09:30:06 +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 after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc5-aux *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
gcc5-libs Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc6 Removed mpc patches as these are not needed with newer mpc(omplex) 2018-02-03 19:30:46 +00:00
gcc6-aux *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
gcc6-libs Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc7 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc34 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gcc44 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc48 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc48-libs Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
gcc49 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
gcc49-libs gcc49-libs: bump PKGREVISION. 2018-04-08 06:06:13 +00:00
gforth Switch from ffcall to libffcall (newer version of same). 2017-09-10 20:03:49 +00:00
ghc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ghc-bootstrap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ghc7 lang/ghc7: download from https instead of http (redirected) 2018-03-03 19:43:20 +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 Update Go to 1.10.1. 2018-03-30 11:52:18 +00:00
go-hcl Revbump all Go packages after 1.10.1 update. 2018-03-30 11:56:19 +00:00
go14 Mention that on NetBSD, Go 1.4 needs COMPAT_60 to be enabled in the kernel. 2018-02-27 15:19:15 +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 Update COMMENT. 2017-03-16 10:07:27 +00:00
guile20 lang/guile20: Mirror changes to lang/guile22/Makefile. 2017-08-19 00:28:10 +00:00
guile22 guile22: Use correct mmap permissions for later PROT_WRITE mprotect. 2018-01-08 22:37:08 +00:00
gwydion-dylan Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +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 Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
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 icu update 2018-04-14 07:33:52 +00:00
ksi Add patch comments. 2015-12-29 23:34:43 +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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
likepython Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
llvm Omit check for native 8-byte atomics, platform may not have them, 2018-03-31 15:13:28 +00:00
lua Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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.4. 2017-02-10 23:01:49 +00:00
LuaJIT Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
LuaJIT2 Drop maintainership. 2017-09-16 19:53:50 +00:00
lush Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
maude Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mawk Use OPSYSVARS. 2016-02-25 14:42:55 +00:00
mercury lang/mercury: move HTML documentation to share/doc/mercury/html 2018-02-18 05:30:55 +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 Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
mono revbump after icu update 2018-04-14 07:33:52 +00:00
mono-basic revbump after icu update 2018-04-14 07:33:52 +00:00
mono2 revbump after icu update 2018-04-14 07:33:52 +00:00
moscow_ml Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +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.18.0 2018-04-03 03:24:56 +00:00
nodejs revbump after icu update 2018-04-14 07:33:52 +00:00
nodejs4 revbump after icu update 2018-04-14 07:33:52 +00:00
nodejs6 lang/nodejs6: Update to 6.14.1. 2018-04-04 10:35:55 +00:00
nodejs8 revbump after icu update 2018-04-14 07:33:52 +00:00
nqp lang/nqp becomes the same as wip/nqp, upgrading to 2017.09 2017-09-26 17:21:08 +00:00
nuitka Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
objc Use OPSYSVARS. 2016-02-25 14:42:55 +00:00
ocaml Updated lang/ocaml to version 4.06.1. 2018-04-04 09:34:46 +00:00
oo2c Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +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 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
openjdk8 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
opensource-cobol Use the curses framework. 2017-01-05 15:36:24 +00:00
oracle-jdk8 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
oracle-jre8 Sort PLIST files. 2018-01-01 22:29:15 +00:00
ossp-js Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
owl-lisp Import owl-lisp-0.1.13 as lang/owl-lisp. 2017-02-11 01:40:27 +00:00
p2c Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
p5-Switch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
parrot revbump after icu update 2018-04-14 07:33:52 +00:00
pc-lisp pc-lisp: Remove unwanted sentence from DESCR 2018-02-03 20:27:31 +00:00
pcc Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
pcc-current Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
pear Update pear to 1.10.5. 2017-07-06 13:34:46 +00:00
perl5 perl5: Don't add -ansi either. 2018-01-15 10:07:50 +00:00
pfe Fix broken build: 2017-12-28 12:46:58 +00:00
pforth Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
php lang/php56: update to 5.6.35 2018-03-30 00:37:16 +00:00
php56 lang/php56: update to 5.6.35 2018-03-30 00:37:16 +00:00
php70 lang/php70: update to 7.0.29 2018-03-29 16:22:24 +00:00
php71 lang/php71: update to 7.1.16 2018-03-29 16:19:38 +00:00
php72 revbump after icu update 2018-04-14 07:33:52 +00:00
picoc Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
pict Revbump associated with the upgrade of lang/ocaml 2018-04-13 13:55:27 +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.10 2018-02-22 10:07:59 +00:00
py-basicproperty Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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-pyrex Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-pythonz Reset maintainer 2017-09-16 19:26:41 +00:00
py-six py-six: update to 1.11.0 2017-09-18 07:01:53 +00:00
py27-html-docs py27-html-docs: Update py27-html-docs to 2.7.14 2017-11-24 11:22:08 +00:00
py34-html-docs py34-html-docs: Update py34-html-docs to 3.4.8 2018-02-06 10:12:05 +00:00
py35-html-docs py35-html-docs: Update py35-html-docs to 3.5.4 2017-11-24 11:24:24 +00:00
py36-html-docs py36-html-docs: Update py36-html-docs to 3.6.4 2017-12-19 11:33:04 +00:00
python python: allow :test in PYTHON_VERSIONED_DEPENDENCIES 2018-04-05 12:32:53 +00:00
python27 ChromeOS support for the older Python versions. 2017-11-22 19:16:20 +00:00
python34 lang/*: remove BROKEN markers for known openssl-1.1 breakage 2018-02-23 15:26:14 +00:00
python35 python35: updated to 3.5.5 2018-02-05 17:34:18 +00:00
python36 python36: updated to 3.6.5 2018-03-29 15:28:16 +00:00
qore recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
racket Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
racket-textual Cleanup: replace curly braces with parentheses. 2018-01-01 01:26:13 +00:00
rakudo rakudo: add test target 2017-10-02 15:19:48 +00:00
rakudo-star revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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/ruby22-base: update to 2.2.10, security release 2018-03-29 03:11:58 +00:00
ruby-coffee-script Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
ruby-coffee-script-source Update ruby-coffee-script-source to 1.12.4. 2017-03-20 13:22:21 +00:00
ruby-doc-stdlib Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
ruby-execjs Update ruby-execjs to 2.7.0. 2016-10-15 13:57:53 +00:00
ruby-gherkin lang/ruby-gherkin: update to 5.0.0 2018-03-21 11:33:20 +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 lang/ruby22-base: update to 2.2.10, security release 2018-03-29 03:11:58 +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 to 2.3.7, security release 2018-03-29 03:09:35 +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.4, security release 2018-03-29 03:04:47 +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.1, security release 2018-03-29 03:06:57 +00:00
runawk Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rust rust: Re-enable SunOS support. 2018-04-04 22:38:27 +00:00
sablevm Fix pthread use. 2017-02-14 21:27:40 +00:00
sablevm-classpath Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
sablevm-classpath-gui Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
sather Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sbcl sbcl: Update to 1.4.3. Changes since 1.3.21: 2018-01-04 14:47:17 +00:00
scala Update to 2.11.8 2016-03-13 03:16:41 +00:00
scheme48 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
scm Not MAKE_JOBS_SAFE. 2016-09-06 20:54:00 +00:00
see Comment out dead sites. 2017-09-04 18:00:49 +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 bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
spidermonkey Use $(CC) to link shared libraries 2018-01-23 03:26:41 +00:00
spidermonkey17 lang/spidermonkey17: Mark as broken on SunOS/x86_64. 2018-03-21 12:04:30 +00:00
spidermonkey185 lang/spidermonkey185: Mark as broken on SunOS/x86_64. 2018-03-21 12:02:54 +00:00
spl revbump after icu update 2018-04-14 07:33:52 +00:00
squeak Cleanup: replace curly braces with parentheses. 2018-01-01 01:26:13 +00:00
squeak-vm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sr Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
sr-examples Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
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 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
swi-prolog-packages Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tcl revbump after icu update 2018-04-14 07:33:52 +00:00
tcl-expect Override INSTALL_UNSTRIPPED after including bsd.prefs.mk. 2017-06-29 20:11:17 +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.40.3. 2018-04-17 04:20:07 +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.78.5 2018-04-04 14:18:32 +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 Added lang/pc-lisp 2018-02-03 20:28:28 +00:00