summaryrefslogtreecommitdiff
path: root/www/chromium/files/extra-patch-gcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/chromium: Enable build on FreeBSD < 10 and enable file chooser dialog [1].Rene Ladan2014-08-181-0/+10
| | | | | | | | | | | | | | - 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
* Update to 34.0.1847.132Rene Ladan2014-05-021-3/+3
| | | | | | | 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
* Forgot to commit a chunk for extra-patch-gcc in r347055Rene Ladan2014-03-051-1/+25
|
* Fix build on 8.4 (which uses GCC now because of c++11-lib)Rene Ladan2014-03-041-0/+12
| | | | | | 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
* Fix build when GCC is selected.Rene Ladan2013-11-181-0/+12
| | | | | Submitted by: private mail Discussed with: cognet / gahr
* Fix build with GCC 4.8Rene Ladan2013-10-161-0/+10
| | | | Submitted by: avg, Michael Moll <mmoll@mmoll.at>
* Remove two patches from extra-patch-gcc that are now appliedRene Ladan2013-10-131-23/+0
| | | | | | | unconditionally. This fixes 'make patch' when selecting the GCC option. Reported by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Reported by: olgeni@
* Update to 30.0.1599.66Rene Ladan2013-10-091-0/+23
| | | | | | 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
* - Always include <sys/types.h> in affected files, not only when buildingRene Ladan2013-09-151-23/+0
| | | | | | | | | | 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]
* - Update to 28.0.1500.71 [1]Rene Ladan2013-07-181-2/+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]
* Fix build with GCC 4.7Rene Ladan2013-05-271-0/+23
| | | | Submitted by: Michael Moll via github (pull request #1)
* Update to 27.0.1453.81Rene Ladan2013-05-141-10/+0
| | | | | | | | | | | | | | 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
* - Fix build with lang/gcc45Rene Ladan2011-09-301-0/+40
- Add OPTIONS for clang / gcc45+ / debug build. Submitted by: George Liaskos Obtained from: Chromium Chruetertee repository r234