Commit graph

3223 commits

Author SHA1 Message Date
Baptiste Daroussin
da0eb10ed5 Get rid of gnomehier 2014-12-21 00:43:28 +00:00
Baptiste Daroussin
f1a9174c67 Cleanup plist 2014-12-20 19:26:34 +00:00
Pawel Pekala
c10320662a Update to version 0.9.2.4
PR:		195976
Submitted by:	maintainer
2014-12-19 00:18:26 +00:00
Antoine Brodin
b3f04c2dea Fix distinfo
PR:		ports/195417
Submitted by:	maintainer
Reported by:	pkg-fallout
2014-12-17 17:22:11 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Mark Felder
2676868fd8 Update "BSD" license in net-p2p category 2014-12-08 13:53:07 +00:00
Guido Falsi
c0f155d59b Add USES=compiler to rtorrent port.
Various ports it depends on have the same USES and so honour the
FAVORITE_COMPILER, and doing the dsame here avoids build problems
when using FAVORITE_COMPILER=gcc.

PR:		195397
Submitted by:	Craig Wiesen <ctyz1999+bugzilla at gmail.com>
2014-12-04 14:57:47 +00:00
Ruslan Makhmatkhanov
d2f1c4786c net-p2p/deluge: update to 1.3.11
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014
2014-12-01 18:41:12 +00:00
Thierry Thomas
dc34d0abda Refresh. This is 0.9.27. 2014-11-30 12:15:44 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Rusmir Dusko
c4b00d3ffe - Revert last commit r373094
- Remove BROKEN

PR:		195347
2014-11-29 07:57:19 +00:00
Rusmir Dusko
5bed5e11bb - Revert last commit r373094, update to 0.16.18
PR:		195347
2014-11-29 07:57:13 +00:00
Antoine Brodin
bad0e01078 Mark BROKEN: Fails to build
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I../../include -I/usr/local/include -I/usr/include -I/usr/local/include/python2.7 -c src/session.cpp -o build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found

Reported by:	pkg-fallout
2014-11-27 18:30:33 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Chris Rees
cb494355fb Update to 1.4.103
Some rc script fixes; make rclint happy

PR:		ports/194950
Submitted by:	joshruehlig@gmail.com (maintainer)
2014-11-25 18:12:17 +00:00
Chris Rees
725b2295fc Allow use of reload rc command
PR:		ports/195341
Submitted by:	joshruehlig@gmail.com
2014-11-24 18:51:26 +00:00
Rusmir Dusko
f99cbe83c9 - Reset maintainer to ports@ 2014-11-23 08:34:25 +00:00
Rusmir Dusko
df2e470ce5 - Reset maintainer to ports@ 2014-11-23 08:34:04 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Rusmir Dusko
f5c1661678 - Update to 3.1.11, announce message is here:
http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/
2014-11-22 19:33:31 +00:00
Rusmir Dusko
b6306b3089 - Update to 0.16.18, announce message:
* fix uninitialized values in DHT DOS mitigation
 * fix error handling in file::phys_offset
 * fix bug in HTTP scrape response parsing
 * enable TCP keepalive for socks5 connection for UDP associate
 * fix python3 support
 * fix bug in lt_donthave extension
 * expose i2p_alert to python. cleaning up of i2p connection code
 * fixed overflow and download performance issue when downloading at high rates
 * fixed bug in add_torrent_alert::message for magnet links
 * disable optimistic disconnects when connection limit is low
 * improved error handling of session::listen_on
 * suppress initial 'completed' announce to trackers added with replace_trackers
   after becoming a seed
 * SOCKS4 fix for trying to connect over IPv6
 * fix saving resume data when removing all trackers
 * fix bug in udp_socket when changing socks5 proxy quickly

- Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent
2014-11-22 19:29:20 +00:00
Baptiste Daroussin
96bc072f91 Remove: does not run anymore 2014-11-19 15:07:19 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Antoine Brodin
6affac3ade Cleanup plist 2014-11-12 21:31:27 +00:00
Bartek Rutkowski
0339b9b78d net-p2p/bitmessage: update 0.4.3 -> 0.4.4
PR:		194730
Submitted by:	Yuri <yuri@rawbw.com>
Approved by:	mentors (implicit)
2014-11-08 22:31:40 +00:00
Bartek Rutkowski
48fee58080 net-p2p/btsync: update 1.4.83 -> 1.4.93
PR:		194619
Submitted by:	Joshua Ruehlig <joshruehlig@gmail.com>
Approved by:	mentors (implicit)
2014-11-07 17:03:05 +00:00
Stephen Hurd
68a99314f8 Add patch to fix icon file parsing on 64-bit systems.
Submitted by:	shurd
2014-11-06 06:58:10 +00:00
John Marino
f1fb103c3f net-p2p/tribler: Fix extract for DF and unmask installation commands
On the last update, the logic for the post-extract command was changed,
which broke the target on DF.  This version works on all platforms.

While here, rework the do-install target so that the commands aren't
suppressed.  Also simplify it.
2014-11-05 12:37:25 +00:00
Baptiste Daroussin
92f6b3c0bd Remove @dirrm*
Avoid @cwd
2014-11-01 12:37:24 +00:00
Dirk Meyer
258fa587f6 - update miniupnpc to 1.9
- bump users of shared lib version
2014-10-28 05:19:16 +00:00
Kurt Jaeger
14cfde5384 net-p2p/tribler: 6.0.3 -> 6.3.3
Changelog:
https://github.com/Tribler/tribler/releases

PR:		193901
Submitted by:	tkato432@yahoo.com
2014-10-25 17:00:11 +00:00
Marcus von Appen
f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00
Steve Wills
d7ce2c000e net-p2p/dogecoin: update to 1.8.0 2014-10-18 03:37:35 +00:00
Ruslan Makhmatkhanov
6e6d9a7ee2 net-p2p/deluge: update to 1.3.10
Changes:

GtkUI
    #2256: Indexes are not updated correctly when removing column
    Fix bug in the torrentview when Plugins added a column
WebUI
   Security update for POODLE vulnerability
2014-10-16 09:42:09 +00:00
Dmitry Marakasov
26f332b475 - Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-10-14 11:09:41 +00:00
Thierry Thomas
b342d835a6 Refresh. 2014-10-08 20:25:49 +00:00
Antoine Brodin
1aab8e6742 Remove double / to pass check-plist 2014-10-06 22:59:52 +00:00
Ruslan Makhmatkhanov
28cc2614db net-p2p/deluge: update to 1.3.9
- update to 1.3.9 (bugfix release)

Changelogs:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.84October2014
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.94October2014
2014-10-06 06:50:58 +00:00
Tijl Coosemans
f4df14fe44 Remove old libtool patches 2014-10-05 21:17:05 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00
Chris Rees
8c562a9712 Unbundle libs.
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
2014-09-30 19:22:24 +00:00
Rene Ladan
67eb00ba41 Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
2014-09-30 12:28:26 +00:00
Ruslan Makhmatkhanov
25e6d7f067 net-p2p/deluge: update to 1.3.7
- update to 1.3.7
- add LICENSE_FILE
- convert to USES, sort knobs
- add patch that fix default upload speed rate [1]
- remove patch applied upstream
- add back missed i18n files

Submitted by:	T.J. <xtainted@gmail.com> [1]
2014-09-28 09:55:36 +00:00
Ruslan Makhmatkhanov
056e7a40f8 net-p2p/py-transmissionrpc: drop maintainership
- reset maintainership to ports@ - I don't use transmission for long
- convert to USES/USE_PYTHON
2014-09-25 12:42:24 +00:00
Rusmir Dusko
cec4567e93 - Fix typo [1]
Reported by:	jhale [1]
2014-09-24 16:19:19 +00:00
Rusmir Dusko
bd33816dcf - Update to 3.1.10, announce message is here:
http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.10/

- Change DOCS
2014-09-23 18:00:42 +00:00
Jason E. Hale
c610a645c1 - Update to 1.4.83
While here:
- Clean up pkg-plist

PR:		193842
Submitted by:	<joshruehlig@gmail.com> (maintainer)
2014-09-23 15:20:27 +00:00
Jason E. Hale
0c1f3ca811 - Trim @dirrm from pkg-plist 2014-09-22 13:13:01 +00:00
Pawel Pekala
32f521a0e0 - Update to version 1.1.1 [1]
- Fix LIB_DEPENDS for DBUS option

PR:		ports/193328 [1]
Submitted by:	tkato432@yahoo.com
2014-09-21 08:03:46 +00:00