aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/libtorrent-rasterbar: fix build with LibreSSLrm2015-01-193-11/+38
| | | | | | | | Add upstream-provided patch to fix build with LibreSSL. Default (OpenSSL) setup isn't affected, so no PORTREVISION bump. Remove pkg-message, that have no use. Submitted by: Corey <merlincorey@hushmail.me> (by private email)
* Add missing USE_OPENSSL=yestijl2015-01-151-2/+3
| | | | PR: 195796
* Allow building with libc++ r224926antoine2015-01-121-0/+11
| | | | Submitted by: dim@
* - Bump PORTREVISION. lzarus has been updatedacm2015-01-111-2/+2
|
* Do not override USES set by slave ports in master portsantoine2015-01-061-1/+1
| | | | PR: 196477
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Convert to USES=execinfopawel2015-01-061-3/+2
|
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-033-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - Add LICENSEsunpoet2015-01-022-16/+17
| | | | | | | - Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases - Update PORTSCOUT - Bump PORTREVISION for dependency change - Sort PLIST
* net-p2p/deluge: add explicit dependency on pygnome2rm2014-12-301-3/+3
| | | | | | - add explicit dependency on pygnome2. Without this, deluge-gtk will fail to work in gnome3 environment - bump PORTREVION because of dependency change
* Update to version 5.5.0.0pawel2014-12-242-4/+3
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-243-3/+3
| | | | Approved by: bapt
* Get rid of gnomehierbapt2014-12-211-3/+3
|
* Cleanup plistbapt2014-12-214-8/+0
|
* Update to version 0.9.2.4pawel2014-12-192-6/+5
| | | | | PR: 195976 Submitted by: maintainer
* Fix distinfoantoine2014-12-181-2/+2
| | | | | | PR: ports/195417 Submitted by: maintainer Reported by: pkg-fallout
* - Reset maintainership of my portsgahr2014-12-112-2/+2
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Update "BSD" license in net-p2p categoryfeld2014-12-082-2/+3
|
* Add USES=compiler to rtorrent port.madpilot2014-12-041-2/+2
| | | | | | | | | 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>
* net-p2p/deluge: update to 1.3.11rm2014-12-022-3/+3
| | | | | Changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014
* Refresh. This is 0.9.27.thierry2014-11-303-4/+29
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Revert last commit r373094nemysis2014-11-291-2/+0
| | | | | | - Remove BROKEN PR: 195347
* - Revert last commit r373094, update to 0.16.18nemysis2014-11-292-3/+4
| | | | PR: 195347
* Mark BROKEN: Fails to buildantoine2014-11-281-0/+2
| | | | | | | 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
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2611-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.4.103crees2014-11-264-13/+14
| | | | | | | Some rc script fixes; make rclint happy PR: ports/194950 Submitted by: joshruehlig@gmail.com (maintainer)
* Allow use of reload rc commandcrees2014-11-252-1/+2
| | | | | PR: ports/195341 Submitted by: joshruehlig@gmail.com
* - Reset maintainer to ports@nemysis2014-11-231-1/+1
|
* - Reset maintainer to ports@nemysis2014-11-231-1/+1
|
* Finally retire USE_PGSQLcrees2014-11-231-1/+1
|
* - Update to 3.1.11, announce message is here:nemysis2014-11-232-3/+3
| | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/
* - Update to 0.16.18, announce message:nemysis2014-11-232-4/+7
| | | | | | | | | | | | | | | | | | | | | * 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
* Remove: does not run anymorebapt2014-11-198-114/+0
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistantoine2014-11-1342-322/+15
|
* net-p2p/bitmessage: update 0.4.3 -> 0.4.4robak2014-11-093-16/+24
| | | | | | PR: 194730 Submitted by: Yuri <yuri@rawbw.com> Approved by: mentors (implicit)
* net-p2p/btsync: update 1.4.83 -> 1.4.93robak2014-11-082-5/+5
| | | | | | PR: 194619 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> Approved by: mentors (implicit)
* Add patch to fix icon file parsing on 64-bit systems.shurd2014-11-062-1/+24
| | | | Submitted by: shurd
* net-p2p/tribler: Fix extract for DF and unmask installation commandsmarino2014-11-051-15/+12
| | | | | | | | 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.
* Remove @dirrm*bapt2014-11-011-42/+12
| | | | Avoid @cwd
* - update miniupnpc to 1.9dinoex2014-10-282-2/+2
| | | | - bump users of shared lib version
* net-p2p/tribler: 6.0.3 -> 6.3.3pi2014-10-265-1201/+1205
| | | | | | | | Changelog: https://github.com/Tribler/tribler/releases PR: 193901 Submitted by: tkato432@yahoo.com
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonmva2014-10-256-14/+11
| | | | Approved by: portmgr (implicit)
* net-p2p/dogecoin: update to 1.8.0swills2014-10-188-83/+78
|
* net-p2p/deluge: update to 1.3.10rm2014-10-162-3/+3
| | | | | | | | | | 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
* - Clarify LICENSEamdmi32014-10-142-14/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* Refresh.thierry2014-10-092-6/+5
|
* Remove double / to pass check-plistantoine2014-10-071-4/+1
|
* net-p2p/deluge: update to 1.3.9rm2014-10-063-3/+4
| | | | | | | | - 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
* Remove old libtool patchestijl2014-10-061-10/+0
|
* - Update to 2.6.0sunpoet2014-10-041-1/+1
| | | | | | | | | | | | | - 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
* 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
* Remove expired ports:rene2014-09-3010-529/+0
| | | | | | | | | | | | | | | | | | 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
* net-p2p/deluge: update to 1.3.7rm2014-09-287-46/+115
| | | | | | | | | | | - 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]
* net-p2p/py-transmissionrpc: drop maintainershiprm2014-09-251-4/+3
| | | | | | | | | | | | | | | | | | - reset maintainership to ports@ - I don't use transmission for long - convert to USES/USE_PYTHON > Description of fields to fill in above: 76 columns --| > PR: If a Bugzilla PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M py-transmissionrpc/Makefile
* - Fix typo [1]nemysis2014-09-251-1/+1
| | | | Reported by: jhale [1]
* - Update to 3.1.10, announce message is here:nemysis2014-09-242-5/+5
| | | | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.10/ - Change DOCS
* - Update to 1.4.83jhale2014-09-233-8/+6
| | | | | | | | While here: - Clean up pkg-plist PR: 193842 Submitted by: <joshruehlig@gmail.com> (maintainer)
* - Trim @dirrm from pkg-plistjhale2014-09-221-1/+0
|
* - Update to version 1.1.1 [1]pawel2014-09-213-28/+32
| | | | | | | - Fix LIB_DEPENDS for DBUS option PR: ports/193328 [1] Submitted by: tkato432@yahoo.com
* - Update to version 1.4.75pawel2014-09-214-13/+17
| | | | | | | | - Move pidfile to /var/run/btsync dir - Use %%PORTNAME%% subs in rc file PR: ports/193676 Submitted by: maintainer
* Fix improper use of FORBIDDENbdrewery2014-09-201-1/+0
| | | | With hat: portmgr
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-172-2/+2
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-134-4/+4
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1118-12/+18
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* net-p2p/verlihub:tijl2014-09-0911-49/+52
| | | | | | | | | - Fix build with clang net-p2p/verlihub-plugins*: - Add USES=libtool and INSTALL_TARGET=install-strip - Drop USE_GCC=any - Avoid including bsd.port.pre.mk
* Update to version 5.4.0.0pawel2014-09-062-3/+3
|
* Update to version 0.10.1.vanilla2014-09-0324-650/+1097
| | | | | PR: ports/193162 Submitted by: Ports Fury.
* - Update to 1.51jhale2014-09-034-47/+36
| | | | | | - Add LICENSE - Use options helpers - Move plugins to a more sensible (IMHO) location
* Remove non staged ports without pending PR from net-p2p, net and newsbapt2014-09-0259-1270/+0
|
* www/libmicrohttpd:tijl2014-09-011-1/+1
| | | | | | | | | | - Update to version 0.9.37 - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use option helpers - Fix package listing when recent OpenSSL is available Approved by: portmgr (implicit, bump unstaged port)
* Remove broken net-p2p/p5-Net-DirectConnect-TigerHashmarino2014-08-315-35/+0
| | | | | | | | | | | This port has been broken for many months, and the maintainer recommends that it be removed rather than fixed. He also indicated that security/p5-Crypt-RHash would be a suitable substitute for this port. net-p2p/p5-Net-DirectConnect, the only port to use it, has already been modified to use p5-Crypt-RHash instead PR: 193089 Requested by: maintainer (Oleg Alexeenkov)
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Convert to wxPython30 and modernize pythonbapt2014-08-291-5/+5
|
* devel/libunistring:tijl2014-08-291-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
* Upgrade to 0.14, remove BROKEN, fix pkg-plist.vanilla2014-08-283-7/+8
| | | | | PR: ports/193068 Submitted by: maintainer
* net-p2p/btsync: update 1.3.106 -> 1.3.109robak2014-08-272-5/+5
| | | | | | PR: 192917 Submitted by: Kyle J. Farmer <bannereddivpool@gmail.com> Approved by: mentors (implicit)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-267-46/+31
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installingadamw2014-08-242-0/+12
| | | | | | | just the daemon on headless servers. PR: 192629 Submitted by: maintainer
* net-p2p/uhub: update to 0.5.0wg2014-08-244-3/+19
| | | | | PR: 192805 Submitted by: tkato432 yahoo com
* net-p2p/eiskaltdcpp-cliadamw2014-08-2446-1819/+1430
| | | | | | | | | | | | | | | | net-p2p/eiskaltdcpp-daemon net-p2p/eiskaltdcpp-data net-p2p/eiskaltdcpp-gtk net-p2p/eiskaltdcpp-lib net-p2p/eiskaltdcpp-qt 1. Update to 2.2.9 2. Stage 3. Chase for new build options: gtk30, libcanberra, json-rpc 4. Use master/slave relations PR: 192869 Submitted by: Vladimir Kondratiev
* net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plistmarino2014-08-231-1/+1
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-229-7/+10
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* - Add missing -lcrypto (fixup for r364712)tijl2014-08-211-3/+4
| | | | - Use MAKE_CMD
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-192-2/+0
| | | | With hat: portmgr
* Fix build on -current.adamw2014-08-172-1/+12
|
* - Remove leading indefinite article from COMMENTsunpoet2014-08-171-2/+1
| | | | - Remove NO_LATEST_LINK
* Remove a very strange series of ^H's from the pkg-message, and remove theadamw2014-08-172-4/+1
| | | | ${CAT} ${PKGMESSAGE} from post-install.
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-162-2/+2
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Refresh.thierry2014-08-152-4/+4
|
* - Update from 0.8.2 to 0.8.3danilo2014-08-152-10/+9
| | | | | | - Add stage support - Add DOCS option - Take maintainership
* Prevent installation. We don't have a distfile that matches the checksums, ↵mandree2014-08-141-0/+5
| | | | the port relies on the outdated db41, and the web site seems gone.
* 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
* net-p2p/zetacoin: update to 0.9.2.1wg2014-08-1210-143/+121
| | | | | | | | - Use options helpers - Use @sample PR: 192413 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-1216-13/+16
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0marino2014-08-103-49/+31
| | | | | PR: 191825 Submitted by: Ports Fury
* net-p2p/bitmessage: update to 0.4.3wg2014-08-093-16/+20
| | | | | PR: 192522 Submitted by: maintainer
* In some straightforward situations, protect examples behind PORTEXAMPLES,adamw2014-08-062-6/+6
| | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option.
* net-p2p/transmission-gtk: complete the -inotify fix with LIB_DEPENDS+=marino2014-08-041-1/+2
| | | | | | | | | In a previous commit, the inotify configuration was fixed, but we neglected to guarantee the library was available. This adds libinotify to the LIB_DEPENDS list, an action that requires a revbump. PR: 192319 Suggested by: Carlos JPM
* In some straightforward cases, protect documentation behindadamw2014-08-042-6/+6
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* net-p2p/transmission-daemon: do not hardcode PORTREVISION.rene2014-08-041-1/+1
| | | | | | | PORTREVISION will not default to 1 to force a rebuild after the libevent migration, making the port working again. Approved by: crees (maintainer)
* transmission-* cleanupmarino2014-08-042-1/+1
| | | | | | | | | I missed the -linotify LDFLAG on the transmission-gtk port. It was also pointed out by the submitter than transmission-qt4 now has a duplicate -lcrypto LDFLAG so let's remove that. PR: 192319 Submitted by: Ivan Klymenko
* Fix transmission-cli,-gtk on some platforms after openssl updatemarino2014-08-042-2/+3
| | | | | | | | | | | | 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
* Fix LIB_DEPENDSantoine2014-08-021-1/+1
| | | | With hat: portmgr
* net-p2p/uhub: update to 0.4.1wg2014-07-304-70/+62
| | | | | | | | - Support stage - Use options helpers PR: 192213 Submitted by: tkato432 yahoo com
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-304-4/+4
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-301-1/+1
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-304-8/+4
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-302-15/+15
| | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-305-0/+0
| | | | '__' instead.
* Bump PORTREVISION to catch net/GeoIP update.bar2014-07-292-2/+2
|
* - Switch to USES=libtoolamdmi32014-07-261-3/+3
|
* Reset maintainership for ports not staged with no pending PRbapt2014-07-2414-14/+14
| | | | With hat: portmgr
* Only use libevent2bapt2014-07-243-7/+8
| | | | | | | | | | | | 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
* Add USES=readline to fix build on -current.adamw2014-07-231-0/+1
|
* 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)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-232-2/+2
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix transmission-web buildcrees2014-07-221-0/+2
| | | | Submitted by: gblach, rakuco
* Unbreakantoine2014-07-221-1/+3
| | | | Pointy hat: crees
* Add USES=readline to fix configure.adamw2014-07-221-1/+1
|
* Update to 2.84crees2014-07-218-63/+32
| | | | | PR: ports/191592 Submitted by: Andrew Berg
* - update to 3.1.5leeym2014-07-215-64/+42
| | | | - support stage and options
* Refresh to a current snapshot.thierry2014-07-192-11/+5
| | | | This is ~0.9.23.
* Fix some non default LIB_DEPENDSbapt2014-07-162-2/+2
| | | | With hat: portmgr
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-162-1/+3
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-1/+1
|
* Modernize LIB_DEPENDSbapt2014-07-159-24/+24
| | | | With hat: portmgr
* - Fix build when security/libressl is installed [1]madpilot2014-07-131-17/+10
| | | | | | - While here, reorganize the Makefile a little Reported by: Kenta S. <kentas@hush.com> [1]
* net-p2p/bitcoin: update to 0.9.2swills2014-07-125-24/+50
| | | | | PR: 191357 Submitted by: Robert Backhaus <robbak@robbak.com> (maintainer)
* - Add USES=libtool to devel/upnp and bump dependent portstijl2014-07-113-1/+3
| | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port)
* - Remove uneeded dependency from libtorrent [1]madpilot2014-07-112-4/+4
| | | | | | | | - Update dependency lines in rtorrent PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitter) Reported By: Andre <a.heider@gmail.com> [1] (as followup comment)
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-1010-10/+10
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* - USES=libtool pathfix tar:bzip2tijl2014-07-092-15/+10
| | | | | - Add INSTALL_TARGET=install-strip - Don't patch Makefile.am and configure.in to avoid autotools
* - Switch to USES=libtool, drop .la filesamdmi32014-07-082-8/+9
| | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Update libtorrent to 0.13.4madpilot2014-07-0826-424/+102
| | | | | | | | | | | | - Update rtorrent to 0.9.4 - Convert to new LIB_DEPENDS format - Remove uneeded ?= - Remove libtorrent-devel and rtorrent-devel ports since the non devel port has a newer version and no development release is available anymore PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com>
* net-p2p/rtorrent: Bring in DragonFly support from dportsmarino2014-07-061-0/+13
|
* net-p2p/gtk-gnutella: Support dragonFly (dports)marino2014-07-062-5/+4
|
* Fix build on FreeBSD-9.thierry2014-07-063-1/+29
|
* Remove NOPORTDOCS.adamw2014-07-052-4/+5
|
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-1/+1
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-043-2/+3
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* - Add staging supportpawel2014-07-041-22/+14
| | | | - Convert to new LIB_DEPENDS format
* Declare ONLY_FOR_ARCHS correctlysbruno2014-07-031-2/+2
| | | | | PR: 191566 Approved by: bdrewery (implicit)
* Remove expired ports:rene2014-06-308-169/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
* Refresh: this removes some patches integrated by upstream.thierry2014-06-305-79/+5
| | | | This is the internal version 92100.
* Add btsync, distributed peer-to-peer file syncing application.lwhsu2014-06-297-0/+120
| | | | | PR: 187360 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com>
* - Unbreak ports, which installed setup.py files due to the messed up argumentmva2014-06-282-7/+1
| | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@
* - Add staging supportpawel2014-06-281-27/+15
| | | | - Convert to USES=tar:bzip2, USE_OCAML, new options framework
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-0/+1
| | | | Approved by: portmgr (myself)
* - Fix the build of verlihub-plugins-luascript: careless patching with sed(1)danfe2014-06-2518-43/+27
| | | | | | resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to be defined in generated `config.h' header file - Stagify and cleanup all verlihub-plugins* ports while I'm at here
* Convert GMAKE to MAKE_CMDbapt2014-06-252-2/+2
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Support stagingjhale2014-06-242-13/+6
| | | | | - Use options helpers - Add LICENSE (GPLv2)
* - Switch devel/jansson to libtool, drop .la filesamdmi32014-06-231-0/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Update to 0.16.17, Announce message:nemysis2014-06-223-7/+7
| | | | | | | | | | | | | | | * don't fall back on wildcard port in UPnP * fix local service discovery for magnet links * fix bitfield issue in file_storage * added work-around for MingW issue in file I/O * fixed sparse file detection on windows * fixed bug in gunzip * fix to use proxy settings when adding .torrent file from URL * fix resume file issue related to daylight savings time on windows * improve error checking in lazy_bdecode - Add USES libtool - Recreate pkg-plist with make makeplist
* Adding twister, a fully decentralized P2P microblogging platformthierry2014-06-228-0/+189
| | | | | leveraging from the free software implementations of Bitcoin and BitTorrent protocols.
* net-p2p/retroshare: update to 0.5.5cwg2014-06-217-16/+211
| | | | | | | - Fix build with clang PR: 189806 Submitted by: maintainer
* Stagify.vanilla2014-06-201-8/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-201-5/+4
| | | | Approved by: portmgr@
* 1: Stagify.vanilla2014-06-201-5/+3
| | | | 2: USES=tar:bzip2
* Mark BROKEN: Fails to buildantoine2014-06-201-0/+2
| | | | | | | | | | | | | | | | if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp; then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp -fPIC -DPIC -o .libs/cluainterpreter.o cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()': cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*' cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()': cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()': cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*' *** [cluainterpreter.lo] Error code 1 Reported by: pkg-fallout With hat: portmgr
* - Bump PORTREVISION. New lazarus version is availableacm2014-06-191-3/+4
|
* Fix port so it builds again. Did some minor housekeeping while being there.grembo2014-06-184-10/+32
| | | | | | PR: 190600 Reviewed by: bapt Approved by: bapt
* - Stagify.kuriyama2014-06-117-10/+63
|
* Support LIBS like LDFLAGS.tijl2014-06-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Stagify.vanilla2014-06-091-1/+0
|
* Stagify.vanilla2014-06-091-9/+8
|
* net-p2p/deluge: fix non-default installationrm2014-06-082-1/+2
| | | | | | | Fix installation with GTK2 option unset. Not bumping PORTREVISION, because this is not default. Reported by: Kenta S. <kentas@hush.com> (private email)
* net-p2p/deluge: correct executable name while nobody seeingrm2014-06-051-1/+1
|
* net-p2p/deluge: support staging and morerm2014-06-054-1565/+127
| | | | | | | | | | | | | | | | | | | - do not use easy_install and convert to auto-generated plist - add staging support - convert USE_XZ to USES - Makefile clean-up - add startup script for deluge-web [1] PR: 185888 Reported by: huber.georg@gmail.com Submitted by: Daniel O'Connor <darius@dons.net.au> (private email) [1] - fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin from work correctly [2] PR: 189497 Submitted by: George Amanakis <g_amanakis@yahoo.com> [2]
* - Add stage supportmiwi2014-06-052-8/+12
| | | | PR: 190509
* - Add stage supportmiwi2014-06-052-160/+5
| | | | | PR: 190510 Submitted by: maintainer
* - Update to 3.1.9.2, Announce message:nemysis2014-06-052-6/+3
| | | | | | OTHER: The v3.1.9.1 Windows build was broken - Remove PORTSCOUT, issue 1713 is solved
* - Update Zetacoin to 0.8.99.16cs2014-06-047-79/+55
| | | | | | | | | | | | - zetacoind now runs as the zetacoin user - Fixed stop function in rc.d script - Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable - Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed. - Added user and group "zetacoin" to ports/UIDs and ports/GIDs - Added update instructions to ports/UPDATING PR: 188567 Submitted by: daniel@morante.net (maintainer)
* - STAGEifyjhale2014-06-032-17/+16
| | | | | | | - Add DOCS option - Add LICENSE - Make COMMENT more concise - Reword pkg-descr
* Deprecated some ports that were already marked BROKEN in 2013antoine2014-06-011-0/+2
| | | | With hat: portmgr
* - Fix various distinfo errorsak2014-06-012-3/+1
| | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
* - Convert to stagingeadler2014-05-301-8/+6
|
* - Set PORTSCOUT, https://github.com/qbittorrent/qBittorrent/issues/1713nemysis2014-05-301-0/+3
|
* Convert to USES=sconsbapt2014-05-271-2/+1
|
* Fix detection of luabapt2014-05-271-2/+7
| | | | | Reported by: antoine With hat: portmgr
* - Convert USE_BZIP2 to USESamdmi32014-05-271-2/+1
|
* Remove left USES_LUA codebapt2014-05-261-1/+0
| | | | Approved by: portmgr (implicit)
* Replace lang/lua with the new lang/lua51bapt2014-05-262-6/+6
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* Convert to USES=dos2unixbapt2014-05-261-2/+2
| | | | With hat: portmgr
* Update cpuminer to 2.4mm2014-05-252-4/+3
|
* Convert my ports to USES=tarmakc2014-05-122-4/+2
|
* - Stagevanilla2014-05-093-6/+10
| | | | | | | | | | - Add LICENSE - Fix pkg-plist - Pet portlint PR: ports/188673 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@
* - Update to 1.19.1ak2014-05-082-4/+4
| | | | | PR: ports/189032 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
* Convert all :U to :tu and :L to :tlbapt2014-05-054-11/+11
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Import upstream commit to fix the build with recent versions of GCC.rakuco2014-05-031-0/+19
| | | | | | getcwd(3) needs unistd.h. MFH: 2014Q2
* 1: Upgrade jansson to 2.6.vanilla2014-05-011-1/+1
| | | | 2: bump revision due shared library version.
* - Update to 3.1.9.1, announce message is here:nemysis2014-04-302-3/+3
| | | | | | | OTHER: This is an excuse to produce new builds with an OpenSSL version that isn't affected by the heartbleed bug for Windows and Mac. This bug should only affect the WebUI and only if HTTPS/SSL authentication was enabled.
* - Remove unneeded dependency from flex from portsbar2014-04-292-169/+72
| | | | | | | | - Use options helpers - Convert to tar:bzip2 and desktop-file-utils - Add DEBUG option - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE
* - Add missed USES desktop-file-utils from previous commmitbar2014-04-292-3/+3
| | | | - Use standard desc for DEBUG option
* - Update to SVN-10834bar2014-04-293-174/+76
| | | | | | | | - Remove uneeded flex from ports dependency - Use options helpers - Convert to tar:bzip2 - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE
* Stagify a bunch of ports maintained by flzbapt2014-04-282-24/+22
| | | | | | | | | | | | | | | | | | | | | | | While here: - graphics/icoconvert: * Respect CC * Use modern LIB_DEPENDS - net/grdesktop: * Convert gnomehack to pathfix - net/ldapsh: * Use shebangfix instead of custom post-patch target - net-im/py-jabber: * Use autoplist - net-p2p/bnbt: * Use the options framework * Convert to dos2unix * Respect CXX * Do not renamed base on option - sysutils/testdisk: * Update to 6.14 * Use options helpers * Use modern LIB_DEPENDS * Convert USE_BZIP2 -> USES=tar:bzip2
* - Support USE_GITHUBmiwi2014-04-262-11/+15
| | | | | | | - Update DESCR PR: 187749 Submitted by: Ports fury
* Remove expired ports:rene2014-04-186-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-176-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Update to 0.9.1swills2014-04-176-87/+61
| | | | | PR: ports/188655 Submitted by: Robert Backahus <robbak@robbak.com> (maintainer)
* - Stageswills2014-04-162-3/+5
| | | | | | | | | - Fix pkg-plist - Pet portlint PR: ports/188672 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* Bump port revisionbapt2014-04-121-0/+1
|
* Support stagebapt2014-04-121-6/+2
| | | | Remove bogus dep on gdk-pixbuf 1
* Mark has broken: does not fetchbapt2014-04-111-0/+2
| | | | With hat: portmgr
* Mark as broken unstaged perl portsbapt2014-04-091-4/+1
| | | | With hat: portmgr
* mark as brokenbapt2014-04-081-0/+2
|
* - Remove TODO from DOCSnemysis2014-04-022-1/+14
| | | | | | | - Add pkg-message, information to reinstall if problems PR: ports/188122 Submitted by: adrian chadd <adrian@freebsd.org>
* Fix plistantoine2014-04-021-1/+2
| | | | | Reported by: poudriere With hat: portmgr
* Do not violate stagedirantoine2014-04-021-1/+1
| | | | | Reported by: poudriere With hat: portmgr
* - Update to 5.0.1acm2014-03-262-4/+3
|
* - Update to 0.16.16, Announce message:nemysis2014-03-252-7/+10
| | | | | | | | | | | | | | * add missing add_files overload to the python bindings * improve error handling in http gunzip * fix debug logging for banning web seeds * improve support for de-selected files in full allocation mode * fix dht_bootstrap_alert being posted * SetFileValidData fix on windows (prevents zero-fill) * fix minor lock_files issue on unix - Add ChangeLog to DOCS - Simplify DOCS installation handling - Use .if for DOCS and EXAMPLES due to large number of files installed
* Improve the workaround for FreeBSD >= 10 to actually use the base clang.marius2014-03-249-10/+623
| | | | | | | | | Mostly based on: https://raw.github.com/ArchBSD/abs/master/community/libtorrent/PKGBUILD https://github.com/ArchBSD/abs/raw/master/community/libtorrent/missing_references.diff https://raw.github.com/ArchBSD/abs/master/community/rtorrent/missing_references.diff Approved by: bapt (mentor)
* Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is ↵bapt2014-03-241-0/+2
| | | | a dev version and will be removed soon)
* Switch to wx 3.0bapt2014-03-241-2/+2
|
* - Update to version 5.3.0.0pawel2014-03-202-6/+7
| | | | | | | - Add LICENSE PR: ports/187714 Submitted by: Radim Kolar <hsn@sanatana.dharma>
* Support staging and update MASTER_SITES, use GOOGLE_CODE, other site disappearedehaupt2014-03-182-9/+7
| | | | as well as WWW.
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-169-17/+10
|
* Update cpuminer to 2.3.3mm2014-03-153-15/+3
|
* - Support stagingehaupt2014-03-141-10/+9
| | | | | - Define DOCS option - Drop superfluous WRKSRC definition
* - Update to 0.4.2swills2014-03-135-89/+128
| | | | | PR: ports/186091 Submitted by: Yuri <yuri@rawbw.com> (maintainer) (slightly modified with help from Johannes Jost Meixner <xmj@chaot.net>)
* - Update to 3.1.9, Announce message:nemysis2014-03-133-48/+9
| | | | | | | | | | | | | | | BUGFIX: Fix nox build. Closes #1368 (bob23450) BUGFIX: Fix build with libtorrent 0.15.x (sledgehammer999) BUGFIX: Fix missing percentage signs. Closes #1392. (sledgehammer999) BUGFIX: Fix queue sorting order. (alfrix) BUGFIX: Fix build using qt < 4.7 Closes #1385. (Evgeny Lensky) BUGFIX: Fix autoupdater. Send our user-agent to sourceforge.net (sledgehammer999) FEATURE: Add button for links in toolbar (alfrix) - Add DEBUG Option - Install conditional DOCS, fix conflict with SLAVE Port - Remove obsolete patch, changed by upstream
* Deprecate a few old unmaintained portsantoine2014-03-121-0/+2
|
* Chase libtorrent-devel bumpantoine2014-03-121-2/+2
|
* Chase libtorrent bumpantoine2014-03-121-2/+2
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-1111-11/+11
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert n* to USES=zipbapt2014-03-118-13/+9
|
* - Change net-p2p/i2p primary category to security. Therefore, movelioux2014-03-086-289/+0
| | | | | | | | net-p2p/i2p to security/i2p. Following security/tor example. Keep net-p2p as secondary category since i2p provides p2p services. - Update security/i2p to 0.9.11 Approved by: bdrewery (mentor)
* Unlink net-p2p/i2p before moving it from net-p2p/i2p to security/i2p.lioux2014-03-081-1/+0
| | | | Approved by: bdrewery (mentor)
* - Do not build local libbzip2.a, link to the one from the basedanfe2014-03-074-8/+76
| | | | | - Convert libxml2-related REINPLACE_CMD to patch due to the above - Augment port description text
* Resurrect net-p2p/microdc2 and unbreak the build: in the configure script,danfe2014-03-077-0/+66
| | | | | | | | libxml2 versions were compared algebraically (-ge), which made our current version 280 appear smaller than checked-against 2616. It was fixed once, by mezz@ in r225813, but not in a very good way (only for libxml 2.7). While here, cleanup and stagify the port.
* Add staging supportpawel2014-03-041-3/+2
| | | | | | PR: ports/187202 Submitted by: Anton Sayetsky <vsjcfm@gmail.com> Approved by: maintainer
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-022-2/+2
| | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
* Remove expired ports:rene2014-02-288-90/+0
| | | | | | | | | | | | | | | | | | | 2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11 2014-02-27 net-p2p/microdc2: Broken for more than 6 month 2014-02-27 www/openvrml: Broken for more than 6 month 2014-02-27 science/peekabot: Broken for more than 6 month 2014-02-27 misc/xbiso: Broken for more than 6 month 2014-02-27 net/hornetq: Broken for more than 6 month 2014-02-27 sysutils/slmon: Broken for more than 6 month 2014-02-27 www/trac-revtree: Broken for more than 6 months 2014-02-27 security/crack: Broken for more than 6 month 2014-02-27 sysutils/graphicboot: Broken for more then 6 month 2014-02-27 graphics/kgraphviewer: Broken for more than 6 month 2014-02-27 sysutils/ckl: Broken for more than 6 month 2014-02-27 japanese/trac: Broken for more than 6 month 2014-02-27 lang/opa: Broken for more than 6 month 2014-02-27 sysutils/mmore: Broken for more than 6 month 2014-02-27 www/trac-announcer: Broken for more than 6 month
* - Stage supportantoine2014-02-252-31/+23
| | | | - New LIB_DEPENDS syntax
* drop maintainership. I don't have time for these ports.az2014-02-244-4/+4
|
* - Update to version 1.19pawel2014-02-232-3/+10
| | | | | | | - Add GEOIP option PR: ports/186908 Submitted by: maintainer
* - Stage supportmiwi2014-02-211-2/+1
|
* Remove trailing whitespaces from category net-p2pehaupt2014-02-215-5/+5
|
* Fix CPU affinity of net-p2p/cpuminer port threadsmm2014-02-192-1/+12
| | | | Submitted by: ache@FreeBSD.org
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-2/+2
|
* - Update to 0.16.15nemysis2014-02-164-25/+3
| | | | - Remove obsolete patches, changed by Upstream
* - Reassign lioux' ports to the heaptabthorpe2014-02-152-2/+2
| | | | With hat: portmgr
* - STAGE-cleangahr2014-02-142-6/+6
| | | | | | - Enhance COMMENT - Convert to new Fix LIB_DEPENDS format - Add LICENSE
* - Update to 0.16.14nemysis2014-02-144-11/+29
| | | | | | | | - Don't silence warnings - Remove PORTSCOUT, with 0.16.14 works now qBittorrent all Versions - Add DEBUG Option - Add patches from Upstrem, fix bad C++ code