| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=459451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-std=gnu++98 since that was the default for the compilers historically
used for the build. It turns out that -std=c++98 does not work
because the vigra headers depend on LLONG_MAX and friends, which
are not defined without the GNU extensions.
Compensate for a recent poudriere change by overriding $HOME and
setting it to /tmp if $HOME is not writeable. Some of the test
code run during the build wants to use mkstemp() to create temporary
directories under $HOME, which does not work for the "nobody" user
which points $HOME at /nonexistent.
No PORTREVISION bump since this is a build fix and there is no
change to the package.
PR: 225129
Reported by: jbeich
Notes:
svn path=/head/; revision=459363
|
|
|
|
|
|
|
|
|
|
|
| |
Set correct include-path if devel/check is installed for check.h
PR: 218297
Submitted by: w.schwarzenfeld@utanet.at
Reported by: w.schwarzenfeld@utanet.at
Notes:
svn path=/head/; revision=459322
|
|
|
|
| |
Notes:
svn path=/head/; revision=459318
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-std=gnu++98 since that was the default for the compilers historically
used for the build. It turns out that -std=c++98 does not work
because the vigra headers depend on LLONG_MAX and friends, which
are not defined without the GNU extensions.
Compensate for a recent poudriere change by overriding $HOME and
setting it to /tmp if $HOME is not writeable. Some of the test
code run during the build wants to use mkstemp() to create temporary
directories under $HOME, which does not work for the "nobody" user
which points $HOME at /nonexistent.
No PORTREVISION bump since this is a build fix and there is no
change to the package.
PR: 225129
Reported by: jbeich
Notes:
svn path=/head/; revision=459316
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
Notes:
svn path=/head/; revision=459315
|
|
|
|
|
|
|
|
| |
PR: 225090
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=458850
|
|
|
|
| |
Notes:
svn path=/head/; revision=458790
|
|
|
|
| |
Notes:
svn path=/head/; revision=458788
|
|
|
|
|
|
|
|
|
|
|
| |
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.
An UPDATING entry is included.
Notes:
svn path=/head/; revision=458784
|
|
|
|
|
|
|
|
|
| |
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
Notes:
svn path=/head/; revision=458761
|
|
|
|
|
|
|
| |
other miscellaneous files that are not actually manual pages (part 2).
Notes:
svn path=/head/; revision=458739
|
|
|
|
| |
Notes:
svn path=/head/; revision=458699
|
|
|
|
| |
Notes:
svn path=/head/; revision=458497
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By popular request, this is a slave port that installs only the vim binary. It has
no dependencies, produces a 1 MB package with a 3 MB installed footprint, and
is unable to do anything except edit files. It contains no help files, no runtime
files, no syntax highlighting, no filetype-specific indenting, non-US keymaps,
macros, or spell-checking.
vim-tiny is designed for minimal installs, and is the wrong choice for most users.
Notes:
svn path=/head/; revision=458471
|
|
|
|
| |
Notes:
svn path=/head/; revision=458467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xap_Dialog.cpp:270:17: error: cast from pointer to smaller type 'char' loses information
*pWindowName = (char) NULL;
^~~~~~~~~~~
ap_UnixApp.cpp:866:29: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
if(0 == strcmp (suffix, "."G_MODULE_SUFFIX))
^
ie_exp_XSL-FO.cpp:1454:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
buf += " "x"=\""; \
^
ie_exp_LaTeX.cpp:1332:43: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define SUB(a,who) case a: subst = "\\(\\"who"\\)"; return true;
^
RealmProtocol.cpp:16:2: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint32_t' (aka 'unsigned int') [-Wc++11-narrowing]
RPV1_PACKET_VARIABLE, /* user joined */
^~~~~~~~~~~~~~~~~~~~
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
#define RPV1_PACKET_VARIABLE -1
^~
RealmProtocol.cpp:16:2: note: insert an explicit cast to silence this issue
RPV1_PACKET_VARIABLE, /* user joined */
^~~~~~~~~~~~~~~~~~~~
static_cast<uint32_t>( )
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
#define RPV1_PACKET_VARIABLE -1
^~
soa_soup.cpp:166:11: error: no viable conversion from returned value of type 'soa::GenericPtr' (aka 'shared_ptr<soa::Generic>') to function return type 'bool'
return soa::GenericPtr();
^~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
Obtained from: upstream (partially)
Notes:
svn path=/head/; revision=458453
|
|
|
|
|
|
|
| |
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=458427
|
|
|
|
|
|
|
|
| |
PR: 224983
Approved by: Oleh Hushchenkov
Notes:
svn path=/head/; revision=458426
|
|
|
|
|
|
|
|
|
|
|
| |
clearing `errno' prior to calling strtol(3).
Typically this is not needed (return value must be checked before the
`errno' check), but in case of strtol(3) return value can be zero for
both successful and failed conversions.
Notes:
svn path=/head/; revision=458424
|
|
|
|
|
|
|
| |
WWW: http://mooedit.sourceforge.net/
Notes:
svn path=/head/; revision=458418
|
|
|
|
| |
Notes:
svn path=/head/; revision=458089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550
Notes:
svn path=/head/; revision=457964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
Notes:
svn path=/head/; revision=457914
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following bugs are fixed:
BZ 127568 Diagrams become corrupt (not retrievable) when Calc document
is saved
BZ 127580 Fix for Issue 127568 created a new bug in Base
BZ 127581 Writer crashes after copying all content
Notes:
svn path=/head/; revision=457654
|
|
|
|
| |
Notes:
svn path=/head/; revision=457629
|
|
|
|
| |
Notes:
svn path=/head/; revision=457551
|
|
|
|
|
|
|
|
| |
PR: 224612
Submitted by: lightside <lightside@gmx.com> (maintainer)
Notes:
svn path=/head/; revision=457463
|
|
|
|
| |
Notes:
svn path=/head/; revision=457341
|
|
|
|
|
|
|
| |
Reviewed by: Liu Dryice <dryice@dryice.name>
Notes:
svn path=/head/; revision=457287
|
|
|
|
| |
Notes:
svn path=/head/; revision=457174
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
MFH: 2017Q4
Notes:
svn path=/head/; revision=457148
|
|
|
|
| |
Notes:
svn path=/head/; revision=457068
|
|
|
|
| |
Notes:
svn path=/head/; revision=457055
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=457026
|
|
|
|
|
|
|
|
|
|
|
| |
- Add post-install-DOCS-on target
Changes: https://github.com/craigbarnes/dte/releases/tag/v1.6
PR: 224501
Submitted by: Dmitri Goutnik <dg@syrec.org>
Notes:
svn path=/head/; revision=456913
|
|
|
|
| |
Notes:
svn path=/head/; revision=456841
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=456719
|
|
|
|
|
|
|
|
|
|
| |
PR: 224340
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13498
Notes:
svn path=/head/; revision=456692
|
|
|
|
| |
Notes:
svn path=/head/; revision=456515
|
|
|
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
Notes:
svn path=/head/; revision=456181
|
|
|
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
Notes:
svn path=/head/; revision=455913
|
|
|
|
| |
Notes:
svn path=/head/; revision=455869
|
|
|
|
| |
Notes:
svn path=/head/; revision=455807
|
|
|
|
|
|
|
| |
Delete the no-longer-needed patch as well
Notes:
svn path=/head/; revision=455803
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=455775
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=455699
|
|
|
|
| |
Notes:
svn path=/head/; revision=455385
|
|
|
|
| |
Notes:
svn path=/head/; revision=455251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.
This changes the library's SONAME, so bump PORTREVISION of all dependees.
Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.
Security: CVE-2017-9110
Security: CVE-2017-9111
Security: CVE-2017-9112
Security: CVE-2017-9113
Security: CVE-2017-9114
Security: CVE-2017-9115
Security: CVE-2017-9116
Security: 803879e9-4195-11e7-9b08-080027ef73ec
Notes:
svn path=/head/; revision=455244
|