| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
Changes: https://www.mozilla.org/firefox/49.0.2/releasenotes/
Security: aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa
MFH: 2016Q4
|
|
|
|
|
|
|
|
|
| |
/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
/usr/local/bin/ld: final link failed: Nonrepresentable section on output
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
- Add license
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when using the clang compiler. This allows removing the requirement
on gcc.
Patch based on suggestion from Ivan <bsd@abinet.ru>.
Bug has been reported upstream.
PR: 213595
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
MFH: 2016Q4
|
| |
|
|
|
|
| |
- Switch to options helpers
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert WEBDAV option to option helpers [1]
- Remove MYSQLAUTH option, upstream integrated their own solution
in MYSQL support [1]
- Add GEOIP option to main port [1]
- Fix sorting in pkg-plist [1]
- Remove lighttpd-mod_geoip port, it's beeen integrated in the main
port [2]
PR: 213568 [1], 213569 [2]
Sumitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreaks GUI by applying two patches:
- Patch in boost headers to prevent EINPROGRESS mishandling
https://github.com/zaphoyd/websocketpp/issues/563
- Patch in websocketpp fixing IPv4 vs. IPv6 mismatch
https://github.com/zaphoyd/websocketpp/issues/587
- GUI option is made default
- Clones icons for the GUI app cadabra2-gui
- Adds "USE_TEX=texmf texhash" to allow for unincluded latex macros,
and to make tex hash local packages installed by cadabra2
- Verified that cadabra2 GUI now works fine - it is able to run
many examples from their website.
PR: 213329
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
|
|
|
| |
- bugfix for FreeBSD only / speedup for zombie check not working on r11
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr blanket
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/devel/openmp/work/openmp-3.9.0.src/runtime/src/kmp_lock.h:26:10: fatal error: 'atomic' file not found
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c: In function 'piglit_cl_test':
/wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: error: unknown field 'buffer' specified in initializer
/wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: missing braces around initializer
/wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: (near initialization for 'image_desc.<anonymous>')
Approved by: portmgr blanket
|
|
|
|
|
|
| |
/usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED'
Approved by: portmgr blanket
|
|
|
|
|
|
| |
/usr/local/lib: file not recognized: File format not recognized
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: ISO C++ forbids declaration of '__decltype' with no type
/wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: typedef '__decltype' is initialized (use __typeof__ instead)
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
collector/cpu_freebsd.go: In function 'getCPUTimes':
collector/cpu_freebsd.go:91: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
scriptable/fileclass.cpp: In constructor 'FileClass::FileClass(const QString&, QScriptEngine*)':
scriptable/fileclass.cpp:27: error: class 'FileClass' does not have any field named 'ScriptableClass'
scriptable/fileclass.cpp:28: error: no matching function for call to 'ScriptableClass<QFile, FilePrototype>::ScriptableClass()'
scriptable/scriptableclass.h:63: note: candidates are: ScriptableClass<Object, ObjectPrototype>::ScriptableClass(QScriptEngine*) [with Object = QFile, ObjectPrototype = FilePrototype]
scriptable/scriptableclass.h:59: note: ScriptableClass<QFile, FilePrototype>::ScriptableClass(const ScriptableClass<QFile, FilePrototype>&)
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance(const QString&)':
scriptable/fileclass.cpp:34: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance()':
scriptable/fileclass.cpp:39: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters
Approved by: portmgr blanket
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Submitted by: rene
Reviewed by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8305
|
|
|
|
| |
2016-10-20 databases/php-adodb-ext: Works only with EOL php 5.5
|
|
|
|
|
|
|
| |
The former is a TrueType font with embedded dotted font, and have better
compatibility.
Submitted by: intron <intron intron ac>
|
|
|
|
|
|
| |
- OpenSSL 1.1.0 support (thanks Petr Pisar)
Changes: http://cpansearch.perl.org/src/JONOZZZ/Crypt-OpenSSL-PKCS10-0.16/Changes
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.39/Changes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove unapproved patches that upstream refuses to support
|
| |
|
| |
|
| |
|
|
|
|
| |
require libc++.
|
|
|
|
|
| |
PR: 213616
Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/LEADER/Crypt-LE-0.19/Changes
|
|
|
|
| |
Changes: https://github.com/oysttyer/oysttyer/blob/master/CHANGELOG.markdown
|
| |
|
|
|
|
| |
Submitted by: Jonathan Anderson
|
|
|
|
|
|
| |
The build was failing on 11 and head due to missing USES=libedit
PR: 213643
|