aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-remote-gui
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-141-1/+1
| | | | | | | | | | | | | | - lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3 Notes: svn path=/head/; revision=561593
* - Bump PORTREVISIONJose Alonso Cardenas Marquez2021-01-061-1/+1
| | | | Notes: svn path=/head/; revision=560652
* - Fix patch fileJose Alonso Cardenas Marquez2021-01-061-5/+7
| | | | | | | | PR: 252438 Reported by: dsh at bamus.cz Notes: svn path=/head/; revision=560650
* - Fix problem with new version of lazarus 2.0.10 (Error connect to the daemon)Jose Alonso Cardenas Marquez2020-12-292-1/+37
| | | | | | | | | PR: 251839 Reported by: vgreg at ya.ru Obtained from: https://github.com/transmission-remote-gui/transgui/issues/1325 Notes: svn path=/head/; revision=559535
* - Bump PORTREVISION. lazarus was updated to 2.0.10Jose Alonso Cardenas Marquez2020-11-251-1/+1
| | | | Notes: svn path=/head/; revision=556267
* - Bump PORTREVISION. lazarus was updated to 2.0.8Jose Alonso Cardenas Marquez2020-05-141-1/+1
| | | | Notes: svn path=/head/; revision=535212
* - Remove compat < 11 dependencies from bootstrap and compiler. It could fix ↵Jose Alonso Cardenas Marquez2020-03-061-0/+1
| | | | | | | | | | | | | | 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
* - Update to 5.18.0Jose Alonso Cardenas Marquez2019-12-312-5/+4
| | | | Notes: svn path=/head/; revision=521630
* Clean up WRKSRC and USE_GITHUB usage in some portsTobias Kortkamp2019-11-161-2/+0
| | | | Notes: svn path=/head/; revision=517746
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-031-0/+1
| | | | | | | | | | | | | - 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
* - Update to 5.17.0Jose Alonso Cardenas Marquez2019-08-153-8/+33
| | | | | | | | | - Add lang directory - Add DESKTOP_ENTRIES - Few minor modifications Notes: svn path=/head/; revision=509038
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-6/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-3/+2
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* net-p2p/transmission-remote-gui: fix spelling in pkg-message.inSteve Wills2019-05-042-3/+4
| | | | | | | | | PR: 233869 Submitted by: Anton Saietskii <vsasjason@gmail.com> Approved by: maintainer timeout (acm, > 4 months) Notes: svn path=/head/; revision=500811
* - Add missing dependency (fcl-xml)Jose Alonso Cardenas Marquez2019-03-071-2/+2
| | | | | | | Reported by: fluffy Notes: svn path=/head/; revision=494955
* - Update to 5.16.0Jose Alonso Cardenas Marquez2019-03-072-5/+5
| | | | | | | - Add LLD_UNSAFE Notes: svn path=/head/; revision=494887
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 5.15.4Jose Alonso Cardenas Marquez2018-06-032-4/+4
| | | | Notes: svn path=/head/; revision=471477
* - Moved ports to Uses/lazarus.mkJose Alonso Cardenas Marquez2018-05-253-50/+22
| | | | | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661 Notes: svn path=/head/; revision=470851
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-0/+1
| | | | | | | | | | | | | - 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
* Mark BROKEN: fails to buildAntoine Brodin2018-03-051-0/+2
| | | | | | | | | | | (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
* - Bump PORTREVISION. Lazarus was updated to 1.8.0Jose Alonso Cardenas Marquez2018-02-011-2/+2
| | | | Notes: svn path=/head/; revision=460565
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-2/+2
| | | | Notes: svn path=/head/; revision=435184
* - Bump PORTREVISION. Freepascal was updatedJose Alonso Cardenas Marquez2017-02-261-1/+1
| | | | Notes: svn path=/head/; revision=434902
* - Bump PORTREVISION. Lazarus was updated to 1.6.2Jose Alonso Cardenas Marquez2016-11-211-7/+4
| | | | | | | - Remove BROKEN Notes: svn path=/head/; revision=426767
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - 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
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Bump PORTREVISION. editors/lazarus was updated to 1.6.0Jose Alonso Cardenas Marquez2016-03-171-2/+2
| | | | Notes: svn path=/head/; revision=411310
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.Koop Mast2016-02-071-2/+2
| | | | | | | | | | | | | | | | | | | 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
* - Fix build (Lazarus was updated to 1.6RC2)Jose Alonso Cardenas Marquez2016-01-281-2/+2
| | | | Notes: svn path=/head/; revision=407410
* net-p2p/transmission-remote-gui: Unbreak after FPC upgrade to 3.0.0John Marino2015-12-211-2/+3
| | | | Notes: svn path=/head/; revision=404188
* - Fix buildJose Alonso Cardenas Marquez2015-08-181-2/+2
| | | | | | | - Add missing dependencies Notes: svn path=/head/; revision=394624
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-12/+4
| | | | | | | | | | | | | - 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
* - Bump PORTREVISION. lazarus was updated to 1.4.0Jose Alonso Cardenas Marquez2015-06-151-2/+2
| | | | Notes: svn path=/head/; revision=389676
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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
* - Bump PORTREVISION. lzarus has been updatedJose Alonso Cardenas Marquez2015-01-111-2/+2
| | | | Notes: svn path=/head/; revision=376734
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362050
* - Bump PORTREVISION. New lazarus version is availableJose Alonso Cardenas Marquez2014-06-181-3/+4
| | | | Notes: svn path=/head/; revision=358316
* Bump port revisionBaptiste Daroussin2014-04-111-0/+1
| | | | Notes: svn path=/head/; revision=351028
* Support stageBaptiste Daroussin2014-04-111-6/+2
| | | | | | | Remove bogus dep on gdk-pixbuf 1 Notes: svn path=/head/; revision=351027
* - Update to 5.0.1Jose Alonso Cardenas Marquez2014-03-262-4/+3
| | | | Notes: svn path=/head/; revision=349226
* Convert n* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347778
* - Bump PORTREVISION. Lazarus has been updated to 1.0.12Jose Alonso Cardenas Marquez2013-09-301-1/+1
| | | | Notes: svn path=/head/; revision=328837
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662