| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Spell out full path to /sbin/sysctl [2]
- Build with OpenSSL from base to avoid a link conflict on FreeBSD < 10
- Fix build with libusb on FreeBSD < 10 [3]
- Fix build with GCC 4.7 (for 8.4 / 9.1)
- Bump PORTREVISION
PR: 192742 [1]
Submitted by: cmt@burggraben.net [1]
Submitted by: J. R. Oldroyd [2]
Submitted by: db@ [3]
MFH: 2014Q3
|
| |
|
|
|
|
|
| |
Obtained from: https://github.com/gliaskos/freebsd-chromium/
MFH: 2014Q2
Security: http://vuxml.org/freebsd/7cf25a0c-d031-11e3-947b-00262d5ed8ee.html
http://vuxml.org/freebsd/963413a5-bf50-11e3-a2d6-00262d5ed8ee.html
|
| | |
|
| |
|
|
|
|
| |
Instead of removing the -Wno-unknown-warning-option, split this out in a
Clang specific version and a GCC specific version (yay).
Submitted by: George Mitchell via freebsd-ports
|
| |
|
|
|
| |
Submitted by: private mail
Discussed with: cognet / gahr
|
| |
|
|
| |
Submitted by: avg, Michael Moll <mmoll@mmoll.at>
|
| |
|
|
|
|
|
| |
unconditionally. This fixes 'make patch' when selecting the GCC option.
Reported by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reported by: olgeni@
|
| |
|
|
|
|
| |
Note that support for 10.0 is currently untested, WIP.
Submitted by: George Liaskos
Security: http://vuxml.org/freebsd/e5414d0c-2ade-11e3-821d-00262d5ed8ee.html
|
| |
|
|
|
|
|
|
|
|
| |
with GCC [1]
- Fix inclusion of some other headers [2]
- Fix build with libc++ [3]
Submitted by: jkim [1-3]
Tested by: jkim, bapt, myself
Obtained from: upstream [2]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Limit to python 2.X [2]
- Convert to USES=gmake
- Drop dependency on libspeechd, enable webrtc [3]
- Use GCC 4.6+ again [4]
Submitted by: George Liaskos [1,3]
eadler [2]
Discussed with: George Liaskos [4]
Security: http://vuxml.org/freebsd/3b80104f-e96c-11e2-8bac-00262d5ed8ee.html [1]
|
| |
|
|
| |
Submitted by: Michael Moll via github (pull request #1)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that this is still a beta version, and that the sysctl
kern.ipc.shm_allow_removed must be set to 1 for correct operation.
Port changes:
- add dependency on accessibility/speech-dispatcher for libspeechd
- use internal libvpx
- update disk space requirements
- add pkg-message for the above sysctl
Submitted by: George Liaskos
Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
|
|
|
- Add OPTIONS for clang / gcc45+ / debug build.
Submitted by: George Liaskos
Obtained from: Chromium Chruetertee repository r234
|