/russian/kde3-i18n/

-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/transmission-cli
Commit message (Collapse)AuthorAgeFilesLines
* Remove all _USE=openssl occurrences.mat2017-03-151-1/+1
| | | | Sponsored by: Absolight
* devel/libevent2: drop historical suffix after r362796jbeich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-1/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* Assume "pkg-config zlib" works after 9.x reached EOLjbeich2017-01-041-2/+1
| | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with.
* - update miniupnpc to 2.0.20161216dinoex2016-12-261-1/+1
| | | | - bump API change
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-012-11/+20
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* net-p2p/transmission-cli: update mirrorsjbeich2016-09-281-2/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-10/+10
| | | | | With hat: portmgr Sponsored by: Absolight
* net-p2p/transmission-*: update to 2.92jbeich2016-03-082-3/+3
| | | | | | Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.92 PR: 207772 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* net-p2p/transmission-*: update to 2.90jbeich2016-03-037-88/+48
| | | | | | | | | | | - Add POLARSSL and WOLFSSL support (like ftp/curl) - Hide LITE (unused) and DOCS (redundant) options from -web slave - Simplify r398996 and move to CONFIGURE_ENV - Drop r369657 hacks after upstream integration [1] - As implied by r378806 transfer maintainership back to crees Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90 PR: 194029 [1]
* Clarify LICENSEjbeich2016-02-081-1/+1
|
* net-p2p/transmission-cli: chase r399209jbeich2015-10-142-1/+19
| | | | | | | | | | https://github.com/miniupnp/miniupnp/commit/1da63faa4fff5cb30e5d4b848ceef80a292382b9 PR: 203768 Reported by: many Obtained from: upstream MFH: 2015Q4 X-MFH-With: r399209
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove trailing whitespace from Makefiles, M-X.olgeni2015-10-081-1/+1
|
* Convert my ports to USES=localbasejbeich2015-09-271-3/+2
|
* net-p2p/transmission-*: minor cleanupjbeich2015-08-301-12/+5
| | | | | | | o -cli slave still uses libtransmission under GPLv2 o Chase r313708 in COMMENT for -gtk slave o Convert LITE to option helpers o Drop duplicate USES=tar (r362505 vs. r362522)
* Don't depend on base OpenSSL when using WITH_OPENSSL_PORT.crees2015-07-042-4/+15
| | | | | PR: ports/186978 Submitted by: Bernard Spil
* Improve style/consistency among the ports I maintainjbeich2015-02-161-4/+2
| | | | | | | | | | | - Convert to COPYTREE_SHARE - Drop unnecessary MKDIR before COPYTREE_SHARE - Drop bsd.port.options.mk if only DOCS requires it without dependencies - Use separate backup if several REINPLACE_CMD against the same file - audio/alsa-utils: convert to LIBS Differential Revision: https://reviews.freebsd.org/D1851 Approved by: bapt (mentor)
* - Add CPE information for Transmission ports [1]jbeich2015-02-111-3/+5
| | | | | | | | | | | | | | | | | | - Take maintainership [2] as the next update may require partially reverting r369657 hacks in favor of upstream support - Disable devel/libinotify: * used only by transmission-daemon's watch-dir * maybe less stable than readdir() fallback * disabled by other ports e.g., devel/glib20 * completely different from devel/libnotify [3] - Belatedly bump PORTREVISION PR: 197065 [1] Differential Revision: https://reviews.freebsd.org/D1806 Suggested by: crees [2] Pointy hat: crees (r287179) [3] Approved by: crees (maintainer) [1][2] Approved by: bapt (mentor)
* Allow use of reload rc commandcrees2014-11-251-0/+1
| | | | | PR: ports/195341 Submitted by: joshruehlig@gmail.com
* Cleanup plistantoine2014-11-131-1/+0
|
* Unbundle libs.crees2014-10-011-3/+27
| | | | | | | | | PR: ports/194029 Submitted by: Jan Beich Also, don't extract the third-party directory if we're not using it here. Submitted by: mi
* Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-121-11/+6
| | | | | | | | | | | (ports that are dependencies of other ports) net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS sysutils/deltup: simplify patch by using MAKE_ARGS x11-fm/rox-filer: convert to USES=shared-mime-info x11-wm/emerald: remove PTHREAD_LIBS PR: 192062
* Fix transmission-cli,-gtk on some platforms after openssl updatemarino2014-08-041-1/+1
| | | | | | | | | | | | At least on some releases, transmission-cli and transmission-gtk now need -lcypto in LDFLAGS to build. Additionally transmission-gtk needed an update of the inotify configure argument. The latter requires a revbump because it seems possible that it could have been built with the bad argument somewhere. PR: 192319 Submitted by: Ivan Klymenko Approved by: "Just Fix It" blanket, but maintainer was in copy on PR
* Only use libevent2bapt2014-07-241-2/+2
| | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
* Fix clang build on 9.xcrees2014-07-231-2/+6
| | | | | | | | Apparently this version doesn't understand empty arguments in CFLAGS using commas; i.e. ,-I/usr/local/include throws an error about nonexisting file ,- Reported by: Kenta S (kentas@hush.com)
* Fix transmission-web buildcrees2014-07-221-0/+2
| | | | Submitted by: gblach, rakuco
* Unbreakantoine2014-07-221-1/+3
| | | | Pointy hat: crees
* Update to 2.84crees2014-07-216-61/+30
| | | | | PR: ports/191592 Submitted by: Andrew Berg
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-1/+1
|
* Add option to disable ownership and permissions checking in rc script.crees2014-01-041-5/+11
|
* Stage transmission ports and the rest maintained by me.crees2013-12-303-8/+7
| | | | Various little obvious fixes, and a new rc script for stunnel-server
* Fix -qt4 build on 10.0-BETA3crees2013-11-142-2/+12
| | | | | PR: ports/183935 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* net-p2p/transmission-cli: Fix USES and iconv supportmarino2013-09-141-3/+3
| | | | | | | | | This is a master port for transmission-qt and transmission-gtk. To honor any USES definition of the slave ports, the USES here has to be defined with +=. Additionally, it links with iconv so that support was added while I'm here. Approved by: crees (maintainer)
* Fix transmission-qt4 build.crees2013-08-304-0/+76
| | | | | | PR: ports/180292 Submitted by: naddy Obtained from: OpenBSD
* Update to 2.82crees2013-08-302-4/+4
| | | | | PR: ports/181254 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* - Update to 7.31.0sunpoet2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Update to 2.80crees2013-07-023-12/+12
| | | | | PR: ports/180120 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* Correct the package naming, to stop upsetting people.crees2013-06-272-3/+10
| | | | | | | | | | | Trim ABI versions from LIB_DEPENDS to pacify portlint PR: ports/179798 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Add LICENSE lines Submitted by: 4721 (frogs, IRC)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Fix chown for transmission home directory to silence complaintscrees2013-03-022-2/+2
| | | | | | from transmission-daemon De-articulate COMMENT
* Require pkgconfig only for build stage.demon2013-02-281-1/+1
| | | | Discussed with: crees (maintainer)
* Update to 2.77crees2013-02-202-3/+3
|
* Update to 2.76crees2013-01-173-9/+17
| | | | | | | Various rc script tidying PR: ports/175255 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-1/+0
| | | | | care about those header, so you even can claim that those were created by you instead of me.
* Update to 2.75crees2012-12-313-17/+13
| | | | | PR: ports/174507 (based on) Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* Various rc fixes;crees2012-12-082-11/+31
| | | | | | | | | | | | | | | - Add transmission_web_home to use customised web interface Requested by: Hanson Wong - transmission should use a pidfile - Style fixes (mostly quoting) - Empty value in _user is clobbered with default, so remove warning Use USERS and GROUPS, and move home directory handling to rc script where it belongs; now users can be changed on the fly without issue Feature safe: yes
* Use LITE instead of LIGHTWEIGHT with standard descriptioncrees2012-10-301-4/+2
| | | | | Suggested by: danfe Feature safe: yes
* Add OPTION for lightweight build-- disables prefetchingcrees2012-10-301-2/+10
| | | | | | | | Requested by: Elias Rohrer While here, remove obsolete configure args Feature safe: yes
* Update to 2.73crees2012-10-292-3/+3
| | | | | | PR: ports/173053 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Feature safe: yes
* Update to 2.71crees2012-10-052-3/+3
| | | | | | | Update BROKEN message to new GTK version [1] PR: ports/172328 [1] Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1]
* Create transmission25 ports and UPDATING entry to explain.crees2012-08-111-0/+3
| | | | | | | | | | | | Sadly, Transmission has stopped supporting GTK 2.0 (it had to happen some day). They now require GTK 3.2.0 [1], which we currently lack, so for those who wish to use the GTK frontend need to stay on version 2.5 When our GTK is upgraded I'll make MOVED entries to make the transition back to 2.6 as seamless as possible. [1] http://tinyurl.com/cfchfp9
* Update to 2.61crees2012-08-103-17/+5
| | | | | PR: ports/170193 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* The conditional include is actually fine-- the problem in the PR was solvedcrees2012-06-101-13/+0
| | | | | | | after more investigation by reinstalling world; there was an out-of-date header present. PR: ports/167195
* posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is pickedcrees2012-06-061-0/+13
| | | | | | | | | | | | | | | | up by the configure script. However, the function is marked as available, but libtransmission/fdlimit.c has a conditional include on fcntl.h, which causes the compilation to fail. This patch removes the condition on fcntl.h inclusion, hopefully fixing the build. PR: ports/167195 Submitted by: Reviewed by: [1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Update to 2.51crees2012-04-182-3/+3
| | | | Submitted by: demon
* - Update to 2.50crees2012-04-023-14/+3
| | | | | Submitted by: "Hakisho" Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to 2.42crees2011-12-112-5/+4
| | | | | | - Use --with(out)-gtk instead of enable -- option has changed Feature safe: yes
* - Update to 2.41crees2011-10-193-5/+6
| | | | | | | - Update MASTER_SITES PR: ports/161712 Submitted by: Barbara <barbara.xxx1975@libero.it>
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Update to 2.33crees2011-08-102-3/+3
|
* Take these for now, mezz can take them back whenever he likes.crees2011-07-281-1/+1
|
* - Reset ports at maintainers requesttabthorpe2011-07-251-1/+1
|
* Forgot to remove a patch.mezz2011-07-011-11/+0
|
* Update to 2.32.mezz2011-07-012-5/+4
|
* Update to 2.31.mezz2011-05-227-36/+27
|
* Update libevent2 to 2.0.11mm2011-05-051-2/+2
|
* Fix transmission-qt to avoid link with both libevent 1.x and 2.x librariesmezz2011-03-181-0/+11
| | | | | | | | or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION. PR: ports/155600 Reported by: Alexandr <prayer@list.ru>
* - Update to 2.22.mezz2011-03-057-15/+47
| | | | | | | | | | - Don't override conf_dir and download_dir unconditionally [1] - Don't use localhost default by replace to 127.0.0.1 for IPv6 issue as transmission-remote doesn't support IPv6 yet. [2] PR: ports/155081 [1] ports/155139 [2] Submitted by: Anonymous <swell.k@gmail.com> [1][2]
* Update to 2.13.mezz2010-12-132-3/+3
|
* Update to 2.12.mezz2010-11-174-13/+21
|
* Fix if FreeBSD built without ipv6 support.mezz2010-09-202-1/+12
| | | | | PR: ports/150519 Submitted by: well-wisher <regex@bk.ru>
* Update to 2.04.mezz2010-08-152-5/+5
|
* Chase libevent update, bump the PORTREVISION on those.mezz2010-07-261-2/+2
|
* Update to 2.03.mezz2010-07-252-13/+13
|
* - Update to 1.93.mezz2010-05-09