1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Chris Rees
2b86680264 Fix chown for transmission home directory to silence complaints
from transmission-daemon

De-articulate COMMENT
2013-03-02 13:48:31 +00:00
Dmitry Sivachenko
9b289b2513 Require pkgconfig only for build stage.
Discussed with:	crees (maintainer)
2013-02-28 10:55:36 +00:00
Chris Rees
29d944b72f Update to 2.77 2013-02-19 16:17:36 +00:00
Chris Rees
05e73e3f89 Update to 2.76
Various rc script tidying

PR:		ports/175255
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2013-01-16 19:01:15 +00:00
Jeremy Messenger
647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00
Chris Rees
ac26186d20 Update to 2.75
PR:		ports/174507 (based on)
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2012-12-31 12:00:21 +00:00
Chris Rees
14465d0b02 Various rc fixes;
- 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
2012-12-08 15:33:27 +00:00
Chris Rees
c2a2f2382e Use LITE instead of LIGHTWEIGHT with standard description
Suggested by:	danfe
Feature safe:	yes
2012-10-30 13:02:07 +00:00
Chris Rees
44fcdfb317 Add OPTION for lightweight build-- disables prefetching
Requested by:	Elias Rohrer

While here, remove obsolete configure args

Feature safe:	yes
2012-10-30 12:09:47 +00:00
Chris Rees
141162e6c4 Update to 2.73
PR:		ports/173053
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
Feature safe:	yes
2012-10-29 11:53:18 +00:00
Chris Rees
3e3ce1cf35 Update to 2.71
Update BROKEN message to new GTK version [1]

PR:		ports/172328 [1]
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com> [1]
2012-10-04 20:18:30 +00:00
Chris Rees
e01c71c7b1 Create transmission25 ports and UPDATING entry to explain.
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
2012-08-10 19:59:17 +00:00
Chris Rees
5f01fb06b0 Update to 2.61
PR:		ports/170193
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2012-08-10 14:15:36 +00:00
Chris Rees
34e4ada7b7 The conditional include is actually fine-- the problem in the PR was solved
after more investigation by reinstalling world; there was an out-of-date header
present.

PR:		ports/167195
2012-06-10 13:13:45 +00:00
Chris Rees
31aff77bf3 posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is picked
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
2012-06-06 15:51:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Chris Rees
dcdafa1e20 Update to 2.51
Submitted by:	demon
2012-04-17 20:13:41 +00:00
Chris Rees
7ef3c05acb - Update to 2.50
Submitted by:	"Hakisho"
Feature safe:	yes
2012-04-02 08:49:27 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Chris Rees
ee82353303 - Update to 2.42
- Use --with(out)-gtk instead of enable -- option has changed

Feature safe:	yes
2011-12-11 12:26:57 +00:00
Chris Rees
76cb375204 - Update to 2.41
- Update MASTER_SITES

PR:		ports/161712
Submitted by:	Barbara <barbara.xxx1975@libero.it>
2011-10-18 18:36:40 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Chris Rees
213562ebc4 Update to 2.33 2011-08-10 07:14:29 +00:00
Chris Rees
1283ebbe8e Take these for now, mezz can take them back whenever he likes. 2011-07-27 21:16:53 +00:00
Thomas Abthorpe
239add946e - Reset ports at maintainers request 2011-07-25 14:54:06 +00:00
Jeremy Messenger
5d46a3b625 Forgot to remove a patch. 2011-06-30 19:44:00 +00:00
Jeremy Messenger
8209f5177e Update to 2.32. 2011-06-30 17:05:53 +00:00
Jeremy Messenger
0f65c97925 Update to 2.31. 2011-05-21 22:28:33 +00:00
Martin Matuska
6c0a874384 Update libevent2 to 2.0.11 2011-05-05 13:48:05 +00:00
Jeremy Messenger
7e4ddfd44f Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries
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>
2011-03-17 20:15:56 +00:00
Jeremy Messenger
05cb0d768f - Update to 2.22.
- 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]
2011-03-05 04:17:28 +00:00
Jeremy Messenger
8ac8145970 Update to 2.13. 2010-12-12 22:52:38 +00:00
Jeremy Messenger
e2ab383ecb Update to 2.12. 2010-11-17 12:41:58 +00:00
Jeremy Messenger
8c07085b60 Fix if FreeBSD built without ipv6 support.
PR:		ports/150519
Submitted by:	well-wisher <regex@bk.ru>
2010-09-20 02:43:34 +00:00
Jeremy Messenger
261e26c281 Update to 2.04. 2010-08-15 00:53:16 +00:00
Jeremy Messenger
90a918f71b Chase libevent update, bump the PORTREVISION on those. 2010-07-25 18:59:32 +00:00
Jeremy Messenger
2d403a8240 Update to 2.03. 2010-07-24 16:04:25 +00:00
Jeremy Messenger
0a59cf8785 - Update to 1.93.
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
  I switched from patch in configure.* to use option flags. [1]

PR:		ports/146330 [1]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
2010-05-09 04:39:53 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jeremy Messenger
82cfa5a6e8 Update to 1.92. 2010-03-16 05:21:14 +00:00
Jeremy Messenger
a2db5d1e92 Update to 1.91.
Feature safe:	yes
2010-02-24 03:02:48 +00:00
Jeremy Messenger
f2400385c9 Update to 1.83. 2010-02-03 23:09:52 +00:00
Jeremy Messenger
2573c401b8 Update to 1.76. 2009-10-31 20:06:05 +00:00
Jeremy Messenger
774a970221 Update to 1.75.
Feature safe: yes
2009-09-19 01:35:46 +00:00
Jeremy Messenger
75f8c4e720 Update to 1.74. 2009-09-01 00:14:15 +00:00
Jeremy Messenger
df359f22b7 Update to 1.73. 2009-07-19 16:48:50 +00:00
Jeremy Messenger
a0a84034c4 Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.

Discussed with:	Charles Kerr (developer)
2009-06-19 21:29:15 +00:00
Jeremy Messenger
e8abbcb56f -Update to 1.72.
-Add rc script in transmission-daemon. [1]

Requested by:	many [1]
Submitted by:	a few (all of those are incomplete) [1]
2009-06-19 17:07:26 +00:00