| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
|
|
|
|
|
|
|
| |
mlton -mlb-path-var 'SRC /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -mlb-path-var 'BUILD /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -output bin/urweb src/compiler.mlb
invalid target: self
Reported by: pkg-fallout
MFH: 2019Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
- Change default behavior of client-side GUI event handlers:
By default, events are now passed to handlers on parent DOM nodes as well,
just like in normal JavaScript.
Call [preventDefault] or [stopPropagation] to tweak that behavior.
WARNING: This change may break backward compatibility!
- URIs specified with 'file' .urp directive are implicitly allowed to be referenced.
- New HTML tags: <fieldset>, <legend>
- New urweb-mode Emacs command: 'urweb-close-matching-tag'
- Bug fixes
PR: 202263
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
|
|
|
|
|
| |
PR: 197660
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
|
|
|
|
|
|
| |
PR: 196124
Submitted by: dim@
Approved by: maintainer
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
| |
PR: 191579
Submitted by: beyert@cs.ucr.edu (maintainer)
|
|
|
|
|
| |
PR: ports/191472
Submitted by: beyert@cs.ucr.edu (maintainer)
|
|
|
|
|
|
|
|
| |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
lang)
|
|
|
|
|
|
|
| |
- trim Makefile header, while here
PR: 176206
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
|
|
|
|
|
|
|
|
|
| |
while here:
- convert to optionsNG
- tab -> space in pkg-descr:WWW
PR: 170486
Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 168179
Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
|
|
|
|
|
| |
PR: port/167944
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/166778
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Feature safe: yes
|
|
and Haskell, but featuring
a significantly richer type system. Ur is functional, pure, statically-typed,
and strict. Ur supports a powerful kind of metaprogramming based on row types.
Ur/Web is Ur plus a special standard library and associated rules for parsing
and optimization. Ur/Web supports construction of dynamic web applications
backed by SQL databases.
PR: ports/166657
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Feature safe: yes
|