| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org
Notes:
svn path=/head/; revision=527858
|
|
|
|
| |
Notes:
svn path=/head/; revision=521630
|
|
|
|
| |
Notes:
svn path=/head/; revision=517746
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
Notes:
svn path=/head/; revision=510956
|
|
|
|
|
|
|
|
|
| |
- Add lang directory
- Add DESKTOP_ENTRIES
- Few minor modifications
Notes:
svn path=/head/; revision=509038
|
|
|
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
Notes:
svn path=/head/; revision=508903
|
|
|
|
|
|
|
|
|
| |
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725
Notes:
svn path=/head/; revision=505150
|
|
|
|
|
|
|
|
|
| |
PR: 233869
Submitted by: Anton Saietskii <vsasjason@gmail.com>
Approved by: maintainer timeout (acm, > 4 months)
Notes:
svn path=/head/; revision=500811
|
|
|
|
|
|
|
| |
Reported by: fluffy
Notes:
svn path=/head/; revision=494955
|
|
|
|
|
|
|
| |
- Add LLD_UNSAFE
Notes:
svn path=/head/; revision=494887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
| |
Notes:
svn path=/head/; revision=471477
|
|
|
|
|
|
|
|
|
|
| |
- Add FLAVORS
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D14661
Notes:
svn path=/head/; revision=470851
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
Notes:
svn path=/head/; revision=466532
|
|
|
|
|
|
|
|
|
|
|
| |
(3104) Compiling transgui.lpr
Fatal: (10022) Can't find unit FastHTMLParser used by Clipbrd
Fatal: (1018) Compilation aborted
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=463622
|
|
|
|
| |
Notes:
svn path=/head/; revision=460565
|
|
|
|
| |
Notes:
svn path=/head/; revision=435184
|
|
|
|
| |
Notes:
svn path=/head/; revision=434902
|
|
|
|
|
|
|
| |
- Remove BROKEN
Notes:
svn path=/head/; revision=426767
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=411310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653
Notes:
svn path=/head/; revision=408449
|
|
|
|
| |
Notes:
svn path=/head/; revision=407410
|
|
|
|
| |
Notes:
svn path=/head/; revision=404188
|
|
|
|
|
|
|
| |
- Add missing dependencies
Notes:
svn path=/head/; revision=394624
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Notes:
svn path=/head/; revision=393766
|
|
|
|
| |
Notes:
svn path=/head/; revision=389676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
| |
Notes:
svn path=/head/; revision=376734
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362050
|
|
|
|
| |
Notes:
svn path=/head/; revision=358316
|
|
|
|
| |
Notes:
svn path=/head/; revision=351028
|
|
|
|
|
|
|
| |
Remove bogus dep on gdk-pixbuf 1
Notes:
svn path=/head/; revision=351027
|
|
|
|
| |
Notes:
svn path=/head/; revision=349226
|
|
|
|
| |
Notes:
svn path=/head/; revision=347778
|
|
|
|
| |
Notes:
svn path=/head/; revision=328837
|
|
|
|
|
|
|
| |
net-p2p)
Notes:
svn path=/head/; revision=327758
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
| |
Notes:
svn path=/head/; revision=314996
|
|
|
|
|
|
|
| |
- Add support for OptionNG
Notes:
svn path=/head/; revision=308799
|
|
|
|
|
|
|
| |
Submitted by: deischen (email)
Notes:
svn path=/head/; revision=302366
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=296170
|
|
|
|
| |
Notes:
svn path=/head/; revision=295100
|
|
|
|
| |
Notes:
svn path=/head/; revision=284285
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=276614
|